@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.421.0",
3
+ "version": "1.421.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -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',