@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
@@ -1898,6 +1898,11 @@ export default {
1898
1898
  nullable: true,
1899
1899
  type: 'string',
1900
1900
  },
1901
+ connected_account_id: {
1902
+ description: '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.',
1903
+ format: 'uuid',
1904
+ type: 'string',
1905
+ },
1901
1906
  created_at: {
1902
1907
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
1903
1908
  format: 'date-time',
@@ -2168,6 +2173,7 @@ export default {
2168
2173
  },
2169
2174
  required: [
2170
2175
  'acs_credential_id',
2176
+ 'connected_account_id',
2171
2177
  'acs_system_id',
2172
2178
  'display_name',
2173
2179
  'access_method',
@@ -2341,6 +2347,18 @@ export default {
2341
2347
  required: ['door_type', 'door_name'],
2342
2348
  type: 'object',
2343
2349
  },
2350
+ can_unlock_with_card: {
2351
+ description: 'Indicates whether the ACS entrance can be unlocked with card credentials.',
2352
+ type: 'boolean',
2353
+ },
2354
+ can_unlock_with_code: {
2355
+ description: 'Indicates whether the ACS entrance can be unlocked with pin codes.',
2356
+ type: 'boolean',
2357
+ },
2358
+ can_unlock_with_mobile_key: {
2359
+ description: 'Indicates whether the ACS entrance can be unlocked with mobile key credentials.',
2360
+ type: 'boolean',
2361
+ },
2344
2362
  connected_account_id: {
2345
2363
  description: '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).',
2346
2364
  format: 'uuid',
@@ -3970,6 +3988,11 @@ export default {
3970
3988
  nullable: true,
3971
3989
  type: 'string',
3972
3990
  },
3991
+ connected_account_id: {
3992
+ description: '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.',
3993
+ format: 'uuid',
3994
+ type: 'string',
3995
+ },
3973
3996
  created_at: {
3974
3997
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
3975
3998
  format: 'date-time',
@@ -4266,6 +4289,7 @@ export default {
4266
4289
  },
4267
4290
  required: [
4268
4291
  'acs_credential_id',
4292
+ 'connected_account_id',
4269
4293
  'acs_system_id',
4270
4294
  'display_name',
4271
4295
  'access_method',
@@ -4347,6 +4371,11 @@ export default {
4347
4371
  nullable: true,
4348
4372
  type: 'string',
4349
4373
  },
4374
+ connected_account_id: {
4375
+ description: '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.',
4376
+ format: 'uuid',
4377
+ type: 'string',
4378
+ },
4350
4379
  created_at: {
4351
4380
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
4352
4381
  format: 'date-time',
@@ -4643,6 +4672,7 @@ export default {
4643
4672
  },
4644
4673
  required: [
4645
4674
  'acs_credential_id',
4675
+ 'connected_account_id',
4646
4676
  'acs_system_id',
4647
4677
  'display_name',
4648
4678
  'access_method',
@@ -5124,6 +5154,11 @@ export default {
5124
5154
  nullable: true,
5125
5155
  type: 'string',
5126
5156
  },
5157
+ connected_account_id: {
5158
+ description: '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.',
5159
+ format: 'uuid',
5160
+ type: 'string',
5161
+ },
5127
5162
  created_at: {
5128
5163
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
5129
5164
  format: 'date-time',
@@ -5418,6 +5453,7 @@ export default {
5418
5453
  },
5419
5454
  required: [
5420
5455
  'acs_credential_id',
5456
+ 'connected_account_id',
5421
5457
  'acs_system_id',
5422
5458
  'display_name',
5423
5459
  'access_method',
@@ -5499,6 +5535,11 @@ export default {
5499
5535
  nullable: true,
5500
5536
  type: 'string',
5501
5537
  },
5538
+ connected_account_id: {
5539
+ description: '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.',
5540
+ format: 'uuid',
5541
+ type: 'string',
5542
+ },
5502
5543
  created_at: {
5503
5544
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
5504
5545
  format: 'date-time',
@@ -5793,6 +5834,7 @@ export default {
5793
5834
  },
5794
5835
  required: [
5795
5836
  'acs_credential_id',
5837
+ 'connected_account_id',
5796
5838
  'acs_system_id',
5797
5839
  'display_name',
5798
5840
  'access_method',
@@ -8223,6 +8265,7 @@ export default {
8223
8265
  can_simulate_disconnection: { type: 'boolean' },
8224
8266
  can_simulate_removal: { type: 'boolean' },
8225
8267
  can_turn_off_hvac: { type: 'boolean' },
8268
+ can_unlock_with_code: { type: 'boolean' },
8226
8269
  capabilities_supported: {
8227
8270
  description: '\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 ',
8228
8271
  items: {
@@ -11342,6 +11385,7 @@ export default {
11342
11385
  can_simulate_disconnection: { type: 'boolean' },
11343
11386
  can_simulate_removal: { type: 'boolean' },
11344
11387
  can_turn_off_hvac: { type: 'boolean' },
11388
+ can_unlock_with_code: { type: 'boolean' },
11345
11389
  device_provider_name: {
11346
11390
  enum: [
11347
11391
  'dormakaba_community',
@@ -16650,6 +16694,18 @@ export default {
16650
16694
  required: ['door_type', 'door_name'],
16651
16695
  type: 'object',
16652
16696
  },
16697
+ can_unlock_with_card: {
16698
+ description: 'Indicates whether the ACS entrance can be unlocked with card credentials.',
16699
+ type: 'boolean',
16700
+ },
16701
+ can_unlock_with_code: {
16702
+ description: 'Indicates whether the ACS entrance can be unlocked with pin codes.',
16703
+ type: 'boolean',
16704
+ },
16705
+ can_unlock_with_mobile_key: {
16706
+ description: 'Indicates whether the ACS entrance can be unlocked with mobile key credentials.',
16707
+ type: 'boolean',
16708
+ },
16653
16709
  connected_account_id: {
16654
16710
  description: '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).',
16655
16711
  format: 'uuid',
@@ -16894,6 +16950,11 @@ export default {
16894
16950
  nullable: true,
16895
16951
  type: 'string',
16896
16952
  },
16953
+ connected_account_id: {
16954
+ description: '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.',
16955
+ format: 'uuid',
16956
+ type: 'string',
16957
+ },
16897
16958
  created_at: {
16898
16959
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
16899
16960
  format: 'date-time',
@@ -17187,6 +17248,7 @@ export default {
17187
17248
  },
17188
17249
  },
17189
17250
  required: [
17251
+ 'connected_account_id',
17190
17252
  'acs_system_id',
17191
17253
  'display_name',
17192
17254
  'access_method',
@@ -19123,6 +19185,11 @@ export default {
19123
19185
  nullable: true,
19124
19186
  type: 'string',
19125
19187
  },
19188
+ connected_account_id: {
19189
+ description: '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.',
19190
+ format: 'uuid',
19191
+ type: 'string',
19192
+ },
19126
19193
  created_at: {
19127
19194
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created.',
19128
19195
  format: 'date-time',
@@ -19393,6 +19460,7 @@ export default {
19393
19460
  },
19394
19461
  required: [
19395
19462
  'acs_credential_id',
19463
+ 'connected_account_id',
19396
19464
  'acs_system_id',
19397
19465
  'display_name',
19398
19466
  'access_method',
@@ -20051,6 +20119,7 @@ export default {
20051
20119
  can_simulate_disconnection: { type: 'boolean' },
20052
20120
  can_simulate_removal: { type: 'boolean' },
20053
20121
  can_turn_off_hvac: { type: 'boolean' },
20122
+ can_unlock_with_code: { type: 'boolean' },
20054
20123
  capabilities_supported: {
20055
20124
  description: '\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 ',
20056
20125
  items: {
@@ -21610,7 +21679,11 @@ export default {
21610
21679
  description: '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).',
21611
21680
  type: 'boolean',
21612
21681
  },
21613
- use_offline_access_code: { type: 'boolean' },
21682
+ use_offline_access_code: {
21683
+ deprecated: true,
21684
+ type: 'boolean',
21685
+ 'x-deprecated': 'Use `is_offline_access_code` instead.',
21686
+ },
21614
21687
  },
21615
21688
  required: ['device_id'],
21616
21689
  type: 'object',
@@ -21735,7 +21808,11 @@ export default {
21735
21808
  description: '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).',
21736
21809
  type: 'boolean',
21737
21810
  },
21738
- use_offline_access_code: { type: 'boolean' },
21811
+ use_offline_access_code: {
21812
+ deprecated: true,
21813
+ type: 'boolean',
21814
+ 'x-deprecated': 'Use `is_offline_access_code` instead.',
21815
+ },
21739
21816
  },
21740
21817
  required: ['device_ids'],
21741
21818
  type: 'object',
@@ -21856,7 +21933,11 @@ export default {
21856
21933
  description: '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).',
21857
21934
  type: 'boolean',
21858
21935
  },
21859
- use_offline_access_code: { type: 'boolean' },
21936
+ use_offline_access_code: {
21937
+ deprecated: true,
21938
+ type: 'boolean',
21939
+ 'x-deprecated': 'Use `is_offline_access_code` instead.',
21940
+ },
21860
21941
  },
21861
21942
  required: ['device_ids'],
21862
21943
  type: 'object',
@@ -23382,7 +23463,11 @@ export default {
23382
23463
  description: '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).',
23383
23464
  type: 'boolean',
23384
23465
  },
23385
- use_offline_access_code: { type: 'boolean' },
23466
+ use_offline_access_code: {
23467
+ deprecated: true,
23468
+ type: 'boolean',
23469
+ 'x-deprecated': 'Use `is_offline_access_code` instead.',
23470
+ },
23386
23471
  },
23387
23472
  required: ['access_code_id'],
23388
23473
  type: 'object',
@@ -23516,7 +23601,11 @@ export default {
23516
23601
  description: '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).',
23517
23602
  type: 'boolean',
23518
23603
  },
23519
- use_offline_access_code: { type: 'boolean' },
23604
+ use_offline_access_code: {
23605
+ deprecated: true,
23606
+ type: 'boolean',
23607
+ 'x-deprecated': 'Use `is_offline_access_code` instead.',
23608
+ },
23520
23609
  },
23521
23610
  required: ['access_code_id'],
23522
23611
  type: 'object',
@@ -23650,7 +23739,11 @@ export default {
23650
23739
  description: '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).',
23651
23740
  type: 'boolean',
23652
23741
  },
23653
- use_offline_access_code: { type: 'boolean' },
23742
+ use_offline_access_code: {
23743
+ deprecated: true,
23744
+ type: 'boolean',
23745
+ 'x-deprecated': 'Use `is_offline_access_code` instead.',
23746
+ },
23654
23747
  },
23655
23748
  required: ['access_code_id'],
23656
23749
  type: 'object',
@@ -23885,7 +23978,6 @@ export default {
23885
23978
  },
23886
23979
  ends_at: {
23887
23980
  description: '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`.',
23888
- format: 'date-time',
23889
23981
  type: 'string',
23890
23982
  },
23891
23983
  location: {
@@ -23939,7 +24031,6 @@ export default {
23939
24031
  },
23940
24032
  starts_at: {
23941
24033
  description: '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.',
23942
- format: 'date-time',
23943
24034
  type: 'string',
23944
24035
  },
23945
24036
  },
@@ -32475,6 +32566,15 @@ export default {
32475
32566
  type: 'array',
32476
32567
  },
32477
32568
  },
32569
+ {
32570
+ in: 'query',
32571
+ name: 'search',
32572
+ schema: {
32573
+ description: '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`.',
32574
+ minLength: 1,
32575
+ type: 'string',
32576
+ },
32577
+ },
32478
32578
  {
32479
32579
  in: 'query',
32480
32580
  name: 'limit',
@@ -32564,6 +32664,11 @@ export default {
32564
32664
  nullable: true,
32565
32665
  type: 'string',
32566
32666
  },
32667
+ search: {
32668
+ description: '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`.',
32669
+ minLength: 1,
32670
+ type: 'string',
32671
+ },
32567
32672
  user_identifier_key: {
32568
32673
  description: 'Your user ID for the user by which you want to filter connected accounts.',
32569
32674
  type: 'string',
@@ -34509,6 +34614,7 @@ export default {
34509
34614
  'can_simulate_removal',
34510
34615
  'can_simulate_connection',
34511
34616
  'can_simulate_disconnection',
34617
+ 'can_unlock_with_code',
34512
34618
  ],
34513
34619
  type: 'string',
34514
34620
  },
@@ -34533,6 +34639,7 @@ export default {
34533
34639
  'can_simulate_removal',
34534
34640
  'can_simulate_connection',
34535
34641
  'can_simulate_disconnection',
34642
+ 'can_unlock_with_code',
34536
34643
  ],
34537
34644
  type: 'string',
34538
34645
  },
@@ -34560,6 +34667,15 @@ export default {
34560
34667
  type: 'string',
34561
34668
  },
34562
34669
  },
34670
+ {
34671
+ in: 'query',
34672
+ name: 'search',
34673
+ schema: {
34674
+ description: '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`.',
34675
+ minLength: 1,
34676
+ type: 'string',
34677
+ },
34678
+ },
34563
34679
  ],
34564
34680
  responses: {
34565
34681
  200: {
@@ -34780,6 +34896,7 @@ export default {
34780
34896
  'can_simulate_removal',
34781
34897
  'can_simulate_connection',
34782
34898
  'can_simulate_disconnection',
34899
+ 'can_unlock_with_code',
34783
34900
  ],
34784
34901
  type: 'string',
34785
34902
  },
@@ -34800,6 +34917,7 @@ export default {
34800
34917
  'can_simulate_removal',
34801
34918
  'can_simulate_connection',
34802
34919
  'can_simulate_disconnection',
34920
+ 'can_unlock_with_code',
34803
34921
  ],
34804
34922
  type: 'string',
34805
34923
  },
@@ -34862,6 +34980,11 @@ export default {
34862
34980
  nullable: true,
34863
34981
  type: 'string',
34864
34982
  },
34983
+ search: {
34984
+ description: '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`.',
34985
+ minLength: 1,
34986
+ type: 'string',
34987
+ },
34865
34988
  space_id: {
34866
34989
  description: 'ID of the space for which you want to list devices.',
34867
34990
  format: 'uuid',
@@ -35601,6 +35724,7 @@ export default {
35601
35724
  'can_simulate_removal',
35602
35725
  'can_simulate_connection',
35603
35726
  'can_simulate_disconnection',
35727
+ 'can_unlock_with_code',
35604
35728
  ],
35605
35729
  type: 'string',
35606
35730
  },
@@ -35625,6 +35749,7 @@ export default {
35625
35749
  'can_simulate_removal',
35626
35750
  'can_simulate_connection',
35627
35751
  'can_simulate_disconnection',
35752
+ 'can_unlock_with_code',
35628
35753
  ],
35629
35754
  type: 'string',
35630
35755
  },
@@ -35652,6 +35777,15 @@ export default {
35652
35777
  type: 'string',
35653
35778
  },
35654
35779
  },
35780
+ {
35781
+ in: 'query',
35782
+ name: 'search',
35783
+ schema: {
35784
+ description: '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`.',
35785
+ minLength: 1,
35786
+ type: 'string',
35787
+ },
35788
+ },
35655
35789
  ],
35656
35790
  responses: {
35657
35791
  200: {
@@ -35869,6 +36003,7 @@ export default {
35869
36003
  'can_simulate_removal',
35870
36004
  'can_simulate_connection',
35871
36005
  'can_simulate_disconnection',
36006
+ 'can_unlock_with_code',
35872
36007
  ],
35873
36008
  type: 'string',
35874
36009
  },
@@ -35889,6 +36024,7 @@ export default {
35889
36024
  'can_simulate_removal',
35890
36025
  'can_simulate_connection',
35891
36026
  'can_simulate_disconnection',
36027
+ 'can_unlock_with_code',
35892
36028
  ],
35893
36029
  type: 'string',
35894
36030
  },
@@ -35951,6 +36087,11 @@ export default {
35951
36087
  nullable: true,
35952
36088
  type: 'string',
35953
36089
  },
36090
+ search: {
36091
+ description: '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`.',
36092
+ minLength: 1,
36093
+ type: 'string',
36094
+ },
35954
36095
  space_id: {
35955
36096
  description: 'ID of the space for which you want to list devices.',
35956
36097
  format: 'uuid',
@@ -37461,6 +37602,7 @@ export default {
37461
37602
  'can_simulate_removal',
37462
37603
  'can_simulate_connection',
37463
37604
  'can_simulate_disconnection',
37605
+ 'can_unlock_with_code',
37464
37606
  ],
37465
37607
  type: 'string',
37466
37608
  },
@@ -37485,6 +37627,7 @@ export default {
37485
37627
  'can_simulate_removal',
37486
37628
  'can_simulate_connection',
37487
37629
  'can_simulate_disconnection',
37630
+ 'can_unlock_with_code',
37488
37631
  ],
37489
37632
  type: 'string',
37490
37633
  },
@@ -37512,6 +37655,15 @@ export default {
37512
37655
  type: 'string',
37513
37656
  },
37514
37657
  },
37658
+ {
37659
+ in: 'query',
37660
+ name: 'search',
37661
+ schema: {
37662
+ description: '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`.',
37663
+ minLength: 1,
37664
+ type: 'string',
37665
+ },
37666
+ },
37515
37667
  ],
37516
37668
  responses: {
37517
37669
  200: {
@@ -37681,6 +37833,7 @@ export default {
37681
37833
  'can_simulate_removal',
37682
37834
  'can_simulate_connection',
37683
37835
  'can_simulate_disconnection',
37836
+ 'can_unlock_with_code',
37684
37837
  ],
37685
37838
  type: 'string',
37686
37839
  },
@@ -37701,6 +37854,7 @@ export default {
37701
37854
  'can_simulate_removal',
37702
37855
  'can_simulate_connection',
37703
37856
  'can_simulate_disconnection',
37857
+ 'can_unlock_with_code',
37704
37858
  ],
37705
37859
  type: 'string',
37706
37860
  },
@@ -37752,6 +37906,11 @@ export default {
37752
37906
  nullable: true,
37753
37907
  type: 'string',
37754
37908
  },
37909
+ search: {
37910
+ description: '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`.',
37911
+ minLength: 1,
37912
+ type: 'string',
37913
+ },
37755
37914
  space_id: {
37756
37915
  description: 'ID of the space for which you want to list devices.',
37757
37916
  format: 'uuid',
@@ -38440,6 +38599,7 @@ export default {
38440
38599
  'can_simulate_removal',
38441
38600
  'can_simulate_connection',
38442
38601
  'can_simulate_disconnection',
38602
+ 'can_unlock_with_code',
38443
38603
  ],
38444
38604
  type: 'string',
38445
38605
  },
@@ -38464,6 +38624,7 @@ export default {
38464
38624
  'can_simulate_removal',
38465
38625
  'can_simulate_connection',
38466
38626
  'can_simulate_disconnection',
38627
+ 'can_unlock_with_code',
38467
38628
  ],
38468
38629
  type: 'string',
38469
38630
  },
@@ -38491,6 +38652,15 @@ export default {
38491
38652
  type: 'string',
38492
38653
  },
38493
38654
  },
38655
+ {
38656
+ in: 'query',
38657
+ name: 'search',
38658
+ schema: {
38659
+ description: '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`.',
38660
+ minLength: 1,
38661
+ type: 'string',
38662
+ },
38663
+ },
38494
38664
  ],
38495
38665
  responses: {
38496
38666
  200: {
@@ -38604,6 +38774,7 @@ export default {
38604
38774
  'can_simulate_removal',
38605
38775
  'can_simulate_connection',
38606
38776
  'can_simulate_disconnection',
38777
+ 'can_unlock_with_code',
38607
38778
  ],
38608
38779
  type: 'string',
38609
38780
  },
@@ -38624,6 +38795,7 @@ export default {
38624
38795
  'can_simulate_removal',
38625
38796
  'can_simulate_connection',
38626
38797
  'can_simulate_disconnection',
38798
+ 'can_unlock_with_code',
38627
38799
  ],
38628
38800
  type: 'string',
38629
38801
  },
@@ -38646,6 +38818,11 @@ export default {
38646
38818
  nullable: true,
38647
38819
  type: 'string',
38648
38820
  },
38821
+ search: {
38822
+ description: '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`.',
38823
+ minLength: 1,
38824
+ type: 'string',
38825
+ },
38649
38826
  space_id: {
38650
38827
  description: 'ID of the space for which you want to list devices.',
38651
38828
  format: 'uuid',
@@ -42953,6 +43130,7 @@ export default {
42953
43130
  'can_simulate_removal',
42954
43131
  'can_simulate_connection',
42955
43132
  'can_simulate_disconnection',
43133
+ 'can_unlock_with_code',
42956
43134
  ],
42957
43135
  type: 'string',
42958
43136
  },
@@ -42977,6 +43155,7 @@ export default {
42977
43155
  'can_simulate_removal',
42978
43156
  'can_simulate_connection',
42979
43157
  'can_simulate_disconnection',
43158
+ 'can_unlock_with_code',
42980
43159
  ],
42981
43160
  type: 'string',
42982
43161
  },
@@ -43004,6 +43183,15 @@ export default {
43004
43183
  type: 'string',
43005
43184
  },
43006
43185
  },
43186
+ {
43187
+ in: 'query',
43188
+ name: 'search',
43189
+ schema: {
43190
+ description: '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`.',
43191
+ minLength: 1,
43192
+ type: 'string',
43193
+ },
43194
+ },
43007
43195
  ],
43008
43196
  responses: {
43009
43197
  200: {
@@ -43131,6 +43319,7 @@ export default {
43131
43319
  'can_simulate_removal',
43132
43320
  'can_simulate_connection',
43133
43321
  'can_simulate_disconnection',
43322
+ 'can_unlock_with_code',
43134
43323
  ],
43135
43324
  type: 'string',
43136
43325
  },
@@ -43151,6 +43340,7 @@ export default {
43151
43340
  'can_simulate_removal',
43152
43341
  'can_simulate_connection',
43153
43342
  'can_simulate_disconnection',
43343
+ 'can_unlock_with_code',
43154
43344
  ],
43155
43345
  type: 'string',
43156
43346
  },
@@ -43180,6 +43370,11 @@ export default {
43180
43370
  nullable: true,
43181
43371
  type: 'string',
43182
43372
  },
43373
+ search: {
43374
+ description: '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`.',
43375
+ minLength: 1,
43376
+ type: 'string',
43377
+ },
43183
43378
  space_id: {
43184
43379
  description: 'ID of the space for which you want to list devices.',
43185
43380
  format: 'uuid',
@@ -47895,6 +48090,14 @@ export default {
47895
48090
  description: '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).',
47896
48091
  operationId: 'userIdentitiesListGet',
47897
48092
  parameters: [
48093
+ {
48094
+ in: 'query',
48095
+ name: 'search',
48096
+ schema: {
48097
+ description: '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`.',
48098
+ type: 'string',
48099
+ },
48100
+ },
47898
48101
  {
47899
48102
  in: 'query',
47900
48103
  name: 'credential_manager_acs_system_id',
@@ -47954,6 +48157,10 @@ export default {
47954
48157
  format: 'uuid',
47955
48158
  type: 'string',
47956
48159
  },
48160
+ search: {
48161
+ description: '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`.',
48162
+ type: 'string',
48163
+ },
47957
48164
  },
47958
48165
  type: 'object',
47959
48166
  },