@seamapi/types 1.404.0 → 1.404.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 +504 -143
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +516 -23
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +55 -15
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js +121 -41
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/custom-metadata.js +5 -2
- package/lib/seam/connect/models/custom-metadata.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +148 -9
- package/lib/seam/connect/openapi.js +378 -89
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +368 -14
- package/package.json +1 -1
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +79 -15
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +172 -44
- package/src/lib/seam/connect/models/custom-metadata.ts +8 -4
- package/src/lib/seam/connect/openapi.ts +471 -89
- package/src/lib/seam/connect/route-types.ts +368 -14
package/dist/connect.d.cts
CHANGED
|
@@ -21448,6 +21448,7 @@ declare const _default: {
|
|
|
21448
21448
|
is_connected_account_error: {
|
|
21449
21449
|
enum: boolean[];
|
|
21450
21450
|
type: string;
|
|
21451
|
+
description?: never;
|
|
21451
21452
|
};
|
|
21452
21453
|
is_device_error: {
|
|
21453
21454
|
enum: boolean[];
|
|
@@ -21503,15 +21504,17 @@ declare const _default: {
|
|
|
21503
21504
|
type: string;
|
|
21504
21505
|
};
|
|
21505
21506
|
is_bridge_error: {
|
|
21507
|
+
description: string;
|
|
21506
21508
|
type: string;
|
|
21507
21509
|
};
|
|
21508
21510
|
is_connected_account_error: {
|
|
21511
|
+
description: string;
|
|
21509
21512
|
type: string;
|
|
21510
21513
|
enum?: never;
|
|
21511
21514
|
};
|
|
21512
21515
|
message: {
|
|
21516
|
+
description: string;
|
|
21513
21517
|
type: string;
|
|
21514
|
-
description?: never;
|
|
21515
21518
|
};
|
|
21516
21519
|
is_access_code_error?: never;
|
|
21517
21520
|
is_device_error?: never;
|
|
@@ -24288,6 +24291,7 @@ declare const _default: {
|
|
|
24288
24291
|
'x-undocumented': string;
|
|
24289
24292
|
};
|
|
24290
24293
|
accepted_providers: {
|
|
24294
|
+
description: string;
|
|
24291
24295
|
items: {
|
|
24292
24296
|
type: string;
|
|
24293
24297
|
};
|
|
@@ -24300,26 +24304,32 @@ declare const _default: {
|
|
|
24300
24304
|
'x-undocumented': string;
|
|
24301
24305
|
};
|
|
24302
24306
|
any_provider_allowed: {
|
|
24307
|
+
description: string;
|
|
24303
24308
|
type: string;
|
|
24304
24309
|
};
|
|
24305
24310
|
authorized_at: {
|
|
24311
|
+
description: string;
|
|
24306
24312
|
format: string;
|
|
24307
24313
|
nullable: boolean;
|
|
24308
24314
|
type: string;
|
|
24309
24315
|
};
|
|
24310
24316
|
automatically_manage_new_devices: {
|
|
24317
|
+
description: string;
|
|
24311
24318
|
type: string;
|
|
24312
24319
|
};
|
|
24313
24320
|
connect_webview_id: {
|
|
24321
|
+
description: string;
|
|
24314
24322
|
format: string;
|
|
24315
24323
|
type: string;
|
|
24316
24324
|
};
|
|
24317
24325
|
connected_account_id: {
|
|
24326
|
+
description: string;
|
|
24318
24327
|
format: string;
|
|
24319
24328
|
nullable: boolean;
|
|
24320
24329
|
type: string;
|
|
24321
24330
|
};
|
|
24322
24331
|
created_at: {
|
|
24332
|
+
description: string;
|
|
24323
24333
|
format: string;
|
|
24324
24334
|
type: string;
|
|
24325
24335
|
};
|
|
@@ -24329,14 +24339,17 @@ declare const _default: {
|
|
|
24329
24339
|
type: string;
|
|
24330
24340
|
}[];
|
|
24331
24341
|
};
|
|
24342
|
+
description: string;
|
|
24332
24343
|
type: string;
|
|
24333
24344
|
};
|
|
24334
24345
|
custom_redirect_failure_url: {
|
|
24346
|
+
description: string;
|
|
24335
24347
|
format: string;
|
|
24336
24348
|
nullable: boolean;
|
|
24337
24349
|
type: string;
|
|
24338
24350
|
};
|
|
24339
24351
|
custom_redirect_url: {
|
|
24352
|
+
description: string;
|
|
24340
24353
|
format: string;
|
|
24341
24354
|
nullable: boolean;
|
|
24342
24355
|
type: string;
|
|
@@ -24346,24 +24359,30 @@ declare const _default: {
|
|
|
24346
24359
|
type: string;
|
|
24347
24360
|
};
|
|
24348
24361
|
login_successful: {
|
|
24362
|
+
description: string;
|
|
24349
24363
|
type: string;
|
|
24350
24364
|
};
|
|
24351
24365
|
selected_provider: {
|
|
24366
|
+
description: string;
|
|
24352
24367
|
nullable: boolean;
|
|
24353
24368
|
type: string;
|
|
24354
24369
|
};
|
|
24355
24370
|
status: {
|
|
24371
|
+
description: string;
|
|
24356
24372
|
enum: string[];
|
|
24357
24373
|
type: string;
|
|
24358
24374
|
};
|
|
24359
24375
|
url: {
|
|
24376
|
+
description: string;
|
|
24360
24377
|
format: string;
|
|
24361
24378
|
type: string;
|
|
24362
24379
|
};
|
|
24363
24380
|
wait_for_device_creation: {
|
|
24381
|
+
description: string;
|
|
24364
24382
|
type: string;
|
|
24365
24383
|
};
|
|
24366
24384
|
workspace_id: {
|
|
24385
|
+
description: string;
|
|
24367
24386
|
format: string;
|
|
24368
24387
|
type: string;
|
|
24369
24388
|
};
|
|
@@ -24376,19 +24395,24 @@ declare const _default: {
|
|
|
24376
24395
|
description: string;
|
|
24377
24396
|
properties: {
|
|
24378
24397
|
account_type: {
|
|
24398
|
+
description: string;
|
|
24379
24399
|
type: string;
|
|
24380
24400
|
};
|
|
24381
24401
|
account_type_display_name: {
|
|
24402
|
+
description: string;
|
|
24382
24403
|
type: string;
|
|
24383
24404
|
};
|
|
24384
24405
|
automatically_manage_new_devices: {
|
|
24406
|
+
description: string;
|
|
24385
24407
|
type: string;
|
|
24386
24408
|
};
|
|
24387
24409
|
connected_account_id: {
|
|
24410
|
+
description: string;
|
|
24388
24411
|
format: string;
|
|
24389
24412
|
type: string;
|
|
24390
24413
|
};
|
|
24391
24414
|
created_at: {
|
|
24415
|
+
description: string;
|
|
24392
24416
|
format: string;
|
|
24393
24417
|
type: string;
|
|
24394
24418
|
};
|
|
@@ -24398,9 +24422,11 @@ declare const _default: {
|
|
|
24398
24422
|
type: string;
|
|
24399
24423
|
}[];
|
|
24400
24424
|
};
|
|
24425
|
+
description: string;
|
|
24401
24426
|
type: string;
|
|
24402
24427
|
};
|
|
24403
24428
|
errors: {
|
|
24429
|
+
description: string;
|
|
24404
24430
|
items: {
|
|
24405
24431
|
discriminator: {
|
|
24406
24432
|
propertyName: string;
|
|
@@ -24419,12 +24445,15 @@ declare const _default: {
|
|
|
24419
24445
|
type: string;
|
|
24420
24446
|
};
|
|
24421
24447
|
is_bridge_error: {
|
|
24448
|
+
description: string;
|
|
24422
24449
|
type: string;
|
|
24423
24450
|
};
|
|
24424
24451
|
is_connected_account_error: {
|
|
24452
|
+
description: string;
|
|
24425
24453
|
type: string;
|
|
24426
24454
|
};
|
|
24427
24455
|
message: {
|
|
24456
|
+
description: string;
|
|
24428
24457
|
type: string;
|
|
24429
24458
|
};
|
|
24430
24459
|
salto_ks_metadata?: never;
|
|
@@ -24445,30 +24474,40 @@ declare const _default: {
|
|
|
24445
24474
|
type: string;
|
|
24446
24475
|
};
|
|
24447
24476
|
is_bridge_error: {
|
|
24477
|
+
description: string;
|
|
24448
24478
|
type: string;
|
|
24449
24479
|
};
|
|
24450
24480
|
is_connected_account_error: {
|
|
24481
|
+
description: string;
|
|
24451
24482
|
type: string;
|
|
24452
24483
|
};
|
|
24453
24484
|
message: {
|
|
24485
|
+
description: string;
|
|
24454
24486
|
type: string;
|
|
24455
24487
|
};
|
|
24456
24488
|
salto_ks_metadata: {
|
|
24489
|
+
description: string;
|
|
24457
24490
|
properties: {
|
|
24458
24491
|
sites: {
|
|
24492
|
+
description: string;
|
|
24459
24493
|
items: {
|
|
24494
|
+
description: string;
|
|
24460
24495
|
properties: {
|
|
24461
24496
|
site_id: {
|
|
24497
|
+
description: string;
|
|
24462
24498
|
type: string;
|
|
24463
24499
|
};
|
|
24464
24500
|
site_name: {
|
|
24501
|
+
description: string;
|
|
24465
24502
|
type: string;
|
|
24466
24503
|
};
|
|
24467
24504
|
site_user_subscription_limit: {
|
|
24505
|
+
description: string;
|
|
24468
24506
|
minimum: number;
|
|
24469
24507
|
type: string;
|
|
24470
24508
|
};
|
|
24471
24509
|
subscribed_site_user_count: {
|
|
24510
|
+
description: string;
|
|
24472
24511
|
minimum: number;
|
|
24473
24512
|
type: string;
|
|
24474
24513
|
};
|
|
@@ -24490,26 +24529,33 @@ declare const _default: {
|
|
|
24490
24529
|
type: string;
|
|
24491
24530
|
};
|
|
24492
24531
|
user_identifier: {
|
|
24532
|
+
description: string;
|
|
24493
24533
|
properties: {
|
|
24494
24534
|
api_url: {
|
|
24535
|
+
description: string;
|
|
24495
24536
|
type: string;
|
|
24496
24537
|
};
|
|
24497
24538
|
email: {
|
|
24539
|
+
description: string;
|
|
24498
24540
|
type: string;
|
|
24499
24541
|
};
|
|
24500
24542
|
exclusive: {
|
|
24543
|
+
description: string;
|
|
24501
24544
|
type: string;
|
|
24502
24545
|
};
|
|
24503
24546
|
phone: {
|
|
24547
|
+
description: string;
|
|
24504
24548
|
type: string;
|
|
24505
24549
|
};
|
|
24506
24550
|
username: {
|
|
24551
|
+
description: string;
|
|
24507
24552
|
type: string;
|
|
24508
24553
|
};
|
|
24509
24554
|
};
|
|
24510
24555
|
type: string;
|
|
24511
24556
|
};
|
|
24512
24557
|
warnings: {
|
|
24558
|
+
description: string;
|
|
24513
24559
|
items: {
|
|
24514
24560
|
description: string;
|
|
24515
24561
|
discriminator: {
|
|
@@ -24524,6 +24570,7 @@ declare const _default: {
|
|
|
24524
24570
|
type: string;
|
|
24525
24571
|
};
|
|
24526
24572
|
message: {
|
|
24573
|
+
description: string;
|
|
24527
24574
|
type: string;
|
|
24528
24575
|
};
|
|
24529
24576
|
warning_code: {
|
|
@@ -24544,24 +24591,32 @@ declare const _default: {
|
|
|
24544
24591
|
type: string;
|
|
24545
24592
|
};
|
|
24546
24593
|
message: {
|
|
24594
|
+
description: string;
|
|
24547
24595
|
type: string;
|
|
24548
24596
|
};
|
|
24549
24597
|
salto_ks_metadata: {
|
|
24598
|
+
description: string;
|
|
24550
24599
|
properties: {
|
|
24551
24600
|
sites: {
|
|
24601
|
+
description: string;
|
|
24552
24602
|
items: {
|
|
24603
|
+
description: string;
|
|
24553
24604
|
properties: {
|
|
24554
24605
|
site_id: {
|
|
24606
|
+
description: string;
|
|
24555
24607
|
type: string;
|
|
24556
24608
|
};
|
|
24557
24609
|
site_name: {
|
|
24610
|
+
description: string;
|
|
24558
24611
|
type: string;
|
|
24559
24612
|
};
|
|
24560
24613
|
site_user_subscription_limit: {
|
|
24614
|
+
description: string;
|
|
24561
24615
|
minimum: number;
|
|
24562
24616
|
type: string;
|
|
24563
24617
|
};
|
|
24564
24618
|
subscribed_site_user_count: {
|
|
24619
|
+
description: string;
|
|
24565
24620
|
minimum: number;
|
|
24566
24621
|
type: string;
|
|
24567
24622
|
};
|
|
@@ -24652,6 +24707,7 @@ declare const _default: {
|
|
|
24652
24707
|
type: string;
|
|
24653
24708
|
}[];
|
|
24654
24709
|
};
|
|
24710
|
+
description: string;
|
|
24655
24711
|
type: string;
|
|
24656
24712
|
};
|
|
24657
24713
|
device_id: {
|
|
@@ -24697,6 +24753,7 @@ declare const _default: {
|
|
|
24697
24753
|
is_connected_account_error: {
|
|
24698
24754
|
enum: boolean[];
|
|
24699
24755
|
type: string;
|
|
24756
|
+
description?: never;
|
|
24700
24757
|
};
|
|
24701
24758
|
is_device_error: {
|
|
24702
24759
|
enum: boolean[];
|
|
@@ -24704,6 +24761,7 @@ declare const _default: {
|
|
|
24704
24761
|
};
|
|
24705
24762
|
message: {
|
|
24706
24763
|
type: string;
|
|
24764
|
+
description?: never;
|
|
24707
24765
|
};
|
|
24708
24766
|
is_bridge_error?: never;
|
|
24709
24767
|
};
|
|
@@ -24728,6 +24786,7 @@ declare const _default: {
|
|
|
24728
24786
|
};
|
|
24729
24787
|
message: {
|
|
24730
24788
|
type: string;
|
|
24789
|
+
description?: never;
|
|
24731
24790
|
};
|
|
24732
24791
|
is_connected_account_error?: never;
|
|
24733
24792
|
is_bridge_error?: never;
|
|
@@ -24748,13 +24807,16 @@ declare const _default: {
|
|
|
24748
24807
|
type: string;
|
|
24749
24808
|
};
|
|
24750
24809
|
is_bridge_error: {
|
|
24810
|
+
description: string;
|
|
24751
24811
|
type: string;
|
|
24752
24812
|
};
|
|
24753
24813
|
is_connected_account_error: {
|
|
24814
|
+
description: string;
|
|
24754
24815
|
type: string;
|
|
24755
24816
|
enum?: never;
|
|
24756
24817
|
};
|
|
24757
24818
|
message: {
|
|
24819
|
+
description: string;
|
|
24758
24820
|
type: string;
|
|
24759
24821
|
};
|
|
24760
24822
|
is_device_error?: never;
|
|
@@ -30466,6 +30528,7 @@ declare const _default: {
|
|
|
30466
30528
|
is_connected_account_error: {
|
|
30467
30529
|
enum: boolean[];
|
|
30468
30530
|
type: string;
|
|
30531
|
+
description?: never;
|
|
30469
30532
|
};
|
|
30470
30533
|
is_device_error: {
|
|
30471
30534
|
enum: boolean[];
|
|
@@ -30521,15 +30584,17 @@ declare const _default: {
|
|
|
30521
30584
|
type: string;
|
|
30522
30585
|
};
|
|
30523
30586
|
is_bridge_error: {
|
|
30587
|
+
description: string;
|
|
30524
30588
|
type: string;
|
|
30525
30589
|
};
|
|
30526
30590
|
is_connected_account_error: {
|
|
30591
|
+
description: string;
|
|
30527
30592
|
type: string;
|
|
30528
30593
|
enum?: never;
|
|
30529
30594
|
};
|
|
30530
30595
|
message: {
|
|
30596
|
+
description: string;
|
|
30531
30597
|
type: string;
|
|
30532
|
-
description?: never;
|
|
30533
30598
|
};
|
|
30534
30599
|
is_access_code_error?: never;
|
|
30535
30600
|
is_device_error?: never;
|
|
@@ -31457,6 +31522,7 @@ declare const _default: {
|
|
|
31457
31522
|
is_connected_account_error: {
|
|
31458
31523
|
enum: boolean[];
|
|
31459
31524
|
type: string;
|
|
31525
|
+
description?: never;
|
|
31460
31526
|
};
|
|
31461
31527
|
is_device_error: {
|
|
31462
31528
|
enum: boolean[];
|
|
@@ -31464,6 +31530,7 @@ declare const _default: {
|
|
|
31464
31530
|
};
|
|
31465
31531
|
message: {
|
|
31466
31532
|
type: string;
|
|
31533
|
+
description?: never;
|
|
31467
31534
|
};
|
|
31468
31535
|
is_bridge_error?: never;
|
|
31469
31536
|
};
|
|
@@ -31488,6 +31555,7 @@ declare const _default: {
|
|
|
31488
31555
|
};
|
|
31489
31556
|
message: {
|
|
31490
31557
|
type: string;
|
|
31558
|
+
description?: never;
|
|
31491
31559
|
};
|
|
31492
31560
|
is_connected_account_error?: never;
|
|
31493
31561
|
is_bridge_error?: never;
|
|
@@ -31508,13 +31576,16 @@ declare const _default: {
|
|
|
31508
31576
|
type: string;
|
|
31509
31577
|
};
|
|
31510
31578
|
is_bridge_error: {
|
|
31579
|
+
description: string;
|
|
31511
31580
|
type: string;
|
|
31512
31581
|
};
|
|
31513
31582
|
is_connected_account_error: {
|
|
31583
|
+
description: string;
|
|
31514
31584
|
type: string;
|
|
31515
31585
|
enum?: never;
|
|
31516
31586
|
};
|
|
31517
31587
|
message: {
|
|
31588
|
+
description: string;
|
|
31518
31589
|
type: string;
|
|
31519
31590
|
};
|
|
31520
31591
|
is_device_error?: never;
|
|
@@ -37974,13 +38045,22 @@ declare const _default: {
|
|
|
37974
38045
|
'application/json': {
|
|
37975
38046
|
schema: {
|
|
37976
38047
|
properties: {
|
|
38048
|
+
acs_system_id: {
|
|
38049
|
+
description: string;
|
|
38050
|
+
format: string;
|
|
38051
|
+
type: string;
|
|
38052
|
+
};
|
|
37977
38053
|
acs_user_id: {
|
|
37978
38054
|
description: string;
|
|
37979
38055
|
format: string;
|
|
37980
38056
|
type: string;
|
|
37981
38057
|
};
|
|
38058
|
+
user_identity_id: {
|
|
38059
|
+
description: string;
|
|
38060
|
+
format: string;
|
|
38061
|
+
type: string;
|
|
38062
|
+
};
|
|
37982
38063
|
};
|
|
37983
|
-
required: string[];
|
|
37984
38064
|
type: string;
|
|
37985
38065
|
};
|
|
37986
38066
|
};
|
|
@@ -38040,13 +38120,22 @@ declare const _default: {
|
|
|
38040
38120
|
'application/json': {
|
|
38041
38121
|
schema: {
|
|
38042
38122
|
properties: {
|
|
38123
|
+
acs_system_id: {
|
|
38124
|
+
description: string;
|
|
38125
|
+
format: string;
|
|
38126
|
+
type: string;
|
|
38127
|
+
};
|
|
38043
38128
|
acs_user_id: {
|
|
38044
38129
|
description: string;
|
|
38045
38130
|
format: string;
|
|
38046
38131
|
type: string;
|
|
38047
38132
|
};
|
|
38133
|
+
user_identity_id: {
|
|
38134
|
+
description: string;
|
|
38135
|
+
format: string;
|
|
38136
|
+
type: string;
|
|
38137
|
+
};
|
|
38048
38138
|
};
|
|
38049
|
-
required: string[];
|
|
38050
38139
|
type: string;
|
|
38051
38140
|
};
|
|
38052
38141
|
};
|
|
@@ -38328,6 +38417,11 @@ declare const _default: {
|
|
|
38328
38417
|
format: string;
|
|
38329
38418
|
type: string;
|
|
38330
38419
|
};
|
|
38420
|
+
user_identity_id: {
|
|
38421
|
+
description: string;
|
|
38422
|
+
format: string;
|
|
38423
|
+
type: string;
|
|
38424
|
+
};
|
|
38331
38425
|
};
|
|
38332
38426
|
required: string[];
|
|
38333
38427
|
type: string;
|
|
@@ -38389,13 +38483,22 @@ declare const _default: {
|
|
|
38389
38483
|
'application/json': {
|
|
38390
38484
|
schema: {
|
|
38391
38485
|
properties: {
|
|
38486
|
+
acs_system_id: {
|
|
38487
|
+
description: string;
|
|
38488
|
+
format: string;
|
|
38489
|
+
type: string;
|
|
38490
|
+
};
|
|
38392
38491
|
acs_user_id: {
|
|
38393
38492
|
description: string;
|
|
38394
38493
|
format: string;
|
|
38395
38494
|
type: string;
|
|
38396
38495
|
};
|
|
38496
|
+
user_identity_id: {
|
|
38497
|
+
description: string;
|
|
38498
|
+
format: string;
|
|
38499
|
+
type: string;
|
|
38500
|
+
};
|
|
38397
38501
|
};
|
|
38398
|
-
required: string[];
|
|
38399
38502
|
type: string;
|
|
38400
38503
|
};
|
|
38401
38504
|
};
|
|
@@ -38455,13 +38558,22 @@ declare const _default: {
|
|
|
38455
38558
|
'application/json': {
|
|
38456
38559
|
schema: {
|
|
38457
38560
|
properties: {
|
|
38561
|
+
acs_system_id: {
|
|
38562
|
+
description: string;
|
|
38563
|
+
format: string;
|
|
38564
|
+
type: string;
|
|
38565
|
+
};
|
|
38458
38566
|
acs_user_id: {
|
|
38459
38567
|
description: string;
|
|
38460
38568
|
format: string;
|
|
38461
38569
|
type: string;
|
|
38462
38570
|
};
|
|
38571
|
+
user_identity_id: {
|
|
38572
|
+
description: string;
|
|
38573
|
+
format: string;
|
|
38574
|
+
type: string;
|
|
38575
|
+
};
|
|
38463
38576
|
};
|
|
38464
|
-
required: string[];
|
|
38465
38577
|
type: string;
|
|
38466
38578
|
};
|
|
38467
38579
|
};
|
|
@@ -38684,13 +38796,22 @@ declare const _default: {
|
|
|
38684
38796
|
'application/json': {
|
|
38685
38797
|
schema: {
|
|
38686
38798
|
properties: {
|
|
38799
|
+
acs_system_id: {
|
|
38800
|
+
description: string;
|
|
38801
|
+
format: string;
|
|
38802
|
+
type: string;
|
|
38803
|
+
};
|
|
38687
38804
|
acs_user_id: {
|
|
38688
38805
|
description: string;
|
|
38689
38806
|
format: string;
|
|
38690
38807
|
type: string;
|
|
38691
38808
|
};
|
|
38809
|
+
user_identity_id: {
|
|
38810
|
+
description: string;
|
|
38811
|
+
format: string;
|
|
38812
|
+
type: string;
|
|
38813
|
+
};
|
|
38692
38814
|
};
|
|
38693
|
-
required: string[];
|
|
38694
38815
|
type: string;
|
|
38695
38816
|
};
|
|
38696
38817
|
};
|
|
@@ -38768,6 +38889,11 @@ declare const _default: {
|
|
|
38768
38889
|
required: string[];
|
|
38769
38890
|
type: string;
|
|
38770
38891
|
};
|
|
38892
|
+
acs_system_id: {
|
|
38893
|
+
description: string;
|
|
38894
|
+
format: string;
|
|
38895
|
+
type: string;
|
|
38896
|
+
};
|
|
38771
38897
|
acs_user_id: {
|
|
38772
38898
|
description: string;
|
|
38773
38899
|
format: string;
|
|
@@ -38797,8 +38923,12 @@ declare const _default: {
|
|
|
38797
38923
|
description: string;
|
|
38798
38924
|
type: string;
|
|
38799
38925
|
};
|
|
38926
|
+
user_identity_id: {
|
|
38927
|
+
description: string;
|
|
38928
|
+
format: string;
|
|
38929
|
+
type: string;
|
|
38930
|
+
};
|
|
38800
38931
|
};
|
|
38801
|
-
required: string[];
|
|
38802
38932
|
type: string;
|
|
38803
38933
|
};
|
|
38804
38934
|
};
|
|
@@ -38873,6 +39003,11 @@ declare const _default: {
|
|
|
38873
39003
|
required: string[];
|
|
38874
39004
|
type: string;
|
|
38875
39005
|
};
|
|
39006
|
+
acs_system_id: {
|
|
39007
|
+
description: string;
|
|
39008
|
+
format: string;
|
|
39009
|
+
type: string;
|
|
39010
|
+
};
|
|
38876
39011
|
acs_user_id: {
|
|
38877
39012
|
description: string;
|
|
38878
39013
|
format: string;
|
|
@@ -38902,8 +39037,12 @@ declare const _default: {
|
|
|
38902
39037
|
description: string;
|
|
38903
39038
|
type: string;
|
|
38904
39039
|
};
|
|
39040
|
+
user_identity_id: {
|
|
39041
|
+
description: string;
|
|
39042
|
+
format: string;
|
|
39043
|
+
type: string;
|
|
39044
|
+
};
|
|
38905
39045
|
};
|
|
38906
|
-
required: string[];
|
|
38907
39046
|
type: string;
|
|
38908
39047
|
};
|
|
38909
39048
|
};
|
|
@@ -54759,16 +54898,22 @@ interface Routes {
|
|
|
54759
54898
|
} | {
|
|
54760
54899
|
/** Date and time at which Seam created the error. */
|
|
54761
54900
|
created_at: string;
|
|
54901
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54762
54902
|
message: string;
|
|
54903
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
54763
54904
|
is_connected_account_error?: boolean | undefined;
|
|
54905
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
54764
54906
|
is_bridge_error?: boolean | undefined;
|
|
54765
54907
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54766
54908
|
error_code: 'invalid_credentials';
|
|
54767
54909
|
} | {
|
|
54768
54910
|
/** Date and time at which Seam created the error. */
|
|
54769
54911
|
created_at: string;
|
|
54912
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54770
54913
|
message: string;
|
|
54914
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
54771
54915
|
is_connected_account_error?: boolean | undefined;
|
|
54916
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
54772
54917
|
is_bridge_error?: boolean | undefined;
|
|
54773
54918
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54774
54919
|
error_code: 'bridge_disconnected';
|
|
@@ -55261,16 +55406,22 @@ interface Routes {
|
|
|
55261
55406
|
} | {
|
|
55262
55407
|
/** Date and time at which Seam created the error. */
|
|
55263
55408
|
created_at: string;
|
|
55409
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
55264
55410
|
message: string;
|
|
55411
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
55265
55412
|
is_connected_account_error?: boolean | undefined;
|
|
55413
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
55266
55414
|
is_bridge_error?: boolean | undefined;
|
|
55267
55415
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
55268
55416
|
error_code: 'invalid_credentials';
|
|
55269
55417
|
} | {
|
|
55270
55418
|
/** Date and time at which Seam created the error. */
|
|
55271
55419
|
created_at: string;
|
|
55420
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
55272
55421
|
message: string;
|
|
55422
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
55273
55423
|
is_connected_account_error?: boolean | undefined;
|
|
55424
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
55274
55425
|
is_bridge_error?: boolean | undefined;
|
|
55275
55426
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
55276
55427
|
error_code: 'bridge_disconnected';
|
|
@@ -56877,16 +57028,22 @@ interface Routes {
|
|
|
56877
57028
|
} | {
|
|
56878
57029
|
/** Date and time at which Seam created the error. */
|
|
56879
57030
|
created_at: string;
|
|
57031
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56880
57032
|
message: string;
|
|
57033
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
56881
57034
|
is_connected_account_error?: boolean | undefined;
|
|
57035
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
56882
57036
|
is_bridge_error?: boolean | undefined;
|
|
56883
57037
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
56884
57038
|
error_code: 'invalid_credentials';
|
|
56885
57039
|
} | {
|
|
56886
57040
|
/** Date and time at which Seam created the error. */
|
|
56887
57041
|
created_at: string;
|
|
57042
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56888
57043
|
message: string;
|
|
57044
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
56889
57045
|
is_connected_account_error?: boolean | undefined;
|
|
57046
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
56890
57047
|
is_bridge_error?: boolean | undefined;
|
|
56891
57048
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
56892
57049
|
error_code: 'bridge_disconnected';
|
|
@@ -57353,16 +57510,22 @@ interface Routes {
|
|
|
57353
57510
|
} | {
|
|
57354
57511
|
/** Date and time at which Seam created the error. */
|
|
57355
57512
|
created_at: string;
|
|
57513
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57356
57514
|
message: string;
|
|
57515
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
57357
57516
|
is_connected_account_error?: boolean | undefined;
|
|
57517
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
57358
57518
|
is_bridge_error?: boolean | undefined;
|
|
57359
57519
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57360
57520
|
error_code: 'invalid_credentials';
|
|
57361
57521
|
} | {
|
|
57362
57522
|
/** Date and time at which Seam created the error. */
|
|
57363
57523
|
created_at: string;
|
|
57524
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57364
57525
|
message: string;
|
|
57526
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
57365
57527
|
is_connected_account_error?: boolean | undefined;
|
|
57528
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
57366
57529
|
is_bridge_error?: boolean | undefined;
|
|
57367
57530
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57368
57531
|
error_code: 'bridge_disconnected';
|
|
@@ -57837,16 +58000,22 @@ interface Routes {
|
|
|
57837
58000
|
} | {
|
|
57838
58001
|
/** Date and time at which Seam created the error. */
|
|
57839
58002
|
created_at: string;
|
|
58003
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57840
58004
|
message: string;
|
|
58005
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
57841
58006
|
is_connected_account_error?: boolean | undefined;
|
|
58007
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
57842
58008
|
is_bridge_error?: boolean | undefined;
|
|
57843
58009
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57844
58010
|
error_code: 'invalid_credentials';
|
|
57845
58011
|
} | {
|
|
57846
58012
|
/** Date and time at which Seam created the error. */
|
|
57847
58013
|
created_at: string;
|
|
58014
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57848
58015
|
message: string;
|
|
58016
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
57849
58017
|
is_connected_account_error?: boolean | undefined;
|
|
58018
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
57850
58019
|
is_bridge_error?: boolean | undefined;
|
|
57851
58020
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57852
58021
|
error_code: 'bridge_disconnected';
|
|
@@ -58299,16 +58468,22 @@ interface Routes {
|
|
|
58299
58468
|
} | {
|
|
58300
58469
|
/** Date and time at which Seam created the error. */
|
|
58301
58470
|
created_at: string;
|
|
58471
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58302
58472
|
message: string;
|
|
58473
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
58303
58474
|
is_connected_account_error?: boolean | undefined;
|
|
58475
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
58304
58476
|
is_bridge_error?: boolean | undefined;
|
|
58305
58477
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
58306
58478
|
error_code: 'invalid_credentials';
|
|
58307
58479
|
} | {
|
|
58308
58480
|
/** Date and time at which Seam created the error. */
|
|
58309
58481
|
created_at: string;
|
|
58482
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58310
58483
|
message: string;
|
|
58484
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
58311
58485
|
is_connected_account_error?: boolean | undefined;
|
|
58486
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
58312
58487
|
is_bridge_error?: boolean | undefined;
|
|
58313
58488
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
58314
58489
|
error_code: 'bridge_disconnected';
|
|
@@ -58794,16 +58969,22 @@ interface Routes {
|
|
|
58794
58969
|
} | {
|
|
58795
58970
|
/** Date and time at which Seam created the error. */
|
|
58796
58971
|
created_at: string;
|
|
58972
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58797
58973
|
message: string;
|
|
58974
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
58798
58975
|
is_connected_account_error?: boolean | undefined;
|
|
58976
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
58799
58977
|
is_bridge_error?: boolean | undefined;
|
|
58800
58978
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
58801
58979
|
error_code: 'invalid_credentials';
|
|
58802
58980
|
} | {
|
|
58803
58981
|
/** Date and time at which Seam created the error. */
|
|
58804
58982
|
created_at: string;
|
|
58983
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58805
58984
|
message: string;
|
|
58985
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
58806
58986
|
is_connected_account_error?: boolean | undefined;
|
|
58987
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
58807
58988
|
is_bridge_error?: boolean | undefined;
|
|
58808
58989
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
58809
58990
|
error_code: 'bridge_disconnected';
|
|
@@ -60397,16 +60578,22 @@ interface Routes {
|
|
|
60397
60578
|
} | {
|
|
60398
60579
|
/** Date and time at which Seam created the error. */
|
|
60399
60580
|
created_at: string;
|
|
60581
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
60400
60582
|
message: string;
|
|
60583
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
60401
60584
|
is_connected_account_error?: boolean | undefined;
|
|
60585
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
60402
60586
|
is_bridge_error?: boolean | undefined;
|
|
60403
60587
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60404
60588
|
error_code: 'invalid_credentials';
|
|
60405
60589
|
} | {
|
|
60406
60590
|
/** Date and time at which Seam created the error. */
|
|
60407
60591
|
created_at: string;
|
|
60592
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
60408
60593
|
message: string;
|
|
60594
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
60409
60595
|
is_connected_account_error?: boolean | undefined;
|
|
60596
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
60410
60597
|
is_bridge_error?: boolean | undefined;
|
|
60411
60598
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60412
60599
|
error_code: 'bridge_disconnected';
|
|
@@ -60849,16 +61036,22 @@ interface Routes {
|
|
|
60849
61036
|
} | {
|
|
60850
61037
|
/** Date and time at which Seam created the error. */
|
|
60851
61038
|
created_at: string;
|
|
61039
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
60852
61040
|
message: string;
|
|
61041
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
60853
61042
|
is_connected_account_error?: boolean | undefined;
|
|
61043
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
60854
61044
|
is_bridge_error?: boolean | undefined;
|
|
60855
61045
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60856
61046
|
error_code: 'invalid_credentials';
|
|
60857
61047
|
} | {
|
|
60858
61048
|
/** Date and time at which Seam created the error. */
|
|
60859
61049
|
created_at: string;
|
|
61050
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
60860
61051
|
message: string;
|
|
61052
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
60861
61053
|
is_connected_account_error?: boolean | undefined;
|
|
61054
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
60862
61055
|
is_bridge_error?: boolean | undefined;
|
|
60863
61056
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60864
61057
|
error_code: 'bridge_disconnected';
|
|
@@ -68561,8 +68754,12 @@ interface Routes {
|
|
|
68561
68754
|
queryParams: {};
|
|
68562
68755
|
jsonBody: {};
|
|
68563
68756
|
commonParams: {
|
|
68564
|
-
/** ID of the access system user that you want to delete. */
|
|
68565
|
-
acs_user_id
|
|
68757
|
+
/** ID of the access system user that you want to delete. You must provide either acs_user_id or user_identity_id */
|
|
68758
|
+
acs_user_id?: string | undefined;
|
|
68759
|
+
/** ID of the user identity that you want to delete. You must provide either acs_user_id or user_identity_id. If you provide user_identity_id, you must also provide acs_system_id. */
|
|
68760
|
+
user_identity_id?: string | undefined;
|
|
68761
|
+
/** ID of the access system that you want to delete. You must provide acs_system_id with user_identity_id. */
|
|
68762
|
+
acs_system_id?: string | undefined;
|
|
68566
68763
|
};
|
|
68567
68764
|
formData: {};
|
|
68568
68765
|
jsonResponse: {};
|
|
@@ -68573,8 +68770,12 @@ interface Routes {
|
|
|
68573
68770
|
queryParams: {};
|
|
68574
68771
|
jsonBody: {};
|
|
68575
68772
|
commonParams: {
|
|
68576
|
-
/** ID of the access system user that you want to get. */
|
|
68577
|
-
acs_user_id
|
|
68773
|
+
/** ID of the access system user that you want to get. You can only provide acs_user_id or user_identity_id. */
|
|
68774
|
+
acs_user_id?: string | undefined;
|
|
68775
|
+
/** ID of the user identity that you want to get. You can only provide acs_user_id or user_identity_id. */
|
|
68776
|
+
user_identity_id?: string | undefined;
|
|
68777
|
+
/** ID of the access system that you want to get. You can only provide acs_user_id or user_identity_id. */
|
|
68778
|
+
acs_system_id?: string | undefined;
|
|
68578
68779
|
};
|
|
68579
68780
|
formData: {};
|
|
68580
68781
|
jsonResponse: {
|
|
@@ -69070,8 +69271,10 @@ interface Routes {
|
|
|
69070
69271
|
queryParams: {};
|
|
69071
69272
|
jsonBody: {};
|
|
69072
69273
|
commonParams: {
|
|
69073
|
-
/** ID of the access system user that you want to remove from an access group. */
|
|
69074
|
-
acs_user_id
|
|
69274
|
+
/** ID of the access system user that you want to remove from an access group. You can only provide acs_user_id or user_identity_id. */
|
|
69275
|
+
acs_user_id?: string | undefined;
|
|
69276
|
+
/** ID of the user identity that you want to remove from an access group. You can only provide acs_user_id or user_identity_id. */
|
|
69277
|
+
user_identity_id?: string | undefined;
|
|
69075
69278
|
/** ID of the access group from which you want to remove an access system user. */
|
|
69076
69279
|
acs_access_group_id: string;
|
|
69077
69280
|
};
|
|
@@ -69083,8 +69286,12 @@ interface Routes {
|
|
|
69083
69286
|
method: 'POST';
|
|
69084
69287
|
queryParams: {};
|
|
69085
69288
|
jsonBody: {
|
|
69086
|
-
/** ID of the access system user for whom you want to revoke access. */
|
|
69087
|
-
acs_user_id
|
|
69289
|
+
/** ID of the access system user for whom you want to revoke access. You can only provide acs_user_id or user_identity_id. */
|
|
69290
|
+
acs_user_id?: string | undefined;
|
|
69291
|
+
/** ID of the user identity for whom you want to revoke access. You can only provide acs_user_id or user_identity_id. */
|
|
69292
|
+
user_identity_id?: string | undefined;
|
|
69293
|
+
/** ID of the access system for which you want to revoke access. You can only provide acs_system_id with user_identity_id. */
|
|
69294
|
+
acs_system_id?: string | undefined;
|
|
69088
69295
|
};
|
|
69089
69296
|
commonParams: {};
|
|
69090
69297
|
formData: {};
|
|
@@ -69096,8 +69303,12 @@ interface Routes {
|
|
|
69096
69303
|
queryParams: {};
|
|
69097
69304
|
jsonBody: {};
|
|
69098
69305
|
commonParams: {
|
|
69099
|
-
/** ID of the access system user that you want to suspend. */
|
|
69100
|
-
acs_user_id
|
|
69306
|
+
/** ID of the access system user that you want to suspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id. */
|
|
69307
|
+
acs_user_id?: string | undefined;
|
|
69308
|
+
/** ID of the user identity that you want to suspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id. */
|
|
69309
|
+
user_identity_id?: string | undefined;
|
|
69310
|
+
/** ID of the access system that you want to suspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id. */
|
|
69311
|
+
acs_system_id?: string | undefined;
|
|
69101
69312
|
};
|
|
69102
69313
|
formData: {};
|
|
69103
69314
|
jsonResponse: {};
|
|
@@ -69507,8 +69718,12 @@ interface Routes {
|
|
|
69507
69718
|
queryParams: {};
|
|
69508
69719
|
jsonBody: {};
|
|
69509
69720
|
commonParams: {
|
|
69510
|
-
/** ID of the access system user that you want to unsuspend. */
|
|
69511
|
-
acs_user_id
|
|
69721
|
+
/** ID of the access system user that you want to unsuspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id. */
|
|
69722
|
+
acs_user_id?: string | undefined;
|
|
69723
|
+
/** ID of the user identity that you want to unsuspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id. */
|
|
69724
|
+
user_identity_id?: string | undefined;
|
|
69725
|
+
/** ID of the access system of the user that you want to unsuspend. You can only provide acs_system_id with user_identity_id. */
|
|
69726
|
+
acs_system_id?: string | undefined;
|
|
69512
69727
|
};
|
|
69513
69728
|
formData: {};
|
|
69514
69729
|
jsonResponse: {};
|
|
@@ -69525,8 +69740,12 @@ interface Routes {
|
|
|
69525
69740
|
/** Ending timestamp for the access system user's access. */
|
|
69526
69741
|
ends_at: string;
|
|
69527
69742
|
} | null) | undefined;
|
|
69528
|
-
/** ID of the
|
|
69529
|
-
acs_user_id
|
|
69743
|
+
/** ID of the access system user that you want to update. You can only provide acs_user_id or user_identity_id. */
|
|
69744
|
+
acs_user_id?: string | undefined;
|
|
69745
|
+
/** ID of the user identity that you want to update. You can only provide acs_user_id or user_identity_id. If you provide user_identity_id, you must also provide acs_system_id. */
|
|
69746
|
+
user_identity_id?: string | undefined;
|
|
69747
|
+
/** ID of the access system that you want to update. You can only provide acs_system_id with user_identity_id. */
|
|
69748
|
+
acs_system_id?: string | undefined;
|
|
69530
69749
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
69531
69750
|
full_name?: string | undefined;
|
|
69532
69751
|
/**
|
|
@@ -72063,12 +72282,18 @@ interface Routes {
|
|
|
72063
72282
|
|
|
72064
72283
|
To list all providers within a category, use `/devices/list_device_providers` with the desired `provider_category` filter. To list all provider keys, use `/devices/list_device_providers` with no filters. */
|
|
72065
72284
|
connect_webview: {
|
|
72285
|
+
/** ID of the Connect Webview. */
|
|
72066
72286
|
connect_webview_id: string;
|
|
72287
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the Connect Webview. */
|
|
72067
72288
|
workspace_id: string;
|
|
72289
|
+
/** Date and time at which the Connect Webview was created. */
|
|
72068
72290
|
created_at: string;
|
|
72291
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the Connect Webview. */
|
|
72069
72292
|
connected_account_id: string | null;
|
|
72293
|
+
/** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
|
|
72070
72294
|
url: string;
|
|
72071
72295
|
device_selection_mode: 'none' | 'single' | 'multiple';
|
|
72296
|
+
/** List of accepted [provider keys](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
72072
72297
|
accepted_providers: string[];
|
|
72073
72298
|
/**
|
|
72074
72299
|
* @deprecated Unused. Will be removed. */
|
|
@@ -72076,15 +72301,25 @@ interface Routes {
|
|
|
72076
72301
|
/**
|
|
72077
72302
|
* @deprecated Unused. Will be removed. */
|
|
72078
72303
|
any_device_allowed: boolean;
|
|
72304
|
+
/** Indicates whether any provider is allowed. */
|
|
72079
72305
|
any_provider_allowed: boolean;
|
|
72306
|
+
/** Indicates whether the user logged in successfully using the Connect Webview. */
|
|
72080
72307
|
login_successful: boolean;
|
|
72308
|
+
/** Status of the Connect Webview. `authorized` indicates that the user has successfully logged into their device or system account, thereby completing the Connect Webview. */
|
|
72081
72309
|
status: 'pending' | 'failed' | 'authorized';
|
|
72310
|
+
/** URL to which the Connect Webview should redirect when the user successfully pairs a device or system. If you do not set the `custom_redirect_failure_url`, the Connect Webview redirects to the `custom_redirect_url` when an unexpected error occurs. */
|
|
72082
72311
|
custom_redirect_url: string | null;
|
|
72312
|
+
/** URL to which the Connect Webview should redirect when an unexpected error occurs. */
|
|
72083
72313
|
custom_redirect_failure_url: string | null;
|
|
72314
|
+
/** 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. */
|
|
72084
72315
|
custom_metadata: Record<string, string | boolean>;
|
|
72316
|
+
/** Indicates whether Seam should [import all new devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#automatically_manage_new_devices) for the connected account to make these devices available for use and management by the Seam API. */
|
|
72085
72317
|
automatically_manage_new_devices: boolean;
|
|
72318
|
+
/** Indicates whether Seam should [finish syncing all devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#wait_for_device_creation) in a newly-connected account before completing the associated Connect Webview. */
|
|
72086
72319
|
wait_for_device_creation: boolean;
|
|
72320
|
+
/** Date and time at which the user authorized (through the Connect Webview) the management of their devices. */
|
|
72087
72321
|
authorized_at: string | null;
|
|
72322
|
+
/** Selected provider of the Connect Webview, one of the [provider keys](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
72088
72323
|
selected_provider: string | null;
|
|
72089
72324
|
};
|
|
72090
72325
|
};
|
|
@@ -72124,12 +72359,18 @@ interface Routes {
|
|
|
72124
72359
|
|
|
72125
72360
|
To list all providers within a category, use `/devices/list_device_providers` with the desired `provider_category` filter. To list all provider keys, use `/devices/list_device_providers` with no filters. */
|
|
72126
72361
|
connect_webview: {
|
|
72362
|
+
/** ID of the Connect Webview. */
|
|
72127
72363
|
connect_webview_id: string;
|
|
72364
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the Connect Webview. */
|
|
72128
72365
|
workspace_id: string;
|
|
72366
|
+
/** Date and time at which the Connect Webview was created. */
|
|
72129
72367
|
created_at: string;
|
|
72368
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the Connect Webview. */
|
|
72130
72369
|
connected_account_id: string | null;
|
|
72370
|
+
/** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
|
|
72131
72371
|
url: string;
|
|
72132
72372
|
device_selection_mode: 'none' | 'single' | 'multiple';
|
|
72373
|
+
/** List of accepted [provider keys](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
72133
72374
|
accepted_providers: string[];
|
|
72134
72375
|
/**
|
|
72135
72376
|
* @deprecated Unused. Will be removed. */
|
|
@@ -72137,15 +72378,25 @@ interface Routes {
|
|
|
72137
72378
|
/**
|
|
72138
72379
|
* @deprecated Unused. Will be removed. */
|
|
72139
72380
|
any_device_allowed: boolean;
|
|
72381
|
+
/** Indicates whether any provider is allowed. */
|
|
72140
72382
|
any_provider_allowed: boolean;
|
|
72383
|
+
/** Indicates whether the user logged in successfully using the Connect Webview. */
|
|
72141
72384
|
login_successful: boolean;
|
|
72385
|
+
/** Status of the Connect Webview. `authorized` indicates that the user has successfully logged into their device or system account, thereby completing the Connect Webview. */
|
|
72142
72386
|
status: 'pending' | 'failed' | 'authorized';
|
|
72387
|
+
/** URL to which the Connect Webview should redirect when the user successfully pairs a device or system. If you do not set the `custom_redirect_failure_url`, the Connect Webview redirects to the `custom_redirect_url` when an unexpected error occurs. */
|
|
72143
72388
|
custom_redirect_url: string | null;
|
|
72389
|
+
/** URL to which the Connect Webview should redirect when an unexpected error occurs. */
|
|
72144
72390
|
custom_redirect_failure_url: string | null;
|
|
72391
|
+
/** 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. */
|
|
72145
72392
|
custom_metadata: Record<string, string | boolean>;
|
|
72393
|
+
/** Indicates whether Seam should [import all new devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#automatically_manage_new_devices) for the connected account to make these devices available for use and management by the Seam API. */
|
|
72146
72394
|
automatically_manage_new_devices: boolean;
|
|
72395
|
+
/** Indicates whether Seam should [finish syncing all devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#wait_for_device_creation) in a newly-connected account before completing the associated Connect Webview. */
|
|
72147
72396
|
wait_for_device_creation: boolean;
|
|
72397
|
+
/** Date and time at which the user authorized (through the Connect Webview) the management of their devices. */
|
|
72148
72398
|
authorized_at: string | null;
|
|
72399
|
+
/** Selected provider of the Connect Webview, one of the [provider keys](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
72149
72400
|
selected_provider: string | null;
|
|
72150
72401
|
};
|
|
72151
72402
|
};
|
|
@@ -72166,12 +72417,18 @@ interface Routes {
|
|
|
72166
72417
|
formData: {};
|
|
72167
72418
|
jsonResponse: {
|
|
72168
72419
|
connect_webviews: Array<{
|
|
72420
|
+
/** ID of the Connect Webview. */
|
|
72169
72421
|
connect_webview_id: string;
|
|
72422
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the Connect Webview. */
|
|
72170
72423
|
workspace_id: string;
|
|
72424
|
+
/** Date and time at which the Connect Webview was created. */
|
|
72171
72425
|
created_at: string;
|
|
72426
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the Connect Webview. */
|
|
72172
72427
|
connected_account_id: string | null;
|
|
72428
|
+
/** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
|
|
72173
72429
|
url: string;
|
|
72174
72430
|
device_selection_mode: 'none' | 'single' | 'multiple';
|
|
72431
|
+
/** List of accepted [provider keys](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
72175
72432
|
accepted_providers: string[];
|
|
72176
72433
|
/**
|
|
72177
72434
|
* @deprecated Unused. Will be removed. */
|
|
@@ -72179,15 +72436,25 @@ interface Routes {
|
|
|
72179
72436
|
/**
|
|
72180
72437
|
* @deprecated Unused. Will be removed. */
|
|
72181
72438
|
any_device_allowed: boolean;
|
|
72439
|
+
/** Indicates whether any provider is allowed. */
|
|
72182
72440
|
any_provider_allowed: boolean;
|
|
72441
|
+
/** Indicates whether the user logged in successfully using the Connect Webview. */
|
|
72183
72442
|
login_successful: boolean;
|
|
72443
|
+
/** Status of the Connect Webview. `authorized` indicates that the user has successfully logged into their device or system account, thereby completing the Connect Webview. */
|
|
72184
72444
|
status: 'pending' | 'failed' | 'authorized';
|
|
72445
|
+
/** URL to which the Connect Webview should redirect when the user successfully pairs a device or system. If you do not set the `custom_redirect_failure_url`, the Connect Webview redirects to the `custom_redirect_url` when an unexpected error occurs. */
|
|
72185
72446
|
custom_redirect_url: string | null;
|
|
72447
|
+
/** URL to which the Connect Webview should redirect when an unexpected error occurs. */
|
|
72186
72448
|
custom_redirect_failure_url: string | null;
|
|
72449
|
+
/** 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. */
|
|
72187
72450
|
custom_metadata: Record<string, string | boolean>;
|
|
72451
|
+
/** Indicates whether Seam should [import all new devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#automatically_manage_new_devices) for the connected account to make these devices available for use and management by the Seam API. */
|
|
72188
72452
|
automatically_manage_new_devices: boolean;
|
|
72453
|
+
/** Indicates whether Seam should [finish syncing all devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#wait_for_device_creation) in a newly-connected account before completing the associated Connect Webview. */
|
|
72189
72454
|
wait_for_device_creation: boolean;
|
|
72455
|
+
/** Date and time at which the user authorized (through the Connect Webview) the management of their devices. */
|
|
72190
72456
|
authorized_at: string | null;
|
|
72457
|
+
/** Selected provider of the Connect Webview, one of the [provider keys](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
72191
72458
|
selected_provider: string | null;
|
|
72192
72459
|
}>;
|
|
72193
72460
|
};
|
|
@@ -72222,86 +72489,127 @@ interface Routes {
|
|
|
72222
72489
|
jsonResponse: {
|
|
72223
72490
|
/** Represents a [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). A connected account is an external third-party account to which your user has authorized Seam to get access, for example, an August account with a list of door locks. */
|
|
72224
72491
|
connected_account: {
|
|
72492
|
+
/** Unique identifier for the connected account. */
|
|
72225
72493
|
connected_account_id?: string | undefined;
|
|
72494
|
+
/** Date and time at which the connected account was created. */
|
|
72226
72495
|
created_at?: string | undefined;
|
|
72496
|
+
/** User identifier associated with the connected account. */
|
|
72227
72497
|
user_identifier?: {
|
|
72498
|
+
/** Username of the user identifier associated with the connected account. */
|
|
72228
72499
|
username?: string | undefined;
|
|
72500
|
+
/** API URL for the user identifier associated with the connected account. */
|
|
72229
72501
|
api_url?: string | undefined;
|
|
72502
|
+
/** Email address of the user identifier associated with the connected account. */
|
|
72230
72503
|
email?: string | undefined;
|
|
72504
|
+
/** Phone number of the user identifier associated with the connected account. */
|
|
72231
72505
|
phone?: string | undefined;
|
|
72506
|
+
/** Indicates whether the user identifier associated with the connected account is exclusive. */
|
|
72232
72507
|
exclusive?: boolean | undefined;
|
|
72233
72508
|
} | undefined;
|
|
72509
|
+
/** Type of connected account. */
|
|
72234
72510
|
account_type?: string | undefined;
|
|
72511
|
+
/** Display name for the connected account type. */
|
|
72235
72512
|
account_type_display_name: string;
|
|
72513
|
+
/** Errors associated with the connected account. */
|
|
72236
72514
|
errors: Array<{
|
|
72237
72515
|
/** Date and time at which Seam created the error. */
|
|
72238
72516
|
created_at: string;
|
|
72517
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72239
72518
|
message: string;
|
|
72519
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72240
72520
|
is_connected_account_error?: boolean | undefined;
|
|
72521
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72241
72522
|
is_bridge_error?: boolean | undefined;
|
|
72242
72523
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72243
72524
|
error_code: 'account_disconnected';
|
|
72244
72525
|
} | {
|
|
72245
72526
|
/** Date and time at which Seam created the error. */
|
|
72246
72527
|
created_at: string;
|
|
72528
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72247
72529
|
message: string;
|
|
72530
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72248
72531
|
is_connected_account_error?: boolean | undefined;
|
|
72532
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72249
72533
|
is_bridge_error?: boolean | undefined;
|
|
72250
72534
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72251
72535
|
error_code: 'invalid_credentials';
|
|
72252
72536
|
} | {
|
|
72253
72537
|
/** Date and time at which Seam created the error. */
|
|
72254
72538
|
created_at: string;
|
|
72539
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72255
72540
|
message: string;
|
|
72541
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72256
72542
|
is_connected_account_error?: boolean | undefined;
|
|
72543
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72257
72544
|
is_bridge_error?: boolean | undefined;
|
|
72258
72545
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72259
72546
|
error_code: 'bridge_disconnected';
|
|
72260
72547
|
} | {
|
|
72261
72548
|
/** Date and time at which Seam created the error. */
|
|
72262
72549
|
created_at: string;
|
|
72550
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72263
72551
|
message: string;
|
|
72552
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72264
72553
|
is_connected_account_error?: boolean | undefined;
|
|
72554
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72265
72555
|
is_bridge_error?: boolean | undefined;
|
|
72266
72556
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72267
72557
|
error_code: 'salto_ks_subscription_limit_exceeded';
|
|
72558
|
+
/** Salto KS metadata associated with the connected account that has an error. */
|
|
72268
72559
|
salto_ks_metadata: {
|
|
72560
|
+
/** Salto sites associated with the connected account that has an error. */
|
|
72269
72561
|
sites: Array<{
|
|
72562
|
+
/** ID of a Salto site associated with the connected account that has an error. */
|
|
72270
72563
|
site_id: string;
|
|
72564
|
+
/** Name of a Salto site associated with the connected account that has an error. */
|
|
72271
72565
|
site_name: string;
|
|
72566
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has an error. */
|
|
72272
72567
|
subscribed_site_user_count: number;
|
|
72568
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has an error. */
|
|
72273
72569
|
site_user_subscription_limit: number;
|
|
72274
72570
|
}>;
|
|
72275
72571
|
};
|
|
72276
72572
|
}>;
|
|
72573
|
+
/** Warnings associated with the connected account. */
|
|
72277
72574
|
warnings: Array<{
|
|
72278
72575
|
/** Date and time at which Seam created the warning. */
|
|
72279
72576
|
created_at: string;
|
|
72577
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72280
72578
|
message: string;
|
|
72281
72579
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72282
72580
|
warning_code: 'scheduled_maintenance_window';
|
|
72283
72581
|
} | {
|
|
72284
72582
|
/** Date and time at which Seam created the warning. */
|
|
72285
72583
|
created_at: string;
|
|
72584
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72286
72585
|
message: string;
|
|
72287
72586
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72288
72587
|
warning_code: 'unknown_issue_with_connected_account';
|
|
72289
72588
|
} | {
|
|
72290
72589
|
/** Date and time at which Seam created the warning. */
|
|
72291
72590
|
created_at: string;
|
|
72591
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72292
72592
|
message: string;
|
|
72293
72593
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72294
72594
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
72595
|
+
/** Salto KS metadata associated with the connected account that has a warning. */
|
|
72295
72596
|
salto_ks_metadata: {
|
|
72597
|
+
/** Salto sites associated with the connected account that has a warning. */
|
|
72296
72598
|
sites: Array<{
|
|
72599
|
+
/** ID of a Salto site associated with the connected account that has a warning. */
|
|
72297
72600
|
site_id: string;
|
|
72601
|
+
/** Name of a Salto site associated with the connected account that has a warning. */
|
|
72298
72602
|
site_name: string;
|
|
72603
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has a warning. */
|
|
72299
72604
|
site_user_subscription_limit: number;
|
|
72605
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has a warning. */
|
|
72300
72606
|
subscribed_site_user_count: number;
|
|
72301
72607
|
}>;
|
|
72302
72608
|
};
|
|
72303
72609
|
}>;
|
|
72610
|
+
/** 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. */
|
|
72304
72611
|
custom_metadata: Record<string, string | boolean>;
|
|
72612
|
+
/** Indicates whether Seam should [import all new devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#automatically_manage_new_devices) for the connected account to make these devices available for use and management by the Seam API. */
|
|
72305
72613
|
automatically_manage_new_devices: boolean;
|
|
72306
72614
|
};
|
|
72307
72615
|
};
|
|
@@ -72325,86 +72633,127 @@ interface Routes {
|
|
|
72325
72633
|
formData: {};
|
|
72326
72634
|
jsonResponse: {
|
|
72327
72635
|
connected_accounts: Array<{
|
|
72636
|
+
/** Unique identifier for the connected account. */
|
|
72328
72637
|
connected_account_id?: string | undefined;
|
|
72638
|
+
/** Date and time at which the connected account was created. */
|
|
72329
72639
|
created_at?: string | undefined;
|
|
72640
|
+
/** User identifier associated with the connected account. */
|
|
72330
72641
|
user_identifier?: {
|
|
72642
|
+
/** Username of the user identifier associated with the connected account. */
|
|
72331
72643
|
username?: string | undefined;
|
|
72644
|
+
/** API URL for the user identifier associated with the connected account. */
|
|
72332
72645
|
api_url?: string | undefined;
|
|
72646
|
+
/** Email address of the user identifier associated with the connected account. */
|
|
72333
72647
|
email?: string | undefined;
|
|
72648
|
+
/** Phone number of the user identifier associated with the connected account. */
|
|
72334
72649
|
phone?: string | undefined;
|
|
72650
|
+
/** Indicates whether the user identifier associated with the connected account is exclusive. */
|
|
72335
72651
|
exclusive?: boolean | undefined;
|
|
72336
72652
|
} | undefined;
|
|
72653
|
+
/** Type of connected account. */
|
|
72337
72654
|
account_type?: string | undefined;
|
|
72655
|
+
/** Display name for the connected account type. */
|
|
72338
72656
|
account_type_display_name: string;
|
|
72657
|
+
/** Errors associated with the connected account. */
|
|
72339
72658
|
errors: Array<{
|
|
72340
72659
|
/** Date and time at which Seam created the error. */
|
|
72341
72660
|
created_at: string;
|
|
72661
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72342
72662
|
message: string;
|
|
72663
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72343
72664
|
is_connected_account_error?: boolean | undefined;
|
|
72665
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72344
72666
|
is_bridge_error?: boolean | undefined;
|
|
72345
72667
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72346
72668
|
error_code: 'account_disconnected';
|
|
72347
72669
|
} | {
|
|
72348
72670
|
/** Date and time at which Seam created the error. */
|
|
72349
72671
|
created_at: string;
|
|
72672
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72350
72673
|
message: string;
|
|
72674
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72351
72675
|
is_connected_account_error?: boolean | undefined;
|
|
72676
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72352
72677
|
is_bridge_error?: boolean | undefined;
|
|
72353
72678
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72354
72679
|
error_code: 'invalid_credentials';
|
|
72355
72680
|
} | {
|
|
72356
72681
|
/** Date and time at which Seam created the error. */
|
|
72357
72682
|
created_at: string;
|
|
72683
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72358
72684
|
message: string;
|
|
72685
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72359
72686
|
is_connected_account_error?: boolean | undefined;
|
|
72687
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72360
72688
|
is_bridge_error?: boolean | undefined;
|
|
72361
72689
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72362
72690
|
error_code: 'bridge_disconnected';
|
|
72363
72691
|
} | {
|
|
72364
72692
|
/** Date and time at which Seam created the error. */
|
|
72365
72693
|
created_at: string;
|
|
72694
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72366
72695
|
message: string;
|
|
72696
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72367
72697
|
is_connected_account_error?: boolean | undefined;
|
|
72698
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72368
72699
|
is_bridge_error?: boolean | undefined;
|
|
72369
72700
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72370
72701
|
error_code: 'salto_ks_subscription_limit_exceeded';
|
|
72702
|
+
/** Salto KS metadata associated with the connected account that has an error. */
|
|
72371
72703
|
salto_ks_metadata: {
|
|
72704
|
+
/** Salto sites associated with the connected account that has an error. */
|
|
72372
72705
|
sites: Array<{
|
|
72706
|
+
/** ID of a Salto site associated with the connected account that has an error. */
|
|
72373
72707
|
site_id: string;
|
|
72708
|
+
/** Name of a Salto site associated with the connected account that has an error. */
|
|
72374
72709
|
site_name: string;
|
|
72710
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has an error. */
|
|
72375
72711
|
subscribed_site_user_count: number;
|
|
72712
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has an error. */
|
|
72376
72713
|
site_user_subscription_limit: number;
|
|
72377
72714
|
}>;
|
|
72378
72715
|
};
|
|
72379
72716
|
}>;
|
|
72717
|
+
/** Warnings associated with the connected account. */
|
|
72380
72718
|
warnings: Array<{
|
|
72381
72719
|
/** Date and time at which Seam created the warning. */
|
|
72382
72720
|
created_at: string;
|
|
72721
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72383
72722
|
message: string;
|
|
72384
72723
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72385
72724
|
warning_code: 'scheduled_maintenance_window';
|
|
72386
72725
|
} | {
|
|
72387
72726
|
/** Date and time at which Seam created the warning. */
|
|
72388
72727
|
created_at: string;
|
|
72728
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72389
72729
|
message: string;
|
|
72390
72730
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72391
72731
|
warning_code: 'unknown_issue_with_connected_account';
|
|
72392
72732
|
} | {
|
|
72393
72733
|
/** Date and time at which Seam created the warning. */
|
|
72394
72734
|
created_at: string;
|
|
72735
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72395
72736
|
message: string;
|
|
72396
72737
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72397
72738
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
72739
|
+
/** Salto KS metadata associated with the connected account that has a warning. */
|
|
72398
72740
|
salto_ks_metadata: {
|
|
72741
|
+
/** Salto sites associated with the connected account that has a warning. */
|
|
72399
72742
|
sites: Array<{
|
|
72743
|
+
/** ID of a Salto site associated with the connected account that has a warning. */
|
|
72400
72744
|
site_id: string;
|
|
72745
|
+
/** Name of a Salto site associated with the connected account that has a warning. */
|
|
72401
72746
|
site_name: string;
|
|
72747
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has a warning. */
|
|
72402
72748
|
site_user_subscription_limit: number;
|
|
72749
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has a warning. */
|
|
72403
72750
|
subscribed_site_user_count: number;
|
|
72404
72751
|
}>;
|
|
72405
72752
|
};
|
|
72406
72753
|
}>;
|
|
72754
|
+
/** 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. */
|
|
72407
72755
|
custom_metadata: Record<string, string | boolean>;
|
|
72756
|
+
/** Indicates whether Seam should [import all new devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#automatically_manage_new_devices) for the connected account to make these devices available for use and management by the Seam API. */
|
|
72408
72757
|
automatically_manage_new_devices: boolean;
|
|
72409
72758
|
}>;
|
|
72410
72759
|
/** Information about the current page of results. */
|
|
@@ -72435,86 +72784,127 @@ interface Routes {
|
|
|
72435
72784
|
jsonResponse: {
|
|
72436
72785
|
/** Represents a [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). A connected account is an external third-party account to which your user has authorized Seam to get access, for example, an August account with a list of door locks. */
|
|
72437
72786
|
connected_account: {
|
|
72787
|
+
/** Unique identifier for the connected account. */
|
|
72438
72788
|
connected_account_id?: string | undefined;
|
|
72789
|
+
/** Date and time at which the connected account was created. */
|
|
72439
72790
|
created_at?: string | undefined;
|
|
72791
|
+
/** User identifier associated with the connected account. */
|
|
72440
72792
|
user_identifier?: {
|
|
72793
|
+
/** Username of the user identifier associated with the connected account. */
|
|
72441
72794
|
username?: string | undefined;
|
|
72795
|
+
/** API URL for the user identifier associated with the connected account. */
|
|
72442
72796
|
api_url?: string | undefined;
|
|
72797
|
+
/** Email address of the user identifier associated with the connected account. */
|
|
72443
72798
|
email?: string | undefined;
|
|
72799
|
+
/** Phone number of the user identifier associated with the connected account. */
|
|
72444
72800
|
phone?: string | undefined;
|
|
72801
|
+
/** Indicates whether the user identifier associated with the connected account is exclusive. */
|
|
72445
72802
|
exclusive?: boolean | undefined;
|
|
72446
72803
|
} | undefined;
|
|
72804
|
+
/** Type of connected account. */
|
|
72447
72805
|
account_type?: string | undefined;
|
|
72806
|
+
/** Display name for the connected account type. */
|
|
72448
72807
|
account_type_display_name: string;
|
|
72808
|
+
/** Errors associated with the connected account. */
|
|
72449
72809
|
errors: Array<{
|
|
72450
72810
|
/** Date and time at which Seam created the error. */
|
|
72451
72811
|
created_at: string;
|
|
72812
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72452
72813
|
message: string;
|
|
72814
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72453
72815
|
is_connected_account_error?: boolean | undefined;
|
|
72816
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72454
72817
|
is_bridge_error?: boolean | undefined;
|
|
72455
72818
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72456
72819
|
error_code: 'account_disconnected';
|
|
72457
72820
|
} | {
|
|
72458
72821
|
/** Date and time at which Seam created the error. */
|
|
72459
72822
|
created_at: string;
|
|
72823
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72460
72824
|
message: string;
|
|
72825
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72461
72826
|
is_connected_account_error?: boolean | undefined;
|
|
72827
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72462
72828
|
is_bridge_error?: boolean | undefined;
|
|
72463
72829
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72464
72830
|
error_code: 'invalid_credentials';
|
|
72465
72831
|
} | {
|
|
72466
72832
|
/** Date and time at which Seam created the error. */
|
|
72467
72833
|
created_at: string;
|
|
72834
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72468
72835
|
message: string;
|
|
72836
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72469
72837
|
is_connected_account_error?: boolean | undefined;
|
|
72838
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72470
72839
|
is_bridge_error?: boolean | undefined;
|
|
72471
72840
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72472
72841
|
error_code: 'bridge_disconnected';
|
|
72473
72842
|
} | {
|
|
72474
72843
|
/** Date and time at which Seam created the error. */
|
|
72475
72844
|
created_at: string;
|
|
72845
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72476
72846
|
message: string;
|
|
72847
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72477
72848
|
is_connected_account_error?: boolean | undefined;
|
|
72849
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72478
72850
|
is_bridge_error?: boolean | undefined;
|
|
72479
72851
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72480
72852
|
error_code: 'salto_ks_subscription_limit_exceeded';
|
|
72853
|
+
/** Salto KS metadata associated with the connected account that has an error. */
|
|
72481
72854
|
salto_ks_metadata: {
|
|
72855
|
+
/** Salto sites associated with the connected account that has an error. */
|
|
72482
72856
|
sites: Array<{
|
|
72857
|
+
/** ID of a Salto site associated with the connected account that has an error. */
|
|
72483
72858
|
site_id: string;
|
|
72859
|
+
/** Name of a Salto site associated with the connected account that has an error. */
|
|
72484
72860
|
site_name: string;
|
|
72861
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has an error. */
|
|
72485
72862
|
subscribed_site_user_count: number;
|
|
72863
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has an error. */
|
|
72486
72864
|
site_user_subscription_limit: number;
|
|
72487
72865
|
}>;
|
|
72488
72866
|
};
|
|
72489
72867
|
}>;
|
|
72868
|
+
/** Warnings associated with the connected account. */
|
|
72490
72869
|
warnings: Array<{
|
|
72491
72870
|
/** Date and time at which Seam created the warning. */
|
|
72492
72871
|
created_at: string;
|
|
72872
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72493
72873
|
message: string;
|
|
72494
72874
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72495
72875
|
warning_code: 'scheduled_maintenance_window';
|
|
72496
72876
|
} | {
|
|
72497
72877
|
/** Date and time at which Seam created the warning. */
|
|
72498
72878
|
created_at: string;
|
|
72879
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72499
72880
|
message: string;
|
|
72500
72881
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72501
72882
|
warning_code: 'unknown_issue_with_connected_account';
|
|
72502
72883
|
} | {
|
|
72503
72884
|
/** Date and time at which Seam created the warning. */
|
|
72504
72885
|
created_at: string;
|
|
72886
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72505
72887
|
message: string;
|
|
72506
72888
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72507
72889
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
72890
|
+
/** Salto KS metadata associated with the connected account that has a warning. */
|
|
72508
72891
|
salto_ks_metadata: {
|
|
72892
|
+
/** Salto sites associated with the connected account that has a warning. */
|
|
72509
72893
|
sites: Array<{
|
|
72894
|
+
/** ID of a Salto site associated with the connected account that has a warning. */
|
|
72510
72895
|
site_id: string;
|
|
72896
|
+
/** Name of a Salto site associated with the connected account that has a warning. */
|
|
72511
72897
|
site_name: string;
|
|
72898
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has a warning. */
|
|
72512
72899
|
site_user_subscription_limit: number;
|
|
72900
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has a warning. */
|
|
72513
72901
|
subscribed_site_user_count: number;
|
|
72514
72902
|
}>;
|
|
72515
72903
|
};
|
|
72516
72904
|
}>;
|
|
72905
|
+
/** 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. */
|
|
72517
72906
|
custom_metadata: Record<string, string | boolean>;
|
|
72907
|
+
/** Indicates whether Seam should [import all new devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#automatically_manage_new_devices) for the connected account to make these devices available for use and management by the Seam API. */
|
|
72518
72908
|
automatically_manage_new_devices: boolean;
|
|
72519
72909
|
};
|
|
72520
72910
|
};
|
|
@@ -73180,16 +73570,22 @@ interface Routes {
|
|
|
73180
73570
|
} | {
|
|
73181
73571
|
/** Date and time at which Seam created the error. */
|
|
73182
73572
|
created_at: string;
|
|
73573
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73183
73574
|
message: string;
|
|
73575
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
73184
73576
|
is_connected_account_error?: boolean | undefined;
|
|
73577
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
73185
73578
|
is_bridge_error?: boolean | undefined;
|
|
73186
73579
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
73187
73580
|
error_code: 'invalid_credentials';
|
|
73188
73581
|
} | {
|
|
73189
73582
|
/** Date and time at which Seam created the error. */
|
|
73190
73583
|
created_at: string;
|
|
73584
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73191
73585
|
message: string;
|
|
73586
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
73192
73587
|
is_connected_account_error?: boolean | undefined;
|
|
73588
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
73193
73589
|
is_bridge_error?: boolean | undefined;
|
|
73194
73590
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
73195
73591
|
error_code: 'bridge_disconnected';
|
|
@@ -73285,6 +73681,7 @@ interface Routes {
|
|
|
73285
73681
|
created_at: string;
|
|
73286
73682
|
/** Indicates whether Seam manages the device. */
|
|
73287
73683
|
is_managed: true;
|
|
73684
|
+
/** 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. */
|
|
73288
73685
|
custom_metadata: Record<string, string | boolean>;
|
|
73289
73686
|
can_remotely_unlock?: boolean | undefined;
|
|
73290
73687
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -73975,16 +74372,22 @@ interface Routes {
|
|
|
73975
74372
|
} | {
|
|
73976
74373
|
/** Date and time at which Seam created the error. */
|
|
73977
74374
|
created_at: string;
|
|
74375
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73978
74376
|
message: string;
|
|
74377
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
73979
74378
|
is_connected_account_error?: boolean | undefined;
|
|
74379
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
73980
74380
|
is_bridge_error?: boolean | undefined;
|
|
73981
74381
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
73982
74382
|
error_code: 'invalid_credentials';
|
|
73983
74383
|
} | {
|
|
73984
74384
|
/** Date and time at which Seam created the error. */
|
|
73985
74385
|
created_at: string;
|
|
74386
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73986
74387
|
message: string;
|
|
74388
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
73987
74389
|
is_connected_account_error?: boolean | undefined;
|
|
74390
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
73988
74391
|
is_bridge_error?: boolean | undefined;
|
|
73989
74392
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
73990
74393
|
error_code: 'bridge_disconnected';
|
|
@@ -74080,6 +74483,7 @@ interface Routes {
|
|
|
74080
74483
|
created_at: string;
|
|
74081
74484
|
/** Indicates whether Seam manages the device. */
|
|
74082
74485
|
is_managed: true;
|
|
74486
|
+
/** 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. */
|
|
74083
74487
|
custom_metadata: Record<string, string | boolean>;
|
|
74084
74488
|
can_remotely_unlock?: boolean | undefined;
|
|
74085
74489
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -74286,16 +74690,22 @@ interface Routes {
|
|
|
74286
74690
|
} | {
|
|
74287
74691
|
/** Date and time at which Seam created the error. */
|
|
74288
74692
|
created_at: string;
|
|
74693
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
74289
74694
|
message: string;
|
|
74695
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
74290
74696
|
is_connected_account_error?: boolean | undefined;
|
|
74697
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
74291
74698
|
is_bridge_error?: boolean | undefined;
|
|
74292
74699
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
74293
74700
|
error_code: 'invalid_credentials';
|
|
74294
74701
|
} | {
|
|
74295
74702
|
/** Date and time at which Seam created the error. */
|
|
74296
74703
|
created_at: string;
|
|
74704
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
74297
74705
|
message: string;
|
|
74706
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
74298
74707
|
is_connected_account_error?: boolean | undefined;
|
|
74708
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
74299
74709
|
is_bridge_error?: boolean | undefined;
|
|
74300
74710
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
74301
74711
|
error_code: 'bridge_disconnected';
|
|
@@ -74596,16 +75006,22 @@ interface Routes {
|
|
|
74596
75006
|
} | {
|
|
74597
75007
|
/** Date and time at which Seam created the error. */
|
|
74598
75008
|
created_at: string;
|
|
75009
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
74599
75010
|
message: string;
|
|
75011
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
74600
75012
|
is_connected_account_error?: boolean | undefined;
|
|
75013
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
74601
75014
|
is_bridge_error?: boolean | undefined;
|
|
74602
75015
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
74603
75016
|
error_code: 'invalid_credentials';
|
|
74604
75017
|
} | {
|
|
74605
75018
|
/** Date and time at which Seam created the error. */
|
|
74606
75019
|
created_at: string;
|
|
75020
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
74607
75021
|
message: string;
|
|
75022
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
74608
75023
|
is_connected_account_error?: boolean | undefined;
|
|
75024
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
74609
75025
|
is_bridge_error?: boolean | undefined;
|
|
74610
75026
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
74611
75027
|
error_code: 'bridge_disconnected';
|
|
@@ -78214,16 +78630,22 @@ interface Routes {
|
|
|
78214
78630
|
} | {
|
|
78215
78631
|
/** Date and time at which Seam created the error. */
|
|
78216
78632
|
created_at: string;
|
|
78633
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
78217
78634
|
message: string;
|
|
78635
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
78218
78636
|
is_connected_account_error?: boolean | undefined;
|
|
78637
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
78219
78638
|
is_bridge_error?: boolean | undefined;
|
|
78220
78639
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
78221
78640
|
error_code: 'invalid_credentials';
|
|
78222
78641
|
} | {
|
|
78223
78642
|
/** Date and time at which Seam created the error. */
|
|
78224
78643
|
created_at: string;
|
|
78644
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
78225
78645
|
message: string;
|
|
78646
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
78226
78647
|
is_connected_account_error?: boolean | undefined;
|
|
78648
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
78227
78649
|
is_bridge_error?: boolean | undefined;
|
|
78228
78650
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
78229
78651
|
error_code: 'bridge_disconnected';
|
|
@@ -78319,6 +78741,7 @@ interface Routes {
|
|
|
78319
78741
|
created_at: string;
|
|
78320
78742
|
/** Indicates whether Seam manages the device. */
|
|
78321
78743
|
is_managed: true;
|
|
78744
|
+
/** 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. */
|
|
78322
78745
|
custom_metadata: Record<string, string | boolean>;
|
|
78323
78746
|
can_remotely_unlock?: boolean | undefined;
|
|
78324
78747
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -78968,16 +79391,22 @@ interface Routes {
|
|
|
78968
79391
|
} | {
|
|
78969
79392
|
/** Date and time at which Seam created the error. */
|
|
78970
79393
|
created_at: string;
|
|
79394
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
78971
79395
|
message: string;
|
|
79396
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
78972
79397
|
is_connected_account_error?: boolean | undefined;
|
|
79398
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
78973
79399
|
is_bridge_error?: boolean | undefined;
|
|
78974
79400
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
78975
79401
|
error_code: 'invalid_credentials';
|
|
78976
79402
|
} | {
|
|
78977
79403
|
/** Date and time at which Seam created the error. */
|
|
78978
79404
|
created_at: string;
|
|
79405
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
78979
79406
|
message: string;
|
|
79407
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
78980
79408
|
is_connected_account_error?: boolean | undefined;
|
|
79409
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
78981
79410
|
is_bridge_error?: boolean | undefined;
|
|
78982
79411
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
78983
79412
|
error_code: 'bridge_disconnected';
|
|
@@ -79073,6 +79502,7 @@ interface Routes {
|
|
|
79073
79502
|
created_at: string;
|
|
79074
79503
|
/** Indicates whether Seam manages the device. */
|
|
79075
79504
|
is_managed: true;
|
|
79505
|
+
/** 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. */
|
|
79076
79506
|
custom_metadata: Record<string, string | boolean>;
|
|
79077
79507
|
can_remotely_unlock?: boolean | undefined;
|
|
79078
79508
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -79763,16 +80193,22 @@ interface Routes {
|
|
|
79763
80193
|
} | {
|
|
79764
80194
|
/** Date and time at which Seam created the error. */
|
|
79765
80195
|
created_at: string;
|
|
80196
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
79766
80197
|
message: string;
|
|
80198
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
79767
80199
|
is_connected_account_error?: boolean | undefined;
|
|
80200
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
79768
80201
|
is_bridge_error?: boolean | undefined;
|
|
79769
80202
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
79770
80203
|
error_code: 'invalid_credentials';
|
|
79771
80204
|
} | {
|
|
79772
80205
|
/** Date and time at which Seam created the error. */
|
|
79773
80206
|
created_at: string;
|
|
80207
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
79774
80208
|
message: string;
|
|
80209
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
79775
80210
|
is_connected_account_error?: boolean | undefined;
|
|
80211
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
79776
80212
|
is_bridge_error?: boolean | undefined;
|
|
79777
80213
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
79778
80214
|
error_code: 'bridge_disconnected';
|
|
@@ -79868,6 +80304,7 @@ interface Routes {
|
|
|
79868
80304
|
created_at: string;
|
|
79869
80305
|
/** Indicates whether Seam manages the device. */
|
|
79870
80306
|
is_managed: true;
|
|
80307
|
+
/** 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. */
|
|
79871
80308
|
custom_metadata: Record<string, string | boolean>;
|
|
79872
80309
|
can_remotely_unlock?: boolean | undefined;
|
|
79873
80310
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -80516,16 +80953,22 @@ interface Routes {
|
|
|
80516
80953
|
} | {
|
|
80517
80954
|
/** Date and time at which Seam created the error. */
|
|
80518
80955
|
created_at: string;
|
|
80956
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
80519
80957
|
message: string;
|
|
80958
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
80520
80959
|
is_connected_account_error?: boolean | undefined;
|
|
80960
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
80521
80961
|
is_bridge_error?: boolean | undefined;
|
|
80522
80962
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
80523
80963
|
error_code: 'invalid_credentials';
|
|
80524
80964
|
} | {
|
|
80525
80965
|
/** Date and time at which Seam created the error. */
|
|
80526
80966
|
created_at: string;
|
|
80967
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
80527
80968
|
message: string;
|
|
80969
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
80528
80970
|
is_connected_account_error?: boolean | undefined;
|
|
80971
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
80529
80972
|
is_bridge_error?: boolean | undefined;
|
|
80530
80973
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
80531
80974
|
error_code: 'bridge_disconnected';
|
|
@@ -80621,6 +81064,7 @@ interface Routes {
|
|
|
80621
81064
|
created_at: string;
|
|
80622
81065
|
/** Indicates whether Seam manages the device. */
|
|
80623
81066
|
is_managed: true;
|
|
81067
|
+
/** 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. */
|
|
80624
81068
|
custom_metadata: Record<string, string | boolean>;
|
|
80625
81069
|
can_remotely_unlock?: boolean | undefined;
|
|
80626
81070
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -85809,16 +86253,22 @@ interface Routes {
|
|
|
85809
86253
|
} | {
|
|
85810
86254
|
/** Date and time at which Seam created the error. */
|
|
85811
86255
|
created_at: string;
|
|
86256
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85812
86257
|
message: string;
|
|
86258
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
85813
86259
|
is_connected_account_error?: boolean | undefined;
|
|
86260
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
85814
86261
|
is_bridge_error?: boolean | undefined;
|
|
85815
86262
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
85816
86263
|
error_code: 'invalid_credentials';
|
|
85817
86264
|
} | {
|
|
85818
86265
|
/** Date and time at which Seam created the error. */
|
|
85819
86266
|
created_at: string;
|
|
86267
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85820
86268
|
message: string;
|
|
86269
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
85821
86270
|
is_connected_account_error?: boolean | undefined;
|
|
86271
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
85822
86272
|
is_bridge_error?: boolean | undefined;
|
|
85823
86273
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
85824
86274
|
error_code: 'bridge_disconnected';
|
|
@@ -85914,6 +86364,7 @@ interface Routes {
|
|
|
85914
86364
|
created_at: string;
|
|
85915
86365
|
/** Indicates whether Seam manages the device. */
|
|
85916
86366
|
is_managed: true;
|
|
86367
|
+
/** 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. */
|
|
85917
86368
|
custom_metadata: Record<string, string | boolean>;
|
|
85918
86369
|
can_remotely_unlock?: boolean | undefined;
|
|
85919
86370
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -86562,16 +87013,22 @@ interface Routes {
|
|
|
86562
87013
|
} | {
|
|
86563
87014
|
/** Date and time at which Seam created the error. */
|
|
86564
87015
|
created_at: string;
|
|
87016
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86565
87017
|
message: string;
|
|
87018
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
86566
87019
|
is_connected_account_error?: boolean | undefined;
|
|
87020
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
86567
87021
|
is_bridge_error?: boolean | undefined;
|
|
86568
87022
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86569
87023
|
error_code: 'invalid_credentials';
|
|
86570
87024
|
} | {
|
|
86571
87025
|
/** Date and time at which Seam created the error. */
|
|
86572
87026
|
created_at: string;
|
|
87027
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86573
87028
|
message: string;
|
|
87029
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
86574
87030
|
is_connected_account_error?: boolean | undefined;
|
|
87031
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
86575
87032
|
is_bridge_error?: boolean | undefined;
|
|
86576
87033
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86577
87034
|
error_code: 'bridge_disconnected';
|
|
@@ -86667,6 +87124,7 @@ interface Routes {
|
|
|
86667
87124
|
created_at: string;
|
|
86668
87125
|
/** Indicates whether Seam manages the device. */
|
|
86669
87126
|
is_managed: true;
|
|
87127
|
+
/** 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. */
|
|
86670
87128
|
custom_metadata: Record<string, string | boolean>;
|
|
86671
87129
|
can_remotely_unlock?: boolean | undefined;
|
|
86672
87130
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -95027,16 +95485,22 @@ interface Routes {
|
|
|
95027
95485
|
} | {
|
|
95028
95486
|
/** Date and time at which Seam created the error. */
|
|
95029
95487
|
created_at: string;
|
|
95488
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
95030
95489
|
message: string;
|
|
95490
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
95031
95491
|
is_connected_account_error?: boolean | undefined;
|
|
95492
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
95032
95493
|
is_bridge_error?: boolean | undefined;
|
|
95033
95494
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
95034
95495
|
error_code: 'invalid_credentials';
|
|
95035
95496
|
} | {
|
|
95036
95497
|
/** Date and time at which Seam created the error. */
|
|
95037
95498
|
created_at: string;
|
|
95499
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
95038
95500
|
message: string;
|
|
95501
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
95039
95502
|
is_connected_account_error?: boolean | undefined;
|
|
95503
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
95040
95504
|
is_bridge_error?: boolean | undefined;
|
|
95041
95505
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
95042
95506
|
error_code: 'bridge_disconnected';
|
|
@@ -95132,6 +95596,7 @@ interface Routes {
|
|
|
95132
95596
|
created_at: string;
|
|
95133
95597
|
/** Indicates whether Seam manages the device. */
|
|
95134
95598
|
is_managed: true;
|
|
95599
|
+
/** 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. */
|
|
95135
95600
|
custom_metadata: Record<string, string | boolean>;
|
|
95136
95601
|
can_remotely_unlock?: boolean | undefined;
|
|
95137
95602
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -98070,16 +98535,22 @@ interface Routes {
|
|
|
98070
98535
|
} | {
|
|
98071
98536
|
/** Date and time at which Seam created the error. */
|
|
98072
98537
|
created_at: string;
|
|
98538
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98073
98539
|
message: string;
|
|
98540
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
98074
98541
|
is_connected_account_error?: boolean | undefined;
|
|
98542
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
98075
98543
|
is_bridge_error?: boolean | undefined;
|
|
98076
98544
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
98077
98545
|
error_code: 'invalid_credentials';
|
|
98078
98546
|
} | {
|
|
98079
98547
|
/** Date and time at which Seam created the error. */
|
|
98080
98548
|
created_at: string;
|
|
98549
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98081
98550
|
message: string;
|
|
98551
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
98082
98552
|
is_connected_account_error?: boolean | undefined;
|
|
98553
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
98083
98554
|
is_bridge_error?: boolean | undefined;
|
|
98084
98555
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
98085
98556
|
error_code: 'bridge_disconnected';
|
|
@@ -98175,6 +98646,7 @@ interface Routes {
|
|
|
98175
98646
|
created_at: string;
|
|
98176
98647
|
/** Indicates whether Seam manages the device. */
|
|
98177
98648
|
is_managed: true;
|
|
98649
|
+
/** 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. */
|
|
98178
98650
|
custom_metadata: Record<string, string | boolean>;
|
|
98179
98651
|
can_remotely_unlock?: boolean | undefined;
|
|
98180
98652
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -98823,16 +99295,22 @@ interface Routes {
|
|
|
98823
99295
|
} | {
|
|
98824
99296
|
/** Date and time at which Seam created the error. */
|
|
98825
99297
|
created_at: string;
|
|
99298
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98826
99299
|
message: string;
|
|
99300
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
98827
99301
|
is_connected_account_error?: boolean | undefined;
|
|
99302
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
98828
99303
|
is_bridge_error?: boolean | undefined;
|
|
98829
99304
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
98830
99305
|
error_code: 'invalid_credentials';
|
|
98831
99306
|
} | {
|
|
98832
99307
|
/** Date and time at which Seam created the error. */
|
|
98833
99308
|
created_at: string;
|
|
99309
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98834
99310
|
message: string;
|
|
99311
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
98835
99312
|
is_connected_account_error?: boolean | undefined;
|
|
99313
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
98836
99314
|
is_bridge_error?: boolean | undefined;
|
|
98837
99315
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
98838
99316
|
error_code: 'bridge_disconnected';
|
|
@@ -98928,6 +99406,7 @@ interface Routes {
|
|
|
98928
99406
|
created_at: string;
|
|
98929
99407
|
/** Indicates whether Seam manages the device. */
|
|
98930
99408
|
is_managed: true;
|
|
99409
|
+
/** 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. */
|
|
98931
99410
|
custom_metadata: Record<string, string | boolean>;
|
|
98932
99411
|
can_remotely_unlock?: boolean | undefined;
|
|
98933
99412
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -105115,16 +105594,22 @@ interface Routes {
|
|
|
105115
105594
|
} | {
|
|
105116
105595
|
/** Date and time at which Seam created the error. */
|
|
105117
105596
|
created_at: string;
|
|
105597
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105118
105598
|
message: string;
|
|
105599
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
105119
105600
|
is_connected_account_error?: boolean | undefined;
|
|
105601
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
105120
105602
|
is_bridge_error?: boolean | undefined;
|
|
105121
105603
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105122
105604
|
error_code: 'invalid_credentials';
|
|
105123
105605
|
} | {
|
|
105124
105606
|
/** Date and time at which Seam created the error. */
|
|
105125
105607
|
created_at: string;
|
|
105608
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105126
105609
|
message: string;
|
|
105610
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
105127
105611
|
is_connected_account_error?: boolean | undefined;
|
|
105612
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
105128
105613
|
is_bridge_error?: boolean | undefined;
|
|
105129
105614
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105130
105615
|
error_code: 'bridge_disconnected';
|
|
@@ -105220,6 +105705,7 @@ interface Routes {
|
|
|
105220
105705
|
created_at: string;
|
|
105221
105706
|
/** Indicates whether Seam manages the device. */
|
|
105222
105707
|
is_managed: true;
|
|
105708
|
+
/** 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. */
|
|
105223
105709
|
custom_metadata: Record<string, string | boolean>;
|
|
105224
105710
|
can_remotely_unlock?: boolean | undefined;
|
|
105225
105711
|
can_remotely_lock?: boolean | undefined;
|
|
@@ -105870,16 +106356,22 @@ interface Routes {
|
|
|
105870
106356
|
} | {
|
|
105871
106357
|
/** Date and time at which Seam created the error. */
|
|
105872
106358
|
created_at: string;
|
|
106359
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105873
106360
|
message: string;
|
|
106361
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
105874
106362
|
is_connected_account_error?: boolean | undefined;
|
|
106363
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
105875
106364
|
is_bridge_error?: boolean | undefined;
|
|
105876
106365
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105877
106366
|
error_code: 'invalid_credentials';
|
|
105878
106367
|
} | {
|
|
105879
106368
|
/** Date and time at which Seam created the error. */
|
|
105880
106369
|
created_at: string;
|
|
106370
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105881
106371
|
message: string;
|
|
106372
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
105882
106373
|
is_connected_account_error?: boolean | undefined;
|
|
106374
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
105883
106375
|
is_bridge_error?: boolean | undefined;
|
|
105884
106376
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105885
106377
|
error_code: 'bridge_disconnected';
|
|
@@ -105975,6 +106467,7 @@ interface Routes {
|
|
|
105975
106467
|
created_at: string;
|
|
105976
106468
|
/** Indicates whether Seam manages the device. */
|
|
105977
106469
|
is_managed: true;
|
|
106470
|
+
/** 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. */
|
|
105978
106471
|
custom_metadata: Record<string, string | boolean>;
|
|
105979
106472
|
can_remotely_unlock?: boolean | undefined;
|
|
105980
106473
|
can_remotely_lock?: boolean | undefined;
|