Skip to content

Commit b9012f3

Browse files
feat(api): api update
1 parent b17de5e commit b9012f3

File tree

6 files changed

+2
-20
lines changed

6 files changed

+2
-20
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 236
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-83b14e7fc19ffc252017eb4d438bfefde36b3a92a235ed669838d2fadcfdf4e8.yml
3-
openapi_spec_hash: 581503d1dea135d37c180f632120c0b5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c8283ca199163ab2079f2cafac18348f54e96e9049864f39cd7e89958e80db0d.yml
3+
openapi_spec_hash: a4f32a1c462a8ad1380f6a7a1d7b75ec
44
config_hash: 4945e03affdf289484733306e4797f81

src/increase/types/event.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ class Event(BaseModel):
9696
"intrafi_exclusion.updated",
9797
"legacy_card_dispute.created",
9898
"legacy_card_dispute.updated",
99-
"lockbox_address.created",
100-
"lockbox_address.updated",
10199
"lockbox.created",
102100
"lockbox.updated",
103101
"oauth_connection.created",
@@ -249,8 +247,6 @@ class Event(BaseModel):
249247
created.
250248
- `legacy_card_dispute.updated` - Occurs whenever a Legacy Card Dispute is
251249
updated.
252-
- `lockbox_address.created` - Occurs whenever a Lockbox Address is created.
253-
- `lockbox_address.updated` - Occurs whenever a Lockbox Address is updated.
254250
- `lockbox.created` - Occurs whenever a Lockbox is created.
255251
- `lockbox.updated` - Occurs whenever a Lockbox is updated.
256252
- `oauth_connection.created` - Occurs whenever an OAuth Connection is created.

src/increase/types/event_list_params.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ class EventListParams(TypedDict, total=False):
106106
"intrafi_exclusion.updated",
107107
"legacy_card_dispute.created",
108108
"legacy_card_dispute.updated",
109-
"lockbox_address.created",
110-
"lockbox_address.updated",
111109
"lockbox.created",
112110
"lockbox.updated",
113111
"oauth_connection.created",

src/increase/types/event_subscription.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ class SelectedEventCategory(BaseModel):
8686
"intrafi_exclusion.updated",
8787
"legacy_card_dispute.created",
8888
"legacy_card_dispute.updated",
89-
"lockbox_address.created",
90-
"lockbox_address.updated",
9189
"lockbox.created",
9290
"lockbox.updated",
9391
"oauth_connection.created",
@@ -237,8 +235,6 @@ class SelectedEventCategory(BaseModel):
237235
created.
238236
- `legacy_card_dispute.updated` - Occurs whenever a Legacy Card Dispute is
239237
updated.
240-
- `lockbox_address.created` - Occurs whenever a Lockbox Address is created.
241-
- `lockbox_address.updated` - Occurs whenever a Lockbox Address is updated.
242238
- `lockbox.created` - Occurs whenever a Lockbox is created.
243239
- `lockbox.updated` - Occurs whenever a Lockbox is updated.
244240
- `oauth_connection.created` - Occurs whenever an OAuth Connection is created.

src/increase/types/event_subscription_create_params.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ class SelectedEventCategory(TypedDict, total=False):
115115
"intrafi_exclusion.updated",
116116
"legacy_card_dispute.created",
117117
"legacy_card_dispute.updated",
118-
"lockbox_address.created",
119-
"lockbox_address.updated",
120118
"lockbox.created",
121119
"lockbox.updated",
122120
"oauth_connection.created",
@@ -266,8 +264,6 @@ class SelectedEventCategory(TypedDict, total=False):
266264
created.
267265
- `legacy_card_dispute.updated` - Occurs whenever a Legacy Card Dispute is
268266
updated.
269-
- `lockbox_address.created` - Occurs whenever a Lockbox Address is created.
270-
- `lockbox_address.updated` - Occurs whenever a Lockbox Address is updated.
271267
- `lockbox.created` - Occurs whenever a Lockbox is created.
272268
- `lockbox.updated` - Occurs whenever a Lockbox is updated.
273269
- `oauth_connection.created` - Occurs whenever an OAuth Connection is created.

src/increase/types/unwrap_webhook_event.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ class UnwrapWebhookEvent(BaseModel):
9696
"intrafi_exclusion.updated",
9797
"legacy_card_dispute.created",
9898
"legacy_card_dispute.updated",
99-
"lockbox_address.created",
100-
"lockbox_address.updated",
10199
"lockbox.created",
102100
"lockbox.updated",
103101
"oauth_connection.created",
@@ -249,8 +247,6 @@ class UnwrapWebhookEvent(BaseModel):
249247
created.
250248
- `legacy_card_dispute.updated` - Occurs whenever a Legacy Card Dispute is
251249
updated.
252-
- `lockbox_address.created` - Occurs whenever a Lockbox Address is created.
253-
- `lockbox_address.updated` - Occurs whenever a Lockbox Address is updated.
254250
- `lockbox.created` - Occurs whenever a Lockbox is created.
255251
- `lockbox.updated` - Occurs whenever a Lockbox is updated.
256252
- `oauth_connection.created` - Occurs whenever an OAuth Connection is created.

0 commit comments

Comments
 (0)