@seamapi/types 1.103.0 → 1.105.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 (36) hide show
  1. package/dist/connect.cjs +80 -0
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +154 -0
  4. package/dist/devicedb.cjs +20 -1
  5. package/dist/devicedb.cjs.map +1 -1
  6. package/dist/devicedb.d.cts +149 -1
  7. package/lib/seam/connect/openapi.d.ts +140 -0
  8. package/lib/seam/connect/openapi.js +80 -0
  9. package/lib/seam/connect/openapi.js.map +1 -1
  10. package/lib/seam/connect/route-types.d.ts +14 -0
  11. package/lib/seam/connect/unstable/models/acs/credential.d.ts +16 -0
  12. package/lib/seam/connect/unstable/models/acs/credential.js +2 -0
  13. package/lib/seam/connect/unstable/models/acs/credential.js.map +1 -1
  14. package/lib/seam/devicedb/public-models/device-capability.d.ts +21 -0
  15. package/lib/seam/devicedb/public-models/device-capability.js +15 -0
  16. package/lib/seam/devicedb/public-models/device-capability.js.map +1 -0
  17. package/lib/seam/devicedb/public-models/device-model-v1.d.ts +38 -0
  18. package/lib/seam/devicedb/public-models/device-model-v1.js +10 -2
  19. package/lib/seam/devicedb/public-models/device-model-v1.js.map +1 -1
  20. package/lib/seam/devicedb/public-models/hardware.d.ts +8 -0
  21. package/lib/seam/devicedb/public-models/hardware.js +7 -0
  22. package/lib/seam/devicedb/public-models/hardware.js.map +1 -0
  23. package/lib/seam/devicedb/public-models/index.d.ts +1 -0
  24. package/lib/seam/devicedb/public-models/index.js +1 -0
  25. package/lib/seam/devicedb/public-models/index.js.map +1 -1
  26. package/lib/seam/devicedb/route-specs.d.ts +88 -0
  27. package/lib/seam/devicedb/route-types.d.ts +10 -0
  28. package/package.json +1 -1
  29. package/src/lib/seam/connect/openapi.ts +80 -0
  30. package/src/lib/seam/connect/route-types.ts +14 -0
  31. package/src/lib/seam/connect/unstable/models/acs/credential.ts +2 -0
  32. package/src/lib/seam/devicedb/public-models/device-capability.ts +20 -0
  33. package/src/lib/seam/devicedb/public-models/device-model-v1.ts +33 -23
  34. package/src/lib/seam/devicedb/public-models/hardware.ts +7 -0
  35. package/src/lib/seam/devicedb/public-models/index.ts +1 -0
  36. package/src/lib/seam/devicedb/route-types.ts +10 -0
@@ -5257,6 +5257,20 @@ declare const _default: {
5257
5257
  };
