@seamapi/types 1.769.0 → 1.770.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 (26) hide show
  1. package/dist/connect.cjs +53 -33
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +90 -90
  4. package/dist/index.cjs +53 -33
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/access-grants/access-grant.d.ts +10 -10
  7. package/lib/seam/connect/models/access-grants/access-method.d.ts +6 -6
  8. package/lib/seam/connect/models/access-grants/access-method.js +2 -2
  9. package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
  10. package/lib/seam/connect/models/access-grants/requested-access-method.d.ts +3 -3
  11. package/lib/seam/connect/models/access-grants/requested-access-method.js +2 -2
  12. package/lib/seam/connect/models/access-grants/requested-access-method.js.map +1 -1
  13. package/lib/seam/connect/models/acs/acs-entrance.d.ts +6 -6
  14. package/lib/seam/connect/models/acs/acs-entrance.js +4 -4
  15. package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
  16. package/lib/seam/connect/models/batch.d.ts +17 -17
  17. package/lib/seam/connect/models/phones/phone-session.d.ts +16 -16
  18. package/lib/seam/connect/openapi.js +46 -26
  19. package/lib/seam/connect/openapi.js.map +1 -1
  20. package/lib/seam/connect/route-types.d.ts +62 -62
  21. package/package.json +1 -1
  22. package/src/lib/seam/connect/models/access-grants/access-method.ts +2 -2
  23. package/src/lib/seam/connect/models/access-grants/requested-access-method.ts +2 -2
  24. package/src/lib/seam/connect/models/acs/acs-entrance.ts +4 -4
  25. package/src/lib/seam/connect/openapi.ts +46 -26
  26. package/src/lib/seam/connect/route-types.ts +62 -62
@@ -1823,8 +1823,8 @@ export default {
1823
1823
  type: 'integer',
1824
1824
  },
1825
1825
  mode: {
1826
- description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`.',
1827
- enum: ['code', 'card', 'mobile_key'],
1826
+ description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
1827
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
1828
1828
  type: 'string',
1829
1829
  },
1830
1830
  },
@@ -2115,8 +2115,8 @@ export default {
2115
2115
  type: 'string',
2116
2116
  },
2117
2117
  mode: {
2118
- description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`.',
2119
- enum: ['code', 'card', 'mobile_key'],
2118
+ description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
2119
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
2120
2120
  type: 'string',
2121
2121
  },
2122
2122
  pending_mutations: {
@@ -3431,7 +3431,7 @@ export default {
3431
3431
  type: 'boolean',
3432
3432
  },
3433
3433
  can_unlock_with_cloud_key: {
3434
- description: 'Indicates whether the ACS entrance can be remotely unlocked using a cloud_key credential.',
3434
+ description: 'Indicates whether the ACS entrance can be unlocked with cloud key credentials.',
3435
3435
  type: 'boolean',
3436
3436
  },
3437
3437
  can_unlock_with_code: {
@@ -21924,7 +21924,7 @@ export default {
21924
21924
  type: 'boolean',
21925
21925
  },
21926
21926
  can_unlock_with_cloud_key: {
21927
- description: 'Indicates whether the ACS entrance can be remotely unlocked using a cloud_key credential.',
21927
+ description: 'Indicates whether the ACS entrance can be unlocked with cloud key credentials.',
21928
21928
  type: 'boolean',
21929
21929
  },
21930
21930
  can_unlock_with_code: {
@@ -30730,8 +30730,8 @@ export default {
30730
30730
  type: 'integer',
30731
30731
  },
30732
30732
  mode: {
30733
- description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`.',
30734
- enum: ['code', 'card', 'mobile_key'],
30733
+ description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
30734
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
30735
30735
  type: 'string',
30736
30736
  },
30737
30737
  },
@@ -31577,8 +31577,8 @@ export default {
31577
31577
  type: 'integer',
31578
31578
  },
31579
31579
  mode: {
31580
- description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`.',
31581
- enum: ['code', 'card', 'mobile_key'],
31580
+ description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
31581
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
31582
31582
  type: 'string',
31583
31583
  },
31584
31584
  },
@@ -31899,8 +31899,13 @@ export default {
31899
31899
  type: 'integer',
31900
31900
  },
31901
31901
  mode: {
31902
- description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`.',
31903
- enum: ['code', 'card', 'mobile_key'],
31902
+ description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
31903
+ enum: [
31904
+ 'code',
31905
+ 'card',
31906
+ 'mobile_key',
31907
+ 'cloud_key',
31908
+ ],
31904
31909
  type: 'string',
31905
31910
  },
31906
31911
  },
@@ -32449,8 +32454,13 @@ export default {
32449
32454
  type: 'integer',
32450
32455
  },
32451
32456
  mode: {
32452
- description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`.',
32453
- enum: ['code', 'card', 'mobile_key'],
32457
+ description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
32458
+ enum: [
32459
+ 'code',
32460
+ 'card',
32461
+ 'mobile_key',
32462
+ 'cloud_key',
32463
+ ],
32454
32464
  type: 'string',
32455
32465
  },
32456
32466
  },
@@ -33041,8 +33051,13 @@ export default {
33041
33051
  type: 'integer',
33042
33052
  },
33043
33053
  mode: {
33044
- description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`.',
33045
- enum: ['code', 'card', 'mobile_key'],
33054
+ description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
33055
+ enum: [
33056
+ 'code',
33057
+ 'card',
33058
+ 'mobile_key',
33059
+ 'cloud_key',
33060
+ ],
33046
33061
  type: 'string',
33047
33062
  },
33048
33063
  },
@@ -33619,8 +33634,13 @@ export default {
33619
33634
  type: 'integer',
33620
33635
  },
33621
33636
  mode: {
33622
- description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`.',
33623
- enum: ['code', 'card', 'mobile_key'],
33637
+ description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
33638
+ enum: [
33639
+ 'code',
33640
+ 'card',
33641
+ 'mobile_key',
33642
+ 'cloud_key',
33643
+ ],
33624
33644
  type: 'string',
33625
33645
  },
33626
33646
  },
@@ -34944,8 +34964,8 @@ export default {
34944
34964
  type: 'string',
34945
34965
  },
34946
34966
  mode: {
34947
- description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`.',
34948
- enum: ['code', 'card', 'mobile_key'],
34967
+ description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
34968
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
34949
34969
  type: 'string',
34950
34970
  },
34951
34971
  pending_mutations: {
@@ -35340,8 +35360,8 @@ export default {
35340
35360
  type: 'string',
35341
35361
  },
35342
35362
  mode: {
35343
- description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`.',
35344
- enum: ['code', 'card', 'mobile_key'],
35363
+ description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
35364
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
35345
35365
  type: 'string',
35346
35366
  },
35347
35367
  pending_mutations: {
@@ -35764,8 +35784,8 @@ export default {
35764
35784
  type: 'string',
35765
35785
  },
35766
35786
  mode: {
35767
- description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`.',
35768
- enum: ['code', 'card', 'mobile_key'],
35787
+ description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
35788
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
35769
35789
  type: 'string',
35770
35790
  },
35771
35791
  pending_mutations: {
@@ -36179,8 +36199,8 @@ export default {
36179
36199
  type: 'string',
36180
36200
  },
36181
36201
  mode: {
36182
- description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`.',
36183
- enum: ['code', 'card', 'mobile_key'],
36202
+ description: 'Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
36203
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
36184
36204
  type: 'string',
36185
36205
  },
36186
36206
  pending_mutations: {