@seamapi/types 1.442.0 → 1.444.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 (89) hide show
  1. package/dist/connect.cjs +131 -2
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1935 -1913
  4. package/dist/devicedb.cjs.map +1 -1
  5. package/dist/devicedb.d.cts +27 -27
  6. package/dist/index.cjs +131 -2
  7. package/dist/index.cjs.map +1 -1
  8. package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +387 -389
  9. package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +173 -186
  10. package/lib/seam/connect/models/acs/acs-access-group.d.ts +18 -18
  11. package/lib/seam/connect/models/acs/acs-credential.d.ts +63 -63
  12. package/lib/seam/connect/models/acs/acs-encoder.d.ts +6 -6
  13. package/lib/seam/connect/models/acs/acs-entrance.d.ts +3 -3
  14. package/lib/seam/connect/models/acs/acs-system.d.ts +56 -56
  15. package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +152 -152
  16. package/lib/seam/connect/models/acs/acs-users/pending-mutations.d.ts +45 -45
  17. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +300 -354
  18. package/lib/seam/connect/models/action-attempts/activate-climate-preset.d.ts +12 -15
  19. package/lib/seam/connect/models/action-attempts/common.d.ts +9 -12
  20. package/lib/seam/connect/models/action-attempts/deprecated.d.ts +84 -105
  21. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +54 -57
  22. package/lib/seam/connect/models/action-attempts/lock-door.d.ts +12 -15
  23. package/lib/seam/connect/models/action-attempts/push-thermostat-programs.d.ts +12 -15
  24. package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.d.ts +12 -15
  25. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +54 -57
  26. package/lib/seam/connect/models/action-attempts/set-fan-mode.d.ts +12 -15
  27. package/lib/seam/connect/models/action-attempts/set-hvac-mode.d.ts +12 -15
  28. package/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.d.ts +12 -15
  29. package/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.d.ts +12 -15
  30. package/lib/seam/connect/models/action-attempts/unlock-door.d.ts +12 -15
  31. package/lib/seam/connect/models/batches/batch.d.ts +128 -120
  32. package/lib/seam/connect/models/batches/spaces.d.ts +128 -120
  33. package/lib/seam/connect/models/bridges/bridge-client-session.d.ts +24 -24
  34. package/lib/seam/connect/models/client-sessions/client-session.d.ts +2 -2
  35. package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +78 -78
  36. package/lib/seam/connect/models/customer/access-grant-resources.d.ts +30 -30
  37. package/lib/seam/connect/models/customer/customer-data.d.ts +57 -57
  38. package/lib/seam/connect/models/customer/location-resources.d.ts +54 -54
  39. package/lib/seam/connect/models/customer/user-identity-resources.d.ts +30 -30
  40. package/lib/seam/connect/models/devices/capability-properties/index.d.ts +3 -3
  41. package/lib/seam/connect/models/devices/device-provider.d.ts +4 -4
  42. package/lib/seam/connect/models/devices/device.d.ts +368 -376
  43. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +118 -120
  44. package/lib/seam/connect/models/events/access-codes.d.ts +136 -136
  45. package/lib/seam/connect/models/events/access-grants.d.ts +40 -40
  46. package/lib/seam/connect/models/events/access-methods.d.ts +40 -40
  47. package/lib/seam/connect/models/events/acs/access-groups.d.ts +10 -10
  48. package/lib/seam/connect/models/events/acs/common.d.ts +3 -3
  49. package/lib/seam/connect/models/events/acs/credentials.d.ts +40 -40
  50. package/lib/seam/connect/models/events/acs/encoders.d.ts +20 -20
  51. package/lib/seam/connect/models/events/acs/entrances.d.ts +20 -20
  52. package/lib/seam/connect/models/events/acs/index.d.ts +67 -67
  53. package/lib/seam/connect/models/events/acs/systems.d.ts +24 -24
  54. package/lib/seam/connect/models/events/acs/users.d.ts +20 -20
  55. package/lib/seam/connect/models/events/action-attempts.d.ts +32 -32
  56. package/lib/seam/connect/models/events/client-sessions.d.ts +8 -8
  57. package/lib/seam/connect/models/events/connect-webviews.d.ts +16 -16
  58. package/lib/seam/connect/models/events/connected-accounts.d.ts +56 -56
  59. package/lib/seam/connect/models/events/devices.d.ts +266 -266
  60. package/lib/seam/connect/models/events/enrollment-automations.d.ts +8 -8
  61. package/lib/seam/connect/models/events/phones.d.ts +8 -8
  62. package/lib/seam/connect/models/events/seam-event.d.ts +372 -372
  63. package/lib/seam/connect/models/phones/phone-session.d.ts +50 -50
  64. package/lib/seam/connect/models/spaces/space.d.ts +6 -0
  65. package/lib/seam/connect/models/spaces/space.js +2 -0
  66. package/lib/seam/connect/models/spaces/space.js.map +1 -1
  67. package/lib/seam/connect/models/user-identities/user-identity.d.ts +18 -18
  68. package/lib/seam/connect/openapi.d.ts +50 -0
  69. package/lib/seam/connect/openapi.js +127 -0
  70. package/lib/seam/connect/openapi.js.map +1 -1
  71. package/lib/seam/connect/route-types.d.ts +36 -0
  72. package/lib/seam/devicedb/models/device-model.d.ts +15 -15
  73. package/lib/seam/devicedb/route-specs.d.ts +12 -12
  74. package/package.json +8 -7
  75. package/src/lib/seam/connect/models/spaces/space.ts +2 -0
  76. package/src/lib/seam/connect/openapi.ts +143 -0
  77. package/src/lib/seam/connect/route-types.ts +36 -0
  78. package/lib/seam/connect/internal/enums.d.ts +0 -1
  79. package/lib/seam/connect/internal/enums.js +0 -2
  80. package/lib/seam/connect/internal/enums.js.map +0 -1
  81. package/lib/seam/connect/internal/index.d.ts +0 -4
  82. package/lib/seam/connect/internal/index.js +0 -5
  83. package/lib/seam/connect/internal/index.js.map +0 -1
  84. package/lib/seam/connect/internal/model-types.d.ts +0 -2
  85. package/lib/seam/connect/internal/model-types.js +0 -2
  86. package/lib/seam/connect/internal/model-types.js.map +0 -1
  87. package/lib/seam/connect/internal/schemas.d.ts +0 -2
  88. package/lib/seam/connect/internal/schemas.js +0 -3
  89. package/lib/seam/connect/internal/schemas.js.map +0 -1
