RubyGems
npm
Organizations
Log in
Sign up
npm
@bondsports/types
Versions diffs
2.2.134 → 2.2.135
Page 2
@bondsports/types 2.2.134 → 2.2.135
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/dist/tsconfig.build.tsbuildinfo
+1
-1
package/dist/types/reservations/types/interfaces/reservation.interfaces.d.ts
+0
-1
package/package.json
+1
-1
package/dist/types/reservations/types/interfaces/reservation.interfaces.d.ts
CHANGED
Viewed
@@ -283,7 +283,6 @@ export interface IProductItems {
283
283
};
284
284
}
285
285
export interface ISaveReservationOptions {
286
-
storeGlobalReservation?: boolean;
287
286
slotType?: SlotTypeEnum;
288
287
platform?: PlatformsEnum;
289
288
shiftId?: number;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@bondsports/types",
3
-
"version": "2.2.
134
",
3
+
"version": "2.2.
135
",
4
4
"description": "backend types module for Bond-Sports",
5
5
"main": "./dist/index.js",
6
6
"scripts": {
« First
‹ Prev
1
2