@seamapi/types 1.585.0 → 1.586.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 +48 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +62 -0
- package/dist/index.cjs +48 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +54 -0
- package/lib/seam/connect/openapi.js +48 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +8 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +48 -0
- package/src/lib/seam/connect/route-types.ts +12 -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
|
};
|
|
@@ -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
|
},
|