@seamapi/types 1.24.0 → 1.26.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 +10 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +35 -0
- package/dist/devicedb.cjs +2 -1
- package/dist/devicedb.cjs.map +1 -1
- package/dist/devicedb.d.cts +76 -0
- package/lib/seam/connect/openapi.d.ts +30 -0
- package/lib/seam/connect/openapi.js +10 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -0
- package/lib/seam/devicedb/public-models/device-model-v1.d.ts +66 -0
- package/lib/seam/devicedb/public-models/device-model-v1.js +1 -0
- package/lib/seam/devicedb/public-models/device-model-v1.js.map +1 -1
- package/lib/seam/devicedb/route-types.d.ts +10 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +10 -0
- package/src/lib/seam/connect/route-types.ts +5 -0
- package/src/lib/seam/devicedb/public-models/device-model-v1.ts +1 -0
- package/src/lib/seam/devicedb/route-types.ts +10 -0
package/dist/connect.cjs
CHANGED
|
@@ -1551,6 +1551,7 @@ var openapi_default = {
|
|
|
1551
1551
|
common_code_key: { type: "string" },
|
|
1552
1552
|
device_id: { format: "uuid", type: "string" },
|
|
1553
1553
|
ends_at: { type: "string" },
|
|
1554
|
+
is_external_modification_allowed: { type: "boolean" },
|
|
1554
1555
|
name: { type: "string" },
|
|
1555
1556
|
prefer_native_scheduling: { type: "boolean" },
|
|
1556
1557
|
starts_at: { type: "string" },
|
|
@@ -1626,6 +1627,7 @@ var openapi_default = {
|
|
|
1626
1627
|
type: "array"
|
|
1627
1628
|
},
|
|
1628
1629
|
ends_at: { type: "string" },
|
|
1630
|
+
is_external_modification_allowed: { type: "boolean" },
|
|
1629
1631
|
name: { type: "string" },
|
|
1630
1632
|
prefer_native_scheduling: { type: "boolean" },
|
|
1631
1633
|
starts_at: { type: "string" },
|
|
@@ -1698,6 +1700,7 @@ var openapi_default = {
|
|
|
1698
1700
|
type: "array"
|
|
1699
1701
|
},
|
|
1700
1702
|
ends_at: { type: "string" },
|
|
1703
|
+
is_external_modification_allowed: { type: "boolean" },
|
|
1701
1704
|
name: { type: "string" },
|
|
1702
1705
|
prefer_native_scheduling: { type: "boolean" },
|
|
1703
1706
|
starts_at: { type: "string" },
|
|
@@ -2122,6 +2125,7 @@ var openapi_default = {
|
|
|
2122
2125
|
access_code_id: { format: "uuid", type: "string" },
|
|
2123
2126
|
allow_external_modification: { type: "boolean" },
|
|
2124
2127
|
force: { type: "boolean" },
|
|
2128
|
+
is_external_modification_allowed: { type: "boolean" },
|
|
2125
2129
|
sync: { default: false, type: "boolean" }
|
|
2126
2130
|
},
|
|
2127
2131
|
required: ["access_code_id"],
|
|
@@ -2165,6 +2169,7 @@ var openapi_default = {
|
|
|
2165
2169
|
access_code_id: { format: "uuid", type: "string" },
|
|
2166
2170
|
allow_external_modification: { type: "boolean" },
|
|
2167
2171
|
force: { type: "boolean" },
|
|
2172
|
+
is_external_modification_allowed: { type: "boolean" },
|
|
2168
2173
|
sync: { default: false, type: "boolean" }
|
|
2169
2174
|
},
|
|
2170
2175
|
required: ["access_code_id"],
|
|
@@ -2438,6 +2443,7 @@ var openapi_default = {
|
|
|
2438
2443
|
access_code_id: { format: "uuid", type: "string" },
|
|
2439
2444
|
allow_external_modification: { type: "boolean" },
|
|
2440
2445
|
force: { type: "boolean" },
|
|
2446
|
+
is_external_modification_allowed: { type: "boolean" },
|
|
2441
2447
|
is_managed: { type: "boolean" }
|
|
2442
2448
|
},
|
|
2443
2449
|
required: ["access_code_id", "is_managed"],
|
|
@@ -2481,6 +2487,7 @@ var openapi_default = {
|
|
|
2481
2487
|
access_code_id: { format: "uuid", type: "string" },
|
|
2482
2488
|
allow_external_modification: { type: "boolean" },
|
|
2483
2489
|
force: { type: "boolean" },
|
|
2490
|
+
is_external_modification_allowed: { type: "boolean" },
|
|
2484
2491
|
is_managed: { type: "boolean" }
|
|
2485
2492
|
},
|
|
2486
2493
|
required: ["access_code_id", "is_managed"],
|
|
@@ -2538,6 +2545,7 @@ var openapi_default = {
|
|
|
2538
2545
|
},
|
|
2539
2546
|
device_id: { format: "uuid", type: "string" },
|
|
2540
2547
|
ends_at: { type: "string" },
|
|
2548
|
+
is_external_modification_allowed: { type: "boolean" },
|
|
2541
2549
|
is_managed: { type: "boolean" },
|
|
2542
2550
|
name: { type: "string" },
|
|
2543
2551
|
prefer_native_scheduling: { type: "boolean" },
|
|
@@ -2603,6 +2611,7 @@ var openapi_default = {
|
|
|
2603
2611
|
},
|
|
2604
2612
|
device_id: { format: "uuid", type: "string" },
|
|
2605
2613
|
ends_at: { type: "string" },
|
|
2614
|
+
is_external_modification_allowed: { type: "boolean" },
|
|
2606
2615
|
is_managed: { type: "boolean" },
|
|
2607
2616
|
name: { type: "string" },
|
|
2608
2617
|
prefer_native_scheduling: { type: "boolean" },
|
|
@@ -2670,6 +2679,7 @@ var openapi_default = {
|
|
|
2670
2679
|
},
|
|
2671
2680
|
device_id: { format: "uuid", type: "string" },
|
|
2672
2681
|
ends_at: { type: "string" },
|
|
2682
|
+
is_external_modification_allowed: { type: "boolean" },
|
|
2673
2683
|
is_managed: { type: "boolean" },
|
|
2674
2684
|
name: { type: "string" },
|
|
2675
2685
|
prefer_native_scheduling: { type: "boolean" },
|