@seamapi/types 1.294.0 → 1.294.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.294.0",
3
+ "version": "1.294.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -7298,6 +7298,7 @@ export default {
7298
7298
  summary: '/access_codes/update_multiple',
7299
7299
  tags: ['/access_codes'],
7300
7300
  'x-fern-ignore': true,
7301
+ 'x-response-key': null,
7301
7302
  },
7302
7303
  post: {
7303
7304
  operationId: 'accessCodesUpdateMultiplePost',
@@ -7343,6 +7344,7 @@ export default {
7343
7344
  tags: ['/access_codes'],
7344
7345
  'x-fern-sdk-group-name': ['access_codes'],
7345
7346
  'x-fern-sdk-method-name': 'update_multiple',
7347
+ 'x-response-key': null,
7346
7348
  },
7347
7349
  },
7348
7350
  '/acs/access_groups/add_user': {