@wix/events 1.0.281 → 1.0.282
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.282",
|
|
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.31",
|
|
32
32
|
"@wix/events_staff-members": "1.0.12",
|
|
33
33
|
"@wix/events_ticket-definitions": "1.0.45",
|
|
34
|
-
"@wix/events_ticket-definitions-v-2": "1.0.
|
|
34
|
+
"@wix/events_ticket-definitions-v-2": "1.0.56",
|
|
35
35
|
"@wix/events_tickets": "1.0.40",
|
|
36
36
|
"@wix/events_wix-events-v-2": "1.0.52"
|
|
37
37
|
},
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "77b1a8d3c3a19442d9f6305da334e2def26abf618e08e8b20a68d52b"
|
|
62
62
|
}
|
|
@@ -24598,7 +24598,9 @@ declare enum Namespace {
|
|
|
24598
24598
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
24599
24599
|
* The Partners company owns this namespace.
|
|
24600
24600
|
*/
|
|
24601
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
24601
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
24602
|
+
/** Codux Headless Sites */
|
|
24603
|
+
CODUX = "CODUX"
|
|
24602
24604
|
}
|
|
24603
24605
|
/** Site transferred to another user. */
|
|
24604
24606
|
interface SiteTransferred {
|
|
@@ -24598,7 +24598,9 @@ declare enum Namespace {
|
|
|
24598
24598
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
24599
24599
|
* The Partners company owns this namespace.
|
|
24600
24600
|
*/
|
|
24601
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
24601
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
24602
|
+
/** Codux Headless Sites */
|
|
24603
|
+
CODUX = "CODUX"
|
|
24602
24604
|
}
|
|
24603
24605
|
/** Site transferred to another user. */
|
|
24604
24606
|
interface SiteTransferred {
|