@seamapi/types 1.424.0 → 1.426.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.
Files changed (35) hide show
  1. package/dist/connect.cjs +256 -31
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +653 -16
  4. package/lib/seam/connect/internal/schemas.d.ts +1 -1
  5. package/lib/seam/connect/internal/schemas.js +1 -1
  6. package/lib/seam/connect/internal/schemas.js.map +1 -1
  7. package/lib/seam/connect/models/acs/acs-credential.d.ts +6 -0
  8. package/lib/seam/connect/models/acs/acs-credential.js +4 -0
  9. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-entrance.d.ts +25 -2
  11. package/lib/seam/connect/models/acs/acs-entrance.js +18 -2
  12. package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
  13. package/lib/seam/connect/models/acs/acs-system.js +4 -1
  14. package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
  15. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -0
  16. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -0
  17. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -0
  18. package/lib/seam/connect/models/devices/device-provider.d.ts +3 -0
  19. package/lib/seam/connect/models/devices/device.d.ts +6 -0
  20. package/lib/seam/connect/models/devices/device.js +1 -0
  21. package/lib/seam/connect/models/devices/device.js.map +1 -1
  22. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +4 -0
  23. package/lib/seam/connect/models/phones/phone-session.d.ts +66 -4
  24. package/lib/seam/connect/openapi.d.ts +287 -4
  25. package/lib/seam/connect/openapi.js +215 -8
  26. package/lib/seam/connect/openapi.js.map +1 -1
  27. package/lib/seam/connect/route-types.d.ts +314 -10
  28. package/package.json +1 -1
  29. package/src/lib/seam/connect/internal/schemas.ts +1 -0
  30. package/src/lib/seam/connect/models/acs/acs-credential.ts +6 -0
  31. package/src/lib/seam/connect/models/acs/acs-entrance.ts +93 -70
  32. package/src/lib/seam/connect/models/acs/acs-system.ts +4 -1
  33. package/src/lib/seam/connect/models/devices/device.ts +1 -0
  34. package/src/lib/seam/connect/openapi.ts +242 -8
  35. package/src/lib/seam/connect/route-types.ts +314 -0
@@ -2179,6 +2179,12 @@ export default {
2179
2179
  nullable: true,
2180
2180
  type: 'string',
2181
2181
  },
