@seamapi/types 1.322.1 → 1.322.2
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 +0 -17
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +16 -74
- package/lib/seam/connect/models/events/acs/common.js +0 -1
- package/lib/seam/connect/models/events/acs/common.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -42
- package/lib/seam/connect/openapi.js +0 -16
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +16 -32
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/acs/common.ts +0 -1
- package/src/lib/seam/connect/openapi.ts +0 -16
- package/src/lib/seam/connect/route-types.ts +16 -32
|
@@ -12318,8 +12318,7 @@ export interface Routes {
|
|
|
12318
12318
|
created_at: string;
|
|
12319
12319
|
/** Time when the event occurred. */
|
|
12320
12320
|
occurred_at: string;
|
|
12321
|
-
/** ID of the connected account.
|
|
12322
|
-
* @deprecated Will be removed. */
|
|
12321
|
+
/** ID of the connected account. */
|
|
12323
12322
|
connected_account_id?: string | undefined;
|
|
12324
12323
|
/** ID of the ACS system. */
|
|
12325
12324
|
acs_system_id: string;
|
|
@@ -12333,8 +12332,7 @@ export interface Routes {
|
|
|
12333
12332
|
created_at: string;
|
|
12334
12333
|
/** Time when the event occurred. */
|
|
12335
12334
|
occurred_at: string;
|
|
12336
|
-
/** ID of the connected account.
|
|
12337
|
-
* @deprecated Will be removed. */
|
|
12335
|
+
/** ID of the connected account. */
|
|
12338
12336
|
connected_account_id?: string | undefined;
|
|
12339
12337
|
/** ID of the ACS system. */
|
|
12340
12338
|
acs_system_id: string;
|
|
@@ -12348,8 +12346,7 @@ export interface Routes {
|
|
|
12348
12346
|
created_at: string;
|
|
12349
12347
|
/** Time when the event occurred. */
|
|
12350
12348
|
occurred_at: string;
|
|
12351
|
-
/** ID of the connected account.
|
|
12352
|
-
* @deprecated Will be removed. */
|
|
12349
|
+
/** ID of the connected account. */
|
|
12353
12350
|
connected_account_id?: string | undefined;
|
|
12354
12351
|
/** ID of the ACS system. */
|
|
12355
12352
|
acs_system_id: string;
|
|
@@ -12363,8 +12360,7 @@ export interface Routes {
|
|
|
12363
12360
|
created_at: string;
|
|
12364
12361
|
/** Time when the event occurred. */
|
|
12365
12362
|
occurred_at: string;
|
|
12366
|
-
/** ID of the connected account.
|
|
12367
|
-
* @deprecated Will be removed. */
|
|
12363
|
+
/** ID of the connected account. */
|
|
12368
12364
|
connected_account_id?: string | undefined;
|
|
12369
12365
|
/** ID of the ACS system. */
|
|
12370
12366
|
acs_system_id: string;
|
|
@@ -12379,8 +12375,7 @@ export interface Routes {
|
|
|
12379
12375
|
created_at: string;
|
|
12380
12376
|
/** Time when the event occurred. */
|
|
12381
12377
|
occurred_at: string;
|
|
12382
|
-
/** ID of the connected account.
|
|
12383
|
-
* @deprecated Will be removed. */
|
|
12378
|
+
/** ID of the connected account. */
|
|
12384
12379
|
connected_account_id?: string | undefined;
|
|
12385
12380
|
/** ID of the ACS system. */
|
|
12386
12381
|
acs_system_id: string;
|
|
@@ -12395,8 +12390,7 @@ export interface Routes {
|
|
|
12395
12390
|
created_at: string;
|
|
12396
12391
|
/** Time when the event occurred. */
|
|
12397
12392
|
occurred_at: string;
|
|
12398
|
-
/** ID of the connected account.
|
|
12399
|
-
* @deprecated Will be removed. */
|
|
12393
|
+
/** ID of the connected account. */
|
|
12400
12394
|
connected_account_id?: string | undefined;
|
|
12401
12395
|
/** ID of the ACS system. */
|
|
12402
12396
|
acs_system_id: string;
|
|
@@ -12411,8 +12405,7 @@ export interface Routes {
|
|
|
12411
12405
|
created_at: string;
|
|
12412
12406
|
/** Time when the event occurred. */
|
|
12413
12407
|
occurred_at: string;
|
|
12414
|
-
/** ID of the connected account.
|
|
12415
|
-
* @deprecated Will be removed. */
|
|
12408
|
+
/** ID of the connected account. */
|
|
12416
12409
|
connected_account_id?: string | undefined;
|
|
12417
12410
|
/** ID of the ACS system. */
|
|
12418
12411
|
acs_system_id: string;
|
|
@@ -12428,8 +12421,7 @@ export interface Routes {
|
|
|
12428
12421
|
created_at: string;
|
|
12429
12422
|
/** Time when the event occurred. */
|
|
12430
12423
|
occurred_at: string;
|
|
12431
|
-
/** ID of the connected account.
|
|
12432
|
-
* @deprecated Will be removed. */
|
|
12424
|
+
/** ID of the connected account. */
|
|
12433
12425
|
connected_account_id?: string | undefined;
|
|
12434
12426
|
/** ID of the ACS system. */
|
|
12435
12427
|
acs_system_id: string;
|
|
@@ -13467,8 +13459,7 @@ export interface Routes {
|
|
|
13467
13459
|
created_at: string;
|
|
13468
13460
|
/** Time when the event occurred. */
|
|
13469
13461
|
occurred_at: string;
|
|
13470
|
-
/** ID of the connected account.
|
|
13471
|
-
* @deprecated Will be removed. */
|
|
13462
|
+
/** ID of the connected account. */
|
|
13472
13463
|
connected_account_id?: string | undefined;
|
|
13473
13464
|
/** ID of the ACS system. */
|
|
13474
13465
|
acs_system_id: string;
|
|
@@ -13482,8 +13473,7 @@ export interface Routes {
|
|
|
13482
13473
|
created_at: string;
|
|
13483
13474
|
/** Time when the event occurred. */
|
|
13484
13475
|
occurred_at: string;
|
|
13485
|
-
/** ID of the connected account.
|
|
13486
|
-
* @deprecated Will be removed. */
|
|
13476
|
+
/** ID of the connected account. */
|
|
13487
13477
|
connected_account_id?: string | undefined;
|
|
13488
13478
|
/** ID of the ACS system. */
|
|
13489
13479
|
acs_system_id: string;
|
|
@@ -13497,8 +13487,7 @@ export interface Routes {
|
|
|
13497
13487
|
created_at: string;
|
|
13498
13488
|
/** Time when the event occurred. */
|
|
13499
13489
|
occurred_at: string;
|
|
13500
|
-
/** ID of the connected account.
|
|
13501
|
-
* @deprecated Will be removed. */
|
|
13490
|
+
/** ID of the connected account. */
|
|
13502
13491
|
connected_account_id?: string | undefined;
|
|
13503
13492
|
/** ID of the ACS system. */
|
|
13504
13493
|
acs_system_id: string;
|
|
@@ -13512,8 +13501,7 @@ export interface Routes {
|
|
|
13512
13501
|
created_at: string;
|
|
13513
13502
|
/** Time when the event occurred. */
|
|
13514
13503
|
occurred_at: string;
|
|
13515
|
-
/** ID of the connected account.
|
|
13516
|
-
* @deprecated Will be removed. */
|
|
13504
|
+
/** ID of the connected account. */
|
|
13517
13505
|
connected_account_id?: string | undefined;
|
|
13518
13506
|
/** ID of the ACS system. */
|
|
13519
13507
|
acs_system_id: string;
|
|
@@ -13528,8 +13516,7 @@ export interface Routes {
|
|
|
13528
13516
|
created_at: string;
|
|
13529
13517
|
/** Time when the event occurred. */
|
|
13530
13518
|
occurred_at: string;
|
|
13531
|
-
/** ID of the connected account.
|
|
13532
|
-
* @deprecated Will be removed. */
|
|
13519
|
+
/** ID of the connected account. */
|
|
13533
13520
|
connected_account_id?: string | undefined;
|
|
13534
13521
|
/** ID of the ACS system. */
|
|
13535
13522
|
acs_system_id: string;
|
|
@@ -13544,8 +13531,7 @@ export interface Routes {
|
|
|
13544
13531
|
created_at: string;
|
|
13545
13532
|
/** Time when the event occurred. */
|
|
13546
13533
|
occurred_at: string;
|
|
13547
|
-
/** ID of the connected account.
|
|
13548
|
-
* @deprecated Will be removed. */
|
|
13534
|
+
/** ID of the connected account. */
|
|
13549
13535
|
connected_account_id?: string | undefined;
|
|
13550
13536
|
/** ID of the ACS system. */
|
|
13551
13537
|
acs_system_id: string;
|
|
@@ -13560,8 +13546,7 @@ export interface Routes {
|
|
|
13560
13546
|
created_at: string;
|
|
13561
13547
|
/** Time when the event occurred. */
|
|
13562
13548
|
occurred_at: string;
|
|
13563
|
-
/** ID of the connected account.
|
|
13564
|
-
* @deprecated Will be removed. */
|
|
13549
|
+
/** ID of the connected account. */
|
|
13565
13550
|
connected_account_id?: string | undefined;
|
|
13566
13551
|
/** ID of the ACS system. */
|
|
13567
13552
|
acs_system_id: string;
|
|
@@ -13577,8 +13562,7 @@ export interface Routes {
|
|
|
13577
13562
|
created_at: string;
|
|
13578
13563
|
/** Time when the event occurred. */
|
|
13579
13564
|
occurred_at: string;
|
|
13580
|
-
/** ID of the connected account.
|
|
13581
|
-
* @deprecated Will be removed. */
|
|
13565
|
+
/** ID of the connected account. */
|
|
13582
13566
|
connected_account_id?: string | undefined;
|
|
13583
13567
|
/** ID of the ACS system. */
|
|
13584
13568
|
acs_system_id: string;
|
package/package.json
CHANGED
|
@@ -6930,11 +6930,9 @@ export default {
|
|
|
6930
6930
|
'x-title': 'ACS System ID',
|
|
6931
6931
|
},
|
|
6932
6932
|
connected_account_id: {
|
|
6933
|
-
deprecated: true,
|
|
6934
6933
|
description: 'ID of the connected account.',
|
|
6935
6934
|
format: 'uuid',
|
|
6936
6935
|
type: 'string',
|
|
6937
|
-
'x-deprecated': 'Will be removed.',
|
|
6938
6936
|
'x-title': 'Connected Account ID',
|
|
6939
6937
|
},
|
|
6940
6938
|
created_at: {
|
|
@@ -6980,11 +6978,9 @@ export default {
|
|
|
6980
6978
|
'x-title': 'ACS System ID',
|
|
6981
6979
|
},
|
|
6982
6980
|
connected_account_id: {
|
|
6983
|
-
deprecated: true,
|
|
6984
6981
|
description: 'ID of the connected account.',
|
|
6985
6982
|
format: 'uuid',
|
|
6986
6983
|
type: 'string',
|
|
6987
|
-
'x-deprecated': 'Will be removed.',
|
|
6988
6984
|
'x-title': 'Connected Account ID',
|
|
6989
6985
|
},
|
|
6990
6986
|
created_at: {
|
|
@@ -7030,11 +7026,9 @@ export default {
|
|
|
7030
7026
|
'x-title': 'ACS System ID',
|
|
7031
7027
|
},
|
|
7032
7028
|
connected_account_id: {
|
|
7033
|
-
deprecated: true,
|
|
7034
7029
|
description: 'ID of the connected account.',
|
|
7035
7030
|
format: 'uuid',
|
|
7036
7031
|
type: 'string',
|
|
7037
|
-
'x-deprecated': 'Will be removed.',
|
|
7038
7032
|
'x-title': 'Connected Account ID',
|
|
7039
7033
|
},
|
|
7040
7034
|
created_at: {
|
|
@@ -7081,11 +7075,9 @@ export default {
|
|
|
7081
7075
|
'x-title': 'ACS System ID',
|
|
7082
7076
|
},
|
|
7083
7077
|
connected_account_id: {
|
|
7084
|
-
deprecated: true,
|
|
7085
7078
|
description: 'ID of the connected account.',
|
|
7086
7079
|
format: 'uuid',
|
|
7087
7080
|
type: 'string',
|
|
7088
|
-
'x-deprecated': 'Will be removed.',
|
|
7089
7081
|
'x-title': 'Connected Account ID',
|
|
7090
7082
|
},
|
|
7091
7083
|
created_at: {
|
|
@@ -7133,11 +7125,9 @@ export default {
|
|
|
7133
7125
|
'x-title': 'ACS System ID',
|
|
7134
7126
|
},
|
|
7135
7127
|
connected_account_id: {
|
|
7136
|
-
deprecated: true,
|
|
7137
7128
|
description: 'ID of the connected account.',
|
|
7138
7129
|
format: 'uuid',
|
|
7139
7130
|
type: 'string',
|
|
7140
|
-
'x-deprecated': 'Will be removed.',
|
|
7141
7131
|
'x-title': 'Connected Account ID',
|
|
7142
7132
|
},
|
|
7143
7133
|
created_at: {
|
|
@@ -7185,11 +7175,9 @@ export default {
|
|
|
7185
7175
|
},
|
|
7186
7176
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
7187
7177
|
connected_account_id: {
|
|
7188
|
-
deprecated: true,
|
|
7189
7178
|
description: 'ID of the connected account.',
|
|
7190
7179
|
format: 'uuid',
|
|
7191
7180
|
type: 'string',
|
|
7192
|
-
'x-deprecated': 'Will be removed.',
|
|
7193
7181
|
'x-title': 'Connected Account ID',
|
|
7194
7182
|
},
|
|
7195
7183
|
created_at: {
|
|
@@ -7241,11 +7229,9 @@ export default {
|
|
|
7241
7229
|
'x-title': 'ACS System ID',
|
|
7242
7230
|
},
|
|
7243
7231
|
connected_account_id: {
|
|
7244
|
-
deprecated: true,
|
|
7245
7232
|
description: 'ID of the connected account.',
|
|
7246
7233
|
format: 'uuid',
|
|
7247
7234
|
type: 'string',
|
|
7248
|
-
'x-deprecated': 'Will be removed.',
|
|
7249
7235
|
'x-title': 'Connected Account ID',
|
|
7250
7236
|
},
|
|
7251
7237
|
created_at: {
|
|
@@ -7297,11 +7283,9 @@ export default {
|
|
|
7297
7283
|
'x-title': 'ACS System ID',
|
|
7298
7284
|
},
|
|
7299
7285
|
connected_account_id: {
|
|
7300
|
-
deprecated: true,
|
|
7301
7286
|
description: 'ID of the connected account.',
|
|
7302
7287
|
format: 'uuid',
|
|
7303
7288
|
type: 'string',
|
|
7304
|
-
'x-deprecated': 'Will be removed.',
|
|
7305
7289
|
'x-title': 'Connected Account ID',
|
|
7306
7290
|
},
|
|
7307
7291
|
created_at: {
|
|
@@ -15098,8 +15098,7 @@ export interface Routes {
|
|
|
15098
15098
|
created_at: string
|
|
15099
15099
|
/** Time when the event occurred. */
|
|
15100
15100
|
occurred_at: string
|
|
15101
|
-
/** ID of the connected account.
|
|
15102
|
-
* @deprecated Will be removed. */
|
|
15101
|
+
/** ID of the connected account. */
|
|
15103
15102
|
connected_account_id?: string | undefined
|
|
15104
15103
|
/** ID of the ACS system. */
|
|
15105
15104
|
acs_system_id: string
|
|
@@ -15114,8 +15113,7 @@ export interface Routes {
|
|
|
15114
15113
|
created_at: string
|
|
15115
15114
|
/** Time when the event occurred. */
|
|
15116
15115
|
occurred_at: string
|
|
15117
|
-
/** ID of the connected account.
|
|
15118
|
-
* @deprecated Will be removed. */
|
|
15116
|
+
/** ID of the connected account. */
|
|
15119
15117
|
connected_account_id?: string | undefined
|
|
15120
15118
|
/** ID of the ACS system. */
|
|
15121
15119
|
acs_system_id: string
|
|
@@ -15130,8 +15128,7 @@ export interface Routes {
|
|
|
15130
15128
|
created_at: string
|
|
15131
15129
|
/** Time when the event occurred. */
|
|
15132
15130
|
occurred_at: string
|
|
15133
|
-
/** ID of the connected account.
|
|
15134
|
-
* @deprecated Will be removed. */
|
|
15131
|
+
/** ID of the connected account. */
|
|
15135
15132
|
connected_account_id?: string | undefined
|
|
15136
15133
|
/** ID of the ACS system. */
|
|
15137
15134
|
acs_system_id: string
|
|
@@ -15146,8 +15143,7 @@ export interface Routes {
|
|
|
15146
15143
|
created_at: string
|
|
15147
15144
|
/** Time when the event occurred. */
|
|
15148
15145
|
occurred_at: string
|
|
15149
|
-
/** ID of the connected account.
|
|
15150
|
-
* @deprecated Will be removed. */
|
|
15146
|
+
/** ID of the connected account. */
|
|
15151
15147
|
connected_account_id?: string | undefined
|
|
15152
15148
|
/** ID of the ACS system. */
|
|
15153
15149
|
acs_system_id: string
|
|
@@ -15163,8 +15159,7 @@ export interface Routes {
|
|
|
15163
15159
|
created_at: string
|
|
15164
15160
|
/** Time when the event occurred. */
|
|
15165
15161
|
occurred_at: string
|
|
15166
|
-
/** ID of the connected account.
|
|
15167
|
-
* @deprecated Will be removed. */
|
|
15162
|
+
/** ID of the connected account. */
|
|
15168
15163
|
connected_account_id?: string | undefined
|
|
15169
15164
|
/** ID of the ACS system. */
|
|
15170
15165
|
acs_system_id: string
|
|
@@ -15180,8 +15175,7 @@ export interface Routes {
|
|
|
15180
15175
|
created_at: string
|
|
15181
15176
|
/** Time when the event occurred. */
|
|
15182
15177
|
occurred_at: string
|
|
15183
|
-
/** ID of the connected account.
|
|
15184
|
-
* @deprecated Will be removed. */
|
|
15178
|
+
/** ID of the connected account. */
|
|
15185
15179
|
connected_account_id?: string | undefined
|
|
15186
15180
|
/** ID of the ACS system. */
|
|
15187
15181
|
acs_system_id: string
|
|
@@ -15197,8 +15191,7 @@ export interface Routes {
|
|
|
15197
15191
|
created_at: string
|
|
15198
15192
|
/** Time when the event occurred. */
|
|
15199
15193
|
occurred_at: string
|
|
15200
|
-
/** ID of the connected account.
|
|
15201
|
-
* @deprecated Will be removed. */
|
|
15194
|
+
/** ID of the connected account. */
|
|
15202
15195
|
connected_account_id?: string | undefined
|
|
15203
15196
|
/** ID of the ACS system. */
|
|
15204
15197
|
acs_system_id: string
|
|
@@ -15215,8 +15208,7 @@ export interface Routes {
|
|
|
15215
15208
|
created_at: string
|
|
15216
15209
|
/** Time when the event occurred. */
|
|
15217
15210
|
occurred_at: string
|
|
15218
|
-
/** ID of the connected account.
|
|
15219
|
-
* @deprecated Will be removed. */
|
|
15211
|
+
/** ID of the connected account. */
|
|
15220
15212
|
connected_account_id?: string | undefined
|
|
15221
15213
|
/** ID of the ACS system. */
|
|
15222
15214
|
acs_system_id: string
|
|
@@ -16488,8 +16480,7 @@ export interface Routes {
|
|
|
16488
16480
|
created_at: string
|
|
16489
16481
|
/** Time when the event occurred. */
|
|
16490
16482
|
occurred_at: string
|
|
16491
|
-
/** ID of the connected account.
|
|
16492
|
-
* @deprecated Will be removed. */
|
|
16483
|
+
/** ID of the connected account. */
|
|
16493
16484
|
connected_account_id?: string | undefined
|
|
16494
16485
|
/** ID of the ACS system. */
|
|
16495
16486
|
acs_system_id: string
|
|
@@ -16504,8 +16495,7 @@ export interface Routes {
|
|
|
16504
16495
|
created_at: string
|
|
16505
16496
|
/** Time when the event occurred. */
|
|
16506
16497
|
occurred_at: string
|
|
16507
|
-
/** ID of the connected account.
|
|
16508
|
-
* @deprecated Will be removed. */
|
|
16498
|
+
/** ID of the connected account. */
|
|
16509
16499
|
connected_account_id?: string | undefined
|
|
16510
16500
|
/** ID of the ACS system. */
|
|
16511
16501
|
acs_system_id: string
|
|
@@ -16520,8 +16510,7 @@ export interface Routes {
|
|
|
16520
16510
|
created_at: string
|
|
16521
16511
|
/** Time when the event occurred. */
|
|
16522
16512
|
occurred_at: string
|
|
16523
|
-
/** ID of the connected account.
|
|
16524
|
-
* @deprecated Will be removed. */
|
|
16513
|
+
/** ID of the connected account. */
|
|
16525
16514
|
connected_account_id?: string | undefined
|
|
16526
16515
|
/** ID of the ACS system. */
|
|
16527
16516
|
acs_system_id: string
|
|
@@ -16536,8 +16525,7 @@ export interface Routes {
|
|
|
16536
16525
|
created_at: string
|
|
16537
16526
|
/** Time when the event occurred. */
|
|
16538
16527
|
occurred_at: string
|
|
16539
|
-
/** ID of the connected account.
|
|
16540
|
-
* @deprecated Will be removed. */
|
|
16528
|
+
/** ID of the connected account. */
|
|
16541
16529
|
connected_account_id?: string | undefined
|
|
16542
16530
|
/** ID of the ACS system. */
|
|
16543
16531
|
acs_system_id: string
|
|
@@ -16553,8 +16541,7 @@ export interface Routes {
|
|
|
16553
16541
|
created_at: string
|
|
16554
16542
|
/** Time when the event occurred. */
|
|
16555
16543
|
occurred_at: string
|
|
16556
|
-
/** ID of the connected account.
|
|
16557
|
-
* @deprecated Will be removed. */
|
|
16544
|
+
/** ID of the connected account. */
|
|
16558
16545
|
connected_account_id?: string | undefined
|
|
16559
16546
|
/** ID of the ACS system. */
|
|
16560
16547
|
acs_system_id: string
|
|
@@ -16570,8 +16557,7 @@ export interface Routes {
|
|
|
16570
16557
|
created_at: string
|
|
16571
16558
|
/** Time when the event occurred. */
|
|
16572
16559
|
occurred_at: string
|
|
16573
|
-
/** ID of the connected account.
|
|
16574
|
-
* @deprecated Will be removed. */
|
|
16560
|
+
/** ID of the connected account. */
|
|
16575
16561
|
connected_account_id?: string | undefined
|
|
16576
16562
|
/** ID of the ACS system. */
|
|
16577
16563
|
acs_system_id: string
|
|
@@ -16587,8 +16573,7 @@ export interface Routes {
|
|
|
16587
16573
|
created_at: string
|
|
16588
16574
|
/** Time when the event occurred. */
|
|
16589
16575
|
occurred_at: string
|
|
16590
|
-
/** ID of the connected account.
|
|
16591
|
-
* @deprecated Will be removed. */
|
|
16576
|
+
/** ID of the connected account. */
|
|
16592
16577
|
connected_account_id?: string | undefined
|
|
16593
16578
|
/** ID of the ACS system. */
|
|
16594
16579
|
acs_system_id: string
|
|
@@ -16605,8 +16590,7 @@ export interface Routes {
|
|
|
16605
16590
|
created_at: string
|
|
16606
16591
|
/** Time when the event occurred. */
|
|
16607
16592
|
occurred_at: string
|
|
16608
|
-
/** ID of the connected account.
|
|
16609
|
-
* @deprecated Will be removed. */
|
|
16593
|
+
/** ID of the connected account. */
|
|
16610
16594
|
connected_account_id?: string | undefined
|
|
16611
16595
|
/** ID of the ACS system. */
|
|
16612
16596
|
acs_system_id: string
|