@seamapi/types 1.173.1 → 1.174.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 +4 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +25 -40
- package/lib/seam/connect/models/devices/managed-device.d.ts +10 -0
- package/lib/seam/connect/models/devices/managed-device.js +4 -0
- package/lib/seam/connect/models/devices/managed-device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +1 -0
- package/lib/seam/connect/openapi.d.ts +5 -40
- package/lib/seam/connect/openapi.js +4 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +20 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/managed-device.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +5 -5
- package/src/lib/seam/connect/route-types.ts +20 -0
package/dist/connect.cjs
CHANGED
|
@@ -1508,6 +1508,10 @@ var openapi_default = {
|
|
|
1508
1508
|
description: "\n ---\n deprecated: use device.display_name instead\n ---\n Name of the device.\n ",
|
|
1509
1509
|
type: "string"
|
|
1510
1510
|
},
|
|
1511
|
+
noise_level_decibels: {
|
|
1512
|
+
description: "Indicates current noise level in decibels, if the device supports noise detection.",
|
|
1513
|
+
type: "number"
|
|
1514
|
+
},
|
|
1511
1515
|
offline_access_codes_enabled: {
|
|
1512
1516
|
description: "Indicates whether it is currently possible to use offline access codes for the device.",
|
|
1513
1517
|
type: "boolean"
|
|
@@ -4350,7 +4354,6 @@ var openapi_default = {
|
|
|
4350
4354
|
401: { description: "Unauthorized" }
|
|
4351
4355
|
},
|
|
4352
4356
|
security: [
|
|
4353
|
-
{ client_session: [] },
|
|
4354
4357
|
{ pat_with_workspace: [] },
|
|
4355
4358
|
{ console_session: [] },
|
|
4356
4359
|
{ api_key: [] }
|
|
@@ -4393,7 +4396,6 @@ var openapi_default = {
|
|
|
4393
4396
|
401: { description: "Unauthorized" }
|
|
4394
4397
|
},
|
|
4395
4398
|
security: [
|
|
4396
|
-
{ client_session: [] },
|
|
4397
4399
|
{ pat_with_workspace: [] },
|
|
4398
4400
|
{ console_session: [] },
|
|
4399
4401
|
{ api_key: [] }
|
|
@@ -4441,7 +4443,6 @@ var openapi_default = {
|
|
|
4441
4443
|
401: { description: "Unauthorized" }
|
|
4442
4444
|
},
|
|
4443
4445
|
security: [
|
|
4444
|
-
{ client_session: [] },
|
|
4445
4446
|
{ pat_with_workspace: [] },
|
|
4446
4447
|
{ console_session: [] },
|
|
4447
4448
|
{ api_key: [] }
|
|
@@ -4542,7 +4543,6 @@ var openapi_default = {
|
|
|
4542
4543
|
401: { description: "Unauthorized" }
|
|
4543
4544
|
},
|
|
4544
4545
|
security: [
|
|
4545
|
-
{ client_session: [] },
|
|
4546
4546
|
{ pat_with_workspace: [] },
|
|
4547
4547
|
{ console_session: [] },
|
|
4548
4548
|
{ api_key: [] }
|
|
@@ -5407,7 +5407,6 @@ var openapi_default = {
|
|
|
5407
5407
|
},
|
|
5408
5408
|
security: [
|
|
5409
5409
|
{ api_key: [] },
|
|
5410
|
-
{ client_session: [] },
|
|
5411
5410
|
{ pat_with_workspace: [] },
|
|
5412
5411
|
{ console_session: [] }
|
|
5413
5412
|
],
|