@seamapi/types 1.28.0 → 1.30.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 +22 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +16 -0
- package/lib/seam/connect/openapi.d.ts +8 -0
- package/lib/seam/connect/openapi.js +21 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +8 -0
- package/lib/seam/connect/unstable/models/managed-device.d.ts +10 -0
- package/lib/seam/connect/unstable/models/managed-device.js +1 -0
- package/lib/seam/connect/unstable/models/managed-device.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +25 -4
- package/src/lib/seam/connect/route-types.ts +8 -0
- package/src/lib/seam/connect/unstable/models/managed-device.ts +1 -0
package/dist/connect.cjs
CHANGED
|
@@ -473,7 +473,8 @@ var openapi_default = {
|
|
|
473
473
|
},
|
|
474
474
|
name: { type: "string" },
|
|
475
475
|
online: { type: "boolean" },
|
|
476
|
-
serial_number: { type: "string" }
|
|
476
|
+
serial_number: { type: "string" },
|
|
477
|
+
supports_accessory_keypad: { type: "boolean" }
|
|
477
478
|
},
|
|
478
479
|
required: ["online", "name", "model"],
|
|
479
480
|
type: "object"
|
|
@@ -5074,7 +5075,11 @@ var openapi_default = {
|
|
|
5074
5075
|
schema: {
|
|
5075
5076
|
properties: {
|
|
5076
5077
|
connect_webview_id: { format: "uuid", type: "string" },
|
|
5077
|
-
connected_account_id: {
|
|
5078
|
+
connected_account_id: {
|
|
5079
|
+
description: "List all devices owned by this connected account",
|
|
5080
|
+
format: "uuid",
|
|
5081
|
+
type: "string"
|
|
5082
|
+
},
|
|
5078
5083
|
connected_account_ids: {
|
|
5079
5084
|
items: { format: "uuid", type: "string" },
|
|
5080
5085
|
minItems: 1,
|
|
@@ -5379,7 +5384,11 @@ var openapi_default = {
|
|
|
5379
5384
|
schema: {
|
|
5380
5385
|
properties: {
|
|
5381
5386
|
connect_webview_id: { format: "uuid", type: "string" },
|
|
5382
|
-
connected_account_id: {
|
|
5387
|
+
connected_account_id: {
|
|
5388
|
+
description: "List all devices owned by this connected account",
|
|
5389
|
+
format: "uuid",
|
|
5390
|
+
type: "string"
|
|
5391
|
+
},
|
|
5383
5392
|
connected_account_ids: {
|
|
5384
5393
|
items: { format: "uuid", type: "string" },
|
|
5385
5394
|
minItems: 1,
|
|
@@ -6176,7 +6185,11 @@ var openapi_default = {
|
|
|
6176
6185
|
schema: {
|
|
6177
6186
|
properties: {
|
|
6178
6187
|
connect_webview_id: { format: "uuid", type: "string" },
|
|
6179
|
-
connected_account_id: {
|
|
6188
|
+
connected_account_id: {
|
|
6189
|
+
description: "List all devices owned by this connected account",
|
|
6190
|
+
format: "uuid",
|
|
6191
|
+
type: "string"
|
|
6192
|
+
},
|
|
6180
6193
|
connected_account_ids: {
|
|
6181
6194
|
items: { format: "uuid", type: "string" },
|
|
6182
6195
|
minItems: 1,
|
|
@@ -7522,7 +7535,11 @@ var openapi_default = {
|
|
|
7522
7535
|
schema: {
|
|
7523
7536
|
properties: {
|
|
7524
7537
|
connect_webview_id: { format: "uuid", type: "string" },
|
|
7525
|
-
connected_account_id: {
|
|
7538
|
+
connected_account_id: {
|
|
7539
|
+
description: "List all devices owned by this connected account",
|
|
7540
|
+
format: "uuid",
|
|
7541
|
+
type: "string"
|
|
7542
|
+
},
|
|
7526
7543
|
connected_account_ids: {
|
|
7527
7544
|
items: { format: "uuid", type: "string" },
|
|
7528
7545
|
minItems: 1,
|