@seamapi/http 1.38.0 → 1.38.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4187,150 +4187,176 @@ export class SeamHttpEndpoints {
4187
4187
  }
4188
4188
  }
4189
4189
 
4190
- export type SeamHttpEndpointPaths =
4191
- | '/access_codes/create'
4192
- | '/access_codes/create_multiple'
4193
- | '/access_codes/delete'
4190
+ export type SeamHttpEndpointQueryPaths =
4194
4191
  | '/access_codes/generate_code'
4195
4192
  | '/access_codes/get'
4196
4193
  | '/access_codes/list'
4197
- | '/access_codes/pull_backup_access_code'
4198
- | '/access_codes/report_device_constraints'
4199
- | '/access_codes/update'
4200
- | '/access_codes/update_multiple'
4201
- | '/access_codes/simulate/create_unmanaged_access_code'
4202
- | '/access_codes/unmanaged/convert_to_managed'
4203
- | '/access_codes/unmanaged/delete'
4204
4194
  | '/access_codes/unmanaged/get'
4205
4195
  | '/access_codes/unmanaged/list'
4206
- | '/access_codes/unmanaged/update'
4207
- | '/access_grants/create'
4208
4196
  | '/access_grants/delete'
4209
4197
  | '/access_grants/get'
4210
4198
  | '/access_grants/list'
4211
- | '/access_grants/update'
4212
4199
  | '/access_methods/delete'
4213
4200
  | '/access_methods/get'
4214
4201
  | '/access_methods/list'
4215
- | '/acs/access_groups/add_user'
4216
4202
  | '/acs/access_groups/get'
4217
4203
  | '/acs/access_groups/list'
4218
4204
  | '/acs/access_groups/list_accessible_entrances'
4219
4205
  | '/acs/access_groups/list_users'
4220
- | '/acs/access_groups/remove_user'
4221
4206
  | '/acs/access_groups/unmanaged/get'
4222
4207
  | '/acs/access_groups/unmanaged/list'
4223
4208
  | '/acs/credential_pools/list'
