@wix/subscription 1.0.34 → 1.0.35
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/subscription",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.35",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/subscription_subscriptions": "1.0.
|
|
24
|
+
"@wix/subscription_subscriptions": "1.0.34"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"glob": "^10.4.1",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"fqdn": ""
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "953382168e988803a17203dfd652253bc2ed36b673bd51d7f7bc83d6"
|
|
50
50
|
}
|
|
@@ -1771,7 +1771,6 @@ interface SubscriptionStatus {
|
|
|
1771
1771
|
statuses?: SubscriptionStatusEnumSubscriptionStatus[];
|
|
1772
1772
|
}
|
|
1773
1773
|
declare enum SubscriptionStatusGroup {
|
|
1774
|
-
UNKNOWN_STATUS_GROUP = "UNKNOWN_STATUS_GROUP",
|
|
1775
1774
|
ALL = "ALL",
|
|
1776
1775
|
/** Union of ACTIVE, PAUSED and PENDING */
|
|
1777
1776
|
LIVE = "LIVE"
|
|
@@ -1771,7 +1771,6 @@ interface SubscriptionStatus {
|
|
|
1771
1771
|
statuses?: SubscriptionStatusEnumSubscriptionStatus[];
|
|
1772
1772
|
}
|
|
1773
1773
|
declare enum SubscriptionStatusGroup {
|
|
1774
|
-
UNKNOWN_STATUS_GROUP = "UNKNOWN_STATUS_GROUP",
|
|
1775
1774
|
ALL = "ALL",
|
|
1776
1775
|
/** Union of ACTIVE, PAUSED and PENDING */
|
|
1777
1776
|
LIVE = "LIVE"
|
|
@@ -1284,7 +1284,6 @@ interface SubscriptionStatus$1 {
|
|
|
1284
1284
|
statuses?: SubscriptionStatusEnumSubscriptionStatus$1[];
|
|
1285
1285
|
}
|
|
1286
1286
|
declare enum SubscriptionStatusGroup$1 {
|
|
1287
|
-
UNKNOWN_STATUS_GROUP = "UNKNOWN_STATUS_GROUP",
|
|
1288
1287
|
ALL = "ALL",
|
|
1289
1288
|
/** Union of ACTIVE, PAUSED and PENDING */
|
|
1290
1289
|
LIVE = "LIVE"
|
|
@@ -3667,7 +3666,6 @@ interface SubscriptionStatus {
|
|
|
3667
3666
|
statuses?: SubscriptionStatusEnumSubscriptionStatus[];
|
|
3668
3667
|
}
|
|
3669
3668
|
declare enum SubscriptionStatusGroup {
|
|
3670
|
-
UNKNOWN_STATUS_GROUP = "UNKNOWN_STATUS_GROUP",
|
|
3671
3669
|
ALL = "ALL",
|
|
3672
3670
|
/** Union of ACTIVE, PAUSED and PENDING */
|
|
3673
3671
|
LIVE = "LIVE"
|