@wix/auto_sdk_ecom_order-transactions 1.0.98 → 1.0.99

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.
@@ -357,12 +357,12 @@ type ChargebackStatusWithLiterals = ChargebackStatus | 'APPROVED' | 'REVERSED';
357
357
  interface PaymentMethodName {
358
358
  /**
359
359
  * Translated payment method name in buyer language.
360
- * @maxLength 100
360
+ * @maxLength 150
361
361
  */
362
362
  buyerLanguageName?: string | null;
363
363
  /**
364
364
  * Translated payment method name in site owner language.
365
- * @maxLength 100
365
+ * @maxLength 150
366
366
  */
367
367
  siteLanguageName?: string | null;
368
368
  /**
@@ -384,7 +384,7 @@ interface UserDefinedPaymentMethodName extends UserDefinedPaymentMethodNameKindO
384
384
  *
385
385
  * For example, `"Wire transfer"`, `"Money order"`, `"Venmo"` or any other custom name.
386
386
  * @minLength 1
387
- * @maxLength 100
387
+ * @maxLength 150
388
388
  */
389
389
  custom?: string | null;
390
390
  }
@@ -397,7 +397,7 @@ interface UserDefinedPaymentMethodNameKindOneOf {
397
397
  *
398
398
  * For example, `"Wire transfer"`, `"Money order"`, `"Venmo"` or any other custom name.
399
399
  * @minLength 1
400
- * @maxLength 100
400
+ * @maxLength 150
401
401
  */
402
402
  custom?: string | null;
403
403
  }