4209
+ | '/acs/credentials/get'
4210
+ | '/acs/credentials/list'
4211
+ | '/acs/credentials/list_accessible_entrances'
4212
+ | '/acs/credentials/unmanaged/get'
4213
+ | '/acs/credentials/unmanaged/list'
4214
+ | '/acs/encoders/get'
4215
+ | '/acs/encoders/list'
4216
+ | '/acs/entrances/get'
4217
+ | '/acs/entrances/list'
4218
+ | '/acs/entrances/list_credentials_with_access'
4219
+ | '/acs/systems/get'
4220
+ | '/acs/systems/list'
4221
+ | '/acs/systems/list_compatible_credential_manager_acs_systems'
4222
+ | '/acs/users/get'
4223
+ | '/acs/users/list'
4224
+ | '/acs/users/list_accessible_entrances'
4225
+ | '/acs/users/unmanaged/get'
4226
+ | '/acs/users/unmanaged/list'
4227
+ | '/action_attempts/get'
4228
+ | '/action_attempts/list'
4229
+ | '/bridges/get'
4230
+ | '/bridges/list'
4231
+ | '/client_sessions/get'
4232
+ | '/client_sessions/list'
4233
+ | '/connect_webviews/get'
4234
+ | '/connect_webviews/list'
4235
+ | '/connected_accounts/get'
4236
+ | '/connected_accounts/list'
4237
+ | '/devices/get'
4238
+ | '/devices/list'
4239
+ | '/devices/list_device_providers'
4240
+ | '/devices/unmanaged/get'
4241
+ | '/devices/unmanaged/list'
4242
+ | '/events/get'
4243
+ | '/events/list'
4244
+ | '/locks/get'
4245
+ | '/locks/list'
4246
+ | '/networks/get'
4247
+ | '/networks/list'
4248
+ | '/noise_sensors/list'
4249
+ | '/noise_sensors/noise_thresholds/get'
4250
+ | '/noise_sensors/noise_thresholds/list'
4251
+ | '/phones/get'
4252
+ | '/phones/list'
4253
+ | '/phones/simulate/create_sandbox_phone'
4254
+ | '/seam/bridge/v1/bridge_client_sessions/get'
4255
+ | '/seam/bridge/v1/bridge_connected_systems/list'
4256
+ | '/seam/mobile_sdk/v1/acs/credentials/list'
4257
+ | '/seam/partner/v1/building_blocks/spaces/auto_map'
4258
+ | '/seam/partner/v1/resources/list'
4259
+ | '/spaces/get'
4260
+ | '/spaces/list'
4261
+ | '/thermostats/get'
4262
+ | '/thermostats/list'
4263
+ | '/thermostats/schedules/get'
4264
+ | '/thermostats/schedules/list'
4265
+ | '/unstable_access_grants/delete'
4266
+ | '/unstable_access_grants/get'
4267
+ | '/unstable_access_grants/list'
4268
+ | '/unstable_access_methods/delete'
4269
+ | '/unstable_access_methods/get'
4270
+ | '/unstable_access_methods/list'
4271
+ | '/unstable_locations/get'
4272
+ | '/unstable_locations/list'
4273
+ | '/unstable_partner/building_blocks/generate_magic_link'
4274
+ | '/user_identities/get'
4275
+ | '/user_identities/list'
4276
+ | '/user_identities/list_accessible_devices'
4277
+ | '/user_identities/list_acs_systems'
4278
+ | '/user_identities/list_acs_users'
4279
+ | '/user_identities/enrollment_automations/get'
4280
+ | '/user_identities/enrollment_automations/list'
4281
+ | '/webhooks/get'
4282
+ | '/webhooks/list'
4283
+ | '/workspaces/get'
4284
+ | '/workspaces/list'
4285
+
4286
+ export type SeamHttpEndpointMutationPaths =
4287
+ | '/access_codes/create'
4288
+ | '/access_codes/create_multiple'
4289
+ | '/access_codes/delete'
4290
+ | '/access_codes/pull_backup_access_code'
4291
+ | '/access_codes/report_device_constraints'
4292
+ | '/access_codes/update'
4293
+ | '/access_codes/update_multiple'
4294
+ | '/access_codes/simulate/create_unmanaged_access_code'
4295
+ | '/access_codes/unmanaged/convert_to_managed'
4296
+ | '/access_codes/unmanaged/delete'
4297
+ | '/access_codes/unmanaged/update'
4298
+ | '/access_grants/create'
4299
+ | '/access_grants/update'
4300
+ | '/acs/access_groups/add_user'
4301
+ | '/acs/access_groups/remove_user'
4224
4302
  | '/acs/credential_provisioning_automations/launch'
4225
4303
  | '/acs/credentials/assign'
4226
4304
  | '/acs/credentials/create'
4227
4305
  | '/acs/credentials/create_offline_code'
4228
4306
  | '/acs/credentials/delete'
4229
- | '/acs/credentials/get'
4230
- | '/acs/credentials/list'
4231
- | '/acs/credentials/list_accessible_entrances'
4232
4307
  | '/acs/credentials/unassign'
4233
4308
  | '/acs/credentials/update'
4234
- | '/acs/credentials/unmanaged/get'
4235
- | '/acs/credentials/unmanaged/list'
4236
4309
  | '/acs/encoders/encode_access_method'
4237
4310
  | '/acs/encoders/encode_credential'
4238
- | '/acs/encoders/get'
4239
- | '/acs/encoders/list'
4240
4311
  | '/acs/encoders/scan_credential'
4241
4312
  | '/acs/encoders/simulate/next_credential_encode_will_fail'
4242
4313
  | '/acs/encoders/simulate/next_credential_encode_will_succeed'
4243
4314
  | '/acs/encoders/simulate/next_credential_scan_will_fail'
4244
4315
  | '/acs/encoders/simulate/next_credential_scan_will_succeed'
4245
- | '/acs/entrances/get'
4246
4316
  | '/acs/entrances/grant_access'
4247
- | '/acs/entrances/list'
4248
- | '/acs/entrances/list_credentials_with_access'
4249
- | '/acs/systems/get'
4250
- | '/acs/systems/list'
4251
- | '/acs/systems/list_compatible_credential_manager_acs_systems'
4252
4317
  | '/acs/users/add_to_access_group'
