@seamapi/types 1.245.0 → 1.245.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 +4 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -0
- package/lib/seam/connect/openapi.d.ts +2 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
package/package.json
CHANGED
|
@@ -8308,6 +8308,7 @@ export default {
|
|
|
8308
8308
|
'x-fern-sdk-group-name': ['acs', 'users', 'unmanaged'],
|
|
8309
8309
|
'x-fern-sdk-method-name': 'get',
|
|
8310
8310
|
'x-fern-sdk-return-value': 'acs_user',
|
|
8311
|
+
'x-undocumented': 'No unmanaged users are currently implemented.',
|
|
8311
8312
|
},
|
|
8312
8313
|
},
|
|
8313
8314
|
'/acs/users/unmanaged/list': {
|
|
@@ -8624,6 +8625,7 @@ export default {
|
|
|
8624
8625
|
'x-fern-sdk-group-name': ['acs', 'users', 'unmanaged'],
|
|
8625
8626
|
'x-fern-sdk-method-name': 'list',
|
|
8626
8627
|
'x-fern-sdk-return-value': 'acs_users',
|
|
8628
|
+
'x-undocumented': 'No unmanaged users are currently implemented.',
|
|
8627
8629
|
},
|
|
8628
8630
|
},
|
|
8629
8631
|
'/acs/users/unsuspend': {
|