@seamapi/types 1.1034.0 → 1.1035.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.
@@ -64253,11 +64253,7 @@ const openapi = {
64253
64253
  delete: {
64254
64254
  description: 'Deletes the automation configuration for a customer portal workspace.\nSupports both console session and customer client session authentication.',
64255
64255
  operationId: 'seamCustomerV1AutomationsDeleteDelete',
64256
- requestBody: {
64257
- content: {
64258
- 'application/json': { schema: { properties: {}, type: 'object' } },
64259
- },
64260
- },
64256
+ parameters: [],
64261
64257
  responses: {
64262
64258
  '200': {
64263
64259
  content: {