@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.
@@ -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 ([REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/introduction#wix-pricing-plans_pricing-plans_introduction_pricing-models)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/introduction#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 ([REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/introduction#wix-pricing-plans_pricing-plans_introduction_pricing-models) | [SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/introduction#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 ([REST](https://dev.wix.com/docs/rest/api-reference/wix-forms/form-submissions/introduction)|[SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/submissions/introduction)) associated with the plan at checkout.
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;