@seamapi/types 1.288.0 → 1.288.1
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 +6 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -17
- package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -1
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- 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 +4 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +10 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -4
- package/src/lib/seam/connect/route-types.ts +10 -10
package/dist/connect.cjs
CHANGED
|
@@ -937,7 +937,7 @@ var DEVICE_PROVIDERS = {
|
|
|
937
937
|
LATCH: "latch",
|
|
938
938
|
AKILES: "akiles",
|
|
939
939
|
VOSTIO: "assa_abloy_vostio",
|
|
940
|
-
|
|
940
|
+
ASSA_ABLOY_VOSTIO_CREDENTIAL_SERVICE: "assa_abloy_vostio_credential_service"
|
|
941
941
|
};
|
|
942
942
|
var ALL_DEVICE_PROVIDERS = Object.values(DEVICE_PROVIDERS);
|
|
943
943
|
var PROVIDER_CATEGORY_MAP = {
|
|
@@ -1358,7 +1358,7 @@ var acs_system_external_type = zod.z.enum([
|
|
|
1358
1358
|
"dormakaba_community",
|
|
1359
1359
|
"legic_connect",
|
|
1360
1360
|
"assa_abloy_vostio",
|
|
1361
|
-
"
|
|
1361
|
+
"assa_abloy_vostio_credential_service"
|
|
1362
1362
|
]);
|
|
1363
1363
|
var common_acs_system_error = zod.z.object({
|
|
1364
1364
|
created_at: zod.z.string().datetime().describe("Date and time at which Seam created the error."),
|
|
@@ -3456,7 +3456,7 @@ var openapi_default = {
|
|
|
3456
3456
|
"dormakaba_community",
|
|
3457
3457
|
"legic_connect",
|
|
3458
3458
|
"assa_abloy_vostio",
|
|
3459
|
-
"
|
|
3459
|
+
"assa_abloy_vostio_credential_service"
|
|
3460
3460
|
],
|
|
3461
3461
|
type: "string"
|
|
3462
3462
|
},
|
|
@@ -3491,7 +3491,7 @@ var openapi_default = {
|
|
|
3491
3491
|
"dormakaba_community",
|
|
3492
3492
|
"legic_connect",
|
|
3493
3493
|
"assa_abloy_vostio",
|
|
3494
|
-
"
|
|
3494
|
+
"assa_abloy_vostio_credential_service"
|
|
3495
3495
|
],
|
|
3496
3496
|
type: "string",
|
|
3497
3497
|
"x-deprecated": "Use `external_type`."
|
|
@@ -7499,7 +7499,7 @@ var openapi_default = {
|
|
|
7499
7499
|
"latch",
|
|
7500
7500
|
"akiles",
|
|
7501
7501
|
"assa_abloy_vostio",
|
|
7502
|
-
"
|
|
7502
|
+
"assa_abloy_vostio_credential_service"
|
|
7503
7503
|
],
|
|
7504
7504
|
type: "string"
|
|
7505
7505
|
},
|
|
@@ -14364,7 +14364,7 @@ var openapi_default = {
|
|
|
14364
14364
|
"latch",
|
|
14365
14365
|
"akiles",
|
|
14366
14366
|
"assa_abloy_vostio",
|
|
14367
|
-
"
|
|
14367
|
+
"assa_abloy_vostio_credential_service",
|
|
14368
14368
|
"yale_access",
|
|
14369
14369
|
"hid_cm",
|
|
14370
14370
|
"google_nest"
|