@wix/events 1.0.307 → 1.0.308
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/events",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.308",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@wix/events_schedule-bookmarks": "1.0.34",
|
|
32
32
|
"@wix/events_staff-members": "1.0.14",
|
|
33
33
|
"@wix/events_ticket-definitions": "1.0.48",
|
|
34
|
-
"@wix/events_ticket-definitions-v-2": "1.0.
|
|
34
|
+
"@wix/events_ticket-definitions-v-2": "1.0.62",
|
|
35
35
|
"@wix/events_tickets": "1.0.43",
|
|
36
36
|
"@wix/events_wix-events-v-2": "1.0.54"
|
|
37
37
|
},
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "c68b63dd9627e5713ad26741b399ca6515a7d87ac9643e70db95e822"
|
|
62
62
|
}
|
|
@@ -23479,6 +23479,7 @@ interface InvalidateCache extends InvalidateCacheGetByOneOf {
|
|
|
23479
23479
|
reason?: string | null;
|
|
23480
23480
|
/** Is local DS */
|
|
23481
23481
|
localDc?: boolean;
|
|
23482
|
+
hardPurge?: boolean;
|
|
23482
23483
|
}
|
|
23483
23484
|
/** @oneof */
|
|
23484
23485
|
interface InvalidateCacheGetByOneOf {
|
|
@@ -23479,6 +23479,7 @@ interface InvalidateCache extends InvalidateCacheGetByOneOf {
|
|
|
23479
23479
|
reason?: string | null;
|
|
23480
23480
|
/** Is local DS */
|
|
23481
23481
|
localDc?: boolean;
|
|
23482
|
+
hardPurge?: boolean;
|
|
23482
23483
|
}
|
|
23483
23484
|
/** @oneof */
|
|
23484
23485
|
interface InvalidateCacheGetByOneOf {
|