@seamapi/types 1.114.0 → 1.115.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 CHANGED
@@ -11107,6 +11107,49 @@ var openapi_default = {
11107
11107
  "x-fern-sdk-method-name": "delete"
11108
11108
  }
11109
11109
  },
11110
+ "/user_identities/enrollment_automations/delete": {
11111
+ post: {
11112
+ operationId: "userIdentitiesEnrollmentAutomationsDeletePost",
11113
+ requestBody: {
11114
+ content: {
11115
+ "application/json": {
11116
+ schema: {
11117
+ properties: {
11118
+ enrollment_automation_id: { format: "uuid", type: "string" }
11119
+ },
11120
+ required: ["enrollment_automation_id"],
11121
+ type: "object"
11122
+ }
11123
+ }
11124
+ }
11125
+ },
11126
+ responses: {
11127
+ 200: {
11128
+ content: {
11129
+ "application/json": {
11130
+ schema: {
11131
+ properties: { ok: { type: "boolean" } },
11132
+ required: ["ok"],
11133
+ type: "object"
11134
+ }
11135
+ }
11136
+ },
11137
+ description: "OK"
11138
+ },
11139
+ 400: { description: "Bad Request" },
11140
+ 401: { description: "Unauthorized" }
11141
+ },
11142
+ security: [
11143
+ { pat_with_workspace: [] },
11144
+ { console_session: [] },
11145
+ { api_key: [] }
11146
+ ],
11147
+ summary: "/user_identities/enrollment_automations/delete",
11148
+ tags: ["/user_identities"],
11149
+ "x-fern-sdk-group-name": ["user_identities", "enrollment_automations"],
11150
+ "x-fern-sdk-method-name": "delete"
11151
+ }
11152
+ },
11110
11153
  "/user_identities/enrollment_automations/get": {
11111
11154
  post: {
11112
11155
  operationId: "userIdentitiesEnrollmentAutomationsGetPost",