@seamapi/types 1.608.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;
@@ -43890,6 +43906,7 @@ declare const _default: {
43890
43906
  default?: never;
43891
43907
  exclusiveMinimum?: never;
43892
43908
  minimum?: never;
43909
+ minLength?: never;
43893
43910
  nullable?: never;
43894
43911
  };
43895
43912
  } | {
@@ -43902,6 +43919,7 @@ declare const _default: {
43902
43919
  default?: never;
43903
43920
  exclusiveMinimum?: never;
43904
43921
  minimum?: never;
43922
+ minLength?: never;
43905
43923
  nullable?: never;
43906
43924
  };
43907
43925
  } | {
@@ -43914,6 +43932,20 @@ declare const _default: {
43914
43932
  minimum: number;
43915
43933
  type: string;
43916
43934
  format?: never;
43935
+ minLength?: never;
43936
+ nullable?: never;
43937
+ };
43938
+ } | {
43939
+ in: string;
43940
+ name: string;
43941
+ schema: {
43942
+ description: string;
43943
+ minLength: number;
43944
+ type: string;
43945
+ format?: never;
43946
+ default?: never;
43947
+ exclusiveMinimum?: never;
43948
+ minimum?: never;
43917
43949
  nullable?: never;
43918
43950
  };
43919
43951
  } | {
@@ -43927,6 +43959,7 @@ declare const _default: {
43927
43959
  default?: never;
43928
43960
  exclusiveMinimum?: never;
43929
43961
  minimum?: never;
43962
+ minLength?: never;
43930
43963
  };
43931
43964
  })[];
43932
43965
  responses: {
@@ -44057,6 +44090,11 @@ declare const _default: {
44057
44090
  nullable: boolean;
44058
44091
  type: string;
44059
44092
  };
44093
+ search: {
44094
+ description: string;
44095
+ minLength: number;
44096
+ type: string;
44097
+ };
44060
44098
  space_id: {
44061
44099
  description: string;
44062
44100
  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',
@@ -49095,6 +49119,15 @@ export default {
49095
49119
  type: 'string',
49096
49120
  },
49097
49121
  },
49122
+ {
49123
+ in: 'query',
49124
+ name: 'search',
49125
+ schema: {
49126
+ description: 'String for which to search. Filters returned reservations to include all records that satisfy a partial match using `reservation_id`, `reservation_key`, `name`, `guest_name`, or space names.',
49127
+ minLength: 1,
49128
+ type: 'string',
49129
+ },
49130
+ },
49098
49131
  {
49099
49132
  in: 'query',
49100
49133
  name: 'page_cursor',
@@ -49211,6 +49244,11 @@ export default {
49211
49244
  nullable: true,
49212
49245
  type: 'string',
49213
49246
  },
49247
+ search: {
49248
+ description: 'String for which to search. Filters returned reservations to include all records that satisfy a partial match using `reservation_id`, `reservation_key`, `name`, `guest_name`, or space names.',
49249
+ minLength: 1,
49250
+ type: 'string',
49251
+ },
49214
49252
  space_id: {
49215
49253
  description: 'Filter reservations by space ID (UUID).',
49216
49254
  format: 'uuid',