@ibiliaze/global-vars 1.156.0 → 1.158.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.
@@ -1,4 +1,4 @@
1
- import type { SeatBase, OccupanceBase, FlatOccupanceWithSeat, PopulatedOccupance } from '../inputsDefault';
1
+ import type { SeatBase, OccupanceBase, FlatOccupanceWithSeat, PopulatedOccupance, ItemBase } from '../inputsDefault';
2
2
  export declare const occupanceRoleDefs: <TId, TDate>() => readonly [{
3
3
  readonly method: "get";
4
4
  readonly path: "/seat";
@@ -92,6 +92,7 @@ export declare const occupanceRoleDefs: <TId, TDate>() => readonly [{
92
92
  readonly role: "postOccupanceReserveById";
93
93
  readonly name: "Reserve occupance by ID";
94
94
  readonly response_200: {
95
+ item: ItemBase<TId, TDate>;
95
96
  occupance: OccupanceBase<TId, TDate>;
96
97
  reservedAt: number;
97
98
  message: string;
@@ -117,6 +118,7 @@ export declare const occupanceRoleDefs: <TId, TDate>() => readonly [{
117
118
  readonly role: "postSeasonalOccupanceReserveById";
118
119
  readonly name: "Reserve seasonal occupance by ID";
119
120
  readonly response_200: {
121
+ item: ItemBase<TId, TDate>;
120
122
  occupance: OccupanceBase<TId, TDate>;
121
123
  reservedAt: number;
122
124
  message: string;