@wix/table-reservations 1.0.127 → 1.0.128
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.128",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/table-reservations_reservation-locations": "1.0.46",
|
|
22
|
-
"@wix/table-reservations_reservations": "1.0.
|
|
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": "304731ecdd76ed0c5ae3647d46ce777e5d95c86c1c49d906614127b0"
|
|
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;
|
|
@@ -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;
|