@wix/table-reservations 1.0.127 → 1.0.129
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.129",
|
|
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.47",
|
|
22
|
+
"@wix/table-reservations_reservations": "1.0.43",
|
|
23
23
|
"@wix/table-reservations_time-slots": "1.0.42"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "4020f130f1c8d44167ab4c620b135b7fe8a4f8ff357e43e971c9cff0"
|
|
49
49
|
}
|
|
@@ -1662,7 +1662,9 @@ type _publicOnReservationCreatedType = typeof onReservationCreated$1;
|
|
|
1662
1662
|
declare const onReservationCreated: ReturnType<typeof createEventModule$1<_publicOnReservationCreatedType>>;
|
|
1663
1663
|
|
|
1664
1664
|
type _publicOnReservationDeletedType = typeof onReservationDeleted$1;
|
|
1665
|
-
/**
|
|
1665
|
+
/**
|
|
1666
|
+
* Triggered when a reservation is deleted.
|
|
1667
|
+
*/
|
|
1666
1668
|
declare const onReservationDeleted: ReturnType<typeof createEventModule$1<_publicOnReservationDeletedType>>;
|
|
1667
1669
|
|
|
1668
1670
|
type context$2_Aggregation = Aggregation;
|
|
@@ -2880,7 +2882,9 @@ declare enum Namespace {
|
|
|
2880
2882
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
2881
2883
|
* The Partners company owns this namespace.
|
|
2882
2884
|
*/
|
|
2883
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
2885
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
2886
|
+
/** Codux Headless Sites */
|
|
2887
|
+
CODUX = "CODUX"
|
|
2884
2888
|
}
|
|
2885
2889
|
/** Site transferred to another user. */
|
|
2886
2890
|
interface SiteTransferred {
|
|
@@ -1662,7 +1662,9 @@ type _publicOnReservationCreatedType = typeof onReservationCreated$1;
|
|
|
1662
1662
|
declare const onReservationCreated: ReturnType<typeof createEventModule$1<_publicOnReservationCreatedType>>;
|
|
1663
1663
|
|
|
1664
1664
|
type _publicOnReservationDeletedType = typeof onReservationDeleted$1;
|
|
1665
|
-
/**
|
|
1665
|
+
/**
|
|
1666
|
+
* Triggered when a reservation is deleted.
|
|
1667
|
+
*/
|
|
1666
1668
|
declare const onReservationDeleted: ReturnType<typeof createEventModule$1<_publicOnReservationDeletedType>>;
|
|
1667
1669
|
|
|
1668
1670
|
type index_d$2_Aggregation = Aggregation;
|
|
@@ -2880,7 +2882,9 @@ declare enum Namespace {
|
|
|
2880
2882
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
2881
2883
|
* The Partners company owns this namespace.
|
|
2882
2884
|
*/
|
|
2883
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
2885
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
2886
|
+
/** Codux Headless Sites */
|
|
2887
|
+
CODUX = "CODUX"
|
|
2884
2888
|
}
|
|
2885
2889
|
/** Site transferred to another user. */
|
|
2886
2890
|
interface SiteTransferred {
|