@seamapi/types 1.637.0 → 1.639.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 +3 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -0
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -0
- package/lib/seam/connect/openapi.js +3 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -2
- package/src/lib/seam/connect/route-types.ts +1 -0
package/dist/connect.cjs
CHANGED
|
@@ -39257,7 +39257,7 @@ var openapi_default = {
|
|
|
39257
39257
|
},
|
|
39258
39258
|
"/acs/systems/report_devices": {
|
|
39259
39259
|
post: {
|
|
39260
|
-
description: "Reports ACS system
|
|
39260
|
+
description: "Reports ACS system device status including encoders and entrances.",
|
|
39261
39261
|
operationId: "acsSystemsReportDevicesPost",
|
|
39262
39262
|
requestBody: {
|
|
39263
39263
|
content: {
|
|
@@ -39270,6 +39270,7 @@ var openapi_default = {
|
|
|
39270
39270
|
items: {
|
|
39271
39271
|
properties: {
|
|
39272
39272
|
hotek_metadata: {
|
|
39273
|
+
description: "Hotek-specific metadata associated with the entrance.",
|
|
39273
39274
|
properties: {
|
|
39274
39275
|
encoder_number: {
|
|
39275
39276
|
description: "The encoder number determined by the USB port connection.",
|
|
@@ -39362,7 +39363,7 @@ var openapi_default = {
|
|
|
39362
39363
|
"x-fern-sdk-group-name": ["acs", "systems"],
|
|
39363
39364
|
"x-fern-sdk-method-name": "report_devices",
|
|
39364
39365
|
"x-response-key": null,
|
|
39365
|
-
"x-title": "Report
|
|
39366
|
+
"x-title": "Report Devices"
|
|
39366
39367
|
}
|
|
39367
39368
|
},
|
|
39368
39369
|
"/acs/users/add_to_access_group": {
|