@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/package.json
CHANGED
|
@@ -50042,6 +50042,8 @@ export default {
|
|
|
50042
50042
|
],
|
|
50043
50043
|
summary: '/user_identities/enrollment_automations/delete',
|
|
50044
50044
|
tags: ['/user_identities'],
|
|
50045
|
+
'x-deprecated':
|
|
50046
|
+
'Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.',
|
|
50045
50047
|
'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
|
|
50046
50048
|
'x-fern-sdk-method-name': 'delete',
|
|
50047
50049
|
'x-response-key': null,
|
|
@@ -50147,6 +50149,8 @@ export default {
|
|
|
50147
50149
|
],
|
|
50148
50150
|
summary: '/user_identities/enrollment_automations/get',
|
|
50149
50151
|
tags: ['/user_identities'],
|
|
50152
|
+
'x-deprecated':
|
|
50153
|
+
'Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.',
|
|
50150
50154
|
'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
|
|
50151
50155
|
'x-fern-sdk-method-name': 'get',
|
|
50152
50156
|
'x-fern-sdk-return-value': 'enrollment_automation',
|
|
@@ -50349,6 +50353,8 @@ export default {
|
|
|
50349
50353
|
],
|
|
50350
50354
|
summary: '/user_identities/enrollment_automations/list',
|
|
50351
50355
|
tags: ['/user_identities'],
|
|
50356
|
+
'x-deprecated':
|
|
50357
|
+
'Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.',
|
|
50352
50358
|
'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
|
|
50353
50359
|
'x-fern-sdk-method-name': 'list',
|
|
50354
50360
|
'x-fern-sdk-return-value': 'enrollment_automations',
|