Skip to content

Commit

Permalink
feat(api): api update (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Oct 18, 2024
1 parent dcaa703 commit 1f77dd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 56
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-8bc77ae6035c58aa6c8b0ee1e36a349844ad13567376f78377e15b51f3eb6f33.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-84d1c45b95d43a335421cd15de601c5f728fb0dfa5aad629ab5abe504a62f419.yml
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/customer_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ class CreditCard(TypedDict, total=False):
"""The cardholder's name on the card."""

number: str
"""The credit card number. Must be masked with lower case “x” and no dashes."""
"""The credit card number. Must be masked with lower case "x" and no dashes."""


class CustomContactField(TypedDict, total=False):
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/qbd_customer.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class CreditCard(BaseModel):
"""The cardholder's name on the card."""

number: Optional[str] = None
"""The credit card number. Must be masked with lower case “x” and no dashes."""
"""The credit card number. Must be masked with lower case "x" and no dashes."""


class Currency(BaseModel):
Expand Down

0 comments on commit 1f77dd2

Please sign in to comment.