@seamapi/types 1.506.0 → 1.508.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 +11 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +92 -42
- package/dist/index.cjs +11 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device.js +2 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +8 -0
- package/lib/seam/connect/openapi.js +9 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +84 -42
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +11 -1
- package/src/lib/seam/connect/route-types.ts +84 -42
package/dist/connect.cjs
CHANGED
|
@@ -1526,6 +1526,7 @@ var common_device_properties = zod.z.object({
|
|
|
1526
1526
|
`
|
|
1527
1527
|
---
|
|
1528
1528
|
property_group_key: access_codes
|
|
1529
|
+
deprecated: use device.can_program_online_access_codes
|
|
1529
1530
|
---
|
|
1530
1531
|
Indicates whether it is currently possible to use online access codes for the device.
|
|
1531
1532
|
`
|
|
@@ -1534,6 +1535,7 @@ var common_device_properties = zod.z.object({
|
|
|
1534
1535
|
`
|
|
1535
1536
|
---
|
|
1536
1537
|
property_group_key: access_codes
|
|
1538
|
+
deprecated: use device.can_program_offline_access_codes
|
|
1537
1539
|
---
|
|
1538
1540
|
Indicates whether it is currently possible to use offline access codes for the device.
|
|
1539
1541
|
`
|
|
@@ -14511,8 +14513,10 @@ var openapi_default = {
|
|
|
14511
14513
|
"x-property-group-key": "noise_sensors"
|
|
14512
14514
|
},
|
|
14513
14515
|
offline_access_codes_enabled: {
|
|
14516
|
+
deprecated: true,
|
|
14514
14517
|
description: "Indicates whether it is currently possible to use offline access codes for the device.",
|
|
14515
14518
|
type: "boolean",
|
|
14519
|
+
"x-deprecated": "use device.can_program_offline_access_codes",
|
|
14516
14520
|
"x-property-group-key": "access_codes"
|
|
14517
14521
|
},
|
|
14518
14522
|
online: {
|
|
@@ -14520,8 +14524,10 @@ var openapi_default = {
|
|
|
14520
14524
|
type: "boolean"
|
|
14521
14525
|
},
|
|
14522
14526
|
online_access_codes_enabled: {
|
|
14527
|
+
deprecated: true,
|
|
14523
14528
|
description: "Indicates whether it is currently possible to use online access codes for the device.",
|
|
14524
14529
|
type: "boolean",
|
|
14530
|
+
"x-deprecated": "use device.can_program_online_access_codes",
|
|
14525
14531
|
"x-property-group-key": "access_codes"
|
|
14526
14532
|
},
|
|
14527
14533
|
serial_number: {
|
|
@@ -27395,8 +27401,10 @@ var openapi_default = {
|
|
|
27395
27401
|
"x-deprecated": "use device.display_name instead"
|
|
27396
27402
|
},
|
|
27397
27403
|
offline_access_codes_enabled: {
|
|
27404
|
+
deprecated: true,
|
|
27398
27405
|
description: "Indicates whether it is currently possible to use offline access codes for the device.",
|
|
27399
27406
|
type: "boolean",
|
|
27407
|
+
"x-deprecated": "use device.can_program_offline_access_codes",
|
|
27400
27408
|
"x-property-group-key": "access_codes"
|
|
27401
27409
|
},
|
|
27402
27410
|
online: {
|
|
@@ -27404,8 +27412,10 @@ var openapi_default = {
|
|
|
27404
27412
|
type: "boolean"
|
|
27405
27413
|
},
|
|
27406
27414
|
online_access_codes_enabled: {
|
|
27415
|
+
deprecated: true,
|
|
27407
27416
|
description: "Indicates whether it is currently possible to use online access codes for the device.",
|
|
27408
27417
|
type: "boolean",
|
|
27418
|
+
"x-deprecated": "use device.can_program_online_access_codes",
|
|
27409
27419
|
"x-property-group-key": "access_codes"
|
|
27410
27420
|
}
|
|
27411
27421
|
},
|
|
@@ -43176,7 +43186,7 @@ var openapi_default = {
|
|
|
43176
43186
|
},
|
|
43177
43187
|
"/devices/simulate/disconnect_from_hub": {
|
|
43178
43188
|
post: {
|
|
43179
|
-
description: "Simulates taking the Wi\u2011Fi hub (bridge) offline for a device.\nOnly applicable for sandbox workspaces and currently\nimplemented for August and
|
|
43189
|
+
description: "Simulates taking the Wi\u2011Fi hub (bridge) offline for a device.\nOnly applicable for sandbox workspaces and currently\nimplemented for August, TTLock, and IglooHome devices.\nThis will set the corresponding `hub_disconnected` or\n`ttlock_lock_not_paired_to_gateway` error on the device, or mark the\nIglooHome bridge offline in sandbox.",
|
|
43180
43190
|
operationId: "devicesSimulateDisconnectFromHubPost",
|
|
43181
43191
|
requestBody: {
|
|
43182
43192
|
content: {
|