5258
5258
  visionline_metadata: {
5259
5259
  properties: {
5260
+ common_acs_entrance_ids: {
5261
+ items: {
5262
+ format: string;
5263
+ type: string;
5264
+ };
5265
+ type: string;
5266
+ };
5267
+ guest_acs_entrance_ids: {
5268
+ items: {
5269
+ format: string;
5270
+ type: string;
5271
+ };
5272
+ type: string;
5273
+ };
5260
5274
  joiner_acs_credential_ids: {
5261
5275
  items: {
5262
5276
  format: string;
@@ -5394,6 +5408,20 @@ declare const _default: {
5394
5408
  };
5395
5409
  visionline_metadata: {
5396
5410
  properties: {
5411
+ common_acs_entrance_ids: {
5412
+ items: {
5413
+ format: string;
5414
+ type: string;
5415
+ };
5416
+ type: string;
5417
+ };
5418
+ guest_acs_entrance_ids: {
5419
+ items: {
5420
+ format: string;
5421
+ type: string;
5422
+ };
5423
+ type: string;
5424
+ };
5397
5425
  joiner_acs_credential_ids: {
5398
5426
  items: {
5399
5427
  format: string;
@@ -5576,6 +5604,20 @@ declare const _default: {
5576
5604
  };
5577
5605
  visionline_metadata: {
5578
5606
  properties: {
5607
+ common_acs_entrance_ids: {
5608
+ items: {
5609
+ format: string;
5610
+ type: string;
5611
+ };
5612
+ type: string;
5613
+ };
5614
+ guest_acs_entrance_ids: {
5615
+ items: {
5616
+ format: string;
5617
+ type: string;
5618
+ };
5619
+ type: string;
5620
+ };
5579
5621
  joiner_acs_credential_ids: {
5580
5622
  items: {
5581
5623
  format: string;
@@ -5774,6 +5816,20 @@ declare const _default: {
5774
5816
  };
5775
5817
  visionline_metadata: {
5776
5818
  properties: {
5819
+ common_acs_entrance_ids: {
5820
+ items: {
5821
+ format: string;
5822
+ type: string;
5823
+ };
5824
+ type: string;
5825
+ };
5826
+ guest_acs_entrance_ids: {
5827
+ items: {
5828
+ format: string;
5829
+ type: string;
5830
+ };
5831
+ type: string;
5832
+ };
5777
5833
  joiner_acs_credential_ids: {
5778
5834
  items: {
5779
5835
  format: string;
@@ -5951,6 +6007,20 @@ declare const _default: {
5951
6007
  };
5952
6008
  visionline_metadata: {
5953
6009
  properties: {
6010
+ common_acs_entrance_ids: {
6011
+ items: {
6012
+ format: string;
6013
+ type: string;
6014
+ };
6015
+ type: string;
6016
+ };
6017
+ guest_acs_entrance_ids: {
6018
+ items: {
6019
+ format: string;
6020
+ type: string;
6021
+ };
6022
+ type: string;
6023
+ };
5954
6024
  joiner_acs_credential_ids: {
5955
6025
  items: {
5956
6026
  format: string;
@@ -6101,6 +6171,20 @@ declare const _default: {
6101
6171
  };
6102
6172
  visionline_metadata: {
6103
6173
  properties: {
6174
+ common_acs_entrance_ids: {
6175
+ items: {
6176
+ format: string;
6177
+ type: string;
6178
+ };
6179
+ type: string;
6180
+ };
6181
+ guest_acs_entrance_ids: {
6182
+ items: {
6183
+ format: string;
6184
+ type: string;
6185
+ };
6186
+ type: string;
6187
+ };
6104
6188
  joiner_acs_credential_ids: {
6105
6189
  items: {
6106
6190
  format: string;
@@ -6238,6 +6322,20 @@ declare const _default: {
6238
6322
  };
6239
6323
  visionline_metadata: {
6240
6324
  properties: {
6325
+ common_acs_entrance_ids: {
6326
+ items: {
6327
+ format: string;
6328
+ type: string;
6329
+ };
6330
+ type: string;
6331
+ };
6332
+ guest_acs_entrance_ids: {
6333
+ items: {
6334
+ format: string;
6335
+ type: string;
6336
+ };
6337
+ type: string;
6338
+ };
6241
6339
  joiner_acs_credential_ids: {
6242
6340
  items: {
6243
6341
  format: string;
@@ -6377,6 +6475,20 @@ declare const _default: {
6377
6475
  };
6378
6476
  visionline_metadata: {
6379
6477
  properties: {
6478
+ common_acs_entrance_ids: {
6479
+ items: {
6480
+ format: string;
6481
+ type: string;
6482
+ };
6483
+ type: string;
6484
+ };
6485
+ guest_acs_entrance_ids: {
6486
+ items: {
6487
+ format: string;
6488
+ type: string;
6489
+ };
6490
+ type: string;
6491
+ };
6380
6492
  joiner_acs_credential_ids: {
6381
6493
  items: {
6382
6494
  format: string;
@@ -6513,6 +6625,20 @@ declare const _default: {
6513
6625
  };
6514
6626
  visionline_metadata: {
6515
6627
  properties: {
6628
+ common_acs_entrance_ids: {
6629
+ items: {
6630
+ format: string;
6631
+ type: string;
6632
+ };
6633
+ type: string;
6634
+ };
6635
+ guest_acs_entrance_ids: {
6636
+ items: {
6637
+ format: string;
6638
+ type: string;
6639
+ };
6640
+ type: string;
6641
+ };
6516
6642
  joiner_acs_credential_ids: {
6517
6643
  items: {
6518
6644
  format: string;
@@ -6971,6 +7097,20 @@ declare const _default: {
6971
7097
  };
6972
7098
  visionline_metadata: {
6973
7099
  properties: {
7100
+ common_acs_entrance_ids: {
7101
+ items: {
7102
+ format: string;
7103
+ type: string;
7104
+ };
7105
+ type: string;
7106
+ };
7107
+ guest_acs_entrance_ids: {
7108
+ items: {
7109
+ format: string;
7110
+ type: string;
7111
+ };
7112
+ type: string;
7113
+ };
6974
7114
  joiner_acs_credential_ids: {
6975
7115
  items: {
6976
7116
  format: string;
@@ -3834,6 +3834,14 @@ export default {
3834
3834
  starts_at: { type: 'string' },
3835
3835
  visionline_metadata: {
3836
3836
  properties: {
3837
+ common_acs_entrance_ids: {
3838
+ items: { format: 'uuid', type: 'string' },
3839
+ type: 'array',
3840
+ },
3841
+ guest_acs_entrance_ids: {
3842
+ items: { format: 'uuid', type: 'string' },
3843
+ type: 'array',
3844
+ },
3837
3845
  joiner_acs_credential_ids: {
3838
3846
  items: { format: 'uuid', type: 'string' },
3839
3847
  type: 'array',
@@ -3931,6 +3939,14 @@ export default {
3931
3939
  starts_at: { type: 'string' },
3932
3940
  visionline_metadata: {
3933
3941
  properties: {
3942
+ common_acs_entrance_ids: {
3943
+ items: { format: 'uuid', type: 'string' },
3944
+ type: 'array',
3945
+ },
3946
+ guest_acs_entrance_ids: {
3947
+ items: { format: 'uuid', type: 'string' },
3948
+ type: 'array',
3949
+ },
3934
3950
  joiner_acs_credential_ids: {
3935
3951
  items: { format: 'uuid', type: 'string' },
3936
3952
  type: 'array',
@@ -4065,6 +4081,14 @@ export default {
4065
4081
  starts_at: { type: 'string' },
4066
4082
  visionline_metadata: {
4067
4083
  properties: {
4084
+ common_acs_entrance_ids: {
4085
+ items: { format: 'uuid', type: 'string' },
4086
+ type: 'array',
4087
+ },
4088
+ guest_acs_entrance_ids: {
4089
+ items: { format: 'uuid', type: 'string' },
4090
+ type: 'array',
4091
+ },
4068
4092
  joiner_acs_credential_ids: {
4069
4093
  items: { format: 'uuid', type: 'string' },
4070
4094
  type: 'array',
@@ -4207,6 +4231,14 @@ export default {
4207
4231
  starts_at: { type: 'string' },
4208
4232
  visionline_metadata: {
4209
4233
  properties: {
4234
+ common_acs_entrance_ids: {
4235
+ items: { format: 'uuid', type: 'string' },
4236
+ type: 'array',
4237
+ },
4238
+ guest_acs_entrance_ids: {
4239
+ items: { format: 'uuid', type: 'string' },
4240
+ type: 'array',
4241
+ },
4210
4242
  joiner_acs_credential_ids: {
4211
4243
  items: { format: 'uuid', type: 'string' },
4212
4244
  type: 'array',
@@ -4333,6 +4365,14 @@ export default {
4333
4365
  starts_at: { type: 'string' },
4334
4366
  visionline_metadata: {
4335
4367
  properties: {
4368
+ common_acs_entrance_ids: {
4369
+ items: { format: 'uuid', type: 'string' },
4370
+ type: 'array',
4371
+ },
4372
+ guest_acs_entrance_ids: {
4373
+ items: { format: 'uuid', type: 'string' },
4374
+ type: 'array',
4375
+ },
4336
4376
  joiner_acs_credential_ids: {
4337
4377
  items: { format: 'uuid', type: 'string' },
4338
4378
  type: 'array',
@@ -4436,6 +4476,14 @@ export default {
4436
4476
  starts_at: { type: 'string' },
4437
4477
  visionline_metadata: {
4438
4478
  properties: {
4479
+ common_acs_entrance_ids: {
4480
+ items: { format: 'uuid', type: 'string' },
4481
+ type: 'array',
4482
+ },
4483
+ guest_acs_entrance_ids: {
4484
+ items: { format: 'uuid', type: 'string' },
4485
+ type: 'array',
4486
+ },
4439
4487
  joiner_acs_credential_ids: {
4440
4488
  items: { format: 'uuid', type: 'string' },
4441
4489
  type: 'array',
@@ -4533,6 +4581,14 @@ export default {
4533
4581
  starts_at: { type: 'string' },
4534
4582
  visionline_metadata: {
4535
4583
  properties: {
4584
+ common_acs_entrance_ids: {
4585
+ items: { format: 'uuid', type: 'string' },
4586
+ type: 'array',
4587
+ },
4588
+ guest_acs_entrance_ids: {
4589
+ items: { format: 'uuid', type: 'string' },
4590
+ type: 'array',
4591
+ },
4536
4592
  joiner_acs_credential_ids: {
4537
4593
  items: { format: 'uuid', type: 'string' },
4538
4594
  type: 'array',
@@ -4633,6 +4689,14 @@ export default {
4633
4689
  starts_at: { type: 'string' },
4634
4690
  visionline_metadata: {
4635
4691
  properties: {
4692
+ common_acs_entrance_ids: {
4693
+ items: { format: 'uuid', type: 'string' },
4694
+ type: 'array',
4695
+ },
4696
+ guest_acs_entrance_ids: {
4697
+ items: { format: 'uuid', type: 'string' },
4698
+ type: 'array',
4699
+ },
4636
4700
  joiner_acs_credential_ids: {
4637
4701
  items: { format: 'uuid', type: 'string' },
4638
4702
  type: 'array',
@@ -4730,6 +4794,14 @@ export default {
4730
4794
  starts_at: { type: 'string' },
4731
4795
  visionline_metadata: {
4732
4796
  properties: {
4797
+ common_acs_entrance_ids: {
4798
+ items: { format: 'uuid', type: 'string' },
4799
+ type: 'array',
4800
+ },
4801
+ guest_acs_entrance_ids: {
4802
+ items: { format: 'uuid', type: 'string' },
4803
+ type: 'array',
4804
+ },
4733
4805
  joiner_acs_credential_ids: {
4734
4806
  items: { format: 'uuid', type: 'string' },
4735
4807
  type: 'array',
@@ -5063,6 +5135,14 @@ export default {
5063
5135
  starts_at: { type: 'string' },
5064
5136
  visionline_metadata: {
5065
5137
  properties: {
5138
+ common_acs_entrance_ids: {
5139
+ items: { format: 'uuid', type: 'string' },
5140
+ type: 'array',
5141
+ },
5142
+ guest_acs_entrance_ids: {
5143
+ items: { format: 'uuid', type: 'string' },
5144
+ type: 'array',
5145
+ },
5066
5146
  joiner_acs_credential_ids: {
5067
5147
  items: { format: 'uuid', type: 'string' },
5068
5148
  type: 'array',