@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.
@@ -110814,6 +110814,8 @@ type Routes = {
110814
110814
  space_id?: string | undefined;
110815
110815
  /** Filter reservations by the connected account whose connector discovered them. */
110816
110816
  connected_account_id?: string | undefined;
110817
+ /** Filter reservations by the guest user identity ID. */
110818
+ user_identity_id?: string | undefined;
110817
110819
  /** Maximum number of records to return per page. */
110818
110820
  limit?: number;
110819
110821
  /** Timestamp by which to limit returned reservations. Returns reservations created before this timestamp. */
package/dist/index.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"