@seamapi/types 1.127.0 → 1.128.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
@@ -8547,6 +8547,7 @@ var openapi_default = {
8547
8547
  },
8548
8548
  type: "array"
8549
8549
  },
8550
+ limit: { default: 500, nullable: true, type: "number" },
8550
8551
  since: { type: "string" }
8551
8552
  },
8552
8553
  type: "object"
@@ -8564,10 +8565,9 @@ var openapi_default = {
8564
8565
  items: { $ref: "#/components/schemas/event" },
8565
8566
  type: "array"
8566
8567
  },
8567
- message: { type: "string" },
8568
8568
  ok: { type: "boolean" }
8569
8569
  },
8570
- required: ["ok"],
8570
+ required: ["events", "ok"],
8571
8571
  type: "object"
8572
8572
  }
8573
8573
  }