@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/dist/connect.cjs
CHANGED
|
@@ -8397,7 +8397,6 @@ var openapi_default = {
|
|
|
8397
8397
|
properties: {
|
|
8398
8398
|
device_id: { format: "uuid", type: "string" },
|
|
8399
8399
|
is_managed: { default: true, type: "boolean" },
|
|
8400
|
-
location: { properties: {}, type: "object" },
|
|
8401
8400
|
name: { nullable: true, type: "string" },
|
|
8402
8401
|
properties: {
|
|
8403
8402
|
properties: { name: { nullable: true, type: "string" } },
|
|
@@ -8444,7 +8443,6 @@ var openapi_default = {
|
|
|
8444
8443
|
properties: {
|
|
8445
8444
|
device_id: { format: "uuid", type: "string" },
|
|
8446
8445
|
is_managed: { default: true, type: "boolean" },
|
|
8447
|
-
location: { properties: {}, type: "object" },
|
|
8448
8446
|
name: { nullable: true, type: "string" },
|
|
8449
8447
|
properties: {
|
|
8450
8448
|
properties: { name: { nullable: true, type: "string" } },
|