@wix/pricing-plans 1.0.32 → 1.0.33
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/src/pricing-plans-v2-order.types.d.ts +3 -3
- package/build/cjs/src/pricing-plans-v2-order.universal.d.ts +3 -3
- package/build/cjs/src/pricing-plans-v2-plan.types.d.ts +2 -2
- package/build/cjs/src/pricing-plans-v2-plan.universal.d.ts +1 -1
- package/build/es/src/pricing-plans-v2-order.types.d.ts +3 -3
- package/build/es/src/pricing-plans-v2-order.universal.d.ts +3 -3
- package/build/es/src/pricing-plans-v2-plan.types.d.ts +2 -2
- package/build/es/src/pricing-plans-v2-plan.universal.d.ts +1 -1
- package/package.json +2 -2
@@ -496,15 +496,15 @@ export interface OrderCycle {
|
|
496
496
|
}
|
497
497
|
export interface FormData {
|
498
498
|
/**
|
499
|
-
* ID of
|
499
|
+
* ID of the order form associated with the plan at checkout.
|
500
500
|
*
|
501
501
|
* Learn more about [forms](https://dev.wix.com/docs/rest/api-reference/wix-forms/form-submissions/introduction).
|
502
502
|
*/
|
503
503
|
formId?: string | null;
|
504
|
-
/** ID of a submission to the plan's
|
504
|
+
/** ID of a submission to the plan's order form at checkout. Every time a visitor completes the checkout process for a plan, a new submission is created. */
|
505
505
|
submissionId?: string | null;
|
506
506
|
/**
|
507
|
-
* Data submitted to the plan's
|
507
|
+
* Data submitted to the plan's order form at checkout.
|
508
508
|
*
|
509
509
|
* This field is returned when a method's `fieldset` is set to `FULL`.
|
510
510
|
* @readonly
|
@@ -497,15 +497,15 @@ export interface OrderCycle {
|
|
497
497
|
}
|
498
498
|
export interface FormData {
|
499
499
|
/**
|
500
|
-
* ID of
|
500
|
+
* ID of the order form associated with the plan at checkout.
|
501
501
|
*
|
502
502
|
* Learn more about [forms](https://dev.wix.com/docs/rest/api-reference/wix-forms/form-submissions/introduction).
|
503
503
|
*/
|
504
504
|
formId?: string | null;
|
505
|
-
/** ID of a submission to the plan's
|
505
|
+
/** ID of a submission to the plan's order form at checkout. Every time a visitor completes the checkout process for a plan, a new submission is created. */
|
506
506
|
submissionId?: string | null;
|
507
507
|
/**
|
508
|
-
* Data submitted to the plan's
|
508
|
+
* Data submitted to the plan's order form at checkout.
|
509
509
|
*
|
510
510
|
* This field is returned when a method's `fieldset` is set to `FULL`.
|
511
511
|
* @readonly
|
@@ -58,7 +58,7 @@ export interface Plan {
|
|
58
58
|
/** Any terms and conditions that apply to the plan. This information will be displayed during checkout. */
|
59
59
|
termsAndConditions?: string | null;
|
60
60
|
/**
|
61
|
-
* ID of the plan
|
61
|
+
* ID of the form associated with the plan at checkout.
|
62
62
|
*
|
63
63
|
* Learn more about [forms](https://support.wix.com/en/article/wix-forms-an-overview).
|
64
64
|
*/
|
@@ -188,7 +188,7 @@ export interface PublicPlan {
|
|
188
188
|
/** Any terms and conditions that apply to the plan. This information will be displayed during checkout. */
|
189
189
|
termsAndConditions?: string | null;
|
190
190
|
/**
|
191
|
-
* ID of the plan
|
191
|
+
* ID of the form associated with the plan at checkout.
|
192
192
|
*
|
193
193
|
* Learn more about [forms](https://support.wix.com/en/article/wix-forms-an-overview).
|
194
194
|
*/
|
@@ -222,7 +222,7 @@ export interface PublicPlan {
|
|
222
222
|
/** Any terms and conditions that apply to the plan. This information will be displayed during checkout. */
|
223
223
|
termsAndConditions?: string | null;
|
224
224
|
/**
|
225
|
-
* ID of the plan
|
225
|
+
* ID of the form associated with the plan at checkout.
|
226
226
|
*
|
227
227
|
* Learn more about [forms](https://support.wix.com/en/article/wix-forms-an-overview).
|
228
228
|
*/
|
@@ -496,15 +496,15 @@ export interface OrderCycle {
|
|
496
496
|
}
|
497
497
|
export interface FormData {
|
498
498
|
/**
|
499
|
-
* ID of
|
499
|
+
* ID of the order form associated with the plan at checkout.
|
500
500
|
*
|
501
501
|
* Learn more about [forms](https://dev.wix.com/docs/rest/api-reference/wix-forms/form-submissions/introduction).
|
502
502
|
*/
|
503
503
|
formId?: string | null;
|
504
|
-
/** ID of a submission to the plan's
|
504
|
+
/** ID of a submission to the plan's order form at checkout. Every time a visitor completes the checkout process for a plan, a new submission is created. */
|
505
505
|
submissionId?: string | null;
|
506
506
|
/**
|
507
|
-
* Data submitted to the plan's
|
507
|
+
* Data submitted to the plan's order form at checkout.
|
508
508
|
*
|
509
509
|
* This field is returned when a method's `fieldset` is set to `FULL`.
|
510
510
|
* @readonly
|
@@ -497,15 +497,15 @@ export interface OrderCycle {
|
|
497
497
|
}
|
498
498
|
export interface FormData {
|
499
499
|
/**
|
500
|
-
* ID of
|
500
|
+
* ID of the order form associated with the plan at checkout.
|
501
501
|
*
|
502
502
|
* Learn more about [forms](https://dev.wix.com/docs/rest/api-reference/wix-forms/form-submissions/introduction).
|
503
503
|
*/
|
504
504
|
formId?: string | null;
|
505
|
-
/** ID of a submission to the plan's
|
505
|
+
/** ID of a submission to the plan's order form at checkout. Every time a visitor completes the checkout process for a plan, a new submission is created. */
|
506
506
|
submissionId?: string | null;
|
507
507
|
/**
|
508
|
-
* Data submitted to the plan's
|
508
|
+
* Data submitted to the plan's order form at checkout.
|
509
509
|
*
|
510
510
|
* This field is returned when a method's `fieldset` is set to `FULL`.
|
511
511
|
* @readonly
|
@@ -58,7 +58,7 @@ export interface Plan {
|
|
58
58
|
/** Any terms and conditions that apply to the plan. This information will be displayed during checkout. */
|
59
59
|
termsAndConditions?: string | null;
|
60
60
|
/**
|
61
|
-
* ID of the plan
|
61
|
+
* ID of the form associated with the plan at checkout.
|
62
62
|
*
|
63
63
|
* Learn more about [forms](https://support.wix.com/en/article/wix-forms-an-overview).
|
64
64
|
*/
|
@@ -188,7 +188,7 @@ export interface PublicPlan {
|
|
188
188
|
/** Any terms and conditions that apply to the plan. This information will be displayed during checkout. */
|
189
189
|
termsAndConditions?: string | null;
|
190
190
|
/**
|
191
|
-
* ID of the plan
|
191
|
+
* ID of the form associated with the plan at checkout.
|
192
192
|
*
|
193
193
|
* Learn more about [forms](https://support.wix.com/en/article/wix-forms-an-overview).
|
194
194
|
*/
|
@@ -222,7 +222,7 @@ export interface PublicPlan {
|
|
222
222
|
/** Any terms and conditions that apply to the plan. This information will be displayed during checkout. */
|
223
223
|
termsAndConditions?: string | null;
|
224
224
|
/**
|
225
|
-
* ID of the plan
|
225
|
+
* ID of the form associated with the plan at checkout.
|
226
226
|
*
|
227
227
|
* Learn more about [forms](https://support.wix.com/en/article/wix-forms-an-overview).
|
228
228
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wix/pricing-plans",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.33",
|
4
4
|
"publishConfig": {
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
6
6
|
"access": "public"
|
@@ -33,5 +33,5 @@
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
34
34
|
}
|
35
35
|
},
|
36
|
-
"falconPackageHash": "
|
36
|
+
"falconPackageHash": "bd6cfbb0b212dbcfe5277a5d2f1bebf690765b42fa013ca3370a1016"
|
37
37
|
}
|