You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Indicates that the Connected Account requires reauthorization using a new Connect Webview. The account is still connected, but cannot access new features. Delaying reauthorization too long will eventually cause the Connected Account to become disconnected.',
'Indicates that the connected account is currently being deleted. All devices, access codes, and other resources associated with this account are in the process of being removed from Seam.',
231
+
)
232
+
225
233
constconnected_account_warning=z
226
234
.discriminatedUnion('warning_code',[
227
235
scheduled_maintenance_window,
228
236
unknown_issue_with_connected_account,
229
237
salto_ks_subscription_limit_almost_reached,
230
238
account_reauthorization_requested,
239
+
being_deleted,
231
240
])
232
241
.describe('Warning associated with the connected account.')
'Indicates that the connected account is currently being deleted. All devices, access codes, and other resources associated with this account are in the process of being removed from Seam.',
10056
+
properties: {
10057
+
created_at: {
10058
+
description:
10059
+
'Date and time at which Seam created the warning.',
10060
+
format: 'date-time',
10061
+
type: 'string',
10062
+
},
10063
+
message: {
10064
+
description:
10065
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
10066
+
type: 'string',
10067
+
},
10068
+
warning_code: {
10069
+
description:
10070
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
Copy file name to clipboardExpand all lines: src/lib/seam/connect/route-types.ts
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13549,6 +13549,14 @@ export type Routes = {
13549
13549
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
13550
13550
warning_code: 'account_reauthorization_requested'
13551
13551
}
13552
+
| {
13553
+
/** Date and time at which Seam created the warning. */
13554
+
created_at: string
13555
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
13556
+
message: string
13557
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
13558
+
warning_code: 'being_deleted'
13559
+
}
13552
13560
)[]
13553
13561
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
13554
13562
custom_metadata: {
@@ -31477,6 +31485,14 @@ export type Routes = {
31477
31485
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31478
31486
warning_code: 'account_reauthorization_requested'
31479
31487
}
31488
+
| {
31489
+
/** Date and time at which Seam created the warning. */
31490
+
created_at: string
31491
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31492
+
message: string
31493
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31494
+
warning_code: 'being_deleted'
31495
+
}
31480
31496
)[]
31481
31497
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
31482
31498
custom_metadata: {
@@ -31652,6 +31668,14 @@ export type Routes = {
31652
31668
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31653
31669
warning_code: 'account_reauthorization_requested'
31654
31670
}
31671
+
| {
31672
+
/** Date and time at which Seam created the warning. */
31673
+
created_at: string
31674
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31675
+
message: string
31676
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31677
+
warning_code: 'being_deleted'
31678
+
}
31655
31679
)[]
31656
31680
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
31657
31681
custom_metadata: {
@@ -31863,6 +31887,14 @@ export type Routes = {
31863
31887
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31864
31888
warning_code: 'account_reauthorization_requested'
31865
31889
}
31890
+
| {
31891
+
/** Date and time at which Seam created the warning. */
31892
+
created_at: string
31893
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31894
+
message: string
31895
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31896
+
warning_code: 'being_deleted'
31897
+
}
31866
31898
)[]
31867
31899
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
31868
31900
custom_metadata: {
@@ -74794,6 +74826,14 @@ export type Routes = {
74794
74826
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74795
74827
warning_code: 'account_reauthorization_requested'
74796
74828
}
74829
+
| {
74830
+
/** Date and time at which Seam created the warning. */
74831
+
created_at: string
74832
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74833
+
message: string
74834
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74835
+
warning_code: 'being_deleted'
74836
+
}
74797
74837
)[]
74798
74838
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
74799
74839
custom_metadata: {
@@ -103877,6 +103917,14 @@ export type Routes = {
103877
103917
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
103878
103918
warning_code: 'account_reauthorization_requested'
103879
103919
}
103920
+
| {
103921
+
/** Date and time at which Seam created the warning. */
103922
+
created_at: string
103923
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
103924
+
message: string
103925
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
103926
+
warning_code: 'being_deleted'
103927
+
}
103880
103928
)[]
103881
103929
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
0 commit comments