2182
+ connected_account_id: {
2183
+ description:
2184
+ 'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.',
2185
+ format: 'uuid',
2186
+ type: 'string',
2187
+ },
2182
2188
  created_at: {
2183
2189
  description:
2184
2190
  'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
@@ -2497,6 +2503,7 @@ export default {
2497
2503
  },
2498
2504
  required: [
2499
2505
  'acs_credential_id',
2506
+ 'connected_account_id',
2500
2507
  'acs_system_id',
2501
2508
  'display_name',
2502
2509
  'access_method',
@@ -2686,6 +2693,21 @@ export default {
2686
2693
  required: ['door_type', 'door_name'],
2687
2694
  type: 'object',
2688
2695
  },
2696
+ can_unlock_with_card: {
2697
+ description:
2698
+ 'Indicates whether the ACS entrance can be unlocked with card credentials.',
2699
+ type: 'boolean',
2700
+ },
2701
+ can_unlock_with_code: {
2702
+ description:
2703
+ 'Indicates whether the ACS entrance can be unlocked with pin codes.',
2704
+ type: 'boolean',
2705
+ },
2706
+ can_unlock_with_mobile_key: {
2707
+ description:
2708
+ 'Indicates whether the ACS entrance can be unlocked with mobile key credentials.',
2709
+ type: 'boolean',
2710
+ },
2689
2711
  connected_account_id: {
2690
2712
  description:
2691
2713
  'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
@@ -4531,6 +4553,12 @@ export default {
4531
4553
  nullable: true,
4532
4554
  type: 'string',
4533
4555
  },
4556
+ connected_account_id: {
4557
+ description:
4558
+ 'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.',
4559
+ format: 'uuid',
4560
+ type: 'string',
4561
+ },
4534
4562
  created_at: {
4535
4563
  description:
4536
4564
  'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
@@ -4877,6 +4905,7 @@ export default {
4877
4905
  },
4878
4906
  required: [
4879
4907
  'acs_credential_id',
4908
+ 'connected_account_id',
4880
4909
  'acs_system_id',
4881
4910
  'display_name',
4882
4911
  'access_method',
@@ -4972,6 +5001,12 @@ export default {
4972
5001
  nullable: true,
4973
5002
  type: 'string',
4974
5003
  },
5004
+ connected_account_id: {
5005
+ description:
5006
+ 'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.',
5007
+ format: 'uuid',
5008
+ type: 'string',
5009
+ },
4975
5010
  created_at: {
4976
5011
  description:
4977
5012
  'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
@@ -5318,6 +5353,7 @@ export default {
5318
5353
  },
5319
5354
  required: [
5320
5355
  'acs_credential_id',
5356
+ 'connected_account_id',
5321
5357
  'acs_system_id',
5322
5358
  'display_name',
5323
5359
  'access_method',
@@ -5865,6 +5901,12 @@ export default {
5865
5901
  nullable: true,
5866
5902
  type: 'string',
5867
5903
  },
5904
+ connected_account_id: {
5905
+ description:
5906
+ 'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.',
5907
+ format: 'uuid',
5908
+ type: 'string',
5909
+ },
5868
5910
  created_at: {
5869
5911
  description:
5870
5912
  'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
@@ -6209,6 +6251,7 @@ export default {
6209
6251
  },
6210
6252
  required: [
6211
6253
  'acs_credential_id',
6254
+ 'connected_account_id',
6212
6255
  'acs_system_id',
6213
6256
  'display_name',
6214
6257
  'access_method',
@@ -6303,6 +6346,12 @@ export default {
6303
6346
  nullable: true,
6304
6347
  type: 'string',
6305
6348
  },
6349
+ connected_account_id: {
6350
+ description:
6351
+ 'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.',
6352
+ format: 'uuid',
6353
+ type: 'string',
6354
+ },
6306
6355
  created_at: {
6307
6356
  description:
6308
6357
  'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
@@ -6647,6 +6696,7 @@ export default {
6647
6696
  },
6648
6697
  required: [
6649
6698
  'acs_credential_id',
6699
+ 'connected_account_id',
6650
6700
  'acs_system_id',
6651
6701
  'display_name',
6652
6702
  'access_method',
@@ -9309,6 +9359,7 @@ export default {
9309
9359
  can_simulate_disconnection: { type: 'boolean' },
9310
9360
  can_simulate_removal: { type: 'boolean' },
9311
9361
  can_turn_off_hvac: { type: 'boolean' },
9362
+ can_unlock_with_code: { type: 'boolean' },
9312
9363
  capabilities_supported: {
9313
9364
  description:
9314
9365
  '\n Collection of capabilities that the device supports when connected to Seam. Values are `access_code`, which indicates that the device can manage and utilize digital PIN codes for secure access; `lock`, which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; `noise_detection`, which indicates that the device supports monitoring and responding to ambient noise levels; `thermostat`, which indicates that the device can regulate and adjust indoor temperatures; `battery`, which indicates that the device can manage battery life and health; and `phone`, which indicates that the device is a mobile device, such as a smartphone. **Important:** Superseded by [capability flags](https://docs.seam.co/latest/capability-guides/device-and-system-capabilities#capability-flags).\n ',
@@ -12811,6 +12862,7 @@ export default {
12811
12862
  can_simulate_disconnection: { type: 'boolean' },
12812
12863
  can_simulate_removal: { type: 'boolean' },
12813
12864
  can_turn_off_hvac: { type: 'boolean' },
12865
+ can_unlock_with_code: { type: 'boolean' },
12814
12866
  device_provider_name: {
12815
12867
  enum: [
12816
12868
  'dormakaba_community',
@@ -18458,6 +18510,21 @@ export default {
18458
18510
  required: ['door_type', 'door_name'],
18459
18511
  type: 'object',
18460
18512
  },
18513
+ can_unlock_with_card: {
18514
+ description:
18515
+ 'Indicates whether the ACS entrance can be unlocked with card credentials.',
18516
+ type: 'boolean',
18517
+ },
18518
+ can_unlock_with_code: {
18519
+ description:
18520
+ 'Indicates whether the ACS entrance can be unlocked with pin codes.',
18521
+ type: 'boolean',
18522
+ },
18523
+ can_unlock_with_mobile_key: {
18524
+ description:
18525
+ 'Indicates whether the ACS entrance can be unlocked with mobile key credentials.',
18526
+ type: 'boolean',
18527
+ },
18461
18528
  connected_account_id: {
18462
18529
  description:
18463
18530
  'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
@@ -18744,6 +18811,12 @@ export default {
18744
18811
  nullable: true,
18745
18812
  type: 'string',
18746
18813
  },
18814
+ connected_account_id: {
18815
+ description:
18816
+ 'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.',
18817
+ format: 'uuid',
18818
+ type: 'string',
18819
+ },
18747
18820
  created_at: {
18748
18821
  description:
18749
18822
  'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
@@ -19087,6 +19160,7 @@ export default {
19087
19160
  },
19088
19161
  },
19089
19162
  required: [
19163
+ 'connected_account_id',
19090
19164
  'acs_system_id',
19091
19165
  'display_name',
19092
19166
  'access_method',
@@ -21305,6 +21379,12 @@ export default {
21305
21379
  nullable: true,
21306
21380
  type: 'string',
21307
21381
  },
21382
+ connected_account_id: {
21383
+ description:
21384
+ 'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.',
21385
+ format: 'uuid',
21386
+ type: 'string',
21387
+ },
21308
21388
  created_at: {
21309
21389
  description:
21310
21390
  'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
@@ -21623,6 +21703,7 @@ export default {
21623
21703
  },
21624
21704
  required: [
21625
21705
  'acs_credential_id',
21706
+ 'connected_account_id',
21626
21707
  'acs_system_id',
21627
21708
  'display_name',
21628
21709
  'access_method',
@@ -22359,6 +22440,7 @@ export default {
22359
22440
  can_simulate_disconnection: { type: 'boolean' },
22360
22441
  can_simulate_removal: { type: 'boolean' },
22361
22442
  can_turn_off_hvac: { type: 'boolean' },
22443
+ can_unlock_with_code: { type: 'boolean' },
22362
22444
  capabilities_supported: {
22363
22445
  description:
22364
22446
  '\n Collection of capabilities that the device supports when connected to Seam. Values are `access_code`, which indicates that the device can manage and utilize digital PIN codes for secure access; `lock`, which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; `noise_detection`, which indicates that the device supports monitoring and responding to ambient noise levels; `thermostat`, which indicates that the device can regulate and adjust indoor temperatures; `battery`, which indicates that the device can manage battery life and health; and `phone`, which indicates that the device is a mobile device, such as a smartphone. **Important:** Superseded by [capability flags](https://docs.seam.co/latest/capability-guides/device-and-system-capabilities#capability-flags).\n ',
@@ -24130,7 +24212,11 @@ export default {
24130
24212
  'Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/core-concepts/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).',
24131
24213
  type: 'boolean',
24132
24214
  },
24133
- use_offline_access_code: { type: 'boolean' },
24215
+ use_offline_access_code: {
24216
+ deprecated: true,
24217
+ type: 'boolean',
24218
+ 'x-deprecated': 'Use `is_offline_access_code` instead.',
24219
+ },
24134
24220
  },
24135
24221
  required: ['device_id'],
24136
24222
  type: 'object',
@@ -24269,7 +24355,11 @@ export default {
24269
24355
  'Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/core-concepts/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).',
24270
24356
  type: 'boolean',
24271
24357
  },
24272
- use_offline_access_code: { type: 'boolean' },
24358
+ use_offline_access_code: {
24359
+ deprecated: true,
24360
+ type: 'boolean',
24361
+ 'x-deprecated': 'Use `is_offline_access_code` instead.',
24362
+ },
24273
24363
  },
24274
24364
  required: ['device_ids'],
24275
24365
  type: 'object',
@@ -24404,7 +24494,11 @@ export default {
24404
24494
  'Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/core-concepts/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).',
24405
24495
  type: 'boolean',
24406
24496
  },
24407
- use_offline_access_code: { type: 'boolean' },
24497
+ use_offline_access_code: {
24498
+ deprecated: true,
24499
+ type: 'boolean',
24500
+ 'x-deprecated': 'Use `is_offline_access_code` instead.',
24501
+ },
24408
24502
  },
24409
24503
  required: ['device_ids'],
24410
24504
  type: 'object',
@@ -26022,7 +26116,11 @@ export default {
26022
26116
  'Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/core-concepts/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).',
26023
26117
  type: 'boolean',
26024
26118
  },
26025
- use_offline_access_code: { type: 'boolean' },
26119
+ use_offline_access_code: {
26120
+ deprecated: true,
26121
+ type: 'boolean',
26122
+ 'x-deprecated': 'Use `is_offline_access_code` instead.',
26123
+ },
26026
26124
  },
26027
26125
  required: ['access_code_id'],
26028
26126
  type: 'object',
@@ -26172,7 +26270,11 @@ export default {
26172
26270
  'Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/core-concepts/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).',
26173
26271
  type: 'boolean',
26174
26272
  },
26175
- use_offline_access_code: { type: 'boolean' },
26273
+ use_offline_access_code: {
26274
+ deprecated: true,
26275
+ type: 'boolean',
26276
+ 'x-deprecated': 'Use `is_offline_access_code` instead.',
26277
+ },
26176
26278
  },
26177
26279
  required: ['access_code_id'],
26178
26280
  type: 'object',
@@ -26322,7 +26424,11 @@ export default {
26322
26424
  'Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/core-concepts/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code).',
26323
26425
  type: 'boolean',
26324
26426
  },
26325
- use_offline_access_code: { type: 'boolean' },
26427
+ use_offline_access_code: {
26428
+ deprecated: true,
26429
+ type: 'boolean',
26430
+ 'x-deprecated': 'Use `is_offline_access_code` instead.',
26431
+ },
26326
26432
  },
26327
26433
  required: ['access_code_id'],
26328
26434
  type: 'object',
@@ -26574,7 +26680,6 @@ export default {
26574
26680
  ends_at: {
26575
26681
  description:
26576
26682
  '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`.',
26577
- format: 'date-time',
26578
26683
  type: 'string',
26579
26684
  },
26580
26685
  location: {
@@ -26634,7 +26739,6 @@ export default {
26634
26739
  starts_at: {
26635
26740
  description:
26636
26741
  '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.',
26637
- format: 'date-time',
26638
26742
  type: 'string',
26639
26743
  },
26640
26744
  },
@@ -35618,6 +35722,16 @@ export default {
35618
35722
  type: 'array',
35619
35723
  },
35620
35724
  },
35725
+ {
35726
+ in: 'query',
35727
+ name: 'search',
35728
+ schema: {
35729
+ description:
35730
+ 'String for which to search. Filters returned connected accounts to include all records that satisfy a partial match using `connected_account_id`, `account_type`, `customer_key`, `custom_metadata`, `user_identifier.username`, `user_identifier.email` or `user_identifier.phone`.',
35731
+ minLength: 1,
35732
+ type: 'string',
35733
+ },
35734
+ },
35621
35735
  {
35622
35736
  in: 'query',
35623
35737
  name: 'limit',
@@ -35712,6 +35826,12 @@ export default {
35712
35826
  nullable: true,
35713
35827
  type: 'string',
35714
35828
  },
35829
+ search: {
35830
+ description:
35831
+ 'String for which to search. Filters returned connected accounts to include all records that satisfy a partial match using `connected_account_id`, `account_type`, `customer_key`, `custom_metadata`, `user_identifier.username`, `user_identifier.email` or `user_identifier.phone`.',
35832
+ minLength: 1,
35833
+ type: 'string',
35834
+ },
35715
35835
  user_identifier_key: {
35716
35836
  description:
35717
35837
  'Your user ID for the user by which you want to filter connected accounts.',
@@ -37867,6 +37987,7 @@ export default {
37867
37987
  'can_simulate_removal',
37868
37988
  'can_simulate_connection',
37869
37989
  'can_simulate_disconnection',
37990
+ 'can_unlock_with_code',
37870
37991
  ],
37871
37992
  type: 'string',
37872
37993
  },
@@ -37891,6 +38012,7 @@ export default {
37891
38012
  'can_simulate_removal',
37892
38013
  'can_simulate_connection',
37893
38014
  'can_simulate_disconnection',
38015
+ 'can_unlock_with_code',
37894
38016
  ],
37895
38017
  type: 'string',
37896
38018
  },
@@ -37919,6 +38041,16 @@ export default {
37919
38041
  type: 'string',
37920
38042
  },
37921
38043
  },
38044
+ {
38045
+ in: 'query',
38046
+ name: 'search',
38047
+ schema: {
38048
+ description:
38049
+ 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
38050
+ minLength: 1,
38051
+ type: 'string',
38052
+ },
38053
+ },
37922
38054
  ],
37923
38055
  responses: {
37924
38056
  200: {
@@ -38152,6 +38284,7 @@ export default {
38152
38284
  'can_simulate_removal',
38153
38285
  'can_simulate_connection',
38154
38286
  'can_simulate_disconnection',
38287
+ 'can_unlock_with_code',
38155
38288
  ],
38156
38289
  type: 'string',
38157
38290
  },
@@ -38172,6 +38305,7 @@ export default {
38172
38305
  'can_simulate_removal',
38173
38306
  'can_simulate_connection',
38174
38307
  'can_simulate_disconnection',
38308
+ 'can_unlock_with_code',
38175
38309
  ],
38176
38310
  type: 'string',
38177
38311
  },
@@ -38237,6 +38371,12 @@ export default {
38237
38371
  nullable: true,
38238
38372
  type: 'string',
38239
38373
  },
38374
+ search: {
38375
+ description:
38376
+ 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
38377
+ minLength: 1,
38378
+ type: 'string',
38379
+ },
38240
38380
  space_id: {
38241
38381
  description:
38242
38382
  'ID of the space for which you want to list devices.',
@@ -39002,6 +39142,7 @@ export default {
39002
39142
  'can_simulate_removal',
39003
39143
  'can_simulate_connection',
39004
39144
  'can_simulate_disconnection',
39145
+ 'can_unlock_with_code',
39005
39146
  ],
39006
39147
  type: 'string',
39007
39148
  },
@@ -39026,6 +39167,7 @@ export default {
39026
39167
  'can_simulate_removal',
39027
39168
  'can_simulate_connection',
39028
39169
  'can_simulate_disconnection',
39170
+ 'can_unlock_with_code',
39029
39171
  ],
39030
39172
  type: 'string',
39031
39173
  },
@@ -39054,6 +39196,16 @@ export default {
39054
39196
  type: 'string',
39055
39197
  },
39056
39198
  },
39199
+ {
39200
+ in: 'query',
39201
+ name: 'search',
39202
+ schema: {
39203
+ description:
39204
+ 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
39205
+ minLength: 1,
39206
+ type: 'string',
39207
+ },
39208
+ },
39057
39209
  ],
39058
39210
  responses: {
39059
39211
  200: {
@@ -39284,6 +39436,7 @@ export default {
39284
39436
  'can_simulate_removal',
39285
39437
  'can_simulate_connection',
39286
39438
  'can_simulate_disconnection',
39439
+ 'can_unlock_with_code',
39287
39440
  ],
39288
39441
  type: 'string',
39289
39442
  },
@@ -39304,6 +39457,7 @@ export default {
39304
39457
  'can_simulate_removal',
39305
39458
  'can_simulate_connection',
39306
39459
  'can_simulate_disconnection',
39460
+ 'can_unlock_with_code',
39307
39461
  ],
39308
39462
  type: 'string',
39309
39463
  },
@@ -39369,6 +39523,12 @@ export default {
39369
39523
  nullable: true,
39370
39524
  type: 'string',
39371
39525
  },
39526
+ search: {
39527
+ description:
39528
+ 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
39529
+ minLength: 1,
39530
+ type: 'string',
39531
+ },
39372
39532
  space_id: {
39373
39533
  description:
39374
39534
  'ID of the space for which you want to list devices.',
@@ -40936,6 +41096,7 @@ export default {
40936
41096
  'can_simulate_removal',
40937
41097
  'can_simulate_connection',
40938
41098
  'can_simulate_disconnection',
41099
+ 'can_unlock_with_code',
40939
41100
  ],
40940
41101
  type: 'string',
40941
41102
  },
@@ -40960,6 +41121,7 @@ export default {
40960
41121
  'can_simulate_removal',
40961
41122
  'can_simulate_connection',
40962
41123
  'can_simulate_disconnection',
41124
+ 'can_unlock_with_code',
40963
41125
  ],
40964
41126
  type: 'string',
40965
41127
  },
@@ -40988,6 +41150,16 @@ export default {
40988
41150
  type: 'string',
40989
41151
  },
40990
41152
  },
41153
+ {
41154
+ in: 'query',
41155
+ name: 'search',
41156
+ schema: {
41157
+ description:
41158
+ 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
41159
+ minLength: 1,
41160
+ type: 'string',
41161
+ },
41162
+ },
40991
41163
  ],
40992
41164
  responses: {
40993
41165
  200: {
@@ -41166,6 +41338,7 @@ export default {
41166
41338
  'can_simulate_removal',
41167
41339
  'can_simulate_connection',
41168
41340
  'can_simulate_disconnection',
41341
+ 'can_unlock_with_code',
41169
41342
  ],
41170
41343
  type: 'string',
41171
41344
  },
@@ -41186,6 +41359,7 @@ export default {
41186
41359
  'can_simulate_removal',
41187
41360
  'can_simulate_connection',
41188
41361
  'can_simulate_disconnection',
41362
+ 'can_unlock_with_code',
41189
41363
  ],
41190
41364
  type: 'string',
41191
41365
  },
@@ -41240,6 +41414,12 @@ export default {
41240
41414
  nullable: true,
41241
41415
  type: 'string',
41242
41416
  },
41417
+ search: {
41418
+ description:
41419
+ 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
41420
+ minLength: 1,
41421
+ type: 'string',
41422
+ },
41243
41423
  space_id: {
41244
41424
  description:
41245
41425
  'ID of the space for which you want to list devices.',
@@ -41950,6 +42130,7 @@ export default {
41950
42130
  'can_simulate_removal',
41951
42131
  'can_simulate_connection',
41952
42132
  'can_simulate_disconnection',
42133
+ 'can_unlock_with_code',
41953
42134
  ],
41954
42135
  type: 'string',
41955
42136
  },
@@ -41974,6 +42155,7 @@ export default {
41974
42155
  'can_simulate_removal',
41975
42156
  'can_simulate_connection',
41976
42157
  'can_simulate_disconnection',
42158
+ 'can_unlock_with_code',
41977
42159
  ],
41978
42160
  type: 'string',
41979
42161
  },
@@ -42002,6 +42184,16 @@ export default {
42002
42184
  type: 'string',
42003
42185
  },
42004
42186
  },
42187
+ {
42188
+ in: 'query',
42189
+ name: 'search',
42190
+ schema: {
42191
+ description:
42192
+ 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
42193
+ minLength: 1,
42194
+ type: 'string',
42195
+ },
42196
+ },
42005
42197
  ],
42006
42198
  responses: {
42007
42199
  200: {
@@ -42124,6 +42316,7 @@ export default {
42124
42316
  'can_simulate_removal',
42125
42317
  'can_simulate_connection',
42126
42318
  'can_simulate_disconnection',
42319
+ 'can_unlock_with_code',
42127
42320
  ],
42128
42321
  type: 'string',
42129
42322
  },
@@ -42144,6 +42337,7 @@ export default {
42144
42337
  'can_simulate_removal',
42145
42338
  'can_simulate_connection',
42146
42339
  'can_simulate_disconnection',
42340
+ 'can_unlock_with_code',
42147
42341
  ],
42148
42342
  type: 'string',
42149
42343
  },
@@ -42169,6 +42363,12 @@ export default {
42169
42363
  nullable: true,
42170
42364
  type: 'string',
42171
42365
  },
42366
+ search: {
42367
+ description:
42368
+ 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
42369
+ minLength: 1,
42370
+ type: 'string',
42371
+ },
42172
42372
  space_id: {
42173
42373
  description:
42174
42374
  'ID of the space for which you want to list devices.',
@@ -46679,6 +46879,7 @@ export default {
46679
46879
  'can_simulate_removal',
46680
46880
  'can_simulate_connection',
46681
46881
  'can_simulate_disconnection',
46882
+ 'can_unlock_with_code',
46682
46883
  ],
46683
46884
  type: 'string',
46684
46885
  },
@@ -46703,6 +46904,7 @@ export default {
46703
46904
  'can_simulate_removal',
46704
46905
  'can_simulate_connection',
46705
46906
  'can_simulate_disconnection',
46907
+ 'can_unlock_with_code',
46706
46908
  ],
46707
46909
  type: 'string',
46708
46910
  },
@@ -46731,6 +46933,16 @@ export default {
46731
46933
  type: 'string',
46732
46934
  },
46733
46935
  },
46936
+ {
46937
+ in: 'query',
46938
+ name: 'search',
46939
+ schema: {
46940
+ description:
46941
+ 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
46942
+ minLength: 1,
46943
+ type: 'string',
46944
+ },
46945
+ },
46734
46946
  ],
46735
46947
  responses: {
46736
46948
  200: {
@@ -46867,6 +47079,7 @@ export default {
46867
47079
  'can_simulate_removal',
46868
47080
  'can_simulate_connection',
46869
47081
  'can_simulate_disconnection',
47082
+ 'can_unlock_with_code',
46870
47083
  ],
46871
47084
  type: 'string',
46872
47085
  },
@@ -46887,6 +47100,7 @@ export default {
46887
47100
  'can_simulate_removal',
46888
47101
  'can_simulate_connection',
46889
47102
  'can_simulate_disconnection',
47103
+ 'can_unlock_with_code',
46890
47104
  ],
46891
47105
  type: 'string',
46892
47106
  },
@@ -46919,6 +47133,12 @@ export default {
46919
47133
  nullable: true,
46920
47134
  type: 'string',
46921
47135
  },
47136
+ search: {
47137
+ description:
47138
+ 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`.',
47139
+ minLength: 1,
47140
+ type: 'string',
47141
+ },
46922
47142
  space_id: {
46923
47143
  description:
46924
47144
  'ID of the space for which you want to list devices.',
@@ -51868,6 +52088,15 @@ export default {
51868
52088
  'Returns a list of all [user identities](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).',
51869
52089
  operationId: 'userIdentitiesListGet',
51870
52090
  parameters: [
52091
+ {
52092
+ in: 'query',
52093
+ name: 'search',
52094
+ schema: {
52095
+ description:
52096
+ 'String for which to search. Filters returned user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`.',
52097
+ type: 'string',
52098
+ },
52099
+ },
51871
52100
  {
51872
52101
  in: 'query',
51873
52102
  name: 'credential_manager_acs_system_id',
@@ -51930,6 +52159,11 @@ export default {
51930
52159
  format: 'uuid',
51931
52160
  type: 'string',
51932
52161
  },
52162
+ search: {
52163
+ description:
52164
+ 'String for which to search. Filters returned user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`.',
52165
+ type: 'string',
52166
+ },
51933
52167
  },
51934
52168
  type: 'object',
51935
52169
  },