@wix/table-reservations 1.0.144 → 1.0.145

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/table-reservations",
3
- "version": "1.0.144",
3
+ "version": "1.0.145",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/table-reservations_reservation-locations": "1.0.57",
21
+ "@wix/table-reservations_reservation-locations": "1.0.58",
22
22
  "@wix/table-reservations_reservations": "1.0.50",
23
23
  "@wix/table-reservations_time-slots": "1.0.44"
24
24
  },
@@ -45,5 +45,5 @@
45
45
  "fqdn": ""
46
46
  }
47
47
  },
48
- "falconPackageHash": "b5c23d69e302f78ada9e244699ece9e01a01abc8302e33199e27ba71"
48
+ "falconPackageHash": "36b9eb84a23b30d68ac00555efeea58d5e9adbf1233a8c66b35ede44"
49
49
  }
@@ -2775,6 +2775,7 @@ interface InvalidateCache extends InvalidateCacheGetByOneOf {
2775
2775
  reason?: string | null;
2776
2776
  /** Is local DS */
2777
2777
  localDc?: boolean;
2778
+ hardPurge?: boolean;
2778
2779
  }
2779
2780
  /** @oneof */
2780
2781
  interface InvalidateCacheGetByOneOf {
@@ -2775,6 +2775,7 @@ interface InvalidateCache extends InvalidateCacheGetByOneOf {
2775
2775
  reason?: string | null;
2776
2776
  /** Is local DS */
2777
2777
  localDc?: boolean;
2778
+ hardPurge?: boolean;
2778
2779
  }
2779
2780
  /** @oneof */
2780
2781
  interface InvalidateCacheGetByOneOf {