@wix/events 1.0.312 → 1.0.313
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.313",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/events_categories": "1.0.45",
|
|
22
22
|
"@wix/events_forms": "1.0.47",
|
|
23
|
-
"@wix/events_guests": "1.0.
|
|
23
|
+
"@wix/events_guests": "1.0.70",
|
|
24
24
|
"@wix/events_notifications": "1.0.34",
|
|
25
25
|
"@wix/events_orders": "1.0.52",
|
|
26
26
|
"@wix/events_policies": "1.0.43",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "eb99a2c67a7c3be5374973225dfb90c9b1d68ad10d25dfbeeb901254"
|
|
62
62
|
}
|
|
@@ -953,7 +953,9 @@ declare enum OrderStatus$3 {
|
|
|
953
953
|
/** Order payment was authorized */
|
|
954
954
|
AUTHORIZED = "AUTHORIZED",
|
|
955
955
|
/** Order payment was voided */
|
|
956
|
-
VOIDED = "VOIDED"
|
|
956
|
+
VOIDED = "VOIDED",
|
|
957
|
+
/** Order was partially paid, less than total amount covered. */
|
|
958
|
+
PARTIALLY_PAID = "PARTIALLY_PAID"
|
|
957
959
|
}
|
|
958
960
|
interface Invoice$2 {
|
|
959
961
|
items?: Item$3[];
|
|
@@ -953,7 +953,9 @@ declare enum OrderStatus$3 {
|
|
|
953
953
|
/** Order payment was authorized */
|
|
954
954
|
AUTHORIZED = "AUTHORIZED",
|
|
955
955
|
/** Order payment was voided */
|
|
956
|
-
VOIDED = "VOIDED"
|
|
956
|
+
VOIDED = "VOIDED",
|
|
957
|
+
/** Order was partially paid, less than total amount covered. */
|
|
958
|
+
PARTIALLY_PAID = "PARTIALLY_PAID"
|
|
957
959
|
}
|
|
958
960
|
interface Invoice$2 {
|
|
959
961
|
items?: Item$3[];
|