@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
package/dist/connect.cjs CHANGED
@@ -4922,6 +4922,16 @@ var openapi_default = {
4922
4922
  visionline_metadata: {
4923
4923
  nullable: true,
4924
4924
  properties: {
4925
+ door_category: {
4926
+ enum: [
4927
+ "entrance",
4928
+ "guest",
4929
+ "elevator reader",
4930
+ "common",
4931
+ "common (PMS)"
4932
+ ],
4933
+ type: "string"
4934
+ },
4925
4935
  door_name: { type: "string" },
4926
4936
  profiles: {
4927
4937
  items: {
@@ -4943,7 +4953,7 @@ var openapi_default = {
4943
4953
  type: "array"
4944
4954
  }
4945
4955
  },
4946
- required: ["door_name"],
4956
+ required: ["door_name", "door_category"],
4947
4957
  type: "object"
4948
4958
  }
4949
4959
  },
@@ -5057,6 +5067,16 @@ var openapi_default = {
5057
5067
  visionline_metadata: {
5058
5068
  nullable: true,
5059
5069
  properties: {
5070
+ door_category: {
5071
+ enum: [
5072
+ "entrance",
5073
+ "guest",
5074
+ "elevator reader",
5075
+ "common",
5076
+ "common (PMS)"
5077
+ ],
5078
+ type: "string"
5079
+ },
5060
5080
  door_name: { type: "string" },
5061
5081
  profiles: {
5062
5082
  items: {
@@ -5078,7 +5098,7 @@ var openapi_default = {
5078
5098
  type: "array"
5079
5099
  }
5080
5100
  },
5081
- required: ["door_name"],
5101
+ required: ["door_name", "door_category"],
5082
5102
  type: "object"
5083
5103
  }
5084
5104
  },
@@ -5631,6 +5651,16 @@ var openapi_default = {
5631
5651
  visionline_metadata: {
5632
5652
  nullable: true,
5633
5653
  properties: {
5654
+ door_category: {
5655
+ enum: [
5656
+ "entrance",
5657
+ "guest",
5658
+ "elevator reader",
5659
+ "common",
5660
+ "common (PMS)"
5661
+ ],
5662
+ type: "string"
5663
+ },
5634
5664
  door_name: { type: "string" },
5635
5665
  profiles: {
5636
5666
  items: {
@@ -5652,7 +5682,7 @@ var openapi_default = {
5652
5682
  type: "array"
5653
5683
  }
5654
5684
  },
5655
- required: ["door_name"],
5685
+ required: ["door_name", "door_category"],
5656
5686
  type: "object"
5657
5687
  }
5658
5688
  },