@seamapi/types 1.468.0 → 1.470.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.
@@ -47098,11 +47098,9 @@ declare const _default: {
47098
47098
  required: string[];
47099
47099
  type: string;
47100
47100
  'x-route-path': string;
47101
- 'x-undocumented': string;
47102
47101
  };
47103
47102
  type: string;
47104
47103
  'x-property-group-key': string;
47105
- 'x-undocumented': string;
47106
47104
  };
47107
47105
  thermostat_weekly_program: {
47108
47106
  description: string;
@@ -47159,7 +47157,6 @@ declare const _default: {
47159
47157
  required: string[];
47160
47158
  type: string;
47161
47159
  'x-property-group-key': string;
47162
- 'x-undocumented': string;
47163
47160
  };
47164
47161
  _experimental_supported_code_from_access_codes_lengths?: never;
47165
47162
  code_constraints?: never;
@@ -51953,7 +51950,6 @@ declare const _default: {
51953
51950
  required: string[];
51954
51951
  type: string;
51955
51952
  'x-route-path': string;
51956
- 'x-undocumented': string;
51957
51953
  };
51958
51954
  thermostat_schedule: {
51959
51955
  description: string;
@@ -81456,7 +81452,6 @@ declare const _default: {
81456
81452
  'x-fern-sdk-return-value': string;
81457
81453
  'x-response-key': string;
81458
81454
  'x-title': string;
81459
- 'x-undocumented': string;
81460
81455
  };
81461
81456
  };
81462
81457
  '/thermostats/daily_programs/delete': {
@@ -81524,7 +81519,6 @@ declare const _default: {
81524
81519
  'x-fern-sdk-method-name': string;
81525
81520
  'x-response-key': null;
81526
81521
  'x-title': string;
81527
- 'x-undocumented': string;
81528
81522
  };
81529
81523
  post: {
81530
81524
  description: string;
@@ -81597,7 +81591,6 @@ declare const _default: {
81597
81591
  'x-fern-sdk-method-name': string;
81598
81592
  'x-response-key': null;
81599
81593
  'x-title': string;
81600
- 'x-undocumented': string;
81601
81594
  };
81602
81595
  };
81603
81596
  '/thermostats/daily_programs/update': {
@@ -81701,7 +81694,6 @@ declare const _default: {
81701
81694
  'x-fern-sdk-return-value': string;
81702
81695
  'x-response-key': string;
81703
81696
  'x-title': string;
81704
- 'x-undocumented': string;
81705
81697
  };
81706
81698
  post: {
81707
81699
  description: string;
@@ -81803,7 +81795,6 @@ declare const _default: {
81803
81795
  'x-fern-sdk-return-value': string;
81804
81796
  'x-response-key': string;
81805
81797
  'x-title': string;
81806
- 'x-undocumented': string;
81807
81798
  };
81808
81799
  };
81809
81800
  '/thermostats/delete_climate_preset': {
@@ -84837,10 +84828,9 @@ declare const _default: {
84837
84828
  'x-fern-sdk-return-value': string;
84838
84829
  'x-response-key': string;
84839
84830
  'x-title': string;
84840
- 'x-undocumented': string;
84841
84831
  };
84842
84832
  };
84843
- '/unstable_access_grants/create': {
84833
+ '/unstable_locations/add_acs_entrances': {
84844
84834
  post: {
84845
84835
  description: string;
84846
84836
  operationId: string;
@@ -84848,146 +84838,98 @@ declare const _default: {
84848
84838
  content: {
84849
84839
  'application/json': {
84850
84840
  schema: {
84851
- allOf: ({
84852
- oneOf: ({
84853
- properties: {
84854
- user_identity_id: {
84855
- description: string;
84856
- format: string;
84857
- type: string;
84858
- };
84859
- user_identity?: never;
84841
+ properties: {
84842
+ acs_entrance_ids: {
84843
+ description: string;
84844
+ items: {
84845
+ format: string;
84846
+ type: string;
84860
84847
  };
84861
- required: string[];
84848
+ minItems: number;
84862
84849
  type: string;
84863
- } | {
84864
- properties: {
84865
- user_identity: {
84866
- description: string;
84867
- properties: {
84868
- email_address: {
84869
- description: string;
84870
- format: string;
84871
- nullable: boolean;
84872
- type: string;
84873
- };
84874
- full_name: {
84875
- minLength: number;
84876
- nullable: boolean;
84877
- type: string;
84878
- };
84879
- phone_number: {
84880
- description: string;
84881
- nullable: boolean;
84882
- type: string;
84883
- };
84884
- };
84885
- type: string;
84886
- };
84887
- user_identity_id?: never;
84888
- };
84889
- required: string[];
84850
+ };
84851
+ location_id: {
84852
+ description: string;
84853
+ format: string;
84890
84854
  type: string;
84891
- })[];
84892
- properties?: never;
84893
- required?: never;
84894
- type?: never;
84895
- } | {
84855
+ };
84856
+ };
84857
+ required: string[];
84858
+ type: string;
84859
+ };
84860
+ };
84861
+ };
84862
+ };
84863
+ responses: {
84864
+ 200: {
84865
+ content: {
84866
+ 'application/json': {
84867
+ schema: {
84896
84868
  properties: {
84897
- acs_entrance_ids: {
84898
- default: never[];
84899
- description: string;
84900
- items: {
84901
- format: string;
84902
- type: string;
84903
- };
84904
- type: string;
84905
- };
84906
- device_ids: {
84907
- default: never[];
84908
- description: string;
84909
- items: {
84910
- format: string;
84911
- type: string;
84912
- };
84913
- type: string;
84914
- };
84915
- ends_at: {
84916
- description: string;
84917
- format: string;
84918
- type: string;
84919
- };
84920
- location: {
84921
- description: string;
84922
- properties: {
84923
- acs_entrance_ids: {
84924
- default: never[];
84925
- deprecated: boolean;
84926
- items: {
84927
- format: string;
84928
- type: string;
84929
- };
84930
- type: string;
84931
- 'x-deprecated': string;
84932
- };
84933
- device_ids: {
84934
- default: never[];
84935
- deprecated: boolean;
84936
- items: {
84937
- format: string;
84938
- type: string;
84939
- };
84940
- type: string;
84941
- 'x-deprecated': string;
84942
- };
84943
- name: {
84944
- description: string;
84945
- type: string;
84946
- };
84947
- };
84948
- type: string;
84949
- };
84950
- location_ids: {
84951
- deprecated: boolean;
84952
- items: {
84953
- format: string;
84954
- type: string;
84955
- };
84956
- type: string;
84957
- 'x-deprecated': string;
84958
- };
84959
- requested_access_methods: {
84960
- items: {
84961
- properties: {
84962
- mode: {
84963
- description: string;
84964
- enum: string[];
84965
- type: string;
84966
- };
84967
- };
84968
- required: string[];
84969
- type: string;
84970
- };
84971
- type: string;
84972
- };
84973
- space_ids: {
84974
- description: string;
84975
- items: {
84976
- format: string;
84977
- type: string;
84978
- };
84869
+ ok: {
84979
84870
  type: string;
84980
84871
  };
84981
- starts_at: {
84982
- description: string;
84872
+ };
84873
+ required: string[];
84874
+ type: string;
84875
+ };
84876
+ };
84877
+ };
84878
+ description: string;
84879
+ };
84880
+ 400: {
84881
+ description: string;
84882
+ };
84883
+ 401: {
84884
+ description: string;
84885
+ };
84886
+ };
84887
+ security: ({
84888
+ pat_with_workspace: never[];
84889
+ console_session_with_workspace?: never;
84890
+ api_key?: never;
84891
+ } | {
84892
+ console_session_with_workspace: never[];
84893
+ pat_with_workspace?: never;
84894
+ api_key?: never;
84895
+ } | {
84896
+ api_key: never[];
84897
+ pat_with_workspace?: never;
84898
+ console_session_with_workspace?: never;
84899
+ })[];
84900
+ summary: string;
84901
+ tags: never[];
84902
+ 'x-fern-sdk-group-name': string[];
84903
+ 'x-fern-sdk-method-name': string;
84904
+ 'x-response-key': null;
84905
+ 'x-title': string;
84906
+ 'x-undocumented': string;
84907
+ };
84908
+ put: {
84909
+ description: string;
84910
+ operationId: string;
84911
+ requestBody: {
84912
+ content: {
84913
+ 'application/json': {
84914
+ schema: {
84915
+ properties: {
84916
+ acs_entrance_ids: {
84917
+ description: string;
84918
+ items: {
84983
84919
  format: string;
84984
84920
  type: string;
84985
84921
  };
84922
+ minItems: number;
84923
+ type: string;
84986
84924
  };
84987
- required: string[];
84988
- type: string;
84989
- oneOf?: never;
84990
- })[];
84925
+ location_id: {
84926
+ description: string;
84927
+ format: string;
84928
+ type: string;
84929
+ };
84930
+ };
84931
+ required: string[];
84932
+ type: string;
84991
84933
  };
84992
84934
  };
84993
84935
  };
@@ -84998,9 +84940,6 @@ declare const _default: {
84998
84940
  'application/json': {
84999
84941
  schema: {
85000
84942
  properties: {
85001
- access_grant: {
85002
- $ref: string;
85003
- };
85004
84943
  ok: {
85005
84944
  type: string;
85006
84945
  };
@@ -85023,47 +84962,54 @@ declare const _default: {
85023
84962
  pat_with_workspace: never[];
85024
84963
  console_session_with_workspace?: never;
85025
84964
  api_key?: never;
85026
- client_session_with_customer?: never;
85027
84965
  } | {
85028
84966
  console_session_with_workspace: never[];
85029
84967
  pat_with_workspace?: never;
85030
84968
  api_key?: never;
85031
- client_session_with_customer?: never;
85032
84969
  } | {
85033
84970
  api_key: never[];
85034
84971
  pat_with_workspace?: never;
85035
84972
  console_session_with_workspace?: never;
85036
- client_session_with_customer?: never;
85037
- } | {
85038
- client_session_with_customer: never[];
85039
- pat_with_workspace?: never;
85040
- console_session_with_workspace?: never;
85041
- api_key?: never;
85042
84973
  })[];
85043
84974
  summary: string;
85044
84975
  tags: never[];
85045
84976
  'x-fern-sdk-group-name': string[];
85046
84977
  'x-fern-sdk-method-name': string;
85047
- 'x-fern-sdk-return-value': string;
85048
- 'x-response-key': string;
84978
+ 'x-response-key': null;
85049
84979
  'x-title': string;
85050
84980
  'x-undocumented': string;
85051
84981
  };
85052
84982
  };
85053
- '/unstable_access_grants/delete': {
85054
- delete: {
84983
+ '/unstable_locations/add_devices': {
84984
+ post: {
85055
84985
  description: string;
85056
84986
  operationId: string;
85057
- parameters: {
85058
- in: string;
85059
- name: string;
85060
- required: boolean;
85061
- schema: {
85062
- description: string;
85063
- format: string;
85064
- type: string;
84987
+ requestBody: {
84988
+ content: {
84989
+ 'application/json': {
84990
+ schema: {
84991
+ properties: {
84992
+ device_ids: {
84993
+ description: string;
84994
+ items: {
84995
+ format: string;
84996
+ type: string;
84997
+ };
84998
+ minItems: number;
84999
+ type: string;
85000
+ };
85001
+ location_id: {
85002
+ description: string;
85003
+ format: string;
85004
+ type: string;
85005
+ };
85006
+ };
85007
+ required: string[];
85008
+ type: string;
85009
+ };
85010
+ };
85065
85011
  };
85066
- }[];
85012
+ };
85067
85013
  responses: {
85068
85014
  200: {
85069
85015
  content: {
@@ -85092,22 +85038,14 @@ declare const _default: {
85092
85038
  pat_with_workspace: never[];
85093
85039
  console_session_with_workspace?: never;
85094
85040
  api_key?: never;
85095
- client_session_with_customer?: never;
85096
85041
  } | {
85097
85042
  console_session_with_workspace: never[];
85098
85043
  pat_with_workspace?: never;
85099
85044
  api_key?: never;
85100
- client_session_with_customer?: never;
85101
85045
  } | {
85102
85046
  api_key: never[];
85103
85047
  pat_with_workspace?: never;
85104
85048
  console_session_with_workspace?: never;
85105
- client_session_with_customer?: never;
85106
- } | {
85107
- client_session_with_customer: never[];
85108
- pat_with_workspace?: never;
85109
- console_session_with_workspace?: never;
85110
- api_key?: never;
85111
85049
  })[];
85112
85050
  summary: string;
85113
85051
  tags: never[];
@@ -85117,7 +85055,7 @@ declare const _default: {
85117
85055
  'x-title': string;
85118
85056
  'x-undocumented': string;
85119
85057
  };
85120
- post: {
85058
+ put: {
85121
85059
  description: string;
85122
85060
  operationId: string;
85123
85061
  requestBody: {
@@ -85125,7 +85063,16 @@ declare const _default: {
85125
85063
  'application/json': {
85126
85064
  schema: {
85127
85065
  properties: {
85128
- access_grant_id: {
85066
+ device_ids: {
85067
+ description: string;
85068
+ items: {
85069
+ format: string;
85070
+ type: string;
85071
+ };
85072
+ minItems: number;
85073
+ type: string;
85074
+ };
85075
+ location_id: {
85129
85076
  description: string;
85130
85077
  format: string;
85131
85078
  type: string;
@@ -85165,22 +85112,14 @@ declare const _default: {
85165
85112
  pat_with_workspace: never[];
85166
85113
  console_session_with_workspace?: never;
85167
85114
  api_key?: never;
85168
- client_session_with_customer?: never;
85169
85115
  } | {
85170
85116
  console_session_with_workspace: never[];
85171
85117
  pat_with_workspace?: never;
85172
85118
  api_key?: never;
85173
- client_session_with_customer?: never;
85174
85119
  } | {
85175
85120
  api_key: never[];
85176
85121
  pat_with_workspace?: never;
85177
85122
  console_session_with_workspace?: never;
85178
- client_session_with_customer?: never;
85179
- } | {
85180
- client_session_with_customer: never[];
85181
- pat_with_workspace?: never;
85182
- console_session_with_workspace?: never;
85183
- api_key?: never;
85184
85123
  })[];
85185
85124
  summary: string;
85186
85125
  tags: never[];
@@ -85191,27 +85130,68 @@ declare const _default: {
85191
85130
  'x-undocumented': string;
85192
85131
  };
85193
85132
  };
85194
- '/unstable_access_grants/get': {
85195
- get: {
85133
+ '/unstable_locations/create': {
85134
+ post: {
85196
85135
  description: string;
85197
85136
  operationId: string;
85198
- parameters: {
85199
- in: string;
85200
- name: string;
85201
- required: boolean;
85202
- schema: {
85203
- description: string;
85204
- format: string;
85205
- type: string;
85137
+ requestBody: {
85138
+ content: {
85139
+ 'application/json': {
85140
+ schema: {
85141
+ properties: {
85142
+ acs_entrance_ids: {
85143
+ description: string;
85144
+ items: {
85145
+ format: string;
85146
+ type: string;
85147
+ };
85148
+ type: string;
85149
+ };
85150
+ device_ids: {
85151
+ description: string;
85152
+ items: {
85153
+ format: string;
85154
+ type: string;
85155
+ };
85156
+ type: string;
85157
+ };
85158
+ geolocation: {
85159
+ description: string;
85160
+ properties: {
85161
+ latitude: {
85162
+ format: string;
85163
+ type: string;
85164
+ };
85165
+ longitude: {
85166
+ format: string;
85167
+ type: string;
85168
+ };
85169
+ };
85170
+ required: string[];
85171
+ type: string;
85172
+ };
85173
+ name: {
85174
+ description: string;
85175
+ type: string;
85176
+ };
85177
+ time_zone: {
85178
+ description: string;
85179
+ type: string;
85180
+ };
85181
+ };
85182
+ required: string[];
85183
+ type: string;
85184
+ };
85185
+ };
85206
85186
  };
85207
- }[];
85187
+ };
85208
85188
  responses: {
85209
85189
  200: {
85210
85190
  content: {
85211
85191
  'application/json': {
85212
85192
  schema: {
85213
85193
  properties: {
85214
- access_grant: {
85194
+ location: {
85215
85195
  $ref: string;
85216
85196
  };
85217
85197
  ok: {
@@ -85236,22 +85216,14 @@ declare const _default: {
85236
85216
  pat_with_workspace: never[];
85237
85217
  console_session_with_workspace?: never;
85238
85218
  api_key?: never;
85239
- client_session_with_customer?: never;
85240
85219
  } | {
85241
85220
  console_session_with_workspace: never[];
85242
85221
  pat_with_workspace?: never;
85243
85222
  api_key?: never;
85244
- client_session_with_customer?: never;
85245
85223
  } | {
85246
85224
  api_key: never[];
85247
85225
  pat_with_workspace?: never;
85248
85226
  console_session_with_workspace?: never;
85249
- client_session_with_customer?: never;
85250
- } | {
85251
- client_session_with_customer: never[];
85252
- pat_with_workspace?: never;
85253
- console_session_with_workspace?: never;
85254
- api_key?: never;
85255
85227
  })[];
85256
85228
  summary: string;
85257
85229
  tags: never[];
@@ -85262,7 +85234,9 @@ declare const _default: {
85262
85234
  'x-title': string;
85263
85235
  'x-undocumented': string;
85264
85236
  };
85265
- post: {
85237
+ };
85238
+ '/unstable_locations/delete': {
85239
+ delete: {
85266
85240
  description: string;
85267
85241
  operationId: string;
85268
85242
  requestBody: {
@@ -85270,7 +85244,7 @@ declare const _default: {
85270
85244
  'application/json': {
85271
85245
  schema: {
85272
85246
  properties: {
85273
- access_grant_id: {
85247
+ location_id: {
85274
85248
  description: string;
85275
85249
  format: string;
85276
85250
  type: string;
@@ -85288,9 +85262,6 @@ declare const _default: {
85288
85262
  'application/json': {
85289
85263
  schema: {
85290
85264
  properties: {
85291
- access_grant: {
85292
- $ref: string;
85293
- };
85294
85265
  ok: {
85295
85266
  type: string;
85296
85267
  };
@@ -85313,69 +85284,111 @@ declare const _default: {
85313
85284
  pat_with_workspace: never[];
85314
85285
  console_session_with_workspace?: never;
85315
85286
  api_key?: never;
85316
- client_session_with_customer?: never;
85317
85287
  } | {
85318
85288
  console_session_with_workspace: never[];
85319
85289
  pat_with_workspace?: never;
85320
85290
  api_key?: never;
85321
- client_session_with_customer?: never;
85322
85291
  } | {
85323
85292
  api_key: never[];
85324
85293
  pat_with_workspace?: never;
85325
85294
  console_session_with_workspace?: never;
85326
- client_session_with_customer?: never;
85295
+ })[];
85296
+ summary: string;
85297
+ tags: never[];
85298
+ 'x-fern-sdk-group-name': string[];
85299
+ 'x-fern-sdk-method-name': string;
85300
+ 'x-response-key': null;
85301
+ 'x-title': string;
85302
+ 'x-undocumented': string;
85303
+ };
85304
+ post: {
85305
+ description: string;
85306
+ operationId: string;
85307
+ requestBody: {
85308
+ content: {
85309
+ 'application/json': {
85310
+ schema: {
85311
+ properties: {
85312
+ location_id: {
85313
+ description: string;
85314
+ format: string;
85315
+ type: string;
85316
+ };
85317
+ };
85318
+ required: string[];
85319
+ type: string;
85320
+ };
85321
+ };
85322
+ };
85323
+ };
85324
+ responses: {
85325
+ 200: {
85326
+ content: {
85327
+ 'application/json': {
85328
+ schema: {
85329
+ properties: {
85330
+ ok: {
85331
+ type: string;
85332
+ };
85333
+ };
85334
+ required: string[];
85335
+ type: string;
85336
+ };
85337
+ };
85338
+ };
85339
+ description: string;
85340
+ };
85341
+ 400: {
85342
+ description: string;
85343
+ };
85344
+ 401: {
85345
+ description: string;
85346
+ };
85347
+ };
85348
+ security: ({
85349
+ pat_with_workspace: never[];
85350
+ console_session_with_workspace?: never;
85351
+ api_key?: never;
85327
85352
  } | {
85328
- client_session_with_customer: never[];
85353
+ console_session_with_workspace: never[];
85329
85354
  pat_with_workspace?: never;
85330
- console_session_with_workspace?: never;
85331
85355
  api_key?: never;
85356
+ } | {
85357
+ api_key: never[];
85358
+ pat_with_workspace?: never;
85359
+ console_session_with_workspace?: never;
85332
85360
  })[];
85333
85361
  summary: string;
85334
85362
  tags: never[];
85335
85363
  'x-fern-sdk-group-name': string[];
85336
85364
  'x-fern-sdk-method-name': string;
85337
- 'x-fern-sdk-return-value': string;
85338
- 'x-response-key': string;
85365
+ 'x-response-key': null;
85339
85366
  'x-title': string;
85340
85367
  'x-undocumented': string;
85341
85368
  };
85342
85369
  };
85343
- '/unstable_access_grants/list': {
85370
+ '/unstable_locations/get': {
85344
85371
  get: {
85345
85372
  description: string;
85346
85373
  operationId: string;
85347
- parameters: ({
85374
+ parameters: {
85348
85375
  in: string;
85349
85376
  name: string;
85377
+ required: boolean;
85350
85378
  schema: {
85351
85379
  description: string;
85352
85380
  format: string;
85353
85381
  type: string;
85354
- deprecated?: never;
85355
- 'x-deprecated'?: never;
85356
85382
  };
85357
- } | {
85358
- in: string;
85359
- name: string;
85360
- schema: {
85361
- deprecated: boolean;
85362
- format: string;
85363
- type: string;
85364
- 'x-deprecated': string;
85365
- description?: never;
85366
- };
85367
- })[];
85383
+ }[];
85368
85384
  responses: {
85369
85385
  200: {
85370
85386
  content: {
85371
85387
  'application/json': {
85372
85388
  schema: {
85373
85389
  properties: {
85374
- access_grants: {
85375
- items: {
85376
- $ref: string;
85377
- };
85378
- type: string;
85390
+ location: {
85391
+ $ref: string;
85379
85392
  };
85380
85393
  ok: {
85381
85394
  type: string;
@@ -85399,22 +85412,14 @@ declare const _default: {
85399
85412
  pat_with_workspace: never[];
85400
85413
  console_session_with_workspace?: never;
85401
85414
  api_key?: never;
85402
- client_session_with_customer?: never;
85403
85415
  } | {
85404
85416
  console_session_with_workspace: never[];
85405
85417
  pat_with_workspace?: never;
85406
85418
  api_key?: never;
85407
- client_session_with_customer?: never;
85408
85419
  } | {
85409
85420
  api_key: never[];
85410
85421
  pat_with_workspace?: never;
85411
85422
  console_session_with_workspace?: never;
85412
- client_session_with_customer?: never;
85413
- } | {
85414
- client_session_with_customer: never[];
85415
- pat_with_workspace?: never;
85416
- console_session_with_workspace?: never;
85417
- api_key?: never;
85418
85423
  })[];
85419
85424
  summary: string;
85420
85425
  tags: never[];
@@ -85433,33 +85438,13 @@ declare const _default: {
85433
85438
  'application/json': {
85434
85439
  schema: {
85435
85440
  properties: {
85436
- acs_entrance_id: {
85437
- description: string;
85438
- format: string;
85439
- type: string;
85440
- };
85441
- acs_system_id: {
85442
- description: string;
85443
- format: string;
85444
- type: string;
85445
- };
85446
85441
  location_id: {
85447
- deprecated: boolean;
85448
- format: string;
85449
- type: string;
85450
- 'x-deprecated': string;
85451
- };
85452
- space_id: {
85453
- description: string;
85454
- format: string;
85455
- type: string;
85456
- };
85457
- user_identity_id: {
85458
85442
  description: string;
85459
85443
  format: string;
85460
85444
  type: string;
85461
85445
  };
85462
85446
  };
85447
+ required: string[];
85463
85448
  type: string;
85464
85449
  };
85465
85450
  };
@@ -85471,11 +85456,8 @@ declare const _default: {
85471
85456
  'application/json': {
85472
85457
  schema: {
85473
85458
  properties: {
85474
- access_grants: {
85475
- items: {
85476
- $ref: string;
85477
- };
85478
- type: string;
85459
+ location: {
85460
+ $ref: string;
85479
85461
  };
85480
85462
  ok: {
85481
85463
  type: string;
@@ -85499,22 +85481,14 @@ declare const _default: {
85499
85481
  pat_with_workspace: never[];
85500
85482
  console_session_with_workspace?: never;
85501
85483
  api_key?: never;
85502
- client_session_with_customer?: never;
85503
85484
  } | {
85504
85485
  console_session_with_workspace: never[];
85505
85486
  pat_with_workspace?: never;
85506
85487
  api_key?: never;
85507
- client_session_with_customer?: never;
85508
85488
  } | {
85509
85489
  api_key: never[];
85510
85490
  pat_with_workspace?: never;
85511
85491
  console_session_with_workspace?: never;
85512
- client_session_with_customer?: never;
85513
- } | {
85514
- client_session_with_customer: never[];
85515
- pat_with_workspace?: never;
85516
- console_session_with_workspace?: never;
85517
- api_key?: never;
85518
85492
  })[];
85519
85493
  summary: string;
85520
85494
  tags: never[];
@@ -85526,26 +85500,22 @@ declare const _default: {
85526
85500
  'x-undocumented': string;
85527
85501
  };
85528
85502
  };
85529
- '/unstable_access_methods/delete': {
85530
- delete: {
85503
+ '/unstable_locations/list': {
85504
+ get: {
85531
85505
  description: string;
85532
85506
  operationId: string;
85533
- parameters: {
85534
- in: string;
85535
- name: string;
85536
- required: boolean;
85537
- schema: {
85538
- description: string;
85539
- format: string;
85540
- type: string;
85541
- };
85542
- }[];
85543
85507
  responses: {
85544
85508
  200: {
85545
85509
  content: {
85546
85510
  'application/json': {
85547
85511
  schema: {
85548
85512
  properties: {
85513
+ locations: {
85514
+ items: {
85515
+ $ref: string;
85516
+ };
85517
+ type: string;
85518
+ };
85549
85519
  ok: {
85550
85520
  type: string;
85551
85521
  };
@@ -85581,36 +85551,26 @@ declare const _default: {
85581
85551
  tags: never[];
85582
85552
  'x-fern-sdk-group-name': string[];
85583
85553
  'x-fern-sdk-method-name': string;
85584
- 'x-response-key': null;
85554
+ 'x-fern-sdk-return-value': string;
85555
+ 'x-response-key': string;
85585
85556
  'x-title': string;
85586
85557
  'x-undocumented': string;
85587
85558
  };
85588
85559
  post: {
85589
85560
  description: string;
85590
85561
  operationId: string;
85591
- requestBody: {
85592
- content: {
85593
- 'application/json': {
85594
- schema: {
85595
- properties: {
85596
- access_method_id: {
85597
- description: string;
85598
- format: string;
85599
- type: string;
85600
- };
85601
- };
85602
- required: string[];
85603
- type: string;
85604
- };
85605
- };
85606
- };
85607
- };
85608
85562
  responses: {
85609
85563
  200: {
85610
85564
  content: {
85611
85565
  'application/json': {
85612
85566
  schema: {
85613
85567
  properties: {
85568
+ locations: {
85569
+ items: {
85570
+ $ref: string;
85571
+ };
85572
+ type: string;
85573
+ };
85614
85574
  ok: {
85615
85575
  type: string;
85616
85576
  };
@@ -85646,16 +85606,17 @@ declare const _default: {
85646
85606
  tags: never[];
85647
85607
  'x-fern-sdk-group-name': string[];
85648
85608
  'x-fern-sdk-method-name': string;
85649
- 'x-response-key': null;
85609
+ 'x-fern-sdk-return-value': string;
85610
+ 'x-response-key': string;
85650
85611
  'x-title': string;
85651
85612
  'x-undocumented': string;
85652
85613
  };
85653
85614
  };
85654
- '/unstable_access_methods/get': {
85655
- get: {
85615
+ '/unstable_locations/remove_acs_entrances': {
85616
+ delete: {
85656
85617
  description: string;
85657
85618
  operationId: string;
85658
- parameters: {
85619
+ parameters: ({
85659
85620
  in: string;
85660
85621
  name: string;
85661
85622
  required: boolean;
@@ -85663,17 +85624,28 @@ declare const _default: {
85663
85624
  description: string;
85664
85625
  format: string;
85665
85626
  type: string;
85627
+ items?: never;
85666
85628
  };
85667
- }[];
85629
+ } | {
85630
+ in: string;
85631
+ name: string;
85632
+ required: boolean;
85633
+ schema: {
85634
+ description: string;
85635
+ items: {
85636
+ format: string;
85637
+ type: string;
85638
+ };
85639
+ type: string;
85640
+ format?: never;
85641
+ };
85642
+ })[];
85668
85643
  responses: {
85669
85644
  200: {
85670
85645
  content: {
85671
85646
  'application/json': {
85672
85647
  schema: {
85673
85648
  properties: {
85674
- access_method: {
85675
- $ref: string;
85676
- };
85677
85649
  ok: {
85678
85650
  type: string;
85679
85651
  };
@@ -85709,8 +85681,7 @@ declare const _default: {
85709
85681
  tags: never[];
85710
85682
  'x-fern-sdk-group-name': string[];
85711
85683
  'x-fern-sdk-method-name': string;
85712
- 'x-fern-sdk-return-value': string;
85713
- 'x-response-key': string;
85684
+ 'x-response-key': null;
85714
85685
  'x-title': string;
85715
85686
  'x-undocumented': string;
85716
85687
  };
@@ -85722,7 +85693,15 @@ declare const _default: {
85722
85693
  'application/json': {
85723
85694
  schema: {
85724
85695
  properties: {
85725
- access_method_id: {
85696
+ acs_entrance_ids: {
85697
+ description: string;
85698
+ items: {
85699
+ format: string;
85700
+ type: string;
85701
+ };
85702
+ type: string;
85703
+ };
85704
+ location_id: {
85726
85705
  description: string;
85727
85706
  format: string;
85728
85707
  type: string;
@@ -85740,9 +85719,6 @@ declare const _default: {
85740
85719
  'application/json': {
85741
85720
  schema: {
85742
85721
  properties: {
85743
- access_method: {
85744
- $ref: string;
85745
- };
85746
85722
  ok: {
85747
85723
  type: string;
85748
85724
  };
@@ -85778,17 +85754,16 @@ declare const _default: {
85778
85754
  tags: never[];
85779
85755
  'x-fern-sdk-group-name': string[];
85780
85756
  'x-fern-sdk-method-name': string;
85781
- 'x-fern-sdk-return-value': string;
85782
- 'x-response-key': string;
85757
+ 'x-response-key': null;
85783
85758
  'x-title': string;
85784
85759
  'x-undocumented': string;
85785
85760
  };
85786
85761
  };
85787
- '/unstable_access_methods/list': {
85788
- get: {
85762
+ '/unstable_locations/remove_devices': {
85763
+ delete: {
85789
85764
  description: string;
85790
85765
  operationId: string;
85791
- parameters: {
85766
+ parameters: ({
85792
85767
  in: string;
85793
85768
  name: string;
85794
85769
  required: boolean;
@@ -85796,20 +85771,28 @@ declare const _default: {
85796
85771
  description: string;
85797
85772
  format: string;
85798
85773
  type: string;
85774
+ items?: never;
85799
85775
  };
85800
- }[];
85776
+ } | {
85777
+ in: string;
85778
+ name: string;
85779
+ required: boolean;
85780
+ schema: {
85781
+ description: string;
85782
+ items: {
85783
+ format: string;
85784
+ type: string;
85785
+ };
85786
+ type: string;
85787
+ format?: never;
85788
+ };
85789
+ })[];
85801
85790
  responses: {
85802
85791
  200: {
85803
85792
  content: {
85804
85793
  'application/json': {
85805
85794
  schema: {
85806
85795
  properties: {
85807
- access_methods: {
85808
- items: {
85809
- $ref: string;
85810
- };
85811
- type: string;
85812
- };
85813
85796
  ok: {
85814
85797
  type: string;
85815
85798
  };
@@ -85845,8 +85828,7 @@ declare const _default: {
85845
85828
  tags: never[];
85846
85829
  'x-fern-sdk-group-name': string[];
85847
85830
  'x-fern-sdk-method-name': string;
85848
- 'x-fern-sdk-return-value': string;
85849
- 'x-response-key': string;
85831
+ 'x-response-key': null;
85850
85832
  'x-title': string;
85851
85833
  'x-undocumented': string;
85852
85834
  };
@@ -85858,7 +85840,15 @@ declare const _default: {
85858
85840
  'application/json': {
85859
85841
  schema: {
85860
85842
  properties: {
85861
- access_grant_id: {
85843
+ device_ids: {
85844
+ description: string;
85845
+ items: {
85846
+ format: string;
85847
+ type: string;
85848
+ };
85849
+ type: string;
85850
+ };
85851
+ location_id: {
85862
85852
  description: string;
85863
85853
  format: string;
85864
85854
  type: string;
@@ -85876,12 +85866,6 @@ declare const _default: {
85876
85866
  'application/json': {
85877
85867
  schema: {
85878
85868
  properties: {
85879
- access_methods: {
85880
- items: {
85881
- $ref: string;
85882
- };
85883
- type: string;
85884
- };
85885
85869
  ok: {
85886
85870
  type: string;
85887
85871
  };
@@ -85917,14 +85901,13 @@ declare const _default: {
85917
85901
  tags: never[];
85918
85902
  'x-fern-sdk-group-name': string[];
85919
85903
  'x-fern-sdk-method-name': string;
85920
- 'x-fern-sdk-return-value': string;
85921
- 'x-response-key': string;
85904
+ 'x-response-key': null;
85922
85905
  'x-title': string;
85923
85906
  'x-undocumented': string;
85924
85907
  };
85925
85908
  };
85926
- '/unstable_locations/add_acs_entrances': {
85927
- post: {
85909
+ '/unstable_locations/update': {
85910
+ patch: {
85928
85911
  description: string;
85929
85912
  operationId: string;
85930
85913
  requestBody: {
@@ -85932,13 +85915,19 @@ declare const _default: {
85932
85915
  'application/json': {
85933
85916
  schema: {
85934
85917
  properties: {
85935
- acs_entrance_ids: {
85918
+ geolocation: {
85936
85919
  description: string;
85937
- items: {
85938
- format: string;
85939
- type: string;
85920
+ properties: {
85921
+ latitude: {
85922
+ format: string;
85923
+ type: string;
85924
+ };
85925
+ longitude: {
85926
+ format: string;
85927
+ type: string;
85928
+ };
85940
85929
  };
85941
- minItems: number;
85930
+ required: string[];
85942
85931
  type: string;
85943
85932
  };
85944
85933
  location_id: {
@@ -85946,6 +85935,14 @@ declare const _default: {
85946
85935
  format: string;
85947
85936
  type: string;
85948
85937
  };
85938
+ name: {
85939
+ description: string;
85940
+ type: string;
85941
+ };
85942
+ time_zone: {
85943
+ description: string;
85944
+ type: string;
85945
+ };
85949
85946
  };
85950
85947
  required: string[];
85951
85948
  type: string;
@@ -85959,6 +85956,9 @@ declare const _default: {
85959
85956
  'application/json': {
85960
85957
  schema: {
85961
85958
  properties: {
85959
+ location: {
85960
+ $ref: string;
85961
+ };
85962
85962
  ok: {
85963
85963
  type: string;
85964
85964
  };
@@ -85994,11 +85994,12 @@ declare const _default: {
85994
85994
  tags: never[];
85995
85995
  'x-fern-sdk-group-name': string[];
85996
85996
  'x-fern-sdk-method-name': string;
85997
- 'x-response-key': null;
85997
+ 'x-fern-sdk-return-value': string;
85998
+ 'x-response-key': string;
85998
85999
  'x-title': string;
85999
86000
  'x-undocumented': string;
86000
86001
  };
86001
- put: {
86002
+ post: {
86002
86003
  description: string;
86003
86004
  operationId: string;
86004
86005
  requestBody: {
@@ -86006,13 +86007,19 @@ declare const _default: {
86006
86007
  'application/json': {
86007
86008
  schema: {
86008
86009
  properties: {
86009
- acs_entrance_ids: {
86010
+ geolocation: {
86010
86011
  description: string;
86011
- items: {
86012
- format: string;
86013
- type: string;
86012
+ properties: {
86013
+ latitude: {
86014
+ format: string;
86015
+ type: string;
86016
+ };
86017
+ longitude: {
86018
+ format: string;
86019
+ type: string;
86020
+ };
86014
86021
  };
86015
- minItems: number;
86022
+ required: string[];
86016
86023
  type: string;
86017
86024
  };
86018
86025
  location_id: {
@@ -86020,6 +86027,14 @@ declare const _default: {
86020
86027
  format: string;
86021
86028
  type: string;
86022
86029
  };
86030
+ name: {
86031
+ description: string;
86032
+ type: string;
86033
+ };
86034
+ time_zone: {
86035
+ description: string;
86036
+ type: string;
86037
+ };
86023
86038
  };
86024
86039
  required: string[];
86025
86040
  type: string;
@@ -86033,6 +86048,9 @@ declare const _default: {
86033
86048
  'application/json': {
86034
86049
  schema: {
86035
86050
  properties: {
86051
+ location: {
86052
+ $ref: string;
86053
+ };
86036
86054
  ok: {
86037
86055
  type: string;
86038
86056
  };
@@ -86068,12 +86086,13 @@ declare const _default: {
86068
86086
  tags: never[];
86069
86087
  'x-fern-sdk-group-name': string[];
86070
86088
  'x-fern-sdk-method-name': string;
86071
- 'x-response-key': null;
86089
+ 'x-fern-sdk-return-value': string;
86090
+ 'x-response-key': string;
86072
86091
  'x-title': string;
86073
86092
  'x-undocumented': string;
86074
86093
  };
86075
86094
  };
86076
- '/unstable_locations/add_devices': {
86095
+ '/unstable_partner/building_blocks/connect_accounts': {
86077
86096
  post: {
86078
86097
  description: string;
86079
86098
  operationId: string;
@@ -86082,18 +86101,8 @@ declare const _default: {
86082
86101
  'application/json': {
86083
86102
  schema: {
86084
86103
  properties: {
86085
- device_ids: {
86086
- description: string;
86087
- items: {
86088
- format: string;
86089
- type: string;
86090
- };
86091
- minItems: number;
86092
- type: string;
86093
- };
86094
- location_id: {
86104
+ customer_key: {
86095
86105
  description: string;
86096
- format: string;
86097
86106
  type: string;
86098
86107
  };
86099
86108
  };
@@ -86109,6 +86118,9 @@ declare const _default: {
86109
86118
  'application/json': {
86110
86119
  schema: {
86111
86120
  properties: {
86121
+ magic_link: {
86122
+ $ref: string;
86123
+ };
86112
86124
  ok: {
86113
86125
  type: string;
86114
86126
  };
@@ -86144,45 +86156,69 @@ declare const _default: {
86144
86156
  tags: never[];
86145
86157
  'x-fern-sdk-group-name': string[];
86146
86158
  'x-fern-sdk-method-name': string;
86147
- 'x-response-key': null;
86159
+ 'x-fern-sdk-return-value': string;
86160
+ 'x-response-key': string;
86148
86161
  'x-title': string;
86149
86162
  'x-undocumented': string;
86150
86163
  };
86151
- put: {
86164
+ };
86165
+ '/unstable_partner/building_blocks/generate_magic_link': {
86166
+ get: {
86152
86167
  description: string;
86153
86168
  operationId: string;
86154
- requestBody: {
86155
- content: {
86156
- 'application/json': {
86157
- schema: {
86158
- properties: {
86159
- device_ids: {
86160
- description: string;
86161
- items: {
86162
- format: string;
86163
- type: string;
86164
- };
86165
- minItems: number;
86166
- type: string;
86167
- };
86168
- location_id: {
86169
- description: string;
86170
- format: string;
86171
- type: string;
86172
- };
86169
+ parameters: ({
86170
+ in: string;
86171
+ name: string;
86172
+ required: boolean;
86173
+ schema: {
86174
+ description: string;
86175
+ enum: string[];
86176
+ type: string;
86177
+ items?: never;
86178
+ };
86179
+ } | {
86180
+ in: string;
86181
+ name: string;
86182
+ required: boolean;
86183
+ schema: {
86184
+ description: string;
86185
+ type: string;
86186
+ enum?: never;
86187
+ items?: never;
86188
+ };
86189
+ } | {
86190
+ in: string;
86191
+ name: string;
86192
+ required: boolean;
86193
+ schema: {
86194
+ description: string;
86195
+ items: {
86196
+ properties: {
86197
+ name: {
86198
+ description: string;
86199
+ type: string;
86200
+ };
86201
+ space_key: {
86202
+ description: string;
86203
+ type: string;
86173
86204
  };
86174
- required: string[];
86175
- type: string;
86176
86205
  };
86206
+ required: string[];
86207
+ type: string;
86177
86208
  };
86209
+ type: string;
86210
+ enum?: never;
86178
86211
  };
86179
- };
86212
+ })[];
86180
86213
  responses: {
86181
86214
  200: {
86182
86215
  content: {
86183
86216
  'application/json': {
86184
86217
  schema: {
86185
86218
  properties: {
86219
+ magic_link: {
86220
+ $ref: string;
86221
+ };
86186
86222
  ok: {
86187
86223
  type: string;
86188
86224
  };
@@ -86218,12 +86254,11 @@ declare const _default: {
86218
86254
  tags: never[];
86219
86255
  'x-fern-sdk-group-name': string[];
86220
86256
  'x-fern-sdk-method-name': string;
86221
- 'x-response-key': null;
86257
+ 'x-fern-sdk-return-value': string;
86258
+ 'x-response-key': string;
86222
86259
  'x-title': string;
86223
86260
  'x-undocumented': string;
86224
86261
  };
86225
- };
86226
- '/unstable_locations/create': {
86227
86262
  post: {
86228
86263
  description: string;
86229
86264
  operationId: string;
@@ -86232,43 +86267,31 @@ declare const _default: {
86232
86267
  'application/json': {
86233
86268
  schema: {
86234
86269
  properties: {
86235
- acs_entrance_ids: {
86270
+ building_block_type: {
86236
86271
  description: string;
86237
- items: {
86238
- format: string;
86239
- type: string;
86240
- };
86272
+ enum: string[];
86241
86273
  type: string;
86242
86274
  };
86243
- device_ids: {
86275
+ customer_key: {
86244
86276
  description: string;
86245
- items: {
86246
- format: string;
86247
- type: string;
86248
- };
86249
86277
  type: string;
86250
86278
  };
86251
- geolocation: {
86279
+ spaces: {
86252
86280
  description: string;
86253
- properties: {
86254
- latitude: {
86255
- format: string;
86256
- type: string;
86257
- };
86258
- longitude: {
86259
- format: string;
86260
- type: string;
86281
+ items: {
86282
+ properties: {
86283
+ name: {
86284
+ description: string;
86285
+ type: string;
86286
+ };
86287
+ space_key: {
86288
+ description: string;
86289
+ type: string;
86290
+ };
86261
86291
  };
86292
+ required: string[];
86293
+ type: string;
86262
86294
  };
86263
- required: string[];
86264
- type: string;
86265
- };
86266
- name: {
86267
- description: string;
86268
- type: string;
86269
- };
86270
- time_zone: {
86271
- description: string;
86272
86295
  type: string;
86273
86296
  };
86274
86297
  };
@@ -86284,1123 +86307,7 @@ declare const _default: {
86284
86307
  'application/json': {
86285
86308
  schema: {
86286
86309
  properties: {
86287
- location: {
86288
- $ref: string;
86289
- };
86290
- ok: {
86291
- type: string;
86292
- };
86293
- };
86294
- required: string[];
86295
- type: string;
86296
- };
86297
- };
86298
- };
86299
- description: string;
86300
- };
86301
- 400: {
86302
- description: string;
86303
- };
86304
- 401: {
86305
- description: string;
86306
- };
86307
- };
86308
- security: ({
86309
- pat_with_workspace: never[];
86310
- console_session_with_workspace?: never;
86311
- api_key?: never;
86312
- } | {
86313
- console_session_with_workspace: never[];
86314
- pat_with_workspace?: never;
86315
- api_key?: never;
86316
- } | {
86317
- api_key: never[];
86318
- pat_with_workspace?: never;
86319
- console_session_with_workspace?: never;
86320
- })[];
86321
- summary: string;
86322
- tags: never[];
86323
- 'x-fern-sdk-group-name': string[];
86324
- 'x-fern-sdk-method-name': string;
86325
- 'x-fern-sdk-return-value': string;
86326
- 'x-response-key': string;
86327
- 'x-title': string;
86328
- 'x-undocumented': string;
86329
- };
86330
- };
86331
- '/unstable_locations/delete': {
86332
- delete: {
86333
- description: string;
86334
- operationId: string;
86335
- requestBody: {
86336
- content: {
86337
- 'application/json': {
86338
- schema: {
86339
- properties: {
86340
- location_id: {
86341
- description: string;
86342
- format: string;
86343
- type: string;
86344
- };
86345
- };
86346
- required: string[];
86347
- type: string;
86348
- };
86349
- };
86350
- };
86351
- };
86352
- responses: {
86353
- 200: {
86354
- content: {
86355
- 'application/json': {
86356
- schema: {
86357
- properties: {
86358
- ok: {
86359
- type: string;
86360
- };
86361
- };
86362
- required: string[];
86363
- type: string;
86364
- };
86365
- };
86366
- };
86367
- description: string;
86368
- };
86369
- 400: {
86370
- description: string;
86371
- };
86372
- 401: {
86373
- description: string;
86374
- };
86375
- };
86376
- security: ({
86377
- pat_with_workspace: never[];
86378
- console_session_with_workspace?: never;
86379
- api_key?: never;
86380
- } | {
86381
- console_session_with_workspace: never[];
86382
- pat_with_workspace?: never;
86383
- api_key?: never;
86384
- } | {
86385
- api_key: never[];
86386
- pat_with_workspace?: never;
86387
- console_session_with_workspace?: never;
86388
- })[];
86389
- summary: string;
86390
- tags: never[];
86391
- 'x-fern-sdk-group-name': string[];
86392
- 'x-fern-sdk-method-name': string;
86393
- 'x-response-key': null;
86394
- 'x-title': string;
86395
- 'x-undocumented': string;
86396
- };
86397
- post: {
86398
- description: string;
86399
- operationId: string;
86400
- requestBody: {
86401
- content: {
86402
- 'application/json': {
86403
- schema: {
86404
- properties: {
86405
- location_id: {
86406
- description: string;
86407
- format: string;
86408
- type: string;
86409
- };
86410
- };
86411
- required: string[];
86412
- type: string;
86413
- };
86414
- };
86415
- };
86416
- };
86417
- responses: {
86418
- 200: {
86419
- content: {
86420
- 'application/json': {
86421
- schema: {
86422
- properties: {
86423
- ok: {
86424
- type: string;
86425
- };
86426
- };
86427
- required: string[];
86428
- type: string;
86429
- };
86430
- };
86431
- };
86432
- description: string;
86433
- };
86434
- 400: {
86435
- description: string;
86436
- };
86437
- 401: {
86438
- description: string;
86439
- };
86440
- };
86441
- security: ({
86442
- pat_with_workspace: never[];
86443
- console_session_with_workspace?: never;
86444
- api_key?: never;
86445
- } | {
86446
- console_session_with_workspace: never[];
86447
- pat_with_workspace?: never;
86448
- api_key?: never;
86449
- } | {
86450
- api_key: never[];
86451
- pat_with_workspace?: never;
86452
- console_session_with_workspace?: never;
86453
- })[];
86454
- summary: string;
86455
- tags: never[];
86456
- 'x-fern-sdk-group-name': string[];
86457
- 'x-fern-sdk-method-name': string;
86458
- 'x-response-key': null;
86459
- 'x-title': string;
86460
- 'x-undocumented': string;
86461
- };
86462
- };
86463
- '/unstable_locations/get': {
86464
- get: {
86465
- description: string;
86466
- operationId: string;
86467
- parameters: {
86468
- in: string;
86469
- name: string;
86470
- required: boolean;
86471
- schema: {
86472
- description: string;
86473
- format: string;
86474
- type: string;
86475
- };
86476
- }[];
86477
- responses: {
86478
- 200: {
86479
- content: {
86480
- 'application/json': {
86481
- schema: {
86482
- properties: {
86483
- location: {
86484
- $ref: string;
86485
- };
86486
- ok: {
86487
- type: string;
86488
- };
86489
- };
86490
- required: string[];
86491
- type: string;
86492
- };
86493
- };
86494
- };
86495
- description: string;
86496
- };
86497
- 400: {
86498
- description: string;
86499
- };
86500
- 401: {
86501
- description: string;
86502
- };
86503
- };
86504
- security: ({
86505
- pat_with_workspace: never[];
86506
- console_session_with_workspace?: never;
86507
- api_key?: never;
86508
- } | {
86509
- console_session_with_workspace: never[];
86510
- pat_with_workspace?: never;
86511
- api_key?: never;
86512
- } | {
86513
- api_key: never[];
86514
- pat_with_workspace?: never;
86515
- console_session_with_workspace?: never;
86516
- })[];
86517
- summary: string;
86518
- tags: never[];
86519
- 'x-fern-sdk-group-name': string[];
86520
- 'x-fern-sdk-method-name': string;
86521
- 'x-fern-sdk-return-value': string;
86522
- 'x-response-key': string;
86523
- 'x-title': string;
86524
- 'x-undocumented': string;
86525
- };
86526
- post: {
86527
- description: string;
86528
- operationId: string;
86529
- requestBody: {
86530
- content: {
86531
- 'application/json': {
86532
- schema: {
86533
- properties: {
86534
- location_id: {
86535
- description: string;
86536
- format: string;
86537
- type: string;
86538
- };
86539
- };
86540
- required: string[];
86541
- type: string;
86542
- };
86543
- };
86544
- };
86545
- };
86546
- responses: {
86547
- 200: {
86548
- content: {
86549
- 'application/json': {
86550
- schema: {
86551
- properties: {
86552
- location: {
86553
- $ref: string;
86554
- };
86555
- ok: {
86556
- type: string;
86557
- };
86558
- };
86559
- required: string[];
86560
- type: string;
86561
- };
86562
- };
86563
- };
86564
- description: string;
86565
- };
86566
- 400: {
86567
- description: string;
86568
- };
86569
- 401: {
86570
- description: string;
86571
- };
86572
- };
86573
- security: ({
86574
- pat_with_workspace: never[];
86575
- console_session_with_workspace?: never;
86576
- api_key?: never;
86577
- } | {
86578
- console_session_with_workspace: never[];
86579
- pat_with_workspace?: never;
86580
- api_key?: never;
86581
- } | {
86582
- api_key: never[];
86583
- pat_with_workspace?: never;
86584
- console_session_with_workspace?: never;
86585
- })[];
86586
- summary: string;
86587
- tags: never[];
86588
- 'x-fern-sdk-group-name': string[];
86589
- 'x-fern-sdk-method-name': string;
86590
- 'x-fern-sdk-return-value': string;
86591
- 'x-response-key': string;
86592
- 'x-title': string;
86593
- 'x-undocumented': string;
86594
- };
86595
- };
86596
- '/unstable_locations/list': {
86597
- get: {
86598
- description: string;
86599
- operationId: string;
86600
- responses: {
86601
- 200: {
86602
- content: {
86603
- 'application/json': {
86604
- schema: {
86605
- properties: {
86606
- locations: {
86607
- items: {
86608
- $ref: string;
86609
- };
86610
- type: string;
86611
- };
86612
- ok: {
86613
- type: string;
86614
- };
86615
- };
86616
- required: string[];
86617
- type: string;
86618
- };
86619
- };
86620
- };
86621
- description: string;
86622
- };
86623
- 400: {
86624
- description: string;
86625
- };
86626
- 401: {
86627
- description: string;
86628
- };
86629
- };
86630
- security: ({
86631
- pat_with_workspace: never[];
86632
- console_session_with_workspace?: never;
86633
- api_key?: never;
86634
- } | {
86635
- console_session_with_workspace: never[];
86636
- pat_with_workspace?: never;
86637
- api_key?: never;
86638
- } | {
86639
- api_key: never[];
86640
- pat_with_workspace?: never;
86641
- console_session_with_workspace?: never;
86642
- })[];
86643
- summary: string;
86644
- tags: never[];
86645
- 'x-fern-sdk-group-name': string[];
86646
- 'x-fern-sdk-method-name': string;
86647
- 'x-fern-sdk-return-value': string;
86648
- 'x-response-key': string;
86649
- 'x-title': string;
86650
- 'x-undocumented': string;
86651
- };
86652
- post: {
86653
- description: string;
86654
- operationId: string;
86655
- responses: {
86656
- 200: {
86657
- content: {
86658
- 'application/json': {
86659
- schema: {
86660
- properties: {
86661
- locations: {
86662
- items: {
86663
- $ref: string;
86664
- };
86665
- type: string;
86666
- };
86667
- ok: {
86668
- type: string;
86669
- };
86670
- };
86671
- required: string[];
86672
- type: string;
86673
- };
86674
- };
86675
- };
86676
- description: string;
86677
- };
86678
- 400: {
86679
- description: string;
86680
- };
86681
- 401: {
86682
- description: string;
86683
- };
86684
- };
86685
- security: ({
86686
- pat_with_workspace: never[];
86687
- console_session_with_workspace?: never;
86688
- api_key?: never;
86689
- } | {
86690
- console_session_with_workspace: never[];
86691
- pat_with_workspace?: never;
86692
- api_key?: never;
86693
- } | {
86694
- api_key: never[];
86695
- pat_with_workspace?: never;
86696
- console_session_with_workspace?: never;
86697
- })[];
86698
- summary: string;
86699
- tags: never[];
86700
- 'x-fern-sdk-group-name': string[];
86701
- 'x-fern-sdk-method-name': string;
86702
- 'x-fern-sdk-return-value': string;
86703
- 'x-response-key': string;
86704
- 'x-title': string;
86705
- 'x-undocumented': string;
86706
- };
86707
- };
86708
- '/unstable_locations/remove_acs_entrances': {
86709
- delete: {
86710
- description: string;
86711
- operationId: string;
86712
- parameters: ({
86713
- in: string;
86714
- name: string;
86715
- required: boolean;
86716
- schema: {
86717
- description: string;
86718
- format: string;
86719
- type: string;
86720
- items?: never;
86721
- };
86722
- } | {
86723
- in: string;
86724
- name: string;
86725
- required: boolean;
86726
- schema: {
86727
- description: string;
86728
- items: {
86729
- format: string;
86730
- type: string;
86731
- };
86732
- type: string;
86733
- format?: never;
86734
- };
86735
- })[];
86736
- responses: {
86737
- 200: {
86738
- content: {
86739
- 'application/json': {
86740
- schema: {
86741
- properties: {
86742
- ok: {
86743
- type: string;
86744
- };
86745
- };
86746
- required: string[];
86747
- type: string;
86748
- };
86749
- };
86750
- };
86751
- description: string;
86752
- };
86753
- 400: {
86754
- description: string;
86755
- };
86756
- 401: {
86757
- description: string;
86758
- };
86759
- };
86760
- security: ({
86761
- pat_with_workspace: never[];
86762
- console_session_with_workspace?: never;
86763
- api_key?: never;
86764
- } | {
86765
- console_session_with_workspace: never[];
86766
- pat_with_workspace?: never;
86767
- api_key?: never;
86768
- } | {
86769
- api_key: never[];
86770
- pat_with_workspace?: never;
86771
- console_session_with_workspace?: never;
86772
- })[];
86773
- summary: string;
86774
- tags: never[];
86775
- 'x-fern-sdk-group-name': string[];
86776
- 'x-fern-sdk-method-name': string;
86777
- 'x-response-key': null;
86778
- 'x-title': string;
86779
- 'x-undocumented': string;
86780
- };
86781
- post: {
86782
- description: string;
86783
- operationId: string;
86784
- requestBody: {
86785
- content: {
86786
- 'application/json': {
86787
- schema: {
86788
- properties: {
86789
- acs_entrance_ids: {
86790
- description: string;
86791
- items: {
86792
- format: string;
86793
- type: string;
86794
- };
86795
- type: string;
86796
- };
86797
- location_id: {
86798
- description: string;
86799
- format: string;
86800
- type: string;
86801
- };
86802
- };
86803
- required: string[];
86804
- type: string;
86805
- };
86806
- };
86807
- };
86808
- };
86809
- responses: {
86810
- 200: {
86811
- content: {
86812
- 'application/json': {
86813
- schema: {
86814
- properties: {
86815
- ok: {
86816
- type: string;
86817
- };
86818
- };
86819
- required: string[];
86820
- type: string;
86821
- };
86822
- };
86823
- };
86824
- description: string;
86825
- };
86826
- 400: {
86827
- description: string;
86828
- };
86829
- 401: {
86830
- description: string;
86831
- };
86832
- };
86833
- security: ({
86834
- pat_with_workspace: never[];
86835
- console_session_with_workspace?: never;
86836
- api_key?: never;
86837
- } | {
86838
- console_session_with_workspace: never[];
86839
- pat_with_workspace?: never;
86840
- api_key?: never;
86841
- } | {
86842
- api_key: never[];
86843
- pat_with_workspace?: never;
86844
- console_session_with_workspace?: never;
86845
- })[];
86846
- summary: string;
86847
- tags: never[];
86848
- 'x-fern-sdk-group-name': string[];
86849
- 'x-fern-sdk-method-name': string;
86850
- 'x-response-key': null;
86851
- 'x-title': string;
86852
- 'x-undocumented': string;
86853
- };
86854
- };
86855
- '/unstable_locations/remove_devices': {
86856
- delete: {
86857
- description: string;
86858
- operationId: string;
86859
- parameters: ({
86860
- in: string;
86861
- name: string;
86862
- required: boolean;
86863
- schema: {
86864
- description: string;
86865
- format: string;
86866
- type: string;
86867
- items?: never;
86868
- };
86869
- } | {
86870
- in: string;
86871
- name: string;
86872
- required: boolean;
86873
- schema: {
86874
- description: string;
86875
- items: {
86876
- format: string;
86877
- type: string;
86878
- };
86879
- type: string;
86880
- format?: never;
86881
- };
86882
- })[];
86883
- responses: {
86884
- 200: {
86885
- content: {
86886
- 'application/json': {
86887
- schema: {
86888
- properties: {
86889
- ok: {
86890
- type: string;
86891
- };
86892
- };
86893
- required: string[];
86894
- type: string;
86895
- };
86896
- };
86897
- };
86898
- description: string;
86899
- };
86900
- 400: {
86901
- description: string;
86902
- };
86903
- 401: {
86904
- description: string;
86905
- };
86906
- };
86907
- security: ({
86908
- pat_with_workspace: never[];
86909
- console_session_with_workspace?: never;
86910
- api_key?: never;
86911
- } | {
86912
- console_session_with_workspace: never[];
86913
- pat_with_workspace?: never;
86914
- api_key?: never;
86915
- } | {
86916
- api_key: never[];
86917
- pat_with_workspace?: never;
86918
- console_session_with_workspace?: never;
86919
- })[];
86920
- summary: string;
86921
- tags: never[];
86922
- 'x-fern-sdk-group-name': string[];
86923
- 'x-fern-sdk-method-name': string;
86924
- 'x-response-key': null;
86925
- 'x-title': string;
86926
- 'x-undocumented': string;
86927
- };
86928
- post: {
86929
- description: string;
86930
- operationId: string;
86931
- requestBody: {
86932
- content: {
86933
- 'application/json': {
86934
- schema: {
86935
- properties: {
86936
- device_ids: {
86937
- description: string;
86938
- items: {
86939
- format: string;
86940
- type: string;
86941
- };
86942
- type: string;
86943
- };
86944
- location_id: {
86945
- description: string;
86946
- format: string;
86947
- type: string;
86948
- };
86949
- };
86950
- required: string[];
86951
- type: string;
86952
- };
86953
- };
86954
- };
86955
- };
86956
- responses: {
86957
- 200: {
86958
- content: {
86959
- 'application/json': {
86960
- schema: {
86961
- properties: {
86962
- ok: {
86963
- type: string;
86964
- };
86965
- };
86966
- required: string[];
86967
- type: string;
86968
- };
86969
- };
86970
- };
86971
- description: string;
86972
- };
86973
- 400: {
86974
- description: string;
86975
- };
86976
- 401: {
86977
- description: string;
86978
- };
86979
- };
86980
- security: ({
86981
- pat_with_workspace: never[];
86982
- console_session_with_workspace?: never;
86983
- api_key?: never;
86984
- } | {
86985
- console_session_with_workspace: never[];
86986
- pat_with_workspace?: never;
86987
- api_key?: never;
86988
- } | {
86989
- api_key: never[];
86990
- pat_with_workspace?: never;
86991
- console_session_with_workspace?: never;
86992
- })[];
86993
- summary: string;
86994
- tags: never[];
86995
- 'x-fern-sdk-group-name': string[];
86996
- 'x-fern-sdk-method-name': string;
86997
- 'x-response-key': null;
86998
- 'x-title': string;
86999
- 'x-undocumented': string;
87000
- };
87001
- };
87002
- '/unstable_locations/update': {
87003
- patch: {
87004
- description: string;
87005
- operationId: string;
87006
- requestBody: {
87007
- content: {
87008
- 'application/json': {
87009
- schema: {
87010
- properties: {
87011
- geolocation: {
87012
- description: string;
87013
- properties: {
87014
- latitude: {
87015
- format: string;
87016
- type: string;
87017
- };
87018
- longitude: {
87019
- format: string;
87020
- type: string;
87021
- };
87022
- };
87023
- required: string[];
87024
- type: string;
87025
- };
87026
- location_id: {
87027
- description: string;
87028
- format: string;
87029
- type: string;
87030
- };
87031
- name: {
87032
- description: string;
87033
- type: string;
87034
- };
87035
- time_zone: {
87036
- description: string;
87037
- type: string;
87038
- };
87039
- };
87040
- required: string[];
87041
- type: string;
87042
- };
87043
- };
87044
- };
87045
- };
87046
- responses: {
87047
- 200: {
87048
- content: {
87049
- 'application/json': {
87050
- schema: {
87051
- properties: {
87052
- location: {
87053
- $ref: string;
87054
- };
87055
- ok: {
87056
- type: string;
87057
- };
87058
- };
87059
- required: string[];
87060
- type: string;
87061
- };
87062
- };
87063
- };
87064
- description: string;
87065
- };
87066
- 400: {
87067
- description: string;
87068
- };
87069
- 401: {
87070
- description: string;
87071
- };
87072
- };
87073
- security: ({
87074
- pat_with_workspace: never[];
87075
- console_session_with_workspace?: never;
87076
- api_key?: never;
87077
- } | {
87078
- console_session_with_workspace: never[];
87079
- pat_with_workspace?: never;
87080
- api_key?: never;
87081
- } | {
87082
- api_key: never[];
87083
- pat_with_workspace?: never;
87084
- console_session_with_workspace?: never;
87085
- })[];
87086
- summary: string;
87087
- tags: never[];
87088
- 'x-fern-sdk-group-name': string[];
87089
- 'x-fern-sdk-method-name': string;
87090
- 'x-fern-sdk-return-value': string;
87091
- 'x-response-key': string;
87092
- 'x-title': string;
87093
- 'x-undocumented': string;
87094
- };
87095
- post: {
87096
- description: string;
87097
- operationId: string;
87098
- requestBody: {
87099
- content: {
87100
- 'application/json': {
87101
- schema: {
87102
- properties: {
87103
- geolocation: {
87104
- description: string;
87105
- properties: {
87106
- latitude: {
87107
- format: string;
87108
- type: string;
87109
- };
87110
- longitude: {
87111
- format: string;
87112
- type: string;
87113
- };
87114
- };
87115
- required: string[];
87116
- type: string;
87117
- };
87118
- location_id: {
87119
- description: string;
87120
- format: string;
87121
- type: string;
87122
- };
87123
- name: {
87124
- description: string;
87125
- type: string;
87126
- };
87127
- time_zone: {
87128
- description: string;
87129
- type: string;
87130
- };
87131
- };
87132
- required: string[];
87133
- type: string;
87134
- };
87135
- };
87136
- };
87137
- };
87138
- responses: {
87139
- 200: {
87140
- content: {
87141
- 'application/json': {
87142
- schema: {
87143
- properties: {
87144
- location: {
87145
- $ref: string;
87146
- };
87147
- ok: {
87148
- type: string;
87149
- };
87150
- };
87151
- required: string[];
87152
- type: string;
87153
- };
87154
- };
87155
- };
87156
- description: string;
87157
- };
87158
- 400: {
87159
- description: string;
87160
- };
87161
- 401: {
87162
- description: string;
87163
- };
87164
- };
87165
- security: ({
87166
- pat_with_workspace: never[];
87167
- console_session_with_workspace?: never;
87168
- api_key?: never;
87169
- } | {
87170
- console_session_with_workspace: never[];
87171
- pat_with_workspace?: never;
87172
- api_key?: never;
87173
- } | {
87174
- api_key: never[];
87175
- pat_with_workspace?: never;
87176
- console_session_with_workspace?: never;
87177
- })[];
87178
- summary: string;
87179
- tags: never[];
87180
- 'x-fern-sdk-group-name': string[];
87181
- 'x-fern-sdk-method-name': string;
87182
- 'x-fern-sdk-return-value': string;
87183
- 'x-response-key': string;
87184
- 'x-title': string;
87185
- 'x-undocumented': string;
87186
- };
87187
- };
87188
- '/unstable_partner/building_blocks/connect_accounts': {
87189
- post: {
87190
- description: string;
87191
- operationId: string;
87192
- requestBody: {
87193
- content: {
87194
- 'application/json': {
87195
- schema: {
87196
- properties: {
87197
- customer_key: {
87198
- description: string;
87199
- type: string;
87200
- };
87201
- };
87202
- required: string[];
87203
- type: string;
87204
- };
87205
- };
87206
- };
87207
- };
87208
- responses: {
87209
- 200: {
87210
- content: {
87211
- 'application/json': {
87212
- schema: {
87213
- properties: {
87214
- magic_link: {
87215
- $ref: string;
87216
- };
87217
- ok: {
87218
- type: string;
87219
- };
87220
- };
87221
- required: string[];
87222
- type: string;
87223
- };
87224
- };
87225
- };
87226
- description: string;
87227
- };
87228
- 400: {
87229
- description: string;
87230
- };
87231
- 401: {
87232
- description: string;
87233
- };
87234
- };
87235
- security: ({
87236
- pat_with_workspace: never[];
87237
- console_session_with_workspace?: never;
87238
- api_key?: never;
87239
- } | {
87240
- console_session_with_workspace: never[];
87241
- pat_with_workspace?: never;
87242
- api_key?: never;
87243
- } | {
87244
- api_key: never[];
87245
- pat_with_workspace?: never;
87246
- console_session_with_workspace?: never;
87247
- })[];
87248
- summary: string;
87249
- tags: never[];
87250
- 'x-fern-sdk-group-name': string[];
87251
- 'x-fern-sdk-method-name': string;
87252
- 'x-fern-sdk-return-value': string;
87253
- 'x-response-key': string;
87254
- 'x-title': string;
87255
- 'x-undocumented': string;
87256
- };
87257
- };
87258
- '/unstable_partner/building_blocks/generate_magic_link': {
87259
- get: {
87260
- description: string;
87261
- operationId: string;
87262
- parameters: ({
87263
- in: string;
87264
- name: string;
87265
- required: boolean;
87266
- schema: {
87267
- description: string;
87268
- enum: string[];
87269
- type: string;
87270
- items?: never;
87271
- };
87272
- } | {
87273
- in: string;
87274
- name: string;
87275
- required: boolean;
87276
- schema: {
87277
- description: string;
87278
- type: string;
87279
- enum?: never;
87280
- items?: never;
87281
- };
87282
- } | {
87283
- in: string;
87284
- name: string;
87285
- required: boolean;
87286
- schema: {
87287
- description: string;
87288
- items: {
87289
- properties: {
87290
- name: {
87291
- description: string;
87292
- type: string;
87293
- };
87294
- space_key: {
87295
- description: string;
87296
- type: string;
87297
- };
87298
- };
87299
- required: string[];
87300
- type: string;
87301
- };
87302
- type: string;
87303
- enum?: never;
87304
- };
87305
- })[];
87306
- responses: {
87307
- 200: {
87308
- content: {
87309
- 'application/json': {
87310
- schema: {
87311
- properties: {
87312
- magic_link: {
87313
- $ref: string;
87314
- };
87315
- ok: {
87316
- type: string;
87317
- };
87318
- };
87319
- required: string[];
87320
- type: string;
87321
- };
87322
- };
87323
- };
87324
- description: string;
87325
- };
87326
- 400: {
87327
- description: string;
87328
- };
87329
- 401: {
87330
- description: string;
87331
- };
87332
- };
87333
- security: ({
87334
- pat_with_workspace: never[];
87335
- console_session_with_workspace?: never;
87336
- api_key?: never;
87337
- } | {
87338
- console_session_with_workspace: never[];
87339
- pat_with_workspace?: never;
87340
- api_key?: never;
87341
- } | {
87342
- api_key: never[];
87343
- pat_with_workspace?: never;
87344
- console_session_with_workspace?: never;
87345
- })[];
87346
- summary: string;
87347
- tags: never[];
87348
- 'x-fern-sdk-group-name': string[];
87349
- 'x-fern-sdk-method-name': string;
87350
- 'x-fern-sdk-return-value': string;
87351
- 'x-response-key': string;
87352
- 'x-title': string;
87353
- 'x-undocumented': string;
87354
- };
87355
- post: {
87356
- description: string;
87357
- operationId: string;
87358
- requestBody: {
87359
- content: {
87360
- 'application/json': {
87361
- schema: {
87362
- properties: {
87363
- building_block_type: {
87364
- description: string;
87365
- enum: string[];
87366
- type: string;
87367
- };
87368
- customer_key: {
87369
- description: string;
87370
- type: string;
87371
- };
87372
- spaces: {
87373
- description: string;
87374
- items: {
87375
- properties: {
87376
- name: {
87377
- description: string;
87378
- type: string;
87379
- };
87380
- space_key: {
87381
- description: string;
87382
- type: string;
87383
- };
87384
- };
87385
- required: string[];
87386
- type: string;
87387
- };
87388
- type: string;
87389
- };
87390
- };
87391
- required: string[];
87392
- type: string;
87393
- };
87394
- };
87395
- };
87396
- };
87397
- responses: {
87398
- 200: {
87399
- content: {
87400
- 'application/json': {
87401
- schema: {
87402
- properties: {
87403
- magic_link: {
86310
+ magic_link: {
87404
86311
  $ref: string;
87405
86312
  };
87406
86313
  ok: {
@@ -163587,319 +162494,6 @@ type Routes = {
163587
162494
  };
163588
162495
  };
163589
162496
  };
163590
- '/unstable_access_grants/create': {
163591
- route: '/unstable_access_grants/create';
163592
- method: 'POST';
163593
- queryParams: {};
163594
- jsonBody: {};
163595
- commonParams: ({
163596
- /** ID of user identity for whom you want to grant access. */
163597
- user_identity_id: string;
163598
- } | {
163599
- /** User identity. When used, creates a new user identity with the specified details and grants them access. */
163600
- user_identity: {
163601
- /** Unique email address for the user identity. */
163602
- email_address?: (string | null) | undefined;
163603
- /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
163604
- phone_number?: (string | null) | undefined;
163605
- full_name?: (string | null) | undefined;
163606
- };
163607
- }) & {
163608
- /**
163609
- * @deprecated Use `space_ids`.*/
163610
- location_ids?: string[] | undefined;
163611
- /** IDs of the existing spaces to which you want to grant access. */
163612
- space_ids?: string[] | undefined;
163613
- /** Location. When used, creates a new location with the specified entrances and devices, and gives the user access to this location. */
163614
- location?: {
163615
- /** Name of the location. */
163616
- name?: string | undefined;
163617
- /**
163618
- * @deprecated Use `acs_entrance_ids` at the top level.*/
163619
- acs_entrance_ids?: string[];
163620
- /**
163621
- * @deprecated Use `device_ids` at the top level.*/
163622
- device_ids?: string[];
163623
- } | undefined;
163624
- /** IDs of the [entrances](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) to which you want to grant access. */
163625
- acs_entrance_ids?: string[];
163626
- /** IDs of the devices to which you want to grant access. */
163627
- device_ids?: string[];
163628
- requested_access_methods: {
163629
- /** Access method mode. */
163630
- mode: 'code' | 'card' | 'mobile_key';
163631
- }[];
163632
- /** 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. */
163633
- starts_at?: string | undefined;
163634
- /** Date and time at which the validity of the new grant ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. Must be a time in the future and after `starts_at`. */
163635
- ends_at?: string | undefined;
163636
- };
163637
- formData: {};
163638
- jsonResponse: {
163639
- /** Represents an Access Grant. Access Grants enable you to grant a user identity access to spaces, entrances, and devices through one or more access methods, such as mobile keys, plastic cards, and PIN codes. You can create an Access Grant for an existing user identity, or you can create a new user identity *while* creating the new Access Grant. */
163640
- access_grant: {
163641
- /** ID of the Seam workspace associated with the Access Grant. */
163642
- workspace_id: string;
163643
- /** ID of the Access Grant. */
163644
- access_grant_id: string;
163645
- /** Unique key for the access grant within the workspace. */
163646
- access_grant_key?: string | undefined;
163647
- /** ID of user identity to which the Access Grant gives access. */
163648
- user_identity_id: string;
163649
- /**
163650
- * @deprecated Use `space_ids`.*/
163651
- location_ids: string[];
163652
- /** IDs of the spaces to which the Access Grant gives access. */
163653
- space_ids: string[];
163654
- /** Access methods that the user requested for the Access Grant. */
163655
- requested_access_methods: {
163656
- /** Display name of the access method. */
163657
- display_name: string;
163658
- /** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
163659
- mode: 'code' | 'card' | 'mobile_key';
163660
- /** Date and time at which the requested access method was added to the Access Grant. */
163661
- created_at: string;
163662
- /** IDs of the access methods created for the requested access method. */
163663
- created_access_method_ids: string[];
163664
- }[];
163665
- /** IDs of the access methods created for the Access Grant. */
163666
- access_method_ids: string[];
163667
- /** Client Session Token. Only returned if the Access Grant has a mobile_key access method. */
163668
- client_session_token?: string | undefined;
163669
- /** Name of the Access Grant. If not provided, the display name will be computed. */
163670
- name: string | null;
163671
- /** Display name of the Access Grant. */
163672
- display_name: string;
163673
- /** Instant Key URL. Only returned if the Access Grant has a single mobile_key access_method. */
163674
- instant_key_url?: string | undefined;
163675
- /** Date and time at which the Access Grant was created. */
163676
- created_at: string;
163677
- /** Date and time at which the Access Grant starts. */
163678
- starts_at: string;
163679
- /** Date and time at which the Access Grant ends. */
163680
- ends_at: string | null;
163681
- };
163682
- };
163683
- };
163684
- '/unstable_access_grants/delete': {
163685
- route: '/unstable_access_grants/delete';
163686
- method: 'DELETE' | 'POST';
163687
- queryParams: {};
163688
- jsonBody: {};
163689
- commonParams: {
163690
- /** ID of access grant that you want to delete. */
163691
- access_grant_id: string;
163692
- };
163693
- formData: {};
163694
- jsonResponse: {};
163695
- };
163696
- '/unstable_access_grants/get': {
163697
- route: '/unstable_access_grants/get';
163698
- method: 'GET' | 'POST';
163699
- queryParams: {};
163700
- jsonBody: {};
163701
- commonParams: {
163702
- /** ID of access grant that you want to get. */
163703
- access_grant_id: string;
163704
- };
163705
- formData: {};
163706
- jsonResponse: {
163707
- /** Represents an Access Grant. Access Grants enable you to grant a user identity access to spaces, entrances, and devices through one or more access methods, such as mobile keys, plastic cards, and PIN codes. You can create an Access Grant for an existing user identity, or you can create a new user identity *while* creating the new Access Grant. */
163708
- access_grant: {
163709
- /** ID of the Seam workspace associated with the Access Grant. */
163710
- workspace_id: string;
163711
- /** ID of the Access Grant. */
163712
- access_grant_id: string;
163713
- /** Unique key for the access grant within the workspace. */
163714
- access_grant_key?: string | undefined;
163715
- /** ID of user identity to which the Access Grant gives access. */
163716
- user_identity_id: string;
163717
- /**
163718
- * @deprecated Use `space_ids`.*/
163719
- location_ids: string[];
163720
- /** IDs of the spaces to which the Access Grant gives access. */
163721
- space_ids: string[];
163722
- /** Access methods that the user requested for the Access Grant. */
163723
- requested_access_methods: {
163724
- /** Display name of the access method. */
163725
- display_name: string;
163726
- /** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
163727
- mode: 'code' | 'card' | 'mobile_key';
163728
- /** Date and time at which the requested access method was added to the Access Grant. */
163729
- created_at: string;
163730
- /** IDs of the access methods created for the requested access method. */
163731
- created_access_method_ids: string[];
163732
- }[];
163733
- /** IDs of the access methods created for the Access Grant. */
163734
- access_method_ids: string[];
163735
- /** Client Session Token. Only returned if the Access Grant has a mobile_key access method. */
163736
- client_session_token?: string | undefined;
163737
- /** Name of the Access Grant. If not provided, the display name will be computed. */
163738
- name: string | null;
163739
- /** Display name of the Access Grant. */
163740
- display_name: string;
163741
- /** Instant Key URL. Only returned if the Access Grant has a single mobile_key access_method. */
163742
- instant_key_url?: string | undefined;
163743
- /** Date and time at which the Access Grant was created. */
163744
- created_at: string;
163745
- /** Date and time at which the Access Grant starts. */
163746
- starts_at: string;
163747
- /** Date and time at which the Access Grant ends. */
163748
- ends_at: string | null;
163749
- };
163750
- };
163751
- };
163752
- '/unstable_access_grants/list': {
163753
- route: '/unstable_access_grants/list';
163754
- method: 'GET' | 'POST';
163755
- queryParams: {};
163756
- jsonBody: {};
163757
- commonParams: {
163758
- /** ID of the user identity by which you want to filter the list of access grants. */
163759
- user_identity_id?: string | undefined;
163760
- /** ID of the access system by which you want to filter the list of access grants. */
163761
- acs_system_id?: string | undefined;
163762
- /** ID of the entrance by which you want to filter the list of access grants. */
163763
- acs_entrance_id?: string | undefined;
163764
- /**
163765
- * @deprecated Use `space_id`.*/
163766
- location_id?: string | undefined;
163767
- /** ID of the space by which you want to filter the list of access grants. */
163768
- space_id?: string | undefined;
163769
- };
163770
- formData: {};
163771
- jsonResponse: {
163772
- access_grants: {
163773
- /** ID of the Seam workspace associated with the Access Grant. */
163774
- workspace_id: string;
163775
- /** ID of the Access Grant. */
163776
- access_grant_id: string;
163777
- /** Unique key for the access grant within the workspace. */
163778
- access_grant_key?: string | undefined;
163779
- /** ID of user identity to which the Access Grant gives access. */
163780
- user_identity_id: string;
163781
- /**
163782
- * @deprecated Use `space_ids`.*/
163783
- location_ids: string[];
163784
- /** IDs of the spaces to which the Access Grant gives access. */
163785
- space_ids: string[];
163786
- /** Access methods that the user requested for the Access Grant. */
163787
- requested_access_methods: {
163788
- /** Display name of the access method. */
163789
- display_name: string;
163790
- /** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
163791
- mode: 'code' | 'card' | 'mobile_key';
163792
- /** Date and time at which the requested access method was added to the Access Grant. */
163793
- created_at: string;
163794
- /** IDs of the access methods created for the requested access method. */
163795
- created_access_method_ids: string[];
163796
- }[];
163797
- /** IDs of the access methods created for the Access Grant. */
163798
- access_method_ids: string[];
163799
- /** Client Session Token. Only returned if the Access Grant has a mobile_key access method. */
163800
- client_session_token?: string | undefined;
163801
- /** Name of the Access Grant. If not provided, the display name will be computed. */
163802
- name: string | null;
163803
- /** Display name of the Access Grant. */
163804
- display_name: string;
163805
- /** Instant Key URL. Only returned if the Access Grant has a single mobile_key access_method. */
163806
- instant_key_url?: string | undefined;
163807
- /** Date and time at which the Access Grant was created. */
163808
- created_at: string;
163809
- /** Date and time at which the Access Grant starts. */
163810
- starts_at: string;
163811
- /** Date and time at which the Access Grant ends. */
163812
- ends_at: string | null;
163813
- }[];
163814
- };
163815
- };
163816
- '/unstable_access_methods/delete': {
163817
- route: '/unstable_access_methods/delete';
163818
- method: 'DELETE' | 'POST';
163819
- queryParams: {};
163820
- jsonBody: {};
163821
- commonParams: {
163822
- /** ID of the access method that you want to delete. */
163823
- access_method_id: string;
163824
- };
163825
- formData: {};
163826
- jsonResponse: {};
163827
- };
163828
- '/unstable_access_methods/get': {
163829
- route: '/unstable_access_methods/get';
163830
- method: 'GET' | 'POST';
163831
- queryParams: {};
163832
- jsonBody: {};
163833
- commonParams: {
163834
- /** ID of the access method that you want to get. */
163835
- access_method_id: string;
163836
- };
163837
- formData: {};
163838
- jsonResponse: {
163839
- /** Represents an access method for an Access Grant. Access methods describe the modes of access, such as PIN codes, plastic cards, and mobile keys. For a mobile key, the access method also stores the URL for the associated Instant Key. */
163840
- access_method: {
163841
- /** ID of the Seam workspace associated with the access method. */
163842
- workspace_id: string;
163843
- /** ID of the access method. */
163844
- access_method_id: string;
163845
- /** Display name of the access method. */
163846
- display_name: string;
163847
- /** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
163848
- mode: 'code' | 'card' | 'mobile_key';
163849
- /** Date and time at which the access method was created. */
163850
- created_at: string;
163851
- /** Date and time at which the access method was issued. */
163852
- issued_at: string | null;
163853
- /** Indicates whether the access method has been issued. */
163854
- is_issued: boolean;
163855
- /** URL of the Instant Key for mobile key access methods. */
163856
- instant_key_url?: string | undefined;
163857
- /** Token of the client session associated with the access method. */
163858
- client_session_token?: string | undefined;
163859
- /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
163860
- is_encoding_required?: boolean | undefined;
163861
- /** The actual PIN code for code access methods. */
163862
- code?: string | undefined;
163863
- };
163864
- };
163865
- };
163866
- '/unstable_access_methods/list': {
163867
- route: '/unstable_access_methods/list';
163868
- method: 'GET' | 'POST';
163869
- queryParams: {};
163870
- jsonBody: {};
163871
- commonParams: {
163872
- /** ID of the access grant by which to filter the list of access methods. */
163873
- access_grant_id: string;
163874
- };
163875
- formData: {};
163876
- jsonResponse: {
163877
- access_methods: {
163878
- /** ID of the Seam workspace associated with the access method. */
163879
- workspace_id: string;
163880
- /** ID of the access method. */
163881
- access_method_id: string;
163882
- /** Display name of the access method. */
163883
- display_name: string;
163884
- /** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
163885
- mode: 'code' | 'card' | 'mobile_key';
163886
- /** Date and time at which the access method was created. */
163887
- created_at: string;
163888
- /** Date and time at which the access method was issued. */
163889
- issued_at: string | null;
163890
- /** Indicates whether the access method has been issued. */
163891
- is_issued: boolean;
163892
- /** URL of the Instant Key for mobile key access methods. */
163893
- instant_key_url?: string | undefined;
163894
- /** Token of the client session associated with the access method. */
163895
- client_session_token?: string | undefined;
163896
- /** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
163897
- is_encoding_required?: boolean | undefined;
163898
- /** The actual PIN code for code access methods. */
163899
- code?: string | undefined;
163900
- }[];
163901
- };
163902
- };
163903
162497
  '/unstable_locations/add_acs_entrances': {
163904
162498
  route: '/unstable_locations/add_acs_entrances';
163905
162499
  method: 'POST' | 'PUT';