@@ -18013,11 +18013,21 @@ export default {
18013
18013
  space: {
18014
18014
  description: 'Represents a space that is a logical grouping of devices and entrances. You can assign access to an entire space, thereby making granting access more efficient.',
18015
18015
  properties: {
18016
+ acs_entrance_count: {
18017
+ description: 'Number of entrances in the space.',
18018
+ format: 'float',
18019
+ type: 'number',
18020
+ },
18016
18021
  created_at: {
18017
18022
  description: 'Date and time at which the space was created.',
18018
18023
  format: 'date-time',
18019
18024
  type: 'string',
18020
18025
  },
18026
+ device_count: {
18027
+ description: 'Number of devices in the space.',
18028
+ format: 'float',
18029
+ type: 'number',
18030
+ },
18021
18031
  display_name: {
18022
18032
  description: 'Display name for the space.',
18023
18033
  type: 'string',
@@ -18040,6 +18050,8 @@ export default {
18040
18050
  'name',
18041
18051
  'display_name',
18042
18052
  'created_at',
18053
+ 'device_count',
18054
+ 'acs_entrance_count',
18043
18055
  ],
18044
18056
  type: 'object',
18045
18057
  'x-draft': 'Early access.',
@@ -25617,6 +25629,36 @@ export default {
25617
25629
  type: 'string',
25618
25630
  },
25619
25631
  },
25632
+ {
25633
+ in: 'query',
25634
+ name: 'device_id',
25635
+ required: false,
25636
+ schema: {
25637
+ description: 'ID of the device for which you want to retrieve all access methods.',
25638
+ format: 'uuid',
25639
+ type: 'string',
25640
+ },
25641
+ },
25642
+ {
25643
+ in: 'query',
25644
+ name: 'acs_entrance_id',
25645
+ required: false,
25646
+ schema: {
25647
+ description: 'ID of the entrance for which you want to retrieve all access methods.',
25648
+ format: 'uuid',
25649
+ type: 'string',
25650
+ },
25651
+ },
25652
+ {
25653
+ in: 'query',
25654
+ name: 'space_id',
25655
+ required: false,
25656
+ schema: {
25657
+ description: 'ID of the space for which you want to retrieve all access methods.',
25658
+ format: 'uuid',
25659
+ type: 'string',
25660
+ },
25661
+ },
25620
25662
  ],
25621
25663
  responses: {
25622
25664
  200: {
@@ -25667,6 +25709,21 @@ export default {
25667
25709
  format: 'uuid',
25668
25710
  type: 'string',
25669
25711
  },
25712
+ acs_entrance_id: {
25713
+ description: 'ID of the entrance for which you want to retrieve all access methods.',
25714
+ format: 'uuid',
25715
+ type: 'string',
25716
+ },
25717
+ device_id: {
25718
+ description: 'ID of the device for which you want to retrieve all access methods.',
25719
+ format: 'uuid',
25720
+ type: 'string',
25721
+ },
25722
+ space_id: {
25723
+ description: 'ID of the space for which you want to retrieve all access methods.',
25724
+ format: 'uuid',
25725
+ type: 'string',
25726
+ },
25670
25727
  },
25671
25728
  required: ['access_grant_id'],
25672
25729
  type: 'object',
@@ -35489,6 +35546,15 @@ export default {
35489
35546
  type: 'string',
35490
35547
  },
35491
35548
  },
35549
+ {
35550
+ in: 'query',
35551
+ name: 'access_method_id',
35552
+ schema: {
35553
+ description: 'ID of the access method for which you want to retrieve all devices.',
35554
+ format: 'uuid',
35555
+ type: 'string',
35556
+ },
35557
+ },
35492
35558
  ],
35493
35559
  responses: {
35494
35560
  200: {
@@ -35536,6 +35602,11 @@ export default {
35536
35602
  'application/json': {
35537
35603
  schema: {
35538
35604
  properties: {
35605
+ access_method_id: {
35606
+ description: 'ID of the access method for which you want to retrieve all devices.',
35607
+ format: 'uuid',
35608
+ type: 'string',
35609
+ },
35539
35610
  connect_webview_id: {
35540
35611
  description: 'ID of the Connect Webview for which you want to list devices.',
35541
35612
  format: 'uuid',
@@ -36701,6 +36772,15 @@ export default {
36701
36772
  type: 'string',
36702
36773
  },
36703
36774
  },
36775
+ {
36776
+ in: 'query',
36777
+ name: 'access_method_id',
36778
+ schema: {
36779
+ description: 'ID of the access method for which you want to retrieve all devices.',
36780
+ format: 'uuid',
36781
+ type: 'string',
36782
+ },
36783
+ },
36704
36784
  ],
36705
36785
  responses: {
36706
36786
  200: {
@@ -36745,6 +36825,11 @@ export default {
36745
36825
  'application/json': {
36746
36826
  schema: {
36747
36827
  properties: {
36828
+ access_method_id: {
36829
+ description: 'ID of the access method for which you want to retrieve all devices.',
36830
+ format: 'uuid',
36831
+ type: 'string',
36832
+ },
36748
36833
  connect_webview_id: {
36749
36834
  description: 'ID of the Connect Webview for which you want to list devices.',
36750
36835
  format: 'uuid',
@@ -38579,6 +38664,15 @@ export default {
38579
38664
  type: 'string',
38580
38665
  },
38581
38666
  },
38667
+ {
38668
+ in: 'query',
38669
+ name: 'access_method_id',
38670
+ schema: {
38671
+ description: 'ID of the access method for which you want to retrieve all devices.',
38672
+ format: 'uuid',
38673
+ type: 'string',
38674
+ },
38675
+ },
38582
38676
  ],
38583
38677
  responses: {
38584
38678
  200: {
@@ -38628,6 +38722,11 @@ export default {
38628
38722
  'application/json': {
38629
38723
  schema: {
38630
38724
  properties: {
38725
+ access_method_id: {
38726
+ description: 'ID of the access method for which you want to retrieve all devices.',
38727
+ format: 'uuid',
38728
+ type: 'string',
38729
+ },
38631
38730
  connect_webview_id: {
38632
38731
  description: 'ID of the Connect Webview for which you want to list devices.',
38633
38732
  format: 'uuid',
@@ -39576,6 +39675,15 @@ export default {
39576
39675
  type: 'string',
39577
39676
  },
39578
39677
  },
39678
+ {
39679
+ in: 'query',
39680
+ name: 'access_method_id',
39681
+ schema: {
39682
+ description: 'ID of the access method for which you want to retrieve all devices.',
39683
+ format: 'uuid',
39684
+ type: 'string',
39685
+ },
39686
+ },
39579
39687
  ],
39580
39688
  responses: {
39581
39689
  200: {
@@ -39625,6 +39733,11 @@ export default {
39625
39733
  'application/json': {
39626
39734
  schema: {
39627
39735
  properties: {
39736
+ access_method_id: {
39737
+ description: 'ID of the access method for which you want to retrieve all devices.',
39738
+ format: 'uuid',
39739
+ type: 'string',
39740
+ },
39628
39741
  connect_webview_id: {
39629
39742
  description: 'ID of the Connect Webview for which you want to list devices.',
39630
39743
  format: 'uuid',
@@ -45158,6 +45271,15 @@ export default {
45158
45271
  type: 'string',
45159
45272
  },
45160
45273
  },
45274
+ {
45275
+ in: 'query',
45276
+ name: 'access_method_id',
45277
+ schema: {
45278
+ description: 'ID of the access method for which you want to retrieve all devices.',
45279
+ format: 'uuid',
45280
+ type: 'string',
45281
+ },
45282
+ },
45161
45283
  ],
45162
45284
  responses: {
45163
45285
  200: {
@@ -45207,6 +45329,11 @@ export default {
45207
45329
  'application/json': {
45208
45330
  schema: {
45209
45331
  properties: {
45332
+ access_method_id: {
45333
+ description: 'ID of the access method for which you want to retrieve all devices.',
45334
+ format: 'uuid',
45335
+ type: 'string',
45336
+ },
45210
45337
  connect_webview_id: {
45211
45338
  description: 'ID of the Connect Webview for which you want to list devices.',
45212
45339
  format: 'uuid',