@seamapi/types 1.585.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 +60 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +78 -0
- package/dist/index.cjs +60 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +66 -0
- package/lib/seam/connect/openapi.js +60 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +63 -0
- package/src/lib/seam/connect/route-types.ts +16 -0
|
@@ -41106,6 +41106,19 @@ declare const _default: {
|
|
|
41106
41106
|
required: string[];
|
|
41107
41107
|
type: string;
|
|
41108
41108
|
};
|
|
41109
|
+
user_identity_name_updated: {
|
|
41110
|
+
properties: {
|
|
41111
|
+
config: {
|
|
41112
|
+
$ref: string;
|
|
41113
|
+
};
|
|
41114
|
+
rule: {
|
|
41115
|
+
enum: string[];
|
|
41116
|
+
type: string;
|
|
41117
|
+
};
|
|
41118
|
+
};
|
|
41119
|
+
required: string[];
|
|
41120
|
+
type: string;
|
|
41121
|
+
};
|
|
41109
41122
|
};
|
|
41110
41123
|
type: string;
|
|
41111
41124
|
};
|
|
@@ -41226,6 +41239,19 @@ declare const _default: {
|
|
|
41226
41239
|
required: string[];
|
|
41227
41240
|
type: string;
|
|
41228
41241
|
};
|
|
41242
|
+
user_identity_name_updated: {
|
|
41243
|
+
properties: {
|
|
41244
|
+
config: {
|
|
41245
|
+
$ref: string;
|
|
41246
|
+
};
|
|
41247
|
+
rule: {
|
|
41248
|
+
enum: string[];
|
|
41249
|
+
type: string;
|
|
41250
|
+
};
|
|
41251
|
+
};
|
|
41252
|
+
required: string[];
|
|
41253
|
+
type: string;
|
|
41254
|
+
};
|
|
41229
41255
|
};
|
|
41230
41256
|
type: string;
|
|
41231
41257
|
};
|
|
@@ -41351,6 +41377,20 @@ declare const _default: {
|
|
|
41351
41377
|
required: string[];
|
|
41352
41378
|
type: string;
|
|
41353
41379
|
};
|
|
41380
|
+
user_identity_name_updated: {
|
|
41381
|
+
properties: {
|
|
41382
|
+
config: {
|
|
41383
|
+
properties: {};
|
|
41384
|
+
type: string;
|
|
41385
|
+
};
|
|
41386
|
+
rule: {
|
|
41387
|
+
enum: string[];
|
|
41388
|
+
type: string;
|
|
41389
|
+
};
|
|
41390
|
+
};
|
|
41391
|
+
required: string[];
|
|
41392
|
+
type: string;
|
|
41393
|
+
};
|
|
41354
41394
|
};
|
|
41355
41395
|
type: string;
|
|
41356
41396
|
};
|
|
@@ -41486,6 +41526,20 @@ declare const _default: {
|
|
|
41486
41526
|
required: string[];
|
|
41487
41527
|
type: string;
|
|
41488
41528
|
};
|
|
41529
|
+
user_identity_name_updated: {
|
|
41530
|
+
properties: {
|
|
41531
|
+
config: {
|
|
41532
|
+
properties: {};
|
|
41533
|
+
type: string;
|
|
41534
|
+
};
|
|
41535
|
+
rule: {
|
|
41536
|
+
enum: string[];
|
|
41537
|
+
type: string;
|
|
41538
|
+
};
|
|
41539
|
+
};
|
|
41540
|
+
required: string[];
|
|
41541
|
+
type: string;
|
|
41542
|
+
};
|
|
41489
41543
|
};
|
|
41490
41544
|
type: string;
|
|
41491
41545
|
};
|
|
@@ -44342,6 +44396,10 @@ declare const _default: {
|
|
|
44342
44396
|
};
|
|
44343
44397
|
type: string;
|
|
44344
44398
|
};
|
|
44399
|
+
customer_key: {
|
|
44400
|
+
description: string;
|
|
44401
|
+
type: string;
|
|
44402
|
+
};
|
|
44345
44403
|
device_ids: {
|
|
44346
44404
|
description: string;
|
|
44347
44405
|
items: {
|
|
@@ -45536,6 +45594,10 @@ declare const _default: {
|
|
|
45536
45594
|
};
|
|
45537
45595
|
type: string;
|
|
45538
45596
|
};
|
|
45597
|
+
customer_key: {
|
|
45598
|
+
description: string;
|
|
45599
|
+
type: string;
|
|
45600
|
+
};
|
|
45539
45601
|
device_ids: {
|
|
45540
45602
|
description: string;
|
|
45541
45603
|
items: {
|
|
@@ -45636,6 +45698,10 @@ declare const _default: {
|
|
|
45636
45698
|
};
|
|
45637
45699
|
type: string;
|
|
45638
45700
|
};
|
|
45701
|
+
customer_key: {
|
|
45702
|
+
description: string;
|
|
45703
|
+
type: string;
|
|
45704
|
+
};
|
|
45639
45705
|
device_ids: {
|
|
45640
45706
|
description: string;
|
|
45641
45707
|
items: {
|
|
@@ -46409,6 +46409,19 @@ export default {
|
|
|
46409
46409
|
required: ['rule'],
|
|
46410
46410
|
type: 'object',
|
|
46411
46411
|
},
|
|
46412
|
+
user_identity_name_updated: {
|
|
46413
|
+
properties: {
|
|
46414
|
+
config: {
|
|
46415
|
+
$ref: '#/components/schemas/access_code',
|
|
46416
|
+
},
|
|
46417
|
+
rule: {
|
|
46418
|
+
enum: ['user_identity_name_updated'],
|
|
46419
|
+
type: 'string',
|
|
46420
|
+
},
|
|
46421
|
+
},
|
|
46422
|
+
required: ['rule'],
|
|
46423
|
+
type: 'object',
|
|
46424
|
+
},
|
|
46412
46425
|
},
|
|
46413
46426
|
type: 'object',
|
|
46414
46427
|
},
|
|
@@ -46522,6 +46535,19 @@ export default {
|
|
|
46522
46535
|
required: ['rule'],
|
|
46523
46536
|
type: 'object',
|
|
46524
46537
|
},
|
|
46538
|
+
user_identity_name_updated: {
|
|
46539
|
+
properties: {
|
|
46540
|
+
config: {
|
|
46541
|
+
$ref: '#/components/schemas/access_code',
|
|
46542
|
+
},
|
|
46543
|
+
rule: {
|
|
46544
|
+
enum: ['user_identity_name_updated'],
|
|
46545
|
+
type: 'string',
|
|
46546
|
+
},
|
|
46547
|
+
},
|
|
46548
|
+
required: ['rule'],
|
|
46549
|
+
type: 'object',
|
|
46550
|
+
},
|
|
46525
46551
|
},
|
|
46526
46552
|
type: 'object',
|
|
46527
46553
|
},
|
|
@@ -46631,6 +46657,17 @@ export default {
|
|
|
46631
46657
|
required: ['rule'],
|
|
46632
46658
|
type: 'object',
|
|
46633
46659
|
},
|
|
46660
|
+
user_identity_name_updated: {
|
|
46661
|
+
properties: {
|
|
46662
|
+
config: { properties: {}, type: 'object' },
|
|
46663
|
+
rule: {
|
|
46664
|
+
enum: ['user_identity_name_updated'],
|
|
46665
|
+
type: 'string',
|
|
46666
|
+
},
|
|
46667
|
+
},
|
|
46668
|
+
required: ['rule'],
|
|
46669
|
+
type: 'object',
|
|
46670
|
+
},
|
|
46634
46671
|
},
|
|
46635
46672
|
type: 'object',
|
|
46636
46673
|
},
|
|
@@ -46748,6 +46785,17 @@ export default {
|
|
|
46748
46785
|
required: ['rule'],
|
|
46749
46786
|
type: 'object',
|
|
46750
46787
|
},
|
|
46788
|
+
user_identity_name_updated: {
|
|
46789
|
+
properties: {
|
|
46790
|
+
config: { properties: {}, type: 'object' },
|
|
46791
|
+
rule: {
|
|
46792
|
+
enum: ['user_identity_name_updated'],
|
|
46793
|
+
type: 'string',
|
|
46794
|
+
},
|
|
46795
|
+
},
|
|
46796
|
+
required: ['rule'],
|
|
46797
|
+
type: 'object',
|
|
46798
|
+
},
|
|
46751
46799
|
},
|
|
46752
46800
|
type: 'object',
|
|
46753
46801
|
},
|
|
@@ -49353,6 +49401,10 @@ export default {
|
|
|
49353
49401
|
items: { format: 'uuid', type: 'string' },
|
|
49354
49402
|
type: 'array',
|
|
49355
49403
|
},
|
|
49404
|
+
customer_key: {
|
|
49405
|
+
description: 'Customer key for which you want to create the space.',
|
|
49406
|
+
type: 'string',
|
|
49407
|
+
},
|
|
49356
49408
|
device_ids: {
|
|
49357
49409
|
description: 'IDs of the devices that you want to add to the new space.',
|
|
49358
49410
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -50243,6 +50295,10 @@ export default {
|
|
|
50243
50295
|
items: { format: 'uuid', type: 'string' },
|
|
50244
50296
|
type: 'array',
|
|
50245
50297
|
},
|
|
50298
|
+
customer_key: {
|
|
50299
|
+
description: 'Customer key for which you want to update the space.',
|
|
50300
|
+
type: 'string',
|
|
50301
|
+
},
|
|
50246
50302
|
device_ids: {
|
|
50247
50303
|
description: 'IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.',
|
|
50248
50304
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -50311,6 +50367,10 @@ export default {
|
|
|
50311
50367
|
items: { format: 'uuid', type: 'string' },
|
|
50312
50368
|
type: 'array',
|
|
50313
50369
|
},
|
|
50370
|
+
customer_key: {
|
|
50371
|
+
description: 'Customer key for which you want to update the space.',
|
|
50372
|
+
type: 'string',
|
|
50373
|
+
},
|
|
50314
50374
|
device_ids: {
|
|
50315
50375
|
description: 'IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.',
|
|
50316
50376
|
items: { format: 'uuid', type: 'string' },
|