@seamapi/types 1.105.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.
- package/dist/connect.cjs +33 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +15 -0
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +33 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -0
- package/lib/seam/connect/unstable/models/acs/entrance.d.ts +5 -0
- package/lib/seam/connect/unstable/models/acs/entrance.js +7 -0
- package/lib/seam/connect/unstable/models/acs/entrance.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +33 -3
- package/src/lib/seam/connect/route-types.ts +18 -0
- package/src/lib/seam/connect/unstable/models/acs/entrance.ts +7 -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
|
},
|