@saasquatch/mint-components 1.12.0-1 → 1.12.0-11
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-88821c64.js → ShadowViewAddon-040cffad.js} +6 -3
- package/dist/cjs/extractProps-fd93ba62.js +21 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +92 -78
- package/dist/cjs/sqm-big-stat_39.cjs.entry.js +128 -63
- package/dist/cjs/sqm-code-verification.cjs.entry.js +67 -77
- package/dist/cjs/sqm-email-verification.cjs.entry.js +158 -12
- package/dist/cjs/{sqm-invoice-table-view-ce9a34ac.js → sqm-invoice-table-view-c58966f8.js} +79 -0
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +56 -14
- package/dist/cjs/sqm-widget-verification-internal.cjs.entry.js +81 -11
- package/dist/cjs/sqm-widget-verification.cjs.entry.js +102 -19
- package/dist/cjs/usePayoutStatus-b9fb7399.js +70 -0
- package/dist/cjs/useVerificationEmail-6aacdb71.js +169 -0
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/sqm-big-stat/useBigStat.js +6 -3
- package/dist/collection/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.js +1 -2
- package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +1 -0
- package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll.js +16 -3
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.js +9 -2
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +20 -10
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +34 -63
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +38 -29
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.js +23 -3
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +17 -4
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +65 -11
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +77 -21
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-internal.js +327 -15
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +447 -22
- package/dist/collection/components/sqm-widget-verification/useVerificationEmail.js +165 -0
- package/dist/collection/components/tax-and-cash/BankingForm.stories.js +1 -0
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +78 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +2 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +7 -0
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +0 -1
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +10 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +72 -13
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +146 -9
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +30 -15
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/data.js +6 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +8 -8
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +22 -16
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +99 -88
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +8 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +1 -6
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +16 -11
- package/dist/esm/{ShadowViewAddon-65c8679e.js → ShadowViewAddon-69b61037.js} +6 -3
- package/dist/esm/extractProps-ae1afbb3.js +19 -0
- package/dist/esm/{keys-a1496e39.js → keys-db1897ae.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_16.entry.js +92 -78
- package/dist/esm/sqm-big-stat_39.entry.js +127 -62
- package/dist/esm/sqm-code-verification.entry.js +69 -79
- package/dist/esm/sqm-email-verification.entry.js +159 -13
- package/dist/esm/{sqm-invoice-table-view-08c03ba7.js → sqm-invoice-table-view-d1cfdaf4.js} +79 -0
- package/dist/esm/sqm-stencilbook.entry.js +56 -14
- package/dist/esm/sqm-widget-verification-internal.entry.js +84 -14
- package/dist/esm/sqm-widget-verification.entry.js +104 -21
- package/dist/esm/usePayoutStatus-1a635054.js +67 -0
- package/dist/esm/useVerificationEmail-c32696ba.js +167 -0
- package/dist/esm-es5/ShadowViewAddon-69b61037.js +1 -0
- package/dist/esm-es5/extractProps-ae1afbb3.js +1 -0
- package/dist/esm-es5/{keys-a1496e39.js → keys-db1897ae.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_16.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
- package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-d1cfdaf4.js +1 -0
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-widget-verification-internal.entry.js +1 -1
- package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
- package/dist/esm-es5/usePayoutStatus-1a635054.js +1 -0
- package/dist/esm-es5/useVerificationEmail-c32696ba.js +1 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-0e45bc0e.system.entry.js +1 -0
- package/dist/mint-components/p-1712a9fd.entry.js +11 -0
- package/dist/mint-components/p-1e616d45.system.js +1 -0
- package/dist/mint-components/{p-721a89c6.entry.js → p-24092973.entry.js} +2 -2
- package/dist/mint-components/p-26468242.js +1 -0
- package/dist/mint-components/p-282a7d85.entry.js +195 -0
- package/dist/mint-components/p-331d060e.entry.js +223 -0
- package/dist/mint-components/p-39840341.js +1 -0
- package/dist/mint-components/p-4364001c.entry.js +12 -0
- package/dist/mint-components/p-4bd7a472.js +1 -0
- package/dist/mint-components/p-517224ef.js +19 -0
- package/dist/mint-components/p-5f766d09.entry.js +25 -0
- package/dist/mint-components/p-8300d8c8.system.js +1 -0
- package/dist/mint-components/p-8bddb468.system.entry.js +1 -0
- package/dist/mint-components/p-9596e97c.system.entry.js +1 -0
- package/dist/mint-components/p-974070c4.system.entry.js +1 -0
- package/dist/mint-components/{p-b651706a.js → p-9eae245f.js} +6 -3
- package/dist/mint-components/p-a8645c1b.system.js +1 -0
- package/dist/mint-components/p-aabab609.system.entry.js +1 -0
- package/dist/mint-components/p-b2a99637.system.js +1 -0
- package/dist/mint-components/{p-66a04cca.system.entry.js → p-b62faaa5.system.entry.js} +1 -1
- package/dist/mint-components/p-c510fb88.entry.js +1 -0
- package/dist/mint-components/p-ca809fdd.system.js +1 -1
- package/dist/mint-components/p-d7806f31.js +48 -0
- package/dist/mint-components/p-e01ac27c.system.js +1 -0
- package/dist/mint-components/p-e45a8501.system.entry.js +1 -0
- package/dist/mint-components/p-e990dc21.system.js +1 -0
- package/dist/types/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.d.ts +0 -1
- package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll.d.ts +7 -0
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.d.ts +1 -0
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.d.ts +3 -3
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.d.ts +4 -10
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.d.ts +2 -0
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.d.ts +4 -1
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.d.ts +6 -1
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.d.ts +10 -2
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.d.ts +3 -2
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-internal.d.ts +15 -0
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +79 -0
- package/dist/types/components/sqm-widget-verification/useVerificationEmail.d.ts +14 -0
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +12 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +41 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +12 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/data.d.ts +6 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +2 -2
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +10 -3
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +19 -18
- package/dist/types/components.d.ts +366 -92
- 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/cjs/useEmailVerification-30a1c7f6.js +0 -75
- package/dist/collection/components/sqm-widget-verification/useWidgetVerification.js +0 -3
- package/dist/esm/useEmailVerification-7135732c.js +0 -72
- package/dist/esm-es5/ShadowViewAddon-65c8679e.js +0 -1
- package/dist/esm-es5/sqm-invoice-table-view-08c03ba7.js +0 -1
- package/dist/esm-es5/useEmailVerification-7135732c.js +0 -1
- package/dist/mint-components/p-117b4705.system.js +0 -1
- package/dist/mint-components/p-1bd0cda8.system.entry.js +0 -1
- package/dist/mint-components/p-1ee62d9f.system.entry.js +0 -1
- package/dist/mint-components/p-1f9a9b70.system.entry.js +0 -1
- package/dist/mint-components/p-23fdd44e.entry.js +0 -1
- package/dist/mint-components/p-36f7caec.system.entry.js +0 -1
- package/dist/mint-components/p-39397731.entry.js +0 -1
- package/dist/mint-components/p-39af4acd.entry.js +0 -240
- package/dist/mint-components/p-4c9b6fbe.system.js +0 -1
- package/dist/mint-components/p-65e2c043.system.js +0 -1
- package/dist/mint-components/p-663303b7.entry.js +0 -8
- package/dist/mint-components/p-6cae44d7.js +0 -1
- package/dist/mint-components/p-7f5c7bf7.system.entry.js +0 -1
- package/dist/mint-components/p-8a337864.js +0 -7
- package/dist/mint-components/p-a02afa72.system.js +0 -1
- package/dist/mint-components/p-a5a9aa07.entry.js +0 -189
- package/dist/mint-components/p-c763c0b2.js +0 -1
- package/dist/mint-components/p-e93e5740.entry.js +0 -1
- package/dist/mint-components/p-e9ca48fc.system.entry.js +0 -1
- package/dist/types/components/sqm-widget-verification/useWidgetVerification.d.ts +0 -1
|
@@ -442,15 +442,14 @@ export namespace Components {
|
|
|
442
442
|
*/
|
|
443
443
|
"networkErrorMessage": string;
|
|
444
444
|
/**
|
|
445
|
-
*
|
|
446
|
-
* @uiName Resend code label
|
|
445
|
+
* @undocumented
|
|
447
446
|
*/
|
|
448
|
-
"
|
|
447
|
+
"onVerification"?: (token: string) => any;
|
|
449
448
|
/**
|
|
450
449
|
* The link that appears in the resend code link
|
|
451
|
-
* @uiName Resend code
|
|
450
|
+
* @uiName Resend code label
|
|
452
451
|
*/
|
|
453
|
-
"
|
|
452
|
+
"resendCodeLabel": string;
|
|
454
453
|
/**
|
|
455
454
|
* Text displayed under verify button
|
|
456
455
|
* @uiName Resend code text
|
|
@@ -460,11 +459,6 @@ export namespace Components {
|
|
|
460
459
|
* @uiName Reverify code widget header text
|
|
461
460
|
*/
|
|
462
461
|
"reverifyCodeHeaderText": string;
|
|
463
|
-
/**
|
|
464
|
-
* Link text displayed under the verify button
|
|
465
|
-
* @uiName Use different email text
|
|
466
|
-
*/
|
|
467
|
-
"useDifferentEmailText": string;
|
|
468
462
|
/**
|
|
469
463
|
* @uiName Verify code widget header text
|
|
470
464
|
*/
|
|
@@ -789,9 +783,17 @@ export namespace Components {
|
|
|
789
783
|
*/
|
|
790
784
|
"emailLabel": string;
|
|
791
785
|
/**
|
|
792
|
-
* @uiName
|
|
786
|
+
* @uiName Send code button text
|
|
787
|
+
*/
|
|
788
|
+
"emailValidationErrorText": string;
|
|
789
|
+
/**
|
|
790
|
+
* @uiName Send code to email alert description
|
|
793
791
|
*/
|
|
794
|
-
"
|
|
792
|
+
"sendCodeErrorDescription": string;
|
|
793
|
+
/**
|
|
794
|
+
* @uiName Send code to email alert header
|
|
795
|
+
*/
|
|
796
|
+
"sendCodeErrorHeader": string;
|
|
795
797
|
/**
|
|
796
798
|
* @uiName Send code button text
|
|
797
799
|
*/
|
|
@@ -1670,7 +1672,14 @@ export namespace Components {
|
|
|
1670
1672
|
* @uiType object
|
|
1671
1673
|
*/
|
|
1672
1674
|
"demoData"?: DemoData<PayoutButtonScrollViewProps>;
|
|
1675
|
+
/**
|
|
1676
|
+
* Description text under payout button
|
|
1677
|
+
* @uiName Payout button description text
|
|
1678
|
+
*/
|
|
1673
1679
|
"payoutButtonDescription": string;
|
|
1680
|
+
/**
|
|
1681
|
+
* @uiName Payout button text
|
|
1682
|
+
*/
|
|
1674
1683
|
"payoutButtonText": string;
|
|
1675
1684
|
}
|
|
1676
1685
|
interface SqmPayoutDetailsCard {
|
|
@@ -1715,13 +1724,49 @@ export namespace Components {
|
|
|
1715
1724
|
* @uiType object
|
|
1716
1725
|
*/
|
|
1717
1726
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
1727
|
+
/**
|
|
1728
|
+
* @uiName Error description
|
|
1729
|
+
*/
|
|
1730
|
+
"errorDescription": string;
|
|
1731
|
+
/**
|
|
1732
|
+
* @uiName Error header
|
|
1733
|
+
*/
|
|
1734
|
+
"errorHeader": string;
|
|
1735
|
+
/**
|
|
1736
|
+
* @uiName Payout on hold alert description
|
|
1737
|
+
*/
|
|
1718
1738
|
"holdDescription": string;
|
|
1739
|
+
/**
|
|
1740
|
+
* @uiName Payout on hold alert header
|
|
1741
|
+
*/
|
|
1719
1742
|
"holdHeader": string;
|
|
1743
|
+
/**
|
|
1744
|
+
* @uiName Info required alert button text
|
|
1745
|
+
*/
|
|
1720
1746
|
"informationRequiredButtonText": string;
|
|
1747
|
+
/**
|
|
1748
|
+
* @uiName Info required alert description
|
|
1749
|
+
*/
|
|
1721
1750
|
"informationRequiredDescription": string;
|
|
1751
|
+
/**
|
|
1752
|
+
* @uiName Info required alert header
|
|
1753
|
+
*/
|
|
1722
1754
|
"informationRequiredHeader": string;
|
|
1755
|
+
/**
|
|
1756
|
+
* @uiName Cash & Payouts Terms and Conditions url
|
|
1757
|
+
*/
|
|
1758
|
+
"termsUrl": string;
|
|
1759
|
+
/**
|
|
1760
|
+
* @uiName Verification required alert button text
|
|
1761
|
+
*/
|
|
1723
1762
|
"verificationRequiredButtonText": string;
|
|
1763
|
+
/**
|
|
1764
|
+
* @uiName Verification required alert description
|
|
1765
|
+
*/
|
|
1724
1766
|
"verificationRequiredDescription": string;
|
|
1767
|
+
/**
|
|
1768
|
+
* @uiName Verification required alert header
|
|
1769
|
+
*/
|
|
1725
1770
|
"verificationRequiredHeader": string;
|
|
1726
1771
|
}
|
|
1727
1772
|
interface SqmPopupContainer {
|
|
@@ -3948,20 +3993,6 @@ export namespace Components {
|
|
|
3948
3993
|
* @uiGroup Dashboard Properties
|
|
3949
3994
|
*/
|
|
3950
3995
|
"dashboard_editPaymentInformationButton": string;
|
|
3951
|
-
/**
|
|
3952
|
-
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
3953
|
-
* @uiName Payout error message description
|
|
3954
|
-
* @uiGroup Dashboard Properties
|
|
3955
|
-
* @uiWidget textArea
|
|
3956
|
-
*/
|
|
3957
|
-
"dashboard_errorDescriptionText": string;
|
|
3958
|
-
/**
|
|
3959
|
-
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
3960
|
-
* @uiName Payout error message title
|
|
3961
|
-
* @uiGroup Dashboard Properties
|
|
3962
|
-
* @uiWidget textArea
|
|
3963
|
-
*/
|
|
3964
|
-
"dashboard_errorTitleText": string;
|
|
3965
3996
|
/**
|
|
3966
3997
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
3967
3998
|
* @uiName Indirect tax column title
|
|
@@ -4234,6 +4265,20 @@ export namespace Components {
|
|
|
4234
4265
|
* @uiWidget textArea
|
|
4235
4266
|
*/
|
|
4236
4267
|
"loadingErrorAlertHeader": string;
|
|
4268
|
+
/**
|
|
4269
|
+
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
4270
|
+
* @uiName Payout error message description
|
|
4271
|
+
* @uiGroup Dashboard Properties
|
|
4272
|
+
* @uiWidget textArea
|
|
4273
|
+
*/
|
|
4274
|
+
"payoutHoldAlertDescription": string;
|
|
4275
|
+
/**
|
|
4276
|
+
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
4277
|
+
* @uiName Payout error message title
|
|
4278
|
+
* @uiGroup Dashboard Properties
|
|
4279
|
+
* @uiWidget textArea
|
|
4280
|
+
*/
|
|
4281
|
+
"payoutHoldAlertHeader": string;
|
|
4237
4282
|
/**
|
|
4238
4283
|
* Placeholder text displayed in the country search dropdown
|
|
4239
4284
|
* @uiName Country field placeholder text
|
|
@@ -4785,18 +4830,6 @@ export namespace Components {
|
|
|
4785
4830
|
* @uiName Edit payment info button label
|
|
4786
4831
|
*/
|
|
4787
4832
|
"editPaymentInformationButton": string;
|
|
4788
|
-
/**
|
|
4789
|
-
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
4790
|
-
* @uiName Payout error message description
|
|
4791
|
-
* @uiWidget textArea
|
|
4792
|
-
*/
|
|
4793
|
-
"errorDescriptionText": string;
|
|
4794
|
-
/**
|
|
4795
|
-
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
4796
|
-
* @uiName Payout error message title
|
|
4797
|
-
* @uiWidget textArea
|
|
4798
|
-
*/
|
|
4799
|
-
"errorTitleText": string;
|
|
4800
4833
|
/**
|
|
4801
4834
|
* Part of the alert displayed at the top of the page.
|
|
4802
4835
|
* @uiName Form submission error message description
|
|
@@ -4911,6 +4944,18 @@ export namespace Components {
|
|
|
4911
4944
|
* @uiWidget textArea
|
|
4912
4945
|
*/
|
|
4913
4946
|
"payoutFromImpact": string;
|
|
4947
|
+
/**
|
|
4948
|
+
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
4949
|
+
* @uiName Payout error message description
|
|
4950
|
+
* @uiWidget textArea
|
|
4951
|
+
*/
|
|
4952
|
+
"payoutHoldAlertDescription": string;
|
|
4953
|
+
/**
|
|
4954
|
+
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
4955
|
+
* @uiName Payout error message title
|
|
4956
|
+
* @uiWidget textArea
|
|
4957
|
+
*/
|
|
4958
|
+
"payoutHoldAlertHeader": string;
|
|
4914
4959
|
/**
|
|
4915
4960
|
* Text displayed for existing publishers that do not have saved banking information.
|
|
4916
4961
|
* @uiName Payout missing information subtext
|
|
@@ -4993,19 +5038,22 @@ export namespace Components {
|
|
|
4993
5038
|
*/
|
|
4994
5039
|
"thresholdPayoutText": string;
|
|
4995
5040
|
/**
|
|
4996
|
-
* Part of the alert displayed at the top of the page.
|
|
4997
|
-
* @uiName
|
|
5041
|
+
* Part of the alert displayed at the top of the page when the user needs to verify their identity.
|
|
5042
|
+
* @uiName Verification required alert button text
|
|
4998
5043
|
*/
|
|
4999
|
-
"
|
|
5044
|
+
"verificationRequiredButtonText": string;
|
|
5000
5045
|
/**
|
|
5001
|
-
* Part of the alert displayed at the top of the page
|
|
5002
|
-
* @uiName
|
|
5046
|
+
* Part of the alert displayed at the top of the page when the user needs to verify their identity
|
|
5047
|
+
* @uiName Verification required alert message description
|
|
5048
|
+
* @uiWidget textArea
|
|
5003
5049
|
*/
|
|
5004
|
-
"
|
|
5050
|
+
"verificationRequiredDescription": string;
|
|
5005
5051
|
/**
|
|
5006
|
-
*
|
|
5052
|
+
* Part of the alert displayed at the top of the page when the user needs to verify their identity.
|
|
5053
|
+
* @uiName Verification required alert message title
|
|
5054
|
+
* @uiWidget textArea
|
|
5007
5055
|
*/
|
|
5008
|
-
"
|
|
5056
|
+
"verificationRequiredHeader": string;
|
|
5009
5057
|
}
|
|
5010
5058
|
interface SqmText {
|
|
5011
5059
|
}
|
|
@@ -5253,8 +5301,97 @@ export namespace Components {
|
|
|
5253
5301
|
"loadingText": string;
|
|
5254
5302
|
}
|
|
5255
5303
|
interface SqmWidgetVerification {
|
|
5304
|
+
/**
|
|
5305
|
+
* Link text displayed under verify button
|
|
5306
|
+
* @uiName Resend code text
|
|
5307
|
+
* @uiGroup Code Verification Step
|
|
5308
|
+
*/
|
|
5309
|
+
"codeStep_codeResentSuccessfullyText": string;
|
|
5310
|
+
/**
|
|
5311
|
+
* Error text displayed under verification input
|
|
5312
|
+
* @uiName Invalid code text
|
|
5313
|
+
* @uiGroup Code Verification Step
|
|
5314
|
+
*/
|
|
5315
|
+
"codeStep_invalidCodeText": string;
|
|
5316
|
+
/**
|
|
5317
|
+
* Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
|
|
5318
|
+
* @uiName Network error message
|
|
5319
|
+
* @uiGroup Code Verification Step
|
|
5320
|
+
*/
|
|
5321
|
+
"codeStep_networkErrorMessage": string;
|
|
5322
|
+
/**
|
|
5323
|
+
* The link that appears in the resend code link
|
|
5324
|
+
* @uiName Resend code label
|
|
5325
|
+
* @uiGroup Code Verification Step
|
|
5326
|
+
*/
|
|
5327
|
+
"codeStep_resendCodeLabel": string;
|
|
5328
|
+
/**
|
|
5329
|
+
* Text displayed under verify button
|
|
5330
|
+
* @uiName Resend code text
|
|
5331
|
+
* @uiGroup Code Verification Step
|
|
5332
|
+
*/
|
|
5333
|
+
"codeStep_resendCodeText": string;
|
|
5334
|
+
/**
|
|
5335
|
+
* @uiName Reverify code widget header text
|
|
5336
|
+
* @uiGroup Code Verification Step
|
|
5337
|
+
*/
|
|
5338
|
+
"codeStep_reverifyCodeHeaderText": string;
|
|
5339
|
+
/**
|
|
5340
|
+
* @uiName Verify code widget header text
|
|
5341
|
+
* @uiGroup Code Verification Step
|
|
5342
|
+
*/
|
|
5343
|
+
"codeStep_verifyCodeHeaderText": string;
|
|
5344
|
+
/**
|
|
5345
|
+
* @uiName Verify code button text
|
|
5346
|
+
* @uiGroup Code Verification Step
|
|
5347
|
+
*/
|
|
5348
|
+
"codeStep_verifyText": string;
|
|
5349
|
+
/**
|
|
5350
|
+
* @uiName Email input label
|
|
5351
|
+
* @uiGroup Email Verification Step
|
|
5352
|
+
*/
|
|
5353
|
+
"emailStep_emailLabel": string;
|
|
5354
|
+
/**
|
|
5355
|
+
* @uiName Send code button text
|
|
5356
|
+
* @uiGroup Email Verification Step
|
|
5357
|
+
*/
|
|
5358
|
+
"emailStep_emailValidationErrorText": string;
|
|
5359
|
+
/**
|
|
5360
|
+
* @uiName Send code to email alert description
|
|
5361
|
+
* @uiGroup Email Verification Step
|
|
5362
|
+
*/
|
|
5363
|
+
"emailStep_sendCodeErrorDescription": string;
|
|
5364
|
+
/**
|
|
5365
|
+
* @uiName Send code to email alert header
|
|
5366
|
+
* @uiGroup Email Verification Step
|
|
5367
|
+
*/
|
|
5368
|
+
"emailStep_sendCodeErrorHeader": string;
|
|
5369
|
+
/**
|
|
5370
|
+
* @uiName Send code button text
|
|
5371
|
+
* @uiGroup Email Verification Step
|
|
5372
|
+
*/
|
|
5373
|
+
"emailStep_sendCodeText": string;
|
|
5374
|
+
/**
|
|
5375
|
+
* @uiName Verify email widget header text
|
|
5376
|
+
* @uiGroup Email Verification Step
|
|
5377
|
+
*/
|
|
5378
|
+
"emailStep_verifyEmailHeaderText": string;
|
|
5256
5379
|
}
|
|
5257
5380
|
interface SqmWidgetVerificationInternal {
|
|
5381
|
+
"codeStep_codeResentSuccessfullyText": string;
|
|
5382
|
+
"codeStep_invalidCodeText": string;
|
|
5383
|
+
"codeStep_networkErrorMessage": string;
|
|
5384
|
+
"codeStep_resendCodeLabel": string;
|
|
5385
|
+
"codeStep_resendCodeText": string;
|
|
5386
|
+
"codeStep_reverifyCodeHeaderText": string;
|
|
5387
|
+
"codeStep_verifyCodeHeaderText": string;
|
|
5388
|
+
"codeStep_verifyText": string;
|
|
5389
|
+
"emailStep_emailLabel": string;
|
|
5390
|
+
"emailStep_emailValidationErrorText": string;
|
|
5391
|
+
"emailStep_sendCodeErrorDescription": string;
|
|
5392
|
+
"emailStep_sendCodeErrorHeader": string;
|
|
5393
|
+
"emailStep_sendCodeText": string;
|
|
5394
|
+
"emailStep_verifyEmailHeaderText": string;
|
|
5258
5395
|
}
|
|
5259
5396
|
}
|
|
5260
5397
|
declare global {
|
|
@@ -6449,15 +6586,14 @@ declare namespace LocalJSX {
|
|
|
6449
6586
|
*/
|
|
6450
6587
|
"networkErrorMessage"?: string;
|
|
6451
6588
|
/**
|
|
6452
|
-
*
|
|
6453
|
-
* @uiName Resend code label
|
|
6589
|
+
* @undocumented
|
|
6454
6590
|
*/
|
|
6455
|
-
"
|
|
6591
|
+
"onVerification"?: (token: string) => any;
|
|
6456
6592
|
/**
|
|
6457
6593
|
* The link that appears in the resend code link
|
|
6458
|
-
* @uiName Resend code
|
|
6594
|
+
* @uiName Resend code label
|
|
6459
6595
|
*/
|
|
6460
|
-
"
|
|
6596
|
+
"resendCodeLabel"?: string;
|
|
6461
6597
|
/**
|
|
6462
6598
|
* Text displayed under verify button
|
|
6463
6599
|
* @uiName Resend code text
|
|
@@ -6467,11 +6603,6 @@ declare namespace LocalJSX {
|
|
|
6467
6603
|
* @uiName Reverify code widget header text
|
|
6468
6604
|
*/
|
|
6469
6605
|
"reverifyCodeHeaderText"?: string;
|
|
6470
|
-
/**
|
|
6471
|
-
* Link text displayed under the verify button
|
|
6472
|
-
* @uiName Use different email text
|
|
6473
|
-
*/
|
|
6474
|
-
"useDifferentEmailText"?: string;
|
|
6475
6606
|
/**
|
|
6476
6607
|
* @uiName Verify code widget header text
|
|
6477
6608
|
*/
|
|
@@ -6796,9 +6927,17 @@ declare namespace LocalJSX {
|
|
|
6796
6927
|
*/
|
|
6797
6928
|
"emailLabel"?: string;
|
|
6798
6929
|
/**
|
|
6799
|
-
* @uiName
|
|
6930
|
+
* @uiName Send code button text
|
|
6931
|
+
*/
|
|
6932
|
+
"emailValidationErrorText"?: string;
|
|
6933
|
+
/**
|
|
6934
|
+
* @uiName Send code to email alert description
|
|
6800
6935
|
*/
|
|
6801
|
-
"
|
|
6936
|
+
"sendCodeErrorDescription"?: string;
|
|
6937
|
+
/**
|
|
6938
|
+
* @uiName Send code to email alert header
|
|
6939
|
+
*/
|
|
6940
|
+
"sendCodeErrorHeader"?: string;
|
|
6802
6941
|
/**
|
|
6803
6942
|
* @uiName Send code button text
|
|
6804
6943
|
*/
|
|
@@ -7671,7 +7810,14 @@ declare namespace LocalJSX {
|
|
|
7671
7810
|
* @uiType object
|
|
7672
7811
|
*/
|
|
7673
7812
|
"demoData"?: DemoData<PayoutButtonScrollViewProps>;
|
|
7813
|
+
/**
|
|
7814
|
+
* Description text under payout button
|
|
7815
|
+
* @uiName Payout button description text
|
|
7816
|
+
*/
|
|
7674
7817
|
"payoutButtonDescription"?: string;
|
|
7818
|
+
/**
|
|
7819
|
+
* @uiName Payout button text
|
|
7820
|
+
*/
|
|
7675
7821
|
"payoutButtonText"?: string;
|
|
7676
7822
|
}
|
|
7677
7823
|
interface SqmPayoutDetailsCard {
|
|
@@ -7716,13 +7862,49 @@ declare namespace LocalJSX {
|
|
|
7716
7862
|
* @uiType object
|
|
7717
7863
|
*/
|
|
7718
7864
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
7865
|
+
/**
|
|
7866
|
+
* @uiName Error description
|
|
7867
|
+
*/
|
|
7868
|
+
"errorDescription"?: string;
|
|
7869
|
+
/**
|
|
7870
|
+
* @uiName Error header
|
|
7871
|
+
*/
|
|
7872
|
+
"errorHeader"?: string;
|
|
7873
|
+
/**
|
|
7874
|
+
* @uiName Payout on hold alert description
|
|
7875
|
+
*/
|
|
7719
7876
|
"holdDescription"?: string;
|
|
7877
|
+
/**
|
|
7878
|
+
* @uiName Payout on hold alert header
|
|
7879
|
+
*/
|
|
7720
7880
|
"holdHeader"?: string;
|
|
7881
|
+
/**
|
|
7882
|
+
* @uiName Info required alert button text
|
|
7883
|
+
*/
|
|
7721
7884
|
"informationRequiredButtonText"?: string;
|
|
7885
|
+
/**
|
|
7886
|
+
* @uiName Info required alert description
|
|
7887
|
+
*/
|
|
7722
7888
|
"informationRequiredDescription"?: string;
|
|
7889
|
+
/**
|
|
7890
|
+
* @uiName Info required alert header
|
|
7891
|
+
*/
|
|
7723
7892
|
"informationRequiredHeader"?: string;
|
|
7893
|
+
/**
|
|
7894
|
+
* @uiName Cash & Payouts Terms and Conditions url
|
|
7895
|
+
*/
|
|
7896
|
+
"termsUrl"?: string;
|
|
7897
|
+
/**
|
|
7898
|
+
* @uiName Verification required alert button text
|
|
7899
|
+
*/
|
|
7724
7900
|
"verificationRequiredButtonText"?: string;
|
|
7901
|
+
/**
|
|
7902
|
+
* @uiName Verification required alert description
|
|
7903
|
+
*/
|
|
7725
7904
|
"verificationRequiredDescription"?: string;
|
|
7905
|
+
/**
|
|
7906
|
+
* @uiName Verification required alert header
|
|
7907
|
+
*/
|
|
7726
7908
|
"verificationRequiredHeader"?: string;
|
|
7727
7909
|
}
|
|
7728
7910
|
interface SqmPopupContainer {
|
|
@@ -9925,20 +10107,6 @@ declare namespace LocalJSX {
|
|
|
9925
10107
|
* @uiGroup Dashboard Properties
|
|
9926
10108
|
*/
|
|
9927
10109
|
"dashboard_editPaymentInformationButton"?: string;
|
|
9928
|
-
/**
|
|
9929
|
-
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
9930
|
-
* @uiName Payout error message description
|
|
9931
|
-
* @uiGroup Dashboard Properties
|
|
9932
|
-
* @uiWidget textArea
|
|
9933
|
-
*/
|
|
9934
|
-
"dashboard_errorDescriptionText"?: string;
|
|
9935
|
-
/**
|
|
9936
|
-
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
9937
|
-
* @uiName Payout error message title
|
|
9938
|
-
* @uiGroup Dashboard Properties
|
|
9939
|
-
* @uiWidget textArea
|
|
9940
|
-
*/
|
|
9941
|
-
"dashboard_errorTitleText"?: string;
|
|
9942
10110
|
/**
|
|
9943
10111
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
9944
10112
|
* @uiName Indirect tax column title
|
|
@@ -10211,6 +10379,20 @@ declare namespace LocalJSX {
|
|
|
10211
10379
|
* @uiWidget textArea
|
|
10212
10380
|
*/
|
|
10213
10381
|
"loadingErrorAlertHeader"?: string;
|
|
10382
|
+
/**
|
|
10383
|
+
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
10384
|
+
* @uiName Payout error message description
|
|
10385
|
+
* @uiGroup Dashboard Properties
|
|
10386
|
+
* @uiWidget textArea
|
|
10387
|
+
*/
|
|
10388
|
+
"payoutHoldAlertDescription"?: string;
|
|
10389
|
+
/**
|
|
10390
|
+
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
10391
|
+
* @uiName Payout error message title
|
|
10392
|
+
* @uiGroup Dashboard Properties
|
|
10393
|
+
* @uiWidget textArea
|
|
10394
|
+
*/
|
|
10395
|
+
"payoutHoldAlertHeader"?: string;
|
|
10214
10396
|
/**
|
|
10215
10397
|
* Placeholder text displayed in the country search dropdown
|
|
10216
10398
|
* @uiName Country field placeholder text
|
|
@@ -10762,18 +10944,6 @@ declare namespace LocalJSX {
|
|
|
10762
10944
|
* @uiName Edit payment info button label
|
|
10763
10945
|
*/
|
|
10764
10946
|
"editPaymentInformationButton"?: string;
|
|
10765
|
-
/**
|
|
10766
|
-
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
10767
|
-
* @uiName Payout error message description
|
|
10768
|
-
* @uiWidget textArea
|
|
10769
|
-
*/
|
|
10770
|
-
"errorDescriptionText"?: string;
|
|
10771
|
-
/**
|
|
10772
|
-
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
10773
|
-
* @uiName Payout error message title
|
|
10774
|
-
* @uiWidget textArea
|
|
10775
|
-
*/
|
|
10776
|
-
"errorTitleText"?: string;
|
|
10777
10947
|
/**
|
|
10778
10948
|
* Part of the alert displayed at the top of the page.
|
|
10779
10949
|
* @uiName Form submission error message description
|
|
@@ -10888,6 +11058,18 @@ declare namespace LocalJSX {
|
|
|
10888
11058
|
* @uiWidget textArea
|
|
10889
11059
|
*/
|
|
10890
11060
|
"payoutFromImpact"?: string;
|
|
11061
|
+
/**
|
|
11062
|
+
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
11063
|
+
* @uiName Payout error message description
|
|
11064
|
+
* @uiWidget textArea
|
|
11065
|
+
*/
|
|
11066
|
+
"payoutHoldAlertDescription"?: string;
|
|
11067
|
+
/**
|
|
11068
|
+
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
11069
|
+
* @uiName Payout error message title
|
|
11070
|
+
* @uiWidget textArea
|
|
11071
|
+
*/
|
|
11072
|
+
"payoutHoldAlertHeader"?: string;
|
|
10891
11073
|
/**
|
|
10892
11074
|
* Text displayed for existing publishers that do not have saved banking information.
|
|
10893
11075
|
* @uiName Payout missing information subtext
|
|
@@ -10970,19 +11152,22 @@ declare namespace LocalJSX {
|
|
|
10970
11152
|
*/
|
|
10971
11153
|
"thresholdPayoutText"?: string;
|
|
10972
11154
|
/**
|
|
10973
|
-
* Part of the alert displayed at the top of the page.
|
|
10974
|
-
* @uiName
|
|
11155
|
+
* Part of the alert displayed at the top of the page when the user needs to verify their identity.
|
|
11156
|
+
* @uiName Verification required alert button text
|
|
10975
11157
|
*/
|
|
10976
|
-
"
|
|
11158
|
+
"verificationRequiredButtonText"?: string;
|
|
10977
11159
|
/**
|
|
10978
|
-
* Part of the alert displayed at the top of the page
|
|
10979
|
-
* @uiName
|
|
11160
|
+
* Part of the alert displayed at the top of the page when the user needs to verify their identity
|
|
11161
|
+
* @uiName Verification required alert message description
|
|
11162
|
+
* @uiWidget textArea
|
|
10980
11163
|
*/
|
|
10981
|
-
"
|
|
11164
|
+
"verificationRequiredDescription"?: string;
|
|
10982
11165
|
/**
|
|
10983
|
-
*
|
|
11166
|
+
* Part of the alert displayed at the top of the page when the user needs to verify their identity.
|
|
11167
|
+
* @uiName Verification required alert message title
|
|
11168
|
+
* @uiWidget textArea
|
|
10984
11169
|
*/
|
|
10985
|
-
"
|
|
11170
|
+
"verificationRequiredHeader"?: string;
|
|
10986
11171
|
}
|
|
10987
11172
|
interface SqmText {
|
|
10988
11173
|
}
|
|
@@ -11229,8 +11414,97 @@ declare namespace LocalJSX {
|
|
|
11229
11414
|
"loadingText"?: string;
|
|
11230
11415
|
}
|
|
11231
11416
|
interface SqmWidgetVerification {
|
|
11417
|
+
/**
|
|
11418
|
+
* Link text displayed under verify button
|
|
11419
|
+
* @uiName Resend code text
|
|
11420
|
+
* @uiGroup Code Verification Step
|
|
11421
|
+
*/
|
|
11422
|
+
"codeStep_codeResentSuccessfullyText"?: string;
|
|
11423
|
+
/**
|
|
11424
|
+
* Error text displayed under verification input
|
|
11425
|
+
* @uiName Invalid code text
|
|
11426
|
+
* @uiGroup Code Verification Step
|
|
11427
|
+
*/
|
|
11428
|
+
"codeStep_invalidCodeText"?: string;
|
|
11429
|
+
/**
|
|
11430
|
+
* Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
|
|
11431
|
+
* @uiName Network error message
|
|
11432
|
+
* @uiGroup Code Verification Step
|
|
11433
|
+
*/
|
|
11434
|
+
"codeStep_networkErrorMessage"?: string;
|
|
11435
|
+
/**
|
|
11436
|
+
* The link that appears in the resend code link
|
|
11437
|
+
* @uiName Resend code label
|
|
11438
|
+
* @uiGroup Code Verification Step
|
|
11439
|
+
*/
|
|
11440
|
+
"codeStep_resendCodeLabel"?: string;
|
|
11441
|
+
/**
|
|
11442
|
+
* Text displayed under verify button
|
|
11443
|
+
* @uiName Resend code text
|
|
11444
|
+
* @uiGroup Code Verification Step
|
|
11445
|
+
*/
|
|
11446
|
+
"codeStep_resendCodeText"?: string;
|
|
11447
|
+
/**
|
|
11448
|
+
* @uiName Reverify code widget header text
|
|
11449
|
+
* @uiGroup Code Verification Step
|
|
11450
|
+
*/
|
|
11451
|
+
"codeStep_reverifyCodeHeaderText"?: string;
|
|
11452
|
+
/**
|
|
11453
|
+
* @uiName Verify code widget header text
|
|
11454
|
+
* @uiGroup Code Verification Step
|
|
11455
|
+
*/
|
|
11456
|
+
"codeStep_verifyCodeHeaderText"?: string;
|
|
11457
|
+
/**
|
|
11458
|
+
* @uiName Verify code button text
|
|
11459
|
+
* @uiGroup Code Verification Step
|
|
11460
|
+
*/
|
|
11461
|
+
"codeStep_verifyText"?: string;
|
|
11462
|
+
/**
|
|
11463
|
+
* @uiName Email input label
|
|
11464
|
+
* @uiGroup Email Verification Step
|
|
11465
|
+
*/
|
|
11466
|
+
"emailStep_emailLabel"?: string;
|
|
11467
|
+
/**
|
|
11468
|
+
* @uiName Send code button text
|
|
11469
|
+
* @uiGroup Email Verification Step
|
|
11470
|
+
*/
|
|
11471
|
+
"emailStep_emailValidationErrorText"?: string;
|
|
11472
|
+
/**
|
|
11473
|
+
* @uiName Send code to email alert description
|
|
11474
|
+
* @uiGroup Email Verification Step
|
|
11475
|
+
*/
|
|
11476
|
+
"emailStep_sendCodeErrorDescription"?: string;
|
|
11477
|
+
/**
|
|
11478
|
+
* @uiName Send code to email alert header
|
|
11479
|
+
* @uiGroup Email Verification Step
|
|
11480
|
+
*/
|
|
11481
|
+
"emailStep_sendCodeErrorHeader"?: string;
|
|
11482
|
+
/**
|
|
11483
|
+
* @uiName Send code button text
|
|
11484
|
+
* @uiGroup Email Verification Step
|
|
11485
|
+
*/
|
|
11486
|
+
"emailStep_sendCodeText"?: string;
|
|
11487
|
+
/**
|
|
11488
|
+
* @uiName Verify email widget header text
|
|
11489
|
+
* @uiGroup Email Verification Step
|
|
11490
|
+
*/
|
|
11491
|
+
"emailStep_verifyEmailHeaderText"?: string;
|
|
11232
11492
|
}
|
|
11233
11493
|
interface SqmWidgetVerificationInternal {
|
|
11494
|
+
"codeStep_codeResentSuccessfullyText"?: string;
|
|
11495
|
+
"codeStep_invalidCodeText"?: string;
|
|
11496
|
+
"codeStep_networkErrorMessage"?: string;
|
|
11497
|
+
"codeStep_resendCodeLabel"?: string;
|
|
11498
|
+
"codeStep_resendCodeText"?: string;
|
|
11499
|
+
"codeStep_reverifyCodeHeaderText"?: string;
|
|
11500
|
+
"codeStep_verifyCodeHeaderText"?: string;
|
|
11501
|
+
"codeStep_verifyText"?: string;
|
|
11502
|
+
"emailStep_emailLabel"?: string;
|
|
11503
|
+
"emailStep_emailValidationErrorText"?: string;
|
|
11504
|
+
"emailStep_sendCodeErrorDescription"?: string;
|
|
11505
|
+
"emailStep_sendCodeErrorHeader"?: string;
|
|
11506
|
+
"emailStep_sendCodeText"?: string;
|
|
11507
|
+
"emailStep_verifyEmailHeaderText"?: string;
|
|
11234
11508
|
}
|
|
11235
11509
|
interface IntrinsicElements {
|
|
11236
11510
|
"raisins-plop-target": RaisinsPlopTarget;
|
package/docs/docs.docx
CHANGED
|
Binary file
|