@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.
@@ -310,12 +310,12 @@ type ChargebackStatusWithLiterals = ChargebackStatus | 'APPROVED' | 'REVERSED';
310
310
  interface PaymentMethodName {
311
311
  /**
312
312
  * Translated payment method name in buyer language.
313
- * @maxLength 100
313
+ * @maxLength 150
314
314
  */
315
315
  buyerLanguageName?: string | null;
316
316
  /**
317
317
  * Translated payment method name in site owner language.
318
- * @maxLength 100
318
+ * @maxLength 150
319
319
  */
320
320
  siteLanguageName?: string | null;
321
321
  /**
@@ -337,7 +337,7 @@ interface UserDefinedPaymentMethodName extends UserDefinedPaymentMethodNameKindO
337
337
  *
338
338
  * For example, `"Wire transfer"`, `"Money order"`, `"Venmo"` or any other custom name.
339
339
  * @minLength 1
340
- * @maxLength 100
340
+ * @maxLength 150
341
341
  */
342
342
  custom?: string | null;
343
343
  }
@@ -350,7 +350,7 @@ interface UserDefinedPaymentMethodNameKindOneOf {
350
350
  *
351
351
  * For example, `"Wire transfer"`, `"Money order"`, `"Venmo"` or any other custom name.
352
352
  * @minLength 1
353
- * @maxLength 100
353
+ * @maxLength 150
354
354
  */
355
355
  custom?: string | null;
356
356
  }