@saasquatch/mint-components 2.0.3-3 → 2.0.3
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-ae3a32c3.js → ShadowViewAddon-fbc33c53.js} +3 -3
- package/dist/cjs/{data-44260010.js → data-16106637.js} +2 -29
- 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 +76 -339
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +12 -213
- package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -15
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +3 -24
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +5 -85
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +1 -1
- package/dist/collection/components/sqm-image/sqm-image.js +1 -1
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +3 -3
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +0 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +5 -10
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +5 -11
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +40 -46
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +0 -13
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +1 -95
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +7 -360
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +2 -29
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +11 -311
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +1 -96
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +10 -310
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +1 -7
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +12 -21
- 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 +9 -100
- package/dist/esm/{ShadowViewAddon-78a1c35c.js → ShadowViewAddon-7a242b65.js} +3 -3
- package/dist/esm/{data-68816061.js → data-acdb790f.js} +2 -29
- 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 +76 -339
- package/dist/esm/sqm-big-stat_47.entry.js +12 -213
- package/dist/esm/sqm-header-logo.entry.js +2 -15
- package/dist/esm/sqm-stencilbook.entry.js +3 -24
- package/dist/esm-es5/{ShadowViewAddon-78a1c35c.js → ShadowViewAddon-7a242b65.js} +1 -1
- package/dist/esm-es5/{data-68816061.js → data-acdb790f.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-012d31bc.entry.js +99 -0
- package/dist/mint-components/p-2ea6e2fa.entry.js +273 -0
- package/dist/mint-components/p-303b84d7.system.entry.js +1 -0
- package/dist/mint-components/p-469a6450.system.js +6 -0
- package/dist/mint-components/p-6976099f.entry.js +9 -0
- package/dist/mint-components/p-752ede25.system.entry.js +1 -0
- package/dist/mint-components/p-947bacd1.system.js +1 -1
- package/dist/mint-components/p-97747228.system.entry.js +1 -0
- package/dist/mint-components/p-a7ee19dc.entry.js +1 -0
- package/dist/mint-components/{p-e3ee8c37.system.js → p-d7635535.system.js} +1 -1
- package/dist/mint-components/p-e1e7d01c.js +157 -0
- package/dist/mint-components/p-eea87fdc.system.entry.js +1 -0
- package/dist/mint-components/{p-ee83de0e.js → p-ffc3cd7c.js} +1 -1
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +2 -17
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +1 -1
- package/dist/types/components/sqm-image/sqm-image.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +0 -24
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +0 -7
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +0 -16
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +0 -57
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +1 -3
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +0 -48
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +0 -12
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +0 -48
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +0 -2
- package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +0 -1
- package/dist/types/components.d.ts +43 -337
- 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-3f661133.system.entry.js +0 -1
- package/dist/mint-components/p-6c6344d9.system.entry.js +0 -1
- package/dist/mint-components/p-775214ef.entry.js +0 -273
- package/dist/mint-components/p-7e550c3b.system.entry.js +0 -1
- package/dist/mint-components/p-92b5c376.js +0 -157
- package/dist/mint-components/p-93c8ab95.entry.js +0 -106
- package/dist/mint-components/p-9a3ff9b9.entry.js +0 -9
- package/dist/mint-components/p-a2dbc9ad.system.js +0 -6
- package/dist/mint-components/p-bdb6194c.entry.js +0 -1
- package/dist/mint-components/p-c7ac295d.system.entry.js +0 -1
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -2
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +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
|
|
730
|
+
this.dashboard_newFormButton = "Submit new 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 Unsuccessful";
|
|
912
912
|
/**
|
|
913
913
|
* @uiName Verification failed internal alert description
|
|
914
914
|
* @uiGroup Dashboard Properties
|
|
@@ -942,54 +942,6 @@ 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.";
|
|
993
945
|
/**
|
|
994
946
|
* @uiName Terms and Conditions text
|
|
995
947
|
* @uiGroup Dashboard Properties
|
|
@@ -4136,7 +4088,7 @@ export class TaxAndCashMonolith {
|
|
|
4136
4088
|
},
|
|
4137
4089
|
"attribute": "dashboard_new-form-button",
|
|
4138
4090
|
"reflect": false,
|
|
4139
|
-
"defaultValue": "\"Submit new
|
|
4091
|
+
"defaultValue": "\"Submit new form\""
|
|
4140
4092
|
},
|
|
4141
4093
|
"dashboard_editPaymentInformationButton": {
|
|
4142
4094
|
"type": "string",
|
|
@@ -4160,7 +4112,7 @@ export class TaxAndCashMonolith {
|
|
|
4160
4112
|
},
|
|
4161
4113
|
"attribute": "dashboard_edit-payment-information-button",
|
|
4162
4114
|
"reflect": false,
|
|
4163
|
-
"defaultValue": "\"Edit
|
|
4115
|
+
"defaultValue": "\"Edit Payout Information\""
|
|
4164
4116
|
},
|
|
4165
4117
|
"dashboard_notRegisteredForTax": {
|
|
4166
4118
|
"type": "string",
|
|
@@ -4808,7 +4760,7 @@ export class TaxAndCashMonolith {
|
|
|
4808
4760
|
},
|
|
4809
4761
|
"attribute": "dashboard_verification-required-internal-header",
|
|
4810
4762
|
"reflect": false,
|
|
4811
|
-
"defaultValue": "\"Identity
|
|
4763
|
+
"defaultValue": "\"Identity Verification in Progress\""
|
|
4812
4764
|
},
|
|
4813
4765
|
"dashboard_verificationRequiredInternalDescription": {
|
|
4814
4766
|
"type": "string",
|
|
@@ -4862,7 +4814,7 @@ export class TaxAndCashMonolith {
|
|
|
4862
4814
|
},
|
|
4863
4815
|
"attribute": "dashboard_verification-review-internal-header",
|
|
4864
4816
|
"reflect": false,
|
|
4865
|
-
"defaultValue": "\"Identity
|
|
4817
|
+
"defaultValue": "\"Identity Verification Under Review\""
|
|
4866
4818
|
},
|
|
4867
4819
|
"dashboard_verificationReviewInternalDescription": {
|
|
4868
4820
|
"type": "string",
|
|
@@ -4916,7 +4868,7 @@ export class TaxAndCashMonolith {
|
|
|
4916
4868
|
},
|
|
4917
4869
|
"attribute": "dashboard_verification-failed-internal-header",
|
|
4918
4870
|
"reflect": false,
|
|
4919
|
-
"defaultValue": "\"Identity
|
|
4871
|
+
"defaultValue": "\"Identity Verification Unsuccessful\""
|
|
4920
4872
|
},
|
|
4921
4873
|
"dashboard_verificationFailedInternalDescription": {
|
|
4922
4874
|
"type": "string",
|
|
@@ -5068,258 +5020,6 @@ export class TaxAndCashMonolith {
|
|
|
5068
5020
|
"reflect": false,
|
|
5069
5021
|
"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}.\""
|
|
5070
5022
|
},
|
|
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
|
-
},
|
|
5323
5023
|
"dashboard_termsAndConditions": {
|
|
5324
5024
|
"type": "string",
|
|
5325
5025
|
"mutable": false,
|
|
@@ -5838,7 +5538,7 @@ export class TaxAndCashMonolith {
|
|
|
5838
5538
|
"mutable": false,
|
|
5839
5539
|
"complexType": {
|
|
5840
5540
|
"original": "DemoData<TaxAndCashMonolith>",
|
|
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; }",
|
|
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; }",
|
|
5842
5542
|
"references": {
|
|
5843
5543
|
"DemoData": {
|
|
5844
5544
|
"location": "import",
|
|
@@ -211,11 +211,6 @@ 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
|
-
},
|
|
219
214
|
};
|
|
220
215
|
const sheet = createStyleSheet(style);
|
|
221
216
|
const styleString = sheet.toString();
|
|
@@ -328,7 +323,7 @@ export const TaxAndCashDashboardView = (props) => {
|
|
|
328
323
|
icon: "exclamation-octagon",
|
|
329
324
|
class: sheet.classes.ErrorHoldAlertContainer,
|
|
330
325
|
};
|
|
331
|
-
case "
|
|
326
|
+
case "ACCOUNT_REVIEW":
|
|
332
327
|
return {
|
|
333
328
|
header: text.accountReviewHeader,
|
|
334
329
|
description: intl.formatMessage({
|
|
@@ -342,96 +337,6 @@ export const TaxAndCashDashboardView = (props) => {
|
|
|
342
337
|
icon: "exclamation-triangle",
|
|
343
338
|
class: sheet.classes.WarningHoldAlertContainer,
|
|
344
339
|
};
|
|
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
|
-
};
|
|
435
340
|
case "HOLD":
|
|
436
341
|
return {
|
|
437
342
|
header: text.payoutHoldAlertHeader,
|