@seamapi/types 1.904.0 → 1.905.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 +14 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -0
- package/dist/index.cjs +14 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +14 -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 +15 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -75787,6 +75787,15 @@ var openapi = {
|
|
|
75787
75787
|
type: "string"
|
|
75788
75788
|
}
|
|
75789
75789
|
},
|
|
75790
|
+
{
|
|
75791
|
+
in: "query",
|
|
75792
|
+
name: "user_identity_id",
|
|
75793
|
+
schema: {
|
|
75794
|
+
description: "Filter reservations by the guest user identity ID.",
|
|
75795
|
+
format: "uuid",
|
|
75796
|
+
type: "string"
|
|
75797
|
+
}
|
|
75798
|
+
},
|
|
75790
75799
|
{
|
|
75791
75800
|
in: "query",
|
|
75792
75801
|
name: "limit",
|
|
@@ -76146,6 +76155,11 @@ var openapi = {
|
|
|
76146
76155
|
space_key: {
|
|
76147
76156
|
description: "Filter reservations by space key.",
|
|
76148
76157
|
type: "string"
|
|
76158
|
+
},
|
|
76159
|
+
user_identity_id: {
|
|
76160
|
+
description: "Filter reservations by the guest user identity ID.",
|
|
76161
|
+
format: "uuid",
|
|
76162
|
+
type: "string"
|
|
76149
76163
|
}
|
|
76150
76164
|
},
|
|
76151
76165
|
type: "object"
|