4253
4318
  | '/acs/users/create'
4254
4319
  | '/acs/users/delete'
4255
- | '/acs/users/get'
4256
- | '/acs/users/list'
4257
- | '/acs/users/list_accessible_entrances'
4258
4320
  | '/acs/users/remove_from_access_group'
4259
4321
  | '/acs/users/revoke_access_to_all_entrances'
4260
4322
  | '/acs/users/suspend'
4261
4323
  | '/acs/users/unsuspend'
4262
4324
  | '/acs/users/update'
4263
- | '/acs/users/unmanaged/get'
4264
- | '/acs/users/unmanaged/list'
4265
- | '/action_attempts/get'
4266
- | '/action_attempts/list'
4267
- | '/bridges/get'
4268
- | '/bridges/list'
4269
4325
  | '/client_sessions/create'
4270
4326
  | '/client_sessions/delete'
4271
- | '/client_sessions/get'
4272
4327
  | '/client_sessions/get_or_create'
4273
4328
  | '/client_sessions/grant_access'
4274
- | '/client_sessions/list'
4275
4329
  | '/client_sessions/revoke'
4276
4330
  | '/connect_webviews/create'
4277
4331
  | '/connect_webviews/delete'
4278
- | '/connect_webviews/get'
4279
- | '/connect_webviews/list'
4280
4332
  | '/connected_accounts/delete'
4281
- | '/connected_accounts/get'
4282
- | '/connected_accounts/list'
4283
4333
  | '/connected_accounts/sync'
4284
4334
  | '/connected_accounts/update'
4285
4335
  | '/devices/delete'
4286
- | '/devices/get'
4287
- | '/devices/list'
4288
- | '/devices/list_device_providers'
4289
4336
  | '/devices/update'
4290
4337
  | '/devices/simulate/connect'
4291
4338
  | '/devices/simulate/disconnect'
4292
4339
  | '/devices/simulate/remove'
4293
- | '/devices/unmanaged/get'
4294
- | '/devices/unmanaged/list'
4295
4340
  | '/devices/unmanaged/update'
4296
- | '/events/get'
4297
- | '/events/list'
4298
- | '/locks/get'
4299
- | '/locks/list'
4300
4341
  | '/locks/lock_door'
4301
4342
  | '/locks/unlock_door'
4302
4343
  | '/locks/simulate/keypad_code_entry'
4303
4344
  | '/locks/simulate/manual_lock_via_keypad'
4304
- | '/networks/get'
4305
- | '/networks/list'
4306
- | '/noise_sensors/list'
4307
4345
  | '/noise_sensors/noise_thresholds/create'
4308
4346
  | '/noise_sensors/noise_thresholds/delete'
4309
- | '/noise_sensors/noise_thresholds/get'
4310
- | '/noise_sensors/noise_thresholds/list'
4311
4347
  | '/noise_sensors/noise_thresholds/update'
4312
4348
  | '/noise_sensors/simulate/trigger_noise_threshold'
4313
4349
  | '/phones/deactivate'
4314
- | '/phones/get'
4315
- | '/phones/list'
4316
- | '/phones/simulate/create_sandbox_phone'
4317
4350
  | '/seam/bridge/v1/bridge_client_sessions/create'
4318
- | '/seam/bridge/v1/bridge_client_sessions/get'
4319
4351
  | '/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token'
4320
4352
  | '/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code'
4321
4353
  | '/seam/bridge/v1/bridge_client_sessions/report_status'
4322
- | '/seam/bridge/v1/bridge_connected_systems/list'
4323
4354
  | '/seam/instant_key/v1/client_sessions/exchange_short_code'
4324
- | '/seam/mobile_sdk/v1/acs/credentials/list'
4325
4355
  | '/seam/mobile_sdk/v1/phone_sessions/get_or_create'
4326
- | '/seam/partner/v1/building_blocks/spaces/auto_map'
4327
- | '/seam/partner/v1/resources/list'
4328
4356
  | '/spaces/add_acs_entrances'
4329
4357
  | '/spaces/add_devices'
4330
4358
  | '/spaces/create'
4331
4359
  | '/spaces/delete'
4332
- | '/spaces/get'
4333
- | '/spaces/list'
4334
4360
  | '/spaces/remove_acs_entrances'
