@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.d.cts
CHANGED
|
@@ -11178,10 +11178,6 @@ declare const _default: {
|
|
|
11178
11178
|
default: boolean;
|
|
11179
11179
|
type: string;
|
|
11180
11180
|
};
|
|
11181
|
-
location: {
|
|
11182
|
-
properties: {};
|
|
11183
|
-
type: string;
|
|
11184
|
-
};
|
|
11185
11181
|
name: {
|
|
11186
11182
|
nullable: boolean;
|
|
11187
11183
|
type: string;
|
|
@@ -11261,10 +11257,6 @@ declare const _default: {
|
|
|
11261
11257
|
default: boolean;
|
|
11262
11258
|
type: string;
|
|
11263
11259
|
};
|
|
11264
|
-
location: {
|
|
11265
|
-
properties: {};
|
|
11266
|
-
type: string;
|
|
11267
|
-
};
|
|
11268
11260
|
name: {
|
|
11269
11261
|
nullable: boolean;
|
|
11270
11262
|
type: string;
|
|
@@ -19319,7 +19311,6 @@ interface Routes {
|
|
|
19319
19311
|
name?: (string | null) | undefined;
|
|
19320
19312
|
} | undefined;
|
|
19321
19313
|
name?: (string | null) | undefined;
|
|
19322
|
-
location?: {} | undefined;
|
|
19323
19314
|
is_managed?: boolean;
|
|
19324
19315
|
};
|
|
19325
19316
|
formData: {};
|
|
@@ -11104,10 +11104,6 @@ declare const _default: {
|
|
|
11104
11104
|
default: boolean;
|
|
11105
11105
|
type: string;
|
|
11106
11106
|
};
|
|
11107
|
-
location: {
|
|
11108
|
-
properties: {};
|
|
11109
|
-
type: string;
|
|
11110
|
-
};
|
|
11111
11107
|
name: {
|
|
11112
11108
|
nullable: boolean;
|
|
11113
11109
|
type: string;
|
|
@@ -11187,10 +11183,6 @@ declare const _default: {
|
|
|
11187
11183
|
default: boolean;
|
|
11188
11184
|
type: string;
|
|
11189
11185
|
};
|
|
11190
|
-
location: {
|
|
11191
|
-
properties: {};
|
|
11192
|
-
type: string;
|
|
11193
|
-
};
|
|
11194
11186
|
name: {
|
|
11195
11187
|
nullable: boolean;
|
|
11196
11188
|
type: string;
|
|
@@ -8350,7 +8350,6 @@ export default {
|
|
|
8350
8350
|
properties: {
|
|
8351
8351
|
device_id: { format: 'uuid', type: 'string' },
|
|
8352
8352
|
is_managed: { default: true, type: 'boolean' },
|
|
8353
|
-
location: { properties: {}, type: 'object' },
|
|
8354
8353
|
name: { nullable: true, type: 'string' },
|
|
8355
8354
|
properties: {
|
|
8356
8355
|
properties: { name: { nullable: true, type: 'string' } },
|
|
@@ -8397,7 +8396,6 @@ export default {
|
|
|
8397
8396
|
properties: {
|
|
8398
8397
|
device_id: { format: 'uuid', type: 'string' },
|
|
8399
8398
|
is_managed: { default: true, type: 'boolean' },
|
|
8400
|
-
location: { properties: {}, type: 'object' },
|
|
8401
8399
|
name: { nullable: true, type: 'string' },
|
|
8402
8400
|
properties: {
|
|
8403
8401
|
properties: { name: { nullable: true, type: 'string' } },
|