@seamapi/types 1.551.0 → 1.553.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 (29) hide show
  1. package/dist/connect.cjs +169 -1
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1365 -125
  4. package/dist/index.cjs +169 -1
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/acs/acs-credential.d.ts +8 -8
  7. package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +2 -2
  8. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +28 -28
  9. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +12 -12
  10. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +16 -16
  11. package/lib/seam/connect/models/batch.d.ts +1176 -131
  12. package/lib/seam/connect/models/devices/device-metadata.d.ts +95 -0
  13. package/lib/seam/connect/models/devices/device-metadata.js +62 -0
  14. package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
  15. package/lib/seam/connect/models/devices/device-type.d.ts +8 -1
  16. package/lib/seam/connect/models/devices/device-type.js +8 -0
  17. package/lib/seam/connect/models/devices/device-type.js.map +1 -1
  18. package/lib/seam/connect/models/devices/device.d.ts +136 -3
  19. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +98 -3
  20. package/lib/seam/connect/models/phones/phone-session.d.ts +14 -14
  21. package/lib/seam/connect/openapi.d.ts +100 -0
  22. package/lib/seam/connect/openapi.js +141 -0
  23. package/lib/seam/connect/openapi.js.map +1 -1
  24. package/lib/seam/connect/route-types.d.ts +671 -25
  25. package/package.json +1 -1
  26. package/src/lib/seam/connect/models/devices/device-metadata.ts +62 -0
  27. package/src/lib/seam/connect/models/devices/device-type.ts +18 -0
  28. package/src/lib/seam/connect/openapi.ts +153 -0
  29. package/src/lib/seam/connect/route-types.ts +671 -0
@@ -8298,6 +8298,11 @@ export default {
8298
8298
  ],
8299
8299
  type: 'string',
8300
8300
  },
