@seamapi/types 1.544.0 → 1.546.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 +7 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +32 -32
- package/dist/index.cjs +7 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +40 -40
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +1 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +16 -16
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +16 -0
package/dist/connect.cjs
CHANGED
|
@@ -1770,7 +1770,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
1770
1770
|
"smartthings",
|
|
1771
1771
|
"yale",
|
|
1772
1772
|
"nuki",
|
|
1773
|
-
"
|
|
1773
|
+
"salto_ks",
|
|
1774
1774
|
"salto_space",
|
|
1775
1775
|
"minut",
|
|
1776
1776
|
"my_2n",
|
|
@@ -2913,7 +2913,8 @@ var acs_system_external_type = zod.z.enum([
|
|
|
2913
2913
|
"dormakaba_ambiance_site",
|
|
2914
2914
|
"legic_connect_credential_service",
|
|
2915
2915
|
"assa_abloy_vostio",
|
|
2916
|
-
"assa_abloy_vostio_credential_service"
|
|
2916
|
+
"assa_abloy_vostio_credential_service",
|
|
2917
|
+
"hotek_site"
|
|
2917
2918
|
]);
|
|
2918
2919
|
var common_acs_system_error = zod.z.object({
|
|
2919
2920
|
created_at: zod.z.string().datetime().describe("Date and time at which Seam created the error."),
|
|
@@ -8436,7 +8437,8 @@ var openapi_default = {
|
|
|
8436
8437
|
"dormakaba_ambiance_site",
|
|
8437
8438
|
"legic_connect_credential_service",
|
|
8438
8439
|
"assa_abloy_vostio",
|
|
8439
|
-
"assa_abloy_vostio_credential_service"
|
|
8440
|
+
"assa_abloy_vostio_credential_service",
|
|
8441
|
+
"hotek_site"
|
|
8440
8442
|
],
|
|
8441
8443
|
type: "string"
|
|
8442
8444
|
},
|
|
@@ -8487,7 +8489,8 @@ var openapi_default = {
|
|
|
8487
8489
|
"dormakaba_ambiance_site",
|
|
8488
8490
|
"legic_connect_credential_service",
|
|
8489
8491
|
"assa_abloy_vostio",
|
|
8490
|
-
"assa_abloy_vostio_credential_service"
|
|
8492
|
+
"assa_abloy_vostio_credential_service",
|
|
8493
|
+
"hotek_site"
|
|
8491
8494
|
],
|
|
8492
8495
|
type: "string",
|
|
8493
8496
|
"x-deprecated": "Use `external_type`."
|