Skip to content

Commit 5b157ea

Browse files
feat(api): api update (#443)
1 parent 641159b commit 5b157ea

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 97
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-14d1c1e4560c65c7c62f23343268ece4476ae079cd01ba2e6b924efde5f97c3e.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-e9785c0b77f4a91dd668d12d707abdaa63cc527029c9d62a92ac24ec40500d18.yml

src/orb/types/customers/credits/ledger_create_entry_by_external_id_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ExpirationChangeLedgerEntry(BaseModel):
180180
cleared by setting `metadata` to `null`.
181181
"""
182182

183-
new_block_expiry_date: datetime
183+
new_block_expiry_date: Optional[datetime] = None
184184

185185
starting_balance: float
186186

src/orb/types/customers/credits/ledger_create_entry_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ExpirationChangeLedgerEntry(BaseModel):
180180
cleared by setting `metadata` to `null`.
181181
"""
182182

183-
new_block_expiry_date: datetime
183+
new_block_expiry_date: Optional[datetime] = None
184184

185185
starting_balance: float
186186

src/orb/types/customers/credits/ledger_list_by_external_id_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ExpirationChangeLedgerEntry(BaseModel):
180180
cleared by setting `metadata` to `null`.
181181
"""
182182

183-
new_block_expiry_date: datetime
183+
new_block_expiry_date: Optional[datetime] = None
184184

185185
starting_balance: float
186186

src/orb/types/customers/credits/ledger_list_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ExpirationChangeLedgerEntry(BaseModel):
180180
cleared by setting `metadata` to `null`.
181181
"""
182182

183-
new_block_expiry_date: datetime
183+
new_block_expiry_date: Optional[datetime] = None
184184

185185
starting_balance: float
186186

0 commit comments

Comments
 (0)