@wix/auto_sdk_pricing-plans_orders 1.0.83 → 1.0.85
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/build/cjs/index.d.ts +3 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -3
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +3 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -3
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +3 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -3
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +3 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -3
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
package/build/cjs/meta.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import '@wix/sdk-types';
|
|
|
6
6
|
* You can manage existing orders, create offline orders, and preview orders not yet purchased.
|
|
7
7
|
*
|
|
8
8
|
* Orders are based on pricing models based on the payment and duration cycles for each plan.
|
|
9
|
-
* Learn more about pricing models
|
|
9
|
+
* Learn more about [pricing models](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/introduction#wix-pricing-plans_pricing-plans_introduction_pricing-models).
|
|
10
10
|
*/
|
|
11
11
|
interface Order {
|
|
12
12
|
/**
|
|
@@ -57,7 +57,7 @@ interface Order {
|
|
|
57
57
|
/**
|
|
58
58
|
* Order pricing model, price, and payment schedule.
|
|
59
59
|
*
|
|
60
|
-
* Learn more about pricing models
|
|
60
|
+
* Learn more about [pricing models](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/introduction#wix-pricing-plans_pricing-plans_introduction_pricing-models).
|
|
61
61
|
* @readonly
|
|
62
62
|
*/
|
|
63
63
|
pricing?: PricingDetails;
|
|
@@ -556,7 +556,7 @@ interface OrderCycle {
|
|
|
556
556
|
}
|
|
557
557
|
interface FormData {
|
|
558
558
|
/**
|
|
559
|
-
* ID of the order form
|
|
559
|
+
* ID of the [order form](https://dev.wix.com/docs/rest/api-reference/wix-forms/form-submissions/introduction) associated with the plan at checkout.
|
|
560
560
|
* @format GUID
|
|
561
561
|
*/
|
|
562
562
|
formId?: string | null;
|