@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 +2 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +8 -6
- package/lib/seam/connect/openapi.d.ts +5 -3
- package/lib/seam/connect/openapi.js +2 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -2
- package/src/lib/seam/connect/route-types.ts +9 -11
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
|
}
|