@seamapi/types 1.410.0 → 1.410.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 +655 -314
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +448 -112
- package/lib/seam/connect/openapi.d.ts +254 -0
- package/lib/seam/connect/openapi.js +634 -293
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +194 -112
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +765 -304
- package/src/lib/seam/connect/route-types.ts +194 -112
package/dist/connect.d.cts
CHANGED
|
@@ -34448,22 +34448,32 @@ declare const _default: {
|
|
|
34448
34448
|
};
|
|
34449
34449
|
security: ({
|
|
34450
34450
|
client_session: never[];
|
|
34451
|
+
client_session_with_customer?: never;
|
|
34452
|
+
pat_with_workspace?: never;
|
|
34453
|
+
console_session_with_workspace?: never;
|
|
34454
|
+
api_key?: never;
|
|
34455
|
+
} | {
|
|
34456
|
+
client_session_with_customer: never[];
|
|
34457
|
+
client_session?: never;
|
|
34451
34458
|
pat_with_workspace?: never;
|
|
34452
34459
|
console_session_with_workspace?: never;
|
|
34453
34460
|
api_key?: never;
|
|
34454
34461
|
} | {
|
|
34455
34462
|
pat_with_workspace: never[];
|
|
34456
34463
|
client_session?: never;
|
|
34464
|
+
client_session_with_customer?: never;
|
|
34457
34465
|
console_session_with_workspace?: never;
|
|
34458
34466
|
api_key?: never;
|
|
34459
34467
|
} | {
|
|
34460
34468
|
console_session_with_workspace: never[];
|
|
34461
34469
|
client_session?: never;
|
|
34470
|
+
client_session_with_customer?: never;
|
|
34462
34471
|
pat_with_workspace?: never;
|
|
34463
34472
|
api_key?: never;
|
|
34464
34473
|
} | {
|
|
34465
34474
|
api_key: never[];
|
|
34466
34475
|
client_session?: never;
|
|
34476
|
+
client_session_with_customer?: never;
|
|
34467
34477
|
pat_with_workspace?: never;
|
|
34468
34478
|
console_session_with_workspace?: never;
|
|
34469
34479
|
})[];
|
|
@@ -34603,22 +34613,32 @@ declare const _default: {
|
|
|
34603
34613
|
};
|
|
34604
34614
|
security: ({
|
|
34605
34615
|
client_session: never[];
|
|
34616
|
+
client_session_with_customer?: never;
|
|
34617
|
+
pat_with_workspace?: never;
|
|
34618
|
+
console_session_with_workspace?: never;
|
|
34619
|
+
api_key?: never;
|
|
34620
|
+
} | {
|
|
34621
|
+
client_session_with_customer: never[];
|
|
34622
|
+
client_session?: never;
|
|
34606
34623
|
pat_with_workspace?: never;
|
|
34607
34624
|
console_session_with_workspace?: never;
|
|
34608
34625
|
api_key?: never;
|
|
34609
34626
|
} | {
|
|
34610
34627
|
pat_with_workspace: never[];
|
|
34611
34628
|
client_session?: never;
|
|
34629
|
+
client_session_with_customer?: never;
|
|
34612
34630
|
console_session_with_workspace?: never;
|
|
34613
34631
|
api_key?: never;
|
|
34614
34632
|
} | {
|
|
34615
34633
|
console_session_with_workspace: never[];
|
|
34616
34634
|
client_session?: never;
|
|
34635
|
+
client_session_with_customer?: never;
|
|
34617
34636
|
pat_with_workspace?: never;
|
|
34618
34637
|
api_key?: never;
|
|
34619
34638
|
} | {
|
|
34620
34639
|
api_key: never[];
|
|
34621
34640
|
client_session?: never;
|
|
34641
|
+
client_session_with_customer?: never;
|
|
34622
34642
|
pat_with_workspace?: never;
|
|
34623
34643
|
console_session_with_workspace?: never;
|
|
34624
34644
|
})[];
|
|
@@ -34759,22 +34779,32 @@ declare const _default: {
|
|
|
34759
34779
|
};
|
|
34760
34780
|
security: ({
|
|
34761
34781
|
client_session: never[];
|
|
34782
|
+
client_session_with_customer?: never;
|
|
34783
|
+
pat_with_workspace?: never;
|
|
34784
|
+
console_session_with_workspace?: never;
|
|
34785
|
+
api_key?: never;
|
|
34786
|
+
} | {
|
|
34787
|
+
client_session_with_customer: never[];
|
|
34788
|
+
client_session?: never;
|
|
34762
34789
|
pat_with_workspace?: never;
|
|
34763
34790
|
console_session_with_workspace?: never;
|
|
34764
34791
|
api_key?: never;
|
|
34765
34792
|
} | {
|
|
34766
34793
|
pat_with_workspace: never[];
|
|
34767
34794
|
client_session?: never;
|
|
34795
|
+
client_session_with_customer?: never;
|
|
34768
34796
|
console_session_with_workspace?: never;
|
|
34769
34797
|
api_key?: never;
|
|
34770
34798
|
} | {
|
|
34771
34799
|
console_session_with_workspace: never[];
|
|
34772
34800
|
client_session?: never;
|
|
34801
|
+
client_session_with_customer?: never;
|
|
34773
34802
|
pat_with_workspace?: never;
|
|
34774
34803
|
api_key?: never;
|
|
34775
34804
|
} | {
|
|
34776
34805
|
api_key: never[];
|
|
34777
34806
|
client_session?: never;
|
|
34807
|
+
client_session_with_customer?: never;
|
|
34778
34808
|
pat_with_workspace?: never;
|
|
34779
34809
|
console_session_with_workspace?: never;
|
|
34780
34810
|
})[];
|
|
@@ -42457,22 +42487,32 @@ declare const _default: {
|
|
|
42457
42487
|
};
|
|
42458
42488
|
security: ({
|
|
42459
42489
|
client_session: never[];
|
|
42490
|
+
client_session_with_customer?: never;
|
|
42491
|
+
api_key?: never;
|
|
42492
|
+
pat_with_workspace?: never;
|
|
42493
|
+
console_session_with_workspace?: never;
|
|
42494
|
+
} | {
|
|
42495
|
+
client_session_with_customer: never[];
|
|
42496
|
+
client_session?: never;
|
|
42460
42497
|
api_key?: never;
|
|
42461
42498
|
pat_with_workspace?: never;
|
|
42462
42499
|
console_session_with_workspace?: never;
|
|
42463
42500
|
} | {
|
|
42464
42501
|
api_key: never[];
|
|
42465
42502
|
client_session?: never;
|
|
42503
|
+
client_session_with_customer?: never;
|
|
42466
42504
|
pat_with_workspace?: never;
|
|
42467
42505
|
console_session_with_workspace?: never;
|
|
42468
42506
|
} | {
|
|
42469
42507
|
pat_with_workspace: never[];
|
|
42470
42508
|
client_session?: never;
|
|
42509
|
+
client_session_with_customer?: never;
|
|
42471
42510
|
api_key?: never;
|
|
42472
42511
|
console_session_with_workspace?: never;
|
|
42473
42512
|
} | {
|
|
42474
42513
|
console_session_with_workspace: never[];
|
|
42475
42514
|
client_session?: never;
|
|
42515
|
+
client_session_with_customer?: never;
|
|
42476
42516
|
api_key?: never;
|
|
42477
42517
|
pat_with_workspace?: never;
|
|
42478
42518
|
})[];
|
|
@@ -43238,14 +43278,22 @@ declare const _default: {
|
|
|
43238
43278
|
api_key: never[];
|
|
43239
43279
|
pat_with_workspace?: never;
|
|
43240
43280
|
console_session_with_workspace?: never;
|
|
43281
|
+
client_session_with_customer?: never;
|
|
43241
43282
|
} | {
|
|
43242
43283
|
pat_with_workspace: never[];
|
|
43243
43284
|
api_key?: never;
|
|
43244
43285
|
console_session_with_workspace?: never;
|
|
43286
|
+
client_session_with_customer?: never;
|
|
43245
43287
|
} | {
|
|
43246
43288
|
console_session_with_workspace: never[];
|
|
43247
43289
|
api_key?: never;
|
|
43248
43290
|
pat_with_workspace?: never;
|
|
43291
|
+
client_session_with_customer?: never;
|
|
43292
|
+
} | {
|
|
43293
|
+
client_session_with_customer: never[];
|
|
43294
|
+
api_key?: never;
|
|
43295
|
+
pat_with_workspace?: never;
|
|
43296
|
+
console_session_with_workspace?: never;
|
|
43249
43297
|
})[];
|
|
43250
43298
|
summary: string;
|
|
43251
43299
|
tags: string[];
|
|
@@ -43304,14 +43352,22 @@ declare const _default: {
|
|
|
43304
43352
|
api_key: never[];
|
|
43305
43353
|
pat_with_workspace?: never;
|
|
43306
43354
|
console_session_with_workspace?: never;
|
|
43355
|
+
client_session_with_customer?: never;
|
|
43307
43356
|
} | {
|
|
43308
43357
|
pat_with_workspace: never[];
|
|
43309
43358
|
api_key?: never;
|
|
43310
43359
|
console_session_with_workspace?: never;
|
|
43360
|
+
client_session_with_customer?: never;
|
|
43311
43361
|
} | {
|
|
43312
43362
|
console_session_with_workspace: never[];
|
|
43313
43363
|
api_key?: never;
|
|
43314
43364
|
pat_with_workspace?: never;
|
|
43365
|
+
client_session_with_customer?: never;
|
|
43366
|
+
} | {
|
|
43367
|
+
client_session_with_customer: never[];
|
|
43368
|
+
api_key?: never;
|
|
43369
|
+
pat_with_workspace?: never;
|
|
43370
|
+
console_session_with_workspace?: never;
|
|
43315
43371
|
})[];
|
|
43316
43372
|
summary: string;
|
|
43317
43373
|
tags: string[];
|
|
@@ -43370,14 +43426,22 @@ declare const _default: {
|
|
|
43370
43426
|
api_key: never[];
|
|
43371
43427
|
pat_with_workspace?: never;
|
|
43372
43428
|
console_session_with_workspace?: never;
|
|
43429
|
+
client_session_with_customer?: never;
|
|
43373
43430
|
} | {
|
|
43374
43431
|
pat_with_workspace: never[];
|
|
43375
43432
|
api_key?: never;
|
|
43376
43433
|
console_session_with_workspace?: never;
|
|
43434
|
+
client_session_with_customer?: never;
|
|
43377
43435
|
} | {
|
|
43378
43436
|
console_session_with_workspace: never[];
|
|
43379
43437
|
api_key?: never;
|
|
43380
43438
|
pat_with_workspace?: never;
|
|
43439
|
+
client_session_with_customer?: never;
|
|
43440
|
+
} | {
|
|
43441
|
+
client_session_with_customer: never[];
|
|
43442
|
+
api_key?: never;
|
|
43443
|
+
pat_with_workspace?: never;
|
|
43444
|
+
console_session_with_workspace?: never;
|
|
43381
43445
|
})[];
|
|
43382
43446
|
summary: string;
|
|
43383
43447
|
tags: string[];
|
|
@@ -43872,21 +43936,31 @@ declare const _default: {
|
|
|
43872
43936
|
pat_with_workspace?: never;
|
|
43873
43937
|
console_session_with_workspace?: never;
|
|
43874
43938
|
client_session?: never;
|
|
43939
|
+
client_session_with_customer?: never;
|
|
43875
43940
|
} | {
|
|
43876
43941
|
pat_with_workspace: never[];
|
|
43877
43942
|
api_key?: never;
|
|
43878
43943
|
console_session_with_workspace?: never;
|
|
43879
43944
|
client_session?: never;
|
|
43945
|
+
client_session_with_customer?: never;
|
|
43880
43946
|
} | {
|
|
43881
43947
|
console_session_with_workspace: never[];
|
|
43882
43948
|
api_key?: never;
|
|
43883
43949
|
pat_with_workspace?: never;
|
|
43884
43950
|
client_session?: never;
|
|
43951
|
+
client_session_with_customer?: never;
|
|
43885
43952
|
} | {
|
|
43886
43953
|
client_session: never[];
|
|
43887
43954
|
api_key?: never;
|
|
43888
43955
|
pat_with_workspace?: never;
|
|
43889
43956
|
console_session_with_workspace?: never;
|
|
43957
|
+
client_session_with_customer?: never;
|
|
43958
|
+
} | {
|
|
43959
|
+
client_session_with_customer: never[];
|
|
43960
|
+
api_key?: never;
|
|
43961
|
+
pat_with_workspace?: never;
|
|
43962
|
+
console_session_with_workspace?: never;
|
|
43963
|
+
client_session?: never;
|
|
43890
43964
|
})[];
|
|
43891
43965
|
summary: string;
|
|
43892
43966
|
tags: string[];
|
|
@@ -43977,21 +44051,31 @@ declare const _default: {
|
|
|
43977
44051
|
pat_with_workspace?: never;
|
|
43978
44052
|
console_session_with_workspace?: never;
|
|
43979
44053
|
client_session?: never;
|
|
44054
|
+
client_session_with_customer?: never;
|
|
43980
44055
|
} | {
|
|
43981
44056
|
pat_with_workspace: never[];
|
|
43982
44057
|
api_key?: never;
|
|
43983
44058
|
console_session_with_workspace?: never;
|
|
43984
44059
|
client_session?: never;
|
|
44060
|
+
client_session_with_customer?: never;
|
|
43985
44061
|
} | {
|
|
43986
44062
|
console_session_with_workspace: never[];
|
|
43987
44063
|
api_key?: never;
|
|
43988
44064
|
pat_with_workspace?: never;
|
|
43989
44065
|
client_session?: never;
|
|
44066
|
+
client_session_with_customer?: never;
|
|
43990
44067
|
} | {
|
|
43991
44068
|
client_session: never[];
|
|
43992
44069
|
api_key?: never;
|
|
43993
44070
|
pat_with_workspace?: never;
|
|
43994
44071
|
console_session_with_workspace?: never;
|
|
44072
|
+
client_session_with_customer?: never;
|
|
44073
|
+
} | {
|
|
44074
|
+
client_session_with_customer: never[];
|
|
44075
|
+
api_key?: never;
|
|
44076
|
+
pat_with_workspace?: never;
|
|
44077
|
+
console_session_with_workspace?: never;
|
|
44078
|
+
client_session?: never;
|
|
43995
44079
|
})[];
|
|
43996
44080
|
summary: string;
|
|
43997
44081
|
tags: string[];
|
|
@@ -44065,21 +44149,31 @@ declare const _default: {
|
|
|
44065
44149
|
api_key?: never;
|
|
44066
44150
|
pat_with_workspace?: never;
|
|
44067
44151
|
console_session_with_workspace?: never;
|
|
44152
|
+
client_session_with_customer?: never;
|
|
44068
44153
|
} | {
|
|
44069
44154
|
api_key: never[];
|
|
44070
44155
|
client_session?: never;
|
|
44071
44156
|
pat_with_workspace?: never;
|
|
44072
44157
|
console_session_with_workspace?: never;
|
|
44158
|
+
client_session_with_customer?: never;
|
|
44073
44159
|
} | {
|
|
44074
44160
|
pat_with_workspace: never[];
|
|
44075
44161
|
client_session?: never;
|
|
44076
44162
|
api_key?: never;
|
|
44077
44163
|
console_session_with_workspace?: never;
|
|
44164
|
+
client_session_with_customer?: never;
|
|
44078
44165
|
} | {
|
|
44079
44166
|
console_session_with_workspace: never[];
|
|
44080
44167
|
client_session?: never;
|
|
44081
44168
|
api_key?: never;
|
|
44082
44169
|
pat_with_workspace?: never;
|
|
44170
|
+
client_session_with_customer?: never;
|
|
44171
|
+
} | {
|
|
44172
|
+
client_session_with_customer: never[];
|
|
44173
|
+
client_session?: never;
|
|
44174
|
+
api_key?: never;
|
|
44175
|
+
pat_with_workspace?: never;
|
|
44176
|
+
console_session_with_workspace?: never;
|
|
44083
44177
|
})[];
|
|
44084
44178
|
summary: string;
|
|
44085
44179
|
tags: string[];
|
|
@@ -46328,12 +46422,15 @@ declare const _default: {
|
|
|
46328
46422
|
schema: {
|
|
46329
46423
|
properties: {
|
|
46330
46424
|
bridge_client_machine_identifier_key: {
|
|
46425
|
+
description: string;
|
|
46331
46426
|
type: string;
|
|
46332
46427
|
};
|
|
46333
46428
|
bridge_client_name: {
|
|
46429
|
+
description: string;
|
|
46334
46430
|
type: string;
|
|
46335
46431
|
};
|
|
46336
46432
|
bridge_client_time_zone: {
|
|
46433
|
+
description: string;
|
|
46337
46434
|
type: string;
|
|
46338
46435
|
};
|
|
46339
46436
|
};
|
|
@@ -47215,10 +47312,12 @@ declare const _default: {
|
|
|
47215
47312
|
schema: {
|
|
47216
47313
|
properties: {
|
|
47217
47314
|
is_tailscale_connected: {
|
|
47315
|
+
description: string;
|
|
47218
47316
|
nullable: boolean;
|
|
47219
47317
|
type: string;
|
|
47220
47318
|
};
|
|
47221
47319
|
tailscale_ip_v4: {
|
|
47320
|
+
description: string;
|
|
47222
47321
|
nullable: boolean;
|
|
47223
47322
|
type: string;
|
|
47224
47323
|
};
|
|
@@ -47552,9 +47651,11 @@ declare const _default: {
|
|
|
47552
47651
|
schema: {
|
|
47553
47652
|
properties: {
|
|
47554
47653
|
custom_sdk_installation_id: {
|
|
47654
|
+
description: string;
|
|
47555
47655
|
type: string;
|
|
47556
47656
|
};
|
|
47557
47657
|
phone_device_metadata: {
|
|
47658
|
+
description: string;
|
|
47558
47659
|
properties: {
|
|
47559
47660
|
manufacturer: {
|
|
47560
47661
|
type: string;
|
|
@@ -47569,6 +47670,7 @@ declare const _default: {
|
|
|
47569
47670
|
type: string;
|
|
47570
47671
|
};
|
|
47571
47672
|
phone_os: {
|
|
47673
|
+
description: string;
|
|
47572
47674
|
enum: string[];
|
|
47573
47675
|
type: string;
|
|
47574
47676
|
};
|
|
@@ -47629,6 +47731,7 @@ declare const _default: {
|
|
|
47629
47731
|
schema: {
|
|
47630
47732
|
properties: {
|
|
47631
47733
|
collection_key: {
|
|
47734
|
+
description: string;
|
|
47632
47735
|
type: string;
|
|
47633
47736
|
};
|
|
47634
47737
|
};
|
|
@@ -47846,6 +47949,7 @@ declare const _default: {
|
|
|
47846
47949
|
schema: {
|
|
47847
47950
|
properties: {
|
|
47848
47951
|
acs_entrance_ids: {
|
|
47952
|
+
description: string;
|
|
47849
47953
|
items: {
|
|
47850
47954
|
format: string;
|
|
47851
47955
|
type: string;
|
|
@@ -47854,6 +47958,7 @@ declare const _default: {
|
|
|
47854
47958
|
type: string;
|
|
47855
47959
|
};
|
|
47856
47960
|
space_id: {
|
|
47961
|
+
description: string;
|
|
47857
47962
|
format: string;
|
|
47858
47963
|
type: string;
|
|
47859
47964
|
};
|
|
@@ -47918,6 +48023,7 @@ declare const _default: {
|
|
|
47918
48023
|
schema: {
|
|
47919
48024
|
properties: {
|
|
47920
48025
|
acs_entrance_ids: {
|
|
48026
|
+
description: string;
|
|
47921
48027
|
items: {
|
|
47922
48028
|
format: string;
|
|
47923
48029
|
type: string;
|
|
@@ -47926,6 +48032,7 @@ declare const _default: {
|
|
|
47926
48032
|
type: string;
|
|
47927
48033
|
};
|
|
47928
48034
|
space_id: {
|
|
48035
|
+
description: string;
|
|
47929
48036
|
format: string;
|
|
47930
48037
|
type: string;
|
|
47931
48038
|
};
|
|
@@ -47991,6 +48098,7 @@ declare const _default: {
|
|
|
47991
48098
|
schema: {
|
|
47992
48099
|
properties: {
|
|
47993
48100
|
device_ids: {
|
|
48101
|
+
description: string;
|
|
47994
48102
|
items: {
|
|
47995
48103
|
format: string;
|
|
47996
48104
|
type: string;
|
|
@@ -47999,6 +48107,7 @@ declare const _default: {
|
|
|
47999
48107
|
type: string;
|
|
48000
48108
|
};
|
|
48001
48109
|
space_id: {
|
|
48110
|
+
description: string;
|
|
48002
48111
|
format: string;
|
|
48003
48112
|
type: string;
|
|
48004
48113
|
};
|
|
@@ -48063,6 +48172,7 @@ declare const _default: {
|
|
|
48063
48172
|
schema: {
|
|
48064
48173
|
properties: {
|
|
48065
48174
|
device_ids: {
|
|
48175
|
+
description: string;
|
|
48066
48176
|
items: {
|
|
48067
48177
|
format: string;
|
|
48068
48178
|
type: string;
|
|
@@ -48071,6 +48181,7 @@ declare const _default: {
|
|
|
48071
48181
|
type: string;
|
|
48072
48182
|
};
|
|
48073
48183
|
space_id: {
|
|
48184
|
+
description: string;
|
|
48074
48185
|
format: string;
|
|
48075
48186
|
type: string;
|
|
48076
48187
|
};
|
|
@@ -48136,6 +48247,7 @@ declare const _default: {
|
|
|
48136
48247
|
schema: {
|
|
48137
48248
|
properties: {
|
|
48138
48249
|
acs_entrance_ids: {
|
|
48250
|
+
description: string;
|
|
48139
48251
|
items: {
|
|
48140
48252
|
format: string;
|
|
48141
48253
|
type: string;
|
|
@@ -48143,6 +48255,7 @@ declare const _default: {
|
|
|
48143
48255
|
type: string;
|
|
48144
48256
|
};
|
|
48145
48257
|
device_ids: {
|
|
48258
|
+
description: string;
|
|
48146
48259
|
items: {
|
|
48147
48260
|
format: string;
|
|
48148
48261
|
type: string;
|
|
@@ -48150,6 +48263,7 @@ declare const _default: {
|
|
|
48150
48263
|
type: string;
|
|
48151
48264
|
};
|
|
48152
48265
|
name: {
|
|
48266
|
+
description: string;
|
|
48153
48267
|
type: string;
|
|
48154
48268
|
};
|
|
48155
48269
|
};
|
|
@@ -48219,6 +48333,7 @@ declare const _default: {
|
|
|
48219
48333
|
schema: {
|
|
48220
48334
|
properties: {
|
|
48221
48335
|
space_id: {
|
|
48336
|
+
description: string;
|
|
48222
48337
|
format: string;
|
|
48223
48338
|
type: string;
|
|
48224
48339
|
};
|
|
@@ -48268,6 +48383,7 @@ declare const _default: {
|
|
|
48268
48383
|
})[];
|
|
48269
48384
|
summary: string;
|
|
48270
48385
|
tags: never[];
|
|
48386
|
+
'x-draft': string;
|
|
48271
48387
|
'x-fern-sdk-group-name': string[];
|
|
48272
48388
|
'x-fern-sdk-method-name': string;
|
|
48273
48389
|
'x-response-key': null;
|
|
@@ -48284,6 +48400,7 @@ declare const _default: {
|
|
|
48284
48400
|
schema: {
|
|
48285
48401
|
properties: {
|
|
48286
48402
|
space_id: {
|
|
48403
|
+
description: string;
|
|
48287
48404
|
format: string;
|
|
48288
48405
|
type: string;
|
|
48289
48406
|
};
|
|
@@ -48336,6 +48453,7 @@ declare const _default: {
|
|
|
48336
48453
|
})[];
|
|
48337
48454
|
summary: string;
|
|
48338
48455
|
tags: never[];
|
|
48456
|
+
'x-draft': string;
|
|
48339
48457
|
'x-fern-sdk-group-name': string[];
|
|
48340
48458
|
'x-fern-sdk-method-name': string;
|
|
48341
48459
|
'x-fern-sdk-return-value': string;
|
|
@@ -48463,6 +48581,7 @@ declare const _default: {
|
|
|
48463
48581
|
schema: {
|
|
48464
48582
|
properties: {
|
|
48465
48583
|
acs_entrance_ids: {
|
|
48584
|
+
description: string;
|
|
48466
48585
|
items: {
|
|
48467
48586
|
format: string;
|
|
48468
48587
|
type: string;
|
|
@@ -48470,6 +48589,7 @@ declare const _default: {
|
|
|
48470
48589
|
type: string;
|
|
48471
48590
|
};
|
|
48472
48591
|
space_id: {
|
|
48592
|
+
description: string;
|
|
48473
48593
|
format: string;
|
|
48474
48594
|
type: string;
|
|
48475
48595
|
};
|
|
@@ -48536,6 +48656,7 @@ declare const _default: {
|
|
|
48536
48656
|
schema: {
|
|
48537
48657
|
properties: {
|
|
48538
48658
|
device_ids: {
|
|
48659
|
+
description: string;
|
|
48539
48660
|
items: {
|
|
48540
48661
|
format: string;
|
|
48541
48662
|
type: string;
|
|
@@ -48543,6 +48664,7 @@ declare const _default: {
|
|
|
48543
48664
|
type: string;
|
|
48544
48665
|
};
|
|
48545
48666
|
space_id: {
|
|
48667
|
+
description: string;
|
|
48546
48668
|
format: string;
|
|
48547
48669
|
type: string;
|
|
48548
48670
|
};
|
|
@@ -48609,9 +48731,11 @@ declare const _default: {
|
|
|
48609
48731
|
schema: {
|
|
48610
48732
|
properties: {
|
|
48611
48733
|
name: {
|
|
48734
|
+
description: string;
|
|
48612
48735
|
type: string;
|
|
48613
48736
|
};
|
|
48614
48737
|
space_id: {
|
|
48738
|
+
description: string;
|
|
48615
48739
|
format: string;
|
|
48616
48740
|
type: string;
|
|
48617
48741
|
};
|
|
@@ -48678,9 +48802,11 @@ declare const _default: {
|
|
|
48678
48802
|
schema: {
|
|
48679
48803
|
properties: {
|
|
48680
48804
|
name: {
|
|
48805
|
+
description: string;
|
|
48681
48806
|
type: string;
|
|
48682
48807
|
};
|
|
48683
48808
|
space_id: {
|
|
48809
|
+
description: string;
|
|
48684
48810
|
format: string;
|
|
48685
48811
|
type: string;
|
|
48686
48812
|
};
|
|
@@ -52793,6 +52919,7 @@ declare const _default: {
|
|
|
52793
52919
|
schema: {
|
|
52794
52920
|
properties: {
|
|
52795
52921
|
acs_entrance_ids: {
|
|
52922
|
+
description: string;
|
|
52796
52923
|
items: {
|
|
52797
52924
|
format: string;
|
|
52798
52925
|
type: string;
|
|
@@ -52801,6 +52928,7 @@ declare const _default: {
|
|
|
52801
52928
|
type: string;
|
|
52802
52929
|
};
|
|
52803
52930
|
location_id: {
|
|
52931
|
+
description: string;
|
|
52804
52932
|
format: string;
|
|
52805
52933
|
type: string;
|
|
52806
52934
|
};
|
|
@@ -52865,6 +52993,7 @@ declare const _default: {
|
|
|
52865
52993
|
schema: {
|
|
52866
52994
|
properties: {
|
|
52867
52995
|
acs_entrance_ids: {
|
|
52996
|
+
description: string;
|
|
52868
52997
|
items: {
|
|
52869
52998
|
format: string;
|
|
52870
52999
|
type: string;
|
|
@@ -52873,6 +53002,7 @@ declare const _default: {
|
|
|
52873
53002
|
type: string;
|
|
52874
53003
|
};
|
|
52875
53004
|
location_id: {
|
|
53005
|
+
description: string;
|
|
52876
53006
|
format: string;
|
|
52877
53007
|
type: string;
|
|
52878
53008
|
};
|
|
@@ -52938,6 +53068,7 @@ declare const _default: {
|
|
|
52938
53068
|
schema: {
|
|
52939
53069
|
properties: {
|
|
52940
53070
|
device_ids: {
|
|
53071
|
+
description: string;
|
|
52941
53072
|
items: {
|
|
52942
53073
|
format: string;
|
|
52943
53074
|
type: string;
|
|
@@ -52946,6 +53077,7 @@ declare const _default: {
|
|
|
52946
53077
|
type: string;
|
|
52947
53078
|
};
|
|
52948
53079
|
location_id: {
|
|
53080
|
+
description: string;
|
|
52949
53081
|
format: string;
|
|
52950
53082
|
type: string;
|
|
52951
53083
|
};
|
|
@@ -53010,6 +53142,7 @@ declare const _default: {
|
|
|
53010
53142
|
schema: {
|
|
53011
53143
|
properties: {
|
|
53012
53144
|
device_ids: {
|
|
53145
|
+
description: string;
|
|
53013
53146
|
items: {
|
|
53014
53147
|
format: string;
|
|
53015
53148
|
type: string;
|
|
@@ -53018,6 +53151,7 @@ declare const _default: {
|
|
|
53018
53151
|
type: string;
|
|
53019
53152
|
};
|
|
53020
53153
|
location_id: {
|
|
53154
|
+
description: string;
|
|
53021
53155
|
format: string;
|
|
53022
53156
|
type: string;
|
|
53023
53157
|
};
|
|
@@ -53083,6 +53217,7 @@ declare const _default: {
|
|
|
53083
53217
|
schema: {
|
|
53084
53218
|
properties: {
|
|
53085
53219
|
acs_entrance_ids: {
|
|
53220
|
+
description: string;
|
|
53086
53221
|
items: {
|
|
53087
53222
|
format: string;
|
|
53088
53223
|
type: string;
|
|
@@ -53090,6 +53225,7 @@ declare const _default: {
|
|
|
53090
53225
|
type: string;
|
|
53091
53226
|
};
|
|
53092
53227
|
device_ids: {
|
|
53228
|
+
description: string;
|
|
53093
53229
|
items: {
|
|
53094
53230
|
format: string;
|
|
53095
53231
|
type: string;
|
|
@@ -53097,6 +53233,7 @@ declare const _default: {
|
|
|
53097
53233
|
type: string;
|
|
53098
53234
|
};
|
|
53099
53235
|
geolocation: {
|
|
53236
|
+
description: string;
|
|
53100
53237
|
properties: {
|
|
53101
53238
|
latitude: {
|
|
53102
53239
|
format: string;
|
|
@@ -53111,9 +53248,11 @@ declare const _default: {
|
|
|
53111
53248
|
type: string;
|
|
53112
53249
|
};
|
|
53113
53250
|
name: {
|
|
53251
|
+
description: string;
|
|
53114
53252
|
type: string;
|
|
53115
53253
|
};
|
|
53116
53254
|
time_zone: {
|
|
53255
|
+
description: string;
|
|
53117
53256
|
type: string;
|
|
53118
53257
|
};
|
|
53119
53258
|
};
|
|
@@ -53228,6 +53367,7 @@ declare const _default: {
|
|
|
53228
53367
|
schema: {
|
|
53229
53368
|
properties: {
|
|
53230
53369
|
location_id: {
|
|
53370
|
+
description: string;
|
|
53231
53371
|
format: string;
|
|
53232
53372
|
type: string;
|
|
53233
53373
|
};
|
|
@@ -53294,6 +53434,7 @@ declare const _default: {
|
|
|
53294
53434
|
schema: {
|
|
53295
53435
|
properties: {
|
|
53296
53436
|
location_id: {
|
|
53437
|
+
description: string;
|
|
53297
53438
|
format: string;
|
|
53298
53439
|
type: string;
|
|
53299
53440
|
};
|
|
@@ -53609,6 +53750,7 @@ declare const _default: {
|
|
|
53609
53750
|
schema: {
|
|
53610
53751
|
properties: {
|
|
53611
53752
|
acs_entrance_ids: {
|
|
53753
|
+
description: string;
|
|
53612
53754
|
items: {
|
|
53613
53755
|
format: string;
|
|
53614
53756
|
type: string;
|
|
@@ -53616,6 +53758,7 @@ declare const _default: {
|
|
|
53616
53758
|
type: string;
|
|
53617
53759
|
};
|
|
53618
53760
|
location_id: {
|
|
53761
|
+
description: string;
|
|
53619
53762
|
format: string;
|
|
53620
53763
|
type: string;
|
|
53621
53764
|
};
|
|
@@ -53682,6 +53825,7 @@ declare const _default: {
|
|
|
53682
53825
|
schema: {
|
|
53683
53826
|
properties: {
|
|
53684
53827
|
device_ids: {
|
|
53828
|
+
description: string;
|
|
53685
53829
|
items: {
|
|
53686
53830
|
format: string;
|
|
53687
53831
|
type: string;
|
|
@@ -53689,6 +53833,7 @@ declare const _default: {
|
|
|
53689
53833
|
type: string;
|
|
53690
53834
|
};
|
|
53691
53835
|
location_id: {
|
|
53836
|
+
description: string;
|
|
53692
53837
|
format: string;
|
|
53693
53838
|
type: string;
|
|
53694
53839
|
};
|
|
@@ -53755,6 +53900,7 @@ declare const _default: {
|
|
|
53755
53900
|
schema: {
|
|
53756
53901
|
properties: {
|
|
53757
53902
|
geolocation: {
|
|
53903
|
+
description: string;
|
|
53758
53904
|
properties: {
|
|
53759
53905
|
latitude: {
|
|
53760
53906
|
format: string;
|
|
@@ -53769,13 +53915,16 @@ declare const _default: {
|
|
|
53769
53915
|
type: string;
|
|
53770
53916
|
};
|
|
53771
53917
|
location_id: {
|
|
53918
|
+
description: string;
|
|
53772
53919
|
format: string;
|
|
53773
53920
|
type: string;
|
|
53774
53921
|
};
|
|
53775
53922
|
name: {
|
|
53923
|
+
description: string;
|
|
53776
53924
|
type: string;
|
|
53777
53925
|
};
|
|
53778
53926
|
time_zone: {
|
|
53927
|
+
description: string;
|
|
53779
53928
|
type: string;
|
|
53780
53929
|
};
|
|
53781
53930
|
};
|
|
@@ -53886,6 +54035,7 @@ declare const _default: {
|
|
|
53886
54035
|
schema: {
|
|
53887
54036
|
properties: {
|
|
53888
54037
|
geolocation: {
|
|
54038
|
+
description: string;
|
|
53889
54039
|
properties: {
|
|
53890
54040
|
latitude: {
|
|
53891
54041
|
format: string;
|
|
@@ -53900,13 +54050,16 @@ declare const _default: {
|
|
|
53900
54050
|
type: string;
|
|
53901
54051
|
};
|
|
53902
54052
|
location_id: {
|
|
54053
|
+
description: string;
|
|
53903
54054
|
format: string;
|
|
53904
54055
|
type: string;
|
|
53905
54056
|
};
|
|
53906
54057
|
name: {
|
|
54058
|
+
description: string;
|
|
53907
54059
|
type: string;
|
|
53908
54060
|
};
|
|
53909
54061
|
time_zone: {
|
|
54062
|
+
description: string;
|
|
53910
54063
|
type: string;
|
|
53911
54064
|
};
|
|
53912
54065
|
};
|
|
@@ -54021,6 +54174,7 @@ declare const _default: {
|
|
|
54021
54174
|
schema: {
|
|
54022
54175
|
properties: {
|
|
54023
54176
|
customer_key: {
|
|
54177
|
+
description: string;
|
|
54024
54178
|
type: string;
|
|
54025
54179
|
};
|
|
54026
54180
|
};
|
|
@@ -54091,10 +54245,12 @@ declare const _default: {
|
|
|
54091
54245
|
oneOf: ({
|
|
54092
54246
|
properties: {
|
|
54093
54247
|
building_block_type: {
|
|
54248
|
+
description: string;
|
|
54094
54249
|
enum: string[];
|
|
54095
54250
|
type: string;
|
|
54096
54251
|
};
|
|
54097
54252
|
customer_key: {
|
|
54253
|
+
description: string;
|
|
54098
54254
|
type: string;
|
|
54099
54255
|
};
|
|
54100
54256
|
partner_resources?: never;
|
|
@@ -54104,10 +54260,12 @@ declare const _default: {
|
|
|
54104
54260
|
} | {
|
|
54105
54261
|
properties: {
|
|
54106
54262
|
building_block_type: {
|
|
54263
|
+
description: string;
|
|
54107
54264
|
enum: string[];
|
|
54108
54265
|
type: string;
|
|
54109
54266
|
};
|
|
54110
54267
|
customer_key: {
|
|
54268
|
+
description: string;
|
|
54111
54269
|
type: string;
|
|
54112
54270
|
};
|
|
54113
54271
|
partner_resources: {
|
|
@@ -54205,6 +54363,7 @@ declare const _default: {
|
|
|
54205
54363
|
schema: {
|
|
54206
54364
|
properties: {
|
|
54207
54365
|
customer_key: {
|
|
54366
|
+
description: string;
|
|
54208
54367
|
type: string;
|
|
54209
54368
|
};
|
|
54210
54369
|
};
|
|
@@ -54274,9 +54433,11 @@ declare const _default: {
|
|
|
54274
54433
|
schema: {
|
|
54275
54434
|
properties: {
|
|
54276
54435
|
customer_key: {
|
|
54436
|
+
description: string;
|
|
54277
54437
|
type: string;
|
|
54278
54438
|
};
|
|
54279
54439
|
partner_resources: {
|
|
54440
|
+
description: string;
|
|
54280
54441
|
items: {
|
|
54281
54442
|
properties: {
|
|
54282
54443
|
custom_metadata: {
|
|
@@ -54377,6 +54538,7 @@ declare const _default: {
|
|
|
54377
54538
|
type: string;
|
|
54378
54539
|
};
|
|
54379
54540
|
customer_key: {
|
|
54541
|
+
description: string;
|
|
54380
54542
|
type: string;
|
|
54381
54543
|
};
|
|
54382
54544
|
description: {
|
|
@@ -54398,9 +54560,11 @@ declare const _default: {
|
|
|
54398
54560
|
type: string;
|
|
54399
54561
|
};
|
|
54400
54562
|
partner_resource_key: {
|
|
54563
|
+
description: string;
|
|
54401
54564
|
type: string;
|
|
54402
54565
|
};
|
|
54403
54566
|
partner_resource_type: {
|
|
54567
|
+
description: string;
|
|
54404
54568
|
type: string;
|
|
54405
54569
|
};
|
|
54406
54570
|
phone_number: {
|
|
@@ -54430,6 +54594,7 @@ declare const _default: {
|
|
|
54430
54594
|
type: string;
|
|
54431
54595
|
};
|
|
54432
54596
|
customer_key: {
|
|
54597
|
+
description: string;
|
|
54433
54598
|
type: string;
|
|
54434
54599
|
};
|
|
54435
54600
|
description: {
|
|
@@ -54451,9 +54616,11 @@ declare const _default: {
|
|
|
54451
54616
|
type: string;
|
|
54452
54617
|
};
|
|
54453
54618
|
partner_resource_key: {
|
|
54619
|
+
description: string;
|
|
54454
54620
|
type: string;
|
|
54455
54621
|
};
|
|
54456
54622
|
partner_resource_type: {
|
|
54623
|
+
description: string;
|
|
54457
54624
|
type: string;
|
|
54458
54625
|
};
|
|
54459
54626
|
phone_number: {
|
|
@@ -55469,6 +55636,7 @@ declare const _default: {
|
|
|
55469
55636
|
schema: {
|
|
55470
55637
|
properties: {
|
|
55471
55638
|
credential_manager_acs_system_id: {
|
|
55639
|
+
description: string;
|
|
55472
55640
|
format: string;
|
|
55473
55641
|
type: string;
|
|
55474
55642
|
};
|
|
@@ -55917,6 +56085,7 @@ declare const _default: {
|
|
|
55917
56085
|
};
|
|
55918
56086
|
'/user_identities/update': {
|
|
55919
56087
|
patch: {
|
|
56088
|
+
description: string;
|
|
55920
56089
|
operationId: string;
|
|
55921
56090
|
requestBody: {
|
|
55922
56091
|
content: {
|
|
@@ -55930,6 +56099,7 @@ declare const _default: {
|
|
|
55930
56099
|
type: string;
|
|
55931
56100
|
};
|
|
55932
56101
|
full_name: {
|
|
56102
|
+
description: string;
|
|
55933
56103
|
minLength: number;
|
|
55934
56104
|
nullable: boolean;
|
|
55935
56105
|
type: string;
|
|
@@ -56001,6 +56171,7 @@ declare const _default: {
|
|
|
56001
56171
|
'x-title': string;
|
|
56002
56172
|
};
|
|
56003
56173
|
post: {
|
|
56174
|
+
description: string;
|
|
56004
56175
|
operationId: string;
|
|
56005
56176
|
requestBody: {
|
|
56006
56177
|
content: {
|
|
@@ -56014,6 +56185,7 @@ declare const _default: {
|
|
|
56014
56185
|
type: string;
|
|
56015
56186
|
};
|
|
56016
56187
|
full_name: {
|
|
56188
|
+
description: string;
|
|
56017
56189
|
minLength: number;
|
|
56018
56190
|
nullable: boolean;
|
|
56019
56191
|
type: string;
|
|
@@ -56088,6 +56260,7 @@ declare const _default: {
|
|
|
56088
56260
|
};
|
|
56089
56261
|
'/webhooks/create': {
|
|
56090
56262
|
post: {
|
|
56263
|
+
description: string;
|
|
56091
56264
|
operationId: string;
|
|
56092
56265
|
requestBody: {
|
|
56093
56266
|
content: {
|
|
@@ -56096,12 +56269,14 @@ declare const _default: {
|
|
|
56096
56269
|
properties: {
|
|
56097
56270
|
event_types: {
|
|
56098
56271
|
default: string[];
|
|
56272
|
+
description: string;
|
|
56099
56273
|
items: {
|
|
56100
56274
|
type: string;
|
|
56101
56275
|
};
|
|
56102
56276
|
type: string;
|
|
56103
56277
|
};
|
|
56104
56278
|
url: {
|
|
56279
|
+
description: string;
|
|
56105
56280
|
format: string;
|
|
56106
56281
|
type: string;
|
|
56107
56282
|
};
|
|
@@ -56158,10 +56333,12 @@ declare const _default: {
|
|
|
56158
56333
|
'x-fern-sdk-method-name': string;
|
|
56159
56334
|
'x-fern-sdk-return-value': string;
|
|
56160
56335
|
'x-response-key': string;
|
|
56336
|
+
'x-title': string;
|
|
56161
56337
|
};
|
|
56162
56338
|
};
|
|
56163
56339
|
'/webhooks/delete': {
|
|
56164
56340
|
post: {
|
|
56341
|
+
description: string;
|
|
56165
56342
|
operationId: string;
|
|
56166
56343
|
requestBody: {
|
|
56167
56344
|
content: {
|
|
@@ -56169,6 +56346,7 @@ declare const _default: {
|
|
|
56169
56346
|
schema: {
|
|
56170
56347
|
properties: {
|
|
56171
56348
|
webhook_id: {
|
|
56349
|
+
description: string;
|
|
56172
56350
|
type: string;
|
|
56173
56351
|
};
|
|
56174
56352
|
};
|
|
@@ -56220,10 +56398,12 @@ declare const _default: {
|
|
|
56220
56398
|
'x-fern-sdk-group-name': string[];
|
|
56221
56399
|
'x-fern-sdk-method-name': string;
|
|
56222
56400
|
'x-response-key': null;
|
|
56401
|
+
'x-title': string;
|
|
56223
56402
|
};
|
|
56224
56403
|
};
|
|
56225
56404
|
'/webhooks/get': {
|
|
56226
56405
|
post: {
|
|
56406
|
+
description: string;
|
|
56227
56407
|
operationId: string;
|
|
56228
56408
|
requestBody: {
|
|
56229
56409
|
content: {
|
|
@@ -56231,6 +56411,7 @@ declare const _default: {
|
|
|
56231
56411
|
schema: {
|
|
56232
56412
|
properties: {
|
|
56233
56413
|
webhook_id: {
|
|
56414
|
+
description: string;
|
|
56234
56415
|
type: string;
|
|
56235
56416
|
};
|
|
56236
56417
|
};
|
|
@@ -56286,10 +56467,12 @@ declare const _default: {
|
|
|
56286
56467
|
'x-fern-sdk-method-name': string;
|
|
56287
56468
|
'x-fern-sdk-return-value': string;
|
|
56288
56469
|
'x-response-key': string;
|
|
56470
|
+
'x-title': string;
|
|
56289
56471
|
};
|
|
56290
56472
|
};
|
|
56291
56473
|
'/webhooks/list': {
|
|
56292
56474
|
get: {
|
|
56475
|
+
description: string;
|
|
56293
56476
|
operationId: string;
|
|
56294
56477
|
responses: {
|
|
56295
56478
|
200: {
|
|
@@ -56338,8 +56521,10 @@ declare const _default: {
|
|
|
56338
56521
|
tags: string[];
|
|
56339
56522
|
'x-fern-ignore': boolean;
|
|
56340
56523
|
'x-response-key': string;
|
|
56524
|
+
'x-title': string;
|
|
56341
56525
|
};
|
|
56342
56526
|
post: {
|
|
56527
|
+
description: string;
|
|
56343
56528
|
operationId: string;
|
|
56344
56529
|
responses: {
|
|
56345
56530
|
200: {
|
|
@@ -56390,10 +56575,12 @@ declare const _default: {
|
|
|
56390
56575
|
'x-fern-sdk-method-name': string;
|
|
56391
56576
|
'x-fern-sdk-return-value': string;
|
|
56392
56577
|
'x-response-key': string;
|
|
56578
|
+
'x-title': string;
|
|
56393
56579
|
};
|
|
56394
56580
|
};
|
|
56395
56581
|
'/webhooks/update': {
|
|
56396
56582
|
post: {
|
|
56583
|
+
description: string;
|
|
56397
56584
|
operationId: string;
|
|
56398
56585
|
requestBody: {
|
|
56399
56586
|
content: {
|
|
@@ -56401,12 +56588,14 @@ declare const _default: {
|
|
|
56401
56588
|
schema: {
|
|
56402
56589
|
properties: {
|
|
56403
56590
|
event_types: {
|
|
56591
|
+
description: string;
|
|
56404
56592
|
items: {
|
|
56405
56593
|
type: string;
|
|
56406
56594
|
};
|
|
56407
56595
|
type: string;
|
|
56408
56596
|
};
|
|
56409
56597
|
webhook_id: {
|
|
56598
|
+
description: string;
|
|
56410
56599
|
type: string;
|
|
56411
56600
|
};
|
|
56412
56601
|
};
|
|
@@ -56458,8 +56647,10 @@ declare const _default: {
|
|
|
56458
56647
|
'x-fern-sdk-group-name': string[];
|
|
56459
56648
|
'x-fern-sdk-method-name': string;
|
|
56460
56649
|
'x-response-key': null;
|
|
56650
|
+
'x-title': string;
|
|
56461
56651
|
};
|
|
56462
56652
|
put: {
|
|
56653
|
+
description: string;
|
|
56463
56654
|
operationId: string;
|
|
56464
56655
|
requestBody: {
|
|
56465
56656
|
content: {
|
|
@@ -56467,12 +56658,14 @@ declare const _default: {
|
|
|
56467
56658
|
schema: {
|
|
56468
56659
|
properties: {
|
|
56469
56660
|
event_types: {
|
|
56661
|
+
description: string;
|
|
56470
56662
|
items: {
|
|
56471
56663
|
type: string;
|
|
56472
56664
|
};
|
|
56473
56665
|
type: string;
|
|
56474
56666
|
};
|
|
56475
56667
|
webhook_id: {
|
|
56668
|
+
description: string;
|
|
56476
56669
|
type: string;
|
|
56477
56670
|
};
|
|
56478
56671
|
};
|
|
@@ -56523,10 +56716,12 @@ declare const _default: {
|
|
|
56523
56716
|
tags: string[];
|
|
56524
56717
|
'x-fern-ignore': boolean;
|
|
56525
56718
|
'x-response-key': null;
|
|
56719
|
+
'x-title': string;
|
|
56526
56720
|
};
|
|
56527
56721
|
};
|
|
56528
56722
|
'/workspaces/create': {
|
|
56529
56723
|
post: {
|
|
56724
|
+
description: string;
|
|
56530
56725
|
operationId: string;
|
|
56531
56726
|
requestBody: {
|
|
56532
56727
|
content: {
|
|
@@ -56534,30 +56729,37 @@ declare const _default: {
|
|
|
56534
56729
|
schema: {
|
|
56535
56730
|
properties: {
|
|
56536
56731
|
company_name: {
|
|
56732
|
+
description: string;
|
|
56537
56733
|
type: string;
|
|
56538
56734
|
};
|
|
56539
56735
|
connect_partner_name: {
|
|
56540
56736
|
deprecated: boolean;
|
|
56737
|
+
description: string;
|
|
56541
56738
|
nullable: boolean;
|
|
56542
56739
|
type: string;
|
|
56543
56740
|
'x-deprecated': string;
|
|
56544
56741
|
};
|
|
56545
56742
|
connect_webview_customization: {
|
|
56743
|
+
description: string;
|
|
56546
56744
|
properties: {
|
|
56547
56745
|
logo_shape: {
|
|
56746
|
+
description: string;
|
|
56548
56747
|
enum: string[];
|
|
56549
56748
|
nullable: boolean;
|
|
56550
56749
|
type: string;
|
|
56551
56750
|
};
|
|
56552
56751
|
primary_button_color: {
|
|
56752
|
+
description: string;
|
|
56553
56753
|
nullable: boolean;
|
|
56554
56754
|
type: string;
|
|
56555
56755
|
};
|
|
56556
56756
|
primary_button_text_color: {
|
|
56757
|
+
description: string;
|
|
56557
56758
|
nullable: boolean;
|
|
56558
56759
|
type: string;
|
|
56559
56760
|
};
|
|
56560
56761
|
success_message: {
|
|
56762
|
+
description: string;
|
|
56561
56763
|
nullable: boolean;
|
|
56562
56764
|
type: string;
|
|
56563
56765
|
};
|
|
@@ -56566,9 +56768,11 @@ declare const _default: {
|
|
|
56566
56768
|
};
|
|
56567
56769
|
is_sandbox: {
|
|
56568
56770
|
default: boolean;
|
|
56771
|
+
description: string;
|
|
56569
56772
|
type: string;
|
|
56570
56773
|
};
|
|
56571
56774
|
name: {
|
|
56775
|
+
description: string;
|
|
56572
56776
|
type: string;
|
|
56573
56777
|
};
|
|
56574
56778
|
webview_logo_shape: {
|
|
@@ -56645,10 +56849,12 @@ declare const _default: {
|
|
|
56645
56849
|
'x-fern-sdk-method-name': string;
|
|
56646
56850
|
'x-fern-sdk-return-value': string;
|
|
56647
56851
|
'x-response-key': string;
|
|
56852
|
+
'x-title': string;
|
|
56648
56853
|
};
|
|
56649
56854
|
};
|
|
56650
56855
|
'/workspaces/get': {
|
|
56651
56856
|
get: {
|
|
56857
|
+
description: string;
|
|
56652
56858
|
operationId: string;
|
|
56653
56859
|
responses: {
|
|
56654
56860
|
200: {
|
|
@@ -56681,29 +56887,41 @@ declare const _default: {
|
|
|
56681
56887
|
api_key: never[];
|
|
56682
56888
|
console_session_with_workspace?: never;
|
|
56683
56889
|
client_session?: never;
|
|
56890
|
+
client_session_with_customer?: never;
|
|
56684
56891
|
pat_with_workspace?: never;
|
|
56685
56892
|
} | {
|
|
56686
56893
|
console_session_with_workspace: never[];
|
|
56687
56894
|
api_key?: never;
|
|
56688
56895
|
client_session?: never;
|
|
56896
|
+
client_session_with_customer?: never;
|
|
56689
56897
|
pat_with_workspace?: never;
|
|
56690
56898
|
} | {
|
|
56691
56899
|
client_session: never[];
|
|
56692
56900
|
api_key?: never;
|
|
56693
56901
|
console_session_with_workspace?: never;
|
|
56902
|
+
client_session_with_customer?: never;
|
|
56903
|
+
pat_with_workspace?: never;
|
|
56904
|
+
} | {
|
|
56905
|
+
client_session_with_customer: never[];
|
|
56906
|
+
api_key?: never;
|
|
56907
|
+
console_session_with_workspace?: never;
|
|
56908
|
+
client_session?: never;
|
|
56694
56909
|
pat_with_workspace?: never;
|
|
56695
56910
|
} | {
|
|
56696
56911
|
pat_with_workspace: never[];
|
|
56697
56912
|
api_key?: never;
|
|
56698
56913
|
console_session_with_workspace?: never;
|
|
56699
56914
|
client_session?: never;
|
|
56915
|
+
client_session_with_customer?: never;
|
|
56700
56916
|
})[];
|
|
56701
56917
|
summary: string;
|
|
56702
56918
|
tags: string[];
|
|
56703
56919
|
'x-fern-ignore': boolean;
|
|
56704
56920
|
'x-response-key': string;
|
|
56921
|
+
'x-title': string;
|
|
56705
56922
|
};
|
|
56706
56923
|
post: {
|
|
56924
|
+
description: string;
|
|
56707
56925
|
operationId: string;
|
|
56708
56926
|
responses: {
|
|
56709
56927
|
200: {
|
|
@@ -56736,22 +56954,32 @@ declare const _default: {
|
|
|
56736
56954
|
api_key: never[];
|
|
56737
56955
|
console_session_with_workspace?: never;
|
|
56738
56956
|
client_session?: never;
|
|
56957
|
+
client_session_with_customer?: never;
|
|
56739
56958
|
pat_with_workspace?: never;
|
|
56740
56959
|
} | {
|
|
56741
56960
|
console_session_with_workspace: never[];
|
|
56742
56961
|
api_key?: never;
|
|
56743
56962
|
client_session?: never;
|
|
56963
|
+
client_session_with_customer?: never;
|
|
56744
56964
|
pat_with_workspace?: never;
|
|
56745
56965
|
} | {
|
|
56746
56966
|
client_session: never[];
|
|
56747
56967
|
api_key?: never;
|
|
56748
56968
|
console_session_with_workspace?: never;
|
|
56969
|
+
client_session_with_customer?: never;
|
|
56970
|
+
pat_with_workspace?: never;
|
|
56971
|
+
} | {
|
|
56972
|
+
client_session_with_customer: never[];
|
|
56973
|
+
api_key?: never;
|
|
56974
|
+
console_session_with_workspace?: never;
|
|
56975
|
+
client_session?: never;
|
|
56749
56976
|
pat_with_workspace?: never;
|
|
56750
56977
|
} | {
|
|
56751
56978
|
pat_with_workspace: never[];
|
|
56752
56979
|
api_key?: never;
|
|
56753
56980
|
console_session_with_workspace?: never;
|
|
56754
56981
|
client_session?: never;
|
|
56982
|
+
client_session_with_customer?: never;
|
|
56755
56983
|
})[];
|
|
56756
56984
|
summary: string;
|
|
56757
56985
|
tags: string[];
|
|
@@ -56759,10 +56987,12 @@ declare const _default: {
|
|
|
56759
56987
|
'x-fern-sdk-method-name': string;
|
|
56760
56988
|
'x-fern-sdk-return-value': string;
|
|
56761
56989
|
'x-response-key': string;
|
|
56990
|
+
'x-title': string;
|
|
56762
56991
|
};
|
|
56763
56992
|
};
|
|
56764
56993
|
'/workspaces/list': {
|
|
56765
56994
|
get: {
|
|
56995
|
+
description: string;
|
|
56766
56996
|
operationId: string;
|
|
56767
56997
|
responses: {
|
|
56768
56998
|
200: {
|
|
@@ -56841,8 +57071,10 @@ declare const _default: {
|
|
|
56841
57071
|
tags: string[];
|
|
56842
57072
|
'x-fern-ignore': boolean;
|
|
56843
57073
|
'x-response-key': string;
|
|
57074
|
+
'x-title': string;
|
|
56844
57075
|
};
|
|
56845
57076
|
post: {
|
|
57077
|
+
description: string;
|
|
56846
57078
|
operationId: string;
|
|
56847
57079
|
responses: {
|
|
56848
57080
|
200: {
|
|
@@ -56923,6 +57155,7 @@ declare const _default: {
|
|
|
56923
57155
|
'x-fern-sdk-method-name': string;
|
|
56924
57156
|
'x-fern-sdk-return-value': string;
|
|
56925
57157
|
'x-response-key': string;
|
|
57158
|
+
'x-title': string;
|
|
56926
57159
|
};
|
|
56927
57160
|
};
|
|
56928
57161
|
'/workspaces/reset_sandbox': {
|
|
@@ -56976,10 +57209,12 @@ declare const _default: {
|
|
|
56976
57209
|
'x-fern-sdk-method-name': string;
|
|
56977
57210
|
'x-fern-sdk-return-value': string;
|
|
56978
57211
|
'x-response-key': string;
|
|
57212
|
+
'x-title': string;
|
|
56979
57213
|
};
|
|
56980
57214
|
};
|
|
56981
57215
|
'/workspaces/update': {
|
|
56982
57216
|
patch: {
|
|
57217
|
+
description: string;
|
|
56983
57218
|
operationId: string;
|
|
56984
57219
|
requestBody: {
|
|
56985
57220
|
content: {
|
|
@@ -56987,24 +57222,30 @@ declare const _default: {
|
|
|
56987
57222
|
schema: {
|
|
56988
57223
|
properties: {
|
|
56989
57224
|
connect_partner_name: {
|
|
57225
|
+
description: string;
|
|
56990
57226
|
type: string;
|
|
56991
57227
|
};
|
|
56992
57228
|
connect_webview_customization: {
|
|
57229
|
+
description: string;
|
|
56993
57230
|
properties: {
|
|
56994
57231
|
logo_shape: {
|
|
57232
|
+
description: string;
|
|
56995
57233
|
enum: string[];
|
|
56996
57234
|
nullable: boolean;
|
|
56997
57235
|
type: string;
|
|
56998
57236
|
};
|
|
56999
57237
|
primary_button_color: {
|
|
57238
|
+
description: string;
|
|
57000
57239
|
nullable: boolean;
|
|
57001
57240
|
type: string;
|
|
57002
57241
|
};
|
|
57003
57242
|
primary_button_text_color: {
|
|
57243
|
+
description: string;
|
|
57004
57244
|
nullable: boolean;
|
|
57005
57245
|
type: string;
|
|
57006
57246
|
};
|
|
57007
57247
|
success_message: {
|
|
57248
|
+
description: string;
|
|
57008
57249
|
nullable: boolean;
|
|
57009
57250
|
type: string;
|
|
57010
57251
|
};
|
|
@@ -57012,9 +57253,11 @@ declare const _default: {
|
|
|
57012
57253
|
type: string;
|
|
57013
57254
|
};
|
|
57014
57255
|
is_suspended: {
|
|
57256
|
+
description: string;
|
|
57015
57257
|
type: string;
|
|
57016
57258
|
};
|
|
57017
57259
|
name: {
|
|
57260
|
+
description: string;
|
|
57018
57261
|
type: string;
|
|
57019
57262
|
};
|
|
57020
57263
|
};
|
|
@@ -57051,8 +57294,10 @@ declare const _default: {
|
|
|
57051
57294
|
tags: string[];
|
|
57052
57295
|
'x-fern-ignore': boolean;
|
|
57053
57296
|
'x-response-key': null;
|
|
57297
|
+
'x-title': string;
|
|
57054
57298
|
};
|
|
57055
57299
|
post: {
|
|
57300
|
+
description: string;
|
|
57056
57301
|
operationId: string;
|
|
57057
57302
|
requestBody: {
|
|
57058
57303
|
content: {
|
|
@@ -57060,24 +57305,30 @@ declare const _default: {
|
|
|
57060
57305
|
schema: {
|
|
57061
57306
|
properties: {
|
|
57062
57307
|
connect_partner_name: {
|
|
57308
|
+
description: string;
|
|
57063
57309
|
type: string;
|
|
57064
57310
|
};
|
|
57065
57311
|
connect_webview_customization: {
|
|
57312
|
+
description: string;
|
|
57066
57313
|
properties: {
|
|
57067
57314
|
logo_shape: {
|
|
57315
|
+
description: string;
|
|
57068
57316
|
enum: string[];
|
|
57069
57317
|
nullable: boolean;
|
|
57070
57318
|
type: string;
|
|
57071
57319
|
};
|
|
57072
57320
|
primary_button_color: {
|
|
57321
|
+
description: string;
|
|
57073
57322
|
nullable: boolean;
|
|
57074
57323
|
type: string;
|
|
57075
57324
|
};
|
|
57076
57325
|
primary_button_text_color: {
|
|
57326
|
+
description: string;
|
|
57077
57327
|
nullable: boolean;
|
|
57078
57328
|
type: string;
|
|
57079
57329
|
};
|
|
57080
57330
|
success_message: {
|
|
57331
|
+
description: string;
|
|
57081
57332
|
nullable: boolean;
|
|
57082
57333
|
type: string;
|
|
57083
57334
|
};
|
|
@@ -57085,9 +57336,11 @@ declare const _default: {
|
|
|
57085
57336
|
type: string;
|
|
57086
57337
|
};
|
|
57087
57338
|
is_suspended: {
|
|
57339
|
+
description: string;
|
|
57088
57340
|
type: string;
|
|
57089
57341
|
};
|
|
57090
57342
|
name: {
|
|
57343
|
+
description: string;
|
|
57091
57344
|
type: string;
|
|
57092
57345
|
};
|
|
57093
57346
|
};
|
|
@@ -57125,6 +57378,7 @@ declare const _default: {
|
|
|
57125
57378
|
'x-fern-sdk-group-name': string[];
|
|
57126
57379
|
'x-fern-sdk-method-name': string;
|
|
57127
57380
|
'x-response-key': null;
|
|
57381
|
+
'x-title': string;
|
|
57128
57382
|
};
|
|
57129
57383
|
};
|
|
57130
57384
|
};
|
|
@@ -98220,7 +98474,7 @@ interface Routes {
|
|
|
98220
98474
|
method: 'DELETE' | 'POST';
|
|
98221
98475
|
queryParams: {};
|
|
98222
98476
|
jsonBody: {
|
|
98223
|
-
/** Device ID of the
|
|
98477
|
+
/** Device ID of the phone that you want to deactivate. */
|
|
98224
98478
|
device_id: string;
|
|
98225
98479
|
};
|
|
98226
98480
|
commonParams: {};
|
|
@@ -98233,7 +98487,7 @@ interface Routes {
|
|
|
98233
98487
|
queryParams: {};
|
|
98234
98488
|
jsonBody: {};
|
|
98235
98489
|
commonParams: {
|
|
98236
|
-
/** Device ID of the
|
|
98490
|
+
/** Device ID of the phone that you want to get. */
|
|
98237
98491
|
device_id: string;
|
|
98238
98492
|
};
|
|
98239
98493
|
formData: {};
|
|
@@ -98302,9 +98556,9 @@ interface Routes {
|
|
|
98302
98556
|
queryParams: {};
|
|
98303
98557
|
jsonBody: {};
|
|
98304
98558
|
commonParams: {
|
|
98305
|
-
/** ID of the user identity that represents the owner by which to filter the list of returned phones. */
|
|
98559
|
+
/** ID of the user identity that represents the owner by which you want to filter the list of returned phones. */
|
|
98306
98560
|
owner_user_identity_id?: string | undefined;
|
|
98307
|
-
/** ID of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) by which to filter the list of returned phones. */
|
|
98561
|
+
/** ID of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) by which you want to filter the list of returned phones. */
|
|
98308
98562
|
acs_credential_id?: string | undefined;
|
|
98309
98563
|
};
|
|
98310
98564
|
formData: {};
|
|
@@ -98371,11 +98625,11 @@ interface Routes {
|
|
|
98371
98625
|
method: 'GET' | 'POST';
|
|
98372
98626
|
queryParams: {};
|
|
98373
98627
|
jsonBody: {
|
|
98374
|
-
/** ID of the custom SDK installation to use for the simulated phone. */
|
|
98628
|
+
/** ID of the custom SDK installation that you want to use for the simulated phone. */
|
|
98375
98629
|
custom_sdk_installation_id?: string | undefined;
|
|
98376
|
-
/** ID of the user identity to associate with the simulated phone. */
|
|
98630
|
+
/** ID of the user identity that you want to associate with the simulated phone. */
|
|
98377
98631
|
user_identity_id: string;
|
|
98378
|
-
/** Metadata to associate with the simulated phone. */
|
|
98632
|
+
/** Metadata that you want to associate with the simulated phone. */
|
|
98379
98633
|
phone_metadata?: {
|
|
98380
98634
|
/** Mobile operating system that you want to use for the simulated phone. */
|
|
98381
98635
|
operating_system?: 'android' | 'ios';
|
|
@@ -98386,7 +98640,7 @@ interface Routes {
|
|
|
98386
98640
|
/** Device model that you want to use for the simulated phone. */
|
|
98387
98641
|
device_model?: string;
|
|
98388
98642
|
};
|
|
98389
|
-
/** ASSA ABLOY metadata to associate with the simulated phone. */
|
|
98643
|
+
/** ASSA ABLOY metadata that you want to associate with the simulated phone. */
|
|
98390
98644
|
assa_abloy_metadata?: {
|
|
98391
98645
|
/** Indicates whether the simulated phone should have Bluetooth low energy (BLE) capability. */
|
|
98392
98646
|
ble_capability?: boolean;
|
|
@@ -98468,8 +98722,11 @@ interface Routes {
|
|
|
98468
98722
|
method: 'POST';
|
|
98469
98723
|
queryParams: {};
|
|
98470
98724
|
jsonBody: {
|
|
98725
|
+
/** Name of the Seam Bridge client that you want to create. */
|
|
98471
98726
|
bridge_client_name: string;
|
|
98727
|
+
/** Time zone for the Seam Bridge that you want to create. */
|
|
98472
98728
|
bridge_client_time_zone: string;
|
|
98729
|
+
/** Identifier key of the client machine for the Seam Bridge client that you want to create. */
|
|
98473
98730
|
bridge_client_machine_identifier_key: string;
|
|
98474
98731
|
};
|
|
98475
98732
|
commonParams: {};
|
|
@@ -98660,7 +98917,9 @@ interface Routes {
|
|
|
98660
98917
|
method: 'POST';
|
|
98661
98918
|
queryParams: {};
|
|
98662
98919
|
jsonBody: {
|
|
98920
|
+
/** Indicates whether Tailscale is connected. */
|
|
98663
98921
|
is_tailscale_connected: boolean | null;
|
|
98922
|
+
/** Tailscale IPv4 address. */
|
|
98664
98923
|
tailscale_ip_v4: string | null;
|
|
98665
98924
|
};
|
|
98666
98925
|
commonParams: {};
|
|
@@ -98692,7 +98951,7 @@ interface Routes {
|
|
|
98692
98951
|
method: 'POST';
|
|
98693
98952
|
queryParams: {};
|
|
98694
98953
|
jsonBody: {
|
|
98695
|
-
/**
|
|
98954
|
+
/** Short code that you want to exchange for a client session token. */
|
|
98696
98955
|
short_code: string;
|
|
98697
98956
|
};
|
|
98698
98957
|
commonParams: {};
|
|
@@ -98850,8 +99109,11 @@ interface Routes {
|
|
|
98850
99109
|
method: 'POST';
|
|
98851
99110
|
queryParams: {};
|
|
98852
99111
|
jsonBody: {
|
|
99112
|
+
/** ID of the custom SDK installation that you want to use for the new session. */
|
|
98853
99113
|
custom_sdk_installation_id: string;
|
|
99114
|
+
/** Phone operating system that you want to use for the new session. */
|
|
98854
99115
|
phone_os: 'ios' | 'android';
|
|
99116
|
+
/** Phone device metadata that you want to use for the new session. */
|
|
98855
99117
|
phone_device_metadata?: {
|
|
98856
99118
|
os_version?: string | undefined;
|
|
98857
99119
|
manufacturer?: string | undefined;
|
|
@@ -99056,6 +99318,7 @@ interface Routes {
|
|
|
99056
99318
|
queryParams: {};
|
|
99057
99319
|
jsonBody: {};
|
|
99058
99320
|
commonParams: {
|
|
99321
|
+
/** Collection key. */
|
|
99059
99322
|
collection_key: string;
|
|
99060
99323
|
};
|
|
99061
99324
|
formData: {};
|
|
@@ -99082,7 +99345,7 @@ interface Routes {
|
|
|
99082
99345
|
queryParams: {};
|
|
99083
99346
|
jsonBody: {};
|
|
99084
99347
|
commonParams: {
|
|
99085
|
-
/**
|
|
99348
|
+
/** Resource type alias by which you want to filter partner resources. */
|
|
99086
99349
|
resource_type_alias?: string | undefined;
|
|
99087
99350
|
};
|
|
99088
99351
|
formData: {};
|
|
@@ -99108,7 +99371,9 @@ interface Routes {
|
|
|
99108
99371
|
method: 'POST' | 'PUT';
|
|
99109
99372
|
queryParams: {};
|
|
99110
99373
|
jsonBody: {
|
|
99374
|
+
/** ID of the space to which you want to add entrances. */
|
|
99111
99375
|
space_id: string;
|
|
99376
|
+
/** IDs of the entrances that you want to add to the space. */
|
|
99112
99377
|
acs_entrance_ids: string[];
|
|
99113
99378
|
};
|
|
99114
99379
|
commonParams: {};
|
|
@@ -99120,7 +99385,9 @@ interface Routes {
|
|
|
99120
99385
|
method: 'POST' | 'PUT';
|
|
99121
99386
|
queryParams: {};
|
|
99122
99387
|
jsonBody: {
|
|
99388
|
+
/** ID of the space to which you want to add devices. */
|
|
99123
99389
|
space_id: string;
|
|
99390
|
+
/** IDs of the devices that you want to add to the space. */
|
|
99124
99391
|
device_ids: string[];
|
|
99125
99392
|
};
|
|
99126
99393
|
commonParams: {};
|
|
@@ -99132,8 +99399,11 @@ interface Routes {
|
|
|
99132
99399
|
method: 'POST';
|
|
99133
99400
|
queryParams: {};
|
|
99134
99401
|
jsonBody: {
|
|
99402
|
+
/** Name of the space that you want to create. */
|
|
99135
99403
|
name: string;
|
|
99404
|
+
/** IDs of the devices that you want to add to the new space. */
|
|
99136
99405
|
device_ids?: string[] | undefined;
|
|
99406
|
+
/** IDs of the entrances that you want to add to the new space. */
|
|
99137
99407
|
acs_entrance_ids?: string[] | undefined;
|
|
99138
99408
|
};
|
|
99139
99409
|
commonParams: {};
|
|
@@ -99159,6 +99429,7 @@ interface Routes {
|
|
|
99159
99429
|
method: 'DELETE' | 'POST';
|
|
99160
99430
|
queryParams: {};
|
|
99161
99431
|
jsonBody: {
|
|
99432
|
+
/** ID of the space that you want to delete. */
|
|
99162
99433
|
space_id: string;
|
|
99163
99434
|
};
|
|
99164
99435
|
commonParams: {};
|
|
@@ -99171,6 +99442,7 @@ interface Routes {
|
|
|
99171
99442
|
queryParams: {};
|
|
99172
99443
|
jsonBody: {};
|
|
99173
99444
|
commonParams: {
|
|
99445
|
+
/** ID of the space that you want to get. */
|
|
99174
99446
|
space_id: string;
|
|
99175
99447
|
};
|
|
99176
99448
|
formData: {};
|
|
@@ -99218,7 +99490,9 @@ interface Routes {
|
|
|
99218
99490
|
queryParams: {};
|
|
99219
99491
|
jsonBody: {};
|
|
99220
99492
|
commonParams: {
|
|
99493
|
+
/** ID of the space from which you want to remove entrances. */
|
|
99221
99494
|
space_id: string;
|
|
99495
|
+
/** IDs of the entrances that you want to remove from the space. */
|
|
99222
99496
|
acs_entrance_ids: string[];
|
|
99223
99497
|
};
|
|
99224
99498
|
formData: {};
|
|
@@ -99230,7 +99504,9 @@ interface Routes {
|
|
|
99230
99504
|
queryParams: {};
|
|
99231
99505
|
jsonBody: {};
|
|
99232
99506
|
commonParams: {
|
|
99507
|
+
/** ID of the space from which you want to remove devices. */
|
|
99233
99508
|
space_id: string;
|
|
99509
|
+
/** IDs of the devices that you want to remove from the space. */
|
|
99234
99510
|
device_ids: string[];
|
|
99235
99511
|
};
|
|
99236
99512
|
formData: {};
|
|
@@ -99241,7 +99517,9 @@ interface Routes {
|
|
|
99241
99517
|
method: 'POST' | 'PATCH';
|
|
99242
99518
|
queryParams: {};
|
|
99243
99519
|
jsonBody: {
|
|
99520
|
+
/** ID of the space that you want to update. */
|
|
99244
99521
|
space_id: string;
|
|
99522
|
+
/** Name of the space. */
|
|
99245
99523
|
name?: string | undefined;
|
|
99246
99524
|
};
|
|
99247
99525
|
commonParams: {};
|
|
@@ -100387,9 +100665,9 @@ interface Routes {
|
|
|
100387
100665
|
jsonBody: {
|
|
100388
100666
|
/** ID of the thermostat device that you want to set to cool mode. */
|
|
100389
100667
|
device_id: string;
|
|
100390
|
-
/**
|
|
100668
|
+
/** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
|
|
100391
100669
|
cooling_set_point_celsius?: number | undefined;
|
|
100392
|
-
/**
|
|
100670
|
+
/** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
|
|
100393
100671
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
100394
100672
|
/** */
|
|
100395
100673
|
sync?: boolean;
|
|
@@ -101540,7 +101818,7 @@ interface Routes {
|
|
|
101540
101818
|
jsonBody: {
|
|
101541
101819
|
/** ID of the thermostat device for which you want to create a daily program. */
|
|
101542
101820
|
device_id: string;
|
|
101543
|
-
/**
|
|
101821
|
+
/** Name of the thermostat daily program. */
|
|
101544
101822
|
name: string;
|
|
101545
101823
|
/** Array of thermostat daily program periods. */
|
|
101546
101824
|
periods: Array<{
|
|
@@ -101594,7 +101872,7 @@ interface Routes {
|
|
|
101594
101872
|
jsonBody: {
|
|
101595
101873
|
/** ID of the thermostat daily program that you want to update. */
|
|
101596
101874
|
thermostat_daily_program_id: string;
|
|
101597
|
-
/**
|
|
101875
|
+
/** Name of the thermostat daily program that you want to update. */
|
|
101598
101876
|
name: string;
|
|
101599
101877
|
/** Array of thermostat daily program periods. The periods that you specify overwrite any existing periods for the daily program. */
|
|
101600
101878
|
periods: Array<{
|
|
@@ -102732,9 +103010,9 @@ interface Routes {
|
|
|
102732
103010
|
queryParams: {};
|
|
102733
103011
|
jsonBody: {};
|
|
102734
103012
|
commonParams: {
|
|
102735
|
-
/** ID of the thermostat device that you want to
|
|
103013
|
+
/** ID of the thermostat device that you want to get. */
|
|
102736
103014
|
device_id?: string | undefined;
|
|
102737
|
-
/**
|
|
103015
|
+
/** Name of the thermostat device that you want to retrieve. */
|
|
102738
103016
|
name?: string | undefined;
|
|
102739
103017
|
};
|
|
102740
103018
|
formData: {};
|
|
@@ -103952,9 +104230,9 @@ interface Routes {
|
|
|
103952
104230
|
jsonBody: {
|
|
103953
104231
|
/** ID of the thermostat device that you want to set to heat mode. */
|
|
103954
104232
|
device_id: string;
|
|
103955
|
-
/**
|
|
104233
|
+
/** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
|
|
103956
104234
|
heating_set_point_celsius?: number | undefined;
|
|
103957
|
-
/**
|
|
104235
|
+
/** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
|
|
103958
104236
|
heating_set_point_fahrenheit?: number | undefined;
|
|
103959
104237
|
/** */
|
|
103960
104238
|
sync?: boolean;
|
|
@@ -105074,13 +105352,13 @@ interface Routes {
|
|
|
105074
105352
|
jsonBody: {
|
|
105075
105353
|
/** ID of the thermostat device that you want to set to heat-cool mode. */
|
|
105076
105354
|
device_id: string;
|
|
105077
|
-
/**
|
|
105355
|
+
/** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
|
|
105078
105356
|
heating_set_point_celsius?: number | undefined;
|
|
105079
|
-
/**
|
|
105357
|
+
/** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
|
|
105080
105358
|
heating_set_point_fahrenheit?: number | undefined;
|
|
105081
|
-
/**
|
|
105359
|
+
/** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
|
|
105082
105360
|
cooling_set_point_celsius?: number | undefined;
|
|
105083
|
-
/**
|
|
105361
|
+
/** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
|
|
105084
105362
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
105085
105363
|
/** */
|
|
105086
105364
|
sync?: boolean;
|
|
@@ -106206,11 +106484,11 @@ interface Routes {
|
|
|
106206
106484
|
connected_account_ids?: string[] | undefined;
|
|
106207
106485
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
106208
106486
|
connect_webview_id?: string | undefined;
|
|
106209
|
-
/** Device type by which to filter thermostat devices. */
|
|
106487
|
+
/** Device type by which you want to filter thermostat devices. */
|
|
106210
106488
|
device_type?: ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | undefined;
|
|
106211
|
-
/** Array of device types by which to filter thermostat devices. */
|
|
106489
|
+
/** Array of device types by which you want to filter thermostat devices. */
|
|
106212
106490
|
device_types?: Array<'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat'> | undefined;
|
|
106213
|
-
/** Manufacturer by which to filter thermostat devices. */
|
|
106491
|
+
/** Manufacturer by which you want to filter thermostat devices. */
|
|
106214
106492
|
manufacturer?: ('ecobee' | 'honeywell_resideo' | 'nest' | 'tado' | 'sensi' | 'smartthings') | undefined;
|
|
106215
106493
|
/** Array of device IDs for which you want to list devices. */
|
|
106216
106494
|
device_ids?: string[] | undefined;
|
|
@@ -109767,19 +110045,19 @@ interface Routes {
|
|
|
109767
110045
|
method: 'POST';
|
|
109768
110046
|
queryParams: {};
|
|
109769
110047
|
jsonBody: {
|
|
109770
|
-
/** ID of the
|
|
110048
|
+
/** ID of the thermostat device for which you want to create a schedule. */
|
|
109771
110049
|
device_id: string;
|
|
109772
|
-
/**
|
|
110050
|
+
/** Name of the thermostat schedule. */
|
|
109773
110051
|
name?: string | undefined;
|
|
109774
|
-
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
|
|
110052
|
+
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the new thermostat schedule. */
|
|
109775
110053
|
climate_preset_key: string;
|
|
109776
110054
|
/** Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
109777
110055
|
max_override_period_minutes?: (number | null) | undefined;
|
|
109778
|
-
/** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
110056
|
+
/** Date and time at which the new thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
109779
110057
|
starts_at: string;
|
|
109780
|
-
/** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
110058
|
+
/** Date and time at which the new thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
109781
110059
|
ends_at: string;
|
|
109782
|
-
/** Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
110060
|
+
/** Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the new schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
109783
110061
|
is_override_allowed?: boolean | undefined;
|
|
109784
110062
|
};
|
|
109785
110063
|
commonParams: {};
|
|
@@ -109823,7 +110101,7 @@ interface Routes {
|
|
|
109823
110101
|
queryParams: {};
|
|
109824
110102
|
jsonBody: {};
|
|
109825
110103
|
commonParams: {
|
|
109826
|
-
/** ID of the
|
|
110104
|
+
/** ID of the thermostat schedule that you want to delete. */
|
|
109827
110105
|
thermostat_schedule_id: string;
|
|
109828
110106
|
};
|
|
109829
110107
|
formData: {};
|
|
@@ -109835,7 +110113,7 @@ interface Routes {
|
|
|
109835
110113
|
queryParams: {};
|
|
109836
110114
|
jsonBody: {};
|
|
109837
110115
|
commonParams: {
|
|
109838
|
-
/** ID of the
|
|
110116
|
+
/** ID of the thermostat schedule that you want to get. */
|
|
109839
110117
|
thermostat_schedule_id: string;
|
|
109840
110118
|
};
|
|
109841
110119
|
formData: {};
|
|
@@ -109878,7 +110156,7 @@ interface Routes {
|
|
|
109878
110156
|
queryParams: {};
|
|
109879
110157
|
jsonBody: {};
|
|
109880
110158
|
commonParams: {
|
|
109881
|
-
/** ID of the
|
|
110159
|
+
/** ID of the thermostat device for which you want to list schedules. */
|
|
109882
110160
|
device_id: string;
|
|
109883
110161
|
/** User identifier key by which to filter the list of returned thermostat schedules. */
|
|
109884
110162
|
user_identifier_key?: string | undefined;
|
|
@@ -109921,9 +110199,9 @@ interface Routes {
|
|
|
109921
110199
|
method: 'PATCH' | 'POST';
|
|
109922
110200
|
queryParams: {};
|
|
109923
110201
|
jsonBody: {
|
|
109924
|
-
/** ID of the
|
|
110202
|
+
/** ID of the thermostat schedule that you want to update. */
|
|
109925
110203
|
thermostat_schedule_id: string;
|
|
109926
|
-
/**
|
|
110204
|
+
/** Name of the thermostat schedule. */
|
|
109927
110205
|
name?: string | undefined;
|
|
109928
110206
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
|
|
109929
110207
|
climate_preset_key?: string | undefined;
|
|
@@ -109964,7 +110242,7 @@ interface Routes {
|
|
|
109964
110242
|
/**
|
|
109965
110243
|
* @deprecated Use `fan_mode_setting` instead. */
|
|
109966
110244
|
fan_mode?: ('auto' | 'on' | 'circulate') | undefined;
|
|
109967
|
-
/**
|
|
110245
|
+
/** [Fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings) that you want to set for the thermostat. */
|
|
109968
110246
|
fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
|
|
109969
110247
|
/** */
|
|
109970
110248
|
sync?: boolean;
|
|
@@ -111089,29 +111367,29 @@ interface Routes {
|
|
|
111089
111367
|
hvac_mode_setting: 'cool';
|
|
111090
111368
|
/** ID of the thermostat device for which you want to set the HVAC mode. */
|
|
111091
111369
|
device_id: string;
|
|
111092
|
-
/**
|
|
111370
|
+
/** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
|
|
111093
111371
|
cooling_set_point_celsius?: number | undefined;
|
|
111094
|
-
/**
|
|
111372
|
+
/** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
|
|
111095
111373
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
111096
111374
|
} | {
|
|
111097
111375
|
hvac_mode_setting: 'heat';
|
|
111098
111376
|
/** ID of the thermostat device for which you want to set the HVAC mode. */
|
|
111099
111377
|
device_id: string;
|
|
111100
|
-
/**
|
|
111378
|
+
/** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
|
|
111101
111379
|
heating_set_point_celsius?: number | undefined;
|
|
111102
|
-
/**
|
|
111380
|
+
/** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
|
|
111103
111381
|
heating_set_point_fahrenheit?: number | undefined;
|
|
111104
111382
|
} | {
|
|
111105
111383
|
hvac_mode_setting: 'heat_cool';
|
|
111106
111384
|
/** ID of the thermostat device for which you want to set the HVAC mode. */
|
|
111107
111385
|
device_id: string;
|
|
111108
|
-
/**
|
|
111386
|
+
/** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
|
|
111109
111387
|
cooling_set_point_celsius?: number | undefined;
|
|
111110
|
-
/**
|
|
111388
|
+
/** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
|
|
111111
111389
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
111112
|
-
/**
|
|
111390
|
+
/** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
|
|
111113
111391
|
heating_set_point_celsius?: number | undefined;
|
|
111114
|
-
/**
|
|
111392
|
+
/** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
|
|
111115
111393
|
heating_set_point_fahrenheit?: number | undefined;
|
|
111116
111394
|
};
|
|
111117
111395
|
commonParams: {};
|
|
@@ -112247,40 +112525,40 @@ interface Routes {
|
|
|
112247
112525
|
method: 'POST';
|
|
112248
112526
|
queryParams: {};
|
|
112249
112527
|
jsonBody: {
|
|
112250
|
-
/**
|
|
112528
|
+
/** HVAC mode that you want to simulate. */
|
|
112251
112529
|
hvac_mode: 'off';
|
|
112252
|
-
/** ID of the
|
|
112530
|
+
/** ID of the thermostat device for which you want to simulate having adjusted the HVAC mode. */
|
|
112253
112531
|
device_id: string;
|
|
112254
112532
|
} | {
|
|
112255
|
-
/**
|
|
112533
|
+
/** HVAC mode that you want to simulate. */
|
|
112256
112534
|
hvac_mode: 'cool';
|
|
112257
|
-
/** ID of the
|
|
112535
|
+
/** ID of the thermostat device for which you want to simulate having adjusted the HVAC mode. */
|
|
112258
112536
|
device_id: string;
|
|
112259
|
-
/**
|
|
112537
|
+
/** Cooling [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to simulate. You must set `cooling_set_point_celsius` or `cooling_set_point_fahrenheit`. */
|
|
112260
112538
|
cooling_set_point_celsius?: number | undefined;
|
|
112261
|
-
/**
|
|
112539
|
+
/** Cooling [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to simulate. You must set `cooling_set_point_fahrenheit` or `cooling_set_point_celsius`. */
|
|
112262
112540
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
112263
112541
|
} | {
|
|
112264
|
-
/**
|
|
112542
|
+
/** HVAC mode that you want to simulate. */
|
|
112265
112543
|
hvac_mode: 'heat';
|
|
112266
|
-
/** ID of the
|
|
112544
|
+
/** ID of the thermostat device for which you want to simulate having adjusted the HVAC mode. */
|
|
112267
112545
|
device_id: string;
|
|
112268
|
-
/**
|
|
112546
|
+
/** Heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to simulate. You must set `heating_set_point_celsius` or `heating_set_point_fahrenheit`. */
|
|
112269
112547
|
heating_set_point_celsius?: number | undefined;
|
|
112270
|
-
/**
|
|
112548
|
+
/** Heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to simulate. You must set `heating_set_point_fahrenheit` or `heating_set_point_celsius`. */
|
|
112271
112549
|
heating_set_point_fahrenheit?: number | undefined;
|
|
112272
112550
|
} | {
|
|
112273
|
-
/**
|
|
112551
|
+
/** HVAC mode that you want to simulate. */
|
|
112274
112552
|
hvac_mode: 'heat_cool';
|
|
112275
|
-
/** ID of the
|
|
112553
|
+
/** ID of the thermostat device for which you want to simulate having adjusted the HVAC mode. */
|
|
112276
112554
|
device_id: string;
|
|
112277
|
-
/**
|
|
112555
|
+
/** Cooling [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to simulate. You must set `cooling_set_point_celsius` or `cooling_set_point_fahrenheit`. */
|
|
112278
112556
|
cooling_set_point_celsius?: number | undefined;
|
|
112279
|
-
/**
|
|
112557
|
+
/** Cooling [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to simulate. You must set `cooling_set_point_fahrenheit` or `cooling_set_point_celsius`. */
|
|
112280
112558
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
112281
|
-
/**
|
|
112559
|
+
/** Heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to simulate. You must set `heating_set_point_celsius` or `heating_set_point_fahrenheit`. */
|
|
112282
112560
|
heating_set_point_celsius?: number | undefined;
|
|
112283
|
-
/**
|
|
112561
|
+
/** Heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to simulate. You must set `heating_set_point_fahrenheit` or `heating_set_point_celsius`. */
|
|
112284
112562
|
heating_set_point_fahrenheit?: number | undefined;
|
|
112285
112563
|
};
|
|
112286
112564
|
commonParams: {};
|
|
@@ -112292,11 +112570,11 @@ interface Routes {
|
|
|
112292
112570
|
method: 'POST';
|
|
112293
112571
|
queryParams: {};
|
|
112294
112572
|
jsonBody: {
|
|
112295
|
-
/** ID of the
|
|
112573
|
+
/** ID of the thermostat device that you want to simulate reaching a specified temperature. */
|
|
112296
112574
|
device_id: string;
|
|
112297
|
-
/**
|
|
112575
|
+
/** Temperature in °C that you want simulate the thermostat reaching. You must set `temperature_celsius` or `temperature_fahrenheit`. */
|
|
112298
112576
|
temperature_celsius?: number | undefined;
|
|
112299
|
-
/**
|
|
112577
|
+
/** Temperature in °F that you want simulate the thermostat reaching. You must set `temperature_fahrenheit` or `temperature_celsius`. */
|
|
112300
112578
|
temperature_fahrenheit?: number | undefined;
|
|
112301
112579
|
};
|
|
112302
112580
|
commonParams: {};
|
|
@@ -112328,7 +112606,7 @@ interface Routes {
|
|
|
112328
112606
|
heating_set_point_fahrenheit?: number | undefined;
|
|
112329
112607
|
/** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
|
|
112330
112608
|
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
112331
|
-
manual_override_allowed
|
|
112609
|
+
manual_override_allowed?: boolean | undefined;
|
|
112332
112610
|
};
|
|
112333
112611
|
commonParams: {};
|
|
112334
112612
|
formData: {};
|
|
@@ -113470,10 +113748,10 @@ interface Routes {
|
|
|
113470
113748
|
queryParams: {};
|
|
113471
113749
|
jsonBody: {};
|
|
113472
113750
|
commonParams: ({
|
|
113473
|
-
/** ID of user identity for whom
|
|
113751
|
+
/** ID of user identity for whom you want to grant access. */
|
|
113474
113752
|
user_identity_id: string;
|
|
113475
113753
|
} | {
|
|
113476
|
-
/** When used, creates a new user identity with the
|
|
113754
|
+
/** User identity. When used, creates a new user identity with the specified details and grants them access. */
|
|
113477
113755
|
user_identity: {
|
|
113478
113756
|
/** Unique email address for the user identity. */
|
|
113479
113757
|
email_address?: (string | null) | undefined;
|
|
@@ -113485,9 +113763,9 @@ interface Routes {
|
|
|
113485
113763
|
/**
|
|
113486
113764
|
* @deprecated Use `space_ids`. */
|
|
113487
113765
|
location_ids?: string[] | undefined;
|
|
113488
|
-
/**
|
|
113766
|
+
/** IDs of the existing spaces to which you want to grant access. */
|
|
113489
113767
|
space_ids?: string[] | undefined;
|
|
113490
|
-
/** When used, creates a new location with the
|
|
113768
|
+
/** Location. When used, creates a new location with the specified entrances and devices, and gives the user access to this location. */
|
|
113491
113769
|
location?: {
|
|
113492
113770
|
/** Name of the location. */
|
|
113493
113771
|
name?: string | undefined;
|
|
@@ -113498,12 +113776,12 @@ interface Routes {
|
|
|
113498
113776
|
* @deprecated Use `device_ids` at the top level. */
|
|
113499
113777
|
device_ids?: string[];
|
|
113500
113778
|
} | undefined;
|
|
113501
|
-
/**
|
|
113779
|
+
/** IDs of the [entrances](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) to which you want to grant access. */
|
|
113502
113780
|
acs_entrance_ids?: string[];
|
|
113503
|
-
/**
|
|
113781
|
+
/** IDs of the devices to which you want to grant access. */
|
|
113504
113782
|
device_ids?: string[];
|
|
113505
113783
|
requested_access_methods: Array<{
|
|
113506
|
-
/** Access method mode.
|
|
113784
|
+
/** Access method mode. */
|
|
113507
113785
|
mode: 'code' | 'card' | 'mobile_key';
|
|
113508
113786
|
}>;
|
|
113509
113787
|
/** Date and time at which the validity of the new grant starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
@@ -113552,7 +113830,7 @@ interface Routes {
|
|
|
113552
113830
|
queryParams: {};
|
|
113553
113831
|
jsonBody: {};
|
|
113554
113832
|
commonParams: {
|
|
113555
|
-
/** ID of access grant to delete. */
|
|
113833
|
+
/** ID of access grant that you want to delete. */
|
|
113556
113834
|
access_grant_id: string;
|
|
113557
113835
|
};
|
|
113558
113836
|
formData: {};
|
|
@@ -113564,7 +113842,7 @@ interface Routes {
|
|
|
113564
113842
|
queryParams: {};
|
|
113565
113843
|
jsonBody: {};
|
|
113566
113844
|
commonParams: {
|
|
113567
|
-
/** ID of access grant to get. */
|
|
113845
|
+
/** ID of access grant that you want to get. */
|
|
113568
113846
|
access_grant_id: string;
|
|
113569
113847
|
};
|
|
113570
113848
|
formData: {};
|
|
@@ -113608,16 +113886,16 @@ interface Routes {
|
|
|
113608
113886
|
queryParams: {};
|
|
113609
113887
|
jsonBody: {};
|
|
113610
113888
|
commonParams: {
|
|
113611
|
-
/** ID of user identity to filter list of access grants
|
|
113889
|
+
/** ID of the user identity by which you want to filter the list of access grants. */
|
|
113612
113890
|
user_identity_id?: string | undefined;
|
|
113613
|
-
/** ID of system to filter list of access grants
|
|
113891
|
+
/** ID of the access system by which you want to filter the list of access grants. */
|
|
113614
113892
|
acs_system_id?: string | undefined;
|
|
113615
|
-
/** ID of entrance to filter list of access grants
|
|
113893
|
+
/** ID of the entrance by which you want to filter the list of access grants. */
|
|
113616
113894
|
acs_entrance_id?: string | undefined;
|
|
113617
113895
|
/**
|
|
113618
113896
|
* @deprecated Use `space_id`. */
|
|
113619
113897
|
location_id?: string | undefined;
|
|
113620
|
-
/** ID of space to filter list of access grants
|
|
113898
|
+
/** ID of the space by which you want to filter the list of access grants. */
|
|
113621
113899
|
space_id?: string | undefined;
|
|
113622
113900
|
};
|
|
113623
113901
|
formData: {};
|
|
@@ -113660,7 +113938,7 @@ interface Routes {
|
|
|
113660
113938
|
queryParams: {};
|
|
113661
113939
|
jsonBody: {};
|
|
113662
113940
|
commonParams: {
|
|
113663
|
-
/** ID of access method to
|
|
113941
|
+
/** ID of the access method that you want to delete. */
|
|
113664
113942
|
access_method_id: string;
|
|
113665
113943
|
};
|
|
113666
113944
|
formData: {};
|
|
@@ -113672,7 +113950,7 @@ interface Routes {
|
|
|
113672
113950
|
queryParams: {};
|
|
113673
113951
|
jsonBody: {};
|
|
113674
113952
|
commonParams: {
|
|
113675
|
-
/** ID of access method to get. */
|
|
113953
|
+
/** ID of the access method that you want to get. */
|
|
113676
113954
|
access_method_id: string;
|
|
113677
113955
|
};
|
|
113678
113956
|
formData: {};
|
|
@@ -113704,7 +113982,7 @@ interface Routes {
|
|
|
113704
113982
|
queryParams: {};
|
|
113705
113983
|
jsonBody: {};
|
|
113706
113984
|
commonParams: {
|
|
113707
|
-
/** ID of access grant to list access methods
|
|
113985
|
+
/** ID of the access grant by which to filter the list of access methods. */
|
|
113708
113986
|
access_grant_id: string;
|
|
113709
113987
|
};
|
|
113710
113988
|
formData: {};
|
|
@@ -113734,7 +114012,9 @@ interface Routes {
|
|
|
113734
114012
|
method: 'POST' | 'PUT';
|
|
113735
114013
|
queryParams: {};
|
|
113736
114014
|
jsonBody: {
|
|
114015
|
+
/** ID of the location to which you want to add entrances. */
|
|
113737
114016
|
location_id: string;
|
|
114017
|
+
/** IDs of the entrances that you want to add to the location. */
|
|
113738
114018
|
acs_entrance_ids: string[];
|
|
113739
114019
|
};
|
|
113740
114020
|
commonParams: {};
|
|
@@ -113746,7 +114026,9 @@ interface Routes {
|
|
|
113746
114026
|
method: 'POST' | 'PUT';
|
|
113747
114027
|
queryParams: {};
|
|
113748
114028
|
jsonBody: {
|
|
114029
|
+
/** ID of the location to which you want to add devices. */
|
|
113749
114030
|
location_id: string;
|
|
114031
|
+
/** IDs of the devices that you want to add to the location. */
|
|
113750
114032
|
device_ids: string[];
|
|
113751
114033
|
};
|
|
113752
114034
|
commonParams: {};
|
|
@@ -113758,13 +114040,18 @@ interface Routes {
|
|
|
113758
114040
|
method: 'POST';
|
|
113759
114041
|
queryParams: {};
|
|
113760
114042
|
jsonBody: {
|
|
114043
|
+
/** Name of the new location. */
|
|
113761
114044
|
name: string;
|
|
114045
|
+
/** Geolocation of the new location. */
|
|
113762
114046
|
geolocation?: {
|
|
113763
114047
|
latitude: number;
|
|
113764
114048
|
longitude: number;
|
|
113765
114049
|
} | undefined;
|
|
114050
|
+
/** Time zone of the new location. */
|
|
113766
114051
|
time_zone?: string | undefined;
|
|
114052
|
+
/** IDs of the devices that you want to add to the new location. */
|
|
113767
114053
|
device_ids?: string[] | undefined;
|
|
114054
|
+
/** IDs of the entrances that you want to add to the new location. */
|
|
113768
114055
|
acs_entrance_ids?: string[] | undefined;
|
|
113769
114056
|
};
|
|
113770
114057
|
commonParams: {};
|
|
@@ -113796,6 +114083,7 @@ interface Routes {
|
|
|
113796
114083
|
method: 'DELETE' | 'POST';
|
|
113797
114084
|
queryParams: {};
|
|
113798
114085
|
jsonBody: {
|
|
114086
|
+
/** ID of the location that you want to delete. */
|
|
113799
114087
|
location_id: string;
|
|
113800
114088
|
};
|
|
113801
114089
|
commonParams: {};
|
|
@@ -113808,6 +114096,7 @@ interface Routes {
|
|
|
113808
114096
|
queryParams: {};
|
|
113809
114097
|
jsonBody: {};
|
|
113810
114098
|
commonParams: {
|
|
114099
|
+
/** ID of the location that you want to get. */
|
|
113811
114100
|
location_id: string;
|
|
113812
114101
|
};
|
|
113813
114102
|
formData: {};
|
|
@@ -113868,7 +114157,9 @@ interface Routes {
|
|
|
113868
114157
|
queryParams: {};
|
|
113869
114158
|
jsonBody: {};
|
|
113870
114159
|
commonParams: {
|
|
114160
|
+
/** ID of the location from which you want to remove entrances. */
|
|
113871
114161
|
location_id: string;
|
|
114162
|
+
/** IDs of the entrances that you want to remove from the location. */
|
|
113872
114163
|
acs_entrance_ids: string[];
|
|
113873
114164
|
};
|
|
113874
114165
|
formData: {};
|
|
@@ -113880,7 +114171,9 @@ interface Routes {
|
|
|
113880
114171
|
queryParams: {};
|
|
113881
114172
|
jsonBody: {};
|
|
113882
114173
|
commonParams: {
|
|
114174
|
+
/** ID of the location from which you want to remove devices. */
|
|
113883
114175
|
location_id: string;
|
|
114176
|
+
/** IDs of the devices that you want to remove from the location. */
|
|
113884
114177
|
device_ids: string[];
|
|
113885
114178
|
};
|
|
113886
114179
|
formData: {};
|
|
@@ -113891,12 +114184,16 @@ interface Routes {
|
|
|
113891
114184
|
method: 'POST' | 'PATCH';
|
|
113892
114185
|
queryParams: {};
|
|
113893
114186
|
jsonBody: {
|
|
114187
|
+
/** ID of the location that you want to update. */
|
|
113894
114188
|
location_id: string;
|
|
114189
|
+
/** Name of the location. */
|
|
113895
114190
|
name?: string | undefined;
|
|
114191
|
+
/** Geolocation of the location. */
|
|
113896
114192
|
geolocation?: {
|
|
113897
114193
|
latitude: number;
|
|
113898
114194
|
longitude: number;
|
|
113899
114195
|
} | undefined;
|
|
114196
|
+
/** Time zone of the the location. */
|
|
113900
114197
|
time_zone?: string | undefined;
|
|
113901
114198
|
};
|
|
113902
114199
|
commonParams: {};
|
|
@@ -113929,6 +114226,7 @@ interface Routes {
|
|
|
113929
114226
|
queryParams: {};
|
|
113930
114227
|
jsonBody: {};
|
|
113931
114228
|
commonParams: {
|
|
114229
|
+
/** Customer key for which you want to connect accounts. */
|
|
113932
114230
|
customer_key: string;
|
|
113933
114231
|
};
|
|
113934
114232
|
formData: {};
|
|
@@ -113950,15 +114248,21 @@ interface Routes {
|
|
|
113950
114248
|
queryParams: {};
|
|
113951
114249
|
jsonBody: {};
|
|
113952
114250
|
commonParams: {
|
|
114251
|
+
/** `connect_accounts` building block type. */
|
|
113953
114252
|
building_block_type: 'connect_accounts';
|
|
114253
|
+
/** Customer key for which you want to create a new building block magic link. */
|
|
113954
114254
|
customer_key: string;
|
|
113955
114255
|
} | {
|
|
114256
|
+
/** `manage_devices` building block type. */
|
|
113956
114257
|
building_block_type: 'manage_devices';
|
|
114258
|
+
/** Customer key for which you want to create a new building block magic link. */
|
|
113957
114259
|
customer_key: string;
|
|
113958
114260
|
} | {
|
|
114261
|
+
/** `organize_spaces` building block type. */
|
|
113959
114262
|
building_block_type: 'organize_spaces';
|
|
114263
|
+
/** Customer key for which you want to create a new building block magic link. */
|
|
113960
114264
|
customer_key: string;
|
|
113961
|
-
/** Optional list of partner resources to include in the magic link. */
|
|
114265
|
+
/** Optional list of partner resources that you want to include in the new building block magic link. */
|
|
113962
114266
|
partner_resources?: Array<{
|
|
113963
114267
|
partner_resource_key: string;
|
|
113964
114268
|
name: string;
|
|
@@ -113985,6 +114289,7 @@ interface Routes {
|
|
|
113985
114289
|
queryParams: {};
|
|
113986
114290
|
jsonBody: {};
|
|
113987
114291
|
commonParams: {
|
|
114292
|
+
/** Customer key for which you want to manage devices. */
|
|
113988
114293
|
customer_key: string;
|
|
113989
114294
|
};
|
|
113990
114295
|
formData: {};
|
|
@@ -114006,7 +114311,9 @@ interface Routes {
|
|
|
114006
114311
|
queryParams: {};
|
|
114007
114312
|
jsonBody: {};
|
|
114008
114313
|
commonParams: {
|
|
114314
|
+
/** Customer key for which you want to organize spaces. */
|
|
114009
114315
|
customer_key: string;
|
|
114316
|
+
/** Optional list of partner resources that you want to include in the new building block magic link. */
|
|
114010
114317
|
partner_resources?: Array<{
|
|
114011
114318
|
partner_resource_key: string;
|
|
114012
114319
|
name: string;
|
|
@@ -114032,8 +114339,11 @@ interface Routes {
|
|
|
114032
114339
|
method: 'POST';
|
|
114033
114340
|
queryParams: {};
|
|
114034
114341
|
jsonBody: Array<{
|
|
114342
|
+
/** Type of the resource that you want to push to Seam. */
|
|
114035
114343
|
partner_resource_type?: string | undefined;
|
|
114344
|
+
/** Key of the resource that you want to push to Seam. */
|
|
114036
114345
|
partner_resource_key?: string | undefined;
|
|
114346
|
+
/** Customer key associated with the resource that you want to push to Seam. */
|
|
114037
114347
|
customer_key?: string | undefined;
|
|
114038
114348
|
email_address?: string | undefined;
|
|
114039
114349
|
phone_number?: string | undefined;
|
|
@@ -114045,8 +114355,11 @@ interface Routes {
|
|
|
114045
114355
|
description?: string | undefined;
|
|
114046
114356
|
custom_metadata?: Record<string, string> | undefined;
|
|
114047
114357
|
}> | {
|
|
114358
|
+
/** Type of the resource that you want to push to Seam. */
|
|
114048
114359
|
partner_resource_type?: string | undefined;
|
|
114360
|
+
/** Key of the resource that you want to push to Seam. */
|
|
114049
114361
|
partner_resource_key?: string | undefined;
|
|
114362
|
+
/** Customer key associated with the resource that you want to push to Seam. */
|
|
114050
114363
|
customer_key?: string | undefined;
|
|
114051
114364
|
email_address?: string | undefined;
|
|
114052
114365
|
phone_number?: string | undefined;
|
|
@@ -114068,9 +114381,9 @@ interface Routes {
|
|
|
114068
114381
|
queryParams: {};
|
|
114069
114382
|
jsonBody: {};
|
|
114070
114383
|
commonParams: {
|
|
114071
|
-
/** ID of the
|
|
114384
|
+
/** ID of the user identity to which you want to add an access system user. */
|
|
114072
114385
|
user_identity_id: string;
|
|
114073
|
-
/** ID of the
|
|
114386
|
+
/** ID of the access system user that you want to add to the user identity. */
|
|
114074
114387
|
acs_user_id: string;
|
|
114075
114388
|
};
|
|
114076
114389
|
formData: {};
|
|
@@ -114082,15 +114395,15 @@ interface Routes {
|
|
|
114082
114395
|
queryParams: {};
|
|
114083
114396
|
jsonBody: {};
|
|
114084
114397
|
commonParams: {
|
|
114085
|
-
/** Unique key for the user identity. */
|
|
114398
|
+
/** Unique key for the new user identity. */
|
|
114086
114399
|
user_identity_key?: (string | null) | undefined;
|
|
114087
|
-
/** Unique email address for the user identity. */
|
|
114400
|
+
/** Unique email address for the new user identity. */
|
|
114088
114401
|
email_address?: (string | null) | undefined;
|
|
114089
|
-
/** Unique phone number for the user identity in E.164 format (for example, +15555550100). */
|
|
114402
|
+
/** Unique phone number for the new user identity in E.164 format (for example, +15555550100). */
|
|
114090
114403
|
phone_number?: (string | null) | undefined;
|
|
114091
|
-
/** Full name of the user associated with the user identity. */
|
|
114404
|
+
/** Full name of the user associated with the new user identity. */
|
|
114092
114405
|
full_name?: (string | null) | undefined;
|
|
114093
|
-
/** List of
|
|
114406
|
+
/** List of access system IDs to associate with the new user identity through access system users. If there's no user with the same email address or phone number in the specified access systems, a new access system user is created. If there is an existing user with the same email or phone number in the specified access systems, the user is linked to the user identity. */
|
|
114094
114407
|
acs_system_ids?: string[] | undefined;
|
|
114095
114408
|
};
|
|
114096
114409
|
formData: {};
|
|
@@ -114120,7 +114433,7 @@ interface Routes {
|
|
|
114120
114433
|
queryParams: {};
|
|
114121
114434
|
jsonBody: {};
|
|
114122
114435
|
commonParams: {
|
|
114123
|
-
/** ID of the
|
|
114436
|
+
/** ID of the user identity that you want to delete. */
|
|
114124
114437
|
user_identity_id: string;
|
|
114125
114438
|
};
|
|
114126
114439
|
formData: {};
|
|
@@ -114132,7 +114445,7 @@ interface Routes {
|
|
|
114132
114445
|
queryParams: {};
|
|
114133
114446
|
jsonBody: {};
|
|
114134
114447
|
commonParams: {
|
|
114135
|
-
/** ID of the
|
|
114448
|
+
/** ID of the enrollment automation that you want to delete. */
|
|
114136
114449
|
enrollment_automation_id: string;
|
|
114137
114450
|
};
|
|
114138
114451
|
formData: {};
|
|
@@ -114144,7 +114457,7 @@ interface Routes {
|
|
|
114144
114457
|
queryParams: {};
|
|
114145
114458
|
jsonBody: {};
|
|
114146
114459
|
commonParams: {
|
|
114147
|
-
/** ID of the
|
|
114460
|
+
/** ID of the enrollment automation that you want to get. */
|
|
114148
114461
|
enrollment_automation_id: string;
|
|
114149
114462
|
};
|
|
114150
114463
|
formData: {};
|
|
@@ -114170,15 +114483,15 @@ interface Routes {
|
|
|
114170
114483
|
queryParams: {};
|
|
114171
114484
|
jsonBody: {};
|
|
114172
114485
|
commonParams: {
|
|
114173
|
-
/** ID of the
|
|
114486
|
+
/** ID of the user identity for which you want to launch an enrollment automation. */
|
|
114174
114487
|
user_identity_id: string;
|
|
114175
|
-
/** ID of the desired
|
|
114488
|
+
/** ID of the desired access system that serves as the credential manager for the enrollment automation. */
|
|
114176
114489
|
credential_manager_acs_system_id: string;
|
|
114177
|
-
/** ID of the
|
|
114490
|
+
/** ID of the credential pool from which to obtain credentials for the user identity. */
|
|
114178
114491
|
acs_credential_pool_id?: string | undefined;
|
|
114179
114492
|
/** Indicates whether to create an associated credential manager user. If you set `create_credential_manager_user` to `true`, you cannot specify a `credential_manager_acs_user_id`. */
|
|
114180
114493
|
create_credential_manager_user?: boolean | undefined;
|
|
114181
|
-
/** ID of the associated
|
|
114494
|
+
/** ID of the associated access system user within the credential manager. If you specify a `credential_manager_acs_user_id`, you cannot set `create_credential_manager_user` to `true`. */
|
|
114182
114495
|
credential_manager_acs_user_id?: string | undefined;
|
|
114183
114496
|
};
|
|
114184
114497
|
formData: {};
|
|
@@ -114199,7 +114512,7 @@ interface Routes {
|
|
|
114199
114512
|
queryParams: {};
|
|
114200
114513
|
jsonBody: {};
|
|
114201
114514
|
commonParams: {
|
|
114202
|
-
/** ID of the user identity for which you want to retrieve
|
|
114515
|
+
/** ID of the user identity for which you want to retrieve enrollment automations. */
|
|
114203
114516
|
user_identity_id: string;
|
|
114204
114517
|
};
|
|
114205
114518
|
formData: {};
|
|
@@ -114226,7 +114539,7 @@ interface Routes {
|
|
|
114226
114539
|
commonParams: {
|
|
114227
114540
|
/** ID of the user identity for which you want to generate an instant key. */
|
|
114228
114541
|
user_identity_id: string;
|
|
114229
|
-
/**
|
|
114542
|
+
/** Maximum number of times the instant key can be used. Default: 1. */
|
|
114230
114543
|
max_use_count?: number;
|
|
114231
114544
|
};
|
|
114232
114545
|
formData: {};
|
|
@@ -114249,7 +114562,7 @@ interface Routes {
|
|
|
114249
114562
|
queryParams: {};
|
|
114250
114563
|
jsonBody: {};
|
|
114251
114564
|
commonParams: {
|
|
114252
|
-
/** ID of the
|
|
114565
|
+
/** ID of the user identity that you want to get. */
|
|
114253
114566
|
user_identity_id: string;
|
|
114254
114567
|
} | {
|
|
114255
114568
|
user_identity_key: string;
|
|
@@ -114281,9 +114594,9 @@ interface Routes {
|
|
|
114281
114594
|
queryParams: {};
|
|
114282
114595
|
jsonBody: {};
|
|
114283
114596
|
commonParams: {
|
|
114284
|
-
/** ID of the
|
|
114597
|
+
/** ID of the user identity that you want to grant access to a device. */
|
|
114285
114598
|
user_identity_id: string;
|
|
114286
|
-
/** ID of the
|
|
114599
|
+
/** ID of the managed device to which you want to grant access to the user identity. */
|
|
114287
114600
|
device_id: string;
|
|
114288
114601
|
};
|
|
114289
114602
|
formData: {};
|
|
@@ -114295,6 +114608,7 @@ interface Routes {
|
|
|
114295
114608
|
queryParams: {};
|
|
114296
114609
|
jsonBody: {};
|
|
114297
114610
|
commonParams: {
|
|
114611
|
+
/** `acs_system_id` of the credential manager by which you want to filter the list of user identities. */
|
|
114298
114612
|
credential_manager_acs_system_id?: string | undefined;
|
|
114299
114613
|
};
|
|
114300
114614
|
formData: {};
|
|
@@ -115532,7 +115846,7 @@ interface Routes {
|
|
|
115532
115846
|
can_simulate_disconnection?: boolean | undefined;
|
|
115533
115847
|
}>;
|
|
115534
115848
|
/**
|
|
115535
|
-
* @deprecated
|
|
115849
|
+
* @deprecated Use devices. */
|
|
115536
115850
|
accessible_devices: Array<{
|
|
115537
115851
|
/** Unique identifier for the device. */
|
|
115538
115852
|
device_id: string;
|
|
@@ -116744,7 +117058,7 @@ interface Routes {
|
|
|
116744
117058
|
queryParams: {};
|
|
116745
117059
|
jsonBody: {};
|
|
116746
117060
|
commonParams: {
|
|
116747
|
-
/** ID of the user identity for which you want to retrieve all access
|
|
117061
|
+
/** ID of the user identity for which you want to retrieve all access systems. */
|
|
116748
117062
|
user_identity_id: string;
|
|
116749
117063
|
};
|
|
116750
117064
|
formData: {};
|
|
@@ -116875,7 +117189,7 @@ interface Routes {
|
|
|
116875
117189
|
queryParams: {};
|
|
116876
117190
|
jsonBody: {};
|
|
116877
117191
|
commonParams: {
|
|
116878
|
-
/** ID of the user identity for which you want to retrieve all
|
|
117192
|
+
/** ID of the user identity for which you want to retrieve all access system users. */
|
|
116879
117193
|
user_identity_id: string;
|
|
116880
117194
|
};
|
|
116881
117195
|
formData: {};
|
|
@@ -117074,9 +117388,9 @@ interface Routes {
|
|
|
117074
117388
|
queryParams: {};
|
|
117075
117389
|
jsonBody: {};
|
|
117076
117390
|
commonParams: {
|
|
117077
|
-
/** ID of the
|
|
117391
|
+
/** ID of the user identity from which you want to remove an access system user. */
|
|
117078
117392
|
user_identity_id: string;
|
|
117079
|
-
/** ID of the
|
|
117393
|
+
/** ID of the access system user that you want to remove from the user identity.. */
|
|
117080
117394
|
acs_user_id: string;
|
|
117081
117395
|
};
|
|
117082
117396
|
formData: {};
|
|
@@ -117088,9 +117402,9 @@ interface Routes {
|
|
|
117088
117402
|
queryParams: {};
|
|
117089
117403
|
jsonBody: {};
|
|
117090
117404
|
commonParams: {
|
|
117091
|
-
/** ID of the
|
|
117405
|
+
/** ID of the user identity from which you want to revoke access to a device. */
|
|
117092
117406
|
user_identity_id: string;
|
|
117093
|
-
/** ID of the
|
|
117407
|
+
/** ID of the managed device to which you want to revoke access from the user identity. */
|
|
117094
117408
|
device_id: string;
|
|
117095
117409
|
};
|
|
117096
117410
|
formData: {};
|
|
@@ -117101,14 +117415,15 @@ interface Routes {
|
|
|
117101
117415
|
method: 'PATCH' | 'POST';
|
|
117102
117416
|
queryParams: {};
|
|
117103
117417
|
jsonBody: {
|
|
117104
|
-
/** ID of the user identity. */
|
|
117418
|
+
/** ID of the user identity that you want to update. */
|
|
117105
117419
|
user_identity_id: string;
|
|
117106
117420
|
/** Unique key for the user identity. */
|
|
117107
117421
|
user_identity_key?: (string | null) | undefined;
|
|
117108
117422
|
/** Unique email address for the user identity. */
|
|
117109
117423
|
email_address?: (string | null) | undefined;
|
|
117110
|
-
/** Unique phone number for the user identity
|
|
117424
|
+
/** Unique phone number for the user identity. */
|
|
117111
117425
|
phone_number?: (string | null) | undefined;
|
|
117426
|
+
/** Full name of the user associated with the user identity. */
|
|
117112
117427
|
full_name?: (string | null) | undefined;
|
|
117113
117428
|
};
|
|
117114
117429
|
commonParams: {};
|
|
@@ -117120,7 +117435,9 @@ interface Routes {
|
|
|
117120
117435
|
method: 'POST';
|
|
117121
117436
|
queryParams: {};
|
|
117122
117437
|
jsonBody: {
|
|
117438
|
+
/** URL for the new webhook. */
|
|
117123
117439
|
url: string;
|
|
117440
|
+
/** Types of events that you want the new webhook to receive. */
|
|
117124
117441
|
event_types?: string[];
|
|
117125
117442
|
};
|
|
117126
117443
|
commonParams: {};
|
|
@@ -117141,6 +117458,7 @@ interface Routes {
|
|
|
117141
117458
|
queryParams: {};
|
|
117142
117459
|
jsonBody: {};
|
|
117143
117460
|
commonParams: {
|
|
117461
|
+
/** ID of the webhook that you want to delete. */
|
|
117144
117462
|
webhook_id: string;
|
|
117145
117463
|
};
|
|
117146
117464
|
formData: {};
|
|
@@ -117152,6 +117470,7 @@ interface Routes {
|
|
|
117152
117470
|
queryParams: {};
|
|
117153
117471
|
jsonBody: {};
|
|
117154
117472
|
commonParams: {
|
|
117473
|
+
/** ID of the webhook that you want to get. */
|
|
117155
117474
|
webhook_id: string;
|
|
117156
117475
|
};
|
|
117157
117476
|
formData: {};
|
|
@@ -117186,7 +117505,9 @@ interface Routes {
|
|
|
117186
117505
|
method: 'PUT' | 'POST';
|
|
117187
117506
|
queryParams: {};
|
|
117188
117507
|
jsonBody: {
|
|
117508
|
+
/** ID of the webhook that you want to update. */
|
|
117189
117509
|
webhook_id: string;
|
|
117510
|
+
/** Types of events that you want the webhook to receive. */
|
|
117190
117511
|
event_types: string[];
|
|
117191
117512
|
};
|
|
117192
117513
|
commonParams: {};
|
|
@@ -117198,11 +117519,13 @@ interface Routes {
|
|
|
117198
117519
|
method: 'POST';
|
|
117199
117520
|
queryParams: {};
|
|
117200
117521
|
jsonBody: {
|
|
117522
|
+
/** Name of the new workspace. */
|
|
117201
117523
|
name: string;
|
|
117524
|
+
/** Company name for the new workspace. */
|
|
117202
117525
|
company_name?: string | undefined;
|
|
117203
|
-
/**
|
|
117204
|
-
* @deprecated use company_name */
|
|
117526
|
+
/** Connect partner name for the new workspace. */
|
|
117205
117527
|
connect_partner_name?: ((string | null) | null) | undefined;
|
|
117528
|
+
/** Indicates whether the new workspace is a [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). */
|
|
117206
117529
|
is_sandbox?: boolean;
|
|
117207
117530
|
/**
|
|
117208
117531
|
* @deprecated Use `connect_webview_customization.webview_primary_button_color` instead. */
|
|
@@ -117216,10 +117539,15 @@ interface Routes {
|
|
|
117216
117539
|
/**
|
|
117217
117540
|
* @deprecated Use `connect_webview_customization.webview_success_message` instead. */
|
|
117218
117541
|
webview_success_message?: string | undefined;
|
|
117542
|
+
/** [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) customizations for the new workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
117219
117543
|
connect_webview_customization?: {
|
|
117544
|
+
/** Primary button color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the new workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
117220
117545
|
primary_button_color?: (string | null) | undefined;
|
|
117546
|
+
/** Primary button text color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the new workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
117221
117547
|
primary_button_text_color?: (string | null) | undefined;
|
|
117548
|
+
/** Success message for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the new workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
117222
117549
|
success_message?: (string | null) | undefined;
|
|
117550
|
+
/** Logo shape for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the new workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
117223
117551
|
logo_shape?: (('circle' | 'square') | null) | undefined;
|
|
117224
117552
|
} | undefined;
|
|
117225
117553
|
};
|
|
@@ -118422,14 +118750,22 @@ interface Routes {
|
|
|
118422
118750
|
method: 'POST' | 'PATCH';
|
|
118423
118751
|
queryParams: {};
|
|
118424
118752
|
jsonBody: {
|
|
118753
|
+
/** Name of the workspace. */
|
|
118425
118754
|
name?: string | undefined;
|
|
118755
|
+
/** Connect partner name for the workspace. */
|
|
118426
118756
|
connect_partner_name?: string | undefined;
|
|
118757
|
+
/** [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) customizations for the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
118427
118758
|
connect_webview_customization?: {
|
|
118759
|
+
/** Primary button color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
118428
118760
|
primary_button_color?: (string | null) | undefined;
|
|
118761
|
+
/** Primary button text color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
118429
118762
|
primary_button_text_color?: (string | null) | undefined;
|
|
118763
|
+
/** Success message for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
118430
118764
|
success_message?: (string | null) | undefined;
|
|
118765
|
+
/** Logo shape for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
|
|
118431
118766
|
logo_shape?: (('circle' | 'square') | null) | undefined;
|
|
118432
118767
|
} | undefined;
|
|
118768
|
+
/** Indicates whether the workspace is suspended. */
|
|
118433
118769
|
is_suspended?: boolean | undefined;
|
|
118434
118770
|
};
|
|
118435
118771
|
commonParams: {};
|