@wix/events 1.0.356 → 1.0.357
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.357",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@wix/events_schedule-bookmarks": "1.0.43",
|
|
35
35
|
"@wix/events_staff-members": "1.0.27",
|
|
36
36
|
"@wix/events_ticket-definitions": "1.0.60",
|
|
37
|
-
"@wix/events_ticket-definitions-v-2": "1.0.
|
|
37
|
+
"@wix/events_ticket-definitions-v-2": "1.0.78",
|
|
38
38
|
"@wix/events_tickets": "1.0.53",
|
|
39
39
|
"@wix/events_wix-events-v-2": "1.0.67"
|
|
40
40
|
},
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"fqdn": ""
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
|
-
"falconPackageHash": "
|
|
64
|
+
"falconPackageHash": "70d2466e11a83ab2c1f1213508b21ef6b55d25f403449fd2ad644f5b"
|
|
65
65
|
}
|
|
@@ -25076,9 +25076,7 @@ declare enum Namespace {
|
|
|
25076
25076
|
*/
|
|
25077
25077
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
25078
25078
|
/** Codux Headless Sites */
|
|
25079
|
-
CODUX = "CODUX"
|
|
25080
|
-
/** Bobb - AI Design Creator. */
|
|
25081
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
25079
|
+
CODUX = "CODUX"
|
|
25082
25080
|
}
|
|
25083
25081
|
/** Site transferred to another user. */
|
|
25084
25082
|
interface SiteTransferred {
|
|
@@ -25076,9 +25076,7 @@ declare enum Namespace {
|
|
|
25076
25076
|
*/
|
|
25077
25077
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
25078
25078
|
/** Codux Headless Sites */
|
|
25079
|
-
CODUX = "CODUX"
|
|
25080
|
-
/** Bobb - AI Design Creator. */
|
|
25081
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
25079
|
+
CODUX = "CODUX"
|
|
25082
25080
|
}
|
|
25083
25081
|
/** Site transferred to another user. */
|
|
25084
25082
|
interface SiteTransferred {
|