@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
|
@@ -68426,6 +68426,15 @@ const openapi = {
|
|
|
68426
68426
|
type: 'string',
|
|
68427
68427
|
},
|
|
68428
68428
|
},
|
|
68429
|
+
{
|
|
68430
|
+
in: 'query',
|
|
68431
|
+
name: 'user_identity_id',
|
|
68432
|
+
schema: {
|
|
68433
|
+
description: 'Filter reservations by the guest user identity ID.',
|
|
68434
|
+
format: 'uuid',
|
|
68435
|
+
type: 'string',
|
|
68436
|
+
},
|
|
68437
|
+
},
|
|
68429
68438
|
{
|
|
68430
68439
|
in: 'query',
|
|
68431
68440
|
name: 'limit',
|
|
@@ -68786,6 +68795,11 @@ const openapi = {
|
|
|
68786
68795
|
description: 'Filter reservations by space key.',
|
|
68787
68796
|
type: 'string',
|
|
68788
68797
|
},
|
|
68798
|
+
user_identity_id: {
|
|
68799
|
+
description: 'Filter reservations by the guest user identity ID.',
|
|
68800
|
+
format: 'uuid',
|
|
68801
|
+
type: 'string',
|
|
68802
|
+
},
|
|
68789
68803
|
},
|
|
68790
68804
|
type: 'object',
|
|
68791
68805
|
},
|