@seamapi/types 1.77.0 → 1.78.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
@@ -12178,10 +12178,12 @@ var openapi_default = {
12178
12178
  "application/json": {
12179
12179
  schema: {
12180
12180
  properties: {
12181
- message: { type: "string" },
12181
+ action_attempt: {
12182
+ $ref: "#/components/schemas/action_attempt"
12183
+ },
12182
12184
  ok: { type: "boolean" }
12183
12185
  },
12184
- required: ["message", "ok"],
12186
+ required: ["action_attempt", "ok"],
12185
12187
  type: "object"
12186
12188
  }
12187
12189
  }