@saasquatch/mint-components 1.12.0-10 → 1.12.0-12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/mint-components.cjs.js +1 -1
  3. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +138 -59
  4. package/dist/cjs/sqm-big-stat_39.cjs.entry.js +55 -15
  5. package/dist/cjs/sqm-code-verification.cjs.entry.js +4 -4
  6. package/dist/cjs/sqm-email-verification.cjs.entry.js +4 -4
  7. package/dist/cjs/{sqm-invoice-table-view-c58966f8.js → sqm-invoice-table-view-301eed81.js} +78 -23
  8. package/dist/cjs/sqm-stencilbook.cjs.entry.js +11 -21
  9. package/dist/cjs/sqm-widget-verification-internal.cjs.entry.js +7 -1
  10. package/dist/cjs/usePayoutStatus-5ac536a3.js +1045 -0
  11. package/dist/cjs/{useVerificationEmail-6aacdb71.js → useVerificationEmail-2eb28c2a.js} +5 -1
  12. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +3 -3
  13. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +1 -1
  14. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +2 -2
  15. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-internal.js +7 -1
  16. package/dist/collection/components/sqm-widget-verification/useVerificationEmail.js +5 -1
  17. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +75 -23
  18. package/dist/collection/components/tax-and-cash/eventKeys.js +1 -0
  19. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +5 -5
  20. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +3 -0
  21. package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +3 -0
  22. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +3 -0
  23. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.js +0 -7
  24. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +0 -5
  25. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +0 -56
  26. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +5 -9
  27. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +28 -11
  28. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +155 -6
  29. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +20 -9
  30. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +86 -21
  31. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +153 -2
  32. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +13 -5
  33. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +1 -6
  34. package/dist/collection/components/tax-and-cash/useVeriffApp.js +64 -0
  35. package/dist/esm/loader.js +1 -1
  36. package/dist/esm/mint-components.js +1 -1
  37. package/dist/esm/sqm-banking-info-form_16.entry.js +138 -59
  38. package/dist/esm/sqm-big-stat_39.entry.js +55 -15
  39. package/dist/esm/sqm-code-verification.entry.js +4 -4
  40. package/dist/esm/sqm-email-verification.entry.js +4 -4
  41. package/dist/esm/{sqm-invoice-table-view-d1cfdaf4.js → sqm-invoice-table-view-1f26f252.js} +78 -23
  42. package/dist/esm/sqm-stencilbook.entry.js +11 -21
  43. package/dist/esm/sqm-widget-verification-internal.entry.js +7 -1
  44. package/dist/esm/usePayoutStatus-d613ff10.js +1039 -0
  45. package/dist/esm/{useVerificationEmail-c32696ba.js → useVerificationEmail-2a21d0e3.js} +5 -1
  46. package/dist/esm-es5/loader.js +1 -1
  47. package/dist/esm-es5/mint-components.js +1 -1
  48. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  49. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
  50. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  51. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  52. package/dist/esm-es5/sqm-invoice-table-view-1f26f252.js +1 -0
  53. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  54. package/dist/esm-es5/sqm-widget-verification-internal.entry.js +1 -1
  55. package/dist/esm-es5/usePayoutStatus-d613ff10.js +6 -0
  56. package/dist/esm-es5/useVerificationEmail-2a21d0e3.js +1 -0
  57. package/dist/mint-components/mint-components.esm.js +1 -1
  58. package/dist/mint-components/p-03e1ac96.system.entry.js +1 -0
  59. package/dist/mint-components/p-209eab38.system.js +6 -0
  60. package/dist/mint-components/p-2584baa5.entry.js +16 -0
  61. package/dist/mint-components/p-2c99add0.js +31 -0
  62. package/dist/mint-components/p-635f1cf5.system.entry.js +1 -0
  63. package/dist/mint-components/p-78ec0d48.js +1 -0
  64. package/dist/mint-components/p-7d79f697.system.js +1 -0
  65. package/dist/mint-components/p-9379ee08.js +48 -0
  66. package/dist/mint-components/p-9ddcfcd7.entry.js +195 -0
  67. package/dist/mint-components/p-a567ba84.system.entry.js +1 -0
  68. package/dist/mint-components/p-a8c28561.system.js +1 -0
  69. package/dist/mint-components/p-a9b7e11f.entry.js +25 -0
  70. package/dist/mint-components/{p-1712a9fd.entry.js → p-b24b4d75.entry.js} +2 -2
  71. package/dist/mint-components/{p-331d060e.entry.js → p-b9e863d0.entry.js} +14 -14
  72. package/dist/mint-components/p-c5d26757.system.entry.js +1 -0
  73. package/dist/mint-components/{p-b62faaa5.system.entry.js → p-c5f84a95.system.entry.js} +1 -1
  74. package/dist/mint-components/p-ca809fdd.system.js +1 -1
  75. package/dist/mint-components/{p-e45a8501.system.entry.js → p-f7493ca6.system.entry.js} +1 -1
  76. package/dist/mint-components/{p-24092973.entry.js → p-f7902f51.entry.js} +2 -2
  77. package/dist/types/components/sqm-widget-verification/useVerificationEmail.d.ts +1 -0
  78. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +3 -0
  79. package/dist/types/components/tax-and-cash/eventKeys.d.ts +1 -0
  80. package/dist/types/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.d.ts +0 -1
  81. package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.d.ts +0 -4
  82. package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.d.ts +1 -16
  83. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +3 -1
  84. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +7 -2
  85. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +25 -0
  86. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +3 -4
  87. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +8 -4
  88. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +24 -0
  89. package/dist/types/components/tax-and-cash/useVeriffApp.d.ts +6 -0
  90. package/dist/types/components.d.ts +98 -22
  91. package/docs/docs.docx +0 -0
  92. package/docs/raisins.json +1 -1
  93. package/grapesjs/grapesjs.js +1 -1
  94. package/package.json +2 -1
  95. package/dist/cjs/usePayoutStatus-b9fb7399.js +0 -70
  96. package/dist/esm/usePayoutStatus-1a635054.js +0 -67
  97. package/dist/esm-es5/sqm-invoice-table-view-d1cfdaf4.js +0 -1
  98. package/dist/esm-es5/usePayoutStatus-1a635054.js +0 -1
  99. package/dist/esm-es5/useVerificationEmail-c32696ba.js +0 -1
  100. package/dist/mint-components/p-15c7a1d2.system.entry.js +0 -1
  101. package/dist/mint-components/p-1e616d45.system.js +0 -1
  102. package/dist/mint-components/p-4364001c.entry.js +0 -12
  103. package/dist/mint-components/p-4bd7a472.js +0 -1
  104. package/dist/mint-components/p-517224ef.js +0 -19
  105. package/dist/mint-components/p-5a23b560.system.entry.js +0 -1
  106. package/dist/mint-components/p-8300d8c8.system.js +0 -1
  107. package/dist/mint-components/p-8bddb468.system.entry.js +0 -1
  108. package/dist/mint-components/p-974070c4.system.entry.js +0 -1
  109. package/dist/mint-components/p-c41e1df8.entry.js +0 -195
  110. package/dist/mint-components/p-d7806f31.js +0 -48
  111. package/dist/mint-components/p-e990dc21.system.js +0 -1
  112. package/dist/mint-components/p-f340214f.entry.js +0 -25
