@wix/table-reservations 1.0.143 → 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.
|
|
3
|
+
"version": "1.0.145",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/table-reservations_reservation-locations": "1.0.
|
|
22
|
-
"@wix/table-reservations_reservations": "1.0.
|
|
21
|
+
"@wix/table-reservations_reservation-locations": "1.0.58",
|
|
22
|
+
"@wix/table-reservations_reservations": "1.0.50",
|
|
23
23
|
"@wix/table-reservations_time-slots": "1.0.44"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "36b9eb84a23b30d68ac00555efeea58d5e9adbf1233a8c66b35ede44"
|
|
49
49
|
}
|
|
@@ -1941,7 +1941,7 @@ interface UpdateReservationSignature {
|
|
|
1941
1941
|
declare function updateExtendedFields$3(httpClient: HttpClient): UpdateExtendedFieldsSignature$1;
|
|
1942
1942
|
interface UpdateExtendedFieldsSignature$1 {
|
|
1943
1943
|
/**
|
|
1944
|
-
* Updates extended fields of a reservation without incrementing revision
|
|
1944
|
+
* Updates the extended fields of a reservation without incrementing the revision number.
|
|
1945
1945
|
* @param - ID of the entity to update.
|
|
1946
1946
|
* @param - Identifier for the app whose extended fields are being updated.
|
|
1947
1947
|
*/
|
|
@@ -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 {
|
|
@@ -1941,7 +1941,7 @@ interface UpdateReservationSignature {
|
|
|
1941
1941
|
declare function updateExtendedFields$3(httpClient: HttpClient): UpdateExtendedFieldsSignature$1;
|
|
1942
1942
|
interface UpdateExtendedFieldsSignature$1 {
|
|
1943
1943
|
/**
|
|
1944
|
-
* Updates extended fields of a reservation without incrementing revision
|
|
1944
|
+
* Updates the extended fields of a reservation without incrementing the revision number.
|
|
1945
1945
|
* @param - ID of the entity to update.
|
|
1946
1946
|
* @param - Identifier for the app whose extended fields are being updated.
|
|
1947
1947
|
*/
|
|
@@ -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 {
|