@tesouro/embedded-components-react 0.2.133 → 0.2.148
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/README.md +20 -18
- package/dist/index.css +1723 -3260
- package/dist/index.d.ts +249 -104
- package/dist/index.js +107 -105
- package/dist/lib/AcceptDisclosuresWidget.d.ts +47 -5
- package/dist/lib/AcceptDisclosuresWidget.js +6 -4
- package/dist/lib/BalancesWidget.js +5 -4
- package/dist/lib/{OnboardingWidget.d.ts → BankAccountOnboardingWidget.d.ts} +204 -101
- package/dist/lib/BankAccountOnboardingWidget.js +20 -0
- package/dist/lib/HelpWidget.js +7 -6
- package/dist/lib/InsightsWidget.js +9 -8
- package/dist/lib/InvoicingWidget.js +3 -2
- package/dist/lib/ReceivablesWidget.js +24 -23
- package/dist/lib/TransfersWidget.js +7 -6
- package/dist/lib/WidgetProvider.js +30 -29
- package/dist/lib/WidgetProviderPublic.js +3 -2
- package/dist/libs/embedded-banking/shared/util/dist/index3.js +76 -79
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index2.js +102 -34
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index4.js +69 -0
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index2.js +90 -11
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index3.js +15 -3
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index2.js +17 -16
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index4.js +4 -3
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index5.js +9 -8
- package/dist/libs/tesouro-embedded-components-react/balances-widget/ui/dist/index2.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index10.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index2.js +24 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index3.js +14 -0
- package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/data-access/dist/index2.js → bank-account-onboarding-widget/data-access/dist/index4.js} +5 -3
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index5.js +26 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index6.js +26 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index8.js +15 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index9.js +37 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index10.js +187 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index11.js +11 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index12.js +169 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index13.js +80 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index14.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index15.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index16.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index17.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index2.js +407 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index3.js +132 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index4.js +101 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index5.js +146 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index6.js +112 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index7.js +15 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index8.js +37 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index9.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index10.js +77 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index11.js +89 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index12.js +100 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index13.js +103 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index14.js +91 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index15.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index16.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/ui/dist/index5.js → bank-account-onboarding-widget/ui/dist/index17.js} +8 -5
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index18.js +23 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index19.js +117 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index2.js +131 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index20.js +338 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index21.js +32 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index22.js +50 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index23.js +50 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index24.js +218 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index25.js +52 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index26.js +277 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index27.js +53 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index28.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index3.js +48 -0
- package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/ui/dist/index3.js → bank-account-onboarding-widget/ui/dist/index4.js} +19 -12
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index5.js +32 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index6.js +94 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index7.js +14 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +33 -32
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +29 -28
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index4.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index5.js +10 -9
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index6.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index4.js +16 -15
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index2.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index5.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index6.js +13 -12
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +24 -23
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index5.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index5.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index3.js +27 -26
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index4.js +86 -85
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/ExpenseApprovalPoliciesWidgetFeature.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index7.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index8.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/ReceiptMatchWidget.js +16 -15
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/useReceiptMatch.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index2.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index5.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/ExpenseRequirementsWidget.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/feature/dist/lib/UploadReceiptWidget.js +12 -11
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index2.js +32 -31
- package/dist/libs/tesouro-embedded-components-react/help-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/shadcn/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index2.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index3.js +4 -3
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index6.js +5 -4
- package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index2.js +8 -7
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +22 -21
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index3.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index6.js +30 -29
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index2.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index4.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index5.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index6.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index7.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index9.js +20 -19
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index2.js +9 -8
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index4.js +278 -211
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index8.js +16 -16
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index12.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index13.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index2.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index5.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index6.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index7.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index8.js +15 -14
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index9.js +10 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index101.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +10 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +9 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +23 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +24 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +75 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +6 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +5 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +33 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +32 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +7 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +12 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +26 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +14 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +9 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +119 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +7 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +216 -119
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +11 -217
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +47 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +46 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +12 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +44 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +15 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +11 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +152 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +24 -150
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +9 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +41 -91
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +73 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +54 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +24 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +80 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +28 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +41 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +7 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +118 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +68 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +189 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +30 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +108 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +137 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +17 -115
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +20 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +21 -188
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +26 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +183 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +12 -136
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +18 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +48 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +4 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +5 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +88 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +36 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +6 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +45 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +50 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +205 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +433 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +21 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +25 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +89 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +96 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +14 -201
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +11 -432
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +12 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +36 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +50 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +33 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +66 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +346 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +2 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +15 -486
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +9 -163
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +14 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +13 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +14 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +21 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +34 -343
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +37 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +15 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +27 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +17 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +245 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +12 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +19 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +24 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +38 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +57 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +49 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +30 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +93 -243
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +46 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +146 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +106 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +50 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +27 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +5 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +75 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +32 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +19 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +17 -144
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +27 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +42 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +63 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +93 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +109 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +85 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +57 -108
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +54 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +27 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +56 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +18 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +38 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +59 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +29 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +113 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +21 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +43 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +57 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +10 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +22 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +33 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +2 -213
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +96 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +96 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +213 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +25 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +127 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +44 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +68 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +149 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +19 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +14 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +68 -159
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +76 -133
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +39 -157
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +488 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +167 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +19 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +39 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +158 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +28 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +28 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +78 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +64 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +20 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +18 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +18 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +167 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +130 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +159 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +10 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +17 -139
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +61 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +67 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +51 -276
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +6 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +11 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +55 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +21 -222
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +58 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +14 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +62 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +43 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +23 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +140 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +112 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +81 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +284 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +43 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +15 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +83 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +223 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +37 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +11 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +11 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +7 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +12 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +6 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +2 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +90 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +16 -159
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +84 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +17 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +50 -78
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +10 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +49 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +32 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +11 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +11 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +22 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +47 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +44 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +36 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +24 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +6 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +32 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +18 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +43 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +21 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +72 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +92 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +37 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +95 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +36 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +30 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +7 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +48 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +18 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +123 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +18 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +16 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +73 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +16 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +11 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +33 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +53 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +34 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +23 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +16 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +65 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +15 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +16 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +15 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +14 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +65 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +21 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +2 -127
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +10 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +29 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +67 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +54 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +38 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +102 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +112 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +12 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +20 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +20 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +38 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +31 -83
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +84 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +22 -103
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +8 -112
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +30 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +4 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +125 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +19 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +26 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +36 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +5 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +69 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +47 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +27 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +18 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +93 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +15 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +75 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +20 -84
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +9 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +52 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +67 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +21 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +41 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +34 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +16 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +19 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +49 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +58 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +30 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +49 -91
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +40 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +30 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +32 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +83 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +15 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +50 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +37 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +46 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +72 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +83 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +52 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +51 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +51 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +36 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +49 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +48 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +40 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +20 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +47 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index53.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index58.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index86.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index87.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index94.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index2.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index4.js +38 -37
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index5.js +12 -11
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index6.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index2.js +69 -74
- package/dist/libs/tesouro-embedded-components-react/profile-widget/ui/dist/index2.js +37 -55
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +23 -22
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index5.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index10.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index12.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index14.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index4.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index5.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index6.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/organizationHeaders.js +4 -3
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +278 -265
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js +164 -164
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/RootWidgetProvider.js +17 -16
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetProvider.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/client.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/naicsCodeMap.js +1027 -8
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteRegionProvider.js +6 -5
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +24 -23
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index3.js +16 -16
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index4.js +35 -35
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index6.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/FdicLogo.js +444 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShell.js +155 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellOverlayPortal.js +31 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellScrollRegion.js +96 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellStepper.js +62 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/labels.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/useScrollHintContainer.js +38 -0
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index3.js +14 -13
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index4.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index5.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index10.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index11.js +12 -11
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index7.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index10.js +31 -30
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index11.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index12.js +9 -8
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index13.js +32 -31
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index15.js +23 -22
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index4.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index5.js +14 -13
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index6.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index8.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index4.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index6.js +5 -4
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index4.js +17 -17
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index6.js +2 -2
- package/dist/packages/shared-ui-shadcn/dist/index.js +3392 -3353
- package/package.json +2 -1
- package/dist/lib/OnboardingWidget.js +0 -18
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index3.js +0 -20
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index4.js +0 -20
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index2.js +0 -326
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index3.js +0 -53
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index4.js +0 -50
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index5.js +0 -106
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index6.js +0 -70
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index7.js +0 -7
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index10.js +0 -36
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index11.js +0 -46
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index12.js +0 -39
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index2.js +0 -317
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index4.js +0 -303
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index6.js +0 -275
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index7.js +0 -33
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index8.js +0 -41
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index9.js +0 -17
- /package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/data-access/dist/index5.js → bank-account-onboarding-widget/data-access/dist/index7.js} +0 -0
package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as t from "zod";
|
|
2
|
-
const
|
|
2
|
+
const Fa = t.enum([
|
|
3
3
|
"2025-06-23",
|
|
4
4
|
"2024-05-25",
|
|
5
5
|
"2024-01-31",
|
|
@@ -153,7 +153,7 @@ const Wa = t.object({
|
|
|
153
153
|
t.object({
|
|
154
154
|
data: t.array(Ya)
|
|
155
155
|
});
|
|
156
|
-
const wa = t.enum(["create", "read", "update", "delete"]),
|
|
156
|
+
const wa = t.enum(["create", "read", "update", "delete"]), Ft = t.object({
|
|
157
157
|
city: t.string().optional(),
|
|
158
158
|
country: t.string().optional(),
|
|
159
159
|
line1: t.string().optional(),
|
|
@@ -657,7 +657,7 @@ const ie = t.object({
|
|
|
657
657
|
}),
|
|
658
658
|
t.string().regex(/^-?(?:0|[1-9]\d*)$/)
|
|
659
659
|
]).optional()
|
|
660
|
-
}),
|
|
660
|
+
}), hi = t.object({
|
|
661
661
|
id: t.uuid(),
|
|
662
662
|
nickname: t.string().nullish()
|
|
663
663
|
}), wt = t.object({
|
|
@@ -690,7 +690,7 @@ const rn = t.object({
|
|
|
690
690
|
description: t.string(),
|
|
691
691
|
direction: ln,
|
|
692
692
|
runningBalance: S
|
|
693
|
-
}), un = t.enum(["DATE"]),
|
|
693
|
+
}), un = t.enum(["DATE"]), Fi = t.object({
|
|
694
694
|
id: t.uuid(),
|
|
695
695
|
nickname: t.string().nullish()
|
|
696
696
|
}), ee = t.enum([
|
|
@@ -710,11 +710,11 @@ const rn = t.object({
|
|
|
710
710
|
id: t.uuid(),
|
|
711
711
|
amount: S,
|
|
712
712
|
date: t.iso.date(),
|
|
713
|
-
fromAccount:
|
|
713
|
+
fromAccount: Fi,
|
|
714
714
|
network: ee,
|
|
715
715
|
reference: t.string().nullish(),
|
|
716
716
|
status: ae,
|
|
717
|
-
toAccount:
|
|
717
|
+
toAccount: Fi,
|
|
718
718
|
type: sn
|
|
719
719
|
}), At = t.enum([
|
|
720
720
|
"INTERNAL",
|
|
@@ -914,7 +914,7 @@ const yn = t.enum(["counterpart_name"]), Gn = t.object({
|
|
|
914
914
|
title: t.string().max(100).optional()
|
|
915
915
|
}), de = t.object({
|
|
916
916
|
billing_address: t.string().optional(),
|
|
917
|
-
billing_address_data:
|
|
917
|
+
billing_address_data: Ft.optional(),
|
|
918
918
|
counterpart_info_header: t.string().optional(),
|
|
919
919
|
email: t.string().optional(),
|
|
920
920
|
external_reference: t.string().optional(),
|
|
@@ -922,7 +922,7 @@ const yn = t.enum(["counterpart_name"]), Gn = t.object({
|
|
|
922
922
|
name: t.string().optional(),
|
|
923
923
|
phone: t.string().optional(),
|
|
924
924
|
shipping_address: t.string().optional(),
|
|
925
|
-
shipping_address_data:
|
|
925
|
+
shipping_address_data: Ft.optional(),
|
|
926
926
|
shipping_address_header: t.string().optional(),
|
|
927
927
|
tax_id: t.string().optional(),
|
|
928
928
|
tax_id_header: t.string().optional().default("TAX ID"),
|
|
@@ -940,12 +940,12 @@ const yn = t.enum(["counterpart_name"]), Gn = t.object({
|
|
|
940
940
|
"email",
|
|
941
941
|
"tax_id",
|
|
942
942
|
"vat_id"
|
|
943
|
-
]),
|
|
943
|
+
]), hn = t.object({
|
|
944
944
|
email: t.email().optional(),
|
|
945
945
|
legal_name: t.string().max(255).optional(),
|
|
946
946
|
phone: t.string().max(100).optional(),
|
|
947
947
|
tag_ids: t.array(t.uuid()).optional()
|
|
948
|
-
}),
|
|
948
|
+
}), Fn = t.object({
|
|
949
949
|
city: t.string().optional(),
|
|
950
950
|
country: n.optional(),
|
|
951
951
|
line1: t.string().optional(),
|
|
@@ -978,7 +978,7 @@ const yn = t.enum(["counterpart_name"]), Gn = t.object({
|
|
|
978
978
|
type: t.string().optional(),
|
|
979
979
|
value: t.string().optional()
|
|
980
980
|
}), rt = t.object({
|
|
981
|
-
address:
|
|
981
|
+
address: Fn.optional(),
|
|
982
982
|
bank_account: vn.optional(),
|
|
983
983
|
email: t.email().optional(),
|
|
984
984
|
name: t.string().optional(),
|
|
@@ -1325,11 +1325,11 @@ t.object({
|
|
|
1325
1325
|
name: t.string()
|
|
1326
1326
|
});
|
|
1327
1327
|
t.object({
|
|
1328
|
-
account_holder_name: t.string().min(1).max(200).
|
|
1329
|
-
account_number: t.string().
|
|
1330
|
-
bank_name: t.string().
|
|
1331
|
-
display_name: t.string().min(1).max(200).
|
|
1332
|
-
routing_number: t.string().
|
|
1328
|
+
account_holder_name: t.string().min(1).max(200).nullish(),
|
|
1329
|
+
account_number: t.string().nullish(),
|
|
1330
|
+
bank_name: t.string().nullish(),
|
|
1331
|
+
display_name: t.string().min(1).max(200).nullish(),
|
|
1332
|
+
routing_number: t.string().nullish()
|
|
1333
1333
|
});
|
|
1334
1334
|
t.object({
|
|
1335
1335
|
email: t.email().nullish(),
|
|
@@ -1934,19 +1934,19 @@ const ce = t.enum(["amount", "percentage"]), M = t.object({
|
|
|
1934
1934
|
}), Go = t.object({
|
|
1935
1935
|
id: t.uuid(),
|
|
1936
1936
|
count: t.int(),
|
|
1937
|
-
created_by_entity_user_id: t.uuid().
|
|
1938
|
-
end_datetime: t.iso.datetime().
|
|
1937
|
+
created_by_entity_user_id: t.uuid().nullish(),
|
|
1938
|
+
end_datetime: t.iso.datetime().nullish(),
|
|
1939
1939
|
entity_id: t.uuid(),
|
|
1940
1940
|
format: t.string(),
|
|
1941
1941
|
language: t.string(),
|
|
1942
|
-
source_url: t.url().min(1).max(2083).
|
|
1943
|
-
start_datetime: t.iso.datetime().
|
|
1942
|
+
source_url: t.url().min(1).max(2083).nullish(),
|
|
1943
|
+
start_datetime: t.iso.datetime().nullish(),
|
|
1944
1944
|
status: t.string()
|
|
1945
1945
|
});
|
|
1946
1946
|
t.object({
|
|
1947
1947
|
data: t.array(Go),
|
|
1948
|
-
next_pagination_token: t.string().
|
|
1949
|
-
prev_pagination_token: t.string().
|
|
1948
|
+
next_pagination_token: t.string().nullish(),
|
|
1949
|
+
prev_pagination_token: t.string().nullish()
|
|
1950
1950
|
});
|
|
1951
1951
|
const Ie = t.enum(["/", "-", "|", ".", ""]), jo = t.object({
|
|
1952
1952
|
credit_note: t.int().gte(1).lte(9223372036854776e3).nullish(),
|
|
@@ -2019,7 +2019,7 @@ const xo = t.enum([
|
|
|
2019
2019
|
invoice: t.string().min(1).max(25).optional().default("INV"),
|
|
2020
2020
|
purchase_order: t.string().min(1).max(25).optional().default("PO"),
|
|
2021
2021
|
quote: t.string().min(1).max(25).optional().default("Q")
|
|
2022
|
-
}),
|
|
2022
|
+
}), ho = t.object({
|
|
2023
2023
|
document_type_prefix: Te.optional().default({
|
|
2024
2024
|
credit_note: "CN",
|
|
2025
2025
|
delivery_note: "DN",
|
|
@@ -2031,7 +2031,7 @@ const xo = t.enum([
|
|
|
2031
2031
|
min_digits: t.int().gte(1).lte(25).optional().default(5),
|
|
2032
2032
|
prefix: t.string().min(1).max(25).nullish(),
|
|
2033
2033
|
separator: Ie.optional().default("-")
|
|
2034
|
-
}),
|
|
2034
|
+
}), Fo = t.object({
|
|
2035
2035
|
document_type_prefix: Te.optional().default({
|
|
2036
2036
|
credit_note: "CN",
|
|
2037
2037
|
delivery_note: "DN",
|
|
@@ -2107,18 +2107,18 @@ const Oe = t.object({
|
|
|
2107
2107
|
state: t.string().min(1).max(100).nullish()
|
|
2108
2108
|
}), Bo = t.object({
|
|
2109
2109
|
id: t.uuid(),
|
|
2110
|
-
account_holder_name: t.string().
|
|
2111
|
-
account_number: t.string().
|
|
2112
|
-
account_number_last4: t.string().
|
|
2113
|
-
bank_name: t.string().
|
|
2114
|
-
display_name: t.string().
|
|
2115
|
-
routing_number: t.string().
|
|
2116
|
-
was_created_by_user_id: t.uuid().
|
|
2110
|
+
account_holder_name: t.string().nullish(),
|
|
2111
|
+
account_number: t.string().nullish(),
|
|
2112
|
+
account_number_last4: t.string().nullish(),
|
|
2113
|
+
bank_name: t.string().nullish(),
|
|
2114
|
+
display_name: t.string().nullish(),
|
|
2115
|
+
routing_number: t.string().nullish(),
|
|
2116
|
+
was_created_by_user_id: t.uuid().nullish()
|
|
2117
2117
|
});
|
|
2118
2118
|
t.object({
|
|
2119
2119
|
data: t.array(Bo),
|
|
2120
|
-
next_pagination_token: t.string().
|
|
2121
|
-
prev_pagination_token: t.string().
|
|
2120
|
+
next_pagination_token: t.string().nullish(),
|
|
2121
|
+
prev_pagination_token: t.string().nullish()
|
|
2122
2122
|
});
|
|
2123
2123
|
const ct = t.enum([
|
|
2124
2124
|
"incorporated_partnership",
|
|
@@ -2155,7 +2155,7 @@ const ct = t.enum([
|
|
|
2155
2155
|
"vat_id"
|
|
2156
2156
|
]), $t = t.object({
|
|
2157
2157
|
address: t.string().optional(),
|
|
2158
|
-
address_data:
|
|
2158
|
+
address_data: Ft.optional(),
|
|
2159
2159
|
email: t.string().optional(),
|
|
2160
2160
|
entity_info_header: t.string().optional(),
|
|
2161
2161
|
first_name: t.string().optional(),
|
|
@@ -2265,7 +2265,7 @@ const Me = t.enum(["csv", "pdf", "csv_xero"]), Zo = t.enum([
|
|
|
2265
2265
|
"canceled",
|
|
2266
2266
|
"deleted"
|
|
2267
2267
|
]), $o = t.object({
|
|
2268
|
-
name: t.
|
|
2268
|
+
name: t.literal("receivable"),
|
|
2269
2269
|
statuses: t.array(Zo)
|
|
2270
2270
|
}), Jo = t.enum(["id", "created_at"]), t_ = t.enum(["ACTIVE", "INACTIVE"]), i_ = t.object({
|
|
2271
2271
|
failed: t.union([
|
|
@@ -2476,7 +2476,7 @@ const It = t.object({
|
|
|
2476
2476
|
"skipped",
|
|
2477
2477
|
"issue_failed",
|
|
2478
2478
|
"send_failed"
|
|
2479
|
-
]),
|
|
2479
|
+
]), he = t.unknown(), I_ = t.enum([
|
|
2480
2480
|
"PENDING",
|
|
2481
2481
|
"MANUAL_REVIEW",
|
|
2482
2482
|
"APPROVED",
|
|
@@ -2722,7 +2722,7 @@ const m_ = t.object({
|
|
|
2722
2722
|
is_customer: t.boolean().optional(),
|
|
2723
2723
|
is_vendor: t.boolean().optional(),
|
|
2724
2724
|
language: _.optional().default("en"),
|
|
2725
|
-
organization:
|
|
2725
|
+
organization: hn,
|
|
2726
2726
|
reminders_enabled: t.boolean().optional().default(!0),
|
|
2727
2727
|
tax_id: t.string().max(30).optional()
|
|
2728
2728
|
});
|
|
@@ -2806,7 +2806,7 @@ t.object({
|
|
|
2806
2806
|
unit: t.string().optional(),
|
|
2807
2807
|
unit_price: t.int().optional()
|
|
2808
2808
|
});
|
|
2809
|
-
const
|
|
2809
|
+
const Fe = t.object({
|
|
2810
2810
|
id: t.uuid(),
|
|
2811
2811
|
accounting_tax_rate_id: t.uuid().optional(),
|
|
2812
2812
|
description: t.string().optional(),
|
|
@@ -2824,7 +2824,7 @@ const he = t.object({
|
|
|
2824
2824
|
was_created_by_user_id: t.uuid().optional()
|
|
2825
2825
|
});
|
|
2826
2826
|
t.object({
|
|
2827
|
-
data: t.array(
|
|
2827
|
+
data: t.array(Fe),
|
|
2828
2828
|
next_pagination_token: t.string().optional(),
|
|
2829
2829
|
prev_pagination_token: t.string().optional()
|
|
2830
2830
|
});
|
|
@@ -2909,9 +2909,9 @@ t.object({
|
|
|
2909
2909
|
data: t.array(U_)
|
|
2910
2910
|
});
|
|
2911
2911
|
t.object({
|
|
2912
|
-
data: t.array(
|
|
2912
|
+
data: t.array(Fe)
|
|
2913
2913
|
});
|
|
2914
|
-
const
|
|
2914
|
+
const h_ = t.object({
|
|
2915
2915
|
id: t.uuid(),
|
|
2916
2916
|
createdDateTime: t.iso.datetime(),
|
|
2917
2917
|
memberCount: t.union([
|
|
@@ -2924,7 +2924,7 @@ const F_ = t.object({
|
|
|
2924
2924
|
]),
|
|
2925
2925
|
name: t.string(),
|
|
2926
2926
|
updatedDateTime: t.iso.datetime()
|
|
2927
|
-
}),
|
|
2927
|
+
}), F_ = t.object({
|
|
2928
2928
|
id: t.uuid(),
|
|
2929
2929
|
createdDateTime: t.iso.datetime(),
|
|
2930
2930
|
email: t.string(),
|
|
@@ -2998,11 +2998,11 @@ t.object({
|
|
|
2998
2998
|
id: t.uuid(),
|
|
2999
2999
|
amount: S,
|
|
3000
3000
|
date: t.iso.date(),
|
|
3001
|
-
fromBankAccount:
|
|
3001
|
+
fromBankAccount: hi,
|
|
3002
3002
|
network: ee,
|
|
3003
3003
|
reference: t.string().nullish(),
|
|
3004
3004
|
status: ae,
|
|
3005
|
-
toBankAccount:
|
|
3005
|
+
toBankAccount: hi
|
|
3006
3006
|
});
|
|
3007
3007
|
const Y_ = t.enum([
|
|
3008
3008
|
"SEPA Payments",
|
|
@@ -6012,10 +6012,10 @@ const Ye = t.object({
|
|
|
6012
6012
|
t.string().regex(/^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$/)
|
|
6013
6013
|
]).nullish(),
|
|
6014
6014
|
to: t.string().nullish()
|
|
6015
|
-
}),
|
|
6015
|
+
}), hr = t.object({
|
|
6016
6016
|
default: t.string().nullish(),
|
|
6017
6017
|
exchangeRates: t.array(Qe).nullish()
|
|
6018
|
-
}).nullable(),
|
|
6018
|
+
}).nullable(), Fr = t.object({
|
|
6019
6019
|
default: t.string().nullish(),
|
|
6020
6020
|
exchangeRates: t.array(Qe).nullish()
|
|
6021
6021
|
}), Hr = t.object({
|
|
@@ -6075,7 +6075,7 @@ const Ye = t.object({
|
|
|
6075
6075
|
t.object({
|
|
6076
6076
|
accounting: Dr.nullish(),
|
|
6077
6077
|
allowPurchaseOrderAutolinking: t.boolean().nullish(),
|
|
6078
|
-
currency:
|
|
6078
|
+
currency: Fr.nullish(),
|
|
6079
6079
|
defaultBankAccount: yr.nullish(),
|
|
6080
6080
|
documentIds: xr.nullish(),
|
|
6081
6081
|
documentRendering: $e.nullish(),
|
|
@@ -6252,12 +6252,12 @@ t.object({
|
|
|
6252
6252
|
prevPaginationToken: t.string().nullish()
|
|
6253
6253
|
});
|
|
6254
6254
|
t.object({
|
|
6255
|
-
data: t.array(
|
|
6255
|
+
data: t.array(h_),
|
|
6256
6256
|
nextPaginationToken: t.string().nullish(),
|
|
6257
6257
|
prevPaginationToken: t.string().nullish()
|
|
6258
6258
|
});
|
|
6259
6259
|
const Jr = t.object({
|
|
6260
|
-
data: t.array(
|
|
6260
|
+
data: t.array(F_),
|
|
6261
6261
|
nextPaginationToken: t.string().nullish(),
|
|
6262
6262
|
prevPaginationToken: t.string().nullish()
|
|
6263
6263
|
});
|
|
@@ -6334,7 +6334,7 @@ t.object({
|
|
|
6334
6334
|
t.object({
|
|
6335
6335
|
accounting: Ur.optional(),
|
|
6336
6336
|
allowPurchaseOrderAutolinking: p.optional(),
|
|
6337
|
-
currency:
|
|
6337
|
+
currency: hr.optional(),
|
|
6338
6338
|
defaultBankAccount: Pr.optional(),
|
|
6339
6339
|
documentIds: jr.optional(),
|
|
6340
6340
|
documentRendering: $e.nullish(),
|
|
@@ -6394,7 +6394,7 @@ const al = t.object({
|
|
|
6394
6394
|
}), ol = t.object({
|
|
6395
6395
|
credit_note_document_id: t.string().optional(),
|
|
6396
6396
|
credit_note_id: t.string()
|
|
6397
|
-
}),
|
|
6397
|
+
}), h = t.enum([
|
|
6398
6398
|
"new",
|
|
6399
6399
|
"draft",
|
|
6400
6400
|
"applied",
|
|
@@ -6534,11 +6534,11 @@ const al = t.object({
|
|
|
6534
6534
|
"canceled",
|
|
6535
6535
|
"rejected"
|
|
6536
6536
|
]), Tl = t.object({
|
|
6537
|
-
name: t.
|
|
6537
|
+
name: t.literal("payable"),
|
|
6538
6538
|
statuses: t.array(u)
|
|
6539
6539
|
}), Ol = t.discriminatedUnion("name", [
|
|
6540
|
-
Tl
|
|
6541
|
-
$o
|
|
6540
|
+
Tl,
|
|
6541
|
+
$o
|
|
6542
6542
|
]);
|
|
6543
6543
|
t.object({
|
|
6544
6544
|
date_from: t.iso.date(),
|
|
@@ -6674,14 +6674,14 @@ const jl = t.enum([
|
|
|
6674
6674
|
bank_account_id: t.uuid().optional(),
|
|
6675
6675
|
payout_method: jl.optional().default("bank_account"),
|
|
6676
6676
|
type: t.enum(["counterpart"])
|
|
6677
|
-
}), xl = t.enum(["receive", "send"]),
|
|
6677
|
+
}), xl = t.enum(["receive", "send"]), hl = t.enum(["active", "inactive"]), Fl = t.object({
|
|
6678
6678
|
direction: xl,
|
|
6679
6679
|
name: Y_,
|
|
6680
|
-
status:
|
|
6680
|
+
status: hl,
|
|
6681
6681
|
type: l
|
|
6682
6682
|
});
|
|
6683
6683
|
t.object({
|
|
6684
|
-
data: t.array(
|
|
6684
|
+
data: t.array(Fl)
|
|
6685
6685
|
});
|
|
6686
6686
|
const Ai = t.enum([
|
|
6687
6687
|
"standard",
|
|
@@ -7286,7 +7286,7 @@ t.object({
|
|
|
7286
7286
|
body_preview: t.string(),
|
|
7287
7287
|
subject_preview: t.string()
|
|
7288
7288
|
});
|
|
7289
|
-
const
|
|
7289
|
+
const F = t.object({
|
|
7290
7290
|
currency: i,
|
|
7291
7291
|
value: t.int().gte(0).lte(9007199254740991)
|
|
7292
7292
|
});
|
|
@@ -7351,7 +7351,7 @@ t.object({
|
|
|
7351
7351
|
ledger_account_id: t.uuid().optional(),
|
|
7352
7352
|
measure_unit_id: t.uuid().optional(),
|
|
7353
7353
|
name: t.string().min(1).max(100),
|
|
7354
|
-
price:
|
|
7354
|
+
price: F.optional(),
|
|
7355
7355
|
smallest_amount: t.number().gte(0).lte(2147483647).optional(),
|
|
7356
7356
|
type: R.optional().default("product")
|
|
7357
7357
|
});
|
|
@@ -7366,7 +7366,7 @@ const Sd = t.object({
|
|
|
7366
7366
|
ledger_account_id: t.uuid().optional(),
|
|
7367
7367
|
measure_unit_id: t.uuid().optional(),
|
|
7368
7368
|
name: t.string(),
|
|
7369
|
-
price:
|
|
7369
|
+
price: F.optional(),
|
|
7370
7370
|
smallest_amount: t.number().gte(0).lte(2147483647).optional(),
|
|
7371
7371
|
type: R.optional().default("product")
|
|
7372
7372
|
});
|
|
@@ -7381,7 +7381,7 @@ t.object({
|
|
|
7381
7381
|
ledger_account_id: t.uuid().optional(),
|
|
7382
7382
|
measure_unit_id: t.uuid().optional(),
|
|
7383
7383
|
name: t.string().min(1).max(100).optional(),
|
|
7384
|
-
price:
|
|
7384
|
+
price: F.optional(),
|
|
7385
7385
|
smallest_amount: t.number().gte(0).lte(2147483647).optional(),
|
|
7386
7386
|
type: R.optional()
|
|
7387
7387
|
});
|
|
@@ -7512,7 +7512,7 @@ t.object({
|
|
|
7512
7512
|
project_id: t.uuid().optional(),
|
|
7513
7513
|
valid_for_days: t.int().gte(1)
|
|
7514
7514
|
});
|
|
7515
|
-
const
|
|
7515
|
+
const hd = t.object({
|
|
7516
7516
|
entity_contact: Se.optional().default({ tax_id_header: "KVK", vat_id_header: "VAT" }),
|
|
7517
7517
|
entity_info: $t.optional().default({ tax_id_header: "TAX ID", vat_id_header: "VAT" }),
|
|
7518
7518
|
entity_logo: Jt.optional().default({}),
|
|
@@ -7524,7 +7524,7 @@ const Fd = t.object({
|
|
|
7524
7524
|
purchase_order_date: yd.optional().default({}),
|
|
7525
7525
|
purchase_order_number: xd.optional().default({}),
|
|
7526
7526
|
template_type: t.enum(["purchase_order"])
|
|
7527
|
-
}),
|
|
7527
|
+
}), Fd = t.enum(["draft", "issued"]), Hd = t.object({
|
|
7528
7528
|
id: t.uuid(),
|
|
7529
7529
|
country: t.string(),
|
|
7530
7530
|
entity_id: t.uuid(),
|
|
@@ -7760,14 +7760,14 @@ const iu = t.enum(["timestamp"]), Oa = t.enum([
|
|
|
7760
7760
|
"status",
|
|
7761
7761
|
"created_at",
|
|
7762
7762
|
"updated_at"
|
|
7763
|
-
]),
|
|
7763
|
+
]), ht = t.object({
|
|
7764
7764
|
email: t.email(),
|
|
7765
7765
|
error: t.string().optional(),
|
|
7766
7766
|
is_success: t.boolean()
|
|
7767
7767
|
}), Ri = t.object({
|
|
7768
|
-
bcc: t.array(
|
|
7769
|
-
cc: t.array(
|
|
7770
|
-
to: t.array(
|
|
7768
|
+
bcc: t.array(ht).optional(),
|
|
7769
|
+
cc: t.array(ht).optional(),
|
|
7770
|
+
to: t.array(ht).optional()
|
|
7771
7771
|
}), w = t.enum([
|
|
7772
7772
|
"pending",
|
|
7773
7773
|
"processing",
|
|
@@ -8425,13 +8425,13 @@ t.object({
|
|
|
8425
8425
|
application_user_id: t.string(),
|
|
8426
8426
|
sca_method_id: t.string()
|
|
8427
8427
|
});
|
|
8428
|
-
const
|
|
8428
|
+
const hu = t.object({
|
|
8429
8429
|
email: t.email(),
|
|
8430
8430
|
full_name: t.string().min(1).max(255),
|
|
8431
8431
|
signature_image: t.string().min(32).max(524288)
|
|
8432
8432
|
});
|
|
8433
8433
|
t.object({
|
|
8434
|
-
signature:
|
|
8434
|
+
signature: hu.optional()
|
|
8435
8435
|
});
|
|
8436
8436
|
const ba = t.object({
|
|
8437
8437
|
email: t.string().optional(),
|
|
@@ -8443,7 +8443,7 @@ const ba = t.object({
|
|
|
8443
8443
|
signature_label: t.string().optional().default("Signature"),
|
|
8444
8444
|
signed_at: t.string().optional(),
|
|
8445
8445
|
signed_at_label: t.string().optional().default("Date, location")
|
|
8446
|
-
}),
|
|
8446
|
+
}), Fu = t.object({
|
|
8447
8447
|
account_data: Vt.optional().default({
|
|
8448
8448
|
account_holder_name_header: "Account holder",
|
|
8449
8449
|
account_number_header: "Account number",
|
|
@@ -8575,10 +8575,10 @@ t.object({
|
|
|
8575
8575
|
object_type: r.optional(),
|
|
8576
8576
|
payload: t.discriminatedUnion("template_type", [
|
|
8577
8577
|
Hu.extend({ template_type: t.literal("receivable") }),
|
|
8578
|
-
|
|
8578
|
+
Fu.extend({
|
|
8579
8579
|
template_type: t.literal("delivery_note")
|
|
8580
8580
|
}),
|
|
8581
|
-
|
|
8581
|
+
hd.extend({
|
|
8582
8582
|
template_type: t.literal("purchase_order")
|
|
8583
8583
|
}),
|
|
8584
8584
|
Il.extend({ template_type: t.literal("payable") })
|
|
@@ -8876,28 +8876,28 @@ t.object({
|
|
|
8876
8876
|
field_name: Ci,
|
|
8877
8877
|
field_value: t.string(),
|
|
8878
8878
|
object_id: t.uuid(),
|
|
8879
|
-
object_type: t.
|
|
8879
|
+
object_type: t.literal("counterpart")
|
|
8880
8880
|
});
|
|
8881
8881
|
const es = t.object({
|
|
8882
8882
|
id: t.uuid(),
|
|
8883
8883
|
created_at: t.iso.datetime(),
|
|
8884
8884
|
updated_at: t.iso.datetime(),
|
|
8885
|
-
created_by: t.uuid().
|
|
8885
|
+
created_by: t.uuid().nullish(),
|
|
8886
8886
|
field_name: Ci,
|
|
8887
8887
|
field_value: t.string(),
|
|
8888
8888
|
object_id: t.uuid(),
|
|
8889
|
-
object_type: t.
|
|
8889
|
+
object_type: t.literal("counterpart")
|
|
8890
8890
|
});
|
|
8891
8891
|
t.object({
|
|
8892
8892
|
data: t.array(es),
|
|
8893
|
-
next_pagination_token: t.string().
|
|
8894
|
-
prev_pagination_token: t.string().
|
|
8893
|
+
next_pagination_token: t.string().nullish(),
|
|
8894
|
+
prev_pagination_token: t.string().nullish()
|
|
8895
8895
|
});
|
|
8896
8896
|
t.object({
|
|
8897
|
-
field_name: Ci.
|
|
8898
|
-
field_value: t.string().
|
|
8899
|
-
object_id: t.uuid().
|
|
8900
|
-
object_type: t.
|
|
8897
|
+
field_name: Ci.nullish(),
|
|
8898
|
+
field_value: t.string().nullish(),
|
|
8899
|
+
object_id: t.uuid().nullish(),
|
|
8900
|
+
object_type: t.literal("counterpart").nullish()
|
|
8901
8901
|
});
|
|
8902
8902
|
const as = t.object({
|
|
8903
8903
|
available_types: t.record(t.string(), t.array(Me)),
|
|
@@ -9377,7 +9377,7 @@ t.object({
|
|
|
9377
9377
|
businessDetails: xs.nullish(),
|
|
9378
9378
|
businessOwners: t.array(ci).nullish()
|
|
9379
9379
|
});
|
|
9380
|
-
const
|
|
9380
|
+
const hs = t.object({
|
|
9381
9381
|
address: I.optional(),
|
|
9382
9382
|
businessStructureType: Ct.optional(),
|
|
9383
9383
|
dbaName: e.optional(),
|
|
@@ -9387,7 +9387,7 @@ const Fs = t.object({
|
|
|
9387
9387
|
phoneNumber: e.optional(),
|
|
9388
9388
|
taxId: jt.optional(),
|
|
9389
9389
|
website: e.optional()
|
|
9390
|
-
}).nullable(),
|
|
9390
|
+
}).nullable(), Fs = t.object({
|
|
9391
9391
|
address: I.optional(),
|
|
9392
9392
|
annualBusinessRevenue: m.optional(),
|
|
9393
9393
|
businessStructureType: Ct.optional(),
|
|
@@ -9603,8 +9603,8 @@ const qs = t.object({
|
|
|
9603
9603
|
});
|
|
9604
9604
|
t.object({
|
|
9605
9605
|
data: t.array(qs),
|
|
9606
|
-
next_pagination_token: t.string().
|
|
9607
|
-
prev_pagination_token: t.string().
|
|
9606
|
+
next_pagination_token: t.string().nullish(),
|
|
9607
|
+
prev_pagination_token: t.string().nullish()
|
|
9608
9608
|
});
|
|
9609
9609
|
const Qs = t.object({
|
|
9610
9610
|
amount: t.int().gte(0).lte(9007199254740991),
|
|
@@ -9801,7 +9801,7 @@ const rE = t.object({
|
|
|
9801
9801
|
name: t.string().min(1)
|
|
9802
9802
|
});
|
|
9803
9803
|
t.object({
|
|
9804
|
-
api_version:
|
|
9804
|
+
api_version: Fa.nullish(),
|
|
9805
9805
|
commercial_conditions: t.array(t.string()).nullish(),
|
|
9806
9806
|
currency: ii.nullish(),
|
|
9807
9807
|
default_role: t.record(t.string(), t.unknown()).nullish(),
|
|
@@ -9880,7 +9880,7 @@ const sE = t.object({
|
|
|
9880
9880
|
ledger_account_id: t.uuid().optional(),
|
|
9881
9881
|
measure_unit: Ma.optional(),
|
|
9882
9882
|
name: t.string().min(1).max(100),
|
|
9883
|
-
price:
|
|
9883
|
+
price: F,
|
|
9884
9884
|
smallest_amount: t.number().gte(0).lte(2147483647).optional(),
|
|
9885
9885
|
type: R.optional().default("product")
|
|
9886
9886
|
}), yi = t.object({
|
|
@@ -9909,7 +9909,7 @@ t.object({
|
|
|
9909
9909
|
});
|
|
9910
9910
|
t.object({
|
|
9911
9911
|
applicant: _d.optional(),
|
|
9912
|
-
businessDetails:
|
|
9912
|
+
businessDetails: hs.optional(),
|
|
9913
9913
|
businessOwners: sa.optional(),
|
|
9914
9914
|
individualValidationSource: Y.optional(),
|
|
9915
9915
|
organizationValidationSource: Y.optional()
|
|
@@ -9941,7 +9941,7 @@ t.object({
|
|
|
9941
9941
|
});
|
|
9942
9942
|
t.object({
|
|
9943
9943
|
applicant: rd.optional(),
|
|
9944
|
-
businessDetails:
|
|
9944
|
+
businessDetails: Fs.optional(),
|
|
9945
9945
|
businessOwners: sa.optional()
|
|
9946
9946
|
});
|
|
9947
9947
|
t.object({
|
|
@@ -9961,8 +9961,8 @@ const AE = t.object({
|
|
|
9961
9961
|
state: t.string().min(1).max(100).nullish()
|
|
9962
9962
|
});
|
|
9963
9963
|
t.object({
|
|
9964
|
-
account_holder_name: t.string().min(1).max(200).
|
|
9965
|
-
display_name: t.string().min(1).max(200).
|
|
9964
|
+
account_holder_name: t.string().min(1).max(200).nullish(),
|
|
9965
|
+
display_name: t.string().min(1).max(200).nullish()
|
|
9966
9966
|
});
|
|
9967
9967
|
t.object({
|
|
9968
9968
|
address: AE.nullish(),
|
|
@@ -10188,8 +10188,8 @@ t.object({
|
|
|
10188
10188
|
isActive: t.boolean().nullish()
|
|
10189
10189
|
});
|
|
10190
10190
|
t.object({
|
|
10191
|
-
name: t.string().
|
|
10192
|
-
template: t.string().
|
|
10191
|
+
name: t.string().nullish(),
|
|
10192
|
+
template: t.string().nullish()
|
|
10193
10193
|
});
|
|
10194
10194
|
t.object({
|
|
10195
10195
|
address1: t.string().nullish(),
|
|
@@ -10225,10 +10225,10 @@ t.object({
|
|
|
10225
10225
|
file_type: Zi
|
|
10226
10226
|
});
|
|
10227
10227
|
t.object({
|
|
10228
|
-
value:
|
|
10228
|
+
value: he
|
|
10229
10229
|
});
|
|
10230
10230
|
t.object({
|
|
10231
|
-
value:
|
|
10231
|
+
value: he
|
|
10232
10232
|
});
|
|
10233
10233
|
const CE = t.object({
|
|
10234
10234
|
id: t.uuid(),
|
|
@@ -10412,7 +10412,7 @@ t.object({
|
|
|
10412
10412
|
type: T.optional().default("unknown"),
|
|
10413
10413
|
value: t.string().max(32)
|
|
10414
10414
|
});
|
|
10415
|
-
const
|
|
10415
|
+
const hE = t.object({
|
|
10416
10416
|
id: t.uuid(),
|
|
10417
10417
|
counterpart_id: t.uuid(),
|
|
10418
10418
|
country: n.optional(),
|
|
@@ -10420,7 +10420,7 @@ const FE = t.object({
|
|
|
10420
10420
|
value: t.string().max(32)
|
|
10421
10421
|
});
|
|
10422
10422
|
t.object({
|
|
10423
|
-
data: t.array(
|
|
10423
|
+
data: t.array(hE)
|
|
10424
10424
|
});
|
|
10425
10425
|
t.object({
|
|
10426
10426
|
country: n.nullish(),
|
|
@@ -10432,7 +10432,7 @@ t.object({
|
|
|
10432
10432
|
type: T.optional().default("unknown"),
|
|
10433
10433
|
value: t.string().max(32)
|
|
10434
10434
|
});
|
|
10435
|
-
const
|
|
10435
|
+
const FE = t.object({
|
|
10436
10436
|
id: t.uuid(),
|
|
10437
10437
|
country: n,
|
|
10438
10438
|
entity_id: t.uuid(),
|
|
@@ -10440,7 +10440,7 @@ const hE = t.object({
|
|
|
10440
10440
|
value: t.string().max(32)
|
|
10441
10441
|
});
|
|
10442
10442
|
t.object({
|
|
10443
|
-
data: t.array(
|
|
10443
|
+
data: t.array(FE)
|
|
10444
10444
|
});
|
|
10445
10445
|
const ji = t.object({
|
|
10446
10446
|
id: t.uuid(),
|
|
@@ -10460,7 +10460,7 @@ t.object({
|
|
|
10460
10460
|
allow_purchase_order_autolinking: t.boolean().nullish().default(!0),
|
|
10461
10461
|
currency: ii.nullish(),
|
|
10462
10462
|
default_bank_account: pe.nullish(),
|
|
10463
|
-
document_ids:
|
|
10463
|
+
document_ids: Fo.nullish(),
|
|
10464
10464
|
document_rendering: s.optional(),
|
|
10465
10465
|
generate_paid_invoice_pdf: t.boolean().optional().default(!1),
|
|
10466
10466
|
language: _.nullish(),
|
|
@@ -10553,7 +10553,7 @@ t.object({
|
|
|
10553
10553
|
allow_purchase_order_autolinking: t.boolean().nullish().default(!0),
|
|
10554
10554
|
currency: ii.nullish(),
|
|
10555
10555
|
default_bank_account: pe.nullish(),
|
|
10556
|
-
document_ids:
|
|
10556
|
+
document_ids: ho.nullish(),
|
|
10557
10557
|
document_rendering: s.optional(),
|
|
10558
10558
|
generate_paid_invoice_pdf: t.boolean().optional().default(!1),
|
|
10559
10559
|
language: _.nullish(),
|
|
@@ -10607,8 +10607,8 @@ const fE = t.object({
|
|
|
10607
10607
|
ledger_account_id: t.uuid().optional(),
|
|
10608
10608
|
measure_unit: D_.optional(),
|
|
10609
10609
|
name: t.string(),
|
|
10610
|
-
price:
|
|
10611
|
-
price_after_tax:
|
|
10610
|
+
price: F,
|
|
10611
|
+
price_after_tax: F,
|
|
10612
10612
|
smallest_amount: t.number().gte(0).lte(2147483647).optional(),
|
|
10613
10613
|
tax_rate: fE,
|
|
10614
10614
|
type: R.optional().default("product")
|
|
@@ -11149,7 +11149,7 @@ t.object({
|
|
|
11149
11149
|
userId: t.uuid().nullish(),
|
|
11150
11150
|
vspName: t.string().nullish()
|
|
11151
11151
|
});
|
|
11152
|
-
const
|
|
11152
|
+
const ha = t.enum([
|
|
11153
11153
|
"BE",
|
|
11154
11154
|
"GB",
|
|
11155
11155
|
"IT",
|
|
@@ -11162,7 +11162,7 @@ const Fa = t.enum([
|
|
|
11162
11162
|
auth_user: t.string(),
|
|
11163
11163
|
bank_id: t.string(),
|
|
11164
11164
|
iframe: t.boolean().optional().default(!1),
|
|
11165
|
-
payer_account_country:
|
|
11165
|
+
payer_account_country: ha,
|
|
11166
11166
|
payer_account_holder_name: t.string().optional(),
|
|
11167
11167
|
payer_account_identification: na,
|
|
11168
11168
|
psu_identification: B.optional(),
|
|
@@ -11179,7 +11179,7 @@ t.discriminatedUnion("type", [
|
|
|
11179
11179
|
const AA = t.object({
|
|
11180
11180
|
bank_id: t.string(),
|
|
11181
11181
|
iframe: t.boolean().optional().default(!1),
|
|
11182
|
-
payer_account_country:
|
|
11182
|
+
payer_account_country: ha,
|
|
11183
11183
|
payer_account_holder_name: t.string().optional(),
|
|
11184
11184
|
payer_account_identification: na,
|
|
11185
11185
|
psu_identification: B.optional(),
|
|
@@ -11723,9 +11723,9 @@ t.object({
|
|
|
11723
11723
|
based_on: t.uuid().optional(),
|
|
11724
11724
|
counterpart_id: t.uuid().optional(),
|
|
11725
11725
|
created_by_entity_user_id: t.uuid().optional(),
|
|
11726
|
-
status:
|
|
11727
|
-
status__in: t.array(
|
|
11728
|
-
status__not_in: t.array(
|
|
11726
|
+
status: h.optional(),
|
|
11727
|
+
status__in: t.array(h).optional(),
|
|
11728
|
+
status__not_in: t.array(h).optional(),
|
|
11729
11729
|
origin: Je.optional(),
|
|
11730
11730
|
currency: i.optional(),
|
|
11731
11731
|
project_id: t.uuid().optional(),
|
|
@@ -12444,13 +12444,13 @@ t.object({
|
|
|
12444
12444
|
t.object({
|
|
12445
12445
|
order: a.optional().default("asc"),
|
|
12446
12446
|
limit: t.int().gte(1).lte(100).optional().default(100),
|
|
12447
|
-
pagination_token: t.string().
|
|
12448
|
-
sort: Co.
|
|
12449
|
-
created_at__gt: t.iso.datetime().
|
|
12450
|
-
created_at__lt: t.iso.datetime().
|
|
12451
|
-
created_at__gte: t.iso.datetime().
|
|
12452
|
-
created_at__lte: t.iso.datetime().
|
|
12453
|
-
created_by_entity_user_id: t.uuid().
|
|
12447
|
+
pagination_token: t.string().nullish(),
|
|
12448
|
+
sort: Co.nullish(),
|
|
12449
|
+
created_at__gt: t.iso.datetime().nullish(),
|
|
12450
|
+
created_at__lt: t.iso.datetime().nullish(),
|
|
12451
|
+
created_at__gte: t.iso.datetime().nullish(),
|
|
12452
|
+
created_at__lte: t.iso.datetime().nullish(),
|
|
12453
|
+
created_by_entity_user_id: t.uuid().nullish()
|
|
12454
12454
|
});
|
|
12455
12455
|
t.object({
|
|
12456
12456
|
"x-organization-id": t.uuid()
|
|
@@ -12461,19 +12461,19 @@ t.object({
|
|
|
12461
12461
|
t.object({
|
|
12462
12462
|
order: a.optional().default("asc"),
|
|
12463
12463
|
limit: t.int().gte(1).lte(100).optional().default(100),
|
|
12464
|
-
pagination_token: t.string().
|
|
12465
|
-
sort: Jo.
|
|
12466
|
-
created_at__gt: t.iso.datetime().
|
|
12467
|
-
created_at__lt: t.iso.datetime().
|
|
12468
|
-
created_at__gte: t.iso.datetime().
|
|
12469
|
-
created_at__lte: t.iso.datetime().
|
|
12470
|
-
updated_at__gt: t.iso.datetime().
|
|
12471
|
-
updated_at__lt: t.iso.datetime().
|
|
12472
|
-
updated_at__gte: t.iso.datetime().
|
|
12473
|
-
updated_at__lte: t.iso.datetime().
|
|
12474
|
-
object_id: t.uuid().
|
|
12475
|
-
field_name: t.string().
|
|
12476
|
-
field_value: t.string().
|
|
12464
|
+
pagination_token: t.string().nullish(),
|
|
12465
|
+
sort: Jo.nullish(),
|
|
12466
|
+
created_at__gt: t.iso.datetime().nullish(),
|
|
12467
|
+
created_at__lt: t.iso.datetime().nullish(),
|
|
12468
|
+
created_at__gte: t.iso.datetime().nullish(),
|
|
12469
|
+
created_at__lte: t.iso.datetime().nullish(),
|
|
12470
|
+
updated_at__gt: t.iso.datetime().nullish(),
|
|
12471
|
+
updated_at__lt: t.iso.datetime().nullish(),
|
|
12472
|
+
updated_at__gte: t.iso.datetime().nullish(),
|
|
12473
|
+
updated_at__lte: t.iso.datetime().nullish(),
|
|
12474
|
+
object_id: t.uuid().nullish(),
|
|
12475
|
+
field_name: t.string().nullish(),
|
|
12476
|
+
field_value: t.string().nullish()
|
|
12477
12477
|
});
|
|
12478
12478
|
t.object({
|
|
12479
12479
|
"x-organization-id": t.uuid()
|
|
@@ -13069,9 +13069,9 @@ t.object({
|
|
|
13069
13069
|
based_on: t.uuid().optional(),
|
|
13070
13070
|
counterpart_id: t.uuid().optional(),
|
|
13071
13071
|
created_by_entity_user_id: t.uuid().optional(),
|
|
13072
|
-
status:
|
|
13073
|
-
status__in: t.array(
|
|
13074
|
-
status__not_in: t.array(
|
|
13072
|
+
status: h.optional(),
|
|
13073
|
+
status__in: t.array(h).optional(),
|
|
13074
|
+
status__not_in: t.array(h).optional(),
|
|
13075
13075
|
origin: Je.optional(),
|
|
13076
13076
|
currency: i.optional(),
|
|
13077
13077
|
project_id: t.uuid().optional(),
|
|
@@ -13243,7 +13243,7 @@ t.object({
|
|
|
13243
13243
|
issued_at__lt: t.iso.datetime().optional(),
|
|
13244
13244
|
issued_at__gte: t.iso.datetime().optional(),
|
|
13245
13245
|
issued_at__lte: t.iso.datetime().optional(),
|
|
13246
|
-
status:
|
|
13246
|
+
status: Fd.optional(),
|
|
13247
13247
|
document_id: t.string().optional(),
|
|
13248
13248
|
document_id__in: t.array(t.string()).optional(),
|
|
13249
13249
|
created_by: t.uuid().optional(),
|
|
@@ -14392,9 +14392,9 @@ t.object({
|
|
|
14392
14392
|
"x-organization-id": t.uuid()
|
|
14393
14393
|
});
|
|
14394
14394
|
t.object({
|
|
14395
|
-
type: Di.
|
|
14396
|
-
document_type: Ui.
|
|
14397
|
-
is_default: t.boolean().
|
|
14395
|
+
type: Di.nullish(),
|
|
14396
|
+
document_type: Ui.nullish(),
|
|
14397
|
+
is_default: t.boolean().nullish()
|
|
14398
14398
|
});
|
|
14399
14399
|
t.object({
|
|
14400
14400
|
"x-organization-id": t.uuid()
|
|
@@ -14895,7 +14895,7 @@ export {
|
|
|
14895
14895
|
wa as zActionEnum,
|
|
14896
14896
|
$l as zActionSchema,
|
|
14897
14897
|
Wn as zAddress,
|
|
14898
|
-
|
|
14898
|
+
Ft as zAddressData,
|
|
14899
14899
|
Et as zAddressDto,
|
|
14900
14900
|
f as zAddressOutput,
|
|
14901
14901
|
K as zAggregationFunctionEnum,
|
|
@@ -14905,7 +14905,7 @@ export {
|
|
|
14905
14905
|
S as zAmountOutput,
|
|
14906
14906
|
vu as zAmountPredicate,
|
|
14907
14907
|
$i as zAnalyticsDataPoint,
|
|
14908
|
-
|
|
14908
|
+
Fa as zApiVersion,
|
|
14909
14909
|
Ji as zApplicationListResponseDto,
|
|
14910
14910
|
Xa as zApplicationOwnership,
|
|
14911
14911
|
qa as zApplicationProduct,
|
|
@@ -14936,7 +14936,7 @@ export {
|
|
|
14936
14936
|
Yt as zBankAccountApplicationStatusDto,
|
|
14937
14937
|
on as zBankAccountApplicationSummary,
|
|
14938
14938
|
R_ as zBankAccountApplicationSummaryResponse,
|
|
14939
|
-
|
|
14939
|
+
hi as zBankAccountInfo,
|
|
14940
14940
|
Cd as zBankAccountPayload,
|
|
14941
14941
|
po as zBankAccountPaymentMethod,
|
|
14942
14942
|
Ao as zBankAccountPaymentMethodDetails,
|
|
@@ -14947,7 +14947,7 @@ export {
|
|
|
14947
14947
|
ln as zBankAccountTransactionDirectionDto,
|
|
14948
14948
|
dn as zBankAccountTransactionResponse,
|
|
14949
14949
|
un as zBankAccountTransactionSortFieldDto,
|
|
14950
|
-
|
|
14950
|
+
Fi as zBankAccountTransferAccountOutput,
|
|
14951
14951
|
ee as zBankAccountTransferNetworkTypeDto,
|
|
14952
14952
|
En as zBankAccountTransferResponse,
|
|
14953
14953
|
ae as zBankAccountTransferStatusDto,
|
|
@@ -15007,8 +15007,8 @@ export {
|
|
|
15007
15007
|
S_ as zCounterpartOrganizationRootCreatePayload,
|
|
15008
15008
|
As as zCounterpartOrganizationRootResponse,
|
|
15009
15009
|
m_ as zCounterpartOrganizationRootUpdatePayload,
|
|
15010
|
-
|
|
15011
|
-
|
|
15010
|
+
hn as zCounterpartOrganizationUpdatePayload,
|
|
15011
|
+
Fn as zCounterpartRawAddress,
|
|
15012
15012
|
Hn as zCounterpartRawAddressUpdateRequest,
|
|
15013
15013
|
vn as zCounterpartRawBankAccount,
|
|
15014
15014
|
zn as zCounterpartRawBankAccountUpdateRequest,
|
|
@@ -15020,7 +15020,7 @@ export {
|
|
|
15020
15020
|
kn as zCounterpartSchema,
|
|
15021
15021
|
V as zCounterpartTagSchema,
|
|
15022
15022
|
N as zCounterpartType,
|
|
15023
|
-
|
|
15023
|
+
hE as zCounterpartVatIdResponse,
|
|
15024
15024
|
qt as zCountryCode,
|
|
15025
15025
|
zu as zCountryPredicate,
|
|
15026
15026
|
wn as zCreateOrganizationType,
|
|
@@ -15075,7 +15075,7 @@ export {
|
|
|
15075
15075
|
Mo as zDeliveryNoteCursorFields,
|
|
15076
15076
|
Pa as zDeliveryNoteLineItemProduct,
|
|
15077
15077
|
dE as zDeliveryNoteLineItemResource,
|
|
15078
|
-
|
|
15078
|
+
Fu as zDeliveryNoteRenderPayload,
|
|
15079
15079
|
uE as zDeliveryNoteResource,
|
|
15080
15080
|
vt as zDeliveryNoteStatusEnum,
|
|
15081
15081
|
Po as zDepartmentListItem,
|
|
@@ -15089,9 +15089,9 @@ export {
|
|
|
15089
15089
|
go as zDnsRecords,
|
|
15090
15090
|
Go as zDocumentExportResponseSchema,
|
|
15091
15091
|
Ie as zDocumentIdSeparators,
|
|
15092
|
-
|
|
15092
|
+
ho as zDocumentIdsSettings,
|
|
15093
15093
|
jo as zDocumentIdsSettingsNextNumber,
|
|
15094
|
-
|
|
15094
|
+
Fo as zDocumentIdsSettingsRequest,
|
|
15095
15095
|
Re as zDocumentInfoBlock,
|
|
15096
15096
|
C as zDocumentObjectTypeRequestEnum,
|
|
15097
15097
|
s as zDocumentRenderingSettings,
|
|
@@ -15124,7 +15124,7 @@ export {
|
|
|
15124
15124
|
be as zEntityTypeEnum,
|
|
15125
15125
|
Wo as zEntityUserCursorFields,
|
|
15126
15126
|
Qu as zEntityUserResponse,
|
|
15127
|
-
|
|
15127
|
+
FE as zEntityVatIdResponse,
|
|
15128
15128
|
Le as zErrorSchema,
|
|
15129
15129
|
wo as zEstimatedMonthlyRevenue,
|
|
15130
15130
|
Ko as zEventCursorFields,
|
|
@@ -15179,7 +15179,7 @@ export {
|
|
|
15179
15179
|
vi as zItem,
|
|
15180
15180
|
fu as zItemTypePredicate,
|
|
15181
15181
|
c_ as zIterationStatus,
|
|
15182
|
-
|
|
15182
|
+
he as zJsonElement,
|
|
15183
15183
|
I_ as zKycVerificationStatusDto,
|
|
15184
15184
|
zi as zLabelNValue,
|
|
15185
15185
|
_ as zLanguageCodeEnum,
|
|
@@ -15195,7 +15195,7 @@ export {
|
|
|
15195
15195
|
sE as zLineItemProductCreate,
|
|
15196
15196
|
D_ as zLineItemProductMeasureUnit,
|
|
15197
15197
|
fE as zLineItemProductTaxRate,
|
|
15198
|
-
|
|
15198
|
+
Fe as zLineItemResponse,
|
|
15199
15199
|
Ua as zLineItemUpdate,
|
|
15200
15200
|
ni as zLineItemsBlock,
|
|
15201
15201
|
M_ as zLineItemsBlockAmountReduced,
|
|
@@ -15204,8 +15204,8 @@ export {
|
|
|
15204
15204
|
G_ as zLineItemsBlockTotalVat,
|
|
15205
15205
|
j_ as zLineItemsColumns,
|
|
15206
15206
|
x_ as zLineItemsRenderingSettings,
|
|
15207
|
-
|
|
15208
|
-
|
|
15207
|
+
h_ as zLocationListItem,
|
|
15208
|
+
F_ as zLocationMember,
|
|
15209
15209
|
au as zMailSentEventData,
|
|
15210
15210
|
H_ as zMailSettings,
|
|
15211
15211
|
v_ as zMailboxObjectTypeEnum,
|
|
@@ -15254,18 +15254,18 @@ export {
|
|
|
15254
15254
|
I as zOptionalOfNullableAddressInput,
|
|
15255
15255
|
gt as zOptionalOfNullableAuthenticationInput,
|
|
15256
15256
|
_d as zOptionalOfNullableBankAccountApplicantInput,
|
|
15257
|
-
|
|
15257
|
+
hs as zOptionalOfNullableBusinessDetailsInput,
|
|
15258
15258
|
Ct as zOptionalOfNullableBusinessStructureType,
|
|
15259
15259
|
Nr as zOptionalOfNullableCountryCode,
|
|
15260
15260
|
rd as zOptionalOfNullableCreditCardApplicantInput,
|
|
15261
|
-
|
|
15261
|
+
Fs as zOptionalOfNullableCreditCardBusinessDetailsInput,
|
|
15262
15262
|
c as zOptionalOfNullableDateOnly,
|
|
15263
15263
|
cr as zOptionalOfNullableGuid,
|
|
15264
15264
|
fr as zOptionalOfNullableIReadOnlyListOfOrganizationSettingsOcrAutoTaggingDto,
|
|
15265
15265
|
sa as zOptionalOfNullableListOfBusinessOwnerInput,
|
|
15266
15266
|
bt as zOptionalOfNullableNorthAmericanIndustryClassificationSystemCode,
|
|
15267
15267
|
Ur as zOptionalOfNullableOrganizationSettingsAccountingDto,
|
|
15268
|
-
|
|
15268
|
+
hr as zOptionalOfNullableOrganizationSettingsCurrencyDto,
|
|
15269
15269
|
Pr as zOptionalOfNullableOrganizationSettingsDefaultBankAccountDto,
|
|
15270
15270
|
jr as zOptionalOfNullableOrganizationSettingsDocumentIdsRequestDto,
|
|
15271
15271
|
Ir as zOptionalOfNullableOrganizationSettingsMailDto,
|
|
@@ -15291,7 +15291,7 @@ export {
|
|
|
15291
15291
|
Ye as zOrganizationSettingsAccountingLedgerAccountIdsDto,
|
|
15292
15292
|
we as zOrganizationSettingsAccountingTaxIdsDto,
|
|
15293
15293
|
Mr as zOrganizationSettingsCreditNoteRenderingDto,
|
|
15294
|
-
|
|
15294
|
+
Fr as zOrganizationSettingsCurrencyDto,
|
|
15295
15295
|
yr as zOrganizationSettingsDefaultBankAccountDto,
|
|
15296
15296
|
Ke as zOrganizationSettingsDefaultBankAccountType,
|
|
15297
15297
|
Xe as zOrganizationSettingsDocumentIdSeparator,
|
|
@@ -15335,7 +15335,7 @@ export {
|
|
|
15335
15335
|
Nl as zPayableCreatedEventData,
|
|
15336
15336
|
nl as zPayableCreditNoteData,
|
|
15337
15337
|
ol as zPayableCreditNoteLinkedEventData,
|
|
15338
|
-
|
|
15338
|
+
h as zPayableCreditNoteStateEnum,
|
|
15339
15339
|
_l as zPayableCreditNoteUnlinkedEventData,
|
|
15340
15340
|
rl as zPayableCursorFields,
|
|
15341
15341
|
ll as zPayableDimensionEnum,
|
|
@@ -15378,9 +15378,9 @@ export {
|
|
|
15378
15378
|
Oi as zPaymentIntentResponse,
|
|
15379
15379
|
ws as zPaymentIntentWithSecrets,
|
|
15380
15380
|
oa as zPaymentIntentsRecipient,
|
|
15381
|
-
|
|
15381
|
+
Fl as zPaymentMethod,
|
|
15382
15382
|
xl as zPaymentMethodDirection,
|
|
15383
|
-
|
|
15383
|
+
hl as zPaymentMethodStatus,
|
|
15384
15384
|
Ai as zPaymentMethodSubtype,
|
|
15385
15385
|
Lt as zPaymentObject,
|
|
15386
15386
|
pi as zPaymentObjectPayable,
|
|
@@ -15417,7 +15417,7 @@ export {
|
|
|
15417
15417
|
sd as zPreviewSchema,
|
|
15418
15418
|
Nd as zPreviewSchema2,
|
|
15419
15419
|
Id as zPreviewSchema3,
|
|
15420
|
-
|
|
15420
|
+
F as zPrice,
|
|
15421
15421
|
aA as zPricingPlan,
|
|
15422
15422
|
Td as zProcessResource,
|
|
15423
15423
|
Rd as zProcessStatusEnum,
|
|
@@ -15443,9 +15443,9 @@ export {
|
|
|
15443
15443
|
Gd as zPurchaseOrderLineItem,
|
|
15444
15444
|
jd as zPurchaseOrderLineItemsBlock,
|
|
15445
15445
|
xd as zPurchaseOrderNumberBlock,
|
|
15446
|
-
|
|
15446
|
+
hd as zPurchaseOrderRenderPayload,
|
|
15447
15447
|
gs as zPurchaseOrderResponseSchema,
|
|
15448
|
-
|
|
15448
|
+
Fd as zPurchaseOrderStatusEnum,
|
|
15449
15449
|
Hd as zPurchaseOrderVatId,
|
|
15450
15450
|
vd as zQrCodeDataBlock,
|
|
15451
15451
|
zd as zQuoteRenderingSettings,
|
|
@@ -15482,7 +15482,7 @@ export {
|
|
|
15482
15482
|
Oa as zReceivableHistoryEventTypeEnum,
|
|
15483
15483
|
Xu as zReceivableHistoryResponse,
|
|
15484
15484
|
eu as zReceivableMailCursorFields,
|
|
15485
|
-
|
|
15485
|
+
ht as zReceivableMailRecipientState,
|
|
15486
15486
|
Ri as zReceivableMailRecipients,
|
|
15487
15487
|
nu as zReceivableMailResponse,
|
|
15488
15488
|
w as zReceivableMailStatusEnum,
|
|
@@ -15534,7 +15534,7 @@ export {
|
|
|
15534
15534
|
Gu as zScaMethodType,
|
|
15535
15535
|
ju as zSendStatelessEmailResponse,
|
|
15536
15536
|
xu as zServiceProvidersEnum,
|
|
15537
|
-
|
|
15537
|
+
hu as zSignature,
|
|
15538
15538
|
ba as zSignatureBlock,
|
|
15539
15539
|
x as zSingleAmountPredicate,
|
|
15540
15540
|
Yi as zSingleCountryPredicate,
|
|
@@ -15643,5 +15643,5 @@ export {
|
|
|
15643
15643
|
uA as zWebhookSubscriptionResource,
|
|
15644
15644
|
xa as zWebhookSubscriptionStatus,
|
|
15645
15645
|
sA as zWidgetUserStatus,
|
|
15646
|
-
|
|
15646
|
+
ha as zYapilyCountriesCoverageCodes
|
|
15647
15647
|
};
|