Skip to content
Merged
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
1,592 changes: 820 additions & 772 deletions api/api.gen.go

Large diffs are not rendered by default.

1,501 changes: 774 additions & 727 deletions api/client/go/client.gen.go

Large diffs are not rendered by default.

82 changes: 81 additions & 1 deletion api/client/javascript/src/client/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7865,6 +7865,16 @@ export interface components {
* @example true
*/
disabled?: boolean
/**
* Annotations
* @description Set of key-value pairs managed by the system. Cannot be modified by user.
*/
readonly annotations?: components['schemas']['Annotations']
/**
* Metadata
* @description Additional metadata for the resource.
*/
metadata?: components['schemas']['Metadata'] | null
/**
* Webhook URL
* @description Webhook URL where the notification is sent.
Expand Down Expand Up @@ -7908,6 +7918,11 @@ export interface components {
* @example true
*/
disabled?: boolean
/**
* Metadata
* @description Additional metadata for the resource.
*/
metadata?: components['schemas']['Metadata'] | null
/**
* Webhook URL
* @description Webhook URL where the notification is sent.
Expand Down Expand Up @@ -8028,9 +8043,14 @@ export interface components {
readonly updatedAt: Date
/**
* Notification Channel
* @description Notification channel the delivery sattus associated with.
* @description Notification channel the delivery status associated with.
*/
readonly channel: components['schemas']['NotificationChannelMeta']
/**
* Annotations
* @description Set of key-value pairs managed by the system. Cannot be modified by user.
*/
readonly annotations?: components['schemas']['Annotations']
}
/**
* Delivery State
Expand Down Expand Up @@ -8231,6 +8251,16 @@ export interface components {
* @description List of notification channels the rule applies to.
*/
channels: components['schemas']['NotificationChannelMeta'][]
/**
* Annotations
* @description Set of key-value pairs managed by the system. Cannot be modified by user.
*/
readonly annotations?: components['schemas']['Annotations']
/**
* Metadata
* @description Additional metadata for the resource.
*/
metadata?: components['schemas']['Metadata'] | null
/**
* Entitlement Balance Thresholds
* @description List of thresholds the rule suppose to be triggered.
Expand Down Expand Up @@ -8262,6 +8292,11 @@ export interface components {
* @example true
*/
disabled?: boolean
/**
* Metadata
* @description Additional metadata for the resource.
*/
metadata?: components['schemas']['Metadata'] | null
/**
* Entitlement Balance Thresholds
* @description List of thresholds the rule suppose to be triggered.
Expand Down Expand Up @@ -8367,6 +8402,16 @@ export interface components {
* @description List of notification channels the rule applies to.
*/
channels: components['schemas']['NotificationChannelMeta'][]
/**
* Annotations
* @description Set of key-value pairs managed by the system. Cannot be modified by user.
*/
readonly annotations?: components['schemas']['Annotations']
/**
* Metadata
* @description Additional metadata for the resource.
*/
metadata?: components['schemas']['Metadata'] | null
/**
* Features
* @description Optional field containing list of features the rule applies to.
Expand All @@ -8393,6 +8438,11 @@ export interface components {
* @example true
*/
disabled?: boolean
/**
* Metadata
* @description Additional metadata for the resource.
*/
metadata?: components['schemas']['Metadata'] | null
/**
* Channels
* @description List of notification channels the rule is applied to.
Expand Down Expand Up @@ -8456,6 +8506,16 @@ export interface components {
* @description List of notification channels the rule applies to.
*/
channels: components['schemas']['NotificationChannelMeta'][]
/**
* Annotations
* @description Set of key-value pairs managed by the system. Cannot be modified by user.
*/
readonly annotations?: components['schemas']['Annotations']
/**
* Metadata
* @description Additional metadata for the resource.
*/
metadata?: components['schemas']['Metadata'] | null
}
/** @description Request with input parameters for creating new notification rule with invoice.created type. */
NotificationRuleInvoiceCreatedCreateRequest: {
Expand All @@ -8477,6 +8537,11 @@ export interface components {
* @example true
*/
disabled?: boolean
/**
* Metadata
* @description Additional metadata for the resource.
*/
metadata?: components['schemas']['Metadata'] | null
/**
* Channels
* @description List of notification channels the rule is applied to.
Expand Down Expand Up @@ -8535,6 +8600,16 @@ export interface components {
* @description List of notification channels the rule applies to.
*/
channels: components['schemas']['NotificationChannelMeta'][]
/**
* Annotations
* @description Set of key-value pairs managed by the system. Cannot be modified by user.
*/
readonly annotations?: components['schemas']['Annotations']
/**
* Metadata
* @description Additional metadata for the resource.
*/
metadata?: components['schemas']['Metadata'] | null
}
/** @description Request with input parameters for creating new notification rule with invoice.updated type. */
NotificationRuleInvoiceUpdatedCreateRequest: {
Expand All @@ -8556,6 +8631,11 @@ export interface components {
* @example true
*/
disabled?: boolean
/**
* Metadata
* @description Additional metadata for the resource.
*/
metadata?: components['schemas']['Metadata'] | null
/**
* Channels
* @description List of notification channels the rule is applied to.
Expand Down
Loading
Loading