@@ -1,5 +1,6 @@
1
1
  export declare function useVerificationEmail(): {
2
2
  initialized: boolean;
3
+ verificationEmail: string;
3
4
  send: readonly [() => Promise<any>, {
4
5
  readonly loading: boolean;
5
6
  readonly errors: import("@saasquatch/component-boilerplate/dist/hooks/graphql/useBaseQuery").GraphQlRequestError<any>;
@@ -56,6 +56,9 @@ export declare const TaxAndCashDashboardIndirectTaxCanadaQuebec: () => any;
56
56
  export declare const TaxAndCashDashboardIndirectTaxSpain: () => any;
57
57
  export declare const TaxAndCashDashboardIndirectTaxNotRegistered: () => any;
58
58
  export declare const TaxAndCashDashboardIdentityVerifcationRequired: () => any;
59
+ export declare const TaxAndCashDashboardIdentityVerifcationRequiredInternal: () => any;
60
+ export declare const TaxAndCashDashboardIdentityVerifcationReviewInternal: () => any;
61
+ export declare const TaxAndCashDashboardIdentityVerifcationFailedInternal: () => any;
59
62
  export declare const TaxAndCashDashboardNewTaxForm: () => any;
60
63
  export declare const TaxAndCashDashboardPayoutsOnHold: () => any;
61
64
  export declare const TaxAndCashDashboardLoading: () => any;
@@ -0,0 +1 @@
1
+ export declare const TAX_FORM_UPDATED_EVENT_KEY = "sqm:tax-form-updated";
@@ -3,7 +3,6 @@ declare const _default: {
3
3
  };
4
4
  export default _default;
5
5
  export declare const Loading: () => any;
6
- export declare const Error: () => any;
7
6
  export declare const NextPayout: () => any;
8
7
  export declare const PayoutToday: () => any;
9
8
  export declare const ThresholdPayout: () => any;
@@ -18,10 +18,6 @@ export interface PayoutDetailsCardViewProps {
18
18
  statusBadgeText: string;
19
19
  accountText: string;
20
20
  payoutMissingInformationText: string;
21
- error: {
22
- errorTitleText: string;
23
- errorDescriptionText: string;
24
- };
25
21
  };
26
22
  }
27
23
  export declare function PayoutDetailsCardView(props: PayoutDetailsCardViewProps): any;
@@ -19,16 +19,6 @@ export declare class PayoutDetailsCard {
19
19
  * @uiName Bank account field label
20
20
  */
21
21
  accountText: string;
22
- /**
23
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
24
- * @uiName Payout error message title
25
- */
26
- errorTitleText: string;
27
- /**
28
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
29
- * @uiName Payout error message description
30
- */
31
- errorDescriptionText: string;
32
22
  /**
33
23
  * Text displayed for existing publishers that do not have saved banking information.
34
24
  * @uiName Payout missing information subtext
@@ -40,11 +30,6 @@ export declare class PayoutDetailsCard {
40
30
  demoData?: DemoData<any>;
41
31
  constructor();
42
32
  disconnectedCallback(): void;
43
- getTextProps(): this & {
44
- error: {
45
- errorTitleText: string;
46
- errorDescriptionText: string;
47
- };
48
- };
33
+ getTextProps(): this;
49
34
  render(): any;
50
35
  }
@@ -4,7 +4,9 @@ declare const _default: {
4
4
  export default _default;
5
5
  export declare const InformationRequired: () => any;
6
6
  export declare const VerifyIdentity: () => any;
7
- export declare const VerifyIdentityOpen: () => any;
7
+ export declare const VerifyIdentityRequiredInternal: () => any;
8
+ export declare const VerifyIdentityReviewInternal: () => any;
9
+ export declare const VerifyIdentityFailedInternal: () => any;
8
10
  export declare const Hold: () => any;
9
11
  export declare const Loading: () => any;
10
12
  export declare const Error: () => any;
@@ -4,7 +4,7 @@ export interface PayoutStatusAlertViewProps {
4
4
  error: boolean;
5
5
  loading: boolean;
6
6
  status: PayoutStatus;
7
- showVerifyIdentity: boolean;
7
+ veriffLoading: boolean;
8
8
  };
9
9
  data: {
10
10
  type: "SquatchJS2" | "SquatchAndroid" | "SquatchIOS" | "SquatchPortal" | "SquatchAdmin" | "None";
@@ -12,7 +12,6 @@ export interface PayoutStatusAlertViewProps {
12
12
  callbacks: {
13
13
  onClick: () => void;
14
14
  onTermsClick: () => void;
15
- onCancel: () => void;
16
15
  };
17
16
  text: {
18
17
  informationRequiredHeader: string;
@@ -21,6 +20,12 @@ export interface PayoutStatusAlertViewProps {
21
20
  verificationRequiredHeader: string;
22
21
  verificationRequiredDescription: string;
23
22
  verificationRequiredButtonText: string;
23
+ verificationRequiredInternalHeader: string;
24
+ verificationRequiredInternalDescription: string;
25
+ verificationReviewInternalHeader: string;
26
+ verificationReviewInternalDescription: string;
27
+ verificationFailedInternalHeader: string;
28
+ verificationFailedInternalDescription: string;
24
29
  holdHeader: string;
25
30
  holdDescription: string;
26
31
  errorHeader: string;
@@ -30,12 +30,37 @@ export declare class PayoutStatusAlert {
30
30
  * @uiName Verification required alert button text
31
31
  */
32
32
  verificationRequiredButtonText: string;
33
+ /**
34
+ * @uiName Verification required internal alert header
35
+ */
36
+ verificationRequiredInternalHeader: string;
37
+ /**
38
+ * @uiName Verification required internal alert description
39
+ */
40
+ verificationRequiredInternalDescription: string;
41
+ /**
42
+ * @uiName Verification review internal alert header
43
+ */
44
+ verificationReviewInternalHeader: string;
45
+ /**
46
+ * @uiName Verification review internal alert description
47
+ */
48
+ verificationReviewInternalDescription: string;
49
+ /**
50
+ * @uiName Verification failed internal alert header
51
+ */
52
+ verificationFailedInternalHeader: string;
53
+ /**
54
+ * @uiName Verification failed internal alert description
55
+ */
56
+ verificationFailedInternalDescription: string;
33
57
  /**
34
58
  * @uiName Payout on hold alert header
35
59
  */
36
60
  holdHeader: string;
37
61
  /**
38
62
  * @uiName Payout on hold alert description
63
+ * AL: TODO copy not finalized for support section
39
64
  */
40
65
  holdDescription: string;
41
66
  /**
@@ -1,12 +1,12 @@
1
1
  import { UserQuery } from "../sqm-tax-and-cash/data";
2
2
  import { PayoutStatusAlert } from "./sqm-payout-status-alert";
3
- export declare type PayoutStatus = "INFORMATION_REQUIRED" | "VERIFICATION_NEEDED" | "HOLD" | "DONE";
3
+ export declare type PayoutStatus = "INFORMATION_REQUIRED" | "VERIFICATION:REQUIRED" | "VERIFICATION:INTERNAL" | "VERIFICATION:REVIEW" | "VERIFICATION:FAILED" | "HOLD" | "DONE";
4
4
  export declare function getStatus(data: UserQuery): PayoutStatus;
5
5
  export declare function usePayoutStatus(props: PayoutStatusAlert): {
6
6
  states: {
7
7
  loading: boolean;
8
+ veriffLoading: boolean;
8
9
  status: PayoutStatus;
9
- showVerifyIdentity: boolean;
10
10
  error: boolean;
11
11
  };
12
12
  data: {
@@ -15,7 +15,6 @@ export declare function usePayoutStatus(props: PayoutStatusAlert): {
15
15
  text: PayoutStatusAlert;
16
16
  callbacks: {
17
17
  onTermsClick: () => void;
18
- onClick: () => void;
19
- onCancel: () => void;
18
+ onClick: () => Promise<void>;
20
19
  };
21
20
  };
@@ -22,11 +22,9 @@ export interface TaxAndCashDashboardProps {
22
22
  loading?: boolean;
23
23
  loadingError?: boolean;
24
24
  showNewFormDialog: boolean;
25
- showIdentityVerificationDialog?: boolean;
26
- identiyRequired?: boolean;
27
25
  hasHold: boolean;
28
26
  payoutStatus: PayoutStatus;
29
- showVerifyIdentity: boolean;
27
+ veriffLoading: boolean;
30
28
  errors?: {
31
29
  general?: boolean;
32
30
  };
@@ -36,10 +34,10 @@ export interface TaxAndCashDashboardProps {
36
34
  };
37
35
  callbacks: {
38
36
  onClick: (props: any) => void;
37
+ onVerifyClick: () => void;
39
38
  onEditPayoutInfo: () => void;
40
39
  onNewFormCancel: () => void;
41
40
  onNewFormClick: () => void;
42
- onVerifyIdentityCancel: () => void;
43
41
  };
44
42
  text: {
45
43
  statusTextActive?: string;
@@ -91,6 +89,12 @@ export interface TaxAndCashDashboardProps {
91
89
  verificationRequiredHeader: string;
92
90
  verificationRequiredDescription: string;
93
91
  verificationRequiredButtonText: string;
92
+ verificationRequiredInternalHeader: string;
93
+ verificationRequiredInternalDescription: string;
94
+ verificationReviewInternalHeader: string;
95
+ verificationReviewInternalDescription: string;
96
+ verificationFailedInternalHeader: string;
97
+ verificationFailedInternalDescription: string;
94
98
  cancelButton: string;
95
99
  error: {
96
100
  generalTitle: string;
@@ -191,6 +191,30 @@ export declare class TaxAndCashDashboard {
191
191
  * @uiWidget textArea
192
192
  */
193
193
  verificationRequiredDescription: string;
194
+ /**
195
+ * @uiName Verification required internal alert header
196
+ */
197
+ verificationRequiredInternalHeader: string;
198
+ /**
199
+ * @uiName Verification required internal alert description
200
+ */
201
+ verificationRequiredInternalDescription: string;
202
+ /**
203
+ * @uiName Verification review internal alert header
204
+ */
205
+ verificationReviewInternalHeader: string;
206
+ /**
207
+ * @uiName Verification review internal alert description
208
+ */
209
+ verificationReviewInternalDescription: string;
210
+ /**
211
+ * @uiName Verification failed internal alert header
212
+ */
213
+ verificationFailedInternalHeader: string;
214
+ /**
215
+ * @uiName Verification failed internal alert description
216
+ */
217
+ verificationFailedInternalDescription: string;
194
218
  /**
195
219
  * Part of the alert displayed at the top of the page when the user needs to verify their identity.
196
220
  * @uiName Verification required alert button text
@@ -0,0 +1,6 @@
1
+ export declare const VERIFF_COMPLETE_EVENT_KEY = "sqm:veriff-updated";
2
+ export declare function useVeriffApp(): {
3
+ render: () => Promise<void>;
4
+ loading: boolean;
5
+ errors: import("@saasquatch/component-boilerplate/dist/hooks/graphql/useBaseQuery").GraphQlRequestError<any>;
6
+ };
@@ -1692,16 +1692,6 @@ export namespace Components {
1692
1692
  * @undocumented
1693
1693
  */
1694
1694
  "demoData"?: DemoData<any>;
1695
- /**
1696
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
1697
- * @uiName Payout error message description
1698
- */
1699
- "errorDescriptionText": string;
1700
- /**
1701
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
1702
- * @uiName Payout error message title
1703
- */
1704
- "errorTitleText": string;
1705
1695
  /**
1706
1696
  * Text displayed for existing publishers that do not have saved banking information.
1707
1697
  * @uiName Payout missing information subtext
@@ -1733,7 +1723,7 @@ export namespace Components {
1733
1723
  */
1734
1724
  "errorHeader": string;
1735
1725
  /**
1736
- * @uiName Payout on hold alert description
1726
+ * @uiName Payout on hold alert description AL: TODO copy not finalized for support section
1737
1727
  */
1738
1728
  "holdDescription": string;
1739
1729
  /**
@@ -1756,6 +1746,14 @@ export namespace Components {
1756
1746
  * @uiName Cash & Payouts Terms and Conditions url
1757
1747
  */
1758
1748
  "termsUrl": string;
1749
+ /**
1750
+ * @uiName Verification failed internal alert description
1751
+ */
1752
+ "verificationFailedInternalDescription": string;
1753
+ /**
1754
+ * @uiName Verification failed internal alert header
1755
+ */
1756
+ "verificationFailedInternalHeader": string;
1759
1757
  /**
1760
1758
  * @uiName Verification required alert button text
1761
1759
  */
@@ -1768,6 +1766,22 @@ export namespace Components {
1768
1766
  * @uiName Verification required alert header
1769
1767
  */
1770
1768
  "verificationRequiredHeader": string;
1769
+ /**
1770
+ * @uiName Verification required internal alert description
1771
+ */
1772
+ "verificationRequiredInternalDescription": string;
1773
+ /**
1774
+ * @uiName Verification required internal alert header
1775
+ */
1776
+ "verificationRequiredInternalHeader": string;
1777
+ /**
1778
+ * @uiName Verification review internal alert description
1779
+ */
1780
+ "verificationReviewInternalDescription": string;
1781
+ /**
1782
+ * @uiName Verification review internal alert header
1783
+ */
1784
+ "verificationReviewInternalHeader": string;
1771
1785
  }
1772
1786
  interface SqmPopupContainer {
1773
1787
  /**
@@ -5037,6 +5051,14 @@ export namespace Components {
5037
5051
  * @uiName Payout schedule by threshold text
5038
5052
  */
5039
5053
  "thresholdPayoutText": string;
5054
+ /**
5055
+ * @uiName Verification failed internal alert description
5056
+ */
5057
+ "verificationFailedInternalDescription": string;
5058
+ /**
5059
+ * @uiName Verification failed internal alert header
5060
+ */
5061
+ "verificationFailedInternalHeader": string;
5040
5062
  /**
5041
5063
  * Part of the alert displayed at the top of the page when the user needs to verify their identity.
5042
5064
  * @uiName Verification required alert button text
@@ -5054,6 +5076,22 @@ export namespace Components {
5054
5076
  * @uiWidget textArea
5055
5077
  */
5056
5078
  "verificationRequiredHeader": string;
5079
+ /**
5080
+ * @uiName Verification required internal alert description
5081
+ */
5082
+ "verificationRequiredInternalDescription": string;
5083
+ /**
5084
+ * @uiName Verification required internal alert header
5085
+ */
5086
+ "verificationRequiredInternalHeader": string;
5087
+ /**
5088
+ * @uiName Verification review internal alert description
5089
+ */
5090
+ "verificationReviewInternalDescription": string;
5091
+ /**
5092
+ * @uiName Verification review internal alert header
5093
+ */
5094
+ "verificationReviewInternalHeader": string;
5057
5095
  }
5058
5096
  interface SqmText {
5059
5097
  }
@@ -7830,16 +7868,6 @@ declare namespace LocalJSX {
7830
7868
  * @undocumented
7831
7869
  */
7832
7870
  "demoData"?: DemoData<any>;
7833
- /**
7834
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
7835
- * @uiName Payout error message description
7836
- */
7837
- "errorDescriptionText"?: string;
7838
- /**
7839
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
7840
- * @uiName Payout error message title
7841
- */
7842
- "errorTitleText"?: string;
7843
7871
  /**
7844
7872
  * Text displayed for existing publishers that do not have saved banking information.
7845
7873
  * @uiName Payout missing information subtext
@@ -7871,7 +7899,7 @@ declare namespace LocalJSX {
7871
7899
  */
7872
7900
  "errorHeader"?: string;
7873
7901
  /**
7874
- * @uiName Payout on hold alert description
7902
+ * @uiName Payout on hold alert description AL: TODO copy not finalized for support section
7875
7903
  */
7876
7904
  "holdDescription"?: string;
7877
7905
  /**
@@ -7894,6 +7922,14 @@ declare namespace LocalJSX {
7894
7922
  * @uiName Cash & Payouts Terms and Conditions url
7895
7923
  */
7896
7924
  "termsUrl"?: string;
7925
+ /**
7926
+ * @uiName Verification failed internal alert description
7927
+ */
7928
+ "verificationFailedInternalDescription"?: string;
7929
+ /**
7930
+ * @uiName Verification failed internal alert header
7931
+ */
7932
+ "verificationFailedInternalHeader"?: string;
7897
7933
  /**
7898
7934
  * @uiName Verification required alert button text
7899
7935
  */
@@ -7906,6 +7942,22 @@ declare namespace LocalJSX {
7906
7942
  * @uiName Verification required alert header
7907
7943
  */
7908
7944
  "verificationRequiredHeader"?: string;
7945
+ /**
7946
+ * @uiName Verification required internal alert description
7947
+ */
7948
+ "verificationRequiredInternalDescription"?: string;
7949
+ /**
7950
+ * @uiName Verification required internal alert header
7951
+ */
7952
+ "verificationRequiredInternalHeader"?: string;
7953
+ /**
7954
+ * @uiName Verification review internal alert description
7955
+ */
7956
+ "verificationReviewInternalDescription"?: string;
7957
+ /**
7958
+ * @uiName Verification review internal alert header
7959
+ */
7960
+ "verificationReviewInternalHeader"?: string;
7909
7961
  }
7910
7962
  interface SqmPopupContainer {
7911
7963
  /**
@@ -11151,6 +11203,14 @@ declare namespace LocalJSX {
11151
11203
  * @uiName Payout schedule by threshold text
11152
11204
  */
11153
11205
  "thresholdPayoutText"?: string;
11206
+ /**
11207
+ * @uiName Verification failed internal alert description
11208
+ */
11209
+ "verificationFailedInternalDescription"?: string;
11210
+ /**
11211
+ * @uiName Verification failed internal alert header
11212
+ */
11213
+ "verificationFailedInternalHeader"?: string;
11154
11214
  /**
11155
11215
  * Part of the alert displayed at the top of the page when the user needs to verify their identity.
11156
11216
  * @uiName Verification required alert button text
@@ -11168,6 +11228,22 @@ declare namespace LocalJSX {
11168
11228
  * @uiWidget textArea
11169
11229
  */
11170
11230
  "verificationRequiredHeader"?: string;
11231
+ /**
11232
+ * @uiName Verification required internal alert description
11233
+ */
11234
+ "verificationRequiredInternalDescription"?: string;
11235
+ /**
11236
+ * @uiName Verification required internal alert header
11237
+ */
11238
+ "verificationRequiredInternalHeader"?: string;
11239
+ /**
11240
+ * @uiName Verification review internal alert description
11241
+ */
11242
+ "verificationReviewInternalDescription"?: string;
11243
+ /**
11244
+ * @uiName Verification review internal alert header
11245
+ */
11246
+ "verificationReviewInternalHeader"?: string;
11171
11247
  }
11172
11248
  interface SqmText {
11173
11249
  }
package/docs/docs.docx CHANGED
Binary file