@seamapi/types 1.80.0 → 1.80.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 +0 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -9
- package/lib/seam/connect/openapi.d.ts +0 -8
- package/lib/seam/connect/openapi.js +0 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -2
- package/src/lib/seam/connect/route-types.ts +0 -1
package/package.json
CHANGED
|
@@ -8438,7 +8438,6 @@ export default {
|
|
|
8438
8438
|
properties: {
|
|
8439
8439
|
device_id: { format: 'uuid', type: 'string' },
|
|
8440
8440
|
is_managed: { default: true, type: 'boolean' },
|
|
8441
|
-
location: { properties: {}, type: 'object' },
|
|
8442
8441
|
name: { nullable: true, type: 'string' },
|
|
8443
8442
|
properties: {
|
|
8444
8443
|
properties: { name: { nullable: true, type: 'string' } },
|
|
@@ -8485,7 +8484,6 @@ export default {
|
|
|
8485
8484
|
properties: {
|
|
8486
8485
|
device_id: { format: 'uuid', type: 'string' },
|
|
8487
8486
|
is_managed: { default: true, type: 'boolean' },
|
|
8488
|
-
location: { properties: {}, type: 'object' },
|
|
8489
8487
|
name: { nullable: true, type: 'string' },
|
|
8490
8488
|
properties: {
|
|
8491
8489
|
properties: { name: { nullable: true, type: 'string' } },
|