@seamapi/types 1.404.1 → 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 +395 -111
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +425 -21
- 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/openapi.d.ts +125 -9
- package/lib/seam/connect/openapi.js +313 -76
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +300 -12
- package/package.json +1 -1
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +172 -44
- package/src/lib/seam/connect/openapi.ts +389 -76
- package/src/lib/seam/connect/route-types.ts +300 -12
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;
|
|
@@ -24392,19 +24395,24 @@ declare const _default: {
|
|
|
24392
24395
|
description: string;
|
|
24393
24396
|
properties: {
|
|
24394
24397
|
account_type: {
|
|
24398
|
+
description: string;
|
|
24395
24399
|
type: string;
|
|
24396
24400
|
};
|
|
24397
24401
|
account_type_display_name: {
|
|
24402
|
+
description: string;
|
|
24398
24403
|
type: string;
|
|
24399
24404
|
};
|
|
24400
24405
|
automatically_manage_new_devices: {
|
|
24406
|
+
description: string;
|
|
24401
24407
|
type: string;
|
|
24402
24408
|
};
|
|
24403
24409
|
connected_account_id: {
|
|
24410
|
+
description: string;
|
|
24404
24411
|
format: string;
|
|
24405
24412
|
type: string;
|
|
24406
24413
|
};
|
|
24407
24414
|
created_at: {
|
|
24415
|
+
description: string;
|
|
24408
24416
|
format: string;
|
|
24409
24417
|
type: string;
|
|
24410
24418
|
};
|
|
@@ -24418,6 +24426,7 @@ declare const _default: {
|
|
|
24418
24426
|
type: string;
|
|
24419
24427
|
};
|
|
24420
24428
|
errors: {
|
|
24429
|
+
description: string;
|
|
24421
24430
|
items: {
|
|
24422
24431
|
discriminator: {
|
|
24423
24432
|
propertyName: string;
|
|
@@ -24436,12 +24445,15 @@ declare const _default: {
|
|
|
24436
24445
|
type: string;
|
|
24437
24446
|
};
|
|
24438
24447
|
is_bridge_error: {
|
|
24448
|
+
description: string;
|
|
24439
24449
|
type: string;
|
|
24440
24450
|
};
|
|
24441
24451
|
is_connected_account_error: {
|
|
24452
|
+
description: string;
|
|
24442
24453
|
type: string;
|
|
24443
24454
|
};
|
|
24444
24455
|
message: {
|
|
24456
|
+
description: string;
|
|
24445
24457
|
type: string;
|
|
24446
24458
|
};
|
|
24447
24459
|
salto_ks_metadata?: never;
|
|
@@ -24462,30 +24474,40 @@ declare const _default: {
|
|
|
24462
24474
|
type: string;
|
|
24463
24475
|
};
|
|
24464
24476
|
is_bridge_error: {
|
|
24477
|
+
description: string;
|
|
24465
24478
|
type: string;
|
|
24466
24479
|
};
|
|
24467
24480
|
is_connected_account_error: {
|
|
24481
|
+
description: string;
|
|
24468
24482
|
type: string;
|
|
24469
24483
|
};
|
|
24470
24484
|
message: {
|
|
24485
|
+
description: string;
|
|
24471
24486
|
type: string;
|
|
24472
24487
|
};
|
|
24473
24488
|
salto_ks_metadata: {
|
|
24489
|
+
description: string;
|
|
24474
24490
|
properties: {
|
|
24475
24491
|
sites: {
|
|
24492
|
+
description: string;
|
|
24476
24493
|
items: {
|
|
24494
|
+
description: string;
|
|
24477
24495
|
properties: {
|
|
24478
24496
|
site_id: {
|
|
24497
|
+
description: string;
|
|
24479
24498
|
type: string;
|
|
24480
24499
|
};
|
|
24481
24500
|
site_name: {
|
|
24501
|
+
description: string;
|
|
24482
24502
|
type: string;
|
|
24483
24503
|
};
|
|
24484
24504
|
site_user_subscription_limit: {
|
|
24505
|
+
description: string;
|
|
24485
24506
|
minimum: number;
|
|
24486
24507
|
type: string;
|
|
24487
24508
|
};
|
|
24488
24509
|
subscribed_site_user_count: {
|
|
24510
|
+
description: string;
|
|
24489
24511
|
minimum: number;
|
|
24490
24512
|
type: string;
|
|
24491
24513
|
};
|
|
@@ -24507,26 +24529,33 @@ declare const _default: {
|
|
|
24507
24529
|
type: string;
|
|
24508
24530
|
};
|
|
24509
24531
|
user_identifier: {
|
|
24532
|
+
description: string;
|
|
24510
24533
|
properties: {
|
|
24511
24534
|
api_url: {
|
|
24535
|
+
description: string;
|
|
24512
24536
|
type: string;
|
|
24513
24537
|
};
|
|
24514
24538
|
email: {
|
|
24539
|
+
description: string;
|
|
24515
24540
|
type: string;
|
|
24516
24541
|
};
|
|
24517
24542
|
exclusive: {
|
|
24543
|
+
description: string;
|
|
24518
24544
|
type: string;
|
|
24519
24545
|
};
|
|
24520
24546
|
phone: {
|
|
24547
|
+
description: string;
|
|
24521
24548
|
type: string;
|
|
24522
24549
|
};
|
|
24523
24550
|
username: {
|
|
24551
|
+
description: string;
|
|
24524
24552
|
type: string;
|
|
24525
24553
|
};
|
|
24526
24554
|
};
|
|
24527
24555
|
type: string;
|
|
24528
24556
|
};
|
|
24529
24557
|
warnings: {
|
|
24558
|
+
description: string;
|
|
24530
24559
|
items: {
|
|
24531
24560
|
description: string;
|
|
24532
24561
|
discriminator: {
|
|
@@ -24541,6 +24570,7 @@ declare const _default: {
|
|
|
24541
24570
|
type: string;
|
|
24542
24571
|
};
|
|
24543
24572
|
message: {
|
|
24573
|
+
description: string;
|
|
24544
24574
|
type: string;
|
|
24545
24575
|
};
|
|
24546
24576
|
warning_code: {
|
|
@@ -24561,24 +24591,32 @@ declare const _default: {
|
|
|
24561
24591
|
type: string;
|
|
24562
24592
|
};
|
|
24563
24593
|
message: {
|
|
24594
|
+
description: string;
|
|
24564
24595
|
type: string;
|
|
24565
24596
|
};
|
|
24566
24597
|
salto_ks_metadata: {
|
|
24598
|
+
description: string;
|
|
24567
24599
|
properties: {
|
|
24568
24600
|
sites: {
|
|
24601
|
+
description: string;
|
|
24569
24602
|
items: {
|
|
24603
|
+
description: string;
|
|
24570
24604
|
properties: {
|
|
24571
24605
|
site_id: {
|
|
24606
|
+
description: string;
|
|
24572
24607
|
type: string;
|
|
24573
24608
|
};
|
|
24574
24609
|
site_name: {
|
|
24610
|
+
description: string;
|
|
24575
24611
|
type: string;
|
|
24576
24612
|
};
|
|
24577
24613
|
site_user_subscription_limit: {
|
|
24614
|
+
description: string;
|
|
24578
24615
|
minimum: number;
|
|
24579
24616
|
type: string;
|
|
24580
24617
|
};
|
|
24581
24618
|
subscribed_site_user_count: {
|
|
24619
|
+
description: string;
|
|
24582
24620
|
minimum: number;
|
|
24583
24621
|
type: string;
|
|
24584
24622
|
};
|
|
@@ -24715,6 +24753,7 @@ declare const _default: {
|
|
|
24715
24753
|
is_connected_account_error: {
|
|
24716
24754
|
enum: boolean[];
|
|
24717
24755
|
type: string;
|
|
24756
|
+
description?: never;
|
|
24718
24757
|
};
|
|
24719
24758
|
is_device_error: {
|
|
24720
24759
|
enum: boolean[];
|
|
@@ -24722,6 +24761,7 @@ declare const _default: {
|
|
|
24722
24761
|
};
|
|
24723
24762
|
message: {
|
|
24724
24763
|
type: string;
|
|
24764
|
+
description?: never;
|
|
24725
24765
|
};
|
|
24726
24766
|
is_bridge_error?: never;
|
|
24727
24767
|
};
|
|
@@ -24746,6 +24786,7 @@ declare const _default: {
|
|
|
24746
24786
|
};
|
|
24747
24787
|
message: {
|
|
24748
24788
|
type: string;
|
|
24789
|
+
description?: never;
|
|
24749
24790
|
};
|
|
24750
24791
|
is_connected_account_error?: never;
|
|
24751
24792
|
is_bridge_error?: never;
|
|
@@ -24766,13 +24807,16 @@ declare const _default: {
|
|
|
24766
24807
|
type: string;
|
|
24767
24808
|
};
|
|
24768
24809
|
is_bridge_error: {
|
|
24810
|
+
description: string;
|
|
24769
24811
|
type: string;
|
|
24770
24812
|
};
|
|
24771
24813
|
is_connected_account_error: {
|
|
24814
|
+
description: string;
|
|
24772
24815
|
type: string;
|
|
24773
24816
|
enum?: never;
|
|
24774
24817
|
};
|
|
24775
24818
|
message: {
|
|
24819
|
+
description: string;
|
|
24776
24820
|
type: string;
|
|
24777
24821
|
};
|
|
24778
24822
|
is_device_error?: never;
|
|
@@ -30484,6 +30528,7 @@ declare const _default: {
|
|
|
30484
30528
|
is_connected_account_error: {
|
|
30485
30529
|
enum: boolean[];
|
|
30486
30530
|
type: string;
|
|
30531
|
+
description?: never;
|
|
30487
30532
|
};
|
|
30488
30533
|
is_device_error: {
|
|
30489
30534
|
enum: boolean[];
|
|
@@ -30539,15 +30584,17 @@ declare const _default: {
|
|
|
30539
30584
|
type: string;
|
|
30540
30585
|
};
|
|
30541
30586
|
is_bridge_error: {
|
|
30587
|
+
description: string;
|
|
30542
30588
|
type: string;
|
|
30543
30589
|
};
|
|
30544
30590
|
is_connected_account_error: {
|
|
30591
|
+
description: string;
|
|
30545
30592
|
type: string;
|
|
30546
30593
|
enum?: never;
|
|
30547
30594
|
};
|
|
30548
30595
|
message: {
|
|
30596
|
+
description: string;
|
|
30549
30597
|
type: string;
|
|
30550
|
-
description?: never;
|
|
30551
30598
|
};
|
|
30552
30599
|
is_access_code_error?: never;
|
|
30553
30600
|
is_device_error?: never;
|
|
@@ -31475,6 +31522,7 @@ declare const _default: {
|
|
|
31475
31522
|
is_connected_account_error: {
|
|
31476
31523
|
enum: boolean[];
|
|
31477
31524
|
type: string;
|
|
31525
|
+
description?: never;
|
|
31478
31526
|
};
|
|
31479
31527
|
is_device_error: {
|
|
31480
31528
|
enum: boolean[];
|
|
@@ -31482,6 +31530,7 @@ declare const _default: {
|
|
|
31482
31530
|
};
|
|
31483
31531
|
message: {
|
|
31484
31532
|
type: string;
|
|
31533
|
+
description?: never;
|
|
31485
31534
|
};
|
|
31486
31535
|
is_bridge_error?: never;
|
|
31487
31536
|
};
|
|
@@ -31506,6 +31555,7 @@ declare const _default: {
|
|
|
31506
31555
|
};
|
|
31507
31556
|
message: {
|
|
31508
31557
|
type: string;
|
|
31558
|
+
description?: never;
|
|
31509
31559
|
};
|
|
31510
31560
|
is_connected_account_error?: never;
|
|
31511
31561
|
is_bridge_error?: never;
|
|
@@ -31526,13 +31576,16 @@ declare const _default: {
|
|
|
31526
31576
|
type: string;
|
|
31527
31577
|
};
|
|
31528
31578
|
is_bridge_error: {
|
|
31579
|
+
description: string;
|
|
31529
31580
|
type: string;
|
|
31530
31581
|
};
|
|
31531
31582
|
is_connected_account_error: {
|
|
31583
|
+
description: string;
|
|
31532
31584
|
type: string;
|
|
31533
31585
|
enum?: never;
|
|
31534
31586
|
};
|
|
31535
31587
|
message: {
|
|
31588
|
+
description: string;
|
|
31536
31589
|
type: string;
|
|
31537
31590
|
};
|
|
31538
31591
|
is_device_error?: never;
|
|
@@ -37992,13 +38045,22 @@ declare const _default: {
|
|
|
37992
38045
|
'application/json': {
|
|
37993
38046
|
schema: {
|
|
37994
38047
|
properties: {
|
|
38048
|
+
acs_system_id: {
|
|
38049
|
+
description: string;
|
|
38050
|
+
format: string;
|
|
38051
|
+
type: string;
|
|
38052
|
+
};
|
|
37995
38053
|
acs_user_id: {
|
|
37996
38054
|
description: string;
|
|
37997
38055
|
format: string;
|
|
37998
38056
|
type: string;
|
|
37999
38057
|
};
|
|
38058
|
+
user_identity_id: {
|
|
38059
|
+
description: string;
|
|
38060
|
+
format: string;
|
|
38061
|
+
type: string;
|
|
38062
|
+
};
|
|
38000
38063
|
};
|
|
38001
|
-
required: string[];
|
|
38002
38064
|
type: string;
|
|
38003
38065
|
};
|
|
38004
38066
|
};
|
|
@@ -38058,13 +38120,22 @@ declare const _default: {
|
|
|
38058
38120
|
'application/json': {
|
|
38059
38121
|
schema: {
|
|
38060
38122
|
properties: {
|
|
38123
|
+
acs_system_id: {
|
|
38124
|
+
description: string;
|
|
38125
|
+
format: string;
|
|
38126
|
+
type: string;
|
|
38127
|
+
};
|
|
38061
38128
|
acs_user_id: {
|
|
38062
38129
|
description: string;
|
|
38063
38130
|
format: string;
|
|
38064
38131
|
type: string;
|
|
38065
38132
|
};
|
|
38133
|
+
user_identity_id: {
|
|
38134
|
+
description: string;
|
|
38135
|
+
format: string;
|
|
38136
|
+
type: string;
|
|
38137
|
+
};
|
|
38066
38138
|
};
|
|
38067
|
-
required: string[];
|
|
38068
38139
|
type: string;
|
|
38069
38140
|
};
|
|
38070
38141
|
};
|
|
@@ -38412,13 +38483,22 @@ declare const _default: {
|
|
|
38412
38483
|
'application/json': {
|
|
38413
38484
|
schema: {
|
|
38414
38485
|
properties: {
|
|
38486
|
+
acs_system_id: {
|
|
38487
|
+
description: string;
|
|
38488
|
+
format: string;
|
|
38489
|
+
type: string;
|
|
38490
|
+
};
|
|
38415
38491
|
acs_user_id: {
|
|
38416
38492
|
description: string;
|
|
38417
38493
|
format: string;
|
|
38418
38494
|
type: string;
|
|
38419
38495
|
};
|
|
38496
|
+
user_identity_id: {
|
|
38497
|
+
description: string;
|
|
38498
|
+
format: string;
|
|
38499
|
+
type: string;
|
|
38500
|
+
};
|
|
38420
38501
|
};
|
|
38421
|
-
required: string[];
|
|
38422
38502
|
type: string;
|
|
38423
38503
|
};
|
|
38424
38504
|
};
|
|
@@ -38478,13 +38558,22 @@ declare const _default: {
|
|
|
38478
38558
|
'application/json': {
|
|
38479
38559
|
schema: {
|
|
38480
38560
|
properties: {
|
|
38561
|
+
acs_system_id: {
|
|
38562
|
+
description: string;
|
|
38563
|
+
format: string;
|
|
38564
|
+
type: string;
|
|
38565
|
+
};
|
|
38481
38566
|
acs_user_id: {
|
|
38482
38567
|
description: string;
|
|
38483
38568
|
format: string;
|
|
38484
38569
|
type: string;
|
|
38485
38570
|
};
|
|
38571
|
+
user_identity_id: {
|
|
38572
|
+
description: string;
|
|
38573
|
+
format: string;
|
|
38574
|
+
type: string;
|
|
38575
|
+
};
|
|
38486
38576
|
};
|
|
38487
|
-
required: string[];
|
|
38488
38577
|
type: string;
|
|
38489
38578
|
};
|
|
38490
38579
|
};
|
|
@@ -38707,13 +38796,22 @@ declare const _default: {
|
|
|
38707
38796
|
'application/json': {
|
|
38708
38797
|
schema: {
|
|
38709
38798
|
properties: {
|
|
38799
|
+
acs_system_id: {
|
|
38800
|
+
description: string;
|
|
38801
|
+
format: string;
|
|
38802
|
+
type: string;
|
|
38803
|
+
};
|
|
38710
38804
|
acs_user_id: {
|
|
38711
38805
|
description: string;
|
|
38712
38806
|
format: string;
|
|
38713
38807
|
type: string;
|
|
38714
38808
|
};
|
|
38809
|
+
user_identity_id: {
|
|
38810
|
+
description: string;
|
|
38811
|
+
format: string;
|
|
38812
|
+
type: string;
|
|
38813
|
+
};
|
|
38715
38814
|
};
|
|
38716
|
-
required: string[];
|
|
38717
38815
|
type: string;
|
|
38718
38816
|
};
|
|
38719
38817
|
};
|
|
@@ -38791,6 +38889,11 @@ declare const _default: {
|
|
|
38791
38889
|
required: string[];
|
|
38792
38890
|
type: string;
|
|
38793
38891
|
};
|
|
38892
|
+
acs_system_id: {
|
|
38893
|
+
description: string;
|
|
38894
|
+
format: string;
|
|
38895
|
+
type: string;
|
|
38896
|
+
};
|
|
38794
38897
|
acs_user_id: {
|
|
38795
38898
|
description: string;
|
|
38796
38899
|
format: string;
|
|
@@ -38820,8 +38923,12 @@ declare const _default: {
|
|
|
38820
38923
|
description: string;
|
|
38821
38924
|
type: string;
|
|
38822
38925
|
};
|
|
38926
|
+
user_identity_id: {
|
|
38927
|
+
description: string;
|
|
38928
|
+
format: string;
|
|
38929
|
+
type: string;
|
|
38930
|
+
};
|
|
38823
38931
|
};
|
|
38824
|
-
required: string[];
|
|
38825
38932
|
type: string;
|
|
38826
38933
|
};
|
|
38827
38934
|
};
|
|
@@ -38896,6 +39003,11 @@ declare const _default: {
|
|
|
38896
39003
|
required: string[];
|
|
38897
39004
|
type: string;
|
|
38898
39005
|
};
|
|
39006
|
+
acs_system_id: {
|
|
39007
|
+
description: string;
|
|
39008
|
+
format: string;
|
|
39009
|
+
type: string;
|
|
39010
|
+
};
|
|
38899
39011
|
acs_user_id: {
|
|
38900
39012
|
description: string;
|
|
38901
39013
|
format: string;
|
|
@@ -38925,8 +39037,12 @@ declare const _default: {
|
|
|
38925
39037
|
description: string;
|
|
38926
39038
|
type: string;
|
|
38927
39039
|
};
|
|
39040
|
+
user_identity_id: {
|
|
39041
|
+
description: string;
|
|
39042
|
+
format: string;
|
|
39043
|
+
type: string;
|
|
39044
|
+
};
|
|
38928
39045
|
};
|
|
38929
|
-
required: string[];
|
|
38930
39046
|
type: string;
|
|
38931
39047
|
};
|
|
38932
39048
|
};
|
|
@@ -54782,16 +54898,22 @@ interface Routes {
|
|
|
54782
54898
|
} | {
|
|
54783
54899
|
/** Date and time at which Seam created the error. */
|
|
54784
54900
|
created_at: string;
|
|
54901
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54785
54902
|
message: string;
|
|
54903
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
54786
54904
|
is_connected_account_error?: boolean | undefined;
|
|
54905
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
54787
54906
|
is_bridge_error?: boolean | undefined;
|
|
54788
54907
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54789
54908
|
error_code: 'invalid_credentials';
|
|
54790
54909
|
} | {
|
|
54791
54910
|
/** Date and time at which Seam created the error. */
|
|
54792
54911
|
created_at: string;
|
|
54912
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54793
54913
|
message: string;
|
|
54914
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
54794
54915
|
is_connected_account_error?: boolean | undefined;
|
|
54916
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
54795
54917
|
is_bridge_error?: boolean | undefined;
|
|
54796
54918
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54797
54919
|
error_code: 'bridge_disconnected';
|
|
@@ -55284,16 +55406,22 @@ interface Routes {
|
|
|
55284
55406
|
} | {
|
|
55285
55407
|
/** Date and time at which Seam created the error. */
|
|
55286
55408
|
created_at: string;
|
|
55409
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
55287
55410
|
message: string;
|
|
55411
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
55288
55412
|
is_connected_account_error?: boolean | undefined;
|
|
55413
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
55289
55414
|
is_bridge_error?: boolean | undefined;
|
|
55290
55415
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
55291
55416
|
error_code: 'invalid_credentials';
|
|
55292
55417
|
} | {
|
|
55293
55418
|
/** Date and time at which Seam created the error. */
|
|
55294
55419
|
created_at: string;
|
|
55420
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
55295
55421
|
message: string;
|
|
55422
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
55296
55423
|
is_connected_account_error?: boolean | undefined;
|
|
55424
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
55297
55425
|
is_bridge_error?: boolean | undefined;
|
|
55298
55426
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
55299
55427
|
error_code: 'bridge_disconnected';
|
|
@@ -56900,16 +57028,22 @@ interface Routes {
|
|
|
56900
57028
|
} | {
|
|
56901
57029
|
/** Date and time at which Seam created the error. */
|
|
56902
57030
|
created_at: string;
|
|
57031
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56903
57032
|
message: string;
|
|
57033
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
56904
57034
|
is_connected_account_error?: boolean | undefined;
|
|
57035
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
56905
57036
|
is_bridge_error?: boolean | undefined;
|
|
56906
57037
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
56907
57038
|
error_code: 'invalid_credentials';
|
|
56908
57039
|
} | {
|
|
56909
57040
|
/** Date and time at which Seam created the error. */
|
|
56910
57041
|
created_at: string;
|
|
57042
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56911
57043
|
message: string;
|
|
57044
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
56912
57045
|
is_connected_account_error?: boolean | undefined;
|
|
57046
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
56913
57047
|
is_bridge_error?: boolean | undefined;
|
|
56914
57048
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
56915
57049
|
error_code: 'bridge_disconnected';
|
|
@@ -57376,16 +57510,22 @@ interface Routes {
|
|
|
57376
57510
|
} | {
|
|
57377
57511
|
/** Date and time at which Seam created the error. */
|
|
57378
57512
|
created_at: string;
|
|
57513
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57379
57514
|
message: string;
|
|
57515
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
57380
57516
|
is_connected_account_error?: boolean | undefined;
|
|
57517
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
57381
57518
|
is_bridge_error?: boolean | undefined;
|
|
57382
57519
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57383
57520
|
error_code: 'invalid_credentials';
|
|
57384
57521
|
} | {
|
|
57385
57522
|
/** Date and time at which Seam created the error. */
|
|
57386
57523
|
created_at: string;
|
|
57524
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57387
57525
|
message: string;
|
|
57526
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
57388
57527
|
is_connected_account_error?: boolean | undefined;
|
|
57528
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
57389
57529
|
is_bridge_error?: boolean | undefined;
|
|
57390
57530
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57391
57531
|
error_code: 'bridge_disconnected';
|
|
@@ -57860,16 +58000,22 @@ interface Routes {
|
|
|
57860
58000
|
} | {
|
|
57861
58001
|
/** Date and time at which Seam created the error. */
|
|
57862
58002
|
created_at: string;
|
|
58003
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57863
58004
|
message: string;
|
|
58005
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
57864
58006
|
is_connected_account_error?: boolean | undefined;
|
|
58007
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
57865
58008
|
is_bridge_error?: boolean | undefined;
|
|
57866
58009
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57867
58010
|
error_code: 'invalid_credentials';
|
|
57868
58011
|
} | {
|
|
57869
58012
|
/** Date and time at which Seam created the error. */
|
|
57870
58013
|
created_at: string;
|
|
58014
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57871
58015
|
message: string;
|
|
58016
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
57872
58017
|
is_connected_account_error?: boolean | undefined;
|
|
58018
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
57873
58019
|
is_bridge_error?: boolean | undefined;
|
|
57874
58020
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57875
58021
|
error_code: 'bridge_disconnected';
|
|
@@ -58322,16 +58468,22 @@ interface Routes {
|
|
|
58322
58468
|
} | {
|
|
58323
58469
|
/** Date and time at which Seam created the error. */
|
|
58324
58470
|
created_at: string;
|
|
58471
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58325
58472
|
message: string;
|
|
58473
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
58326
58474
|
is_connected_account_error?: boolean | undefined;
|
|
58475
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
58327
58476
|
is_bridge_error?: boolean | undefined;
|
|
58328
58477
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
58329
58478
|
error_code: 'invalid_credentials';
|
|
58330
58479
|
} | {
|
|
58331
58480
|
/** Date and time at which Seam created the error. */
|
|
58332
58481
|
created_at: string;
|
|
58482
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58333
58483
|
message: string;
|
|
58484
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
58334
58485
|
is_connected_account_error?: boolean | undefined;
|
|
58486
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
58335
58487
|
is_bridge_error?: boolean | undefined;
|
|
58336
58488
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
58337
58489
|
error_code: 'bridge_disconnected';
|
|
@@ -58817,16 +58969,22 @@ interface Routes {
|
|
|
58817
58969
|
} | {
|
|
58818
58970
|
/** Date and time at which Seam created the error. */
|
|
58819
58971
|
created_at: string;
|
|
58972
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58820
58973
|
message: string;
|
|
58974
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
58821
58975
|
is_connected_account_error?: boolean | undefined;
|
|
58976
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
58822
58977
|
is_bridge_error?: boolean | undefined;
|
|
58823
58978
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
58824
58979
|
error_code: 'invalid_credentials';
|
|
58825
58980
|
} | {
|
|
58826
58981
|
/** Date and time at which Seam created the error. */
|
|
58827
58982
|
created_at: string;
|
|
58983
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58828
58984
|
message: string;
|
|
58985
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
58829
58986
|
is_connected_account_error?: boolean | undefined;
|
|
58987
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
58830
58988
|
is_bridge_error?: boolean | undefined;
|
|
58831
58989
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
58832
58990
|
error_code: 'bridge_disconnected';
|
|
@@ -60420,16 +60578,22 @@ interface Routes {
|
|
|
60420
60578
|
} | {
|
|
60421
60579
|
/** Date and time at which Seam created the error. */
|
|
60422
60580
|
created_at: string;
|
|
60581
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
60423
60582
|
message: string;
|
|
60583
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
60424
60584
|
is_connected_account_error?: boolean | undefined;
|
|
60585
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
60425
60586
|
is_bridge_error?: boolean | undefined;
|
|
60426
60587
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60427
60588
|
error_code: 'invalid_credentials';
|
|
60428
60589
|
} | {
|
|
60429
60590
|
/** Date and time at which Seam created the error. */
|
|
60430
60591
|
created_at: string;
|
|
60592
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
60431
60593
|
message: string;
|
|
60594
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
60432
60595
|
is_connected_account_error?: boolean | undefined;
|
|
60596
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
60433
60597
|
is_bridge_error?: boolean | undefined;
|
|
60434
60598
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60435
60599
|
error_code: 'bridge_disconnected';
|
|
@@ -60872,16 +61036,22 @@ interface Routes {
|
|
|
60872
61036
|
} | {
|
|
60873
61037
|
/** Date and time at which Seam created the error. */
|
|
60874
61038
|
created_at: string;
|
|
61039
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
60875
61040
|
message: string;
|
|
61041
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
60876
61042
|
is_connected_account_error?: boolean | undefined;
|
|
61043
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
60877
61044
|
is_bridge_error?: boolean | undefined;
|
|
60878
61045
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60879
61046
|
error_code: 'invalid_credentials';
|
|
60880
61047
|
} | {
|
|
60881
61048
|
/** Date and time at which Seam created the error. */
|
|
60882
61049
|
created_at: string;
|
|
61050
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
60883
61051
|
message: string;
|
|
61052
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
60884
61053
|
is_connected_account_error?: boolean | undefined;
|
|
61054
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
60885
61055
|
is_bridge_error?: boolean | undefined;
|
|
60886
61056
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60887
61057
|
error_code: 'bridge_disconnected';
|
|
@@ -68584,8 +68754,12 @@ interface Routes {
|
|
|
68584
68754
|
queryParams: {};
|
|
68585
68755
|
jsonBody: {};
|
|
68586
68756
|
commonParams: {
|
|
68587
|
-
/** ID of the access system user that you want to delete. */
|
|
68588
|
-
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;
|
|
68589
68763
|
};
|
|
68590
68764
|
formData: {};
|
|
68591
68765
|
jsonResponse: {};
|
|
@@ -68596,8 +68770,12 @@ interface Routes {
|
|
|
68596
68770
|
queryParams: {};
|
|
68597
68771
|
jsonBody: {};
|
|
68598
68772
|
commonParams: {
|
|
68599
|
-
/** ID of the access system user that you want to get. */
|
|
68600
|
-
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;
|
|
68601
68779
|
};
|
|
68602
68780
|
formData: {};
|
|
68603
68781
|
jsonResponse: {
|
|
@@ -69108,8 +69286,12 @@ interface Routes {
|
|
|
69108
69286
|
method: 'POST';
|
|
69109
69287
|
queryParams: {};
|
|
69110
69288
|
jsonBody: {
|
|
69111
|
-
/** ID of the access system user for whom you want to revoke access. */
|
|
69112
|
-
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;
|
|
69113
69295
|
};
|
|
69114
69296
|
commonParams: {};
|
|
69115
69297
|
formData: {};
|
|
@@ -69121,8 +69303,12 @@ interface Routes {
|
|
|
69121
69303
|
queryParams: {};
|
|
69122
69304
|
jsonBody: {};
|
|
69123
69305
|
commonParams: {
|
|
69124
|
-
/** ID of the access system user that you want to suspend. */
|
|
69125
|
-
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;
|
|
69126
69312
|
};
|
|
69127
69313
|
formData: {};
|
|
69128
69314
|
jsonResponse: {};
|
|
@@ -69532,8 +69718,12 @@ interface Routes {
|
|
|
69532
69718
|
queryParams: {};
|
|
69533
69719
|
jsonBody: {};
|
|
69534
69720
|
commonParams: {
|
|
69535
|
-
/** ID of the access system user that you want to unsuspend. */
|
|
69536
|
-
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;
|
|
69537
69727
|
};
|
|
69538
69728
|
formData: {};
|
|
69539
69729
|
jsonResponse: {};
|
|
@@ -69550,8 +69740,12 @@ interface Routes {
|
|
|
69550
69740
|
/** Ending timestamp for the access system user's access. */
|
|
69551
69741
|
ends_at: string;
|
|
69552
69742
|
} | null) | undefined;
|
|
69553
|
-
/** ID of the
|
|
69554
|
-
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;
|
|
69555
69749
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
69556
69750
|
full_name?: string | undefined;
|
|
69557
69751
|
/**
|
|
@@ -72295,87 +72489,127 @@ interface Routes {
|
|
|
72295
72489
|
jsonResponse: {
|
|
72296
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. */
|
|
72297
72491
|
connected_account: {
|
|
72492
|
+
/** Unique identifier for the connected account. */
|
|
72298
72493
|
connected_account_id?: string | undefined;
|
|
72494
|
+
/** Date and time at which the connected account was created. */
|
|
72299
72495
|
created_at?: string | undefined;
|
|
72496
|
+
/** User identifier associated with the connected account. */
|
|
72300
72497
|
user_identifier?: {
|
|
72498
|
+
/** Username of the user identifier associated with the connected account. */
|
|
72301
72499
|
username?: string | undefined;
|
|
72500
|
+
/** API URL for the user identifier associated with the connected account. */
|
|
72302
72501
|
api_url?: string | undefined;
|
|
72502
|
+
/** Email address of the user identifier associated with the connected account. */
|
|
72303
72503
|
email?: string | undefined;
|
|
72504
|
+
/** Phone number of the user identifier associated with the connected account. */
|
|
72304
72505
|
phone?: string | undefined;
|
|
72506
|
+
/** Indicates whether the user identifier associated with the connected account is exclusive. */
|
|
72305
72507
|
exclusive?: boolean | undefined;
|
|
72306
72508
|
} | undefined;
|
|
72509
|
+
/** Type of connected account. */
|
|
72307
72510
|
account_type?: string | undefined;
|
|
72511
|
+
/** Display name for the connected account type. */
|
|
72308
72512
|
account_type_display_name: string;
|
|
72513
|
+
/** Errors associated with the connected account. */
|
|
72309
72514
|
errors: Array<{
|
|
72310
72515
|
/** Date and time at which Seam created the error. */
|
|
72311
72516
|
created_at: string;
|
|
72517
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72312
72518
|
message: string;
|
|
72519
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72313
72520
|
is_connected_account_error?: boolean | undefined;
|
|
72521
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72314
72522
|
is_bridge_error?: boolean | undefined;
|
|
72315
72523
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72316
72524
|
error_code: 'account_disconnected';
|
|
72317
72525
|
} | {
|
|
72318
72526
|
/** Date and time at which Seam created the error. */
|
|
72319
72527
|
created_at: string;
|
|
72528
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72320
72529
|
message: string;
|
|
72530
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72321
72531
|
is_connected_account_error?: boolean | undefined;
|
|
72532
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72322
72533
|
is_bridge_error?: boolean | undefined;
|
|
72323
72534
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72324
72535
|
error_code: 'invalid_credentials';
|
|
72325
72536
|
} | {
|
|
72326
72537
|
/** Date and time at which Seam created the error. */
|
|
72327
72538
|
created_at: string;
|
|
72539
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72328
72540
|
message: string;
|
|
72541
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72329
72542
|
is_connected_account_error?: boolean | undefined;
|
|
72543
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72330
72544
|
is_bridge_error?: boolean | undefined;
|
|
72331
72545
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72332
72546
|
error_code: 'bridge_disconnected';
|
|
72333
72547
|
} | {
|
|
72334
72548
|
/** Date and time at which Seam created the error. */
|
|
72335
72549
|
created_at: string;
|
|
72550
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72336
72551
|
message: string;
|
|
72552
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72337
72553
|
is_connected_account_error?: boolean | undefined;
|
|
72554
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72338
72555
|
is_bridge_error?: boolean | undefined;
|
|
72339
72556
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72340
72557
|
error_code: 'salto_ks_subscription_limit_exceeded';
|
|
72558
|
+
/** Salto KS metadata associated with the connected account that has an error. */
|
|
72341
72559
|
salto_ks_metadata: {
|
|
72560
|
+
/** Salto sites associated with the connected account that has an error. */
|
|
72342
72561
|
sites: Array<{
|
|
72562
|
+
/** ID of a Salto site associated with the connected account that has an error. */
|
|
72343
72563
|
site_id: string;
|
|
72564
|
+
/** Name of a Salto site associated with the connected account that has an error. */
|
|
72344
72565
|
site_name: string;
|
|
72566
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has an error. */
|
|
72345
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. */
|
|
72346
72569
|
site_user_subscription_limit: number;
|
|
72347
72570
|
}>;
|
|
72348
72571
|
};
|
|
72349
72572
|
}>;
|
|
72573
|
+
/** Warnings associated with the connected account. */
|
|
72350
72574
|
warnings: Array<{
|
|
72351
72575
|
/** Date and time at which Seam created the warning. */
|
|
72352
72576
|
created_at: string;
|
|
72577
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72353
72578
|
message: string;
|
|
72354
72579
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72355
72580
|
warning_code: 'scheduled_maintenance_window';
|
|
72356
72581
|
} | {
|
|
72357
72582
|
/** Date and time at which Seam created the warning. */
|
|
72358
72583
|
created_at: string;
|
|
72584
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72359
72585
|
message: string;
|
|
72360
72586
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72361
72587
|
warning_code: 'unknown_issue_with_connected_account';
|
|
72362
72588
|
} | {
|
|
72363
72589
|
/** Date and time at which Seam created the warning. */
|
|
72364
72590
|
created_at: string;
|
|
72591
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72365
72592
|
message: string;
|
|
72366
72593
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72367
72594
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
72595
|
+
/** Salto KS metadata associated with the connected account that has a warning. */
|
|
72368
72596
|
salto_ks_metadata: {
|
|
72597
|
+
/** Salto sites associated with the connected account that has a warning. */
|
|
72369
72598
|
sites: Array<{
|
|
72599
|
+
/** ID of a Salto site associated with the connected account that has a warning. */
|
|
72370
72600
|
site_id: string;
|
|
72601
|
+
/** Name of a Salto site associated with the connected account that has a warning. */
|
|
72371
72602
|
site_name: string;
|
|
72603
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has a warning. */
|
|
72372
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. */
|
|
72373
72606
|
subscribed_site_user_count: number;
|
|
72374
72607
|
}>;
|
|
72375
72608
|
};
|
|
72376
72609
|
}>;
|
|
72377
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. */
|
|
72378
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. */
|
|
72379
72613
|
automatically_manage_new_devices: boolean;
|
|
72380
72614
|
};
|
|
72381
72615
|
};
|
|
@@ -72399,87 +72633,127 @@ interface Routes {
|
|
|
72399
72633
|
formData: {};
|
|
72400
72634
|
jsonResponse: {
|
|
72401
72635
|
connected_accounts: Array<{
|
|
72636
|
+
/** Unique identifier for the connected account. */
|
|
72402
72637
|
connected_account_id?: string | undefined;
|
|
72638
|
+
/** Date and time at which the connected account was created. */
|
|
72403
72639
|
created_at?: string | undefined;
|
|
72640
|
+
/** User identifier associated with the connected account. */
|
|
72404
72641
|
user_identifier?: {
|
|
72642
|
+
/** Username of the user identifier associated with the connected account. */
|
|
72405
72643
|
username?: string | undefined;
|
|
72644
|
+
/** API URL for the user identifier associated with the connected account. */
|
|
72406
72645
|
api_url?: string | undefined;
|
|
72646
|
+
/** Email address of the user identifier associated with the connected account. */
|
|
72407
72647
|
email?: string | undefined;
|
|
72648
|
+
/** Phone number of the user identifier associated with the connected account. */
|
|
72408
72649
|
phone?: string | undefined;
|
|
72650
|
+
/** Indicates whether the user identifier associated with the connected account is exclusive. */
|
|
72409
72651
|
exclusive?: boolean | undefined;
|
|
72410
72652
|
} | undefined;
|
|
72653
|
+
/** Type of connected account. */
|
|
72411
72654
|
account_type?: string | undefined;
|
|
72655
|
+
/** Display name for the connected account type. */
|
|
72412
72656
|
account_type_display_name: string;
|
|
72657
|
+
/** Errors associated with the connected account. */
|
|
72413
72658
|
errors: Array<{
|
|
72414
72659
|
/** Date and time at which Seam created the error. */
|
|
72415
72660
|
created_at: string;
|
|
72661
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72416
72662
|
message: string;
|
|
72663
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72417
72664
|
is_connected_account_error?: boolean | undefined;
|
|
72665
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72418
72666
|
is_bridge_error?: boolean | undefined;
|
|
72419
72667
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72420
72668
|
error_code: 'account_disconnected';
|
|
72421
72669
|
} | {
|
|
72422
72670
|
/** Date and time at which Seam created the error. */
|
|
72423
72671
|
created_at: string;
|
|
72672
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72424
72673
|
message: string;
|
|
72674
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72425
72675
|
is_connected_account_error?: boolean | undefined;
|
|
72676
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72426
72677
|
is_bridge_error?: boolean | undefined;
|
|
72427
72678
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72428
72679
|
error_code: 'invalid_credentials';
|
|
72429
72680
|
} | {
|
|
72430
72681
|
/** Date and time at which Seam created the error. */
|
|
72431
72682
|
created_at: string;
|
|
72683
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72432
72684
|
message: string;
|
|
72685
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72433
72686
|
is_connected_account_error?: boolean | undefined;
|
|
72687
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72434
72688
|
is_bridge_error?: boolean | undefined;
|
|
72435
72689
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72436
72690
|
error_code: 'bridge_disconnected';
|
|
72437
72691
|
} | {
|
|
72438
72692
|
/** Date and time at which Seam created the error. */
|
|
72439
72693
|
created_at: string;
|
|
72694
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72440
72695
|
message: string;
|
|
72696
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72441
72697
|
is_connected_account_error?: boolean | undefined;
|
|
72698
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72442
72699
|
is_bridge_error?: boolean | undefined;
|
|
72443
72700
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72444
72701
|
error_code: 'salto_ks_subscription_limit_exceeded';
|
|
72702
|
+
/** Salto KS metadata associated with the connected account that has an error. */
|
|
72445
72703
|
salto_ks_metadata: {
|
|
72704
|
+
/** Salto sites associated with the connected account that has an error. */
|
|
72446
72705
|
sites: Array<{
|
|
72706
|
+
/** ID of a Salto site associated with the connected account that has an error. */
|
|
72447
72707
|
site_id: string;
|
|
72708
|
+
/** Name of a Salto site associated with the connected account that has an error. */
|
|
72448
72709
|
site_name: string;
|
|
72710
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has an error. */
|
|
72449
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. */
|
|
72450
72713
|
site_user_subscription_limit: number;
|
|
72451
72714
|
}>;
|
|
72452
72715
|
};
|
|
72453
72716
|
}>;
|
|
72717
|
+
/** Warnings associated with the connected account. */
|
|
72454
72718
|
warnings: Array<{
|
|
72455
72719
|
/** Date and time at which Seam created the warning. */
|
|
72456
72720
|
created_at: string;
|
|
72721
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72457
72722
|
message: string;
|
|
72458
72723
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72459
72724
|
warning_code: 'scheduled_maintenance_window';
|
|
72460
72725
|
} | {
|
|
72461
72726
|
/** Date and time at which Seam created the warning. */
|
|
72462
72727
|
created_at: string;
|
|
72728
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72463
72729
|
message: string;
|
|
72464
72730
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72465
72731
|
warning_code: 'unknown_issue_with_connected_account';
|
|
72466
72732
|
} | {
|
|
72467
72733
|
/** Date and time at which Seam created the warning. */
|
|
72468
72734
|
created_at: string;
|
|
72735
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72469
72736
|
message: string;
|
|
72470
72737
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72471
72738
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
72739
|
+
/** Salto KS metadata associated with the connected account that has a warning. */
|
|
72472
72740
|
salto_ks_metadata: {
|
|
72741
|
+
/** Salto sites associated with the connected account that has a warning. */
|
|
72473
72742
|
sites: Array<{
|
|
72743
|
+
/** ID of a Salto site associated with the connected account that has a warning. */
|
|
72474
72744
|
site_id: string;
|
|
72745
|
+
/** Name of a Salto site associated with the connected account that has a warning. */
|
|
72475
72746
|
site_name: string;
|
|
72747
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has a warning. */
|
|
72476
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. */
|
|
72477
72750
|
subscribed_site_user_count: number;
|
|
72478
72751
|
}>;
|
|
72479
72752
|
};
|
|
72480
72753
|
}>;
|
|
72481
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. */
|
|
72482
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. */
|
|
72483
72757
|
automatically_manage_new_devices: boolean;
|
|
72484
72758
|
}>;
|
|
72485
72759
|
/** Information about the current page of results. */
|
|
@@ -72510,87 +72784,127 @@ interface Routes {
|
|
|
72510
72784
|
jsonResponse: {
|
|
72511
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. */
|
|
72512
72786
|
connected_account: {
|
|
72787
|
+
/** Unique identifier for the connected account. */
|
|
72513
72788
|
connected_account_id?: string | undefined;
|
|
72789
|
+
/** Date and time at which the connected account was created. */
|
|
72514
72790
|
created_at?: string | undefined;
|
|
72791
|
+
/** User identifier associated with the connected account. */
|
|
72515
72792
|
user_identifier?: {
|
|
72793
|
+
/** Username of the user identifier associated with the connected account. */
|
|
72516
72794
|
username?: string | undefined;
|
|
72795
|
+
/** API URL for the user identifier associated with the connected account. */
|
|
72517
72796
|
api_url?: string | undefined;
|
|
72797
|
+
/** Email address of the user identifier associated with the connected account. */
|
|
72518
72798
|
email?: string | undefined;
|
|
72799
|
+
/** Phone number of the user identifier associated with the connected account. */
|
|
72519
72800
|
phone?: string | undefined;
|
|
72801
|
+
/** Indicates whether the user identifier associated with the connected account is exclusive. */
|
|
72520
72802
|
exclusive?: boolean | undefined;
|
|
72521
72803
|
} | undefined;
|
|
72804
|
+
/** Type of connected account. */
|
|
72522
72805
|
account_type?: string | undefined;
|
|
72806
|
+
/** Display name for the connected account type. */
|
|
72523
72807
|
account_type_display_name: string;
|
|
72808
|
+
/** Errors associated with the connected account. */
|
|
72524
72809
|
errors: Array<{
|
|
72525
72810
|
/** Date and time at which Seam created the error. */
|
|
72526
72811
|
created_at: string;
|
|
72812
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72527
72813
|
message: string;
|
|
72814
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72528
72815
|
is_connected_account_error?: boolean | undefined;
|
|
72816
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72529
72817
|
is_bridge_error?: boolean | undefined;
|
|
72530
72818
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72531
72819
|
error_code: 'account_disconnected';
|
|
72532
72820
|
} | {
|
|
72533
72821
|
/** Date and time at which Seam created the error. */
|
|
72534
72822
|
created_at: string;
|
|
72823
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72535
72824
|
message: string;
|
|
72825
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72536
72826
|
is_connected_account_error?: boolean | undefined;
|
|
72827
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72537
72828
|
is_bridge_error?: boolean | undefined;
|
|
72538
72829
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72539
72830
|
error_code: 'invalid_credentials';
|
|
72540
72831
|
} | {
|
|
72541
72832
|
/** Date and time at which Seam created the error. */
|
|
72542
72833
|
created_at: string;
|
|
72834
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72543
72835
|
message: string;
|
|
72836
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72544
72837
|
is_connected_account_error?: boolean | undefined;
|
|
72838
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72545
72839
|
is_bridge_error?: boolean | undefined;
|
|
72546
72840
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72547
72841
|
error_code: 'bridge_disconnected';
|
|
72548
72842
|
} | {
|
|
72549
72843
|
/** Date and time at which Seam created the error. */
|
|
72550
72844
|
created_at: string;
|
|
72845
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72551
72846
|
message: string;
|
|
72847
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
72552
72848
|
is_connected_account_error?: boolean | undefined;
|
|
72849
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
72553
72850
|
is_bridge_error?: boolean | undefined;
|
|
72554
72851
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72555
72852
|
error_code: 'salto_ks_subscription_limit_exceeded';
|
|
72853
|
+
/** Salto KS metadata associated with the connected account that has an error. */
|
|
72556
72854
|
salto_ks_metadata: {
|
|
72855
|
+
/** Salto sites associated with the connected account that has an error. */
|
|
72557
72856
|
sites: Array<{
|
|
72857
|
+
/** ID of a Salto site associated with the connected account that has an error. */
|
|
72558
72858
|
site_id: string;
|
|
72859
|
+
/** Name of a Salto site associated with the connected account that has an error. */
|
|
72559
72860
|
site_name: string;
|
|
72861
|
+
/** Count of subscribed site users for a Salto site associated with the connected account that has an error. */
|
|
72560
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. */
|
|
72561
72864
|
site_user_subscription_limit: number;
|
|
72562
72865
|
}>;
|
|
72563
72866
|
};
|
|
72564
72867
|
}>;
|
|
72868
|
+
/** Warnings associated with the connected account. */
|
|
72565
72869
|
warnings: Array<{
|
|
72566
72870
|
/** Date and time at which Seam created the warning. */
|
|
72567
72871
|
created_at: string;
|
|
72872
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72568
72873
|
message: string;
|
|
72569
72874
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72570
72875
|
warning_code: 'scheduled_maintenance_window';
|
|
72571
72876
|
} | {
|
|
72572
72877
|
/** Date and time at which Seam created the warning. */
|
|
72573
72878
|
created_at: string;
|
|
72879
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72574
72880
|
message: string;
|
|
72575
72881
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72576
72882
|
warning_code: 'unknown_issue_with_connected_account';
|
|
72577
72883
|
} | {
|
|
72578
72884
|
/** Date and time at which Seam created the warning. */
|
|
72579
72885
|
created_at: string;
|
|
72886
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72580
72887
|
message: string;
|
|
72581
72888
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72582
72889
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
72890
|
+
/** Salto KS metadata associated with the connected account that has a warning. */
|
|
72583
72891
|
salto_ks_metadata: {
|
|
72892
|
+
/** Salto sites associated with the connected account that has a warning. */
|
|
72584
72893
|
sites: Array<{
|
|
72894
|
+
/** ID of a Salto site associated with the connected account that has a warning. */
|
|
72585
72895
|
site_id: string;
|
|
72896
|
+
/** Name of a Salto site associated with the connected account that has a warning. */
|
|
72586
72897
|
site_name: string;
|
|
72898
|
+
/** Subscription limit of site users for a Salto site associated with the connected account that has a warning. */
|
|
72587
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. */
|
|
72588
72901
|
subscribed_site_user_count: number;
|
|
72589
72902
|
}>;
|
|
72590
72903
|
};
|
|
72591
72904
|
}>;
|
|
72592
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. */
|
|
72593
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. */
|
|
72594
72908
|
automatically_manage_new_devices: boolean;
|
|
72595
72909
|
};
|
|
72596
72910
|
};
|
|
@@ -73256,16 +73570,22 @@ interface Routes {
|
|
|
73256
73570
|
} | {
|
|
73257
73571
|
/** Date and time at which Seam created the error. */
|
|
73258
73572
|
created_at: string;
|
|
73573
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73259
73574
|
message: string;
|
|
73575
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
73260
73576
|
is_connected_account_error?: boolean | undefined;
|
|
73577
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
73261
73578
|
is_bridge_error?: boolean | undefined;
|
|
73262
73579
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
73263
73580
|
error_code: 'invalid_credentials';
|
|
73264
73581
|
} | {
|
|
73265
73582
|
/** Date and time at which Seam created the error. */
|
|
73266
73583
|
created_at: string;
|
|
73584
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73267
73585
|
message: string;
|
|
73586
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
73268
73587
|
is_connected_account_error?: boolean | undefined;
|
|
73588
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
73269
73589
|
is_bridge_error?: boolean | undefined;
|
|
73270
73590
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
73271
73591
|
error_code: 'bridge_disconnected';
|
|
@@ -74052,16 +74372,22 @@ interface Routes {
|
|
|
74052
74372
|
} | {
|
|
74053
74373
|
/** Date and time at which Seam created the error. */
|
|
74054
74374
|
created_at: string;
|
|
74375
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
74055
74376
|
message: string;
|
|
74377
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
74056
74378
|
is_connected_account_error?: boolean | undefined;
|
|
74379
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
74057
74380
|
is_bridge_error?: boolean | undefined;
|
|
74058
74381
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
74059
74382
|
error_code: 'invalid_credentials';
|
|
74060
74383
|
} | {
|
|
74061
74384
|
/** Date and time at which Seam created the error. */
|
|
74062
74385
|
created_at: string;
|
|
74386
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
74063
74387
|
message: string;
|
|
74388
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
74064
74389
|
is_connected_account_error?: boolean | undefined;
|
|
74390
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
74065
74391
|
is_bridge_error?: boolean | undefined;
|
|
74066
74392
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
74067
74393
|
error_code: 'bridge_disconnected';
|
|
@@ -74364,16 +74690,22 @@ interface Routes {
|
|
|
74364
74690
|
} | {
|
|
74365
74691
|
/** Date and time at which Seam created the error. */
|
|
74366
74692
|
created_at: string;
|
|
74693
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
74367
74694
|
message: string;
|
|
74695
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
74368
74696
|
is_connected_account_error?: boolean | undefined;
|
|
74697
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
74369
74698
|
is_bridge_error?: boolean | undefined;
|
|
74370
74699
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
74371
74700
|
error_code: 'invalid_credentials';
|
|
74372
74701
|
} | {
|
|
74373
74702
|
/** Date and time at which Seam created the error. */
|
|
74374
74703
|
created_at: string;
|
|
74704
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
74375
74705
|
message: string;
|
|
74706
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
74376
74707
|
is_connected_account_error?: boolean | undefined;
|
|
74708
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
74377
74709
|
is_bridge_error?: boolean | undefined;
|
|
74378
74710
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
74379
74711
|
error_code: 'bridge_disconnected';
|
|
@@ -74674,16 +75006,22 @@ interface Routes {
|
|
|
74674
75006
|
} | {
|
|
74675
75007
|
/** Date and time at which Seam created the error. */
|
|
74676
75008
|
created_at: string;
|
|
75009
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
74677
75010
|
message: string;
|
|
75011
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
74678
75012
|
is_connected_account_error?: boolean | undefined;
|
|
75013
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
74679
75014
|
is_bridge_error?: boolean | undefined;
|
|
74680
75015
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
74681
75016
|
error_code: 'invalid_credentials';
|
|
74682
75017
|
} | {
|
|
74683
75018
|
/** Date and time at which Seam created the error. */
|
|
74684
75019
|
created_at: string;
|
|
75020
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
74685
75021
|
message: string;
|
|
75022
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
74686
75023
|
is_connected_account_error?: boolean | undefined;
|
|
75024
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
74687
75025
|
is_bridge_error?: boolean | undefined;
|
|
74688
75026
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
74689
75027
|
error_code: 'bridge_disconnected';
|
|
@@ -78292,16 +78630,22 @@ interface Routes {
|
|
|
78292
78630
|
} | {
|
|
78293
78631
|
/** Date and time at which Seam created the error. */
|
|
78294
78632
|
created_at: string;
|
|
78633
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
78295
78634
|
message: string;
|
|
78635
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
78296
78636
|
is_connected_account_error?: boolean | undefined;
|
|
78637
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
78297
78638
|
is_bridge_error?: boolean | undefined;
|
|
78298
78639
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
78299
78640
|
error_code: 'invalid_credentials';
|
|
78300
78641
|
} | {
|
|
78301
78642
|
/** Date and time at which Seam created the error. */
|
|
78302
78643
|
created_at: string;
|
|
78644
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
78303
78645
|
message: string;
|
|
78646
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
78304
78647
|
is_connected_account_error?: boolean | undefined;
|
|
78648
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
78305
78649
|
is_bridge_error?: boolean | undefined;
|
|
78306
78650
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
78307
78651
|
error_code: 'bridge_disconnected';
|
|
@@ -79047,16 +79391,22 @@ interface Routes {
|
|
|
79047
79391
|
} | {
|
|
79048
79392
|
/** Date and time at which Seam created the error. */
|
|
79049
79393
|
created_at: string;
|
|
79394
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
79050
79395
|
message: string;
|
|
79396
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
79051
79397
|
is_connected_account_error?: boolean | undefined;
|
|
79398
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
79052
79399
|
is_bridge_error?: boolean | undefined;
|
|
79053
79400
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
79054
79401
|
error_code: 'invalid_credentials';
|
|
79055
79402
|
} | {
|
|
79056
79403
|
/** Date and time at which Seam created the error. */
|
|
79057
79404
|
created_at: string;
|
|
79405
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
79058
79406
|
message: string;
|
|
79407
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
79059
79408
|
is_connected_account_error?: boolean | undefined;
|
|
79409
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
79060
79410
|
is_bridge_error?: boolean | undefined;
|
|
79061
79411
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
79062
79412
|
error_code: 'bridge_disconnected';
|
|
@@ -79843,16 +80193,22 @@ interface Routes {
|
|
|
79843
80193
|
} | {
|
|
79844
80194
|
/** Date and time at which Seam created the error. */
|
|
79845
80195
|
created_at: string;
|
|
80196
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
79846
80197
|
message: string;
|
|
80198
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
79847
80199
|
is_connected_account_error?: boolean | undefined;
|
|
80200
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
79848
80201
|
is_bridge_error?: boolean | undefined;
|
|
79849
80202
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
79850
80203
|
error_code: 'invalid_credentials';
|
|
79851
80204
|
} | {
|
|
79852
80205
|
/** Date and time at which Seam created the error. */
|
|
79853
80206
|
created_at: string;
|
|
80207
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
79854
80208
|
message: string;
|
|
80209
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
79855
80210
|
is_connected_account_error?: boolean | undefined;
|
|
80211
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
79856
80212
|
is_bridge_error?: boolean | undefined;
|
|
79857
80213
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
79858
80214
|
error_code: 'bridge_disconnected';
|
|
@@ -80597,16 +80953,22 @@ interface Routes {
|
|
|
80597
80953
|
} | {
|
|
80598
80954
|
/** Date and time at which Seam created the error. */
|
|
80599
80955
|
created_at: string;
|
|
80956
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
80600
80957
|
message: string;
|
|
80958
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
80601
80959
|
is_connected_account_error?: boolean | undefined;
|
|
80960
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
80602
80961
|
is_bridge_error?: boolean | undefined;
|
|
80603
80962
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
80604
80963
|
error_code: 'invalid_credentials';
|
|
80605
80964
|
} | {
|
|
80606
80965
|
/** Date and time at which Seam created the error. */
|
|
80607
80966
|
created_at: string;
|
|
80967
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
80608
80968
|
message: string;
|
|
80969
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
80609
80970
|
is_connected_account_error?: boolean | undefined;
|
|
80971
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
80610
80972
|
is_bridge_error?: boolean | undefined;
|
|
80611
80973
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
80612
80974
|
error_code: 'bridge_disconnected';
|
|
@@ -85891,16 +86253,22 @@ interface Routes {
|
|
|
85891
86253
|
} | {
|
|
85892
86254
|
/** Date and time at which Seam created the error. */
|
|
85893
86255
|
created_at: string;
|
|
86256
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85894
86257
|
message: string;
|
|
86258
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
85895
86259
|
is_connected_account_error?: boolean | undefined;
|
|
86260
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
85896
86261
|
is_bridge_error?: boolean | undefined;
|
|
85897
86262
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
85898
86263
|
error_code: 'invalid_credentials';
|
|
85899
86264
|
} | {
|
|
85900
86265
|
/** Date and time at which Seam created the error. */
|
|
85901
86266
|
created_at: string;
|
|
86267
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85902
86268
|
message: string;
|
|
86269
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
85903
86270
|
is_connected_account_error?: boolean | undefined;
|
|
86271
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
85904
86272
|
is_bridge_error?: boolean | undefined;
|
|
85905
86273
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
85906
86274
|
error_code: 'bridge_disconnected';
|
|
@@ -86645,16 +87013,22 @@ interface Routes {
|
|
|
86645
87013
|
} | {
|
|
86646
87014
|
/** Date and time at which Seam created the error. */
|
|
86647
87015
|
created_at: string;
|
|
87016
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86648
87017
|
message: string;
|
|
87018
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
86649
87019
|
is_connected_account_error?: boolean | undefined;
|
|
87020
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
86650
87021
|
is_bridge_error?: boolean | undefined;
|
|
86651
87022
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86652
87023
|
error_code: 'invalid_credentials';
|
|
86653
87024
|
} | {
|
|
86654
87025
|
/** Date and time at which Seam created the error. */
|
|
86655
87026
|
created_at: string;
|
|
87027
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86656
87028
|
message: string;
|
|
87029
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
86657
87030
|
is_connected_account_error?: boolean | undefined;
|
|
87031
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
86658
87032
|
is_bridge_error?: boolean | undefined;
|
|
86659
87033
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86660
87034
|
error_code: 'bridge_disconnected';
|
|
@@ -95111,16 +95485,22 @@ interface Routes {
|
|
|
95111
95485
|
} | {
|
|
95112
95486
|
/** Date and time at which Seam created the error. */
|
|
95113
95487
|
created_at: string;
|
|
95488
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
95114
95489
|
message: string;
|
|
95490
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
95115
95491
|
is_connected_account_error?: boolean | undefined;
|
|
95492
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
95116
95493
|
is_bridge_error?: boolean | undefined;
|
|
95117
95494
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
95118
95495
|
error_code: 'invalid_credentials';
|
|
95119
95496
|
} | {
|
|
95120
95497
|
/** Date and time at which Seam created the error. */
|
|
95121
95498
|
created_at: string;
|
|
95499
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
95122
95500
|
message: string;
|
|
95501
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
95123
95502
|
is_connected_account_error?: boolean | undefined;
|
|
95503
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
95124
95504
|
is_bridge_error?: boolean | undefined;
|
|
95125
95505
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
95126
95506
|
error_code: 'bridge_disconnected';
|
|
@@ -98155,16 +98535,22 @@ interface Routes {
|
|
|
98155
98535
|
} | {
|
|
98156
98536
|
/** Date and time at which Seam created the error. */
|
|
98157
98537
|
created_at: string;
|
|
98538
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98158
98539
|
message: string;
|
|
98540
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
98159
98541
|
is_connected_account_error?: boolean | undefined;
|
|
98542
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
98160
98543
|
is_bridge_error?: boolean | undefined;
|
|
98161
98544
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
98162
98545
|
error_code: 'invalid_credentials';
|
|
98163
98546
|
} | {
|
|
98164
98547
|
/** Date and time at which Seam created the error. */
|
|
98165
98548
|
created_at: string;
|
|
98549
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98166
98550
|
message: string;
|
|
98551
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
98167
98552
|
is_connected_account_error?: boolean | undefined;
|
|
98553
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
98168
98554
|
is_bridge_error?: boolean | undefined;
|
|
98169
98555
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
98170
98556
|
error_code: 'bridge_disconnected';
|
|
@@ -98909,16 +99295,22 @@ interface Routes {
|
|
|
98909
99295
|
} | {
|
|
98910
99296
|
/** Date and time at which Seam created the error. */
|
|
98911
99297
|
created_at: string;
|
|
99298
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98912
99299
|
message: string;
|
|
99300
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
98913
99301
|
is_connected_account_error?: boolean | undefined;
|
|
99302
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
98914
99303
|
is_bridge_error?: boolean | undefined;
|
|
98915
99304
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
98916
99305
|
error_code: 'invalid_credentials';
|
|
98917
99306
|
} | {
|
|
98918
99307
|
/** Date and time at which Seam created the error. */
|
|
98919
99308
|
created_at: string;
|
|
99309
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98920
99310
|
message: string;
|
|
99311
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
98921
99312
|
is_connected_account_error?: boolean | undefined;
|
|
99313
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
98922
99314
|
is_bridge_error?: boolean | undefined;
|
|
98923
99315
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
98924
99316
|
error_code: 'bridge_disconnected';
|
|
@@ -105202,16 +105594,22 @@ interface Routes {
|
|
|
105202
105594
|
} | {
|
|
105203
105595
|
/** Date and time at which Seam created the error. */
|
|
105204
105596
|
created_at: string;
|
|
105597
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105205
105598
|
message: string;
|
|
105599
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
105206
105600
|
is_connected_account_error?: boolean | undefined;
|
|
105601
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
105207
105602
|
is_bridge_error?: boolean | undefined;
|
|
105208
105603
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105209
105604
|
error_code: 'invalid_credentials';
|
|
105210
105605
|
} | {
|
|
105211
105606
|
/** Date and time at which Seam created the error. */
|
|
105212
105607
|
created_at: string;
|
|
105608
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105213
105609
|
message: string;
|
|
105610
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
105214
105611
|
is_connected_account_error?: boolean | undefined;
|
|
105612
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
105215
105613
|
is_bridge_error?: boolean | undefined;
|
|
105216
105614
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105217
105615
|
error_code: 'bridge_disconnected';
|
|
@@ -105958,16 +106356,22 @@ interface Routes {
|
|
|
105958
106356
|
} | {
|
|
105959
106357
|
/** Date and time at which Seam created the error. */
|
|
105960
106358
|
created_at: string;
|
|
106359
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105961
106360
|
message: string;
|
|
106361
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
105962
106362
|
is_connected_account_error?: boolean | undefined;
|
|
106363
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
105963
106364
|
is_bridge_error?: boolean | undefined;
|
|
105964
106365
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105965
106366
|
error_code: 'invalid_credentials';
|
|
105966
106367
|
} | {
|
|
105967
106368
|
/** Date and time at which Seam created the error. */
|
|
105968
106369
|
created_at: string;
|
|
106370
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105969
106371
|
message: string;
|
|
106372
|
+
/** Indicates whether the error is related specifically to the connected account. */
|
|
105970
106373
|
is_connected_account_error?: boolean | undefined;
|
|
106374
|
+
/** Indicates whether the error is related to Seam Bridge. */
|
|
105971
106375
|
is_bridge_error?: boolean | undefined;
|
|
105972
106376
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105973
106377
|
error_code: 'bridge_disconnected';
|