@seamapi/types 1.609.0 → 1.611.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 CHANGED
@@ -31979,6 +31979,14 @@ var openapi_default = {
31979
31979
  description: "Filter Access Grants by access_grant_key.",
31980
31980
  type: "string"
31981
31981
  }
31982
+ },
31983
+ {
31984
+ in: "query",
31985
+ name: "reservation_key",
31986
+ schema: {
31987
+ description: "Filter Access Grants by reservation_key.",
31988
+ type: "string"
31989
+ }
31982
31990
  }
31983
31991
  ],
31984
31992
  responses: {
@@ -32050,6 +32058,10 @@ var openapi_default = {
32050
32058
  type: "string",
32051
32059
  "x-deprecated": "Use `space_id`."
32052
32060
  },
32061
+ reservation_key: {
32062
+ description: "Filter Access Grants by reservation_key.",
32063
+ type: "string"
32064
+ },
32053
32065
  space_id: {
32054
32066
  description: "ID of the space by which you want to filter the list of Access Grants.",
32055
32067
  format: "uuid",
@@ -32635,6 +32647,14 @@ var openapi_default = {
32635
32647
  format: "uuid",
32636
32648
  type: "string"
32637
32649
  }
32650
+ },
32651
+ {
32652
+ in: "query",
32653
+ name: "reservation_key",
32654
+ schema: {
32655
+ description: "Filter unmanaged Access Grants by reservation_key.",
32656
+ type: "string"
32657
+ }
32638
32658
  }
32639
32659
  ],
32640
32660
  responses: {
@@ -32850,6 +32870,10 @@ var openapi_default = {
32850
32870
  format: "uuid",
32851
32871
  type: "string"
32852
32872
  },
32873
+ reservation_key: {
32874
+ description: "Filter unmanaged Access Grants by reservation_key.",
32875
+ type: "string"
32876
+ },
32853
32877
  user_identity_id: {
32854
32878
  description: "ID of user identity by which you want to filter the list of unmanaged Access Grants.",
32855
32879
  format: "uuid",
@@ -63256,7 +63280,7 @@ var openapi_default = {
63256
63280
  in: "query",
63257
63281
  name: "search",
63258
63282
  schema: {
63259
- description: "String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`.",
63283
+ description: "String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`.",
63260
63284
  type: "string"
63261
63285
  }
63262
63286
  },
@@ -63518,7 +63542,7 @@ var openapi_default = {
63518
63542
  type: "string"
63519
63543
  },
63520
63544
  search: {
63521
- description: "String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`.",
63545
+ description: "String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`.",
63522
63546
  type: "string"
63523
63547
  }
63524
63548
  },