@seamapi/types 1.887.0 → 1.888.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +60 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +146 -0
- package/dist/index.cjs +60 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +45 -0
- package/lib/seam/connect/models/acs/acs-system.js +9 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +58 -0
- package/lib/seam/connect/models/connected-accounts/connected-account.js +9 -0
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/openapi.js +42 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +91 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +12 -0
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +50 -0
- package/src/lib/seam/connect/route-types.ts +104 -0
|
@@ -14800,6 +14800,13 @@ export type Routes = {
|
|
|
14800
14800
|
message: string;
|
|
14801
14801
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14802
14802
|
warning_code: 'provider_service_unavailable';
|
|
14803
|
+
} | {
|
|
14804
|
+
/** Date and time at which Seam created the warning. */
|
|
14805
|
+
created_at: string;
|
|
14806
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
14807
|
+
message: string;
|
|
14808
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14809
|
+
warning_code: 'setup_required';
|
|
14803
14810
|
})[];
|
|
14804
14811
|
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
14805
14812
|
custom_metadata: {
|
|
@@ -14945,6 +14952,13 @@ export type Routes = {
|
|
|
14945
14952
|
/**
|
|
14946
14953
|
* @deprecated this field is deprecated.*/
|
|
14947
14954
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
14955
|
+
} | {
|
|
14956
|
+
/** Date and time at which Seam created the warning. */
|
|
14957
|
+
created_at: string;
|
|
14958
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
14959
|
+
message: string;
|
|
14960
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14961
|
+
warning_code: 'setup_required';
|
|
14948
14962
|
})[];
|
|
14949
14963
|
}[] | undefined;
|
|
14950
14964
|
user_identities?: {
|
|
@@ -34323,6 +34337,13 @@ export type Routes = {
|
|
|
34323
34337
|
/**
|
|
34324
34338
|
* @deprecated this field is deprecated.*/
|
|
34325
34339
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
34340
|
+
} | {
|
|
34341
|
+
/** Date and time at which Seam created the warning. */
|
|
34342
|
+
created_at: string;
|
|
34343
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34344
|
+
message: string;
|
|
34345
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34346
|
+
warning_code: 'setup_required';
|
|
34326
34347
|
})[];
|
|
34327
34348
|
};
|
|
34328
34349
|
};
|
|
@@ -34466,6 +34487,13 @@ export type Routes = {
|
|
|
34466
34487
|
/**
|
|
34467
34488
|
* @deprecated this field is deprecated.*/
|
|
34468
34489
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
34490
|
+
} | {
|
|
34491
|
+
/** Date and time at which Seam created the warning. */
|
|
34492
|
+
created_at: string;
|
|
34493
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34494
|
+
message: string;
|
|
34495
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34496
|
+
warning_code: 'setup_required';
|
|
34469
34497
|
})[];
|
|
34470
34498
|
}[];
|
|
34471
34499
|
};
|
|
@@ -34605,6 +34633,13 @@ export type Routes = {
|
|
|
34605
34633
|
/**
|
|
34606
34634
|
* @deprecated this field is deprecated.*/
|
|
34607
34635
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
34636
|
+
} | {
|
|
34637
|
+
/** Date and time at which Seam created the warning. */
|
|
34638
|
+
created_at: string;
|
|
34639
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34640
|
+
message: string;
|
|
34641
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34642
|
+
warning_code: 'setup_required';
|
|
34608
34643
|
})[];
|
|
34609
34644
|
}[];
|
|
34610
34645
|
};
|
|
@@ -40508,6 +40543,13 @@ export type Routes = {
|
|
|
40508
40543
|
message: string;
|
|
40509
40544
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40510
40545
|
warning_code: 'provider_service_unavailable';
|
|
40546
|
+
} | {
|
|
40547
|
+
/** Date and time at which Seam created the warning. */
|
|
40548
|
+
created_at: string;
|
|
40549
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40550
|
+
message: string;
|
|
40551
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40552
|
+
warning_code: 'setup_required';
|
|
40511
40553
|
})[];
|
|
40512
40554
|
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
40513
40555
|
custom_metadata: {
|
|
@@ -40691,6 +40733,13 @@ export type Routes = {
|
|
|
40691
40733
|
message: string;
|
|
40692
40734
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40693
40735
|
warning_code: 'provider_service_unavailable';
|
|
40736
|
+
} | {
|
|
40737
|
+
/** Date and time at which Seam created the warning. */
|
|
40738
|
+
created_at: string;
|
|
40739
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40740
|
+
message: string;
|
|
40741
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40742
|
+
warning_code: 'setup_required';
|
|
40694
40743
|
})[];
|
|
40695
40744
|
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
40696
40745
|
custom_metadata: {
|
|
@@ -40908,6 +40957,13 @@ export type Routes = {
|
|
|
40908
40957
|
message: string;
|
|
40909
40958
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40910
40959
|
warning_code: 'provider_service_unavailable';
|
|
40960
|
+
} | {
|
|
40961
|
+
/** Date and time at which Seam created the warning. */
|
|
40962
|
+
created_at: string;
|
|
40963
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40964
|
+
message: string;
|
|
40965
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40966
|
+
warning_code: 'setup_required';
|
|
40911
40967
|
})[];
|
|
40912
40968
|
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
40913
40969
|
custom_metadata: {
|
|
@@ -83362,6 +83418,13 @@ export type Routes = {
|
|
|
83362
83418
|
message: string;
|
|
83363
83419
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83364
83420
|
warning_code: 'provider_service_unavailable';
|
|
83421
|
+
} | {
|
|
83422
|
+
/** Date and time at which Seam created the warning. */
|
|
83423
|
+
created_at: string;
|
|
83424
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83425
|
+
message: string;
|
|
83426
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83427
|
+
warning_code: 'setup_required';
|
|
83365
83428
|
})[];
|
|
83366
83429
|
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
83367
83430
|
custom_metadata: {
|
|
@@ -83507,6 +83570,13 @@ export type Routes = {
|
|
|
83507
83570
|
/**
|
|
83508
83571
|
* @deprecated this field is deprecated.*/
|
|
83509
83572
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
83573
|
+
} | {
|
|
83574
|
+
/** Date and time at which Seam created the warning. */
|
|
83575
|
+
created_at: string;
|
|
83576
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83577
|
+
message: string;
|
|
83578
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83579
|
+
warning_code: 'setup_required';
|
|
83510
83580
|
})[];
|
|
83511
83581
|
}[] | undefined;
|
|
83512
83582
|
access_methods?: {
|
|
@@ -107145,6 +107215,13 @@ export type Routes = {
|
|
|
107145
107215
|
/**
|
|
107146
107216
|
* @deprecated this field is deprecated.*/
|
|
107147
107217
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
107218
|
+
} | {
|
|
107219
|
+
/** Date and time at which Seam created the warning. */
|
|
107220
|
+
created_at: string;
|
|
107221
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107222
|
+
message: string;
|
|
107223
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107224
|
+
warning_code: 'setup_required';
|
|
107148
107225
|
})[];
|
|
107149
107226
|
}[];
|
|
107150
107227
|
};
|
|
@@ -109675,6 +109752,13 @@ export type Routes = {
|
|
|
109675
109752
|
/**
|
|
109676
109753
|
* @deprecated this field is deprecated.*/
|
|
109677
109754
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
109755
|
+
} | {
|
|
109756
|
+
/** Date and time at which Seam created the warning. */
|
|
109757
|
+
created_at: string;
|
|
109758
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109759
|
+
message: string;
|
|
109760
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109761
|
+
warning_code: 'setup_required';
|
|
109678
109762
|
})[];
|
|
109679
109763
|
}[] | undefined;
|
|
109680
109764
|
acs_users?: {
|
|
@@ -113171,6 +113255,13 @@ export type Routes = {
|
|
|
113171
113255
|
message: string;
|
|
113172
113256
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113173
113257
|
warning_code: 'provider_service_unavailable';
|
|
113258
|
+
} | {
|
|
113259
|
+
/** Date and time at which Seam created the warning. */
|
|
113260
|
+
created_at: string;
|
|
113261
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113262
|
+
message: string;
|
|
113263
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113264
|
+
warning_code: 'setup_required';
|
|
113174
113265
|
})[];
|
|
113175
113266
|
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
113176
113267
|
custom_metadata: {
|
package/package.json
CHANGED
|
@@ -204,10 +204,21 @@ const time_zone_does_not_match_location = common_acs_system_warning
|
|
|
204
204
|
'Indicates the [access control system](https://docs.seam.co/low-level-apis/access-systems) time zone could not be determined because the reported physical location does not match the time zone configured on the physical [ACS entrances](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
|
|
205
205
|
)
|
|
206
206
|
|
|
207
|
+
const setup_required = common_acs_system_warning
|
|
208
|
+
.extend({
|
|
209
|
+
warning_code: z
|
|
210
|
+
.literal('setup_required')
|
|
211
|
+
.describe(warning_code_description),
|
|
212
|
+
})
|
|
213
|
+
.describe(
|
|
214
|
+
'Indicates that the access control system requires additional setup before it can be fully operational. Follow the instructions in the warning message to complete the setup.',
|
|
215
|
+
)
|
|
216
|
+
|
|
207
217
|
const acs_system_warning = z
|
|
208
218
|
.discriminatedUnion('warning_code', [
|
|
209
219
|
salto_ks_subscription_limit_almost_reached,
|
|
210
220
|
time_zone_does_not_match_location,
|
|
221
|
+
setup_required,
|
|
211
222
|
])
|
|
212
223
|
.describe(
|
|
213
224
|
'Warning associated with the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
@@ -219,6 +230,7 @@ const _acs_system_warning_map = z.object({
|
|
|
219
230
|
time_zone_does_not_match_location: time_zone_does_not_match_location
|
|
220
231
|
.optional()
|
|
221
232
|
.nullable(),
|
|
233
|
+
setup_required: setup_required.optional().nullable(),
|
|
222
234
|
})
|
|
223
235
|
|
|
224
236
|
export type AcsSystemWarningMap = z.infer<typeof _acs_system_warning_map>
|
|
@@ -240,6 +240,16 @@ const provider_service_unavailable = common_connected_account_warning
|
|
|
240
240
|
"Indicates that the connected account's provider service is temporarily unavailable. Seam will automatically retry and reconnect when the service becomes available again.",
|
|
241
241
|
)
|
|
242
242
|
|
|
243
|
+
const setup_required = common_connected_account_warning
|
|
244
|
+
.extend({
|
|
245
|
+
warning_code: z
|
|
246
|
+
.literal('setup_required')
|
|
247
|
+
.describe(warning_code_description),
|
|
248
|
+
})
|
|
249
|
+
.describe(
|
|
250
|
+
'Indicates that the connected account requires additional setup before it can be fully operational. Follow the instructions in the warning message to complete the setup.',
|
|
251
|
+
)
|
|
252
|
+
|
|
243
253
|
const connected_account_warning = z
|
|
244
254
|
.discriminatedUnion('warning_code', [
|
|
245
255
|
scheduled_maintenance_window,
|
|
@@ -248,6 +258,7 @@ const connected_account_warning = z
|
|
|
248
258
|
account_reauthorization_requested,
|
|
249
259
|
being_deleted,
|
|
250
260
|
provider_service_unavailable,
|
|
261
|
+
setup_required,
|
|
251
262
|
])
|
|
252
263
|
.describe('Warning associated with the connected account.')
|
|
253
264
|
|
|
@@ -267,6 +278,7 @@ export const connected_account_warning_map = z.object({
|
|
|
267
278
|
provider_service_unavailable: provider_service_unavailable
|
|
268
279
|
.nullable()
|
|
269
280
|
.optional(),
|
|
281
|
+
setup_required: setup_required.nullable().optional(),
|
|
270
282
|
})
|
|
271
283
|
|
|
272
284
|
export type ConnectedAccountWarningMap = z.infer<
|
|
@@ -5381,6 +5381,31 @@ const openapi: OpenAPISpec = {
|
|
|
5381
5381
|
required: ['created_at', 'message', 'warning_code'],
|
|
5382
5382
|
type: 'object',
|
|
5383
5383
|
},
|
|
5384
|
+
{
|
|
5385
|
+
description:
|
|
5386
|
+
'Indicates that the access control system requires additional setup before it can be fully operational. Follow the instructions in the warning message to complete the setup.',
|
|
5387
|
+
properties: {
|
|
5388
|
+
created_at: {
|
|
5389
|
+
description:
|
|
5390
|
+
'Date and time at which Seam created the warning.',
|
|
5391
|
+
format: 'date-time',
|
|
5392
|
+
type: 'string',
|
|
5393
|
+
},
|
|
5394
|
+
message: {
|
|
5395
|
+
description:
|
|
5396
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
5397
|
+
type: 'string',
|
|
5398
|
+
},
|
|
5399
|
+
warning_code: {
|
|
5400
|
+
description:
|
|
5401
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
5402
|
+
enum: ['setup_required'],
|
|
5403
|
+
type: 'string',
|
|
5404
|
+
},
|
|
5405
|
+
},
|
|
5406
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
5407
|
+
type: 'object',
|
|
5408
|
+
},
|
|
5384
5409
|
],
|
|
5385
5410
|
},
|
|
5386
5411
|
type: 'array',
|
|
@@ -12942,6 +12967,31 @@ const openapi: OpenAPISpec = {
|
|
|
12942
12967
|
required: ['created_at', 'message', 'warning_code'],
|
|
12943
12968
|
type: 'object',
|
|
12944
12969
|
},
|
|
12970
|
+
{
|
|
12971
|
+
description:
|
|
12972
|
+
'Indicates that the connected account requires additional setup before it can be fully operational. Follow the instructions in the warning message to complete the setup.',
|
|
12973
|
+
properties: {
|
|
12974
|
+
created_at: {
|
|
12975
|
+
description:
|
|
12976
|
+
'Date and time at which Seam created the warning.',
|
|
12977
|
+
format: 'date-time',
|
|
12978
|
+
type: 'string',
|
|
12979
|
+
},
|
|
12980
|
+
message: {
|
|
12981
|
+
description:
|
|
12982
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
12983
|
+
type: 'string',
|
|
12984
|
+
},
|
|
12985
|
+
warning_code: {
|
|
12986
|
+
description:
|
|
12987
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
12988
|
+
enum: ['setup_required'],
|
|
12989
|
+
type: 'string',
|
|
12990
|
+
},
|
|
12991
|
+
},
|
|
12992
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
12993
|
+
type: 'object',
|
|
12994
|
+
},
|
|
12945
12995
|
],
|
|
12946
12996
|
},
|
|
12947
12997
|
type: 'array',
|
|
@@ -16993,6 +16993,14 @@ export type Routes = {
|
|
|
16993
16993
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16994
16994
|
warning_code: 'provider_service_unavailable'
|
|
16995
16995
|
}
|
|
16996
|
+
| {
|
|
16997
|
+
/** Date and time at which Seam created the warning. */
|
|
16998
|
+
created_at: string
|
|
16999
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17000
|
+
message: string
|
|
17001
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17002
|
+
warning_code: 'setup_required'
|
|
17003
|
+
}
|
|
16996
17004
|
)[]
|
|
16997
17005
|
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
16998
17006
|
custom_metadata: {
|
|
@@ -17198,6 +17206,14 @@ export type Routes = {
|
|
|
17198
17206
|
* @deprecated this field is deprecated.*/
|
|
17199
17207
|
misconfigured_acs_entrance_ids?: string[] | undefined
|
|
17200
17208
|
}
|
|
17209
|
+
| {
|
|
17210
|
+
/** Date and time at which Seam created the warning. */
|
|
17211
|
+
created_at: string
|
|
17212
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17213
|
+
message: string
|
|
17214
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17215
|
+
warning_code: 'setup_required'
|
|
17216
|
+
}
|
|
17201
17217
|
)[]
|
|
17202
17218
|
}[]
|
|
17203
17219
|
| undefined
|
|
@@ -39768,6 +39784,14 @@ export type Routes = {
|
|
|
39768
39784
|
* @deprecated this field is deprecated.*/
|
|
39769
39785
|
misconfigured_acs_entrance_ids?: string[] | undefined
|
|
39770
39786
|
}
|
|
39787
|
+
| {
|
|
39788
|
+
/** Date and time at which Seam created the warning. */
|
|
39789
|
+
created_at: string
|
|
39790
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39791
|
+
message: string
|
|
39792
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39793
|
+
warning_code: 'setup_required'
|
|
39794
|
+
}
|
|
39771
39795
|
)[]
|
|
39772
39796
|
}
|
|
39773
39797
|
}
|
|
@@ -39961,6 +39985,14 @@ export type Routes = {
|
|
|
39961
39985
|
* @deprecated this field is deprecated.*/
|
|
39962
39986
|
misconfigured_acs_entrance_ids?: string[] | undefined
|
|
39963
39987
|
}
|
|
39988
|
+
| {
|
|
39989
|
+
/** Date and time at which Seam created the warning. */
|
|
39990
|
+
created_at: string
|
|
39991
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39992
|
+
message: string
|
|
39993
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39994
|
+
warning_code: 'setup_required'
|
|
39995
|
+
}
|
|
39964
39996
|
)[]
|
|
39965
39997
|
}[]
|
|
39966
39998
|
}
|
|
@@ -40150,6 +40182,14 @@ export type Routes = {
|
|
|
40150
40182
|
* @deprecated this field is deprecated.*/
|
|
40151
40183
|
misconfigured_acs_entrance_ids?: string[] | undefined
|
|
40152
40184
|
}
|
|
40185
|
+
| {
|
|
40186
|
+
/** Date and time at which Seam created the warning. */
|
|
40187
|
+
created_at: string
|
|
40188
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40189
|
+
message: string
|
|
40190
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40191
|
+
warning_code: 'setup_required'
|
|
40192
|
+
}
|
|
40153
40193
|
)[]
|
|
40154
40194
|
}[]
|
|
40155
40195
|
}
|
|
@@ -46944,6 +46984,14 @@ export type Routes = {
|
|
|
46944
46984
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46945
46985
|
warning_code: 'provider_service_unavailable'
|
|
46946
46986
|
}
|
|
46987
|
+
| {
|
|
46988
|
+
/** Date and time at which Seam created the warning. */
|
|
46989
|
+
created_at: string
|
|
46990
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
46991
|
+
message: string
|
|
46992
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46993
|
+
warning_code: 'setup_required'
|
|
46994
|
+
}
|
|
46947
46995
|
)[]
|
|
46948
46996
|
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
46949
46997
|
custom_metadata: {
|
|
@@ -47148,6 +47196,14 @@ export type Routes = {
|
|
|
47148
47196
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47149
47197
|
warning_code: 'provider_service_unavailable'
|
|
47150
47198
|
}
|
|
47199
|
+
| {
|
|
47200
|
+
/** Date and time at which Seam created the warning. */
|
|
47201
|
+
created_at: string
|
|
47202
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47203
|
+
message: string
|
|
47204
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47205
|
+
warning_code: 'setup_required'
|
|
47206
|
+
}
|
|
47151
47207
|
)[]
|
|
47152
47208
|
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
47153
47209
|
custom_metadata: {
|
|
@@ -47394,6 +47450,14 @@ export type Routes = {
|
|
|
47394
47450
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47395
47451
|
warning_code: 'provider_service_unavailable'
|
|
47396
47452
|
}
|
|
47453
|
+
| {
|
|
47454
|
+
/** Date and time at which Seam created the warning. */
|
|
47455
|
+
created_at: string
|
|
47456
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47457
|
+
message: string
|
|
47458
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47459
|
+
warning_code: 'setup_required'
|
|
47460
|
+
}
|
|
47397
47461
|
)[]
|
|
47398
47462
|
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
47399
47463
|
custom_metadata: {
|
|
@@ -99587,6 +99651,14 @@ export type Routes = {
|
|
|
99587
99651
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
99588
99652
|
warning_code: 'provider_service_unavailable'
|
|
99589
99653
|
}
|
|
99654
|
+
| {
|
|
99655
|
+
/** Date and time at which Seam created the warning. */
|
|
99656
|
+
created_at: string
|
|
99657
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
99658
|
+
message: string
|
|
99659
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
99660
|
+
warning_code: 'setup_required'
|
|
99661
|
+
}
|
|
99590
99662
|
)[]
|
|
99591
99663
|
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
99592
99664
|
custom_metadata: {
|
|
@@ -99792,6 +99864,14 @@ export type Routes = {
|
|
|
99792
99864
|
* @deprecated this field is deprecated.*/
|
|
99793
99865
|
misconfigured_acs_entrance_ids?: string[] | undefined
|
|
99794
99866
|
}
|
|
99867
|
+
| {
|
|
99868
|
+
/** Date and time at which Seam created the warning. */
|
|
99869
|
+
created_at: string
|
|
99870
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
99871
|
+
message: string
|
|
99872
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
99873
|
+
warning_code: 'setup_required'
|
|
99874
|
+
}
|
|
99795
99875
|
)[]
|
|
99796
99876
|
}[]
|
|
99797
99877
|
| undefined
|
|
@@ -127699,6 +127779,14 @@ export type Routes = {
|
|
|
127699
127779
|
* @deprecated this field is deprecated.*/
|
|
127700
127780
|
misconfigured_acs_entrance_ids?: string[] | undefined
|
|
127701
127781
|
}
|
|
127782
|
+
| {
|
|
127783
|
+
/** Date and time at which Seam created the warning. */
|
|
127784
|
+
created_at: string
|
|
127785
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
127786
|
+
message: string
|
|
127787
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127788
|
+
warning_code: 'setup_required'
|
|
127789
|
+
}
|
|
127702
127790
|
)[]
|
|
127703
127791
|
}[]
|
|
127704
127792
|
}
|
|
@@ -130749,6 +130837,14 @@ export type Routes = {
|
|
|
130749
130837
|
* @deprecated this field is deprecated.*/
|
|
130750
130838
|
misconfigured_acs_entrance_ids?: string[] | undefined
|
|
130751
130839
|
}
|
|
130840
|
+
| {
|
|
130841
|
+
/** Date and time at which Seam created the warning. */
|
|
130842
|
+
created_at: string
|
|
130843
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130844
|
+
message: string
|
|
130845
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130846
|
+
warning_code: 'setup_required'
|
|
130847
|
+
}
|
|
130752
130848
|
)[]
|
|
130753
130849
|
}[]
|
|
130754
130850
|
| undefined
|
|
@@ -134863,6 +134959,14 @@ export type Routes = {
|
|
|
134863
134959
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134864
134960
|
warning_code: 'provider_service_unavailable'
|
|
134865
134961
|
}
|
|
134962
|
+
| {
|
|
134963
|
+
/** Date and time at which Seam created the warning. */
|
|
134964
|
+
created_at: string
|
|
134965
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
134966
|
+
message: string
|
|
134967
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134968
|
+
warning_code: 'setup_required'
|
|
134969
|
+
}
|
|
134866
134970
|
)[]
|
|
134867
134971
|
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
134868
134972
|
custom_metadata: {
|