@seamapi/types 1.352.0 → 1.353.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 +4 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +8 -0
- package/lib/seam/connect/openapi.d.ts +7 -0
- package/lib/seam/connect/openapi.js +4 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -0
- package/src/lib/seam/connect/route-types.ts +1 -0
package/dist/connect.cjs
CHANGED
|
@@ -24176,6 +24176,10 @@ var openapi_default = {
|
|
|
24176
24176
|
items: { format: "uuid", type: "string" },
|
|
24177
24177
|
type: "array"
|
|
24178
24178
|
},
|
|
24179
|
+
event_ids: {
|
|
24180
|
+
items: { format: "uuid", type: "string" },
|
|
24181
|
+
type: "array"
|
|
24182
|
+
},
|
|
24179
24183
|
event_type: {
|
|
24180
24184
|
enum: [
|
|
24181
24185
|
"access_code.created",
|