@saasquatch/mint-components 2.0.2-11 → 2.0.2-12

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.
@@ -4744,11 +4744,11 @@ const TaxAndCashDashboard = class {
4744
4744
  /**
4745
4745
  * @uiName Withdrawal settings invalid alert header
4746
4746
  */
4747
- this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
4747
+ this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
4748
4748
  /**
4749
4749
  * @uiName Withdrawal settings invalid alert description
4750
4750
  */
4751
- this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
4751
+ this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
4752
4752
  /**
4753
4753
  * @uiName Payment returned alert header
4754
4754
  */
@@ -3285,11 +3285,11 @@ const PayoutStatusAlert = class {
3285
3285
  /**
3286
3286
  * @uiName Withdrawal settings invalid alert header
3287
3287
  */
3288
- this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
3288
+ this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
3289
3289
  /**
3290
3290
  * @uiName Withdrawal settings invalid alert description
3291
3291
  */
3292
- this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
3292
+ this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
3293
3293
  /**
3294
3294
  * @uiName Payment returned alert header
3295
3295
  */
@@ -7665,11 +7665,11 @@ const TaxAndCashMonolith = class {
7665
7665
  /**
7666
7666
  * @uiName Withdrawal settings invalid alert header
7667
7667
  */
7668
- this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
7668
+ this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
7669
7669
  /**
7670
7670
  * @uiName Withdrawal settings invalid alert description
7671
7671
  */
7672
- this.dashboard_withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
7672
+ this.dashboard_withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
7673
7673
  /**
7674
7674
  * @uiName Payment returned alert header
7675
7675
  */
@@ -114,11 +114,11 @@ export class PayoutStatusAlert {
114
114
  /**
115
115
  * @uiName Withdrawal settings invalid alert header
116
116
  */
117
- this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
117
+ this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
118
118
  /**
119
119
  * @uiName Withdrawal settings invalid alert description
120
120
  */
121
- this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
121
+ this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
122
122
  /**
123
123
  * @uiName Payment returned alert header
124
124
  */
@@ -713,7 +713,7 @@ export class PayoutStatusAlert {
713
713
  },
714
714
  "attribute": "withdrawal-settings-invalid-header",
715
715
  "reflect": false,
716
- "defaultValue": "\"Your payment information includes invalid characters\""
716
+ "defaultValue": "\"Your payment information is incomplete or includes invalid characters\""
717
717
  },
718
718
  "withdrawalSettingsInvalidDescription": {
719
719
  "type": "string",
@@ -734,7 +734,7 @@ export class PayoutStatusAlert {
734
734
  },
735
735
  "attribute": "withdrawal-settings-invalid-description",
736
736
  "reflect": false,
737
- "defaultValue": "\"There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.\""
737
+ "defaultValue": "\"There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.\""
738
738
  },
739
739
  "paymentReturnedHeader": {
740
740
  "type": "string",
@@ -977,11 +977,11 @@ export class TaxAndCashMonolith {
977
977
  /**
978
978
  * @uiName Withdrawal settings invalid alert header
979
979
  */
980
- this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
980
+ this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
981
981
  /**
982
982
  * @uiName Withdrawal settings invalid alert description
983
983
  */
984
- this.dashboard_withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
984
+ this.dashboard_withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
985
985
  /**
986
986
  * @uiName Payment returned alert header
987
987
  */
@@ -5255,7 +5255,7 @@ export class TaxAndCashMonolith {
5255
5255
  },
5256
5256
  "attribute": "dashboard_withdrawal-settings-invalid-header",
5257
5257
  "reflect": false,
5258
- "defaultValue": "\"Your payment information includes invalid characters\""
5258
+ "defaultValue": "\"Your payment information is incomplete or includes invalid characters\""
5259
5259
  },
5260
5260
  "dashboard_withdrawalSettingsInvalidDescription": {
5261
5261
  "type": "string",
@@ -5276,7 +5276,7 @@ export class TaxAndCashMonolith {
5276
5276
  },
5277
5277
  "attribute": "dashboard_withdrawal-settings-invalid-description",
5278
5278
  "reflect": false,
5279
- "defaultValue": "\"There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.\""
5279
+ "defaultValue": "\"There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.\""
5280
5280
  },
5281
5281
  "dashboard_paymentReturnedHeader": {
5282
5282
  "type": "string",
@@ -282,11 +282,11 @@ export class TaxAndCashDashboard {
282
282
  /**
283
283
  * @uiName Withdrawal settings invalid alert header
284
284
  */
285
- this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
285
+ this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
286
286
  /**
287
287
  * @uiName Withdrawal settings invalid alert description
288
288
  */
289
- this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
289
+ this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
290
290
  /**
291
291
  * @uiName Payment returned alert header
292
292
  */
@@ -1601,7 +1601,7 @@ export class TaxAndCashDashboard {
1601
1601
  },
1602
1602
  "attribute": "withdrawal-settings-invalid-header",
1603
1603
  "reflect": false,
1604
- "defaultValue": "\"Your payment information includes invalid characters\""
1604
+ "defaultValue": "\"Your payment information is incomplete or includes invalid characters\""
1605
1605
  },
1606
1606
  "withdrawalSettingsInvalidDescription": {
1607
1607
  "type": "string",
@@ -1622,7 +1622,7 @@ export class TaxAndCashDashboard {
1622
1622
  },
1623
1623
  "attribute": "withdrawal-settings-invalid-description",
1624
1624
  "reflect": false,
1625
- "defaultValue": "\"There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.\""
1625
+ "defaultValue": "\"There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.\""
1626
1626
  },
1627
1627
  "paymentReturnedHeader": {
1628
1628
  "type": "string",
@@ -4740,11 +4740,11 @@ const TaxAndCashDashboard = class {
4740
4740
  /**
4741
4741
  * @uiName Withdrawal settings invalid alert header
4742
4742
  */
4743
- this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
4743
+ this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
4744
4744
  /**
4745
4745
  * @uiName Withdrawal settings invalid alert description
4746
4746
  */
4747
- this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
4747
+ this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
4748
4748
  /**
4749
4749
  * @uiName Payment returned alert header
4750
4750
  */
@@ -3281,11 +3281,11 @@ const PayoutStatusAlert = class {
3281
3281
  /**
3282
3282
  * @uiName Withdrawal settings invalid alert header
3283
3283
  */
3284
- this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
3284
+ this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
3285
3285
  /**
3286
3286
  * @uiName Withdrawal settings invalid alert description
3287
3287
  */
3288
- this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
3288
+ this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
3289
3289
  /**
3290
3290
  * @uiName Payment returned alert header
3291
3291
  */
@@ -7661,11 +7661,11 @@ const TaxAndCashMonolith = class {
7661
7661
  /**
7662
7662
  * @uiName Withdrawal settings invalid alert header
7663
7663
  */
7664
- this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
7664
+ this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
7665
7665
  /**
7666
7666
  * @uiName Withdrawal settings invalid alert description
7667
7667
  */
7668
- this.dashboard_withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
7668
+ this.dashboard_withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
7669
7669
  /**
7670
7670
  * @uiName Payment returned alert header
7671
7671
  */