@seamapi/types 1.281.0 → 1.282.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 +5 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +13 -0
- package/lib/seam/connect/openapi.d.ts +11 -0
- package/lib/seam/connect/openapi.js +5 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +5 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -15746,6 +15746,11 @@ var openapi_default = {
|
|
|
15746
15746
|
items: { format: "uuid", type: "string" },
|
|
15747
15747
|
type: "array"
|
|
15748
15748
|
},
|
|
15749
|
+
acs_system_id: { format: "uuid", type: "string" },
|
|
15750
|
+
acs_system_ids: {
|
|
15751
|
+
items: { format: "uuid", type: "string" },
|
|
15752
|
+
type: "array"
|
|
15753
|
+
},
|
|
15749
15754
|
between: {
|
|
15750
15755
|
items: {
|
|
15751
15756
|
oneOf: [
|