@saasquatch/mint-components 2.0.2 → 2.0.3-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/dist/cjs/{ShadowViewAddon-fbc33c53.js → ShadowViewAddon-ae3a32c3.js} +3 -3
- package/dist/cjs/{data-16106637.js → data-44260010.js} +29 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +341 -76
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +213 -12
- package/dist/cjs/sqm-header-logo.cjs.entry.js +15 -2
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +24 -3
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +85 -5
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +3 -3
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +10 -5
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +11 -5
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +46 -40
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +13 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +95 -1
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +360 -7
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +29 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +311 -11
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +96 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +310 -10
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +7 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +23 -12
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +100 -9
- package/dist/esm/{ShadowViewAddon-7a242b65.js → ShadowViewAddon-78a1c35c.js} +3 -3
- package/dist/esm/{data-acdb790f.js → data-68816061.js} +29 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +341 -76
- package/dist/esm/sqm-big-stat_47.entry.js +213 -12
- package/dist/esm/sqm-header-logo.entry.js +15 -2
- package/dist/esm/sqm-stencilbook.entry.js +24 -3
- package/dist/esm-es5/{ShadowViewAddon-7a242b65.js → ShadowViewAddon-78a1c35c.js} +1 -1
- package/dist/esm-es5/{data-acdb790f.js → data-68816061.js} +2 -2
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
- package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-18790f90.entry.js +106 -0
- package/dist/mint-components/p-38a100b4.system.entry.js +1 -0
- package/dist/mint-components/p-3f661133.system.entry.js +1 -0
- package/dist/mint-components/p-775214ef.entry.js +273 -0
- package/dist/mint-components/p-7e550c3b.system.entry.js +1 -0
- package/dist/mint-components/p-92b5c376.js +157 -0
- package/dist/mint-components/p-947bacd1.system.js +1 -1
- package/dist/mint-components/p-9a3ff9b9.entry.js +9 -0
- package/dist/mint-components/p-a2dbc9ad.system.js +6 -0
- package/dist/mint-components/p-bdb6194c.entry.js +1 -0
- package/dist/mint-components/p-c7ac295d.system.entry.js +1 -0
- package/dist/mint-components/{p-d7635535.system.js → p-e3ee8c37.system.js} +1 -1
- package/dist/mint-components/{p-ffc3cd7c.js → p-ee83de0e.js} +1 -1
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +17 -2
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +24 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +7 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +16 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +57 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +3 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +48 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +12 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +48 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +1 -0
- package/dist/types/components.d.ts +335 -3
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/mint-components/p-012d31bc.entry.js +0 -99
- package/dist/mint-components/p-2ea6e2fa.entry.js +0 -273
- package/dist/mint-components/p-303b84d7.system.entry.js +0 -1
- package/dist/mint-components/p-469a6450.system.js +0 -6
- package/dist/mint-components/p-6976099f.entry.js +0 -9
- package/dist/mint-components/p-752ede25.system.entry.js +0 -1
- package/dist/mint-components/p-97747228.system.entry.js +0 -1
- package/dist/mint-components/p-a7ee19dc.entry.js +0 -1
- package/dist/mint-components/p-e1e7d01c.js +0 -157
- package/dist/mint-components/p-eea87fdc.system.entry.js +0 -1
- package/shoelace/assets/icons/twitter-x.svg +0 -4
|
@@ -727,12 +727,12 @@ export class TaxAndCashMonolith {
|
|
|
727
727
|
* @uiName Submit new tax form button label
|
|
728
728
|
* @uiGroup Dashboard Properties
|
|
729
729
|
*/
|
|
730
|
-
this.dashboard_newFormButton = "Submit new form";
|
|
730
|
+
this.dashboard_newFormButton = "Submit new tax form";
|
|
731
731
|
/**
|
|
732
732
|
* @uiName Edit payment info button label
|
|
733
733
|
* @uiGroup Dashboard Properties
|
|
734
734
|
*/
|
|
735
|
-
this.dashboard_editPaymentInformationButton = "Edit
|
|
735
|
+
this.dashboard_editPaymentInformationButton = "Edit payout information";
|
|
736
736
|
/**
|
|
737
737
|
* @uiName Not registered for indirect tax text
|
|
738
738
|
* @uiGroup Dashboard Properties
|
|
@@ -884,7 +884,7 @@ export class TaxAndCashMonolith {
|
|
|
884
884
|
* @uiGroup Dashboard Properties
|
|
885
885
|
* @uiWidget textArea
|
|
886
886
|
*/
|
|
887
|
-
this.dashboard_verificationRequiredInternalHeader = "Identity
|
|
887
|
+
this.dashboard_verificationRequiredInternalHeader = "Identity verification in progress";
|
|
888
888
|
/**
|
|
889
889
|
* @uiName Verification required internal alert description
|
|
890
890
|
* @uiGroup Dashboard Properties
|
|
@@ -896,7 +896,7 @@ export class TaxAndCashMonolith {
|
|
|
896
896
|
* @uiGroup Dashboard Properties
|
|
897
897
|
* @uiWidget textArea
|
|
898
898
|
*/
|
|
899
|
-
this.dashboard_verificationReviewInternalHeader = "Identity
|
|
899
|
+
this.dashboard_verificationReviewInternalHeader = "Identity verification under review";
|
|
900
900
|
/**
|
|
901
901
|
* @uiName Verification review internal alert description
|
|
902
902
|
* @uiGroup Dashboard Properties
|
|
@@ -908,7 +908,7 @@ export class TaxAndCashMonolith {
|
|
|
908
908
|
* @uiGroup Dashboard Properties
|
|
909
909
|
* @uiWidget textArea
|
|
910
910
|
*/
|
|
911
|
-
this.dashboard_verificationFailedInternalHeader = "Identity
|
|
911
|
+
this.dashboard_verificationFailedInternalHeader = "Identity verification usuccessful";
|
|
912
912
|
/**
|
|
913
913
|
* @uiName Verification failed internal alert description
|
|
914
914
|
* @uiGroup Dashboard Properties
|
|
@@ -942,6 +942,54 @@ export class TaxAndCashMonolith {
|
|
|
942
942
|
* @uiName Account review alert description
|
|
943
943
|
*/
|
|
944
944
|
this.dashboard_accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
|
|
945
|
+
/**
|
|
946
|
+
* @uiName Payment on hold alert header
|
|
947
|
+
*/
|
|
948
|
+
this.dashboard_paymentOnHoldHeader = "We are reviewing your new payout settings";
|
|
949
|
+
/**
|
|
950
|
+
* @uiName Payment on hold alert description
|
|
951
|
+
*/
|
|
952
|
+
this.dashboard_paymentOnHoldDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
|
|
953
|
+
/**
|
|
954
|
+
* @uiName Beneficiary name invalid alert header
|
|
955
|
+
*/
|
|
956
|
+
this.dashboard_beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
|
|
957
|
+
/**
|
|
958
|
+
* @uiName Beneficiary name invalid description
|
|
959
|
+
*/
|
|
960
|
+
this.dashboard_beneficiaryNameInvalidDescription = "The account holder (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
961
|
+
/**
|
|
962
|
+
* @uiName Beneficiary name mismatch alert header
|
|
963
|
+
*/
|
|
964
|
+
this.dashboard_beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
|
|
965
|
+
/**
|
|
966
|
+
* @uiName Beneficiary name mismatch alert description
|
|
967
|
+
*/
|
|
968
|
+
this.dashboard_beneficiaryNameMismatchDescription = "The account holder (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
969
|
+
/**
|
|
970
|
+
* @uiName Bank name mismatch alert header
|
|
971
|
+
*/
|
|
972
|
+
this.dashboard_bankNameMismatchHeader = "Your payment information does not match your tax form";
|
|
973
|
+
/**
|
|
974
|
+
* @uiName Bank name mismatch alert description
|
|
975
|
+
*/
|
|
976
|
+
this.dashboard_bankNameMismatchDescription = "The bank account (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
977
|
+
/**
|
|
978
|
+
* @uiName Withdrawal settings invalid alert header
|
|
979
|
+
*/
|
|
980
|
+
this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
981
|
+
/**
|
|
982
|
+
* @uiName Withdrawal settings invalid alert description
|
|
983
|
+
*/
|
|
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
|
+
/**
|
|
986
|
+
* @uiName Payment returned alert header
|
|
987
|
+
*/
|
|
988
|
+
this.dashboard_paymentReturnedHeader = "Payout unsuccessful";
|
|
989
|
+
/**
|
|
990
|
+
* @uiName Payment returned alert description
|
|
991
|
+
*/
|
|
992
|
+
this.dashboard_paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
|
|
945
993
|
/**
|
|
946
994
|
* @uiName Terms and Conditions text
|
|
947
995
|
* @uiGroup Dashboard Properties
|
|
@@ -4088,7 +4136,7 @@ export class TaxAndCashMonolith {
|
|
|
4088
4136
|
},
|
|
4089
4137
|
"attribute": "dashboard_new-form-button",
|
|
4090
4138
|
"reflect": false,
|
|
4091
|
-
"defaultValue": "\"Submit new form\""
|
|
4139
|
+
"defaultValue": "\"Submit new tax form\""
|
|
4092
4140
|
},
|
|
4093
4141
|
"dashboard_editPaymentInformationButton": {
|
|
4094
4142
|
"type": "string",
|
|
@@ -4112,7 +4160,7 @@ export class TaxAndCashMonolith {
|
|
|
4112
4160
|
},
|
|
4113
4161
|
"attribute": "dashboard_edit-payment-information-button",
|
|
4114
4162
|
"reflect": false,
|
|
4115
|
-
"defaultValue": "\"Edit
|
|
4163
|
+
"defaultValue": "\"Edit payout information\""
|
|
4116
4164
|
},
|
|
4117
4165
|
"dashboard_notRegisteredForTax": {
|
|
4118
4166
|
"type": "string",
|
|
@@ -4760,7 +4808,7 @@ export class TaxAndCashMonolith {
|
|
|
4760
4808
|
},
|
|
4761
4809
|
"attribute": "dashboard_verification-required-internal-header",
|
|
4762
4810
|
"reflect": false,
|
|
4763
|
-
"defaultValue": "\"Identity
|
|
4811
|
+
"defaultValue": "\"Identity verification in progress\""
|
|
4764
4812
|
},
|
|
4765
4813
|
"dashboard_verificationRequiredInternalDescription": {
|
|
4766
4814
|
"type": "string",
|
|
@@ -4814,7 +4862,7 @@ export class TaxAndCashMonolith {
|
|
|
4814
4862
|
},
|
|
4815
4863
|
"attribute": "dashboard_verification-review-internal-header",
|
|
4816
4864
|
"reflect": false,
|
|
4817
|
-
"defaultValue": "\"Identity
|
|
4865
|
+
"defaultValue": "\"Identity verification under review\""
|
|
4818
4866
|
},
|
|
4819
4867
|
"dashboard_verificationReviewInternalDescription": {
|
|
4820
4868
|
"type": "string",
|
|
@@ -4868,7 +4916,7 @@ export class TaxAndCashMonolith {
|
|
|
4868
4916
|
},
|
|
4869
4917
|
"attribute": "dashboard_verification-failed-internal-header",
|
|
4870
4918
|
"reflect": false,
|
|
4871
|
-
"defaultValue": "\"Identity
|
|
4919
|
+
"defaultValue": "\"Identity verification usuccessful\""
|
|
4872
4920
|
},
|
|
4873
4921
|
"dashboard_verificationFailedInternalDescription": {
|
|
4874
4922
|
"type": "string",
|
|
@@ -5020,6 +5068,258 @@ export class TaxAndCashMonolith {
|
|
|
5020
5068
|
"reflect": false,
|
|
5021
5069
|
"defaultValue": "\"This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.\""
|
|
5022
5070
|
},
|
|
5071
|
+
"dashboard_paymentOnHoldHeader": {
|
|
5072
|
+
"type": "string",
|
|
5073
|
+
"mutable": false,
|
|
5074
|
+
"complexType": {
|
|
5075
|
+
"original": "string",
|
|
5076
|
+
"resolved": "string",
|
|
5077
|
+
"references": {}
|
|
5078
|
+
},
|
|
5079
|
+
"required": false,
|
|
5080
|
+
"optional": false,
|
|
5081
|
+
"docs": {
|
|
5082
|
+
"tags": [{
|
|
5083
|
+
"text": "Payment on hold alert header",
|
|
5084
|
+
"name": "uiName"
|
|
5085
|
+
}],
|
|
5086
|
+
"text": ""
|
|
5087
|
+
},
|
|
5088
|
+
"attribute": "dashboard_payment-on-hold-header",
|
|
5089
|
+
"reflect": false,
|
|
5090
|
+
"defaultValue": "\"We are reviewing your new payout settings\""
|
|
5091
|
+
},
|
|
5092
|
+
"dashboard_paymentOnHoldDescription": {
|
|
5093
|
+
"type": "string",
|
|
5094
|
+
"mutable": false,
|
|
5095
|
+
"complexType": {
|
|
5096
|
+
"original": "string",
|
|
5097
|
+
"resolved": "string",
|
|
5098
|
+
"references": {}
|
|
5099
|
+
},
|
|
5100
|
+
"required": false,
|
|
5101
|
+
"optional": false,
|
|
5102
|
+
"docs": {
|
|
5103
|
+
"tags": [{
|
|
5104
|
+
"text": "Payment on hold alert description",
|
|
5105
|
+
"name": "uiName"
|
|
5106
|
+
}],
|
|
5107
|
+
"text": ""
|
|
5108
|
+
},
|
|
5109
|
+
"attribute": "dashboard_payment-on-hold-description",
|
|
5110
|
+
"reflect": false,
|
|
5111
|
+
"defaultValue": "\"Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.\""
|
|
5112
|
+
},
|
|
5113
|
+
"dashboard_beneficiaryNameInvalidHeader": {
|
|
5114
|
+
"type": "string",
|
|
5115
|
+
"mutable": false,
|
|
5116
|
+
"complexType": {
|
|
5117
|
+
"original": "string",
|
|
5118
|
+
"resolved": "string",
|
|
5119
|
+
"references": {}
|
|
5120
|
+
},
|
|
5121
|
+
"required": false,
|
|
5122
|
+
"optional": false,
|
|
5123
|
+
"docs": {
|
|
5124
|
+
"tags": [{
|
|
5125
|
+
"text": "Beneficiary name invalid alert header",
|
|
5126
|
+
"name": "uiName"
|
|
5127
|
+
}],
|
|
5128
|
+
"text": ""
|
|
5129
|
+
},
|
|
5130
|
+
"attribute": "dashboard_beneficiary-name-invalid-header",
|
|
5131
|
+
"reflect": false,
|
|
5132
|
+
"defaultValue": "\"Your payment information does not match your tax form\""
|
|
5133
|
+
},
|
|
5134
|
+
"dashboard_beneficiaryNameInvalidDescription": {
|
|
5135
|
+
"type": "string",
|
|
5136
|
+
"mutable": false,
|
|
5137
|
+
"complexType": {
|
|
5138
|
+
"original": "string",
|
|
5139
|
+
"resolved": "string",
|
|
5140
|
+
"references": {}
|
|
5141
|
+
},
|
|
5142
|
+
"required": false,
|
|
5143
|
+
"optional": false,
|
|
5144
|
+
"docs": {
|
|
5145
|
+
"tags": [{
|
|
5146
|
+
"text": "Beneficiary name invalid description",
|
|
5147
|
+
"name": "uiName"
|
|
5148
|
+
}],
|
|
5149
|
+
"text": ""
|
|
5150
|
+
},
|
|
5151
|
+
"attribute": "dashboard_beneficiary-name-invalid-description",
|
|
5152
|
+
"reflect": false,
|
|
5153
|
+
"defaultValue": "\"The account holder (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.\""
|
|
5154
|
+
},
|
|
5155
|
+
"dashboard_beneficiaryNameMismatchHeader": {
|
|
5156
|
+
"type": "string",
|
|
5157
|
+
"mutable": false,
|
|
5158
|
+
"complexType": {
|
|
5159
|
+
"original": "string",
|
|
5160
|
+
"resolved": "string",
|
|
5161
|
+
"references": {}
|
|
5162
|
+
},
|
|
5163
|
+
"required": false,
|
|
5164
|
+
"optional": false,
|
|
5165
|
+
"docs": {
|
|
5166
|
+
"tags": [{
|
|
5167
|
+
"text": "Beneficiary name mismatch alert header",
|
|
5168
|
+
"name": "uiName"
|
|
5169
|
+
}],
|
|
5170
|
+
"text": ""
|
|
5171
|
+
},
|
|
5172
|
+
"attribute": "dashboard_beneficiary-name-mismatch-header",
|
|
5173
|
+
"reflect": false,
|
|
5174
|
+
"defaultValue": "\"Your payment information does not match your tax form\""
|
|
5175
|
+
},
|
|
5176
|
+
"dashboard_beneficiaryNameMismatchDescription": {
|
|
5177
|
+
"type": "string",
|
|
5178
|
+
"mutable": false,
|
|
5179
|
+
"complexType": {
|
|
5180
|
+
"original": "string",
|
|
5181
|
+
"resolved": "string",
|
|
5182
|
+
"references": {}
|
|
5183
|
+
},
|
|
5184
|
+
"required": false,
|
|
5185
|
+
"optional": false,
|
|
5186
|
+
"docs": {
|
|
5187
|
+
"tags": [{
|
|
5188
|
+
"text": "Beneficiary name mismatch alert description",
|
|
5189
|
+
"name": "uiName"
|
|
5190
|
+
}],
|
|
5191
|
+
"text": ""
|
|
5192
|
+
},
|
|
5193
|
+
"attribute": "dashboard_beneficiary-name-mismatch-description",
|
|
5194
|
+
"reflect": false,
|
|
5195
|
+
"defaultValue": "\"The account holder (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.\""
|
|
5196
|
+
},
|
|
5197
|
+
"dashboard_bankNameMismatchHeader": {
|
|
5198
|
+
"type": "string",
|
|
5199
|
+
"mutable": false,
|
|
5200
|
+
"complexType": {
|
|
5201
|
+
"original": "string",
|
|
5202
|
+
"resolved": "string",
|
|
5203
|
+
"references": {}
|
|
5204
|
+
},
|
|
5205
|
+
"required": false,
|
|
5206
|
+
"optional": false,
|
|
5207
|
+
"docs": {
|
|
5208
|
+
"tags": [{
|
|
5209
|
+
"text": "Bank name mismatch alert header",
|
|
5210
|
+
"name": "uiName"
|
|
5211
|
+
}],
|
|
5212
|
+
"text": ""
|
|
5213
|
+
},
|
|
5214
|
+
"attribute": "dashboard_bank-name-mismatch-header",
|
|
5215
|
+
"reflect": false,
|
|
5216
|
+
"defaultValue": "\"Your payment information does not match your tax form\""
|
|
5217
|
+
},
|
|
5218
|
+
"dashboard_bankNameMismatchDescription": {
|
|
5219
|
+
"type": "string",
|
|
5220
|
+
"mutable": false,
|
|
5221
|
+
"complexType": {
|
|
5222
|
+
"original": "string",
|
|
5223
|
+
"resolved": "string",
|
|
5224
|
+
"references": {}
|
|
5225
|
+
},
|
|
5226
|
+
"required": false,
|
|
5227
|
+
"optional": false,
|
|
5228
|
+
"docs": {
|
|
5229
|
+
"tags": [{
|
|
5230
|
+
"text": "Bank name mismatch alert description",
|
|
5231
|
+
"name": "uiName"
|
|
5232
|
+
}],
|
|
5233
|
+
"text": ""
|
|
5234
|
+
},
|
|
5235
|
+
"attribute": "dashboard_bank-name-mismatch-description",
|
|
5236
|
+
"reflect": false,
|
|
5237
|
+
"defaultValue": "\"The bank account (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.\""
|
|
5238
|
+
},
|
|
5239
|
+
"dashboard_withdrawalSettingsInvalidHeader": {
|
|
5240
|
+
"type": "string",
|
|
5241
|
+
"mutable": false,
|
|
5242
|
+
"complexType": {
|
|
5243
|
+
"original": "string",
|
|
5244
|
+
"resolved": "string",
|
|
5245
|
+
"references": {}
|
|
5246
|
+
},
|
|
5247
|
+
"required": false,
|
|
5248
|
+
"optional": false,
|
|
5249
|
+
"docs": {
|
|
5250
|
+
"tags": [{
|
|
5251
|
+
"text": "Withdrawal settings invalid alert header",
|
|
5252
|
+
"name": "uiName"
|
|
5253
|
+
}],
|
|
5254
|
+
"text": ""
|
|
5255
|
+
},
|
|
5256
|
+
"attribute": "dashboard_withdrawal-settings-invalid-header",
|
|
5257
|
+
"reflect": false,
|
|
5258
|
+
"defaultValue": "\"Your payment information is incomplete or includes invalid characters\""
|
|
5259
|
+
},
|
|
5260
|
+
"dashboard_withdrawalSettingsInvalidDescription": {
|
|
5261
|
+
"type": "string",
|
|
5262
|
+
"mutable": false,
|
|
5263
|
+
"complexType": {
|
|
5264
|
+
"original": "string",
|
|
5265
|
+
"resolved": "string",
|
|
5266
|
+
"references": {}
|
|
5267
|
+
},
|
|
5268
|
+
"required": false,
|
|
5269
|
+
"optional": false,
|
|
5270
|
+
"docs": {
|
|
5271
|
+
"tags": [{
|
|
5272
|
+
"text": "Withdrawal settings invalid alert description",
|
|
5273
|
+
"name": "uiName"
|
|
5274
|
+
}],
|
|
5275
|
+
"text": ""
|
|
5276
|
+
},
|
|
5277
|
+
"attribute": "dashboard_withdrawal-settings-invalid-description",
|
|
5278
|
+
"reflect": false,
|
|
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
|
+
},
|
|
5281
|
+
"dashboard_paymentReturnedHeader": {
|
|
5282
|
+
"type": "string",
|
|
5283
|
+
"mutable": false,
|
|
5284
|
+
"complexType": {
|
|
5285
|
+
"original": "string",
|
|
5286
|
+
"resolved": "string",
|
|
5287
|
+
"references": {}
|
|
5288
|
+
},
|
|
5289
|
+
"required": false,
|
|
5290
|
+
"optional": false,
|
|
5291
|
+
"docs": {
|
|
5292
|
+
"tags": [{
|
|
5293
|
+
"text": "Payment returned alert header",
|
|
5294
|
+
"name": "uiName"
|
|
5295
|
+
}],
|
|
5296
|
+
"text": ""
|
|
5297
|
+
},
|
|
5298
|
+
"attribute": "dashboard_payment-returned-header",
|
|
5299
|
+
"reflect": false,
|
|
5300
|
+
"defaultValue": "\"Payout unsuccessful\""
|
|
5301
|
+
},
|
|
5302
|
+
"dashboard_paymentReturnedDescription": {
|
|
5303
|
+
"type": "string",
|
|
5304
|
+
"mutable": false,
|
|
5305
|
+
"complexType": {
|
|
5306
|
+
"original": "string",
|
|
5307
|
+
"resolved": "string",
|
|
5308
|
+
"references": {}
|
|
5309
|
+
},
|
|
5310
|
+
"required": false,
|
|
5311
|
+
"optional": false,
|
|
5312
|
+
"docs": {
|
|
5313
|
+
"tags": [{
|
|
5314
|
+
"text": "Payment returned alert description",
|
|
5315
|
+
"name": "uiName"
|
|
5316
|
+
}],
|
|
5317
|
+
"text": ""
|
|
5318
|
+
},
|
|
5319
|
+
"attribute": "dashboard_payment-returned-description",
|
|
5320
|
+
"reflect": false,
|
|
5321
|
+
"defaultValue": "\"Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.\""
|
|
5322
|
+
},
|
|
5023
5323
|
"dashboard_termsAndConditions": {
|
|
5024
5324
|
"type": "string",
|
|
5025
5325
|
"mutable": false,
|
|
@@ -5538,7 +5838,7 @@ export class TaxAndCashMonolith {
|
|
|
5538
5838
|
"mutable": false,
|
|
5539
5839
|
"complexType": {
|
|
5540
5840
|
"original": "DemoData<TaxAndCashMonolith>",
|
|
5541
|
-
"resolved": "{ step1_firstName?: string; step1_lastName?: string; step1_email?: string; step1_country?: string; step1_phoneNumber?: string; step1_address?: string; step1_city?: string; step1_state?: string; step1_province?: string; step1_region?: string; step1_postalCode?: string; step1_currency?: string; step1_currencyHelpText?: string; step1_allowBankingCollection?: string; step1_personalInformation?: string; step1_termsAndConditionsLabel?: string; step1_termsAndConditionsLink?: string; step1_searchForCurrencyText?: string; step2_indirectTax?: string; step2_indirectTaxDescription?: string; step2_indirectTaxDetails?: string; step2_otherRegion?: string; step2_otherRegionSubtext?: string; step2_notRegistered?: string; step2_notRegisteredSubtext?: string; step2_selectedRegion?: string; step2_indirectTaxNumber?: string; step2_province?: string; step2_indirectTaxNumberError?: string; step2_qstNumber?: string; step2_isRegisteredQST?: string; step2_isRegisteredSubRegionIncomeTax?: string; step2_subRegion?: string; step2_subRegionTaxNumberLabel?: string; step2_cannotChangeInfoAlert?: string; step3_taxForm?: string; step3_taxFormLabel?: string; step3_participantType?: string; step3_businessEntity?: string; step3_individualParticipant?: string; step3_taxFormDescription?: string; step3_taxFormDescriptionIndividualParticipant?: string; step3_taxFormDescriptionBusinessEntity?: string; step3_docusignExpired?: string; step3_docusignSessionWarning?: string; step3_docusignError?: string; step3_refreshButton?: string; step3_exitButton?: string; step3_modalTitle?: string; step3_modalDescription?: string; step3_modalButtonText?: string; step4_taxAndPayouts?: string; step4_directlyToBankAccount?: string; step4_toPayPalAccount?: string; step4_paymentScheduleBalanceThreshold?: string; step4_paymentScheduleFixedDay?: string; step4_paymentDaySelectLabel?: string; step4_paymentThresholdSelectLabel?: string; step4_paymentDayFirstOfMonthLabelText?: string; step4_paymentDayFifteenthOfMonthLabelText?: string; step4_paymentMethod?: string; step4_paymentSchedule?: string; step4_paymentMethodSubtext?: string; step4_payPalInputLabel?: string; step4_bankLocationLabel?: string; step4_beneficiaryAccountNameLabel?: string; step4_beneficiaryAccountNameDescription?: string; step4_bankAccountTypeLabel?: string; step4_checkingSelectItemLabel?: string; step4_savingsSelectItemLabel?: string; step4_bankAccountNumberLabel?: string; step4_ibanLabel?: string; step4_swiftCodeLabel?: string; step4_routingCodeLabel?: string; step4_bankNameLabel?: string; step4_classificationEntityLabel?: string; step4_businessSelectItemLabel?: string; step4_individualSelectItemLabel?: string; step4_foreignSelectItemLabel?: string; step4_classificationCPFLabel?: string; step4_patronymicNameLabel?: string; step4_voCodeLabel?: string; step4_agencyCodeLabel?: string; step4_branchCodeLabel?: string; step4_classificationLabel?: string; step4_taxPayerIdLabel?: string; step4_bankAddressLabel?: string; step4_bankCityLabel?: string; step4_bankStateLabel?: string; step4_bankPostalCodeLabel?: string; step4_eftWithdrawalLabel?: string; step4_fxWireProcessingFeeLabel?: string; step4_verifyEmailHeaderText?: string; step4_verifyEmailDescriptionText?: string; step4_modalTitle?: string; step4_modalDescription?: string; step4_modalButtonText?: string; dashboard_statusTextActive?: string; dashboard_statusTextNotActive?: string; dashboard_statusTextNotVerified?: string; dashboard_statusTextRequired?: string; dashboard_requiredTaxForm?: string; dashboard_badgeTextSubmittedOn?: string; dashboard_badgeTextSubmittedOnW8?: string; dashboard_badgeTextAwaitingReview?: string; dashboard_taxAlertHeaderNotActiveW9?: string; dashboard_taxAlertHeaderNotActiveW8?: string; dashboard_taxAlertNotActiveMessageW9?: string; dashboard_taxAlertNotActiveMessageW8?: string; dashboard_invalidForm?: string; dashboard_bankingInformationSectionHeader?: string; dashboard_taxDocumentSectionHeader?: string; dashboard_taxDocumentSectionSubHeader?: string; dashboard_noFormNeededSubtext?: string; dashboard_indirectTaxInfoSectionHeader?: string; dashboard_indirectTaxInfoCanada?: string; dashboard_indirectTaxInfoOtherCountry?: string; dashboard_indirectTaxInfoSpain?: string; dashboard_indirectTaxTooltipSupport?: string; dashboard_indirectTaxDetails?: string; dashboard_newFormButton?: string; dashboard_editPaymentInformationButton?: string; dashboard_notRegisteredForTax?: string; dashboard_qstNumber?: string; dashboard_subRegionTaxNumber?: string; dashboard_statusBadgeText?: string; dashboard_thresholdPayoutText?: string; dashboard_accountText?: string; dashboard_invoiceColumnTitle?: string; dashboard_dateColumnTitle?: string; dashboard_earningsColumnTitle?: string; dashboard_indirectTaxColumnTitle?: string; dashboard_payoutFromImpact?: string; dashboard_earningsAfterTaxColumnTitle?: string; dashboard_payoutHoldAlertHeader?: string; dashboard_payoutHoldAlertDescription?: string; dashboard_payoutMissingInformationText?: string; dashboard_invoiceDescription?: string; dashboard_invoicePrevLabel?: string; dashboard_invoiceMoreLabel?: string; dashboard_invoiceHeader?: string; dashboard_invoiceEmptyStateHeader?: string; dashboard_invoiceEmptyStateText?: string; dashboard_replaceTaxFormModalHeader?: string; dashboard_replaceTaxFormModalBodyText?: string; dashboard_verificationRequiredHeader?: string; dashboard_verificationRequiredDescription?: string; dashboard_verificationRequiredInternalHeader?: string; dashboard_verificationRequiredInternalDescription?: string; dashboard_verificationReviewInternalHeader?: string; dashboard_verificationReviewInternalDescription?: string; dashboard_verificationFailedInternalHeader?: string; dashboard_verificationFailedInternalDescription?: string; dashboard_verificationRequiredButtonText?: string; dashboard_w9RequiredHeader?: string; dashboard_w9RequiredDescription?: string; dashboard_accountReviewHeader?: string; dashboard_accountReviewDescription?: string; dashboard_termsAndConditions?: string; dashboard_w9RequiredButtonText?: string; formStep?: string; generalErrorTitle?: string; generalErrorDescription?: string; fieldRequiredError?: string; invalidCharacterError?: string; fieldInvalidError?: string; continueButton?: string; backButton?: string; cancelButton?: string; isPartnerAlertHeader?: string; isPartnerAlertDescription?: string; searchForCountryText?: string; loadingErrorAlertHeader?: string; loadingErrorAlertDescription?: string; taxAndPayoutsDescription?: string; supportLink?: string; termsAndConditions?: string; stateController?: string; demoData?: Partial<Pick<TaxAndCashMonolith, \"step1_firstName\" | \"step1_lastName\" | \"step1_email\" | \"step1_country\" | \"step1_phoneNumber\" | \"step1_address\" | \"step1_city\" | \"step1_state\" | \"step1_province\" | \"step1_region\" | \"step1_postalCode\" | \"step1_currency\" | \"step1_currencyHelpText\" | \"step1_allowBankingCollection\" | \"step1_personalInformation\" | \"step1_termsAndConditionsLabel\" | \"step1_termsAndConditionsLink\" | \"step1_searchForCurrencyText\" | \"step2_indirectTax\" | \"step2_indirectTaxDescription\" | \"step2_indirectTaxDetails\" | \"step2_otherRegion\" | \"step2_otherRegionSubtext\" | \"step2_notRegistered\" | \"step2_notRegisteredSubtext\" | \"step2_selectedRegion\" | \"step2_indirectTaxNumber\" | \"step2_province\" | \"step2_indirectTaxNumberError\" | \"step2_qstNumber\" | \"step2_isRegisteredQST\" | \"step2_isRegisteredSubRegionIncomeTax\" | \"step2_subRegion\" | \"step2_subRegionTaxNumberLabel\" | \"step2_cannotChangeInfoAlert\" | \"step3_taxForm\" | \"step3_taxFormLabel\" | \"step3_participantType\" | \"step3_businessEntity\" | \"step3_individualParticipant\" | \"step3_taxFormDescription\" | \"step3_taxFormDescriptionIndividualParticipant\" | \"step3_taxFormDescriptionBusinessEntity\" | \"step3_docusignExpired\" | \"step3_docusignSessionWarning\" | \"step3_docusignError\" | \"step3_refreshButton\" | \"step3_exitButton\" | \"step3_modalTitle\" | \"step3_modalDescription\" | \"step3_modalButtonText\" | \"step4_taxAndPayouts\" | \"step4_directlyToBankAccount\" | \"step4_toPayPalAccount\" | \"step4_paymentScheduleBalanceThreshold\" | \"step4_paymentScheduleFixedDay\" | \"step4_paymentDaySelectLabel\" | \"step4_paymentThresholdSelectLabel\" | \"step4_paymentDayFirstOfMonthLabelText\" | \"step4_paymentDayFifteenthOfMonthLabelText\" | \"step4_paymentMethod\" | \"step4_paymentSchedule\" | \"step4_paymentMethodSubtext\" | \"step4_payPalInputLabel\" | \"step4_bankLocationLabel\" | \"step4_beneficiaryAccountNameLabel\" | \"step4_beneficiaryAccountNameDescription\" | \"step4_bankAccountTypeLabel\" | \"step4_checkingSelectItemLabel\" | \"step4_savingsSelectItemLabel\" | \"step4_bankAccountNumberLabel\" | \"step4_ibanLabel\" | \"step4_swiftCodeLabel\" | \"step4_routingCodeLabel\" | \"step4_bankNameLabel\" | \"step4_classificationEntityLabel\" | \"step4_businessSelectItemLabel\" | \"step4_individualSelectItemLabel\" | \"step4_foreignSelectItemLabel\" | \"step4_classificationCPFLabel\" | \"step4_patronymicNameLabel\" | \"step4_voCodeLabel\" | \"step4_agencyCodeLabel\" | \"step4_branchCodeLabel\" | \"step4_classificationLabel\" | \"step4_taxPayerIdLabel\" | \"step4_bankAddressLabel\" | \"step4_bankCityLabel\" | \"step4_bankStateLabel\" | \"step4_bankPostalCodeLabel\" | \"step4_eftWithdrawalLabel\" | \"step4_fxWireProcessingFeeLabel\" | \"step4_verifyEmailHeaderText\" | \"step4_verifyEmailDescriptionText\" | \"step4_modalTitle\" | \"step4_modalDescription\" | \"step4_modalButtonText\" | \"dashboard_statusTextActive\" | \"dashboard_statusTextNotActive\" | \"dashboard_statusTextNotVerified\" | \"dashboard_statusTextRequired\" | \"dashboard_requiredTaxForm\" | \"dashboard_badgeTextSubmittedOn\" | \"dashboard_badgeTextSubmittedOnW8\" | \"dashboard_badgeTextAwaitingReview\" | \"dashboard_taxAlertHeaderNotActiveW9\" | \"dashboard_taxAlertHeaderNotActiveW8\" | \"dashboard_taxAlertNotActiveMessageW9\" | \"dashboard_taxAlertNotActiveMessageW8\" | \"dashboard_invalidForm\" | \"dashboard_bankingInformationSectionHeader\" | \"dashboard_taxDocumentSectionHeader\" | \"dashboard_taxDocumentSectionSubHeader\" | \"dashboard_noFormNeededSubtext\" | \"dashboard_indirectTaxInfoSectionHeader\" | \"dashboard_indirectTaxInfoCanada\" | \"dashboard_indirectTaxInfoOtherCountry\" | \"dashboard_indirectTaxInfoSpain\" | \"dashboard_indirectTaxTooltipSupport\" | \"dashboard_indirectTaxDetails\" | \"dashboard_newFormButton\" | \"dashboard_editPaymentInformationButton\" | \"dashboard_notRegisteredForTax\" | \"dashboard_qstNumber\" | \"dashboard_subRegionTaxNumber\" | \"dashboard_statusBadgeText\" | \"dashboard_thresholdPayoutText\" | \"dashboard_accountText\" | \"dashboard_invoiceColumnTitle\" | \"dashboard_dateColumnTitle\" | \"dashboard_earningsColumnTitle\" | \"dashboard_indirectTaxColumnTitle\" | \"dashboard_payoutFromImpact\" | \"dashboard_earningsAfterTaxColumnTitle\" | \"dashboard_payoutHoldAlertHeader\" | \"dashboard_payoutHoldAlertDescription\" | \"dashboard_payoutMissingInformationText\" | \"dashboard_invoiceDescription\" | \"dashboard_invoicePrevLabel\" | \"dashboard_invoiceMoreLabel\" | \"dashboard_invoiceHeader\" | \"dashboard_invoiceEmptyStateHeader\" | \"dashboard_invoiceEmptyStateText\" | \"dashboard_replaceTaxFormModalHeader\" | \"dashboard_replaceTaxFormModalBodyText\" | \"dashboard_verificationRequiredHeader\" | \"dashboard_verificationRequiredDescription\" | \"dashboard_verificationRequiredInternalHeader\" | \"dashboard_verificationRequiredInternalDescription\" | \"dashboard_verificationReviewInternalHeader\" | \"dashboard_verificationReviewInternalDescription\" | \"dashboard_verificationFailedInternalHeader\" | \"dashboard_verificationFailedInternalDescription\" | \"dashboard_verificationRequiredButtonText\" | \"dashboard_w9RequiredHeader\" | \"dashboard_w9RequiredDescription\" | \"dashboard_accountReviewHeader\" | \"dashboard_accountReviewDescription\" | \"dashboard_termsAndConditions\" | \"dashboard_w9RequiredButtonText\" | \"formStep\" | \"generalErrorTitle\" | \"generalErrorDescription\" | \"fieldRequiredError\" | \"invalidCharacterError\" | \"fieldInvalidError\" | \"continueButton\" | \"backButton\" | \"cancelButton\" | \"isPartnerAlertHeader\" | \"isPartnerAlertDescription\" | \"searchForCountryText\" | \"loadingErrorAlertHeader\" | \"loadingErrorAlertDescription\" | \"taxAndPayoutsDescription\" | \"supportLink\" | \"termsAndConditions\" | \"stateController\" | \"demoData\" | \"disconnectedCallback\" | \"getGeneralStepTextProps\" | \"render\">>; disconnectedCallback?: () => void; getGeneralStepTextProps?: (prefix: string) => PickPrefix<TaxAndCashMonolith, string> & { generalErrorTitle: string; generalErrorDescription: string; fieldRequiredError: string; invalidCharacterError: string; fieldInvalidError: string; continueButton: string; backButton: string; cancelButton: string; isPartnerAlertHeader: string; isPartnerAlertDescription: string; loadingErrorAlertHeader: string; loadingErrorAlertDescription: string; taxAndPayoutsDescription: string; searchForCountryText: string; formStep: string; supportLink: string; }; render?: () => any; }",
|
|
5841
|
+
"resolved": "{ step1_firstName?: string; step1_lastName?: string; step1_email?: string; step1_country?: string; step1_phoneNumber?: string; step1_address?: string; step1_city?: string; step1_state?: string; step1_province?: string; step1_region?: string; step1_postalCode?: string; step1_currency?: string; step1_currencyHelpText?: string; step1_allowBankingCollection?: string; step1_personalInformation?: string; step1_termsAndConditionsLabel?: string; step1_termsAndConditionsLink?: string; step1_searchForCurrencyText?: string; step2_indirectTax?: string; step2_indirectTaxDescription?: string; step2_indirectTaxDetails?: string; step2_otherRegion?: string; step2_otherRegionSubtext?: string; step2_notRegistered?: string; step2_notRegisteredSubtext?: string; step2_selectedRegion?: string; step2_indirectTaxNumber?: string; step2_province?: string; step2_indirectTaxNumberError?: string; step2_qstNumber?: string; step2_isRegisteredQST?: string; step2_isRegisteredSubRegionIncomeTax?: string; step2_subRegion?: string; step2_subRegionTaxNumberLabel?: string; step2_cannotChangeInfoAlert?: string; step3_taxForm?: string; step3_taxFormLabel?: string; step3_participantType?: string; step3_businessEntity?: string; step3_individualParticipant?: string; step3_taxFormDescription?: string; step3_taxFormDescriptionIndividualParticipant?: string; step3_taxFormDescriptionBusinessEntity?: string; step3_docusignExpired?: string; step3_docusignSessionWarning?: string; step3_docusignError?: string; step3_refreshButton?: string; step3_exitButton?: string; step3_modalTitle?: string; step3_modalDescription?: string; step3_modalButtonText?: string; step4_taxAndPayouts?: string; step4_directlyToBankAccount?: string; step4_toPayPalAccount?: string; step4_paymentScheduleBalanceThreshold?: string; step4_paymentScheduleFixedDay?: string; step4_paymentDaySelectLabel?: string; step4_paymentThresholdSelectLabel?: string; step4_paymentDayFirstOfMonthLabelText?: string; step4_paymentDayFifteenthOfMonthLabelText?: string; step4_paymentMethod?: string; step4_paymentSchedule?: string; step4_paymentMethodSubtext?: string; step4_payPalInputLabel?: string; step4_bankLocationLabel?: string; step4_beneficiaryAccountNameLabel?: string; step4_beneficiaryAccountNameDescription?: string; step4_bankAccountTypeLabel?: string; step4_checkingSelectItemLabel?: string; step4_savingsSelectItemLabel?: string; step4_bankAccountNumberLabel?: string; step4_ibanLabel?: string; step4_swiftCodeLabel?: string; step4_routingCodeLabel?: string; step4_bankNameLabel?: string; step4_classificationEntityLabel?: string; step4_businessSelectItemLabel?: string; step4_individualSelectItemLabel?: string; step4_foreignSelectItemLabel?: string; step4_classificationCPFLabel?: string; step4_patronymicNameLabel?: string; step4_voCodeLabel?: string; step4_agencyCodeLabel?: string; step4_branchCodeLabel?: string; step4_classificationLabel?: string; step4_taxPayerIdLabel?: string; step4_bankAddressLabel?: string; step4_bankCityLabel?: string; step4_bankStateLabel?: string; step4_bankPostalCodeLabel?: string; step4_eftWithdrawalLabel?: string; step4_fxWireProcessingFeeLabel?: string; step4_verifyEmailHeaderText?: string; step4_verifyEmailDescriptionText?: string; step4_modalTitle?: string; step4_modalDescription?: string; step4_modalButtonText?: string; dashboard_statusTextActive?: string; dashboard_statusTextNotActive?: string; dashboard_statusTextNotVerified?: string; dashboard_statusTextRequired?: string; dashboard_requiredTaxForm?: string; dashboard_badgeTextSubmittedOn?: string; dashboard_badgeTextSubmittedOnW8?: string; dashboard_badgeTextAwaitingReview?: string; dashboard_taxAlertHeaderNotActiveW9?: string; dashboard_taxAlertHeaderNotActiveW8?: string; dashboard_taxAlertNotActiveMessageW9?: string; dashboard_taxAlertNotActiveMessageW8?: string; dashboard_invalidForm?: string; dashboard_bankingInformationSectionHeader?: string; dashboard_taxDocumentSectionHeader?: string; dashboard_taxDocumentSectionSubHeader?: string; dashboard_noFormNeededSubtext?: string; dashboard_indirectTaxInfoSectionHeader?: string; dashboard_indirectTaxInfoCanada?: string; dashboard_indirectTaxInfoOtherCountry?: string; dashboard_indirectTaxInfoSpain?: string; dashboard_indirectTaxTooltipSupport?: string; dashboard_indirectTaxDetails?: string; dashboard_newFormButton?: string; dashboard_editPaymentInformationButton?: string; dashboard_notRegisteredForTax?: string; dashboard_qstNumber?: string; dashboard_subRegionTaxNumber?: string; dashboard_statusBadgeText?: string; dashboard_thresholdPayoutText?: string; dashboard_accountText?: string; dashboard_invoiceColumnTitle?: string; dashboard_dateColumnTitle?: string; dashboard_earningsColumnTitle?: string; dashboard_indirectTaxColumnTitle?: string; dashboard_payoutFromImpact?: string; dashboard_earningsAfterTaxColumnTitle?: string; dashboard_payoutHoldAlertHeader?: string; dashboard_payoutHoldAlertDescription?: string; dashboard_payoutMissingInformationText?: string; dashboard_invoiceDescription?: string; dashboard_invoicePrevLabel?: string; dashboard_invoiceMoreLabel?: string; dashboard_invoiceHeader?: string; dashboard_invoiceEmptyStateHeader?: string; dashboard_invoiceEmptyStateText?: string; dashboard_replaceTaxFormModalHeader?: string; dashboard_replaceTaxFormModalBodyText?: string; dashboard_verificationRequiredHeader?: string; dashboard_verificationRequiredDescription?: string; dashboard_verificationRequiredInternalHeader?: string; dashboard_verificationRequiredInternalDescription?: string; dashboard_verificationReviewInternalHeader?: string; dashboard_verificationReviewInternalDescription?: string; dashboard_verificationFailedInternalHeader?: string; dashboard_verificationFailedInternalDescription?: string; dashboard_verificationRequiredButtonText?: string; dashboard_w9RequiredHeader?: string; dashboard_w9RequiredDescription?: string; dashboard_accountReviewHeader?: string; dashboard_accountReviewDescription?: string; dashboard_paymentOnHoldHeader?: string; dashboard_paymentOnHoldDescription?: string; dashboard_beneficiaryNameInvalidHeader?: string; dashboard_beneficiaryNameInvalidDescription?: string; dashboard_beneficiaryNameMismatchHeader?: string; dashboard_beneficiaryNameMismatchDescription?: string; dashboard_bankNameMismatchHeader?: string; dashboard_bankNameMismatchDescription?: string; dashboard_withdrawalSettingsInvalidHeader?: string; dashboard_withdrawalSettingsInvalidDescription?: string; dashboard_paymentReturnedHeader?: string; dashboard_paymentReturnedDescription?: string; dashboard_termsAndConditions?: string; dashboard_w9RequiredButtonText?: string; formStep?: string; generalErrorTitle?: string; generalErrorDescription?: string; fieldRequiredError?: string; invalidCharacterError?: string; fieldInvalidError?: string; continueButton?: string; backButton?: string; cancelButton?: string; isPartnerAlertHeader?: string; isPartnerAlertDescription?: string; searchForCountryText?: string; loadingErrorAlertHeader?: string; loadingErrorAlertDescription?: string; taxAndPayoutsDescription?: string; supportLink?: string; termsAndConditions?: string; stateController?: string; demoData?: Partial<Pick<TaxAndCashMonolith, \"step1_firstName\" | \"step1_lastName\" | \"step1_email\" | \"step1_country\" | \"step1_phoneNumber\" | \"step1_address\" | \"step1_city\" | \"step1_state\" | \"step1_province\" | \"step1_region\" | \"step1_postalCode\" | \"step1_currency\" | \"step1_currencyHelpText\" | \"step1_allowBankingCollection\" | \"step1_personalInformation\" | \"step1_termsAndConditionsLabel\" | \"step1_termsAndConditionsLink\" | \"step1_searchForCurrencyText\" | \"step2_indirectTax\" | \"step2_indirectTaxDescription\" | \"step2_indirectTaxDetails\" | \"step2_otherRegion\" | \"step2_otherRegionSubtext\" | \"step2_notRegistered\" | \"step2_notRegisteredSubtext\" | \"step2_selectedRegion\" | \"step2_indirectTaxNumber\" | \"step2_province\" | \"step2_indirectTaxNumberError\" | \"step2_qstNumber\" | \"step2_isRegisteredQST\" | \"step2_isRegisteredSubRegionIncomeTax\" | \"step2_subRegion\" | \"step2_subRegionTaxNumberLabel\" | \"step2_cannotChangeInfoAlert\" | \"step3_taxForm\" | \"step3_taxFormLabel\" | \"step3_participantType\" | \"step3_businessEntity\" | \"step3_individualParticipant\" | \"step3_taxFormDescription\" | \"step3_taxFormDescriptionIndividualParticipant\" | \"step3_taxFormDescriptionBusinessEntity\" | \"step3_docusignExpired\" | \"step3_docusignSessionWarning\" | \"step3_docusignError\" | \"step3_refreshButton\" | \"step3_exitButton\" | \"step3_modalTitle\" | \"step3_modalDescription\" | \"step3_modalButtonText\" | \"step4_taxAndPayouts\" | \"step4_directlyToBankAccount\" | \"step4_toPayPalAccount\" | \"step4_paymentScheduleBalanceThreshold\" | \"step4_paymentScheduleFixedDay\" | \"step4_paymentDaySelectLabel\" | \"step4_paymentThresholdSelectLabel\" | \"step4_paymentDayFirstOfMonthLabelText\" | \"step4_paymentDayFifteenthOfMonthLabelText\" | \"step4_paymentMethod\" | \"step4_paymentSchedule\" | \"step4_paymentMethodSubtext\" | \"step4_payPalInputLabel\" | \"step4_bankLocationLabel\" | \"step4_beneficiaryAccountNameLabel\" | \"step4_beneficiaryAccountNameDescription\" | \"step4_bankAccountTypeLabel\" | \"step4_checkingSelectItemLabel\" | \"step4_savingsSelectItemLabel\" | \"step4_bankAccountNumberLabel\" | \"step4_ibanLabel\" | \"step4_swiftCodeLabel\" | \"step4_routingCodeLabel\" | \"step4_bankNameLabel\" | \"step4_classificationEntityLabel\" | \"step4_businessSelectItemLabel\" | \"step4_individualSelectItemLabel\" | \"step4_foreignSelectItemLabel\" | \"step4_classificationCPFLabel\" | \"step4_patronymicNameLabel\" | \"step4_voCodeLabel\" | \"step4_agencyCodeLabel\" | \"step4_branchCodeLabel\" | \"step4_classificationLabel\" | \"step4_taxPayerIdLabel\" | \"step4_bankAddressLabel\" | \"step4_bankCityLabel\" | \"step4_bankStateLabel\" | \"step4_bankPostalCodeLabel\" | \"step4_eftWithdrawalLabel\" | \"step4_fxWireProcessingFeeLabel\" | \"step4_verifyEmailHeaderText\" | \"step4_verifyEmailDescriptionText\" | \"step4_modalTitle\" | \"step4_modalDescription\" | \"step4_modalButtonText\" | \"dashboard_statusTextActive\" | \"dashboard_statusTextNotActive\" | \"dashboard_statusTextNotVerified\" | \"dashboard_statusTextRequired\" | \"dashboard_requiredTaxForm\" | \"dashboard_badgeTextSubmittedOn\" | \"dashboard_badgeTextSubmittedOnW8\" | \"dashboard_badgeTextAwaitingReview\" | \"dashboard_taxAlertHeaderNotActiveW9\" | \"dashboard_taxAlertHeaderNotActiveW8\" | \"dashboard_taxAlertNotActiveMessageW9\" | \"dashboard_taxAlertNotActiveMessageW8\" | \"dashboard_invalidForm\" | \"dashboard_bankingInformationSectionHeader\" | \"dashboard_taxDocumentSectionHeader\" | \"dashboard_taxDocumentSectionSubHeader\" | \"dashboard_noFormNeededSubtext\" | \"dashboard_indirectTaxInfoSectionHeader\" | \"dashboard_indirectTaxInfoCanada\" | \"dashboard_indirectTaxInfoOtherCountry\" | \"dashboard_indirectTaxInfoSpain\" | \"dashboard_indirectTaxTooltipSupport\" | \"dashboard_indirectTaxDetails\" | \"dashboard_newFormButton\" | \"dashboard_editPaymentInformationButton\" | \"dashboard_notRegisteredForTax\" | \"dashboard_qstNumber\" | \"dashboard_subRegionTaxNumber\" | \"dashboard_statusBadgeText\" | \"dashboard_thresholdPayoutText\" | \"dashboard_accountText\" | \"dashboard_invoiceColumnTitle\" | \"dashboard_dateColumnTitle\" | \"dashboard_earningsColumnTitle\" | \"dashboard_indirectTaxColumnTitle\" | \"dashboard_payoutFromImpact\" | \"dashboard_earningsAfterTaxColumnTitle\" | \"dashboard_payoutHoldAlertHeader\" | \"dashboard_payoutHoldAlertDescription\" | \"dashboard_payoutMissingInformationText\" | \"dashboard_invoiceDescription\" | \"dashboard_invoicePrevLabel\" | \"dashboard_invoiceMoreLabel\" | \"dashboard_invoiceHeader\" | \"dashboard_invoiceEmptyStateHeader\" | \"dashboard_invoiceEmptyStateText\" | \"dashboard_replaceTaxFormModalHeader\" | \"dashboard_replaceTaxFormModalBodyText\" | \"dashboard_verificationRequiredHeader\" | \"dashboard_verificationRequiredDescription\" | \"dashboard_verificationRequiredInternalHeader\" | \"dashboard_verificationRequiredInternalDescription\" | \"dashboard_verificationReviewInternalHeader\" | \"dashboard_verificationReviewInternalDescription\" | \"dashboard_verificationFailedInternalHeader\" | \"dashboard_verificationFailedInternalDescription\" | \"dashboard_verificationRequiredButtonText\" | \"dashboard_w9RequiredHeader\" | \"dashboard_w9RequiredDescription\" | \"dashboard_accountReviewHeader\" | \"dashboard_accountReviewDescription\" | \"dashboard_paymentOnHoldHeader\" | \"dashboard_paymentOnHoldDescription\" | \"dashboard_beneficiaryNameInvalidHeader\" | \"dashboard_beneficiaryNameInvalidDescription\" | \"dashboard_beneficiaryNameMismatchHeader\" | \"dashboard_beneficiaryNameMismatchDescription\" | \"dashboard_bankNameMismatchHeader\" | \"dashboard_bankNameMismatchDescription\" | \"dashboard_withdrawalSettingsInvalidHeader\" | \"dashboard_withdrawalSettingsInvalidDescription\" | \"dashboard_paymentReturnedHeader\" | \"dashboard_paymentReturnedDescription\" | \"dashboard_termsAndConditions\" | \"dashboard_w9RequiredButtonText\" | \"formStep\" | \"generalErrorTitle\" | \"generalErrorDescription\" | \"fieldRequiredError\" | \"invalidCharacterError\" | \"fieldInvalidError\" | \"continueButton\" | \"backButton\" | \"cancelButton\" | \"isPartnerAlertHeader\" | \"isPartnerAlertDescription\" | \"searchForCountryText\" | \"loadingErrorAlertHeader\" | \"loadingErrorAlertDescription\" | \"taxAndPayoutsDescription\" | \"supportLink\" | \"termsAndConditions\" | \"stateController\" | \"demoData\" | \"disconnectedCallback\" | \"getGeneralStepTextProps\" | \"render\">>; disconnectedCallback?: () => void; getGeneralStepTextProps?: (prefix: string) => PickPrefix<TaxAndCashMonolith, string> & { generalErrorTitle: string; generalErrorDescription: string; fieldRequiredError: string; invalidCharacterError: string; fieldInvalidError: string; continueButton: string; backButton: string; cancelButton: string; isPartnerAlertHeader: string; isPartnerAlertDescription: string; loadingErrorAlertHeader: string; loadingErrorAlertDescription: string; taxAndPayoutsDescription: string; searchForCountryText: string; formStep: string; supportLink: string; }; render?: () => any; }",
|
|
5542
5842
|
"references": {
|
|
5543
5843
|
"DemoData": {
|
|
5544
5844
|
"location": "import",
|
|
@@ -211,6 +211,11 @@ const style = {
|
|
|
211
211
|
SubduedText: {
|
|
212
212
|
color: "var(--sqm-text-subdued)",
|
|
213
213
|
},
|
|
214
|
+
ButtonContainer: {
|
|
215
|
+
display: "flex",
|
|
216
|
+
gap: "var(--sl-spacing-medium)",
|
|
217
|
+
flexWrap: "wrap",
|
|
218
|
+
},
|
|
214
219
|
};
|
|
215
220
|
const sheet = createStyleSheet(style);
|
|
216
221
|
const styleString = sheet.toString();
|
|
@@ -323,7 +328,7 @@ export const TaxAndCashDashboardView = (props) => {
|
|
|
323
328
|
icon: "exclamation-octagon",
|
|
324
329
|
class: sheet.classes.ErrorHoldAlertContainer,
|
|
325
330
|
};
|
|
326
|
-
case "
|
|
331
|
+
case "NEW_PAYEE_REVIEW":
|
|
327
332
|
return {
|
|
328
333
|
header: text.accountReviewHeader,
|
|
329
334
|
description: intl.formatMessage({
|
|
@@ -337,6 +342,96 @@ export const TaxAndCashDashboardView = (props) => {
|
|
|
337
342
|
icon: "exclamation-triangle",
|
|
338
343
|
class: sheet.classes.WarningHoldAlertContainer,
|
|
339
344
|
};
|
|
345
|
+
case "PAYMENT_HOLD_ON_CHANGE":
|
|
346
|
+
return {
|
|
347
|
+
header: text.paymentHoldOnChangeHeader,
|
|
348
|
+
description: intl.formatMessage({
|
|
349
|
+
id: "accountReviewDescription",
|
|
350
|
+
defaultMessage: text.paymentHoldOnChangeDescription,
|
|
351
|
+
}, {
|
|
352
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
353
|
+
}),
|
|
354
|
+
buttonText: null,
|
|
355
|
+
alertType: "warning",
|
|
356
|
+
icon: "exclamation-triangle",
|
|
357
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
358
|
+
};
|
|
359
|
+
case "BENEFICIARY_NAME_INVALID":
|
|
360
|
+
return {
|
|
361
|
+
header: text.beneficiaryNameInvalidHeader,
|
|
362
|
+
description: intl.formatMessage({
|
|
363
|
+
id: "accountReviewDescription",
|
|
364
|
+
defaultMessage: text.beneficiaryNameInvalidDescription,
|
|
365
|
+
}, {
|
|
366
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
367
|
+
}),
|
|
368
|
+
button: (h("div", { class: sheet.classes.ButtonContainer },
|
|
369
|
+
h("sl-button", { disabled: states.disabled || states.loading, type: "primary", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton),
|
|
370
|
+
h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
371
|
+
alertType: "warning",
|
|
372
|
+
icon: "exclamation-triangle",
|
|
373
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
374
|
+
};
|
|
375
|
+
case "BENEFICIARY_NAME_MISMATCH":
|
|
376
|
+
return {
|
|
377
|
+
header: text.beneficiaryNameMismatchHeader,
|
|
378
|
+
description: intl.formatMessage({
|
|
379
|
+
id: "accountReviewDescription",
|
|
380
|
+
defaultMessage: text.beneficiaryNameMismatchDescription,
|
|
381
|
+
}, {
|
|
382
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
383
|
+
}),
|
|
384
|
+
button: (h("div", { class: sheet.classes.ButtonContainer },
|
|
385
|
+
h("sl-button", { disabled: states.disabled || states.loading, type: "primary", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton),
|
|
386
|
+
h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
387
|
+
alertType: "warning",
|
|
388
|
+
icon: "exclamation-triangle",
|
|
389
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
390
|
+
};
|
|
391
|
+
case "BANK_TAX_NAME_MISMATCH":
|
|
392
|
+
return {
|
|
393
|
+
header: text.bankTaxNameMismatchHeader,
|
|
394
|
+
description: intl.formatMessage({
|
|
395
|
+
id: "accountReviewDescription",
|
|
396
|
+
defaultMessage: text.bankTaxNameMismatchDescription,
|
|
397
|
+
}, {
|
|
398
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
399
|
+
}),
|
|
400
|
+
button: (h("div", { class: sheet.classes.ButtonContainer },
|
|
401
|
+
h("sl-button", { disabled: states.disabled || states.loading, type: "primary", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton),
|
|
402
|
+
h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
403
|
+
alertType: "warning",
|
|
404
|
+
icon: "exclamation-triangle",
|
|
405
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
406
|
+
};
|
|
407
|
+
case "WITHDRAWAL_SETTINGS_INVALID":
|
|
408
|
+
return {
|
|
409
|
+
header: text.withdrawalSettingsInvalidHeader,
|
|
410
|
+
description: intl.formatMessage({
|
|
411
|
+
id: "accountReviewDescription",
|
|
412
|
+
defaultMessage: text.withdrawalSettingsInvalidDescription,
|
|
413
|
+
}, {
|
|
414
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
415
|
+
}),
|
|
416
|
+
button: (h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)),
|
|
417
|
+
alertType: "warning",
|
|
418
|
+
icon: "exclamation-triangle",
|
|
419
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
420
|
+
};
|
|
421
|
+
case "PAYMENT_RETURNED":
|
|
422
|
+
return {
|
|
423
|
+
header: text.paymentReturnedHeader,
|
|
424
|
+
description: intl.formatMessage({
|
|
425
|
+
id: "accountReviewDescription",
|
|
426
|
+
defaultMessage: text.paymentReturnedDescription,
|
|
427
|
+
}, {
|
|
428
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
429
|
+
}),
|
|
430
|
+
button: (h("sl-button", { disabled: states.disabled || states.loading, type: "primary", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)),
|
|
431
|
+
alertType: "error",
|
|
432
|
+
icon: "exclamation-triangle",
|
|
433
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
434
|
+
};
|
|
340
435
|
case "HOLD":
|
|
341
436
|
return {
|
|
342
437
|
header: text.payoutHoldAlertHeader,
|