Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
configured_endpoints: 239
openapi_spec_hash: 202e0c39463e4ad1b25a72b0da68a6ce
openapi_spec_hash: ea35154a418c5a3cabaedc30f766fcac
config_hash: 1ca082e374ef7000e2a5971e8da740e0
2 changes: 1 addition & 1 deletion scripts/mock

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/increase/types/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ class Event(BaseModel):
"physical_card_profile.updated",
"physical_check.created",
"physical_check.updated",
"physical_check_book.created",
"physical_check_book.updated",
"program.created",
"program.updated",
"proof_of_authorization_request.created",
Expand Down Expand Up @@ -283,6 +285,10 @@ class Event(BaseModel):
updated.
- `physical_check.created` - Occurs whenever a Physical Check is created.
- `physical_check.updated` - Occurs whenever a Physical Check is updated.
- `physical_check_book.created` - Occurs whenever a Physical Check Book is
created.
- `physical_check_book.updated` - Occurs whenever a Physical Check Book is
updated.
- `program.created` - Occurs whenever a Program is created.
- `program.updated` - Occurs whenever a Program is updated.
- `proof_of_authorization_request.created` - Occurs whenever a Proof of
Expand Down
2 changes: 2 additions & 0 deletions src/increase/types/event_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ class EventListParams(TypedDict, total=False):
"physical_card_profile.updated",
"physical_check.created",
"physical_check.updated",
"physical_check_book.created",
"physical_check_book.updated",
"program.created",
"program.updated",
"proof_of_authorization_request.created",
Expand Down
6 changes: 6 additions & 0 deletions src/increase/types/event_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ class SelectedEventCategory(BaseModel):
"physical_card_profile.updated",
"physical_check.created",
"physical_check.updated",
"physical_check_book.created",
"physical_check_book.updated",
"program.created",
"program.updated",
"proof_of_authorization_request.created",
Expand Down Expand Up @@ -271,6 +273,10 @@ class SelectedEventCategory(BaseModel):
updated.
- `physical_check.created` - Occurs whenever a Physical Check is created.
- `physical_check.updated` - Occurs whenever a Physical Check is updated.
- `physical_check_book.created` - Occurs whenever a Physical Check Book is
created.
- `physical_check_book.updated` - Occurs whenever a Physical Check Book is
updated.
- `program.created` - Occurs whenever a Program is created.
- `program.updated` - Occurs whenever a Program is updated.
- `proof_of_authorization_request.created` - Occurs whenever a Proof of
Expand Down
6 changes: 6 additions & 0 deletions src/increase/types/event_subscription_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ class SelectedEventCategory(TypedDict, total=False):
"physical_card_profile.updated",
"physical_check.created",
"physical_check.updated",
"physical_check_book.created",
"physical_check_book.updated",
"program.created",
"program.updated",
"proof_of_authorization_request.created",
Expand Down Expand Up @@ -300,6 +302,10 @@ class SelectedEventCategory(TypedDict, total=False):
updated.
- `physical_check.created` - Occurs whenever a Physical Check is created.
- `physical_check.updated` - Occurs whenever a Physical Check is updated.
- `physical_check_book.created` - Occurs whenever a Physical Check Book is
created.
- `physical_check_book.updated` - Occurs whenever a Physical Check Book is
updated.
- `program.created` - Occurs whenever a Program is created.
- `program.updated` - Occurs whenever a Program is updated.
- `proof_of_authorization_request.created` - Occurs whenever a Proof of
Expand Down
6 changes: 6 additions & 0 deletions src/increase/types/unwrap_webhook_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ class UnwrapWebhookEvent(BaseModel):
"physical_card_profile.updated",
"physical_check.created",
"physical_check.updated",
"physical_check_book.created",
"physical_check_book.updated",
"program.created",
"program.updated",
"proof_of_authorization_request.created",
Expand Down Expand Up @@ -283,6 +285,10 @@ class UnwrapWebhookEvent(BaseModel):
updated.
- `physical_check.created` - Occurs whenever a Physical Check is created.
- `physical_check.updated` - Occurs whenever a Physical Check is updated.
- `physical_check_book.created` - Occurs whenever a Physical Check Book is
created.
- `physical_check_book.updated` - Occurs whenever a Physical Check Book is
updated.
- `program.created` - Occurs whenever a Program is created.
- `program.updated` - Occurs whenever a Program is updated.
- `proof_of_authorization_request.created` - Occurs whenever a Proof of
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading