@wix/auto_sdk_ecom_order-payment-requests 1.0.1 → 1.0.2
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/ecom-v1-order-payment-request-order-payment-requests.types.d.ts +1 -1
- package/build/cjs/src/ecom-v1-order-payment-request-order-payment-requests.universal.d.ts +2 -2
- package/build/es/src/ecom-v1-order-payment-request-order-payment-requests.types.d.ts +1 -1
- package/build/es/src/ecom-v1-order-payment-request-order-payment-requests.universal.d.ts +2 -2
- package/build/internal/cjs/src/ecom-v1-order-payment-request-order-payment-requests.types.d.ts +1 -1
- package/build/internal/cjs/src/ecom-v1-order-payment-request-order-payment-requests.universal.d.ts +2 -2
- package/build/internal/es/src/ecom-v1-order-payment-request-order-payment-requests.types.d.ts +1 -1
- package/build/internal/es/src/ecom-v1-order-payment-request-order-payment-requests.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -49,7 +49,7 @@ export interface OrderPaymentRequest {
|
|
|
49
49
|
/**
|
|
50
50
|
* Title to be displayed to the customer on the payment page. Provide a clear and descriptive title to inform the customer about what they are paying for.
|
|
51
51
|
* @minLength 1
|
|
52
|
-
* @maxLength
|
|
52
|
+
* @maxLength 200
|
|
53
53
|
*/
|
|
54
54
|
title?: string;
|
|
55
55
|
/**
|
|
@@ -49,7 +49,7 @@ export interface OrderPaymentRequest {
|
|
|
49
49
|
/**
|
|
50
50
|
* Title to be displayed to the customer on the payment page. Provide a clear and descriptive title to inform the customer about what they are paying for.
|
|
51
51
|
* @minLength 1
|
|
52
|
-
* @maxLength
|
|
52
|
+
* @maxLength 200
|
|
53
53
|
*/
|
|
54
54
|
title?: string;
|
|
55
55
|
/**
|
|
@@ -577,7 +577,7 @@ export interface UpdateOrderPaymentRequest {
|
|
|
577
577
|
/**
|
|
578
578
|
* Title to be displayed to the customer on the payment page. Provide a clear and descriptive title to inform the customer about what they are paying for.
|
|
579
579
|
* @minLength 1
|
|
580
|
-
* @maxLength
|
|
580
|
+
* @maxLength 200
|
|
581
581
|
*/
|
|
582
582
|
title?: string;
|
|
583
583
|
/**
|
|
@@ -49,7 +49,7 @@ export interface OrderPaymentRequest {
|
|
|
49
49
|
/**
|
|
50
50
|
* Title to be displayed to the customer on the payment page. Provide a clear and descriptive title to inform the customer about what they are paying for.
|
|
51
51
|
* @minLength 1
|
|
52
|
-
* @maxLength
|
|
52
|
+
* @maxLength 200
|
|
53
53
|
*/
|
|
54
54
|
title?: string;
|
|
55
55
|
/**
|
|
@@ -49,7 +49,7 @@ export interface OrderPaymentRequest {
|
|
|
49
49
|
/**
|
|
50
50
|
* Title to be displayed to the customer on the payment page. Provide a clear and descriptive title to inform the customer about what they are paying for.
|
|
51
51
|
* @minLength 1
|
|
52
|
-
* @maxLength
|
|
52
|
+
* @maxLength 200
|
|
53
53
|
*/
|
|
54
54
|
title?: string;
|
|
55
55
|
/**
|
|
@@ -577,7 +577,7 @@ export interface UpdateOrderPaymentRequest {
|
|
|
577
577
|
/**
|
|
578
578
|
* Title to be displayed to the customer on the payment page. Provide a clear and descriptive title to inform the customer about what they are paying for.
|
|
579
579
|
* @minLength 1
|
|
580
|
-
* @maxLength
|
|
580
|
+
* @maxLength 200
|
|
581
581
|
*/
|
|
582
582
|
title?: string;
|
|
583
583
|
/**
|
package/build/internal/cjs/src/ecom-v1-order-payment-request-order-payment-requests.types.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export interface OrderPaymentRequest {
|
|
|
49
49
|
/**
|
|
50
50
|
* Title to be displayed to the customer on the payment page. Provide a clear and descriptive title to inform the customer about what they are paying for.
|
|
51
51
|
* @minLength 1
|
|
52
|
-
* @maxLength
|
|
52
|
+
* @maxLength 200
|
|
53
53
|
*/
|
|
54
54
|
title?: string;
|
|
55
55
|
/**
|
package/build/internal/cjs/src/ecom-v1-order-payment-request-order-payment-requests.universal.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export interface OrderPaymentRequest {
|
|
|
49
49
|
/**
|
|
50
50
|
* Title to be displayed to the customer on the payment page. Provide a clear and descriptive title to inform the customer about what they are paying for.
|
|
51
51
|
* @minLength 1
|
|
52
|
-
* @maxLength
|
|
52
|
+
* @maxLength 200
|
|
53
53
|
*/
|
|
54
54
|
title?: string;
|
|
55
55
|
/**
|
|
@@ -577,7 +577,7 @@ export interface UpdateOrderPaymentRequest {
|
|
|
577
577
|
/**
|
|
578
578
|
* Title to be displayed to the customer on the payment page. Provide a clear and descriptive title to inform the customer about what they are paying for.
|
|
579
579
|
* @minLength 1
|
|
580
|
-
* @maxLength
|
|
580
|
+
* @maxLength 200
|
|
581
581
|
*/
|
|
582
582
|
title?: string;
|
|
583
583
|
/**
|
package/build/internal/es/src/ecom-v1-order-payment-request-order-payment-requests.types.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export interface OrderPaymentRequest {
|
|
|
49
49
|
/**
|
|
50
50
|
* Title to be displayed to the customer on the payment page. Provide a clear and descriptive title to inform the customer about what they are paying for.
|
|
51
51
|
* @minLength 1
|
|
52
|
-
* @maxLength
|
|
52
|
+
* @maxLength 200
|
|
53
53
|
*/
|
|
54
54
|
title?: string;
|
|
55
55
|
/**
|
package/build/internal/es/src/ecom-v1-order-payment-request-order-payment-requests.universal.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export interface OrderPaymentRequest {
|
|
|
49
49
|
/**
|
|
50
50
|
* Title to be displayed to the customer on the payment page. Provide a clear and descriptive title to inform the customer about what they are paying for.
|
|
51
51
|
* @minLength 1
|
|
52
|
-
* @maxLength
|
|
52
|
+
* @maxLength 200
|
|
53
53
|
*/
|
|
54
54
|
title?: string;
|
|
55
55
|
/**
|
|
@@ -577,7 +577,7 @@ export interface UpdateOrderPaymentRequest {
|
|
|
577
577
|
/**
|
|
578
578
|
* Title to be displayed to the customer on the payment page. Provide a clear and descriptive title to inform the customer about what they are paying for.
|
|
579
579
|
* @minLength 1
|
|
580
|
-
* @maxLength
|
|
580
|
+
* @maxLength 200
|
|
581
581
|
*/
|
|
582
582
|
title?: string;
|
|
583
583
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_ecom_order-payment-requests",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.ecom.v1.order_payment_request"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "c5fc8926155cf1408d50a1d0ee080948660470a0f14028d984fa1f02"
|
|
52
52
|
}
|