@saasquatch/mint-components 2.0.1 → 2.0.2-1
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-1b38dcfc.js → ShadowViewAddon-925a8fa6.js} +3 -3
- 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 +339 -110
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +215 -26
- package/dist/cjs/sqm-header-logo.cjs.entry.js +14 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -1
- package/dist/cjs/{data-16106637.js → usePayoutStatus-67c78085.js} +161 -129
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +80 -3
- 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-indirect-tax-form/useIndirectTaxForm.js +46 -40
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +84 -2
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +353 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +36 -3
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +301 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +92 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +300 -0
- 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 +92 -9
- package/dist/esm/{ShadowViewAddon-1adaf077.js → ShadowViewAddon-aae27c2e.js} +3 -3
- 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 +290 -61
- package/dist/esm/sqm-big-stat_47.entry.js +193 -4
- package/dist/esm/sqm-header-logo.entry.js +14 -1
- package/dist/esm/sqm-stencilbook.entry.js +2 -1
- package/dist/esm/{data-acdb790f.js → usePayoutStatus-f064247b.js} +162 -130
- package/dist/esm-es5/{ShadowViewAddon-1adaf077.js → ShadowViewAddon-aae27c2e.js} +1 -1
- 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/esm-es5/usePayoutStatus-f064247b.js +6 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-662ed116.system.entry.js → p-0649123a.system.entry.js} +1 -1
- package/dist/mint-components/p-2933bbe9.system.entry.js +1 -0
- package/dist/mint-components/p-2c86af62.system.entry.js +1 -0
- package/dist/mint-components/p-2e87159a.system.entry.js +1 -0
- package/dist/mint-components/p-2ed300e9.entry.js +1 -0
- package/dist/mint-components/p-3219fdbe.entry.js +99 -0
- package/dist/mint-components/{p-9f8d34d1.system.js → p-38f932ae.system.js} +1 -1
- package/dist/mint-components/p-40e0251f.system.js +6 -0
- package/dist/mint-components/{p-0e1a1b14.js → p-57ce33dd.js} +1 -1
- package/dist/mint-components/{p-31bba357.entry.js → p-5f3eafd4.entry.js} +2 -2
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/mint-components/p-b1c4500e.entry.js +273 -0
- package/dist/mint-components/p-f17b6de6.js +157 -0
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +14 -1
- 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/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 +331 -1
- 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/esm-es5/data-acdb790f.js +0 -6
- package/dist/mint-components/p-010957a1.entry.js +0 -99
- package/dist/mint-components/p-469a6450.system.js +0 -6
- package/dist/mint-components/p-720341b1.entry.js +0 -273
- package/dist/mint-components/p-a7ee19dc.entry.js +0 -1
- package/dist/mint-components/p-d2bb770d.system.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/dist/mint-components/p-fedb9ab8.system.entry.js +0 -1
|
@@ -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 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 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 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 includes invalid characters";
|
|
981
|
+
/**
|
|
982
|
+
* @uiName Withdrawal settings invalid alert description
|
|
983
|
+
*/
|
|
984
|
+
this.dashboard_withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
|
|
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
|
|
@@ -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 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 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 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 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 invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.\""
|
|
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",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { h } from "@stencil/core";
|
|
1
|
+
import { Fragment, h } from "@stencil/core";
|
|
2
2
|
import { intl } from "../../../global/global";
|
|
3
3
|
import { createStyleSheet } from "../../../styling/JSS";
|
|
4
4
|
const style = {
|
|
@@ -323,7 +323,7 @@ export const TaxAndCashDashboardView = (props) => {
|
|
|
323
323
|
icon: "exclamation-octagon",
|
|
324
324
|
class: sheet.classes.ErrorHoldAlertContainer,
|
|
325
325
|
};
|
|
326
|
-
case "
|
|
326
|
+
case "NEW_PAYEE_REVIEW":
|
|
327
327
|
return {
|
|
328
328
|
header: text.accountReviewHeader,
|
|
329
329
|
description: intl.formatMessage({
|
|
@@ -337,6 +337,96 @@ export const TaxAndCashDashboardView = (props) => {
|
|
|
337
337
|
icon: "exclamation-triangle",
|
|
338
338
|
class: sheet.classes.WarningHoldAlertContainer,
|
|
339
339
|
};
|
|
340
|
+
case "PAYMENT_HOLD_ON_CHANGE":
|
|
341
|
+
return {
|
|
342
|
+
header: text.paymentHoldOnChangeHeader,
|
|
343
|
+
description: intl.formatMessage({
|
|
344
|
+
id: "accountReviewDescription",
|
|
345
|
+
defaultMessage: text.paymentHoldOnChangeDescription,
|
|
346
|
+
}, {
|
|
347
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
348
|
+
}),
|
|
349
|
+
buttonText: null,
|
|
350
|
+
alertType: "warning",
|
|
351
|
+
icon: "exclamation-triangle",
|
|
352
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
353
|
+
};
|
|
354
|
+
case "BENEFICIARY_NAME_INVALID":
|
|
355
|
+
return {
|
|
356
|
+
header: text.beneficiaryNameInvalidHeader,
|
|
357
|
+
description: intl.formatMessage({
|
|
358
|
+
id: "accountReviewDescription",
|
|
359
|
+
defaultMessage: text.beneficiaryNameInvalidDescription,
|
|
360
|
+
}, {
|
|
361
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
362
|
+
}),
|
|
363
|
+
button: (h(Fragment, null,
|
|
364
|
+
h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton),
|
|
365
|
+
h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
366
|
+
alertType: "warning",
|
|
367
|
+
icon: "exclamation-triangle",
|
|
368
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
369
|
+
};
|
|
370
|
+
case "BENEFICIARY_NAME_MISMATCH":
|
|
371
|
+
return {
|
|
372
|
+
header: text.beneficiaryNameMismatchHeader,
|
|
373
|
+
description: intl.formatMessage({
|
|
374
|
+
id: "accountReviewDescription",
|
|
375
|
+
defaultMessage: text.beneficiaryNameMismatchDescription,
|
|
376
|
+
}, {
|
|
377
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
378
|
+
}),
|
|
379
|
+
button: (h(Fragment, null,
|
|
380
|
+
h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton),
|
|
381
|
+
h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
382
|
+
alertType: "warning",
|
|
383
|
+
icon: "exclamation-triangle",
|
|
384
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
385
|
+
};
|
|
386
|
+
case "BANK_TAX_NAME_MISMATCH":
|
|
387
|
+
return {
|
|
388
|
+
header: text.bankTaxNameMismatchHeader,
|
|
389
|
+
description: intl.formatMessage({
|
|
390
|
+
id: "accountReviewDescription",
|
|
391
|
+
defaultMessage: text.bankTaxNameMismatchDescription,
|
|
392
|
+
}, {
|
|
393
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
394
|
+
}),
|
|
395
|
+
button: (h(Fragment, null,
|
|
396
|
+
h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton),
|
|
397
|
+
h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
398
|
+
alertType: "warning",
|
|
399
|
+
icon: "exclamation-triangle",
|
|
400
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
401
|
+
};
|
|
402
|
+
case "WITHDRAWAL_SETTINGS_INVALID":
|
|
403
|
+
return {
|
|
404
|
+
header: text.withdrawalSettingsInvalidHeader,
|
|
405
|
+
description: intl.formatMessage({
|
|
406
|
+
id: "accountReviewDescription",
|
|
407
|
+
defaultMessage: text.withdrawalSettingsInvalidDescription,
|
|
408
|
+
}, {
|
|
409
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
410
|
+
}),
|
|
411
|
+
button: (h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)),
|
|
412
|
+
alertType: "warning",
|
|
413
|
+
icon: "exclamation-triangle",
|
|
414
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
415
|
+
};
|
|
416
|
+
case "PAYMENT_RETURNED":
|
|
417
|
+
return {
|
|
418
|
+
header: text.paymentReturnedHeader,
|
|
419
|
+
description: intl.formatMessage({
|
|
420
|
+
id: "accountReviewDescription",
|
|
421
|
+
defaultMessage: text.paymentReturnedDescription,
|
|
422
|
+
}, {
|
|
423
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
424
|
+
}),
|
|
425
|
+
button: (h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)),
|
|
426
|
+
alertType: "warning",
|
|
427
|
+
icon: "exclamation-triangle",
|
|
428
|
+
class: sheet.classes.WarningHoldAlertContainer,
|
|
429
|
+
};
|
|
340
430
|
case "HOLD":
|
|
341
431
|
return {
|
|
342
432
|
header: text.payoutHoldAlertHeader,
|