@seamapi/types 1.296.0 → 1.297.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 +3 -1
- 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 +4 -0
package/dist/connect.d.cts
CHANGED
|
@@ -25648,9 +25648,11 @@ declare const _default: {
|
|
|
25648
25648
|
})[];
|
|
25649
25649
|
summary: string;
|
|
25650
25650
|
tags: string[];
|
|
25651
|
+
'x-deprecated': string;
|
|
25651
25652
|
'x-fern-sdk-group-name': string[];
|
|
25652
25653
|
'x-fern-sdk-method-name': string;
|
|
25653
25654
|
'x-response-key': null;
|
|
25655
|
+
'x-undocumented': string;
|
|
25654
25656
|
};
|
|
25655
25657
|
};
|
|
25656
25658
|
'/devices/get': {
|
|
@@ -13213,9 +13213,11 @@ declare const _default: {
|
|
|
13213
13213
|
})[];
|
|
13214
13214
|
summary: string;
|
|
13215
13215
|
tags: string[];
|
|
13216
|
+
'x-deprecated': string;
|
|
13216
13217
|
'x-fern-sdk-group-name': string[];
|
|
13217
13218
|
'x-fern-sdk-method-name': string;
|
|
13218
13219
|
'x-response-key': null;
|
|
13220
|
+
'x-undocumented': string;
|
|
13219
13221
|
};
|
|
13220
13222
|
};
|
|
13221
13223
|
'/devices/get': {
|
|
@@ -13104,9 +13104,11 @@ export default {
|
|
|
13104
13104
|
],
|
|
13105
13105
|
summary: '/devices/delete',
|
|
13106
13106
|
tags: ['/devices'],
|
|
13107
|
+
'x-deprecated': 'Deleting a device is no longer supported and will be removed.',
|
|
13107
13108
|
'x-fern-sdk-group-name': ['devices'],
|
|
13108
13109
|
'x-fern-sdk-method-name': 'delete',
|
|
13109
13110
|
'x-response-key': null,
|
|
13111
|
+
'x-undocumented': 'Deleting a device is no longer supported and will be removed.',
|
|
13110
13112
|
},
|
|
13111
13113
|
},
|
|
13112
13114
|
'/devices/get': {
|