@seamapi/types 1.609.0 → 1.610.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.
@@ -18468,6 +18468,10 @@ declare const _default: {
18468
18468
  type: string;
18469
18469
  'x-deprecated': string;
18470
18470
  };
18471
+ reservation_key: {
18472
+ description: string;
18473
+ type: string;
18474
+ };
18471
18475
  space_id: {
18472
18476
  description: string;
18473
18477
  format: string;
@@ -19090,7 +19094,7 @@ declare const _default: {
19090
19094
  get: {
19091
19095
  description: string;
19092
19096
  operationId: string;
19093
- parameters: {
19097
+ parameters: ({
19094
19098
  in: string;
19095
19099
  name: string;
19096
19100
  schema: {
@@ -19098,7 +19102,15 @@ declare const _default: {
19098
19102
  format: string;
19099
19103
  type: string;
19100
19104
  };
19101
- }[];
19105
+ } | {
19106
+ in: string;
19107
+ name: string;
19108
+ schema: {
19109
+ description: string;
19110
+ type: string;
19111
+ format?: never;
19112
+ };
19113
+ })[];
19102
19114
  responses: {
19103
19115
  200: {
19104
19116
  content: {
@@ -19322,6 +19334,10 @@ declare const _default: {
19322
19334
  format: string;
19323
19335
  type: string;
19324
19336
  };
19337
+ reservation_key: {
19338
+ description: string;
19339
+ type: string;
19340
+ };
19325
19341
  user_identity_id: {
19326
19342
  description: string;
19327
19343
  format: string;
@@ -26172,6 +26172,14 @@ export default {
26172
26172
  type: 'string',
26173
26173
  },
26174
26174
  },
26175
+ {
26176
+ in: 'query',
26177
+ name: 'reservation_key',
26178
+ schema: {
26179
+ description: 'Filter Access Grants by reservation_key.',
26180
+ type: 'string',
26181
+ },
26182
+ },
26175
26183
  ],
26176
26184
  responses: {
26177
26185
  200: {
@@ -26242,6 +26250,10 @@ export default {
26242
26250
  type: 'string',
26243
26251
  'x-deprecated': 'Use `space_id`.',
26244
26252
  },
26253
+ reservation_key: {
26254
+ description: 'Filter Access Grants by reservation_key.',
26255
+ type: 'string',
26256
+ },
26245
26257
  space_id: {
26246
26258
  description: 'ID of the space by which you want to filter the list of Access Grants.',
26247
26259
  format: 'uuid',
@@ -26828,6 +26840,14 @@ export default {
26828
26840
  type: 'string',
26829
26841
  },
26830
26842
  },
26843
+ {
26844
+ in: 'query',
26845
+ name: 'reservation_key',
26846
+ schema: {
26847
+ description: 'Filter unmanaged Access Grants by reservation_key.',
26848
+ type: 'string',
26849
+ },
26850
+ },
26831
26851
  ],
26832
26852
  responses: {
26833
26853
  200: {
@@ -27042,6 +27062,10 @@ export default {
27042
27062
  format: 'uuid',
27043
27063
  type: 'string',
27044
27064
  },
27065
+ reservation_key: {
27066
+ description: 'Filter unmanaged Access Grants by reservation_key.',
27067
+ type: 'string',
27068
+ },
27045
27069
  user_identity_id: {
27046
27070
  description: 'ID of user identity by which you want to filter the list of unmanaged Access Grants.',
27047
27071
  format: 'uuid',