4335
4361
  | '/spaces/remove_devices'
4336
4362
  | '/spaces/update'
@@ -4338,10 +4364,8 @@ export type SeamHttpEndpointPaths =
4338
4364
  | '/thermostats/cool'
4339
4365
  | '/thermostats/create_climate_preset'
4340
4366
  | '/thermostats/delete_climate_preset'
4341
- | '/thermostats/get'
4342
4367
  | '/thermostats/heat'
4343
4368
  | '/thermostats/heat_cool'
4344
- | '/thermostats/list'
4345
4369
  | '/thermostats/off'
4346
4370
  | '/thermostats/set_fallback_climate_preset'
4347
4371
  | '/thermostats/set_fan_mode'
@@ -4354,29 +4378,18 @@ export type SeamHttpEndpointPaths =
4354
4378
  | '/thermostats/daily_programs/update'
4355
4379
  | '/thermostats/schedules/create'
4356
4380
  | '/thermostats/schedules/delete'
4357
- | '/thermostats/schedules/get'
4358
- | '/thermostats/schedules/list'
4359
4381
  | '/thermostats/schedules/update'
4360
4382
  | '/thermostats/simulate/hvac_mode_adjusted'
4361
4383
  | '/thermostats/simulate/temperature_reached'
4362
4384
  | '/unstable_access_grants/create'
4363
- | '/unstable_access_grants/delete'
4364
- | '/unstable_access_grants/get'
4365
- | '/unstable_access_grants/list'
4366
- | '/unstable_access_methods/delete'
4367
- | '/unstable_access_methods/get'
4368
- | '/unstable_access_methods/list'
4369
4385
  | '/unstable_locations/add_acs_entrances'
4370
4386
  | '/unstable_locations/add_devices'
4371
4387
  | '/unstable_locations/create'
4372
4388
  | '/unstable_locations/delete'
4373
- | '/unstable_locations/get'
4374
- | '/unstable_locations/list'
4375
4389
  | '/unstable_locations/remove_acs_entrances'
4376
4390
  | '/unstable_locations/remove_devices'
4377
4391
  | '/unstable_locations/update'
4378
4392
  | '/unstable_partner/building_blocks/connect_accounts'
4379
- | '/unstable_partner/building_blocks/generate_magic_link'
4380
4393
  | '/unstable_partner/building_blocks/manage_devices'
4381
4394
  | '/unstable_partner/building_blocks/organize_spaces'
4382
4395
  | '/unstable_partner/resources/push'
@@ -4384,26 +4397,15 @@ export type SeamHttpEndpointPaths =
4384
4397
  | '/user_identities/create'
4385
4398
  | '/user_identities/delete'
4386
4399
  | '/user_identities/generate_instant_key'
4387
- | '/user_identities/get'
4388
4400
  | '/user_identities/grant_access_to_device'
4389
- | '/user_identities/list'
4390
- | '/user_identities/list_accessible_devices'
4391
- | '/user_identities/list_acs_systems'
4392
- | '/user_identities/list_acs_users'
4393
4401
  | '/user_identities/remove_acs_user'
4394
4402
  | '/user_identities/revoke_access_to_device'
4395
4403
  | '/user_identities/update'
4396
4404
  | '/user_identities/enrollment_automations/delete'
4397
- | '/user_identities/enrollment_automations/get'
4398
4405
  | '/user_identities/enrollment_automations/launch'
4399
- | '/user_identities/enrollment_automations/list'
4400
4406
  | '/webhooks/create'
4401
4407
  | '/webhooks/delete'
4402
- | '/webhooks/get'
4403
- | '/webhooks/list'
4404
4408
  | '/webhooks/update'
4405
4409
  | '/workspaces/create'
4406
- | '/workspaces/get'
4407
- | '/workspaces/list'
4408
4410
  | '/workspaces/reset_sandbox'
4409
4411
  | '/workspaces/update'
@@ -1,3 +1,3 @@
1
- const seamapiJavascriptHttpVersion = '1.38.0'
1
+ const seamapiJavascriptHttpVersion = '1.38.2'
2
2
 
3
3
  export default seamapiJavascriptHttpVersion