8301
+ {
8302
+ description: 'Device type for keys.\n ',
8303
+ enum: ['keynest_key'],
8304
+ type: 'string',
8305
+ },
8301
8306
  {
8302
8307
  description: 'Device type for noise sensors.\n ',
8303
8308
  enum: ['noiseaware_activity_zone', 'minut_sensor'],
@@ -9533,10 +9538,100 @@ export default {
9533
9538
  keynest_metadata: {
9534
9539
  description: 'Metadata for a KeyNest device.',
9535
9540
  properties: {
9541
+ address: {
9542
+ description: 'Address for a KeyNest device.',
9543
+ nullable: true,
9544
+ type: 'string',
9545
+ },
9546
+ current_or_last_store_id: {
9547
+ description: 'Current or last store ID for a KeyNest device.',
9548
+ format: 'float',
9549
+ type: 'number',
9550
+ },
9551
+ current_status: {
9552
+ description: 'Current status for a KeyNest device.',
9553
+ nullable: true,
9554
+ type: 'string',
9555
+ },
9556
+ current_user_company: {
9557
+ description: 'Current user company for a KeyNest device.',
9558
+ nullable: true,
9559
+ type: 'string',
9560
+ },
9561
+ current_user_email: {
9562
+ description: 'Current user email for a KeyNest device.',
9563
+ nullable: true,
9564
+ type: 'string',
9565
+ },
9566
+ current_user_name: {
9567
+ description: 'Current user name for a KeyNest device.',
9568
+ nullable: true,
9569
+ type: 'string',
9570
+ },
9571
+ current_user_phone_number: {
9572
+ description: 'Current user phone number for a KeyNest device.',
9573
+ nullable: true,
9574
+ type: 'string',
9575
+ },
9576
+ default_office_id: {
9577
+ description: 'Default office ID for a KeyNest device.',
9578
+ format: 'float',
9579
+ type: 'number',
9580
+ },
9536
9581
  device_name: {
9537
9582
  description: 'Device name for a KeyNest device.',
9538
9583
  type: 'string',
9539
9584
  },
9585
+ fob_id: {
9586
+ description: 'Fob ID for a KeyNest device.',
9587
+ format: 'float',
9588
+ type: 'number',
9589
+ },
9590
+ handover_method: {
9591
+ description: 'Handover method for a KeyNest device.',
9592
+ nullable: true,
9593
+ type: 'string',
9594
+ },
9595
+ has_photo: {
9596
+ description: 'Whether the KeyNest device has a photo.',
9597
+ type: 'boolean',
9598
+ },
9599
+ key_id: {
9600
+ description: 'Key ID for a KeyNest device.',
9601
+ type: 'string',
9602
+ },
9603
+ key_notes: {
9604
+ description: 'Key notes for a KeyNest device.',
9605
+ nullable: true,
9606
+ type: 'string',
9607
+ },
9608
+ keynest_app_user: {
9609
+ description: 'KeyNest app user for a KeyNest device.',
9610
+ nullable: true,
9611
+ type: 'string',
9612
+ },
9613
+ last_movement: {
9614
+ description: 'Last movement timestamp for a KeyNest device.',
9615
+ type: 'string',
9616
+ },
9617
+ property_id: {
9618
+ description: 'Property ID for a KeyNest device.',
9619
+ nullable: true,
9620
+ type: 'string',
9621
+ },
9622
+ property_postcode: {
9623
+ description: 'Property postcode for a KeyNest device.',
9624
+ nullable: true,
9625
+ type: 'string',
9626
+ },
9627
+ status_type: {
9628
+ description: 'Status type for a KeyNest device.',
9629
+ type: 'string',
9630
+ },
9631
+ subscription_plan: {
9632
+ description: 'Subscription plan for a KeyNest device.',
9633
+ type: 'string',
9634
+ },
9540
9635
  },
9541
9636
  type: 'object',
9542
9637
  },
@@ -21362,6 +21457,11 @@ export default {
21362
21457
  ],
21363
21458
  type: 'string',
21364
21459
  },
21460
+ {
21461
+ description: 'Device type for keys.\n ',
21462
+ enum: ['keynest_key'],
21463
+ type: 'string',
21464
+ },
21365
21465
  {
21366
21466
  description: 'Device type for noise sensors.\n ',
21367
21467
  enum: ['noiseaware_activity_zone', 'minut_sensor'],
@@ -23796,6 +23896,7 @@ export default {
23796
23896
  },
23797
23897
  security: [
23798
23898
  { client_session: [] },
23899
+ { client_session_with_customer: [] },
23799
23900
  { pat_with_workspace: [] },
23800
23901
  { console_session_with_workspace: [] },
23801
23902
  { api_key: [] },
@@ -37072,6 +37173,11 @@ export default {
37072
37173
  ],
37073
37174
  type: 'string',
37074
37175
  },
37176
+ {
37177
+ description: 'Device type for keys.\n ',
37178
+ enum: ['keynest_key'],
37179
+ type: 'string',
37180
+ },
37075
37181
  {
37076
37182
  description: 'Device type for noise sensors.\n ',
37077
37183
  enum: ['noiseaware_activity_zone', 'minut_sensor'],
@@ -37137,6 +37243,11 @@ export default {
37137
37243
  ],
37138
37244
  type: 'string',
37139
37245
  },
37246
+ {
37247
+ description: 'Device type for keys.\n ',
37248
+ enum: ['keynest_key'],
37249
+ type: 'string',
37250
+ },
37140
37251
  {
37141
37252
  description: 'Device type for noise sensors.\n ',
37142
37253
  enum: ['noiseaware_activity_zone', 'minut_sensor'],
@@ -37476,6 +37587,11 @@ export default {
37476
37587
  ],
37477
37588
  type: 'string',
37478
37589
  },
37590
+ {
37591
+ description: 'Device type for keys.\n ',
37592
+ enum: ['keynest_key'],
37593
+ type: 'string',
37594
+ },
37479
37595
  {
37480
37596
  description: 'Device type for noise sensors.\n ',
37481
37597
  enum: ['noiseaware_activity_zone', 'minut_sensor'],
@@ -37537,6 +37653,11 @@ export default {
37537
37653
  ],
37538
37654
  type: 'string',
37539
37655
  },
37656
+ {
37657
+ description: 'Device type for keys.\n ',
37658
+ enum: ['keynest_key'],
37659
+ type: 'string',
37660
+ },
37540
37661
  {
37541
37662
  description: 'Device type for noise sensors.\n ',
37542
37663
  enum: ['noiseaware_activity_zone', 'minut_sensor'],
@@ -38350,6 +38471,11 @@ export default {
38350
38471
  ],
38351
38472
  type: 'string',
38352
38473
  },
38474
+ {
38475
+ description: 'Device type for keys.\n ',
38476
+ enum: ['keynest_key'],
38477
+ type: 'string',
38478
+ },
38353
38479
  {
38354
38480
  description: 'Device type for noise sensors.\n ',
38355
38481
  enum: ['noiseaware_activity_zone', 'minut_sensor'],
@@ -38415,6 +38541,11 @@ export default {
38415
38541
  ],
38416
38542
  type: 'string',
38417
38543
  },
38544
+ {
38545
+ description: 'Device type for keys.\n ',
38546
+ enum: ['keynest_key'],
38547
+ type: 'string',
38548
+ },
38418
38549
  {
38419
38550
  description: 'Device type for noise sensors.\n ',
38420
38551
  enum: ['noiseaware_activity_zone', 'minut_sensor'],
@@ -38751,6 +38882,11 @@ export default {
38751
38882
  ],
38752
38883
  type: 'string',
38753
38884
  },
38885
+ {
38886
+ description: 'Device type for keys.\n ',
38887
+ enum: ['keynest_key'],
38888
+ type: 'string',
38889
+ },
38754
38890
  {
38755
38891
  description: 'Device type for noise sensors.\n ',
38756
38892
  enum: ['noiseaware_activity_zone', 'minut_sensor'],
@@ -38812,6 +38948,11 @@ export default {
38812
38948
  ],
38813
38949
  type: 'string',
38814
38950
  },
38951
+ {
38952
+ description: 'Device type for keys.\n ',
38953
+ enum: ['keynest_key'],
38954
+ type: 'string',
38955
+ },
38815
38956
  {
38816
38957
  description: 'Device type for noise sensors.\n ',
38817
38958
  enum: ['noiseaware_activity_zone', 'minut_sensor'],