@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.296.0",
3
+ "version": "1.297.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -13756,9 +13756,13 @@ export default {
13756
13756
  ],
13757
13757
  summary: '/devices/delete',
13758
13758
  tags: ['/devices'],
13759
+ 'x-deprecated':
13760
+ 'Deleting a device is no longer supported and will be removed.',
13759
13761
  'x-fern-sdk-group-name': ['devices'],
13760
13762
  'x-fern-sdk-method-name': 'delete',
13761
13763
  'x-response-key': null,
13764
+ 'x-undocumented':
13765
+ 'Deleting a device is no longer supported and will be removed.',
13762
13766
  },
13763
13767
  },
13764
13768
  '/devices/get': {