@seamapi/types 1.104.0 → 1.106.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 +33 -3
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +15 -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 +12 -0
  8. package/lib/seam/connect/openapi.js +33 -3
  9. package/lib/seam/connect/openapi.js.map +1 -1
  10. package/lib/seam/connect/route-types.d.ts +3 -0
  11. package/lib/seam/connect/unstable/models/acs/entrance.d.ts +5 -0
  12. package/lib/seam/connect/unstable/models/acs/entrance.js +7 -0
  13. package/lib/seam/connect/unstable/models/acs/entrance.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 +33 -3
  30. package/src/lib/seam/connect/route-types.ts +18 -0
  31. package/src/lib/seam/connect/unstable/models/acs/entrance.ts +7 -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
@@ -6739,6 +6739,10 @@ declare const _default: {
6739
6739
  visionline_metadata: {
6740
6740
  nullable: boolean;
6741
6741
  properties: {
6742
+ door_category: {
6743
+ enum: string[];
6744
+ type: string;
6745
+ };
6742
6746
  door_name: {
6743
6747
  type: string;
6744
6748
  };
@@ -6934,6 +6938,10 @@ declare const _default: {
6934
6938
  visionline_metadata: {
6935
6939
  nullable: boolean;
6936
6940
  properties: {
6941
+ door_category: {
6942
+ enum: string[];
6943
+ type: string;
6944
+ };
6937
6945
  door_name: {
6938
6946
  type: string;
6939
6947
  };
@@ -7785,6 +7793,10 @@ declare const _default: {
7785
7793
  visionline_metadata: {
7786
7794
  nullable: boolean;
7787
7795
  properties: {
7796
+ door_category: {
7797
+ enum: string[];
7798
+ type: string;
7799
+ };
7788
7800
  door_name: {
7789
7801
  type: string;
7790
7802
  };
@@ -4875,6 +4875,16 @@ export default {
4875
4875
  visionline_metadata: {
4876
4876
  nullable: true,
4877
4877
  properties: {
4878
+ door_category: {
4879
+ enum: [
4880
+ 'entrance',
4881
+ 'guest',
4882
+ 'elevator reader',
4883
+ 'common',
4884
+ 'common (PMS)',
4885
+ ],
4886
+ type: 'string',
4887
+ },
4878
4888
  door_name: { type: 'string' },
4879
4889
  profiles: {
4880
4890
  items: {
@@ -4896,7 +4906,7 @@ export default {
4896
4906
  type: 'array',
4897
4907
  },
4898
4908
  },
4899
- required: ['door_name'],
4909
+ required: ['door_name', 'door_category'],
4900
4910
  type: 'object',
4901
4911
  },
4902
4912
  },
@@ -5010,6 +5020,16 @@ export default {
5010
5020
  visionline_metadata: {
5011
5021
  nullable: true,
5012
5022
  properties: {
5023
+ door_category: {
5024
+ enum: [
5025
+ 'entrance',
5026
+ 'guest',
5027
+ 'elevator reader',
5028
+ 'common',
5029
+ 'common (PMS)',
5030
+ ],
5031
+ type: 'string',
5032
+ },
5013
5033
  door_name: { type: 'string' },
5014
5034
  profiles: {
5015
5035
  items: {
@@ -5031,7 +5051,7 @@ export default {
5031
5051
  type: 'array',
5032
5052
  },
5033
5053
  },
5034
- required: ['door_name'],
5054
+ required: ['door_name', 'door_category'],
5035
5055
  type: 'object',
5036
5056
  },
5037
5057
  },
@@ -5584,6 +5604,16 @@ export default {
5584
5604
  visionline_metadata: {
5585
5605
  nullable: true,
5586
5606
  properties: {
5607
+ door_category: {
5608
+ enum: [
5609
+ 'entrance',
5610
+ 'guest',
5611
+ 'elevator reader',
5612
+ 'common',
5613
+ 'common (PMS)',
5614
+ ],
5615
+ type: 'string',
5616
+ },
5587
5617
  door_name: { type: 'string' },
5588
5618
  profiles: {
5589
5619
  items: {
@@ -5605,7 +5635,7 @@ export default {
5605
5635
  type: 'array',
5606
5636
  },
5607
5637
  },
5608
- required: ['door_name'],
5638
+ required: ['door_name', 'door_category'],
5609
5639
  type: 'object',
5610
5640
  },
5611
5641
  },