@wix/packages 1.0.18 → 1.0.19
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/packages",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
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/packages_packages": "1.0.
|
|
24
|
+
"@wix/packages_packages": "1.0.18"
|
|
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": "1695933ea43858b31e898880c14f1936adde6f4b6b709d610fe22d9e"
|
|
50
50
|
}
|
|
@@ -667,17 +667,6 @@ interface ProductInstanceCycle {
|
|
|
667
667
|
/** Duration of the billing cycle. Available only for `RECURRING` payments. */
|
|
668
668
|
cycleDuration?: CycleInterval;
|
|
669
669
|
}
|
|
670
|
-
interface MigrateSubscriptionToPackagesRequest {
|
|
671
|
-
/** Created package. */
|
|
672
|
-
productInstance?: ProductInstance;
|
|
673
|
-
/** Existing subscriptionId to migrate */
|
|
674
|
-
subscriptionId?: string | null;
|
|
675
|
-
/** User id of the migration - only for Immigrator */
|
|
676
|
-
userId?: string | null;
|
|
677
|
-
}
|
|
678
|
-
interface MigrateSubscriptionToPackagesResponse {
|
|
679
|
-
package?: Package;
|
|
680
|
-
}
|
|
681
670
|
interface CreatePackageRequest {
|
|
682
671
|
/** Idempotency key. */
|
|
683
672
|
idempotencyKey?: string | null;
|
|
@@ -1661,6 +1650,17 @@ declare enum WebhookIdentityType {
|
|
|
1661
1650
|
WIX_USER = "WIX_USER",
|
|
1662
1651
|
APP = "APP"
|
|
1663
1652
|
}
|
|
1653
|
+
interface MigrateSubscriptionToPackagesRequest {
|
|
1654
|
+
/** Created package. */
|
|
1655
|
+
productInstance?: ProductInstance;
|
|
1656
|
+
/** Existing subscriptionId to migrate */
|
|
1657
|
+
subscriptionId?: string | null;
|
|
1658
|
+
/** User id of the migration - only for Immigrator */
|
|
1659
|
+
userId?: string | null;
|
|
1660
|
+
}
|
|
1661
|
+
interface MigrateSubscriptionToPackagesResponse {
|
|
1662
|
+
package?: Package;
|
|
1663
|
+
}
|
|
1664
1664
|
interface CycleIntervalNonNullableFields {
|
|
1665
1665
|
unit: IntervalIntervalUnit;
|
|
1666
1666
|
count: number;
|
|
@@ -1877,7 +1877,7 @@ declare function cancelPackage$1(httpClient: HttpClient): CancelPackageSignature
|
|
|
1877
1877
|
interface CancelPackageSignature {
|
|
1878
1878
|
/**
|
|
1879
1879
|
* Cancels all product instances included in the package and the customer
|
|
1880
|
-
* immediately
|
|
1880
|
+
* immediately loses access to the canceled functionality.
|
|
1881
1881
|
*
|
|
1882
1882
|
*
|
|
1883
1883
|
* You must pass the ID of the Wix account that the package belongs to in the
|
|
@@ -2008,7 +2008,7 @@ interface CancelProductInstanceSignature {
|
|
|
2008
2008
|
* to in the header of the call. The call fails, if the product instance and
|
|
2009
2009
|
* Wix account don't match.
|
|
2010
2010
|
*
|
|
2011
|
-
* The customer immediately
|
|
2011
|
+
* The customer immediately loses access to features included in the
|
|
2012
2012
|
* canceled service. It's up to the reseller to decide whether the adjustment
|
|
2013
2013
|
* affects the customer’s payment.
|
|
2014
2014
|
*
|
|
@@ -2036,7 +2036,7 @@ interface AdjustProductInstanceSpecificationsSignature {
|
|
|
2036
2036
|
* to in the header of the call. The call fails, if the product instance and
|
|
2037
2037
|
* Wix account don't match.
|
|
2038
2038
|
*
|
|
2039
|
-
* The customer has immediate access to new features, while
|
|
2039
|
+
* The customer has immediate access to new features, while losing access to
|
|
2040
2040
|
* features not included in the new service. It's up to the reseller to
|
|
2041
2041
|
* decide whether the adjustment affects the customer’s payment.
|
|
2042
2042
|
*
|
|
@@ -667,17 +667,6 @@ interface ProductInstanceCycle {
|
|
|
667
667
|
/** Duration of the billing cycle. Available only for `RECURRING` payments. */
|
|
668
668
|
cycleDuration?: CycleInterval;
|
|
669
669
|
}
|
|
670
|
-
interface MigrateSubscriptionToPackagesRequest {
|
|
671
|
-
/** Created package. */
|
|
672
|
-
productInstance?: ProductInstance;
|
|
673
|
-
/** Existing subscriptionId to migrate */
|
|
674
|
-
subscriptionId?: string | null;
|
|
675
|
-
/** User id of the migration - only for Immigrator */
|
|
676
|
-
userId?: string | null;
|
|
677
|
-
}
|
|
678
|
-
interface MigrateSubscriptionToPackagesResponse {
|
|
679
|
-
package?: Package;
|
|
680
|
-
}
|
|
681
670
|
interface CreatePackageRequest {
|
|
682
671
|
/** Idempotency key. */
|
|
683
672
|
idempotencyKey?: string | null;
|
|
@@ -1661,6 +1650,17 @@ declare enum WebhookIdentityType {
|
|
|
1661
1650
|
WIX_USER = "WIX_USER",
|
|
1662
1651
|
APP = "APP"
|
|
1663
1652
|
}
|
|
1653
|
+
interface MigrateSubscriptionToPackagesRequest {
|
|
1654
|
+
/** Created package. */
|
|
1655
|
+
productInstance?: ProductInstance;
|
|
1656
|
+
/** Existing subscriptionId to migrate */
|
|
1657
|
+
subscriptionId?: string | null;
|
|
1658
|
+
/** User id of the migration - only for Immigrator */
|
|
1659
|
+
userId?: string | null;
|
|
1660
|
+
}
|
|
1661
|
+
interface MigrateSubscriptionToPackagesResponse {
|
|
1662
|
+
package?: Package;
|
|
1663
|
+
}
|
|
1664
1664
|
interface CycleIntervalNonNullableFields {
|
|
1665
1665
|
unit: IntervalIntervalUnit;
|
|
1666
1666
|
count: number;
|
|
@@ -1877,7 +1877,7 @@ declare function cancelPackage$1(httpClient: HttpClient): CancelPackageSignature
|
|
|
1877
1877
|
interface CancelPackageSignature {
|
|
1878
1878
|
/**
|
|
1879
1879
|
* Cancels all product instances included in the package and the customer
|
|
1880
|
-
* immediately
|
|
1880
|
+
* immediately loses access to the canceled functionality.
|
|
1881
1881
|
*
|
|
1882
1882
|
*
|
|
1883
1883
|
* You must pass the ID of the Wix account that the package belongs to in the
|
|
@@ -2008,7 +2008,7 @@ interface CancelProductInstanceSignature {
|
|
|
2008
2008
|
* to in the header of the call. The call fails, if the product instance and
|
|
2009
2009
|
* Wix account don't match.
|
|
2010
2010
|
*
|
|
2011
|
-
* The customer immediately
|
|
2011
|
+
* The customer immediately loses access to features included in the
|
|
2012
2012
|
* canceled service. It's up to the reseller to decide whether the adjustment
|
|
2013
2013
|
* affects the customer’s payment.
|
|
2014
2014
|
*
|
|
@@ -2036,7 +2036,7 @@ interface AdjustProductInstanceSpecificationsSignature {
|
|
|
2036
2036
|
* to in the header of the call. The call fails, if the product instance and
|
|
2037
2037
|
* Wix account don't match.
|
|
2038
2038
|
*
|
|
2039
|
-
* The customer has immediate access to new features, while
|
|
2039
|
+
* The customer has immediate access to new features, while losing access to
|
|
2040
2040
|
* features not included in the new service. It's up to the reseller to
|
|
2041
2041
|
* decide whether the adjustment affects the customer’s payment.
|
|
2042
2042
|
*
|