@seamapi/types 1.421.0 → 1.421.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 +3 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -0
- package/lib/seam/connect/openapi.d.ts +3 -0
- package/lib/seam/connect/openapi.js +3 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +6 -0
package/dist/connect.d.cts
CHANGED
|
@@ -64119,6 +64119,7 @@ declare const _default: {
|
|
|
64119
64119
|
})[];
|
|
64120
64120
|
summary: string;
|
|
64121
64121
|
tags: string[];
|
|
64122
|
+
'x-deprecated': string;
|
|
64122
64123
|
'x-fern-sdk-group-name': string[];
|
|
64123
64124
|
'x-fern-sdk-method-name': string;
|
|
64124
64125
|
'x-response-key': null;
|
|
@@ -64254,6 +64255,7 @@ declare const _default: {
|
|
|
64254
64255
|
})[];
|
|
64255
64256
|
summary: string;
|
|
64256
64257
|
tags: string[];
|
|
64258
|
+
'x-deprecated': string;
|
|
64257
64259
|
'x-fern-sdk-group-name': string[];
|
|
64258
64260
|
'x-fern-sdk-method-name': string;
|
|
64259
64261
|
'x-fern-sdk-return-value': string;
|
|
@@ -64495,6 +64497,7 @@ declare const _default: {
|
|
|
64495
64497
|
})[];
|
|
64496
64498
|
summary: string;
|
|
64497
64499
|
tags: string[];
|
|
64500
|
+
'x-deprecated': string;
|
|
64498
64501
|
'x-fern-sdk-group-name': string[];
|
|
64499
64502
|
'x-fern-sdk-method-name': string;
|
|
64500
64503
|
'x-fern-sdk-return-value': string;
|
|
@@ -42350,6 +42350,7 @@ declare const _default: {
|
|
|
42350
42350
|
})[];
|
|
42351
42351
|
summary: string;
|
|
42352
42352
|
tags: string[];
|
|
42353
|
+
'x-deprecated': string;
|
|
42353
42354
|
'x-fern-sdk-group-name': string[];
|
|
42354
42355
|
'x-fern-sdk-method-name': string;
|
|
42355
42356
|
'x-response-key': null;
|
|
@@ -42485,6 +42486,7 @@ declare const _default: {
|
|
|
42485
42486
|
})[];
|
|
42486
42487
|
summary: string;
|
|
42487
42488
|
tags: string[];
|
|
42489
|
+
'x-deprecated': string;
|
|
42488
42490
|
'x-fern-sdk-group-name': string[];
|
|
42489
42491
|
'x-fern-sdk-method-name': string;
|
|
42490
42492
|
'x-fern-sdk-return-value': string;
|
|
@@ -42726,6 +42728,7 @@ declare const _default: {
|
|
|
42726
42728
|
})[];
|
|
42727
42729
|
summary: string;
|
|
42728
42730
|
tags: string[];
|
|
42731
|
+
'x-deprecated': string;
|
|
42729
42732
|
'x-fern-sdk-group-name': string[];
|
|
42730
42733
|
'x-fern-sdk-method-name': string;
|
|
42731
42734
|
'x-fern-sdk-return-value': string;
|
|
@@ -46245,6 +46245,7 @@ export default {
|
|
|
46245
46245
|
],
|
|
46246
46246
|
summary: '/user_identities/enrollment_automations/delete',
|
|
46247
46247
|
tags: ['/user_identities'],
|
|
46248
|
+
'x-deprecated': 'Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.',
|
|
46248
46249
|
'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
|
|
46249
46250
|
'x-fern-sdk-method-name': 'delete',
|
|
46250
46251
|
'x-response-key': null,
|
|
@@ -46345,6 +46346,7 @@ export default {
|
|
|
46345
46346
|
],
|
|
46346
46347
|
summary: '/user_identities/enrollment_automations/get',
|
|
46347
46348
|
tags: ['/user_identities'],
|
|
46349
|
+
'x-deprecated': 'Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.',
|
|
46348
46350
|
'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
|
|
46349
46351
|
'x-fern-sdk-method-name': 'get',
|
|
46350
46352
|
'x-fern-sdk-return-value': 'enrollment_automation',
|
|
@@ -46535,6 +46537,7 @@ export default {
|
|
|
46535
46537
|
],
|
|
46536
46538
|
summary: '/user_identities/enrollment_automations/list',
|
|
46537
46539
|
tags: ['/user_identities'],
|
|
46540
|
+
'x-deprecated': 'Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.',
|
|
46538
46541
|
'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
|
|
46539
46542
|
'x-fern-sdk-method-name': 'list',
|
|
46540
46543
|
'x-fern-sdk-return-value': 'enrollment_automations',
|