Skip to content
Closed
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: 238
openapi_spec_hash: f016dd0581244764f46db0611893df13
openapi_spec_hash: 73e2ab23356f824a9bf144e81529e0d2
config_hash: 2ae0d8aaecf01b38cbf9f9e112822c23
2 changes: 1 addition & 1 deletion scripts/mock

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions src/increase/types/event_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,16 +333,14 @@ class EventSubscription(BaseModel):
specified `category`.
"""

status: Literal["active", "disabled", "deleted", "requires_attention"]
status: Literal["active", "disabled", "deleted"]
"""This indicates if we'll send notifications to this subscription.

- `active` - The subscription is active and Events will be delivered normally.
- `disabled` - The subscription is temporarily disabled and Events will not be
delivered.
- `deleted` - The subscription is permanently disabled and Events will not be
delivered.
- `requires_attention` - The subscription is temporarily disabled due to
delivery errors and Events will not be delivered.
"""

type: Literal["event_subscription"]
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