@seamapi/types 1.586.0 → 1.587.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 +12 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +16 -0
- package/dist/index.cjs +12 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +12 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +15 -0
- package/src/lib/seam/connect/route-types.ts +4 -0
|
@@ -44396,6 +44396,10 @@ declare const _default: {
|
|
|
44396
44396
|
};
|
|
44397
44397
|
type: string;
|
|
44398
44398
|
};
|
|
44399
|
+
customer_key: {
|
|
44400
|
+
description: string;
|
|
44401
|
+
type: string;
|
|
44402
|
+
};
|
|
44399
44403
|
device_ids: {
|
|
44400
44404
|
description: string;
|
|
44401
44405
|
items: {
|
|
@@ -45590,6 +45594,10 @@ declare const _default: {
|
|
|
45590
45594
|
};
|
|
45591
45595
|
type: string;
|
|
45592
45596
|
};
|
|
45597
|
+
customer_key: {
|
|
45598
|
+
description: string;
|
|
45599
|
+
type: string;
|
|
45600
|
+
};
|
|
45593
45601
|
device_ids: {
|
|
45594
45602
|
description: string;
|
|
45595
45603
|
items: {
|
|
@@ -45690,6 +45698,10 @@ declare const _default: {
|
|
|
45690
45698
|
};
|
|
45691
45699
|
type: string;
|
|
45692
45700
|
};
|
|
45701
|
+
customer_key: {
|
|
45702
|
+
description: string;
|
|
45703
|
+
type: string;
|
|
45704
|
+
};
|
|
45693
45705
|
device_ids: {
|
|
45694
45706
|
description: string;
|
|
45695
45707
|
items: {
|
|
@@ -49401,6 +49401,10 @@ export default {
|
|
|
49401
49401
|
items: { format: 'uuid', type: 'string' },
|
|
49402
49402
|
type: 'array',
|
|
49403
49403
|
},
|
|
49404
|
+
customer_key: {
|
|
49405
|
+
description: 'Customer key for which you want to create the space.',
|
|
49406
|
+
type: 'string',
|
|
49407
|
+
},
|
|
49404
49408
|
device_ids: {
|
|
49405
49409
|
description: 'IDs of the devices that you want to add to the new space.',
|
|
49406
49410
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -50291,6 +50295,10 @@ export default {
|
|
|
50291
50295
|
items: { format: 'uuid', type: 'string' },
|
|
50292
50296
|
type: 'array',
|
|
50293
50297
|
},
|
|
50298
|
+
customer_key: {
|
|
50299
|
+
description: 'Customer key for which you want to update the space.',
|
|
50300
|
+
type: 'string',
|
|
50301
|
+
},
|
|
50294
50302
|
device_ids: {
|
|
50295
50303
|
description: 'IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.',
|
|
50296
50304
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -50359,6 +50367,10 @@ export default {
|
|
|
50359
50367
|
items: { format: 'uuid', type: 'string' },
|
|
50360
50368
|
type: 'array',
|
|
50361
50369
|
},
|
|
50370
|
+
customer_key: {
|
|
50371
|
+
description: 'Customer key for which you want to update the space.',
|
|
50372
|
+
type: 'string',
|
|
50373
|
+
},
|
|
50362
50374
|
device_ids: {
|
|
50363
50375
|
description: 'IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.',
|
|
50364
50376
|
items: { format: 'uuid', type: 'string' },
|