Skip to content

Commit

Permalink
feat(api): api update (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 1, 2025
1 parent 10b2b88 commit c78ad18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 125
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-756c0fbaa2939664cd7c557ec37a0a26d71f8f759c612037ff9a3e13f1fcfda3.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-218ef30fab6086aab5f05b5767a7b40d5e1e4a110e02a4fda73c255f1dbdff13.yml
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 Conductor
Copyright 2025 Conductor

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
8 changes: 4 additions & 4 deletions tests/api_resources/qbd/test_sales_tax_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_method_create_with_all_params(self, client: Conductor) -> None:
is_taxable=True,
name="Tax",
conductor_end_user_id="end_usr_1234567abcdefg",
description="For items that are taxable at the standard rate in California.",
description="Standard tax rate for California",
is_active=True,
sales_tax_item_id="80000010-1234567890",
)
Expand Down Expand Up @@ -126,7 +126,7 @@ def test_method_update_with_all_params(self, client: Conductor) -> None:
id="80000001-1234567890",
revision_number="1721172183",
conductor_end_user_id="end_usr_1234567abcdefg",
description="For items that are taxable at the standard rate in California.",
description="Standard tax rate for California",
is_active=True,
is_taxable=True,
name="Tax",
Expand Down Expand Up @@ -239,7 +239,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncConductor)
is_taxable=True,
name="Tax",
conductor_end_user_id="end_usr_1234567abcdefg",
description="For items that are taxable at the standard rate in California.",
description="Standard tax rate for California",
is_active=True,
sales_tax_item_id="80000010-1234567890",
)
Expand Down Expand Up @@ -330,7 +330,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncConductor)
id="80000001-1234567890",
revision_number="1721172183",
conductor_end_user_id="end_usr_1234567abcdefg",
description="For items that are taxable at the standard rate in California.",
description="Standard tax rate for California",
is_active=True,
is_taxable=True,
name="Tax",
Expand Down

0 comments on commit c78ad18

Please sign in to comment.