@seamapi/types 1.137.0 → 1.138.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 +3 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -7
- package/lib/seam/connect/openapi.d.ts +0 -4
- package/lib/seam/connect/openapi.js +2 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -1
- package/src/lib/seam/connect/route-types.ts +2 -1
package/dist/connect.cjs
CHANGED
|
@@ -1791,7 +1791,8 @@ var openapi_default = {
|
|
|
1791
1791
|
"assa_abloy_credential_service",
|
|
1792
1792
|
"seam_bridge",
|
|
1793
1793
|
"tedee",
|
|
1794
|
-
"honeywell_resideo"
|
|
1794
|
+
"honeywell_resideo",
|
|
1795
|
+
"latch"
|
|
1795
1796
|
],
|
|
1796
1797
|
type: "string"
|
|
1797
1798
|
},
|
|
@@ -4212,7 +4213,6 @@ var openapi_default = {
|
|
|
4212
4213
|
acs_user_id: { format: "uuid", type: "string" },
|
|
4213
4214
|
code: { pattern: "^\\d+$", type: "string" },
|
|
4214
4215
|
ends_at: { format: "date-time", type: "string" },
|
|
4215
|
-
external_type: { enum: ["visionline_card"], type: "string" },
|
|
4216
4216
|
is_multi_phone_sync_credential: {
|
|
4217
4217
|
default: false,
|
|
4218
4218
|
type: "boolean"
|
|
@@ -7072,6 +7072,7 @@ var openapi_default = {
|
|
|
7072
7072
|
"seam_bridge",
|
|
7073
7073
|
"tedee",
|
|
7074
7074
|
"honeywell_resideo",
|
|
7075
|
+
"latch",
|
|
7075
7076
|
"yale_access",
|
|
7076
7077
|
"hid_cm",
|
|
7077
7078
|
"google_nest"
|