@seamapi/types 1.472.0 → 1.473.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50921,56 +50921,6 @@ declare const _default: {
50921
50921
  type: string;
50922
50922
  'x-route-path': string;
50923
50923
  };
50924
- location: {
50925
- properties: {
50926
- created_at: {
50927
- description: string;
50928
- format: string;
50929
- type: string;
50930
- };
50931
- display_name: {
50932
- description: string;
50933
- type: string;
50934
- };
50935
- geolocation: {
50936
- description: string;
50937
- properties: {
50938
- latitude: {
50939
- format: string;
50940
- type: string;
50941
- };
50942
- longitude: {
50943
- format: string;
50944
- type: string;
50945
- };
50946
- };
50947
- required: string[];
50948
- type: string;
50949
- };
50950
- location_id: {
50951
- description: string;
50952
- format: string;
50953
- type: string;
50954
- };
50955
- name: {
50956
- description: string;
50957
- type: string;
50958
- };
50959
- time_zone: {
50960
- description: string;
50961
- type: string;
50962
- };
50963
- workspace_id: {
50964
- description: string;
50965
- format: string;
50966
- type: string;
50967
- };
50968
- };
50969
- required: string[];
50970
- type: string;
50971
- 'x-route-path': string;
50972
- 'x-undocumented': string;
50973
- };
50974
50924
  magic_link: {
50975
50925
  description: string;
50976
50926
  properties: {
@@ -84883,7 +84833,7 @@ declare const _default: {
84883
84833
  'x-title': string;
84884
84834
  };
84885
84835
  };
84886
- '/unstable_locations/add_acs_entrances': {
84836
+ '/unstable_partner/building_blocks/connect_accounts': {
84887
84837
  post: {
84888
84838
  description: string;
84889
84839
  operationId: string;
@@ -84892,18 +84842,8 @@ declare const _default: {
84892
84842
  'application/json': {
84893
84843
  schema: {
84894
84844
  properties: {
84895
- acs_entrance_ids: {
84896
- description: string;
84897
- items: {
84898
- format: string;
84899
- type: string;
84900
- };
84901
- minItems: number;
84902
- type: string;
84903
- };
84904
- location_id: {
84845
+ customer_key: {
84905
84846
  description: string;
84906
- format: string;
84907
84847
  type: string;
84908
84848
  };
84909
84849
  };
@@ -84919,6 +84859,9 @@ declare const _default: {
84919
84859
  'application/json': {
84920
84860
  schema: {
84921
84861
  properties: {
84862
+ magic_link: {
84863
+ $ref: string;
84864
+ };
84922
84865
  ok: {
84923
84866
  type: string;
84924
84867
  };
@@ -84954,11 +84897,110 @@ declare const _default: {
84954
84897
  tags: never[];
84955
84898
  'x-fern-sdk-group-name': string[];
84956
84899
  'x-fern-sdk-method-name': string;
84957
- 'x-response-key': null;
84900
+ 'x-fern-sdk-return-value': string;
84901
+ 'x-response-key': string;
84958
84902
  'x-title': string;
84959
84903
  'x-undocumented': string;
84960
84904
  };
84961
- put: {
84905
+ };
84906
+ '/unstable_partner/building_blocks/generate_magic_link': {
84907
+ get: {
84908
+ description: string;
84909
+ operationId: string;
84910
+ parameters: ({
84911
+ in: string;
84912
+ name: string;
84913
+ required: boolean;
84914
+ schema: {
84915
+ description: string;
84916
+ enum: string[];
84917
+ type: string;
84918
+ items?: never;
84919
+ };
84920
+ } | {
84921
+ in: string;
84922
+ name: string;
84923
+ required: boolean;
84924
+ schema: {
84925
+ description: string;
84926
+ type: string;
84927
+ enum?: never;
84928
+ items?: never;
84929
+ };
84930
+ } | {
84931
+ in: string;
84932
+ name: string;
84933
+ required: boolean;
84934
+ schema: {
84935
+ description: string;
84936
+ items: {
84937
+ properties: {
84938
+ name: {
84939
+ description: string;
84940
+ type: string;
84941
+ };
84942
+ space_key: {
84943
+ description: string;
84944
+ type: string;
84945
+ };
84946
+ };
84947
+ required: string[];
84948
+ type: string;
84949
+ };
84950
+ type: string;
84951
+ enum?: never;
84952
+ };
84953
+ })[];
84954
+ responses: {
84955
+ 200: {
84956
+ content: {
84957
+ 'application/json': {
84958
+ schema: {
84959
+ properties: {
84960
+ magic_link: {
84961
+ $ref: string;
84962
+ };
84963
+ ok: {
84964
+ type: string;
84965
+ };
84966
+ };
84967
+ required: string[];
84968
+ type: string;
84969
+ };
84970
+ };
84971
+ };
84972
+ description: string;
84973
+ };
84974
+ 400: {
84975
+ description: string;
84976
+ };
84977
+ 401: {
84978
+ description: string;
84979
+ };
84980
+ };
84981
+ security: ({
84982
+ pat_with_workspace: never[];
84983
+ console_session_with_workspace?: never;
84984
+ api_key?: never;
84985
+ } | {
84986
+ console_session_with_workspace: never[];
84987
+ pat_with_workspace?: never;
84988
+ api_key?: never;
84989
+ } | {
84990
+ api_key: never[];
84991
+ pat_with_workspace?: never;
84992
+ console_session_with_workspace?: never;
84993
+ })[];
84994
+ summary: string;
84995
+ tags: never[];
84996
+ 'x-fern-sdk-group-name': string[];
84997
+ 'x-fern-sdk-method-name': string;
84998
+ 'x-fern-sdk-return-value': string;
84999
+ 'x-response-key': string;
85000
+ 'x-title': string;
85001
+ 'x-undocumented': string;
85002
+ };
85003
+ post: {
84962
85004
  description: string;
84963
85005
  operationId: string;
84964
85006
  requestBody: {
@@ -84966,18 +85008,101 @@ declare const _default: {
84966
85008
  'application/json': {
84967
85009
  schema: {
84968
85010
  properties: {
84969
- acs_entrance_ids: {
85011
+ building_block_type: {
85012
+ description: string;
85013
+ enum: string[];
85014
+ type: string;
85015
+ };
85016
+ customer_key: {
85017
+ description: string;
85018
+ type: string;
85019
+ };
85020
+ spaces: {
84970
85021
  description: string;
84971
85022
  items: {
84972
- format: string;
85023
+ properties: {
85024
+ name: {
85025
+ description: string;
85026
+ type: string;
85027
+ };
85028
+ space_key: {
85029
+ description: string;
85030
+ type: string;
85031
+ };
85032
+ };
85033
+ required: string[];
84973
85034
  type: string;
84974
85035
  };
84975
- minItems: number;
84976
85036
  type: string;
84977
85037
  };
84978
- location_id: {
85038
+ };
85039
+ required: string[];
85040
+ type: string;
85041
+ };
85042
+ };
85043
+ };
85044
+ };
85045
+ responses: {
85046
+ 200: {
85047
+ content: {
85048
+ 'application/json': {
85049
+ schema: {
85050
+ properties: {
85051
+ magic_link: {
85052
+ $ref: string;
85053
+ };
85054
+ ok: {
85055
+ type: string;
85056
+ };
85057
+ };
85058
+ required: string[];
85059
+ type: string;
85060
+ };
85061
+ };
85062
+ };
85063
+ description: string;
85064
+ };
85065
+ 400: {
85066
+ description: string;
85067
+ };
85068
+ 401: {
85069
+ description: string;
85070
+ };
85071
+ };
85072
+ security: ({
85073
+ pat_with_workspace: never[];
85074
+ console_session_with_workspace?: never;
85075
+ api_key?: never;
85076
+ } | {
85077
+ console_session_with_workspace: never[];
85078
+ pat_with_workspace?: never;
85079
+ api_key?: never;
85080
+ } | {
85081
+ api_key: never[];
85082
+ pat_with_workspace?: never;
85083
+ console_session_with_workspace?: never;
85084
+ })[];
85085
+ summary: string;
85086
+ tags: never[];
85087
+ 'x-fern-sdk-group-name': string[];
85088
+ 'x-fern-sdk-method-name': string;
85089
+ 'x-fern-sdk-return-value': string;
85090
+ 'x-response-key': string;
85091
+ 'x-title': string;
85092
+ 'x-undocumented': string;
85093
+ };
85094
+ };
85095
+ '/unstable_partner/building_blocks/manage_devices': {
85096
+ post: {
85097
+ description: string;
85098
+ operationId: string;
85099
+ requestBody: {
85100
+ content: {
85101
+ 'application/json': {
85102
+ schema: {
85103
+ properties: {
85104
+ customer_key: {
84979
85105
  description: string;
84980
- format: string;
84981
85106
  type: string;
84982
85107
  };
84983
85108
  };
@@ -84993,1446 +85118,9 @@ declare const _default: {
84993
85118
  'application/json': {
84994
85119
  schema: {
84995
85120
  properties: {
84996
- ok: {
84997
- type: string;
84998
- };
84999
- };
85000
- required: string[];
85001
- type: string;
85002
- };
85003
- };
85004
- };
85005
- description: string;
85006
- };
85007
- 400: {
85008
- description: string;
85009
- };
85010
- 401: {
85011
- description: string;
85012
- };
85013
- };
85014
- security: ({
85015
- pat_with_workspace: never[];
85016
- console_session_with_workspace?: never;
85017
- api_key?: never;
85018
- } | {
85019
- console_session_with_workspace: never[];
85020
- pat_with_workspace?: never;
85021
- api_key?: never;
85022
- } | {
85023
- api_key: never[];
85024
- pat_with_workspace?: never;
85025
- console_session_with_workspace?: never;
85026
- })[];
85027
- summary: string;
85028
- tags: never[];
85029
- 'x-fern-sdk-group-name': string[];
85030
- 'x-fern-sdk-method-name': string;
85031
- 'x-response-key': null;
85032
- 'x-title': string;
85033
- 'x-undocumented': string;
85034
- };
85035
- };
85036
- '/unstable_locations/add_devices': {
85037
- post: {
85038
- description: string;
85039
- operationId: string;
85040
- requestBody: {
85041
- content: {
85042
- 'application/json': {
85043
- schema: {
85044
- properties: {
85045
- device_ids: {
85046
- description: string;
85047
- items: {
85048
- format: string;
85049
- type: string;
85050
- };
85051
- minItems: number;
85052
- type: string;
85053
- };
85054
- location_id: {
85055
- description: string;
85056
- format: string;
85057
- type: string;
85058
- };
85059
- };
85060
- required: string[];
85061
- type: string;
85062
- };
85063
- };
85064
- };
85065
- };
85066
- responses: {
85067
- 200: {
85068
- content: {
85069
- 'application/json': {
85070
- schema: {
85071
- properties: {
85072
- ok: {
85073
- type: string;
85074
- };
85075
- };
85076
- required: string[];
85077
- type: string;
85078
- };
85079
- };
85080
- };
85081
- description: string;
85082
- };
85083
- 400: {
85084
- description: string;
85085
- };
85086
- 401: {
85087
- description: string;
85088
- };
85089
- };
85090
- security: ({
85091
- pat_with_workspace: never[];
85092
- console_session_with_workspace?: never;
85093
- api_key?: never;
85094
- } | {
85095
- console_session_with_workspace: never[];
85096
- pat_with_workspace?: never;
85097
- api_key?: never;
85098
- } | {
85099
- api_key: never[];
85100
- pat_with_workspace?: never;
85101
- console_session_with_workspace?: never;
85102
- })[];
85103
- summary: string;
85104
- tags: never[];
85105
- 'x-fern-sdk-group-name': string[];
85106
- 'x-fern-sdk-method-name': string;
85107
- 'x-response-key': null;
85108
- 'x-title': string;
85109
- 'x-undocumented': string;
85110
- };
85111
- put: {
85112
- description: string;
85113
- operationId: string;
85114
- requestBody: {
85115
- content: {
85116
- 'application/json': {
85117
- schema: {
85118
- properties: {
85119
- device_ids: {
85120
- description: string;
85121
- items: {
85122
- format: string;
85123
- type: string;
85124
- };
85125
- minItems: number;
85126
- type: string;
85127
- };
85128
- location_id: {
85129
- description: string;
85130
- format: string;
85131
- type: string;
85132
- };
85133
- };
85134
- required: string[];
85135
- type: string;
85136
- };
85137
- };
85138
- };
85139
- };
85140
- responses: {
85141
- 200: {
85142
- content: {
85143
- 'application/json': {
85144
- schema: {
85145
- properties: {
85146
- ok: {
85147
- type: string;
85148
- };
85149
- };
85150
- required: string[];
85151
- type: string;
85152
- };
85153
- };
85154
- };
85155
- description: string;
85156
- };
85157
- 400: {
85158
- description: string;
85159
- };
85160
- 401: {
85161
- description: string;
85162
- };
85163
- };
85164
- security: ({
85165
- pat_with_workspace: never[];
85166
- console_session_with_workspace?: never;
85167
- api_key?: never;
85168
- } | {
85169
- console_session_with_workspace: never[];
85170
- pat_with_workspace?: never;
85171
- api_key?: never;
85172
- } | {
85173
- api_key: never[];
85174
- pat_with_workspace?: never;
85175
- console_session_with_workspace?: never;
85176
- })[];
85177
- summary: string;
85178
- tags: never[];
85179
- 'x-fern-sdk-group-name': string[];
85180
- 'x-fern-sdk-method-name': string;
85181
- 'x-response-key': null;
85182
- 'x-title': string;
85183
- 'x-undocumented': string;
85184
- };
85185
- };
85186
- '/unstable_locations/create': {
85187
- post: {
85188
- description: string;
85189
- operationId: string;
85190
- requestBody: {
85191
- content: {
85192
- 'application/json': {
85193
- schema: {
85194
- properties: {
85195
- acs_entrance_ids: {
85196
- description: string;
85197
- items: {
85198
- format: string;
85199
- type: string;
85200
- };
85201
- type: string;
85202
- };
85203
- device_ids: {
85204
- description: string;
85205
- items: {
85206
- format: string;
85207
- type: string;
85208
- };
85209
- type: string;
85210
- };
85211
- geolocation: {
85212
- description: string;
85213
- properties: {
85214
- latitude: {
85215
- format: string;
85216
- type: string;
85217
- };
85218
- longitude: {
85219
- format: string;
85220
- type: string;
85221
- };
85222
- };
85223
- required: string[];
85224
- type: string;
85225
- };
85226
- name: {
85227
- description: string;
85228
- type: string;
85229
- };
85230
- time_zone: {
85231
- description: string;
85232
- type: string;
85233
- };
85234
- };
85235
- required: string[];
85236
- type: string;
85237
- };
85238
- };
85239
- };
85240
- };
85241
- responses: {
85242
- 200: {
85243
- content: {
85244
- 'application/json': {
85245
- schema: {
85246
- properties: {
85247
- location: {
85248
- $ref: string;
85249
- };
85250
- ok: {
85251
- type: string;
85252
- };
85253
- };
85254
- required: string[];
85255
- type: string;
85256
- };
85257
- };
85258
- };
85259
- description: string;
85260
- };
85261
- 400: {
85262
- description: string;
85263
- };
85264
- 401: {
85265
- description: string;
85266
- };
85267
- };
85268
- security: ({
85269
- pat_with_workspace: never[];
85270
- console_session_with_workspace?: never;
85271
- api_key?: never;
85272
- } | {
85273
- console_session_with_workspace: never[];
85274
- pat_with_workspace?: never;
85275
- api_key?: never;
85276
- } | {
85277
- api_key: never[];
85278
- pat_with_workspace?: never;
85279
- console_session_with_workspace?: never;
85280
- })[];
85281
- summary: string;
85282
- tags: never[];
85283
- 'x-fern-sdk-group-name': string[];
85284
- 'x-fern-sdk-method-name': string;
85285
- 'x-fern-sdk-return-value': string;
85286
- 'x-response-key': string;
85287
- 'x-title': string;
85288
- 'x-undocumented': string;
85289
- };
85290
- };
85291
- '/unstable_locations/delete': {
85292
- delete: {
85293
- description: string;
85294
- operationId: string;
85295
- requestBody: {
85296
- content: {
85297
- 'application/json': {
85298
- schema: {
85299
- properties: {
85300
- location_id: {
85301
- description: string;
85302
- format: string;
85303
- type: string;
85304
- };
85305
- };
85306
- required: string[];
85307
- type: string;
85308
- };
85309
- };
85310
- };
85311
- };
85312
- responses: {
85313
- 200: {
85314
- content: {
85315
- 'application/json': {
85316
- schema: {
85317
- properties: {
85318
- ok: {
85319
- type: string;
85320
- };
85321
- };
85322
- required: string[];
85323
- type: string;
85324
- };
85325
- };
85326
- };
85327
- description: string;
85328
- };
85329
- 400: {
85330
- description: string;
85331
- };
85332
- 401: {
85333
- description: string;
85334
- };
85335
- };
85336
- security: ({
85337
- pat_with_workspace: never[];
85338
- console_session_with_workspace?: never;
85339
- api_key?: never;
85340
- } | {
85341
- console_session_with_workspace: never[];
85342
- pat_with_workspace?: never;
85343
- api_key?: never;
85344
- } | {
85345
- api_key: never[];
85346
- pat_with_workspace?: never;
85347
- console_session_with_workspace?: never;
85348
- })[];
85349
- summary: string;
85350
- tags: never[];
85351
- 'x-fern-sdk-group-name': string[];
85352
- 'x-fern-sdk-method-name': string;
85353
- 'x-response-key': null;
85354
- 'x-title': string;
85355
- 'x-undocumented': string;
85356
- };
85357
- post: {
85358
- description: string;
85359
- operationId: string;
85360
- requestBody: {
85361
- content: {
85362
- 'application/json': {
85363
- schema: {
85364
- properties: {
85365
- location_id: {
85366
- description: string;
85367
- format: string;
85368
- type: string;
85369
- };
85370
- };
85371
- required: string[];
85372
- type: string;
85373
- };
85374
- };
85375
- };
85376
- };
85377
- responses: {
85378
- 200: {
85379
- content: {
85380
- 'application/json': {
85381
- schema: {
85382
- properties: {
85383
- ok: {
85384
- type: string;
85385
- };
85386
- };
85387
- required: string[];
85388
- type: string;
85389
- };
85390
- };
85391
- };
85392
- description: string;
85393
- };
85394
- 400: {
85395
- description: string;
85396
- };
85397
- 401: {
85398
- description: string;
85399
- };
85400
- };
85401
- security: ({
85402
- pat_with_workspace: never[];
85403
- console_session_with_workspace?: never;
85404
- api_key?: never;
85405
- } | {
85406
- console_session_with_workspace: never[];
85407
- pat_with_workspace?: never;
85408
- api_key?: never;
85409
- } | {
85410
- api_key: never[];
85411
- pat_with_workspace?: never;
85412
- console_session_with_workspace?: never;
85413
- })[];
85414
- summary: string;
85415
- tags: never[];
85416
- 'x-fern-sdk-group-name': string[];
85417
- 'x-fern-sdk-method-name': string;
85418
- 'x-response-key': null;
85419
- 'x-title': string;
85420
- 'x-undocumented': string;
85421
- };
85422
- };
85423
- '/unstable_locations/get': {
85424
- get: {
85425
- description: string;
85426
- operationId: string;
85427
- parameters: {
85428
- in: string;
85429
- name: string;
85430
- required: boolean;
85431
- schema: {
85432
- description: string;
85433
- format: string;
85434
- type: string;
85435
- };
85436
- }[];
85437
- responses: {
85438
- 200: {
85439
- content: {
85440
- 'application/json': {
85441
- schema: {
85442
- properties: {
85443
- location: {
85444
- $ref: string;
85445
- };
85446
- ok: {
85447
- type: string;
85448
- };
85449
- };
85450
- required: string[];
85451
- type: string;
85452
- };
85453
- };
85454
- };
85455
- description: string;
85456
- };
85457
- 400: {
85458
- description: string;
85459
- };
85460
- 401: {
85461
- description: string;
85462
- };
85463
- };
85464
- security: ({
85465
- pat_with_workspace: never[];
85466
- console_session_with_workspace?: never;
85467
- api_key?: never;
85468
- } | {
85469
- console_session_with_workspace: never[];
85470
- pat_with_workspace?: never;
85471
- api_key?: never;
85472
- } | {
85473
- api_key: never[];
85474
- pat_with_workspace?: never;
85475
- console_session_with_workspace?: never;
85476
- })[];
85477
- summary: string;
85478
- tags: never[];
85479
- 'x-fern-sdk-group-name': string[];
85480
- 'x-fern-sdk-method-name': string;
85481
- 'x-fern-sdk-return-value': string;
85482
- 'x-response-key': string;
85483
- 'x-title': string;
85484
- 'x-undocumented': string;
85485
- };
85486
- post: {
85487
- description: string;
85488
- operationId: string;
85489
- requestBody: {
85490
- content: {
85491
- 'application/json': {
85492
- schema: {
85493
- properties: {
85494
- location_id: {
85495
- description: string;
85496
- format: string;
85497
- type: string;
85498
- };
85499
- };
85500
- required: string[];
85501
- type: string;
85502
- };
85503
- };
85504
- };
85505
- };
85506
- responses: {
85507
- 200: {
85508
- content: {
85509
- 'application/json': {
85510
- schema: {
85511
- properties: {
85512
- location: {
85513
- $ref: string;
85514
- };
85515
- ok: {
85516
- type: string;
85517
- };
85518
- };
85519
- required: string[];
85520
- type: string;
85521
- };
85522
- };
85523
- };
85524
- description: string;
85525
- };
85526
- 400: {
85527
- description: string;
85528
- };
85529
- 401: {
85530
- description: string;
85531
- };
85532
- };
85533
- security: ({
85534
- pat_with_workspace: never[];
85535
- console_session_with_workspace?: never;
85536
- api_key?: never;
85537
- } | {
85538
- console_session_with_workspace: never[];
85539
- pat_with_workspace?: never;
85540
- api_key?: never;
85541
- } | {
85542
- api_key: never[];
85543
- pat_with_workspace?: never;
85544
- console_session_with_workspace?: never;
85545
- })[];
85546
- summary: string;
85547
- tags: never[];
85548
- 'x-fern-sdk-group-name': string[];
85549
- 'x-fern-sdk-method-name': string;
85550
- 'x-fern-sdk-return-value': string;
85551
- 'x-response-key': string;
85552
- 'x-title': string;
85553
- 'x-undocumented': string;
85554
- };
85555
- };
85556
- '/unstable_locations/list': {
85557
- get: {
85558
- description: string;
85559
- operationId: string;
85560
- responses: {
85561
- 200: {
85562
- content: {
85563
- 'application/json': {
85564
- schema: {
85565
- properties: {
85566
- locations: {
85567
- items: {
85568
- $ref: string;
85569
- };
85570
- type: string;
85571
- };
85572
- ok: {
85573
- type: string;
85574
- };
85575
- };
85576
- required: string[];
85577
- type: string;
85578
- };
85579
- };
85580
- };
85581
- description: string;
85582
- };
85583
- 400: {
85584
- description: string;
85585
- };
85586
- 401: {
85587
- description: string;
85588
- };
85589
- };
85590
- security: ({
85591
- pat_with_workspace: never[];
85592
- console_session_with_workspace?: never;
85593
- api_key?: never;
85594
- } | {
85595
- console_session_with_workspace: never[];
85596
- pat_with_workspace?: never;
85597
- api_key?: never;
85598
- } | {
85599
- api_key: never[];
85600
- pat_with_workspace?: never;
85601
- console_session_with_workspace?: never;
85602
- })[];
85603
- summary: string;
85604
- tags: never[];
85605
- 'x-fern-sdk-group-name': string[];
85606
- 'x-fern-sdk-method-name': string;
85607
- 'x-fern-sdk-return-value': string;
85608
- 'x-response-key': string;
85609
- 'x-title': string;
85610
- 'x-undocumented': string;
85611
- };
85612
- post: {
85613
- description: string;
85614
- operationId: string;
85615
- responses: {
85616
- 200: {
85617
- content: {
85618
- 'application/json': {
85619
- schema: {
85620
- properties: {
85621
- locations: {
85622
- items: {
85623
- $ref: string;
85624
- };
85625
- type: string;
85626
- };
85627
- ok: {
85628
- type: string;
85629
- };
85630
- };
85631
- required: string[];
85632
- type: string;
85633
- };
85634
- };
85635
- };
85636
- description: string;
85637
- };
85638
- 400: {
85639
- description: string;
85640
- };
85641
- 401: {
85642
- description: string;
85643
- };
85644
- };
85645
- security: ({
85646
- pat_with_workspace: never[];
85647
- console_session_with_workspace?: never;
85648
- api_key?: never;
85649
- } | {
85650
- console_session_with_workspace: never[];
85651
- pat_with_workspace?: never;
85652
- api_key?: never;
85653
- } | {
85654
- api_key: never[];
85655
- pat_with_workspace?: never;
85656
- console_session_with_workspace?: never;
85657
- })[];
85658
- summary: string;
85659
- tags: never[];
85660
- 'x-fern-sdk-group-name': string[];
85661
- 'x-fern-sdk-method-name': string;
85662
- 'x-fern-sdk-return-value': string;
85663
- 'x-response-key': string;
85664
- 'x-title': string;
85665
- 'x-undocumented': string;
85666
- };
85667
- };
85668
- '/unstable_locations/remove_acs_entrances': {
85669
- delete: {
85670
- description: string;
85671
- operationId: string;
85672
- parameters: ({
85673
- in: string;
85674
- name: string;
85675
- required: boolean;
85676
- schema: {
85677
- description: string;
85678
- format: string;
85679
- type: string;
85680
- items?: never;
85681
- };
85682
- } | {
85683
- in: string;
85684
- name: string;
85685
- required: boolean;
85686
- schema: {
85687
- description: string;
85688
- items: {
85689
- format: string;
85690
- type: string;
85691
- };
85692
- type: string;
85693
- format?: never;
85694
- };
85695
- })[];
85696
- responses: {
85697
- 200: {
85698
- content: {
85699
- 'application/json': {
85700
- schema: {
85701
- properties: {
85702
- ok: {
85703
- type: string;
85704
- };
85705
- };
85706
- required: string[];
85707
- type: string;
85708
- };
85709
- };
85710
- };
85711
- description: string;
85712
- };
85713
- 400: {
85714
- description: string;
85715
- };
85716
- 401: {
85717
- description: string;
85718
- };
85719
- };
85720
- security: ({
85721
- pat_with_workspace: never[];
85722
- console_session_with_workspace?: never;
85723
- api_key?: never;
85724
- } | {
85725
- console_session_with_workspace: never[];
85726
- pat_with_workspace?: never;
85727
- api_key?: never;
85728
- } | {
85729
- api_key: never[];
85730
- pat_with_workspace?: never;
85731
- console_session_with_workspace?: never;
85732
- })[];
85733
- summary: string;
85734
- tags: never[];
85735
- 'x-fern-sdk-group-name': string[];
85736
- 'x-fern-sdk-method-name': string;
85737
- 'x-response-key': null;
85738
- 'x-title': string;
85739
- 'x-undocumented': string;
85740
- };
85741
- post: {
85742
- description: string;
85743
- operationId: string;
85744
- requestBody: {
85745
- content: {
85746
- 'application/json': {
85747
- schema: {
85748
- properties: {
85749
- acs_entrance_ids: {
85750
- description: string;
85751
- items: {
85752
- format: string;
85753
- type: string;
85754
- };
85755
- type: string;
85756
- };
85757
- location_id: {
85758
- description: string;
85759
- format: string;
85760
- type: string;
85761
- };
85762
- };
85763
- required: string[];
85764
- type: string;
85765
- };
85766
- };
85767
- };
85768
- };
85769
- responses: {
85770
- 200: {
85771
- content: {
85772
- 'application/json': {
85773
- schema: {
85774
- properties: {
85775
- ok: {
85776
- type: string;
85777
- };
85778
- };
85779
- required: string[];
85780
- type: string;
85781
- };
85782
- };
85783
- };
85784
- description: string;
85785
- };
85786
- 400: {
85787
- description: string;
85788
- };
85789
- 401: {
85790
- description: string;
85791
- };
85792
- };
85793
- security: ({
85794
- pat_with_workspace: never[];
85795
- console_session_with_workspace?: never;
85796
- api_key?: never;
85797
- } | {
85798
- console_session_with_workspace: never[];
85799
- pat_with_workspace?: never;
85800
- api_key?: never;
85801
- } | {
85802
- api_key: never[];
85803
- pat_with_workspace?: never;
85804
- console_session_with_workspace?: never;
85805
- })[];
85806
- summary: string;
85807
- tags: never[];
85808
- 'x-fern-sdk-group-name': string[];
85809
- 'x-fern-sdk-method-name': string;
85810
- 'x-response-key': null;
85811
- 'x-title': string;
85812
- 'x-undocumented': string;
85813
- };
85814
- };
85815
- '/unstable_locations/remove_devices': {
85816
- delete: {
85817
- description: string;
85818
- operationId: string;
85819
- parameters: ({
85820
- in: string;
85821
- name: string;
85822
- required: boolean;
85823
- schema: {
85824
- description: string;
85825
- format: string;
85826
- type: string;
85827
- items?: never;
85828
- };
85829
- } | {
85830
- in: string;
85831
- name: string;
85832
- required: boolean;
85833
- schema: {
85834
- description: string;
85835
- items: {
85836
- format: string;
85837
- type: string;
85838
- };
85839
- type: string;
85840
- format?: never;
85841
- };
85842
- })[];
85843
- responses: {
85844
- 200: {
85845
- content: {
85846
- 'application/json': {
85847
- schema: {
85848
- properties: {
85849
- ok: {
85850
- type: string;
85851
- };
85852
- };
85853
- required: string[];
85854
- type: string;
85855
- };
85856
- };
85857
- };
85858
- description: string;
85859
- };
85860
- 400: {
85861
- description: string;
85862
- };
85863
- 401: {
85864
- description: string;
85865
- };
85866
- };
85867
- security: ({
85868
- pat_with_workspace: never[];
85869
- console_session_with_workspace?: never;
85870
- api_key?: never;
85871
- } | {
85872
- console_session_with_workspace: never[];
85873
- pat_with_workspace?: never;
85874
- api_key?: never;
85875
- } | {
85876
- api_key: never[];
85877
- pat_with_workspace?: never;
85878
- console_session_with_workspace?: never;
85879
- })[];
85880
- summary: string;
85881
- tags: never[];
85882
- 'x-fern-sdk-group-name': string[];
85883
- 'x-fern-sdk-method-name': string;
85884
- 'x-response-key': null;
85885
- 'x-title': string;
85886
- 'x-undocumented': string;
85887
- };
85888
- post: {
85889
- description: string;
85890
- operationId: string;
85891
- requestBody: {
85892
- content: {
85893
- 'application/json': {
85894
- schema: {
85895
- properties: {
85896
- device_ids: {
85897
- description: string;
85898
- items: {
85899
- format: string;
85900
- type: string;
85901
- };
85902
- type: string;
85903
- };
85904
- location_id: {
85905
- description: string;
85906
- format: string;
85907
- type: string;
85908
- };
85909
- };
85910
- required: string[];
85911
- type: string;
85912
- };
85913
- };
85914
- };
85915
- };
85916
- responses: {
85917
- 200: {
85918
- content: {
85919
- 'application/json': {
85920
- schema: {
85921
- properties: {
85922
- ok: {
85923
- type: string;
85924
- };
85925
- };
85926
- required: string[];
85927
- type: string;
85928
- };
85929
- };
85930
- };
85931
- description: string;
85932
- };
85933
- 400: {
85934
- description: string;
85935
- };
85936
- 401: {
85937
- description: string;
85938
- };
85939
- };
85940
- security: ({
85941
- pat_with_workspace: never[];
85942
- console_session_with_workspace?: never;
85943
- api_key?: never;
85944
- } | {
85945
- console_session_with_workspace: never[];
85946
- pat_with_workspace?: never;
85947
- api_key?: never;
85948
- } | {
85949
- api_key: never[];
85950
- pat_with_workspace?: never;
85951
- console_session_with_workspace?: never;
85952
- })[];
85953
- summary: string;
85954
- tags: never[];
85955
- 'x-fern-sdk-group-name': string[];
85956
- 'x-fern-sdk-method-name': string;
85957
- 'x-response-key': null;
85958
- 'x-title': string;
85959
- 'x-undocumented': string;
85960
- };
85961
- };
85962
- '/unstable_locations/update': {
85963
- patch: {
85964
- description: string;
85965
- operationId: string;
85966
- requestBody: {
85967
- content: {
85968
- 'application/json': {
85969
- schema: {
85970
- properties: {
85971
- geolocation: {
85972
- description: string;
85973
- properties: {
85974
- latitude: {
85975
- format: string;
85976
- type: string;
85977
- };
85978
- longitude: {
85979
- format: string;
85980
- type: string;
85981
- };
85982
- };
85983
- required: string[];
85984
- type: string;
85985
- };
85986
- location_id: {
85987
- description: string;
85988
- format: string;
85989
- type: string;
85990
- };
85991
- name: {
85992
- description: string;
85993
- type: string;
85994
- };
85995
- time_zone: {
85996
- description: string;
85997
- type: string;
85998
- };
85999
- };
86000
- required: string[];
86001
- type: string;
86002
- };
86003
- };
86004
- };
86005
- };
86006
- responses: {
86007
- 200: {
86008
- content: {
86009
- 'application/json': {
86010
- schema: {
86011
- properties: {
86012
- location: {
86013
- $ref: string;
86014
- };
86015
- ok: {
86016
- type: string;
86017
- };
86018
- };
86019
- required: string[];
86020
- type: string;
86021
- };
86022
- };
86023
- };
86024
- description: string;
86025
- };
86026
- 400: {
86027
- description: string;
86028
- };
86029
- 401: {
86030
- description: string;
86031
- };
86032
- };
86033
- security: ({
86034
- pat_with_workspace: never[];
86035
- console_session_with_workspace?: never;
86036
- api_key?: never;
86037
- } | {
86038
- console_session_with_workspace: never[];
86039
- pat_with_workspace?: never;
86040
- api_key?: never;
86041
- } | {
86042
- api_key: never[];
86043
- pat_with_workspace?: never;
86044
- console_session_with_workspace?: never;
86045
- })[];
86046
- summary: string;
86047
- tags: never[];
86048
- 'x-fern-sdk-group-name': string[];
86049
- 'x-fern-sdk-method-name': string;
86050
- 'x-fern-sdk-return-value': string;
86051
- 'x-response-key': string;
86052
- 'x-title': string;
86053
- 'x-undocumented': string;
86054
- };
86055
- post: {
86056
- description: string;
86057
- operationId: string;
86058
- requestBody: {
86059
- content: {
86060
- 'application/json': {
86061
- schema: {
86062
- properties: {
86063
- geolocation: {
86064
- description: string;
86065
- properties: {
86066
- latitude: {
86067
- format: string;
86068
- type: string;
86069
- };
86070
- longitude: {
86071
- format: string;
86072
- type: string;
86073
- };
86074
- };
86075
- required: string[];
86076
- type: string;
86077
- };
86078
- location_id: {
86079
- description: string;
86080
- format: string;
86081
- type: string;
86082
- };
86083
- name: {
86084
- description: string;
86085
- type: string;
86086
- };
86087
- time_zone: {
86088
- description: string;
86089
- type: string;
86090
- };
86091
- };
86092
- required: string[];
86093
- type: string;
86094
- };
86095
- };
86096
- };
86097
- };
86098
- responses: {
86099
- 200: {
86100
- content: {
86101
- 'application/json': {
86102
- schema: {
86103
- properties: {
86104
- location: {
86105
- $ref: string;
86106
- };
86107
- ok: {
86108
- type: string;
86109
- };
86110
- };
86111
- required: string[];
86112
- type: string;
86113
- };
86114
- };
86115
- };
86116
- description: string;
86117
- };
86118
- 400: {
86119
- description: string;
86120
- };
86121
- 401: {
86122
- description: string;
86123
- };
86124
- };
86125
- security: ({
86126
- pat_with_workspace: never[];
86127
- console_session_with_workspace?: never;
86128
- api_key?: never;
86129
- } | {
86130
- console_session_with_workspace: never[];
86131
- pat_with_workspace?: never;
86132
- api_key?: never;
86133
- } | {
86134
- api_key: never[];
86135
- pat_with_workspace?: never;
86136
- console_session_with_workspace?: never;
86137
- })[];
86138
- summary: string;
86139
- tags: never[];
86140
- 'x-fern-sdk-group-name': string[];
86141
- 'x-fern-sdk-method-name': string;
86142
- 'x-fern-sdk-return-value': string;
86143
- 'x-response-key': string;
86144
- 'x-title': string;
86145
- 'x-undocumented': string;
86146
- };
86147
- };
86148
- '/unstable_partner/building_blocks/connect_accounts': {
86149
- post: {
86150
- description: string;
86151
- operationId: string;
86152
- requestBody: {
86153
- content: {
86154
- 'application/json': {
86155
- schema: {
86156
- properties: {
86157
- customer_key: {
86158
- description: string;
86159
- type: string;
86160
- };
86161
- };
86162
- required: string[];
86163
- type: string;
86164
- };
86165
- };
86166
- };
86167
- };
86168
- responses: {
86169
- 200: {
86170
- content: {
86171
- 'application/json': {
86172
- schema: {
86173
- properties: {
86174
- magic_link: {
86175
- $ref: string;
86176
- };
86177
- ok: {
86178
- type: string;
86179
- };
86180
- };
86181
- required: string[];
86182
- type: string;
86183
- };
86184
- };
86185
- };
86186
- description: string;
86187
- };
86188
- 400: {
86189
- description: string;
86190
- };
86191
- 401: {
86192
- description: string;
86193
- };
86194
- };
86195
- security: ({
86196
- pat_with_workspace: never[];
86197
- console_session_with_workspace?: never;
86198
- api_key?: never;
86199
- } | {
86200
- console_session_with_workspace: never[];
86201
- pat_with_workspace?: never;
86202
- api_key?: never;
86203
- } | {
86204
- api_key: never[];
86205
- pat_with_workspace?: never;
86206
- console_session_with_workspace?: never;
86207
- })[];
86208
- summary: string;
86209
- tags: never[];
86210
- 'x-fern-sdk-group-name': string[];
86211
- 'x-fern-sdk-method-name': string;
86212
- 'x-fern-sdk-return-value': string;
86213
- 'x-response-key': string;
86214
- 'x-title': string;
86215
- 'x-undocumented': string;
86216
- };
86217
- };
86218
- '/unstable_partner/building_blocks/generate_magic_link': {
86219
- get: {
86220
- description: string;
86221
- operationId: string;
86222
- parameters: ({
86223
- in: string;
86224
- name: string;
86225
- required: boolean;
86226
- schema: {
86227
- description: string;
86228
- enum: string[];
86229
- type: string;
86230
- items?: never;
86231
- };
86232
- } | {
86233
- in: string;
86234
- name: string;
86235
- required: boolean;
86236
- schema: {
86237
- description: string;
86238
- type: string;
86239
- enum?: never;
86240
- items?: never;
86241
- };
86242
- } | {
86243
- in: string;
86244
- name: string;
86245
- required: boolean;
86246
- schema: {
86247
- description: string;
86248
- items: {
86249
- properties: {
86250
- name: {
86251
- description: string;
86252
- type: string;
86253
- };
86254
- space_key: {
86255
- description: string;
86256
- type: string;
86257
- };
86258
- };
86259
- required: string[];
86260
- type: string;
86261
- };
86262
- type: string;
86263
- enum?: never;
86264
- };
86265
- })[];
86266
- responses: {
86267
- 200: {
86268
- content: {
86269
- 'application/json': {
86270
- schema: {
86271
- properties: {
86272
- magic_link: {
86273
- $ref: string;
86274
- };
86275
- ok: {
86276
- type: string;
86277
- };
86278
- };
86279
- required: string[];
86280
- type: string;
86281
- };
86282
- };
86283
- };
86284
- description: string;
86285
- };
86286
- 400: {
86287
- description: string;
86288
- };
86289
- 401: {
86290
- description: string;
86291
- };
86292
- };
86293
- security: ({
86294
- pat_with_workspace: never[];
86295
- console_session_with_workspace?: never;
86296
- api_key?: never;
86297
- } | {
86298
- console_session_with_workspace: never[];
86299
- pat_with_workspace?: never;
86300
- api_key?: never;
86301
- } | {
86302
- api_key: never[];
86303
- pat_with_workspace?: never;
86304
- console_session_with_workspace?: never;
86305
- })[];
86306
- summary: string;
86307
- tags: never[];
86308
- 'x-fern-sdk-group-name': string[];
86309
- 'x-fern-sdk-method-name': string;
86310
- 'x-fern-sdk-return-value': string;
86311
- 'x-response-key': string;
86312
- 'x-title': string;
86313
- 'x-undocumented': string;
86314
- };
86315
- post: {
86316
- description: string;
86317
- operationId: string;
86318
- requestBody: {
86319
- content: {
86320
- 'application/json': {
86321
- schema: {
86322
- properties: {
86323
- building_block_type: {
86324
- description: string;
86325
- enum: string[];
86326
- type: string;
86327
- };
86328
- customer_key: {
86329
- description: string;
86330
- type: string;
86331
- };
86332
- spaces: {
86333
- description: string;
86334
- items: {
86335
- properties: {
86336
- name: {
86337
- description: string;
86338
- type: string;
86339
- };
86340
- space_key: {
86341
- description: string;
86342
- type: string;
86343
- };
86344
- };
86345
- required: string[];
86346
- type: string;
86347
- };
86348
- type: string;
86349
- };
86350
- };
86351
- required: string[];
86352
- type: string;
86353
- };
86354
- };
86355
- };
86356
- };
86357
- responses: {
86358
- 200: {
86359
- content: {
86360
- 'application/json': {
86361
- schema: {
86362
- properties: {
86363
- magic_link: {
86364
- $ref: string;
86365
- };
86366
- ok: {
86367
- type: string;
86368
- };
86369
- };
86370
- required: string[];
86371
- type: string;
86372
- };
86373
- };
86374
- };
86375
- description: string;
86376
- };
86377
- 400: {
86378
- description: string;
86379
- };
86380
- 401: {
86381
- description: string;
86382
- };
86383
- };
86384
- security: ({
86385
- pat_with_workspace: never[];
86386
- console_session_with_workspace?: never;
86387
- api_key?: never;
86388
- } | {
86389
- console_session_with_workspace: never[];
86390
- pat_with_workspace?: never;
86391
- api_key?: never;
86392
- } | {
86393
- api_key: never[];
86394
- pat_with_workspace?: never;
86395
- console_session_with_workspace?: never;
86396
- })[];
86397
- summary: string;
86398
- tags: never[];
86399
- 'x-fern-sdk-group-name': string[];
86400
- 'x-fern-sdk-method-name': string;
86401
- 'x-fern-sdk-return-value': string;
86402
- 'x-response-key': string;
86403
- 'x-title': string;
86404
- 'x-undocumented': string;
86405
- };
86406
- };
86407
- '/unstable_partner/building_blocks/manage_devices': {
86408
- post: {
86409
- description: string;
86410
- operationId: string;
86411
- requestBody: {
86412
- content: {
86413
- 'application/json': {
86414
- schema: {
86415
- properties: {
86416
- customer_key: {
86417
- description: string;
86418
- type: string;
86419
- };
86420
- };
86421
- required: string[];
86422
- type: string;
86423
- };
86424
- };
86425
- };
86426
- };
86427
- responses: {
86428
- 200: {
86429
- content: {
86430
- 'application/json': {
86431
- schema: {
86432
- properties: {
86433
- magic_link: {
86434
- $ref: string;
86435
- };
85121
+ magic_link: {
85122
+ $ref: string;
85123
+ };
86436
85124
  ok: {
86437
85125
  type: string;
86438
85126
  };
@@ -162592,222 +161280,6 @@ type Routes = {
162592
161280
  };
162593
161281
  };
162594
161282
  };
162595
- '/unstable_locations/add_acs_entrances': {
162596
- route: '/unstable_locations/add_acs_entrances';
162597
- method: 'POST' | 'PUT';
162598
- queryParams: {};
162599
- jsonBody: {
162600
- /** ID of the location to which you want to add entrances. */
162601
- location_id: string;
162602
- /** IDs of the entrances that you want to add to the location. */
162603
- acs_entrance_ids: string[];
162604
- };
162605
- commonParams: {};
162606
- formData: {};
162607
- jsonResponse: {};
162608
- };
162609
- '/unstable_locations/add_devices': {
162610
- route: '/unstable_locations/add_devices';
162611
- method: 'POST' | 'PUT';
162612
- queryParams: {};
162613
- jsonBody: {
162614
- /** ID of the location to which you want to add devices. */
162615
- location_id: string;
162616
- /** IDs of the devices that you want to add to the location. */
162617
- device_ids: string[];
162618
- };
162619
- commonParams: {};
162620
- formData: {};
162621
- jsonResponse: {};
162622
- };
162623
- '/unstable_locations/create': {
162624
- route: '/unstable_locations/create';
162625
- method: 'POST';
162626
- queryParams: {};
162627
- jsonBody: {
162628
- /** Name of the new location. */
162629
- name: string;
162630
- /** Geolocation of the new location. */
162631
- geolocation?: {
162632
- latitude: number;
162633
- longitude: number;
162634
- } | undefined;
162635
- /** Time zone of the new location. */
162636
- time_zone?: string | undefined;
162637
- /** IDs of the devices that you want to add to the new location. */
162638
- device_ids?: string[] | undefined;
162639
- /** IDs of the entrances that you want to add to the new location. */
162640
- acs_entrance_ids?: string[] | undefined;
162641
- };
162642
- commonParams: {};
162643
- formData: {};
162644
- jsonResponse: {
162645
- /** */
162646
- location: {
162647
- /** Unique identifier for the location. */
162648
- location_id: string;
162649
- /** Unique identifier for the Seam workspace associated with the location. */
162650
- workspace_id: string;
162651
- /** Name of the location. */
162652
- name: string;
162653
- /** Display name of the location. */
162654
- display_name: string;
162655
- /** Geographical location of the location. */
162656
- geolocation?: {
162657
- latitude: number;
162658
- longitude: number;
162659
- } | undefined;
162660
- /** Time zone of the location. */
162661
- time_zone?: string | undefined;
162662
- /** Date and time at which the location object was created. */
162663
- created_at: string;
162664
- };
162665
- };
162666
- };
162667
- '/unstable_locations/delete': {
162668
- route: '/unstable_locations/delete';
162669
- method: 'DELETE' | 'POST';
162670
- queryParams: {};
162671
- jsonBody: {
162672
- /** ID of the location that you want to delete. */
162673
- location_id: string;
162674
- };
162675
- commonParams: {};
162676
- formData: {};
162677
- jsonResponse: {};
162678
- };
162679
- '/unstable_locations/get': {
162680
- route: '/unstable_locations/get';
162681
- method: 'GET' | 'POST';
162682
- queryParams: {};
162683
- jsonBody: {};
162684
- commonParams: {
162685
- /** ID of the location that you want to get. */
162686
- location_id: string;
162687
- };
162688
- formData: {};
162689
- jsonResponse: {
162690
- /** */
162691
- location: {
162692
- /** Unique identifier for the location. */
162693
- location_id: string;
162694
- /** Unique identifier for the Seam workspace associated with the location. */
162695
- workspace_id: string;
162696
- /** Name of the location. */
162697
- name: string;
162698
- /** Display name of the location. */
162699
- display_name: string;
162700
- /** Geographical location of the location. */
162701
- geolocation?: {
162702
- latitude: number;
162703
- longitude: number;
162704
- } | undefined;
162705
- /** Time zone of the location. */
162706
- time_zone?: string | undefined;
162707
- /** Date and time at which the location object was created. */
162708
- created_at: string;
162709
- };
162710
- };
162711
- };
162712
- '/unstable_locations/list': {
162713
- route: '/unstable_locations/list';
162714
- method: 'GET' | 'POST';
162715
- queryParams: {};
162716
- jsonBody: {};
162717
- commonParams: {};
162718
- formData: {};
162719
- jsonResponse: {
162720
- locations: {
162721
- /** Unique identifier for the location. */
162722
- location_id: string;
162723
- /** Unique identifier for the Seam workspace associated with the location. */
162724
- workspace_id: string;
162725
- /** Name of the location. */
162726
- name: string;
162727
- /** Display name of the location. */
162728
- display_name: string;
162729
- /** Geographical location of the location. */
162730
- geolocation?: {
162731
- latitude: number;
162732
- longitude: number;
162733
- } | undefined;
162734
- /** Time zone of the location. */
162735
- time_zone?: string | undefined;
162736
- /** Date and time at which the location object was created. */
162737
- created_at: string;
162738
- }[];
162739
- };
162740
- };
162741
- '/unstable_locations/remove_acs_entrances': {
162742
- route: '/unstable_locations/remove_acs_entrances';
162743
- method: 'POST' | 'DELETE';
162744
- queryParams: {};
162745
- jsonBody: {};
162746
- commonParams: {
162747
- /** ID of the location from which you want to remove entrances. */
162748
- location_id: string;
162749
- /** IDs of the entrances that you want to remove from the location. */
162750
- acs_entrance_ids: string[];
162751
- };
162752
- formData: {};
162753
- jsonResponse: {};
162754
- };
162755
- '/unstable_locations/remove_devices': {
162756
- route: '/unstable_locations/remove_devices';
162757
- method: 'POST' | 'DELETE';
162758
- queryParams: {};
162759
- jsonBody: {};
162760
- commonParams: {
162761
- /** ID of the location from which you want to remove devices. */
162762
- location_id: string;
162763
- /** IDs of the devices that you want to remove from the location. */
162764
- device_ids: string[];
162765
- };
162766
- formData: {};
162767
- jsonResponse: {};
162768
- };
162769
- '/unstable_locations/update': {
162770
- route: '/unstable_locations/update';
162771
- method: 'POST' | 'PATCH';
162772
- queryParams: {};
162773
- jsonBody: {
162774
- /** ID of the location that you want to update. */
162775
- location_id: string;
162776
- /** Name of the location. */
162777
- name?: string | undefined;
162778
- /** Geolocation of the location. */
162779
- geolocation?: {
162780
- latitude: number;
162781
- longitude: number;
162782
- } | undefined;
162783
- /** Time zone of the the location. */
162784
- time_zone?: string | undefined;
162785
- };
162786
- commonParams: {};
162787
- formData: {};
162788
- jsonResponse: {
162789
- /** */
162790
- location: {
162791
- /** Unique identifier for the location. */
162792
- location_id: string;
162793
- /** Unique identifier for the Seam workspace associated with the location. */
162794
- workspace_id: string;
162795
- /** Name of the location. */
162796
- name: string;
162797
- /** Display name of the location. */
162798
- display_name: string;
162799
- /** Geographical location of the location. */
162800
- geolocation?: {
162801
- latitude: number;
162802
- longitude: number;
162803
- } | undefined;
162804
- /** Time zone of the location. */
162805
- time_zone?: string | undefined;
162806
- /** Date and time at which the location object was created. */
162807
- created_at: string;
162808
- };
162809
- };
162810
- };
162811
161283
  '/unstable_partner/building_blocks/connect_accounts': {
162812
161284
  route: '/unstable_partner/building_blocks/connect_accounts';
162813
161285
  method: 'POST';