@tesouro/embedded-components-react 0.2.237 → 0.2.238
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core.js +2 -4
- package/dist/index.js +82 -136
- package/dist/lib/AcceptDisclosuresWidget.js +5 -9
- package/dist/lib/BalancesWidget.js +5 -13
- package/dist/lib/BankAccountOnboardingWidget.js +8 -20
- package/dist/lib/BankAccountsWidget.js +3 -4
- package/dist/lib/BillPayWidget.js +3 -4
- package/dist/lib/CardDetailsWidget.js +3 -20
- package/dist/lib/CardsWidget.js +3 -20
- package/dist/lib/ChartOfAccountsWidget.js +9 -16
- package/dist/lib/CounterpartsWidget.js +3 -4
- package/dist/lib/ExpenseApprovalPoliciesWidget.js +3 -4
- package/dist/lib/ExpenseManagementWidget.js +3 -4
- package/dist/lib/ExpenseRequirementsWidget.js +3 -4
- package/dist/lib/HelpWidget.js +6 -15
- package/dist/lib/InsightsWidget.js +7 -18
- package/dist/lib/InvoicingWidget.js +3 -22
- package/dist/lib/LinkedAccountsWidget.js +3 -4
- package/dist/lib/ProductsWidget.js +3 -4
- package/dist/lib/ProfileWidget.js +3 -4
- package/dist/lib/ReceiptMatchWidget.js +3 -4
- package/dist/lib/ReceivablesWidget.js +3 -124
- package/dist/lib/SettingsWidget.js +3 -4
- package/dist/lib/TagsWidget.js +3 -4
- package/dist/lib/TeamWidget.js +3 -4
- package/dist/lib/TransfersWidget.js +6 -15
- package/dist/lib/UploadReceiptWidget.js +3 -4
- package/dist/lib/WidgetProvider.js +15 -46
- package/dist/lib/WidgetProviderPublic.js +9 -25
- package/dist/lib/monite-sdk.js +95 -271
- package/dist/libs/shared/util-validation/dist/index22.js +8 -10
- package/dist/libs/shared/util-validation/dist/index6.js +18 -24
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/data-access/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/data-access/dist/index2.js +13 -15
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index2.js +4 -140
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index3.js +43 -7
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index4.js +94 -38
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index2.js +17 -93
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index3.js +70 -18
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index2.js +4 -122
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index3.js +74 -6
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index4.js +13 -110
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index5.js +66 -25
- package/dist/libs/tesouro-embedded-components-react/balances-widget/ui/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/balances-widget/ui/dist/index2.js +13 -128
- package/dist/libs/tesouro-embedded-components-react/balances-widget/ui/dist/index3.js +107 -89
- package/dist/libs/tesouro-embedded-components-react/balances-widget/ui/dist/index4.js +63 -15
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index10.js +29 -17
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index2.js +22 -20
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index3.js +8 -13
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index4.js +17 -20
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index5.js +17 -24
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index6.js +23 -24
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index7.js +23 -50
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index8.js +46 -23
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index9.js +8 -36
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index10.js +171 -182
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index11.js +67 -9
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index12.js +84 -166
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index13.js +107 -76
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index14.js +92 -6
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index15.js +9 -6
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index16.js +29 -15
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index17.js +312 -5
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index2.js +6 -406
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index3.js +5 -131
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index4.js +12 -99
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index5.js +5 -145
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index6.js +14 -121
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index7.js +10 -15
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index8.js +185 -37
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index9.js +101 -15
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index.js +18 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index10.js +40 -76
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index11.js +97 -88
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index12.js +13 -99
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index13.js +2 -103
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index14.js +4 -91
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index15.js +175 -8
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index16.js +33 -9
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index17.js +22 -27
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index18.js +63 -23
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index19.js +224 -116
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index2.js +86 -130
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index20.js +32 -336
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index21.js +27 -31
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index22.js +68 -49
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index23.js +86 -49
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index24.js +7 -217
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index25.js +18 -51
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index26.js +8 -276
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index27.js +82 -52
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index28.js +74 -21
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index3.js +254 -50
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index4.js +47 -51
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index5.js +136 -32
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index6.js +49 -92
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index7.js +31 -13
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index8.js +35 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index9.js +42 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index2.js +22 -25
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index3.js +23 -27
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index4.js +40 -45
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index5.js +30 -29
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index10.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +6 -261
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index3.js +32 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index4.js +46 -7
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index5.js +14 -37
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index6.js +13 -57
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index7.js +6 -15
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index8.js +193 -18
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +188 -248
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index3.js +94 -54
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index4.js +92 -199
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index5.js +15 -91
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index6.js +79 -95
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index7.js +53 -7
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index8.js +173 -67
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index2.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index3.js +26 -23
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index4.js +25 -19
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index5.js +92 -95
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index6.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +8 -119
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index3.js +35 -9
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index4.js +12 -239
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index5.js +14 -44
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index6.js +61 -13
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index7.js +173 -18
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index8.js +63 -83
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index9.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index2.js +37 -107
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index3.js +101 -38
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index4.js +57 -101
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index5.js +162 -51
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index6.js +74 -159
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index2.js +4 -30
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index3.js +43 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index5.js +8 -174
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index6.js +87 -141
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index7.js +1 -7
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index8.js +25 -9
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index.js +36 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index10.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index11.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index13.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index14.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index16.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index17.js +1 -10
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index19.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index2.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index20.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index22.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index23.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index24.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index25.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index26.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index27.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index28.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index29.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index3.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index30.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index31.js +41 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index32.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index34.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index35.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index36.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index37.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index38.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index41.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index43.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index45.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index46.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index47.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index48.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index49.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index5.js +2 -14
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index6.js +14 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index7.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index8.js +2 -33
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index2.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index3.js +10 -30
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index4.js +23 -29
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index5.js +24 -17
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index2.js +7 -141
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index3.js +15 -52
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index4.js +29 -19
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index5.js +30 -79
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index6.js +101 -16
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/index.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardDetailsHeader.js +55 -55
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardDetailsPanel.js +99 -154
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardFace.js +38 -48
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/DetailCopyRow.js +28 -37
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/labels.js +47 -41
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/statusBadge.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/testIds.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/cards-widget/data-access/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/data-access/dist/index2.js +22 -25
- package/dist/libs/tesouro-embedded-components-react/cards-widget/data-access/dist/index3.js +22 -25
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index2.js +4 -117
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index3.js +24 -40
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index4.js +26 -45
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index5.js +29 -7
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index6.js +57 -257
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index7.js +204 -31
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index8.js +64 -89
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/index.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardFaceSwatch.js +11 -14
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsList.js +133 -135
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsListDetailsSheet.js +36 -41
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsListRow.js +92 -57
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/labels.js +51 -75
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/statusBadge.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/types.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/data-access/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/data-access/dist/index2.js +45 -57
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/data-access/dist/index3.js +58 -67
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index2.js +4 -264
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index3.js +29 -7
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index4.js +115 -31
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index5.js +29 -183
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index6.js +53 -143
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index7.js +157 -28
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index8.js +216 -73
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index2.js +98 -100
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index3.js +186 -216
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index4.js +519 -503
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/data-access/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/data-access/dist/index2.js +11 -113
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/data-access/dist/index3.js +94 -20
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/data-access/dist/index4.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/ExpenseApprovalPoliciesWidgetFeature.js +203 -264
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/analytics/events.js +4 -7
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/labels.js +20 -22
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/useApprovalPolicies.js +248 -299
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index2.js +11 -12
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index3.js +46 -45
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index4.js +8 -5
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index5.js +37 -28
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index6.js +87 -113
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index7.js +205 -215
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index8.js +96 -128
- package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index2.js +4 -79
- package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index3.js +49 -7
- package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index4.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/expense-management-widget/ui/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/expense-management-widget/ui/dist/index2.js +10 -33
- package/dist/libs/tesouro-embedded-components-react/expense-management-widget/ui/dist/index3.js +74 -11
- package/dist/libs/tesouro-embedded-components-react/expense-management-widget/ui/dist/index4.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index2.js +21 -26
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index3.js +21 -26
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index4.js +21 -46
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index5.js +43 -30
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index6.js +32 -43
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/ReceiptMatchWidget.js +67 -103
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/analytics/events.js +4 -7
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/useReceiptMatch.js +246 -302
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index2.js +44 -100
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index3.js +87 -85
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index4.js +101 -75
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index5.js +202 -198
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index6.js +106 -96
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index7.js +74 -48
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/data-access/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/data-access/dist/index2.js +10 -43
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/data-access/dist/index3.js +39 -18
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/ExpenseRequirementsWidget.js +78 -126
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/analytics/events.js +4 -7
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/useTransactionValidations.js +107 -112
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/ui/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/ui/dist/index2.js +17 -76
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/ui/dist/index3.js +74 -20
- package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/feature/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/feature/dist/lib/UploadReceiptWidget.js +88 -114
- package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/ui/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/ui/dist/index2.js +30 -23
- package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/ui/dist/index3.js +17 -133
- package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/ui/dist/index4.js +140 -37
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/data-access/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/data-access/dist/index2.js +21 -26
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/data-access/dist/index3.js +10 -58
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/data-access/dist/index4.js +78 -18
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index2.js +4 -181
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index3.js +14 -18
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index4.js +8 -6
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index5.js +14 -20
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index6.js +13 -175
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index7.js +147 -16
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index8.js +129 -19
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index2.js +45 -223
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index3.js +207 -205
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index4.js +184 -45
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index5.js +39 -48
- package/dist/libs/tesouro-embedded-components-react/help-widget/feature/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/help-widget/feature/dist/index2.js +4 -70
- package/dist/libs/tesouro-embedded-components-react/help-widget/feature/dist/index3.js +49 -7
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/contract/dist/index.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/contract/dist/index2.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/contract/dist/index3.js +77 -121
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/contract/dist/index4.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/contract/dist/index5.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/shadcn/dist/index.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/shadcn/dist/index2.js +26 -73
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/shadcn/dist/index3.js +54 -35
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/shadcn/dist/index4.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index10.js +65 -8
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index2.js +4 -117
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index3.js +11 -147
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index4.js +8 -12
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index5.js +67 -7
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index6.js +10 -31
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index7.js +110 -62
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index8.js +22 -14
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index9.js +16 -19
- package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index2.js +11 -117
- package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index3.js +78 -108
- package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index4.js +4 -12
- package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index5.js +93 -5
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index2.js +28 -56
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index3.js +35 -38
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index4.js +215 -221
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index5.js +93 -104
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index6.js +63 -70
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index7.js +28 -27
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index10.js +72 -50
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index11.js +113 -171
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index12.js +229 -91
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +4 -166
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index3.js +39 -298
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index4.js +9 -7
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index5.js +394 -5
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index6.js +62 -133
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index7.js +191 -446
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index8.js +42 -63
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index9.js +158 -206
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index.js +11 -0
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index10.js +10 -146
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index11.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index12.js +264 -22
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index13.js +259 -0
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index14.js +106 -0
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index15.js +93 -0
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index16.js +339 -0
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index2.js +138 -46
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index3.js +34 -0
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index4.js +23 -179
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index5.js +1 -234
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index6.js +3 -98
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index7.js +18 -91
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index8.js +1 -32
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index9.js +4 -412
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index10.js +23 -0
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index11.js +23 -0
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index2.js +21 -22
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index3.js +21 -25
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index4.js +22 -19
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index5.js +18 -19
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index6.js +21 -22
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index7.js +6 -23
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index8.js +3 -24
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index9.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index2.js +11 -65
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index3.js +56 -8
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index4.js +9 -376
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index5.js +15 -12
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index6.js +34 -70
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index7.js +59 -29
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index8.js +273 -33
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index9.js +42 -83
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index10.js +90 -9
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index11.js +72 -12
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index12.js +39 -74
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index13.js +62 -94
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index14.js +128 -109
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index15.js +68 -20
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index16.js +141 -52
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index2.js +12 -208
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index3.js +55 -68
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index4.js +79 -59
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index5.js +39 -118
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index6.js +89 -88
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index7.js +115 -52
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index8.js +14 -63
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index9.js +8 -134
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index.js +99 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +4 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index100.js +55 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index101.js +77 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index102.js +13 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +71 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index104.js +169 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index105.js +40 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index106.js +189 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index107.js +93 -147
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index108.js +99 -188
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index109.js +261 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +22 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index110.js +185 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index111.js +129 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index112.js +8 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index113.js +7 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index114.js +16 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index115.js +3 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index116.js +3 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +7 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +37 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +37 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +1224 -187
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +12 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +46 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +1 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +46 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +49 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +8 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +7 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +7 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +45 -1272
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +15 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +13 -129
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +7 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +7 -399
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +4 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +35 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +75 -408
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +7 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +10 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +7 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +13 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +134 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +176 -216
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +213 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +7 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +7 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +17 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +17 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +7 -122
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +10 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +17 -219
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +16 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +1 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +16 -173
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +1 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +1 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +7 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +12 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +11 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +11 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +7 -153
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +13 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +13 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +18 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index16.js +7 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +3 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +48 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +1 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +17 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +7 -83
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +21 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +12 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +1 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +1 -78
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +7 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index17.js +17 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +7 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +14 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +21 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +57 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +3 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +4 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +68 -229
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +13 -472
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +17 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +1 -541
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index18.js +5 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +47 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +39 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +66 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +35 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +41 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +23 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +31 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +55 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +12 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +33 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +106 -118
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +1 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +7 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +7 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +48 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +32 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +17 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +40 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +7 -102
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +18 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +4 -283
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index20.js +21 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +18 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +75 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +1 -103
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +8 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +1 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +34 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +1 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +70 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +19 -215
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +23 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index21.js +135 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +37 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +9 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +1 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +5 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +9 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +15 -147
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +315 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +4 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +9 -184
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +7 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index22.js +4 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +4 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +16 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +8 -84
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +102 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +4 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +6 -363
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +76 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +22 -119
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +446 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +4 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index23.js +21 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +43 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +80 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +61 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +1 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +30 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +42 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +4 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +2 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +52 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +113 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index24.js +165 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +6 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +190 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +215 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +161 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +59 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +59 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +298 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +6 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +8 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +1 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index25.js +5 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +20 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +71 -99
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +53 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +1 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +26 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +78 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +89 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +1 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +10 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +28 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index26.js +4 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +18 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +5 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +1 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +57 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +12 -90
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +38 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +1 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +105 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +1 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +55 -78
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index27.js +21 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +1 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +54 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +1 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +54 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +1 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +13 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +54 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +2 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +3 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +1 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index28.js +9 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +2 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +9 -492
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +55 -169
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +40 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +73 -129
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +7 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +2 -121
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +78 -112
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +1 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +58 -207
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index29.js +31 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +43 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +1 -151
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +10 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +23 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +52 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +66 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +52 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +168 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +1 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +85 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +45 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index30.js +1 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +29 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +2 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +598 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +1 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +1 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +167 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +1 -82
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +26 -78
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +1 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +12 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index31.js +17 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +12 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +12 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +18 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +20 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +29 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +1 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +92 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +12 -129
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +12 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +12 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index32.js +103 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +21 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +74 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +1 -99
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +127 -214
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +1 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +13 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +55 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +5 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +1 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +64 -173
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index33.js +25 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +122 -136
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +23 -164
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +8 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +37 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +9 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +57 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +73 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +28 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +1 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +60 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index34.js +8 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +20 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +21 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +184 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +1 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +31 -348
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +3 -305
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +63 -104
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +33 -163
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +12 -268
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +33 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index35.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +46 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +13 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +19 -256
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +7 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +11 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +12 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +19 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +15 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +15 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +15 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +9 -195
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +16 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +41 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +17 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +17 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +17 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +17 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +20 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +7 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +116 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +65 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +11 -167
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +1 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +199 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +1 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +11 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +44 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +7 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +11 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +18 -119
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +9 -84
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +7 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +5 -155
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +424 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +1 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +21 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +94 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +21 -124
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +19 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +4 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +193 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +101 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +1 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +157 -116
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +1 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +54 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +46 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +1 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +20 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +1 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +161 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +1 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +12 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +62 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +293 -212
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +1 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +46 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +51 -271
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +84 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +23 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +44 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +1 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +347 -143
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +1 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +31 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +1 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +12 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +28 -286
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +1 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +1 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +161 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +1 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +36 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +35 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +5 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +104 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +187 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +14 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +134 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +210 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +16 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +29 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +1 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +255 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +1 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +36 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +141 -128
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +1 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +14 -144
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +166 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +26 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +10 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +61 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +39 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +153 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +70 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +16 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +219 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +41 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +59 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +1 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +83 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +187 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +167 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +17 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +11 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +7 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +315 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +92 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +192 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +962 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +32 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +88 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +126 -84
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +41 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +450 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +18 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +147 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +146 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +39 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +65 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +28 -152
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +71 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +150 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +63 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +88 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +16 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +22 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +22 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +101 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +45 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +29 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +76 -141
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +1 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +16 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +16 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +7 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +16 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +16 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +9 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +105 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +38 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +47 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +7 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +75 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +31 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +174 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +143 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +132 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +80 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +249 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +10 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +464 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.js +24 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index49.js +8 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index490.js +19 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index491.js +56 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index492.js +48 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index493.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index494.js +44 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index495.js +147 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index496.js +116 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index497.js +43 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index498.js +35 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index499.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +52 -188
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +80 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index500.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index501.js +24 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index502.js +76 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index503.js +20 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index504.js +174 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index505.js +141 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index506.js +35 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index507.js +118 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index508.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index509.js +48 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index51.js +6 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index510.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index511.js +26 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index512.js +30 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index513.js +40 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index514.js +81 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index515.js +54 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index516.js +37 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index517.js +92 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index518.js +54 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index519.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +1 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index520.js +40 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index521.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index522.js +136 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index523.js +109 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index524.js +54 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index525.js +785 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index526.js +92 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index527.js +105 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index528.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index529.js +27 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index53.js +26 -178
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index530.js +15 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index531.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index532.js +27 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index533.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index534.js +173 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index535.js +210 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index536.js +84 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index537.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index538.js +160 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index539.js +99 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +11 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index540.js +46 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index541.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index542.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index543.js +27 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index544.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index545.js +187 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index546.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index547.js +43 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index548.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index549.js +24 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +37 -89
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index550.js +77 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index551.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index552.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index553.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index554.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index555.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index556.js +133 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index557.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index558.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index559.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index56.js +41 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index560.js +222 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index561.js +14 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index562.js +36 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index563.js +185 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index564.js +206 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index565.js +102 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index566.js +66 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index567.js +57 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index568.js +94 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index569.js +43 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index57.js +16 -90
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index570.js +79 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index571.js +87 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index572.js +14 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index573.js +26 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index574.js +17 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index575.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index576.js +24 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index577.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index578.js +24 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index579.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index58.js +77 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index580.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index581.js +17 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index582.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index583.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index584.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index585.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index586.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index587.js +73 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index588.js +120 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index589.js +80 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index59.js +38 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index590.js +146 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index591.js +30 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index592.js +18 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index593.js +91 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index594.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index595.js +26 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index596.js +71 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index597.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index598.js +66 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index599.js +29 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +2313 -169
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index60.js +1 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index600.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index601.js +36 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index602.js +18 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index603.js +33 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index604.js +30 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index605.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index606.js +97 -0
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index61.js +24 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index62.js +50 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index63.js +43 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index64.js +16 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index65.js +19 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index66.js +16 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index67.js +22 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index68.js +4 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index69.js +4 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index7.js +298 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index70.js +20 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index71.js +17 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index72.js +1 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index73.js +3 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index74.js +3 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index75.js +16 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index76.js +3 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index77.js +3 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +3 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index79.js +25 -118
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +14 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index80.js +1 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index81.js +1 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index82.js +7 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index83.js +7 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index84.js +16 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index85.js +3 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index86.js +21 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index87.js +14 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +77 -90
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +14 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +9 -128
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index90.js +27 -148
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index91.js +106 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index92.js +257 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index93.js +152 -982
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index94.js +201 -186
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index95.js +51 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index96.js +68 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index97.js +103 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index98.js +91 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index99.js +20 -28
- package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index2.js +4 -178
- package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index3.js +9 -7
- package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index4.js +32 -6
- package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index5.js +22 -53
- package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index6.js +62 -38
- package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index7.js +48 -30
- package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index8.js +121 -80
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index2.js +61 -58
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index3.js +17 -19
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index4.js +183 -195
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index5.js +146 -182
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index6.js +27 -35
- package/dist/libs/tesouro-embedded-components-react/profile-widget/data-access/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/profile-widget/data-access/dist/index2.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index2.js +4 -138
- package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index3.js +15 -15
- package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index4.js +116 -6
- package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index5.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/profile-widget/ui/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/profile-widget/ui/dist/index2.js +6 -84
- package/dist/libs/tesouro-embedded-components-react/profile-widget/ui/dist/index3.js +100 -6
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +4 -275
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index3.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index4.js +44 -7
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index5.js +127 -43
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index6.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/settings-widget/ui/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/settings-widget/ui/dist/index2.js +4 -62
- package/dist/libs/tesouro-embedded-components-react/settings-widget/ui/dist/index3.js +56 -6
- package/dist/libs/tesouro-embedded-components-react/settings-widget/ui/dist/index4.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/data-access/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/data-access/dist/lib/approvalPoliciesApi.js +120 -154
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/data-access/dist/lib/queryKeys.js +10 -19
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/feature/dist/index.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/feature/dist/lib/ApprovalPoliciesSettings.js +65 -75
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/feature/dist/lib/labels.js +40 -44
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/feature/dist/lib/policyViewModel.js +122 -143
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/feature/dist/lib/useApprovalPolicyRules.js +305 -412
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/feature/dist/lib/useApproverOptions.js +67 -65
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index10.js +7 -52
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index11.js +48 -7
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index12.js +188 -130
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index13.js +19 -19
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index14.js +104 -171
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index15.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index16.js +132 -64
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index17.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index18.js +55 -121
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index19.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index2.js +12 -116
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index20.js +83 -236
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index3.js +103 -12
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index4.js +9 -59
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index5.js +51 -9
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index6.js +6 -67
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index7.js +56 -6
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index8.js +7 -36
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/ui/dist/index9.js +34 -7
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/util/dist/lib/amountCoverage.js +36 -34
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/util/dist/lib/amountInput.js +16 -16
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/util/dist/lib/policyPriority.js +9 -13
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/util/dist/lib/policyScript.js +126 -89
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/util/dist/lib/policyTrigger.js +120 -127
- package/dist/libs/tesouro-embedded-components-react/shared/approval-policy/util/dist/lib/validatePolicyDraft.js +37 -50
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index2.js +21 -44
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index3.js +96 -105
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index4.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index5.js +108 -125
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index6.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index7.js +81 -101
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/index.js +21 -0
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/CounterpartSelector.js +25 -37
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/helpers.js +354 -395
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/labels.js +23 -23
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/subEntityForms.js +42 -45
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useAddressForm.js +70 -72
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useCounterpartDetails.js +35 -46
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useCounterpartForm.js +92 -105
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useCounterpartSelector.js +54 -71
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useDeleteController.js +55 -65
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useSubEntityForm.js +64 -51
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index10.js +172 -62
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index11.js +5 -37
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index12.js +56 -75
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index13.js +27 -6
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index14.js +75 -60
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index2.js +94 -101
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index3.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index4.js +9 -107
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index5.js +121 -55
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index6.js +57 -463
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index7.js +52 -0
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index8.js +499 -175
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index9.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/index.js +26 -0
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/EmbedApiContext.js +27 -24
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/allPages.js +26 -27
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/api-version.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/api-version.json.js +4 -7
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/bank-account/useAllBankAccountsQuery.js +54 -47
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/client.config.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/clientRegistry.js +15 -19
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/createEmbeddedClient.js +16 -22
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/external-bank-account/useAllExternalBankAccountsQuery.js +53 -48
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/fetchWidgetInit.js +19 -27
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/hasAnyScope.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/isApiNotFoundError.js +22 -19
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/isUserDataNotFoundError.js +18 -14
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/organizationHeaders.js +4 -7
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/queryKeys.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +697 -871
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/client/client.gen.js +147 -155
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/client/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/client/utils.gen.js +144 -171
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/client.gen.js +8 -11
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/auth.gen.js +6 -7
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/bodySerializer.gen.js +4 -9
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/params.gen.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/pathSerializer.gen.js +69 -118
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/serverSentEvents.gen.js +73 -111
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/utils.gen.js +53 -74
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +1329 -1729
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js +8533 -15911
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/role/useAllOrganizationRolesQuery.js +51 -53
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/role/useRolePermissionsQueries.js +42 -47
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/scopes.js +97 -37
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/useCurrentUserQuery.js +22 -24
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/useGetUserDataQuery.js +32 -34
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/useUpsertUserDataMutation.js +21 -17
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/user/useAllOrganizationUsersQuery.js +55 -56
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/withAuthEpoch.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/index.js +20 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/RefreshingRootWidgetProvider.js +27 -29
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/RootWidgetProvider.js +149 -203
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetContext.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetErrorBoundary.js +41 -45
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetProvider.js +174 -236
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetTokenRefreshContext.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetTokenRefreshProvider.js +29 -29
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/globalStore.js +17 -19
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/hooks.js +18 -26
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/index.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/labels.js +4 -6
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/types.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/useWidgetFetch.js +81 -90
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/useWidgetInitPublisher.js +27 -28
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/useWidgetToken.js +20 -22
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/utils.js +16 -19
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/widgetInitChannel.js +50 -51
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +7 -10
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/client.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/events.js +15 -11
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/expectedApiNotFound.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/hooks.js +21 -25
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/ids.js +15 -17
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/install.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/interceptor.js +48 -69
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/posthog.js +26 -31
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/runtime.js +48 -47
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/traceId.js +33 -35
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/card/cardPresentation.js +16 -18
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/card/cardProgram.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/naicsCodeMap.js +2038 -2047
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteRegionProvider.js +19 -27
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +91 -229
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/RefreshingMoniteWidgetProvider.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index10.js +31 -31
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index11.js +32 -34
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index12.js +36 -31
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index2.js +22 -25
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index3.js +22 -22
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index4.js +17 -33
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index5.js +32 -41
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index6.js +37 -30
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index7.js +31 -21
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index8.js +21 -22
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index9.js +21 -30
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/index.js +24 -0
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/MeasureUnitsManagerContainer.js +136 -149
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/ProductSelector.js +24 -37
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/helpers.js +166 -192
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/labels.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/useMeasureUnits.js +16 -23
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/useProductForm.js +55 -72
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/useProductSelector.js +53 -71
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index2.js +63 -67
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index3.js +251 -256
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index4.js +173 -188
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index5.js +50 -49
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index6.js +75 -75
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/index.js +25 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/EmbeddedToaster.js +39 -33
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/EmptyState/EmptyState.js +29 -32
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/ErrorState/ErrorState.js +30 -28
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/HostIsolationScope/HostIsolationScope.js +30 -21
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/InlineErrorAlert/InlineErrorAlert.js +9 -15
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/Link/Link.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/FdicLogo.js +267 -443
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShell.js +127 -154
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellOverlayPortal.js +24 -28
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellScrollRegion.js +68 -94
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellStepper.js +58 -61
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/labels.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/useScrollHintContainer.js +31 -37
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/PaginationFooter/PaginationFooter.js +61 -62
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/PaginationFooter/labels.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/ProductIntroModal/ProductIntroModal.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/SectionHeading/SectionHeading.js +11 -8
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/UIContext/UIContext.js +16 -20
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/UIContext/UIProvider.js +15 -18
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/UIContext/index.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/UIContext/uiRendererRegistry.js +24 -25
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/UIContext/useLinkComponent.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/UIContext/useUIFramework.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/WidgetContainer/WidgetContainer.js +24 -32
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/WidgetTitleWithIconAndChildren/WidgetTitleWithIconAndChildren.js +34 -30
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/avatarSwatch.js +25 -26
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index10.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index11.js +116 -118
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index12.js +74 -67
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index13.js +6 -8
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index14.js +43 -40
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index2.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index3.js +29 -34
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index4.js +16 -22
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index5.js +8 -9
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index6.js +6 -9
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index7.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index8.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index9.js +15 -17
- package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index10.js +25 -25
- package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index2.js +22 -22
- package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index3.js +12 -32
- package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index4.js +32 -32
- package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index5.js +33 -30
- package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index6.js +31 -17
- package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index7.js +17 -20
- package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index8.js +20 -23
- package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index9.js +24 -23
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index10.js +52 -109
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index11.js +90 -64
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index2.js +4 -138
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index3.js +13 -6
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index4.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index5.js +97 -43
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index6.js +28 -106
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index7.js +46 -10
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index8.js +101 -36
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index9.js +60 -58
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index2.js +38 -40
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index3.js +136 -148
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index4.js +125 -111
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index5.js +27 -35
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index.js +24 -0
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index10.js +52 -25
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index11.js +3 -53
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index12.js +45 -116
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index13.js +24 -18
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index14.js +62 -0
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index15.js +128 -49
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index16.js +5 -67
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index17.js +56 -108
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index18.js +75 -17
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index19.js +105 -0
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index2.js +9 -17
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index20.js +5 -50
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index21.js +56 -66
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index22.js +74 -108
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index23.js +105 -0
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index3.js +21 -41
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index4.js +27 -26
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index5.js +10 -171
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index6.js +10 -44
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index7.js +173 -64
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index8.js +37 -56
- package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index9.js +57 -51
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index10.js +18 -107
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index11.js +154 -231
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index12.js +111 -38
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index13.js +87 -132
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index14.js +71 -79
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index15.js +197 -6
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index16.js +77 -98
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index17.js +363 -18
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index2.js +9 -448
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index3.js +87 -87
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index4.js +48 -10
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index5.js +109 -84
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index6.js +87 -174
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index7.js +63 -85
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index8.js +5 -93
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index9.js +78 -295
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index.js +17 -0
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index10.js +309 -423
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index11.js +15 -60
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index12.js +80 -58
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index13.js +16 -182
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index14.js +134 -10
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index15.js +53 -270
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index16.js +175 -23
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index17.js +287 -99
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index18.js +21 -13
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index2.js +16 -35
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index3.js +46 -60
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index4.js +67 -32
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index5.js +25 -344
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index6.js +97 -100
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index7.js +48 -16
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index8.js +390 -104
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index9.js +11 -17
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index2.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index3.js +17 -35
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index4.js +10 -12
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index5.js +10 -12
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index6.js +42 -52
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index7.js +36 -45
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index8.js +45 -50
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index2.js +8 -33
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index3.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index4.js +306 -142
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index5.js +98 -9
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index6.js +24 -401
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index.js +3 -0
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index10.js +131 -11
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index2.js +64 -161
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index3.js +9 -59
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index4.js +92 -317
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index5.js +29 -117
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index6.js +10 -23
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index7.js +65 -73
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index8.js +268 -69
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index9.js +59 -9
- package/dist/packages/shared-ui-shadcn/dist/index.js +16086 -20236
- package/package.json +2 -2
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index9.js +0 -9
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index9.js +0 -7
|
@@ -1,170 +1,2314 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
1
|
+
//#region ../../libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js
|
|
2
|
+
var e = {
|
|
3
|
+
getAccountingConnections: { schema: {
|
|
4
|
+
method: "get",
|
|
5
|
+
url: "/finops/v1/accounting-connections",
|
|
6
|
+
security: ["HTTPBearer"]
|
|
7
|
+
} },
|
|
8
|
+
postAccountingConnections: { schema: {
|
|
9
|
+
method: "post",
|
|
10
|
+
url: "/finops/v1/accounting-connections",
|
|
11
|
+
security: ["HTTPBearer"]
|
|
12
|
+
} },
|
|
13
|
+
getAccountingConnectionsId: { schema: {
|
|
14
|
+
method: "get",
|
|
15
|
+
url: "/finops/v1/accounting-connections/{connection_id}",
|
|
16
|
+
security: ["HTTPBearer"]
|
|
17
|
+
} },
|
|
18
|
+
postAccountingConnectionsIdDisconnect: { schema: {
|
|
19
|
+
method: "post",
|
|
20
|
+
url: "/finops/v1/accounting-connections/{connection_id}/disconnect",
|
|
21
|
+
security: ["HTTPBearer"]
|
|
22
|
+
} },
|
|
23
|
+
postAccountingConnectionsIdSync: { schema: {
|
|
24
|
+
method: "post",
|
|
25
|
+
url: "/finops/v1/accounting-connections/{connection_id}/sync",
|
|
26
|
+
security: ["HTTPBearer"]
|
|
27
|
+
} },
|
|
28
|
+
getAccountingSyncedRecords: { schema: {
|
|
29
|
+
method: "get",
|
|
30
|
+
url: "/finops/v1/accounting-synced-records",
|
|
31
|
+
security: ["HTTPBearer"]
|
|
32
|
+
} },
|
|
33
|
+
getAccountingSyncedRecordsId: { schema: {
|
|
34
|
+
method: "get",
|
|
35
|
+
url: "/finops/v1/accounting-synced-records/{synced_record_id}",
|
|
36
|
+
security: ["HTTPBearer"]
|
|
37
|
+
} },
|
|
38
|
+
postAccountingSyncedRecordsIdPush: { schema: {
|
|
39
|
+
method: "post",
|
|
40
|
+
url: "/finops/v1/accounting-synced-records/{synced_record_id}/push",
|
|
41
|
+
security: ["HTTPBearer"]
|
|
42
|
+
} },
|
|
43
|
+
getAccountingTaxRates: { schema: {
|
|
44
|
+
method: "get",
|
|
45
|
+
url: "/finops/v1/accounting-tax-rates",
|
|
46
|
+
security: ["HTTPBearer"]
|
|
47
|
+
} },
|
|
48
|
+
postAccountingTaxRates: { schema: {
|
|
49
|
+
method: "post",
|
|
50
|
+
url: "/finops/v1/accounting-tax-rates",
|
|
51
|
+
mediaType: "application/json",
|
|
52
|
+
security: ["HTTPBearer"]
|
|
53
|
+
} },
|
|
54
|
+
getAccountingTaxRatesId: { schema: {
|
|
55
|
+
method: "get",
|
|
56
|
+
url: "/finops/v1/accounting-tax-rates/{tax_rate_id}",
|
|
57
|
+
security: ["HTTPBearer"]
|
|
58
|
+
} },
|
|
59
|
+
patchAccountingTaxRatesId: { schema: {
|
|
60
|
+
method: "patch",
|
|
61
|
+
url: "/finops/v1/accounting-tax-rates/{tax_rate_id}",
|
|
62
|
+
mediaType: "application/json",
|
|
63
|
+
security: ["HTTPBearer"]
|
|
64
|
+
} },
|
|
65
|
+
deleteAccountingTaxRatesId: { schema: {
|
|
66
|
+
method: "delete",
|
|
67
|
+
url: "/finops/v1/accounting-tax-rates/{tax_rate_id}",
|
|
68
|
+
security: ["HTTPBearer"]
|
|
69
|
+
} },
|
|
70
|
+
getAccountingPayables: { schema: {
|
|
71
|
+
method: "get",
|
|
72
|
+
url: "/finops/v1/accounting/payables",
|
|
73
|
+
security: ["HTTPBearer"]
|
|
74
|
+
} },
|
|
75
|
+
getAccountingPayablesId: { schema: {
|
|
76
|
+
method: "get",
|
|
77
|
+
url: "/finops/v1/accounting/payables/{payable_id}",
|
|
78
|
+
security: ["HTTPBearer"]
|
|
79
|
+
} },
|
|
80
|
+
getAccountingReceivables: { schema: {
|
|
81
|
+
method: "get",
|
|
82
|
+
url: "/finops/v1/accounting/receivables",
|
|
83
|
+
security: ["HTTPBearer"]
|
|
84
|
+
} },
|
|
85
|
+
getAccountingReceivablesId: { schema: {
|
|
86
|
+
method: "get",
|
|
87
|
+
url: "/finops/v1/accounting/receivables/{invoice_id}",
|
|
88
|
+
security: ["HTTPBearer"]
|
|
89
|
+
} },
|
|
90
|
+
getAnalyticsCreditNotes: { schema: {
|
|
91
|
+
method: "get",
|
|
92
|
+
url: "/finops/v1/analytics/credit-notes",
|
|
93
|
+
security: ["HTTPBearer"]
|
|
94
|
+
} },
|
|
95
|
+
getAnalyticsPayables: { schema: {
|
|
96
|
+
method: "get",
|
|
97
|
+
url: "/finops/v1/analytics/payables",
|
|
98
|
+
security: ["HTTPBearer"]
|
|
99
|
+
} },
|
|
100
|
+
getAnalyticsReceipts: { schema: {
|
|
101
|
+
method: "get",
|
|
102
|
+
url: "/finops/v1/analytics/receipts",
|
|
103
|
+
security: ["HTTPBearer"]
|
|
104
|
+
} },
|
|
105
|
+
getAnalyticsReceivables: { schema: {
|
|
106
|
+
method: "get",
|
|
107
|
+
url: "/finops/v1/analytics/receivables",
|
|
108
|
+
security: ["HTTPBearer"]
|
|
109
|
+
} },
|
|
110
|
+
getAnalyticsTransactions: { schema: {
|
|
111
|
+
method: "get",
|
|
112
|
+
url: "/finops/v1/analytics/transactions",
|
|
113
|
+
security: ["HTTPBearer"]
|
|
114
|
+
} },
|
|
115
|
+
getApprovalPolicies: { schema: {
|
|
116
|
+
method: "get",
|
|
117
|
+
url: "/finops/v1/approval-policies",
|
|
118
|
+
security: ["HTTPBearer"]
|
|
119
|
+
} },
|
|
120
|
+
postApprovalPolicies: { schema: {
|
|
121
|
+
method: "post",
|
|
122
|
+
url: "/finops/v1/approval-policies",
|
|
123
|
+
mediaType: "application/json",
|
|
124
|
+
security: ["HTTPBearer"]
|
|
125
|
+
} },
|
|
126
|
+
getApprovalPoliciesId: { schema: {
|
|
127
|
+
method: "get",
|
|
128
|
+
url: "/finops/v1/approval-policies/{approval_policy_id}",
|
|
129
|
+
security: ["HTTPBearer"]
|
|
130
|
+
} },
|
|
131
|
+
patchApprovalPoliciesId: { schema: {
|
|
132
|
+
method: "patch",
|
|
133
|
+
url: "/finops/v1/approval-policies/{approval_policy_id}",
|
|
134
|
+
mediaType: "application/json",
|
|
135
|
+
security: ["HTTPBearer"]
|
|
136
|
+
} },
|
|
137
|
+
deleteApprovalPoliciesId: { schema: {
|
|
138
|
+
method: "delete",
|
|
139
|
+
url: "/finops/v1/approval-policies/{approval_policy_id}",
|
|
140
|
+
security: ["HTTPBearer"]
|
|
141
|
+
} },
|
|
142
|
+
getApprovalPoliciesIdProcesses: { schema: {
|
|
143
|
+
method: "get",
|
|
144
|
+
url: "/finops/v1/approval-policies/{approval_policy_id}/processes",
|
|
145
|
+
security: ["HTTPBearer"]
|
|
146
|
+
} },
|
|
147
|
+
getApprovalPoliciesIdProcessesId: { schema: {
|
|
148
|
+
method: "get",
|
|
149
|
+
url: "/finops/v1/approval-policies/{approval_policy_id}/processes/{process_id}",
|
|
150
|
+
security: ["HTTPBearer"]
|
|
151
|
+
} },
|
|
152
|
+
postApprovalPoliciesIdProcessesIdCancel: { schema: {
|
|
153
|
+
method: "post",
|
|
154
|
+
url: "/finops/v1/approval-policies/{approval_policy_id}/processes/{process_id}/cancel",
|
|
155
|
+
security: ["HTTPBearer"]
|
|
156
|
+
} },
|
|
157
|
+
getApprovalPoliciesIdProcessesIdSteps: { schema: {
|
|
158
|
+
method: "get",
|
|
159
|
+
url: "/finops/v1/approval-policies/{approval_policy_id}/processes/{process_id}/steps",
|
|
160
|
+
security: ["HTTPBearer"]
|
|
161
|
+
} },
|
|
162
|
+
getApprovalRequests: { schema: {
|
|
163
|
+
method: "get",
|
|
164
|
+
url: "/finops/v1/approval-requests",
|
|
165
|
+
security: ["HTTPBearer"]
|
|
166
|
+
} },
|
|
167
|
+
postApprovalRequests: { schema: {
|
|
168
|
+
method: "post",
|
|
169
|
+
url: "/finops/v1/approval-requests",
|
|
170
|
+
mediaType: "application/json",
|
|
171
|
+
security: ["HTTPBearer"]
|
|
172
|
+
} },
|
|
173
|
+
getApprovalRequestsId: { schema: {
|
|
174
|
+
method: "get",
|
|
175
|
+
url: "/finops/v1/approval-requests/{approval_request_id}",
|
|
176
|
+
security: ["HTTPBearer"]
|
|
177
|
+
} },
|
|
178
|
+
postApprovalRequestsIdApprove: { schema: {
|
|
179
|
+
method: "post",
|
|
180
|
+
url: "/finops/v1/approval-requests/{approval_request_id}/approve",
|
|
181
|
+
security: ["HTTPBearer"]
|
|
182
|
+
} },
|
|
183
|
+
postApprovalRequestsIdCancel: { schema: {
|
|
184
|
+
method: "post",
|
|
185
|
+
url: "/finops/v1/approval-requests/{approval_request_id}/cancel",
|
|
186
|
+
security: ["HTTPBearer"]
|
|
187
|
+
} },
|
|
188
|
+
postApprovalRequestsIdReject: { schema: {
|
|
189
|
+
method: "post",
|
|
190
|
+
url: "/finops/v1/approval-requests/{approval_request_id}/reject",
|
|
191
|
+
mediaType: "application/json",
|
|
192
|
+
security: ["HTTPBearer"]
|
|
193
|
+
} },
|
|
194
|
+
getBankDetails: { schema: {
|
|
195
|
+
method: "get",
|
|
196
|
+
url: "/finops/v1/bank-details",
|
|
197
|
+
security: ["HTTPBearer"]
|
|
198
|
+
} },
|
|
199
|
+
postBankDetails: { schema: {
|
|
200
|
+
method: "post",
|
|
201
|
+
url: "/finops/v1/bank-details",
|
|
202
|
+
mediaType: "application/json",
|
|
203
|
+
security: ["HTTPBearer"]
|
|
204
|
+
} },
|
|
205
|
+
getBankDetailsId: { schema: {
|
|
206
|
+
method: "get",
|
|
207
|
+
url: "/finops/v1/bank-details/{bank_account_id}",
|
|
208
|
+
security: ["HTTPBearer"]
|
|
209
|
+
} },
|
|
210
|
+
patchBankDetailsId: { schema: {
|
|
211
|
+
method: "patch",
|
|
212
|
+
url: "/finops/v1/bank-details/{bank_account_id}",
|
|
213
|
+
mediaType: "application/json",
|
|
214
|
+
security: ["HTTPBearer"]
|
|
215
|
+
} },
|
|
216
|
+
deleteBankDetailsId: { schema: {
|
|
217
|
+
method: "delete",
|
|
218
|
+
url: "/finops/v1/bank-details/{bank_account_id}",
|
|
219
|
+
security: ["HTTPBearer"]
|
|
220
|
+
} },
|
|
221
|
+
postBatchPaymentLinks: { schema: {
|
|
222
|
+
method: "post",
|
|
223
|
+
url: "/finops/v1/batch-payment-links",
|
|
224
|
+
mediaType: "application/json",
|
|
225
|
+
security: ["HTTPBearer"]
|
|
226
|
+
} },
|
|
227
|
+
getBatchPaymentLinksId: { schema: {
|
|
228
|
+
method: "get",
|
|
229
|
+
url: "/finops/v1/batch-payment-links/{batch_payment_link_id}",
|
|
230
|
+
security: ["HTTPBearer"]
|
|
231
|
+
} },
|
|
232
|
+
postBatchPaymentLinksIdExpire: { schema: {
|
|
233
|
+
method: "post",
|
|
234
|
+
url: "/finops/v1/batch-payment-links/{batch_payment_link_id}/expire",
|
|
235
|
+
security: ["HTTPBearer"]
|
|
236
|
+
} },
|
|
237
|
+
postBatchPayments: { schema: {
|
|
238
|
+
method: "post",
|
|
239
|
+
url: "/finops/v1/batch-payments",
|
|
240
|
+
mediaType: "application/json",
|
|
241
|
+
security: ["HTTPBearer"]
|
|
242
|
+
} },
|
|
243
|
+
getBatchPaymentsId: { schema: {
|
|
244
|
+
method: "get",
|
|
245
|
+
url: "/finops/v1/batch-payments/{batch_payment_id}",
|
|
246
|
+
security: ["HTTPBearer"]
|
|
247
|
+
} },
|
|
248
|
+
getComments: { schema: {
|
|
249
|
+
method: "get",
|
|
250
|
+
url: "/finops/v1/comments",
|
|
251
|
+
security: ["HTTPBearer"]
|
|
252
|
+
} },
|
|
253
|
+
postComments: { schema: {
|
|
254
|
+
method: "post",
|
|
255
|
+
url: "/finops/v1/comments",
|
|
256
|
+
mediaType: "application/json",
|
|
257
|
+
security: ["HTTPBearer"]
|
|
258
|
+
} },
|
|
259
|
+
getCommentsId: { schema: {
|
|
260
|
+
method: "get",
|
|
261
|
+
url: "/finops/v1/comments/{comment_id}",
|
|
262
|
+
security: ["HTTPBearer"]
|
|
263
|
+
} },
|
|
264
|
+
patchCommentsId: { schema: {
|
|
265
|
+
method: "patch",
|
|
266
|
+
url: "/finops/v1/comments/{comment_id}",
|
|
267
|
+
mediaType: "application/json",
|
|
268
|
+
security: ["HTTPBearer"]
|
|
269
|
+
} },
|
|
270
|
+
deleteCommentsId: { schema: {
|
|
271
|
+
method: "delete",
|
|
272
|
+
url: "/finops/v1/comments/{comment_id}",
|
|
273
|
+
security: ["HTTPBearer"]
|
|
274
|
+
} },
|
|
275
|
+
deleteCompanies: { schema: {
|
|
276
|
+
method: "delete",
|
|
277
|
+
url: "/finops/v1/companies",
|
|
278
|
+
security: ["HTTPBearer"]
|
|
279
|
+
} },
|
|
280
|
+
getCostCenters: { schema: {
|
|
281
|
+
method: "get",
|
|
282
|
+
url: "/finops/v1/cost-centers",
|
|
283
|
+
security: ["HTTPBearer"]
|
|
284
|
+
} },
|
|
285
|
+
postCostCenters: { schema: {
|
|
286
|
+
method: "post",
|
|
287
|
+
url: "/finops/v1/cost-centers",
|
|
288
|
+
mediaType: "application/json",
|
|
289
|
+
security: ["HTTPBearer"]
|
|
290
|
+
} },
|
|
291
|
+
getCostCentersId: { schema: {
|
|
292
|
+
method: "get",
|
|
293
|
+
url: "/finops/v1/cost-centers/{cost_center_id}",
|
|
294
|
+
security: ["HTTPBearer"]
|
|
295
|
+
} },
|
|
296
|
+
patchCostCentersId: { schema: {
|
|
297
|
+
method: "patch",
|
|
298
|
+
url: "/finops/v1/cost-centers/{cost_center_id}",
|
|
299
|
+
mediaType: "application/json",
|
|
300
|
+
security: ["HTTPBearer"]
|
|
301
|
+
} },
|
|
302
|
+
deleteCostCentersId: { schema: {
|
|
303
|
+
method: "delete",
|
|
304
|
+
url: "/finops/v1/cost-centers/{cost_center_id}",
|
|
305
|
+
security: ["HTTPBearer"]
|
|
306
|
+
} },
|
|
307
|
+
getCounterparts: { schema: {
|
|
308
|
+
method: "get",
|
|
309
|
+
url: "/finops/v1/counterparts",
|
|
310
|
+
security: ["HTTPBearer"]
|
|
311
|
+
} },
|
|
312
|
+
postCounterparts: { schema: {
|
|
313
|
+
method: "post",
|
|
314
|
+
url: "/finops/v1/counterparts",
|
|
315
|
+
mediaType: "application/json",
|
|
316
|
+
security: ["HTTPBearer"]
|
|
317
|
+
} },
|
|
318
|
+
getCounterpartsId: { schema: {
|
|
319
|
+
method: "get",
|
|
320
|
+
url: "/finops/v1/counterparts/{counterpart_id}",
|
|
321
|
+
security: ["HTTPBearer"]
|
|
322
|
+
} },
|
|
323
|
+
patchCounterpartsId: { schema: {
|
|
324
|
+
method: "patch",
|
|
325
|
+
url: "/finops/v1/counterparts/{counterpart_id}",
|
|
326
|
+
mediaType: "application/json",
|
|
327
|
+
security: ["HTTPBearer"]
|
|
328
|
+
} },
|
|
329
|
+
deleteCounterpartsId: { schema: {
|
|
330
|
+
method: "delete",
|
|
331
|
+
url: "/finops/v1/counterparts/{counterpart_id}",
|
|
332
|
+
security: ["HTTPBearer"]
|
|
333
|
+
} },
|
|
334
|
+
getCounterpartsIdAddresses: { schema: {
|
|
335
|
+
method: "get",
|
|
336
|
+
url: "/finops/v1/counterparts/{counterpart_id}/addresses",
|
|
337
|
+
security: ["HTTPBearer"]
|
|
338
|
+
} },
|
|
339
|
+
postCounterpartsIdAddresses: { schema: {
|
|
340
|
+
method: "post",
|
|
341
|
+
url: "/finops/v1/counterparts/{counterpart_id}/addresses",
|
|
342
|
+
mediaType: "application/json",
|
|
343
|
+
security: ["HTTPBearer"]
|
|
344
|
+
} },
|
|
345
|
+
getCounterpartsIdAddressesId: { schema: {
|
|
346
|
+
method: "get",
|
|
347
|
+
url: "/finops/v1/counterparts/{counterpart_id}/addresses/{address_id}",
|
|
348
|
+
security: ["HTTPBearer"]
|
|
349
|
+
} },
|
|
350
|
+
patchCounterpartsIdAddressesId: { schema: {
|
|
351
|
+
method: "patch",
|
|
352
|
+
url: "/finops/v1/counterparts/{counterpart_id}/addresses/{address_id}",
|
|
353
|
+
mediaType: "application/json",
|
|
354
|
+
security: ["HTTPBearer"]
|
|
355
|
+
} },
|
|
356
|
+
deleteCounterpartsIdAddressesId: { schema: {
|
|
357
|
+
method: "delete",
|
|
358
|
+
url: "/finops/v1/counterparts/{counterpart_id}/addresses/{address_id}",
|
|
359
|
+
security: ["HTTPBearer"]
|
|
360
|
+
} },
|
|
361
|
+
getCounterpartsIdBankAccounts: { schema: {
|
|
362
|
+
method: "get",
|
|
363
|
+
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts",
|
|
364
|
+
security: ["HTTPBearer"]
|
|
365
|
+
} },
|
|
366
|
+
postCounterpartsIdBankAccounts: { schema: {
|
|
367
|
+
method: "post",
|
|
368
|
+
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts",
|
|
369
|
+
mediaType: "application/json",
|
|
370
|
+
security: ["HTTPBearer"]
|
|
371
|
+
} },
|
|
372
|
+
getCounterpartsIdBankAccountsId: { schema: {
|
|
373
|
+
method: "get",
|
|
374
|
+
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}",
|
|
375
|
+
security: ["HTTPBearer"]
|
|
376
|
+
} },
|
|
377
|
+
patchCounterpartsIdBankAccountsId: { schema: {
|
|
378
|
+
method: "patch",
|
|
379
|
+
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}",
|
|
380
|
+
mediaType: "application/json",
|
|
381
|
+
security: ["HTTPBearer"]
|
|
382
|
+
} },
|
|
383
|
+
deleteCounterpartsIdBankAccountsId: { schema: {
|
|
384
|
+
method: "delete",
|
|
385
|
+
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}",
|
|
386
|
+
security: ["HTTPBearer"]
|
|
387
|
+
} },
|
|
388
|
+
postCounterpartsIdBankAccountsIdMakeDefault: { schema: {
|
|
389
|
+
method: "post",
|
|
390
|
+
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}/make-default",
|
|
391
|
+
security: ["HTTPBearer"]
|
|
392
|
+
} },
|
|
393
|
+
getCounterpartsIdContacts: { schema: {
|
|
394
|
+
method: "get",
|
|
395
|
+
url: "/finops/v1/counterparts/{counterpart_id}/contacts",
|
|
396
|
+
security: ["HTTPBearer"]
|
|
397
|
+
} },
|
|
398
|
+
postCounterpartsIdContacts: { schema: {
|
|
399
|
+
method: "post",
|
|
400
|
+
url: "/finops/v1/counterparts/{counterpart_id}/contacts",
|
|
401
|
+
mediaType: "application/json",
|
|
402
|
+
security: ["HTTPBearer"]
|
|
403
|
+
} },
|
|
404
|
+
getCounterpartsIdContactsId: { schema: {
|
|
405
|
+
method: "get",
|
|
406
|
+
url: "/finops/v1/counterparts/{counterpart_id}/contacts/{contact_id}",
|
|
407
|
+
security: ["HTTPBearer"]
|
|
408
|
+
} },
|
|
409
|
+
patchCounterpartsIdContactsId: { schema: {
|
|
410
|
+
method: "patch",
|
|
411
|
+
url: "/finops/v1/counterparts/{counterpart_id}/contacts/{contact_id}",
|
|
412
|
+
mediaType: "application/json",
|
|
413
|
+
security: ["HTTPBearer"]
|
|
414
|
+
} },
|
|
415
|
+
deleteCounterpartsIdContactsId: { schema: {
|
|
416
|
+
method: "delete",
|
|
417
|
+
url: "/finops/v1/counterparts/{counterpart_id}/contacts/{contact_id}",
|
|
418
|
+
security: ["HTTPBearer"]
|
|
419
|
+
} },
|
|
420
|
+
postCounterpartsIdContactsIdMakeDefault: { schema: {
|
|
421
|
+
method: "post",
|
|
422
|
+
url: "/finops/v1/counterparts/{counterpart_id}/contacts/{contact_id}/make-default",
|
|
423
|
+
security: ["HTTPBearer"]
|
|
424
|
+
} },
|
|
425
|
+
getCounterpartsIdEinvoicingCredentials: { schema: {
|
|
426
|
+
method: "get",
|
|
427
|
+
url: "/finops/v1/counterparts/{counterpart_id}/einvoicing-credentials",
|
|
428
|
+
security: ["HTTPBearer"]
|
|
429
|
+
} },
|
|
430
|
+
postCounterpartsIdEinvoicingCredentials: { schema: {
|
|
431
|
+
method: "post",
|
|
432
|
+
url: "/finops/v1/counterparts/{counterpart_id}/einvoicing-credentials",
|
|
433
|
+
mediaType: "application/json",
|
|
434
|
+
security: ["HTTPBearer"]
|
|
435
|
+
} },
|
|
436
|
+
getCounterpartsIdEinvoicingCredentialsId: { schema: {
|
|
437
|
+
method: "get",
|
|
438
|
+
url: "/finops/v1/counterparts/{counterpart_id}/einvoicing-credentials/{credential_id}",
|
|
439
|
+
security: ["HTTPBearer"]
|
|
440
|
+
} },
|
|
441
|
+
patchCounterpartsIdEinvoicingCredentialsId: { schema: {
|
|
442
|
+
method: "patch",
|
|
443
|
+
url: "/finops/v1/counterparts/{counterpart_id}/einvoicing-credentials/{credential_id}",
|
|
444
|
+
mediaType: "application/json",
|
|
445
|
+
security: ["HTTPBearer"]
|
|
446
|
+
} },
|
|
447
|
+
deleteCounterpartsIdEinvoicingCredentialsId: { schema: {
|
|
448
|
+
method: "delete",
|
|
449
|
+
url: "/finops/v1/counterparts/{counterpart_id}/einvoicing-credentials/{credential_id}",
|
|
450
|
+
security: ["HTTPBearer"]
|
|
451
|
+
} },
|
|
452
|
+
getCounterpartsIdPartnerMetadata: { schema: {
|
|
453
|
+
method: "get",
|
|
454
|
+
url: "/finops/v1/counterparts/{counterpart_id}/partner-metadata",
|
|
455
|
+
security: ["HTTPBearer"]
|
|
456
|
+
} },
|
|
457
|
+
putCounterpartsIdPartnerMetadata: { schema: {
|
|
458
|
+
method: "put",
|
|
459
|
+
url: "/finops/v1/counterparts/{counterpart_id}/partner-metadata",
|
|
460
|
+
mediaType: "application/json",
|
|
461
|
+
security: ["HTTPBearer"]
|
|
462
|
+
} },
|
|
463
|
+
getCounterpartsIdVatIds: { schema: {
|
|
464
|
+
method: "get",
|
|
465
|
+
url: "/finops/v1/counterparts/{counterpart_id}/vat-ids",
|
|
466
|
+
security: ["HTTPBearer"]
|
|
467
|
+
} },
|
|
468
|
+
postCounterpartsIdVatIds: { schema: {
|
|
469
|
+
method: "post",
|
|
470
|
+
url: "/finops/v1/counterparts/{counterpart_id}/vat-ids",
|
|
471
|
+
mediaType: "application/json",
|
|
472
|
+
security: ["HTTPBearer"]
|
|
473
|
+
} },
|
|
474
|
+
getCounterpartsIdVatIdsId: { schema: {
|
|
475
|
+
method: "get",
|
|
476
|
+
url: "/finops/v1/counterparts/{counterpart_id}/vat-ids/{vat_id}",
|
|
477
|
+
security: ["HTTPBearer"]
|
|
478
|
+
} },
|
|
479
|
+
patchCounterpartsIdVatIdsId: { schema: {
|
|
480
|
+
method: "patch",
|
|
481
|
+
url: "/finops/v1/counterparts/{counterpart_id}/vat-ids/{vat_id}",
|
|
482
|
+
mediaType: "application/json",
|
|
483
|
+
security: ["HTTPBearer"]
|
|
484
|
+
} },
|
|
485
|
+
deleteCounterpartsIdVatIdsId: { schema: {
|
|
486
|
+
method: "delete",
|
|
487
|
+
url: "/finops/v1/counterparts/{counterpart_id}/vat-ids/{vat_id}",
|
|
488
|
+
security: ["HTTPBearer"]
|
|
489
|
+
} },
|
|
490
|
+
getCustomTaxRates: { schema: {
|
|
491
|
+
method: "get",
|
|
492
|
+
url: "/finops/v1/custom-tax-rates",
|
|
493
|
+
security: ["HTTPBearer"]
|
|
494
|
+
} },
|
|
495
|
+
postCustomTaxRates: { schema: {
|
|
496
|
+
method: "post",
|
|
497
|
+
url: "/finops/v1/custom-tax-rates",
|
|
498
|
+
mediaType: "application/json",
|
|
499
|
+
security: ["HTTPBearer"]
|
|
500
|
+
} },
|
|
501
|
+
getCustomTaxRatesId: { schema: {
|
|
502
|
+
method: "get",
|
|
503
|
+
url: "/finops/v1/custom-tax-rates/{custom_tax_rate_id}",
|
|
504
|
+
security: ["HTTPBearer"]
|
|
505
|
+
} },
|
|
506
|
+
patchCustomTaxRatesId: { schema: {
|
|
507
|
+
method: "patch",
|
|
508
|
+
url: "/finops/v1/custom-tax-rates/{custom_tax_rate_id}",
|
|
509
|
+
mediaType: "application/json",
|
|
510
|
+
security: ["HTTPBearer"]
|
|
511
|
+
} },
|
|
512
|
+
deleteCustomTaxRatesId: { schema: {
|
|
513
|
+
method: "delete",
|
|
514
|
+
url: "/finops/v1/custom-tax-rates/{custom_tax_rate_id}",
|
|
515
|
+
security: ["HTTPBearer"]
|
|
516
|
+
} },
|
|
517
|
+
getDataExports: { schema: {
|
|
518
|
+
method: "get",
|
|
519
|
+
url: "/finops/v1/data-exports",
|
|
520
|
+
security: ["HTTPBearer"]
|
|
521
|
+
} },
|
|
522
|
+
postDataExports: { schema: {
|
|
523
|
+
method: "post",
|
|
524
|
+
url: "/finops/v1/data-exports",
|
|
525
|
+
mediaType: "application/json",
|
|
526
|
+
security: ["HTTPBearer"]
|
|
527
|
+
} },
|
|
528
|
+
getDataExportsExtraData: { schema: {
|
|
529
|
+
method: "get",
|
|
530
|
+
url: "/finops/v1/data-exports/extra-data",
|
|
531
|
+
security: ["HTTPBearer"]
|
|
532
|
+
} },
|
|
533
|
+
postDataExportsExtraData: { schema: {
|
|
534
|
+
method: "post",
|
|
535
|
+
url: "/finops/v1/data-exports/extra-data",
|
|
536
|
+
mediaType: "application/json",
|
|
537
|
+
security: ["HTTPBearer"]
|
|
538
|
+
} },
|
|
539
|
+
getDataExportsExtraDataId: { schema: {
|
|
540
|
+
method: "get",
|
|
541
|
+
url: "/finops/v1/data-exports/extra-data/{extra_data_id}",
|
|
542
|
+
security: ["HTTPBearer"]
|
|
543
|
+
} },
|
|
544
|
+
patchDataExportsExtraDataId: { schema: {
|
|
545
|
+
method: "patch",
|
|
546
|
+
url: "/finops/v1/data-exports/extra-data/{extra_data_id}",
|
|
547
|
+
mediaType: "application/json",
|
|
548
|
+
security: ["HTTPBearer"]
|
|
549
|
+
} },
|
|
550
|
+
deleteDataExportsExtraDataId: { schema: {
|
|
551
|
+
method: "delete",
|
|
552
|
+
url: "/finops/v1/data-exports/extra-data/{extra_data_id}",
|
|
553
|
+
security: ["HTTPBearer"]
|
|
554
|
+
} },
|
|
555
|
+
getDataExportsSupportedFormats: { schema: {
|
|
556
|
+
method: "get",
|
|
557
|
+
url: "/finops/v1/data-exports/supported-formats",
|
|
558
|
+
security: ["HTTPBearer"]
|
|
559
|
+
} },
|
|
560
|
+
getDataExportsId: { schema: {
|
|
561
|
+
method: "get",
|
|
562
|
+
url: "/finops/v1/data-exports/{document_export_id}",
|
|
563
|
+
security: ["HTTPBearer"]
|
|
564
|
+
} },
|
|
565
|
+
getDeliveryNotes: { schema: {
|
|
566
|
+
method: "get",
|
|
567
|
+
url: "/finops/v1/delivery-notes",
|
|
568
|
+
security: ["HTTPBearer"]
|
|
569
|
+
} },
|
|
570
|
+
postDeliveryNotes: { schema: {
|
|
571
|
+
method: "post",
|
|
572
|
+
url: "/finops/v1/delivery-notes",
|
|
573
|
+
mediaType: "application/json",
|
|
574
|
+
security: ["HTTPBearer"]
|
|
575
|
+
} },
|
|
576
|
+
getDeliveryNotesId: { schema: {
|
|
577
|
+
method: "get",
|
|
578
|
+
url: "/finops/v1/delivery-notes/{delivery_note_id}",
|
|
579
|
+
security: ["HTTPBearer"]
|
|
580
|
+
} },
|
|
581
|
+
patchDeliveryNotesId: { schema: {
|
|
582
|
+
method: "patch",
|
|
583
|
+
url: "/finops/v1/delivery-notes/{delivery_note_id}",
|
|
584
|
+
mediaType: "application/json",
|
|
585
|
+
security: ["HTTPBearer"]
|
|
586
|
+
} },
|
|
587
|
+
deleteDeliveryNotesId: { schema: {
|
|
588
|
+
method: "delete",
|
|
589
|
+
url: "/finops/v1/delivery-notes/{delivery_note_id}",
|
|
590
|
+
security: ["HTTPBearer"]
|
|
591
|
+
} },
|
|
592
|
+
postDeliveryNotesIdCancel: { schema: {
|
|
593
|
+
method: "post",
|
|
594
|
+
url: "/finops/v1/delivery-notes/{delivery_note_id}/cancel",
|
|
595
|
+
security: ["HTTPBearer"]
|
|
596
|
+
} },
|
|
597
|
+
postDeliveryNotesIdMarkAsDelivered: { schema: {
|
|
598
|
+
method: "post",
|
|
599
|
+
url: "/finops/v1/delivery-notes/{delivery_note_id}/mark-as-delivered",
|
|
600
|
+
security: ["HTTPBearer"]
|
|
601
|
+
} },
|
|
602
|
+
getDocumentTemplates: { schema: {
|
|
603
|
+
method: "get",
|
|
604
|
+
url: "/finops/v1/document-templates",
|
|
605
|
+
security: ["HTTPBearer"]
|
|
606
|
+
} },
|
|
607
|
+
getDocumentTemplatesSystem: { schema: {
|
|
608
|
+
method: "get",
|
|
609
|
+
url: "/finops/v1/document-templates/system",
|
|
610
|
+
security: ["HTTPBearer"]
|
|
611
|
+
} },
|
|
612
|
+
getDocumentTemplatesId: { schema: {
|
|
613
|
+
method: "get",
|
|
614
|
+
url: "/finops/v1/document-templates/{document_template_id}",
|
|
615
|
+
security: ["HTTPBearer"]
|
|
616
|
+
} },
|
|
617
|
+
postDocumentTemplatesIdMakeDefault: { schema: {
|
|
618
|
+
method: "post",
|
|
619
|
+
url: "/finops/v1/document-templates/{document_template_id}/make-default",
|
|
620
|
+
security: ["HTTPBearer"]
|
|
621
|
+
} },
|
|
622
|
+
getDocumentTemplatesIdPreview: { schema: {
|
|
623
|
+
method: "get",
|
|
624
|
+
url: "/finops/v1/document-templates/{document_template_id}/preview",
|
|
625
|
+
security: ["HTTPBearer"]
|
|
626
|
+
} },
|
|
627
|
+
postDocumentsGenerate: { schema: {
|
|
628
|
+
method: "post",
|
|
629
|
+
url: "/finops/v1/documents/generate",
|
|
630
|
+
mediaType: "application/json",
|
|
631
|
+
security: ["HTTPBearer"]
|
|
632
|
+
} },
|
|
633
|
+
getDocumentsLast: { schema: {
|
|
634
|
+
method: "get",
|
|
635
|
+
url: "/finops/v1/documents/last",
|
|
636
|
+
security: ["HTTPBearer"]
|
|
637
|
+
} },
|
|
638
|
+
postDocumentsReset: { schema: {
|
|
639
|
+
method: "post",
|
|
640
|
+
url: "/finops/v1/documents/reset",
|
|
641
|
+
mediaType: "application/json",
|
|
642
|
+
security: ["HTTPBearer"]
|
|
643
|
+
} },
|
|
644
|
+
getDocumentsIdNextNumbers: { schema: {
|
|
645
|
+
method: "get",
|
|
646
|
+
url: "/finops/v1/documents/{entity_id}/next-numbers",
|
|
647
|
+
security: ["HTTPBearer"]
|
|
648
|
+
} },
|
|
649
|
+
getEinvoiceSearch: { schema: {
|
|
650
|
+
method: "get",
|
|
651
|
+
url: "/finops/v1/einvoice-search",
|
|
652
|
+
security: ["HTTPBearer"]
|
|
653
|
+
} },
|
|
654
|
+
getEntities: { schema: {
|
|
655
|
+
method: "get",
|
|
656
|
+
url: "/finops/v1/entities",
|
|
657
|
+
security: ["HTTPBearer"]
|
|
658
|
+
} },
|
|
659
|
+
postEntities: { schema: {
|
|
660
|
+
method: "post",
|
|
661
|
+
url: "/finops/v1/entities",
|
|
662
|
+
mediaType: "application/json",
|
|
663
|
+
security: ["HTTPBearer"]
|
|
664
|
+
} },
|
|
665
|
+
getEntitiesMe: { schema: {
|
|
666
|
+
method: "get",
|
|
667
|
+
url: "/finops/v1/entities/me",
|
|
668
|
+
security: ["HTTPBearer"]
|
|
669
|
+
} },
|
|
670
|
+
patchEntitiesMe: { schema: {
|
|
671
|
+
method: "patch",
|
|
672
|
+
url: "/finops/v1/entities/me",
|
|
673
|
+
mediaType: "application/json",
|
|
674
|
+
security: ["HTTPBearer"]
|
|
675
|
+
} },
|
|
676
|
+
getEntitiesId: { schema: {
|
|
677
|
+
method: "get",
|
|
678
|
+
url: "/finops/v1/entities/{entity_id}",
|
|
679
|
+
security: ["HTTPBearer"]
|
|
680
|
+
} },
|
|
681
|
+
patchEntitiesId: { schema: {
|
|
682
|
+
method: "patch",
|
|
683
|
+
url: "/finops/v1/entities/{entity_id}",
|
|
684
|
+
mediaType: "application/json",
|
|
685
|
+
security: ["HTTPBearer"]
|
|
686
|
+
} },
|
|
687
|
+
postEntitiesIdActivate: { schema: {
|
|
688
|
+
method: "post",
|
|
689
|
+
url: "/finops/v1/entities/{entity_id}/activate",
|
|
690
|
+
security: ["HTTPBearer"]
|
|
691
|
+
} },
|
|
692
|
+
postEntitiesIdDeactivate: { schema: {
|
|
693
|
+
method: "post",
|
|
694
|
+
url: "/finops/v1/entities/{entity_id}/deactivate",
|
|
695
|
+
security: ["HTTPBearer"]
|
|
696
|
+
} },
|
|
697
|
+
postEntitiesIdDocuments: { schema: {
|
|
698
|
+
method: "post",
|
|
699
|
+
url: "/finops/v1/entities/{entity_id}/documents",
|
|
700
|
+
security: ["HTTPBearer"]
|
|
701
|
+
} },
|
|
702
|
+
putEntitiesIdLogo: { schema: {
|
|
703
|
+
method: "put",
|
|
704
|
+
url: "/finops/v1/entities/{entity_id}/logo",
|
|
705
|
+
mediaType: "multipart/form-data",
|
|
706
|
+
security: ["HTTPBearer"]
|
|
707
|
+
} },
|
|
708
|
+
deleteEntitiesIdLogo: { schema: {
|
|
709
|
+
method: "delete",
|
|
710
|
+
url: "/finops/v1/entities/{entity_id}/logo",
|
|
711
|
+
security: ["HTTPBearer"]
|
|
712
|
+
} },
|
|
713
|
+
getEntitiesIdOnboardingData: { schema: {
|
|
714
|
+
method: "get",
|
|
715
|
+
url: "/finops/v1/entities/{entity_id}/onboarding-data",
|
|
716
|
+
security: ["HTTPBearer"]
|
|
717
|
+
} },
|
|
718
|
+
putEntitiesIdOnboardingData: { schema: {
|
|
719
|
+
method: "put",
|
|
720
|
+
url: "/finops/v1/entities/{entity_id}/onboarding-data",
|
|
721
|
+
mediaType: "application/json",
|
|
722
|
+
security: ["HTTPBearer"]
|
|
723
|
+
} },
|
|
724
|
+
patchEntitiesIdOnboardingData: { schema: {
|
|
725
|
+
method: "patch",
|
|
726
|
+
url: "/finops/v1/entities/{entity_id}/onboarding-data",
|
|
727
|
+
mediaType: "application/json",
|
|
728
|
+
security: ["HTTPBearer"]
|
|
729
|
+
} },
|
|
730
|
+
getEntitiesIdOnboardingRequirements: { schema: {
|
|
731
|
+
method: "get",
|
|
732
|
+
url: "/finops/v1/entities/{entity_id}/onboarding-requirements",
|
|
733
|
+
security: ["HTTPBearer"]
|
|
734
|
+
} },
|
|
735
|
+
getEntitiesIdPartnerMetadata: { schema: {
|
|
736
|
+
method: "get",
|
|
737
|
+
url: "/finops/v1/entities/{entity_id}/partner-metadata",
|
|
738
|
+
security: ["HTTPBearer"]
|
|
739
|
+
} },
|
|
740
|
+
putEntitiesIdPartnerMetadata: { schema: {
|
|
741
|
+
method: "put",
|
|
742
|
+
url: "/finops/v1/entities/{entity_id}/partner-metadata",
|
|
743
|
+
mediaType: "application/json",
|
|
744
|
+
security: ["HTTPBearer"]
|
|
745
|
+
} },
|
|
746
|
+
getEntitiesIdPaymentMethods: { schema: {
|
|
747
|
+
method: "get",
|
|
748
|
+
url: "/finops/v1/entities/{entity_id}/payment-methods",
|
|
749
|
+
security: ["HTTPBearer"]
|
|
750
|
+
} },
|
|
751
|
+
putEntitiesIdPaymentMethods: { schema: {
|
|
752
|
+
method: "put",
|
|
753
|
+
url: "/finops/v1/entities/{entity_id}/payment-methods",
|
|
754
|
+
mediaType: "application/json",
|
|
755
|
+
security: ["HTTPBearer"]
|
|
756
|
+
} },
|
|
757
|
+
getEntitiesIdSettings: { schema: {
|
|
758
|
+
method: "get",
|
|
759
|
+
url: "/finops/v1/entities/{entity_id}/settings",
|
|
760
|
+
security: ["HTTPBearer"]
|
|
761
|
+
} },
|
|
762
|
+
patchEntitiesIdSettings: { schema: {
|
|
763
|
+
method: "patch",
|
|
764
|
+
url: "/finops/v1/entities/{entity_id}/settings",
|
|
765
|
+
mediaType: "application/json",
|
|
766
|
+
security: ["HTTPBearer"]
|
|
767
|
+
} },
|
|
768
|
+
getEntitiesIdVatIds: { schema: {
|
|
769
|
+
method: "get",
|
|
770
|
+
url: "/finops/v1/entities/{entity_id}/vat-ids",
|
|
771
|
+
security: ["HTTPBearer"]
|
|
772
|
+
} },
|
|
773
|
+
postEntitiesIdVatIds: { schema: {
|
|
774
|
+
method: "post",
|
|
775
|
+
url: "/finops/v1/entities/{entity_id}/vat-ids",
|
|
776
|
+
mediaType: "application/json",
|
|
777
|
+
security: ["HTTPBearer"]
|
|
778
|
+
} },
|
|
779
|
+
getEntitiesIdVatIdsId: { schema: {
|
|
780
|
+
method: "get",
|
|
781
|
+
url: "/finops/v1/entities/{entity_id}/vat-ids/{id}",
|
|
782
|
+
security: ["HTTPBearer"]
|
|
783
|
+
} },
|
|
784
|
+
patchEntitiesIdVatIdsId: { schema: {
|
|
785
|
+
method: "patch",
|
|
786
|
+
url: "/finops/v1/entities/{entity_id}/vat-ids/{id}",
|
|
787
|
+
mediaType: "application/json",
|
|
788
|
+
security: ["HTTPBearer"]
|
|
789
|
+
} },
|
|
790
|
+
deleteEntitiesIdVatIdsId: { schema: {
|
|
791
|
+
method: "delete",
|
|
792
|
+
url: "/finops/v1/entities/{entity_id}/vat-ids/{id}",
|
|
793
|
+
security: ["HTTPBearer"]
|
|
794
|
+
} },
|
|
795
|
+
getEntityUsers: { schema: {
|
|
796
|
+
method: "get",
|
|
797
|
+
url: "/finops/v1/entity-users",
|
|
798
|
+
security: ["HTTPBearer"]
|
|
799
|
+
} },
|
|
800
|
+
postEntityUsers: { schema: {
|
|
801
|
+
method: "post",
|
|
802
|
+
url: "/finops/v1/entity-users",
|
|
803
|
+
mediaType: "application/json",
|
|
804
|
+
security: ["HTTPBearer"]
|
|
805
|
+
} },
|
|
806
|
+
getEntityUsersMe: { schema: {
|
|
807
|
+
method: "get",
|
|
808
|
+
url: "/finops/v1/entity-users/me",
|
|
809
|
+
security: ["HTTPBearer"]
|
|
810
|
+
} },
|
|
811
|
+
patchEntityUsersMe: { schema: {
|
|
812
|
+
method: "patch",
|
|
813
|
+
url: "/finops/v1/entity-users/me",
|
|
814
|
+
mediaType: "application/json",
|
|
815
|
+
security: ["HTTPBearer"]
|
|
816
|
+
} },
|
|
817
|
+
getEntityUsersMyEntity: { schema: {
|
|
818
|
+
method: "get",
|
|
819
|
+
url: "/finops/v1/entity-users/my-entity",
|
|
820
|
+
security: ["HTTPBearer"]
|
|
821
|
+
} },
|
|
822
|
+
patchEntityUsersMyEntity: { schema: {
|
|
823
|
+
method: "patch",
|
|
824
|
+
url: "/finops/v1/entity-users/my-entity",
|
|
825
|
+
mediaType: "application/json",
|
|
826
|
+
security: ["HTTPBearer"]
|
|
827
|
+
} },
|
|
828
|
+
getEntityUsersMyRole: { schema: {
|
|
829
|
+
method: "get",
|
|
830
|
+
url: "/finops/v1/entity-users/my-role",
|
|
831
|
+
security: ["HTTPBearer"]
|
|
832
|
+
} },
|
|
833
|
+
getEntityUsersId: { schema: {
|
|
834
|
+
method: "get",
|
|
835
|
+
url: "/finops/v1/entity-users/{entity_user_id}",
|
|
836
|
+
security: ["HTTPBearer"]
|
|
837
|
+
} },
|
|
838
|
+
patchEntityUsersId: { schema: {
|
|
839
|
+
method: "patch",
|
|
840
|
+
url: "/finops/v1/entity-users/{entity_user_id}",
|
|
841
|
+
mediaType: "application/json",
|
|
842
|
+
security: ["HTTPBearer"]
|
|
843
|
+
} },
|
|
844
|
+
deleteEntityUsersId: { schema: {
|
|
845
|
+
method: "delete",
|
|
846
|
+
url: "/finops/v1/entity-users/{entity_user_id}",
|
|
847
|
+
security: ["HTTPBearer"]
|
|
848
|
+
} },
|
|
849
|
+
getEvents: { schema: {
|
|
850
|
+
method: "get",
|
|
851
|
+
url: "/finops/v1/events",
|
|
852
|
+
security: ["HTTPBearer"]
|
|
853
|
+
} },
|
|
854
|
+
getEventsId: { schema: {
|
|
855
|
+
method: "get",
|
|
856
|
+
url: "/finops/v1/events/{event_id}",
|
|
857
|
+
security: ["HTTPBearer"]
|
|
858
|
+
} },
|
|
859
|
+
getFiles: { schema: {
|
|
860
|
+
method: "get",
|
|
861
|
+
url: "/finops/v1/files",
|
|
862
|
+
security: ["HTTPBearer"]
|
|
863
|
+
} },
|
|
864
|
+
postFiles: { schema: {
|
|
865
|
+
method: "post",
|
|
866
|
+
url: "/finops/v1/files",
|
|
867
|
+
mediaType: "multipart/form-data",
|
|
868
|
+
security: ["HTTPBearer"]
|
|
869
|
+
} },
|
|
870
|
+
getFilesId: { schema: {
|
|
871
|
+
method: "get",
|
|
872
|
+
url: "/finops/v1/files/{file_id}",
|
|
873
|
+
security: ["HTTPBearer"]
|
|
874
|
+
} },
|
|
875
|
+
deleteFilesId: { schema: {
|
|
876
|
+
method: "delete",
|
|
877
|
+
url: "/finops/v1/files/{file_id}",
|
|
878
|
+
security: ["HTTPBearer"]
|
|
879
|
+
} },
|
|
880
|
+
getFinancingInvoices: { schema: {
|
|
881
|
+
method: "get",
|
|
882
|
+
url: "/finops/v1/financing-invoices",
|
|
883
|
+
security: ["HTTPBearer"]
|
|
884
|
+
} },
|
|
885
|
+
postFinancingInvoices: { schema: {
|
|
886
|
+
method: "post",
|
|
887
|
+
url: "/finops/v1/financing-invoices",
|
|
888
|
+
mediaType: "application/json",
|
|
889
|
+
security: ["HTTPBearer"]
|
|
890
|
+
} },
|
|
891
|
+
getFinancingOffers: { schema: {
|
|
892
|
+
method: "get",
|
|
893
|
+
url: "/finops/v1/financing-offers",
|
|
894
|
+
security: ["HTTPBearer"]
|
|
895
|
+
} },
|
|
896
|
+
postFinancingTokens: { schema: {
|
|
897
|
+
method: "post",
|
|
898
|
+
url: "/finops/v1/financing-tokens",
|
|
899
|
+
security: ["HTTPBearer"]
|
|
900
|
+
} },
|
|
901
|
+
getGetRatesV2: { schema: {
|
|
902
|
+
method: "get",
|
|
903
|
+
url: "/finops/v1/get-rates-v2",
|
|
904
|
+
security: ["HTTPBearer"]
|
|
905
|
+
} },
|
|
906
|
+
getInternalBatchPaymentLinksId: { schema: {
|
|
907
|
+
method: "get",
|
|
908
|
+
url: "/finops/v1/internal/batch-payment-links/{batch_payment_link_id}",
|
|
909
|
+
security: ["HTTPBearer"]
|
|
910
|
+
} },
|
|
911
|
+
getInternalCurrencies: { schema: {
|
|
912
|
+
method: "get",
|
|
913
|
+
url: "/finops/v1/internal/currencies",
|
|
914
|
+
security: ["HTTPBearer"]
|
|
915
|
+
} },
|
|
916
|
+
postInternalPaymentIntentsIdAuthorize: { schema: {
|
|
917
|
+
method: "post",
|
|
918
|
+
url: "/finops/v1/internal/payment-intents/{payment_intent_id}/authorize",
|
|
919
|
+
mediaType: "application/json",
|
|
920
|
+
security: ["HTTPBearer"]
|
|
921
|
+
} },
|
|
922
|
+
postInternalPaymentIntentsIdAuthorizeEmbedded: { schema: {
|
|
923
|
+
method: "post",
|
|
924
|
+
url: "/finops/v1/internal/payment-intents/{payment_intent_id}/authorize-embedded",
|
|
925
|
+
mediaType: "application/json",
|
|
926
|
+
security: ["HTTPBearer"]
|
|
927
|
+
} },
|
|
928
|
+
getInternalPaymentIntentsIdAuthorizeEmbeddedId: { schema: {
|
|
929
|
+
method: "get",
|
|
930
|
+
url: "/finops/v1/internal/payment-intents/{payment_intent_id}/authorize-embedded/{consent_id}",
|
|
931
|
+
security: ["HTTPBearer"]
|
|
932
|
+
} },
|
|
933
|
+
postInternalPaymentIntentsIdAuthorizeEmbeddedIdSetScaCode: { schema: {
|
|
934
|
+
method: "post",
|
|
935
|
+
url: "/finops/v1/internal/payment-intents/{payment_intent_id}/authorize-embedded/{consent_id}/set-sca-code",
|
|
936
|
+
mediaType: "application/json",
|
|
937
|
+
security: ["HTTPBearer"]
|
|
938
|
+
} },
|
|
939
|
+
postInternalPaymentIntentsIdAuthorizeEmbeddedIdSetScaMethod: { schema: {
|
|
940
|
+
method: "post",
|
|
941
|
+
url: "/finops/v1/internal/payment-intents/{payment_intent_id}/authorize-embedded/{consent_id}/set-sca-method",
|
|
942
|
+
mediaType: "application/json",
|
|
943
|
+
security: ["HTTPBearer"]
|
|
944
|
+
} },
|
|
945
|
+
getInternalPaymentIntentsIdBanks: { schema: {
|
|
946
|
+
method: "get",
|
|
947
|
+
url: "/finops/v1/internal/payment-intents/{payment_intent_id}/banks",
|
|
948
|
+
security: ["HTTPBearer"]
|
|
949
|
+
} },
|
|
950
|
+
postInternalPaymentIntentsIdConfirmPayment: { schema: {
|
|
951
|
+
method: "post",
|
|
952
|
+
url: "/finops/v1/internal/payment-intents/{payment_intent_id}/confirm-payment",
|
|
953
|
+
mediaType: "application/json",
|
|
954
|
+
security: ["HTTPBearer"]
|
|
955
|
+
} },
|
|
956
|
+
postInternalPaymentIntentsIdConfirmTesouro: { schema: {
|
|
957
|
+
method: "post",
|
|
958
|
+
url: "/finops/v1/internal/payment-intents/{payment_intent_id}/confirm-tesouro",
|
|
959
|
+
security: ["HTTPBearer"]
|
|
960
|
+
} },
|
|
961
|
+
postInternalPaymentIntentsIdPayments: { schema: {
|
|
962
|
+
method: "post",
|
|
963
|
+
url: "/finops/v1/internal/payment-intents/{payment_intent_id}/payments",
|
|
964
|
+
mediaType: "application/json",
|
|
965
|
+
security: ["HTTPBearer"]
|
|
966
|
+
} },
|
|
967
|
+
getInternalPaymentLinksId: { schema: {
|
|
968
|
+
method: "get",
|
|
969
|
+
url: "/finops/v1/internal/payment-links/{payment_link_id}",
|
|
970
|
+
security: ["HTTPBearer"]
|
|
971
|
+
} },
|
|
972
|
+
postInternalPaymentLinksIdRegenerate: { schema: {
|
|
973
|
+
method: "post",
|
|
974
|
+
url: "/finops/v1/internal/payment-links/{payment_link_id}/regenerate",
|
|
975
|
+
security: ["HTTPBearer"]
|
|
976
|
+
} },
|
|
977
|
+
getInternalPaymentPageTheme: { schema: {
|
|
978
|
+
method: "get",
|
|
979
|
+
url: "/finops/v1/internal/payment-page-theme",
|
|
980
|
+
security: ["HTTPBearer"]
|
|
981
|
+
} },
|
|
982
|
+
getLedgerAccounts: { schema: {
|
|
983
|
+
method: "get",
|
|
984
|
+
url: "/finops/v1/ledger-accounts",
|
|
985
|
+
security: ["HTTPBearer"]
|
|
986
|
+
} },
|
|
987
|
+
postLedgerAccounts: { schema: {
|
|
988
|
+
method: "post",
|
|
989
|
+
url: "/finops/v1/ledger-accounts",
|
|
990
|
+
mediaType: "application/json",
|
|
991
|
+
security: ["HTTPBearer"]
|
|
992
|
+
} },
|
|
993
|
+
getLedgerAccountsId: { schema: {
|
|
994
|
+
method: "get",
|
|
995
|
+
url: "/finops/v1/ledger-accounts/{ledger_account_id}",
|
|
996
|
+
security: ["HTTPBearer"]
|
|
997
|
+
} },
|
|
998
|
+
patchLedgerAccountsId: { schema: {
|
|
999
|
+
method: "patch",
|
|
1000
|
+
url: "/finops/v1/ledger-accounts/{ledger_account_id}",
|
|
1001
|
+
mediaType: "application/json",
|
|
1002
|
+
security: ["HTTPBearer"]
|
|
1003
|
+
} },
|
|
1004
|
+
deleteLedgerAccountsId: { schema: {
|
|
1005
|
+
method: "delete",
|
|
1006
|
+
url: "/finops/v1/ledger-accounts/{ledger_account_id}",
|
|
1007
|
+
security: ["HTTPBearer"]
|
|
1008
|
+
} },
|
|
1009
|
+
getMailTemplates: { schema: {
|
|
1010
|
+
method: "get",
|
|
1011
|
+
url: "/finops/v1/mail-templates",
|
|
1012
|
+
security: ["HTTPBearer"]
|
|
1013
|
+
} },
|
|
1014
|
+
postMailTemplates: { schema: {
|
|
1015
|
+
method: "post",
|
|
1016
|
+
url: "/finops/v1/mail-templates",
|
|
1017
|
+
mediaType: "application/json",
|
|
1018
|
+
security: ["HTTPBearer"]
|
|
1019
|
+
} },
|
|
1020
|
+
postMailTemplatesPreview: { schema: {
|
|
1021
|
+
method: "post",
|
|
1022
|
+
url: "/finops/v1/mail-templates/preview",
|
|
1023
|
+
mediaType: "application/json",
|
|
1024
|
+
security: ["HTTPBearer"]
|
|
1025
|
+
} },
|
|
1026
|
+
getMailTemplatesSystem: { schema: {
|
|
1027
|
+
method: "get",
|
|
1028
|
+
url: "/finops/v1/mail-templates/system",
|
|
1029
|
+
security: ["HTTPBearer"]
|
|
1030
|
+
} },
|
|
1031
|
+
getMailTemplatesId: { schema: {
|
|
1032
|
+
method: "get",
|
|
1033
|
+
url: "/finops/v1/mail-templates/{template_id}",
|
|
1034
|
+
security: ["HTTPBearer"]
|
|
1035
|
+
} },
|
|
1036
|
+
patchMailTemplatesId: { schema: {
|
|
1037
|
+
method: "patch",
|
|
1038
|
+
url: "/finops/v1/mail-templates/{template_id}",
|
|
1039
|
+
mediaType: "application/json",
|
|
1040
|
+
security: ["HTTPBearer"]
|
|
1041
|
+
} },
|
|
1042
|
+
deleteMailTemplatesId: { schema: {
|
|
1043
|
+
method: "delete",
|
|
1044
|
+
url: "/finops/v1/mail-templates/{template_id}",
|
|
1045
|
+
security: ["HTTPBearer"]
|
|
1046
|
+
} },
|
|
1047
|
+
postMailTemplatesIdMakeDefault: { schema: {
|
|
1048
|
+
method: "post",
|
|
1049
|
+
url: "/finops/v1/mail-templates/{template_id}/make-default",
|
|
1050
|
+
security: ["HTTPBearer"]
|
|
1051
|
+
} },
|
|
1052
|
+
getMailboxDomains: { schema: {
|
|
1053
|
+
method: "get",
|
|
1054
|
+
url: "/finops/v1/mailbox-domains",
|
|
1055
|
+
security: ["HTTPBearer"]
|
|
1056
|
+
} },
|
|
1057
|
+
postMailboxDomains: { schema: {
|
|
1058
|
+
method: "post",
|
|
1059
|
+
url: "/finops/v1/mailbox-domains",
|
|
1060
|
+
mediaType: "application/json",
|
|
1061
|
+
security: ["HTTPBearer"]
|
|
1062
|
+
} },
|
|
1063
|
+
deleteMailboxDomainsId: { schema: {
|
|
1064
|
+
method: "delete",
|
|
1065
|
+
url: "/finops/v1/mailbox-domains/{domain_id}",
|
|
1066
|
+
security: ["HTTPBearer"]
|
|
1067
|
+
} },
|
|
1068
|
+
postMailboxDomainsIdVerify: { schema: {
|
|
1069
|
+
method: "post",
|
|
1070
|
+
url: "/finops/v1/mailbox-domains/{domain_id}/verify",
|
|
1071
|
+
security: ["HTTPBearer"]
|
|
1072
|
+
} },
|
|
1073
|
+
getMailboxes: { schema: {
|
|
1074
|
+
method: "get",
|
|
1075
|
+
url: "/finops/v1/mailboxes",
|
|
1076
|
+
security: ["HTTPBearer"]
|
|
1077
|
+
} },
|
|
1078
|
+
postMailboxes: { schema: {
|
|
1079
|
+
method: "post",
|
|
1080
|
+
url: "/finops/v1/mailboxes",
|
|
1081
|
+
mediaType: "application/json",
|
|
1082
|
+
security: ["HTTPBearer"]
|
|
1083
|
+
} },
|
|
1084
|
+
postMailboxesSearch: { schema: {
|
|
1085
|
+
method: "post",
|
|
1086
|
+
url: "/finops/v1/mailboxes/search",
|
|
1087
|
+
mediaType: "application/json",
|
|
1088
|
+
security: ["HTTPBearer"]
|
|
1089
|
+
} },
|
|
1090
|
+
deleteMailboxesId: { schema: {
|
|
1091
|
+
method: "delete",
|
|
1092
|
+
url: "/finops/v1/mailboxes/{mailbox_id}",
|
|
1093
|
+
security: ["HTTPBearer"]
|
|
1094
|
+
} },
|
|
1095
|
+
getMeasureUnits: { schema: {
|
|
1096
|
+
method: "get",
|
|
1097
|
+
url: "/finops/v1/measure-units",
|
|
1098
|
+
security: ["HTTPBearer"]
|
|
1099
|
+
} },
|
|
1100
|
+
postMeasureUnits: { schema: {
|
|
1101
|
+
method: "post",
|
|
1102
|
+
url: "/finops/v1/measure-units",
|
|
1103
|
+
mediaType: "application/json",
|
|
1104
|
+
security: ["HTTPBearer"]
|
|
1105
|
+
} },
|
|
1106
|
+
getMeasureUnitsId: { schema: {
|
|
1107
|
+
method: "get",
|
|
1108
|
+
url: "/finops/v1/measure-units/{unit_id}",
|
|
1109
|
+
security: ["HTTPBearer"]
|
|
1110
|
+
} },
|
|
1111
|
+
patchMeasureUnitsId: { schema: {
|
|
1112
|
+
method: "patch",
|
|
1113
|
+
url: "/finops/v1/measure-units/{unit_id}",
|
|
1114
|
+
mediaType: "application/json",
|
|
1115
|
+
security: ["HTTPBearer"]
|
|
1116
|
+
} },
|
|
1117
|
+
deleteMeasureUnitsId: { schema: {
|
|
1118
|
+
method: "delete",
|
|
1119
|
+
url: "/finops/v1/measure-units/{unit_id}",
|
|
1120
|
+
security: ["HTTPBearer"]
|
|
1121
|
+
} },
|
|
1122
|
+
getOcrTasks: { schema: {
|
|
1123
|
+
method: "get",
|
|
1124
|
+
url: "/finops/v1/ocr-tasks",
|
|
1125
|
+
security: ["HTTPBearer"]
|
|
1126
|
+
} },
|
|
1127
|
+
postOcrTasks: { schema: {
|
|
1128
|
+
method: "post",
|
|
1129
|
+
url: "/finops/v1/ocr-tasks",
|
|
1130
|
+
mediaType: "application/json",
|
|
1131
|
+
security: ["HTTPBearer"]
|
|
1132
|
+
} },
|
|
1133
|
+
postOcrTasksUploadFromFile: { schema: {
|
|
1134
|
+
method: "post",
|
|
1135
|
+
url: "/finops/v1/ocr-tasks/upload-from-file",
|
|
1136
|
+
mediaType: "multipart/form-data",
|
|
1137
|
+
security: ["HTTPBearer"]
|
|
1138
|
+
} },
|
|
1139
|
+
getOcrTasksId: { schema: {
|
|
1140
|
+
method: "get",
|
|
1141
|
+
url: "/finops/v1/ocr-tasks/{task_id}",
|
|
1142
|
+
security: ["HTTPBearer"]
|
|
1143
|
+
} },
|
|
1144
|
+
getOverdueReminders: { schema: {
|
|
1145
|
+
method: "get",
|
|
1146
|
+
url: "/finops/v1/overdue-reminders",
|
|
1147
|
+
security: ["HTTPBearer"]
|
|
1148
|
+
} },
|
|
1149
|
+
postOverdueReminders: { schema: {
|
|
1150
|
+
method: "post",
|
|
1151
|
+
url: "/finops/v1/overdue-reminders",
|
|
1152
|
+
mediaType: "application/json",
|
|
1153
|
+
security: ["HTTPBearer"]
|
|
1154
|
+
} },
|
|
1155
|
+
getOverdueRemindersId: { schema: {
|
|
1156
|
+
method: "get",
|
|
1157
|
+
url: "/finops/v1/overdue-reminders/{overdue_reminder_id}",
|
|
1158
|
+
security: ["HTTPBearer"]
|
|
1159
|
+
} },
|
|
1160
|
+
patchOverdueRemindersId: { schema: {
|
|
1161
|
+
method: "patch",
|
|
1162
|
+
url: "/finops/v1/overdue-reminders/{overdue_reminder_id}",
|
|
1163
|
+
mediaType: "application/json",
|
|
1164
|
+
security: ["HTTPBearer"]
|
|
1165
|
+
} },
|
|
1166
|
+
deleteOverdueRemindersId: { schema: {
|
|
1167
|
+
method: "delete",
|
|
1168
|
+
url: "/finops/v1/overdue-reminders/{overdue_reminder_id}",
|
|
1169
|
+
security: ["HTTPBearer"]
|
|
1170
|
+
} },
|
|
1171
|
+
getPayableCreditNotes: { schema: {
|
|
1172
|
+
method: "get",
|
|
1173
|
+
url: "/finops/v1/payable-credit-notes",
|
|
1174
|
+
security: ["HTTPBearer"]
|
|
1175
|
+
} },
|
|
1176
|
+
postPayableCreditNotes: { schema: {
|
|
1177
|
+
method: "post",
|
|
1178
|
+
url: "/finops/v1/payable-credit-notes",
|
|
1179
|
+
mediaType: "application/json",
|
|
1180
|
+
security: ["HTTPBearer"]
|
|
1181
|
+
} },
|
|
1182
|
+
postPayableCreditNotesUploadFromFile: { schema: {
|
|
1183
|
+
method: "post",
|
|
1184
|
+
url: "/finops/v1/payable-credit-notes/upload-from-file",
|
|
1185
|
+
mediaType: "multipart/form-data",
|
|
1186
|
+
security: ["HTTPBearer"]
|
|
1187
|
+
} },
|
|
1188
|
+
getPayableCreditNotesValidations: { schema: {
|
|
1189
|
+
method: "get",
|
|
1190
|
+
url: "/finops/v1/payable-credit-notes/validations",
|
|
1191
|
+
security: ["HTTPBearer"]
|
|
1192
|
+
} },
|
|
1193
|
+
putPayableCreditNotesValidations: { schema: {
|
|
1194
|
+
method: "put",
|
|
1195
|
+
url: "/finops/v1/payable-credit-notes/validations",
|
|
1196
|
+
mediaType: "application/json",
|
|
1197
|
+
security: ["HTTPBearer"]
|
|
1198
|
+
} },
|
|
1199
|
+
postPayableCreditNotesValidationsReset: { schema: {
|
|
1200
|
+
method: "post",
|
|
1201
|
+
url: "/finops/v1/payable-credit-notes/validations/reset",
|
|
1202
|
+
security: ["HTTPBearer"]
|
|
1203
|
+
} },
|
|
1204
|
+
getPayableCreditNotesId: { schema: {
|
|
1205
|
+
method: "get",
|
|
1206
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}",
|
|
1207
|
+
security: ["HTTPBearer"]
|
|
1208
|
+
} },
|
|
1209
|
+
patchPayableCreditNotesId: { schema: {
|
|
1210
|
+
method: "patch",
|
|
1211
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}",
|
|
1212
|
+
mediaType: "application/json",
|
|
1213
|
+
security: ["HTTPBearer"]
|
|
1214
|
+
} },
|
|
1215
|
+
deletePayableCreditNotesId: { schema: {
|
|
1216
|
+
method: "delete",
|
|
1217
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}",
|
|
1218
|
+
security: ["HTTPBearer"]
|
|
1219
|
+
} },
|
|
1220
|
+
postPayableCreditNotesIdApprove: { schema: {
|
|
1221
|
+
method: "post",
|
|
1222
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}/approve",
|
|
1223
|
+
security: ["HTTPBearer"]
|
|
1224
|
+
} },
|
|
1225
|
+
postPayableCreditNotesIdCancel: { schema: {
|
|
1226
|
+
method: "post",
|
|
1227
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}/cancel",
|
|
1228
|
+
security: ["HTTPBearer"]
|
|
1229
|
+
} },
|
|
1230
|
+
postPayableCreditNotesIdCancelOcr: { schema: {
|
|
1231
|
+
method: "post",
|
|
1232
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}/cancel-ocr",
|
|
1233
|
+
security: ["HTTPBearer"]
|
|
1234
|
+
} },
|
|
1235
|
+
getPayableCreditNotesIdLineItems: { schema: {
|
|
1236
|
+
method: "get",
|
|
1237
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}/line-items",
|
|
1238
|
+
security: ["HTTPBearer"]
|
|
1239
|
+
} },
|
|
1240
|
+
postPayableCreditNotesIdLineItems: { schema: {
|
|
1241
|
+
method: "post",
|
|
1242
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}/line-items",
|
|
1243
|
+
mediaType: "application/json",
|
|
1244
|
+
security: ["HTTPBearer"]
|
|
1245
|
+
} },
|
|
1246
|
+
putPayableCreditNotesIdLineItems: { schema: {
|
|
1247
|
+
method: "put",
|
|
1248
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}/line-items",
|
|
1249
|
+
mediaType: "application/json",
|
|
1250
|
+
security: ["HTTPBearer"]
|
|
1251
|
+
} },
|
|
1252
|
+
getPayableCreditNotesIdLineItemsId: { schema: {
|
|
1253
|
+
method: "get",
|
|
1254
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}/line-items/{line_item_id}",
|
|
1255
|
+
security: ["HTTPBearer"]
|
|
1256
|
+
} },
|
|
1257
|
+
patchPayableCreditNotesIdLineItemsId: { schema: {
|
|
1258
|
+
method: "patch",
|
|
1259
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}/line-items/{line_item_id}",
|
|
1260
|
+
mediaType: "application/json",
|
|
1261
|
+
security: ["HTTPBearer"]
|
|
1262
|
+
} },
|
|
1263
|
+
deletePayableCreditNotesIdLineItemsId: { schema: {
|
|
1264
|
+
method: "delete",
|
|
1265
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}/line-items/{line_item_id}",
|
|
1266
|
+
security: ["HTTPBearer"]
|
|
1267
|
+
} },
|
|
1268
|
+
postPayableCreditNotesIdReject: { schema: {
|
|
1269
|
+
method: "post",
|
|
1270
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}/reject",
|
|
1271
|
+
security: ["HTTPBearer"]
|
|
1272
|
+
} },
|
|
1273
|
+
postPayableCreditNotesIdSubmitForApproval: { schema: {
|
|
1274
|
+
method: "post",
|
|
1275
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}/submit-for-approval",
|
|
1276
|
+
security: ["HTTPBearer"]
|
|
1277
|
+
} },
|
|
1278
|
+
getPayableCreditNotesIdValidate: { schema: {
|
|
1279
|
+
method: "get",
|
|
1280
|
+
url: "/finops/v1/payable-credit-notes/{credit_note_id}/validate",
|
|
1281
|
+
security: ["HTTPBearer"]
|
|
1282
|
+
} },
|
|
1283
|
+
getPayablePurchaseOrders: { schema: {
|
|
1284
|
+
method: "get",
|
|
1285
|
+
url: "/finops/v1/payable-purchase-orders",
|
|
1286
|
+
security: ["HTTPBearer"]
|
|
1287
|
+
} },
|
|
1288
|
+
postPayablePurchaseOrders: { schema: {
|
|
1289
|
+
method: "post",
|
|
1290
|
+
url: "/finops/v1/payable-purchase-orders",
|
|
1291
|
+
mediaType: "application/json",
|
|
1292
|
+
security: ["HTTPBearer"]
|
|
1293
|
+
} },
|
|
1294
|
+
getPayablePurchaseOrdersVariables: { schema: {
|
|
1295
|
+
method: "get",
|
|
1296
|
+
url: "/finops/v1/payable-purchase-orders/variables",
|
|
1297
|
+
security: ["HTTPBearer"]
|
|
1298
|
+
} },
|
|
1299
|
+
getPayablePurchaseOrdersId: { schema: {
|
|
1300
|
+
method: "get",
|
|
1301
|
+
url: "/finops/v1/payable-purchase-orders/{purchase_order_id}",
|
|
1302
|
+
security: ["HTTPBearer"]
|
|
1303
|
+
} },
|
|
1304
|
+
patchPayablePurchaseOrdersId: { schema: {
|
|
1305
|
+
method: "patch",
|
|
1306
|
+
url: "/finops/v1/payable-purchase-orders/{purchase_order_id}",
|
|
1307
|
+
mediaType: "application/json",
|
|
1308
|
+
security: ["HTTPBearer"]
|
|
1309
|
+
} },
|
|
1310
|
+
deletePayablePurchaseOrdersId: { schema: {
|
|
1311
|
+
method: "delete",
|
|
1312
|
+
url: "/finops/v1/payable-purchase-orders/{purchase_order_id}",
|
|
1313
|
+
security: ["HTTPBearer"]
|
|
1314
|
+
} },
|
|
1315
|
+
postPayablePurchaseOrdersIdPreview: { schema: {
|
|
1316
|
+
method: "post",
|
|
1317
|
+
url: "/finops/v1/payable-purchase-orders/{purchase_order_id}/preview",
|
|
1318
|
+
mediaType: "application/json",
|
|
1319
|
+
security: ["HTTPBearer"]
|
|
1320
|
+
} },
|
|
1321
|
+
postPayablePurchaseOrdersIdSend: { schema: {
|
|
1322
|
+
method: "post",
|
|
1323
|
+
url: "/finops/v1/payable-purchase-orders/{purchase_order_id}/send",
|
|
1324
|
+
mediaType: "application/json",
|
|
1325
|
+
security: ["HTTPBearer"]
|
|
1326
|
+
} },
|
|
1327
|
+
getPayables: { schema: {
|
|
1328
|
+
method: "get",
|
|
1329
|
+
url: "/finops/v1/payables",
|
|
1330
|
+
security: ["HTTPBearer"]
|
|
1331
|
+
} },
|
|
1332
|
+
postPayables: { schema: {
|
|
1333
|
+
method: "post",
|
|
1334
|
+
url: "/finops/v1/payables",
|
|
1335
|
+
mediaType: "application/json",
|
|
1336
|
+
security: ["HTTPBearer"]
|
|
1337
|
+
} },
|
|
1338
|
+
getPayablesAnalytics: { schema: {
|
|
1339
|
+
method: "get",
|
|
1340
|
+
url: "/finops/v1/payables/analytics",
|
|
1341
|
+
security: ["HTTPBearer"]
|
|
1342
|
+
} },
|
|
1343
|
+
postPayablesStorecove: { schema: {
|
|
1344
|
+
method: "post",
|
|
1345
|
+
url: "/finops/v1/payables/storecove",
|
|
1346
|
+
mediaType: "application/json",
|
|
1347
|
+
security: ["HTTPBasic"]
|
|
1348
|
+
} },
|
|
1349
|
+
postPayablesUploadFromFile: { schema: {
|
|
1350
|
+
method: "post",
|
|
1351
|
+
url: "/finops/v1/payables/upload-from-file",
|
|
1352
|
+
mediaType: "multipart/form-data",
|
|
1353
|
+
security: ["HTTPBearer"]
|
|
1354
|
+
} },
|
|
1355
|
+
getPayablesValidations: { schema: {
|
|
1356
|
+
method: "get",
|
|
1357
|
+
url: "/finops/v1/payables/validations",
|
|
1358
|
+
security: ["HTTPBearer"]
|
|
1359
|
+
} },
|
|
1360
|
+
putPayablesValidations: { schema: {
|
|
1361
|
+
method: "put",
|
|
1362
|
+
url: "/finops/v1/payables/validations",
|
|
1363
|
+
mediaType: "application/json",
|
|
1364
|
+
security: ["HTTPBearer"]
|
|
1365
|
+
} },
|
|
1366
|
+
postPayablesValidationsReset: { schema: {
|
|
1367
|
+
method: "post",
|
|
1368
|
+
url: "/finops/v1/payables/validations/reset",
|
|
1369
|
+
security: ["HTTPBearer"]
|
|
1370
|
+
} },
|
|
1371
|
+
getPayablesVariables: { schema: {
|
|
1372
|
+
method: "get",
|
|
1373
|
+
url: "/finops/v1/payables/variables",
|
|
1374
|
+
security: ["HTTPBearer"]
|
|
1375
|
+
} },
|
|
1376
|
+
getPayablesId: { schema: {
|
|
1377
|
+
method: "get",
|
|
1378
|
+
url: "/finops/v1/payables/{payable_id}",
|
|
1379
|
+
security: ["HTTPBearer"]
|
|
1380
|
+
} },
|
|
1381
|
+
patchPayablesId: { schema: {
|
|
1382
|
+
method: "patch",
|
|
1383
|
+
url: "/finops/v1/payables/{payable_id}",
|
|
1384
|
+
mediaType: "application/json",
|
|
1385
|
+
security: ["HTTPBearer"]
|
|
1386
|
+
} },
|
|
1387
|
+
deletePayablesId: { schema: {
|
|
1388
|
+
method: "delete",
|
|
1389
|
+
url: "/finops/v1/payables/{payable_id}",
|
|
1390
|
+
security: ["HTTPBearer"]
|
|
1391
|
+
} },
|
|
1392
|
+
postPayablesIdApprovePaymentOperation: { schema: {
|
|
1393
|
+
method: "post",
|
|
1394
|
+
url: "/finops/v1/payables/{payable_id}/approve-payment-operation",
|
|
1395
|
+
security: ["HTTPBearer"]
|
|
1396
|
+
} },
|
|
1397
|
+
postPayablesIdAttachFile: { schema: {
|
|
1398
|
+
method: "post",
|
|
1399
|
+
url: "/finops/v1/payables/{payable_id}/attach-file",
|
|
1400
|
+
mediaType: "multipart/form-data",
|
|
1401
|
+
security: ["HTTPBearer"]
|
|
1402
|
+
} },
|
|
1403
|
+
postPayablesIdCancel: { schema: {
|
|
1404
|
+
method: "post",
|
|
1405
|
+
url: "/finops/v1/payables/{payable_id}/cancel",
|
|
1406
|
+
security: ["HTTPBearer"]
|
|
1407
|
+
} },
|
|
1408
|
+
postPayablesIdCancelOcr: { schema: {
|
|
1409
|
+
method: "post",
|
|
1410
|
+
url: "/finops/v1/payables/{payable_id}/cancel-ocr",
|
|
1411
|
+
security: ["HTTPBearer"]
|
|
1412
|
+
} },
|
|
1413
|
+
getPayablesIdHistory: { schema: {
|
|
1414
|
+
method: "get",
|
|
1415
|
+
url: "/finops/v1/payables/{payable_id}/history",
|
|
1416
|
+
security: ["HTTPBearer"]
|
|
1417
|
+
} },
|
|
1418
|
+
getPayablesIdLineItems: { schema: {
|
|
1419
|
+
method: "get",
|
|
1420
|
+
url: "/finops/v1/payables/{payable_id}/line-items",
|
|
1421
|
+
security: ["HTTPBearer"]
|
|
1422
|
+
} },
|
|
1423
|
+
postPayablesIdLineItems: { schema: {
|
|
1424
|
+
method: "post",
|
|
1425
|
+
url: "/finops/v1/payables/{payable_id}/line-items",
|
|
1426
|
+
mediaType: "application/json",
|
|
1427
|
+
security: ["HTTPBearer"]
|
|
1428
|
+
} },
|
|
1429
|
+
putPayablesIdLineItems: { schema: {
|
|
1430
|
+
method: "put",
|
|
1431
|
+
url: "/finops/v1/payables/{payable_id}/line-items",
|
|
1432
|
+
mediaType: "application/json",
|
|
1433
|
+
security: ["HTTPBearer"]
|
|
1434
|
+
} },
|
|
1435
|
+
getPayablesIdLineItemsId: { schema: {
|
|
1436
|
+
method: "get",
|
|
1437
|
+
url: "/finops/v1/payables/{payable_id}/line-items/{line_item_id}",
|
|
1438
|
+
security: ["HTTPBearer"]
|
|
1439
|
+
} },
|
|
1440
|
+
patchPayablesIdLineItemsId: { schema: {
|
|
1441
|
+
method: "patch",
|
|
1442
|
+
url: "/finops/v1/payables/{payable_id}/line-items/{line_item_id}",
|
|
1443
|
+
mediaType: "application/json",
|
|
1444
|
+
security: ["HTTPBearer"]
|
|
1445
|
+
} },
|
|
1446
|
+
deletePayablesIdLineItemsId: { schema: {
|
|
1447
|
+
method: "delete",
|
|
1448
|
+
url: "/finops/v1/payables/{payable_id}/line-items/{line_item_id}",
|
|
1449
|
+
security: ["HTTPBearer"]
|
|
1450
|
+
} },
|
|
1451
|
+
postPayablesIdMarkAsPaid: { schema: {
|
|
1452
|
+
method: "post",
|
|
1453
|
+
url: "/finops/v1/payables/{payable_id}/mark-as-paid",
|
|
1454
|
+
mediaType: "application/json",
|
|
1455
|
+
security: ["HTTPBearer"]
|
|
1456
|
+
} },
|
|
1457
|
+
postPayablesIdMarkAsPartiallyPaid: { schema: {
|
|
1458
|
+
method: "post",
|
|
1459
|
+
url: "/finops/v1/payables/{payable_id}/mark-as-partially-paid",
|
|
1460
|
+
mediaType: "application/json",
|
|
1461
|
+
security: ["HTTPBearer"]
|
|
1462
|
+
} },
|
|
1463
|
+
postPayablesIdReject: { schema: {
|
|
1464
|
+
method: "post",
|
|
1465
|
+
url: "/finops/v1/payables/{payable_id}/reject",
|
|
1466
|
+
security: ["HTTPBearer"]
|
|
1467
|
+
} },
|
|
1468
|
+
postPayablesIdReopen: { schema: {
|
|
1469
|
+
method: "post",
|
|
1470
|
+
url: "/finops/v1/payables/{payable_id}/reopen",
|
|
1471
|
+
security: ["HTTPBearer"]
|
|
1472
|
+
} },
|
|
1473
|
+
postPayablesIdSubmitForApproval: { schema: {
|
|
1474
|
+
method: "post",
|
|
1475
|
+
url: "/finops/v1/payables/{payable_id}/submit-for-approval",
|
|
1476
|
+
security: ["HTTPBearer"]
|
|
1477
|
+
} },
|
|
1478
|
+
getPayablesIdSuggestions: { schema: {
|
|
1479
|
+
method: "get",
|
|
1480
|
+
url: "/finops/v1/payables/{payable_id}/suggestions",
|
|
1481
|
+
security: ["HTTPBearer"]
|
|
1482
|
+
} },
|
|
1483
|
+
deletePayablesIdSuggestions: { schema: {
|
|
1484
|
+
method: "delete",
|
|
1485
|
+
url: "/finops/v1/payables/{payable_id}/suggestions",
|
|
1486
|
+
security: ["HTTPBearer"]
|
|
1487
|
+
} },
|
|
1488
|
+
postPayablesIdValidate: { schema: {
|
|
1489
|
+
method: "post",
|
|
1490
|
+
url: "/finops/v1/payables/{payable_id}/validate",
|
|
1491
|
+
security: ["HTTPBearer"]
|
|
1492
|
+
} },
|
|
1493
|
+
getPaymentFees: { schema: {
|
|
1494
|
+
method: "get",
|
|
1495
|
+
url: "/finops/v1/payment-fees",
|
|
1496
|
+
security: ["HTTPBearer"]
|
|
1497
|
+
} },
|
|
1498
|
+
postPaymentFees: { schema: {
|
|
1499
|
+
method: "post",
|
|
1500
|
+
url: "/finops/v1/payment-fees",
|
|
1501
|
+
mediaType: "application/json",
|
|
1502
|
+
security: ["HTTPBearer"]
|
|
1503
|
+
} },
|
|
1504
|
+
getPaymentFeesId: { schema: {
|
|
1505
|
+
method: "get",
|
|
1506
|
+
url: "/finops/v1/payment-fees/{fee_id}",
|
|
1507
|
+
security: ["HTTPBearer"]
|
|
1508
|
+
} },
|
|
1509
|
+
patchPaymentFeesId: { schema: {
|
|
1510
|
+
method: "patch",
|
|
1511
|
+
url: "/finops/v1/payment-fees/{fee_id}",
|
|
1512
|
+
mediaType: "application/json",
|
|
1513
|
+
security: ["HTTPBearer"]
|
|
1514
|
+
} },
|
|
1515
|
+
deletePaymentFeesId: { schema: {
|
|
1516
|
+
method: "delete",
|
|
1517
|
+
url: "/finops/v1/payment-fees/{fee_id}",
|
|
1518
|
+
security: ["HTTPBearer"]
|
|
1519
|
+
} },
|
|
1520
|
+
getPaymentIntents: { schema: {
|
|
1521
|
+
method: "get",
|
|
1522
|
+
url: "/finops/v1/payment-intents",
|
|
1523
|
+
security: ["HTTPBearer"]
|
|
1524
|
+
} },
|
|
1525
|
+
getPaymentIntentsId: { schema: {
|
|
1526
|
+
method: "get",
|
|
1527
|
+
url: "/finops/v1/payment-intents/{payment_intent_id}",
|
|
1528
|
+
security: ["HTTPBearer"]
|
|
1529
|
+
} },
|
|
1530
|
+
patchPaymentIntentsId: { schema: {
|
|
1531
|
+
method: "patch",
|
|
1532
|
+
url: "/finops/v1/payment-intents/{payment_intent_id}",
|
|
1533
|
+
mediaType: "application/json",
|
|
1534
|
+
security: ["HTTPBearer"]
|
|
1535
|
+
} },
|
|
1536
|
+
getPaymentIntentsIdHistory: { schema: {
|
|
1537
|
+
method: "get",
|
|
1538
|
+
url: "/finops/v1/payment-intents/{payment_intent_id}/history",
|
|
1539
|
+
security: ["HTTPBearer"]
|
|
1540
|
+
} },
|
|
1541
|
+
postPaymentLinks: { schema: {
|
|
1542
|
+
method: "post",
|
|
1543
|
+
url: "/finops/v1/payment-links",
|
|
1544
|
+
mediaType: "application/json",
|
|
1545
|
+
security: ["HTTPBearer"]
|
|
1546
|
+
} },
|
|
1547
|
+
getPaymentLinksId: { schema: {
|
|
1548
|
+
method: "get",
|
|
1549
|
+
url: "/finops/v1/payment-links/{payment_link_id}",
|
|
1550
|
+
security: ["HTTPBearer"]
|
|
1551
|
+
} },
|
|
1552
|
+
postPaymentLinksIdExpire: { schema: {
|
|
1553
|
+
method: "post",
|
|
1554
|
+
url: "/finops/v1/payment-links/{payment_link_id}/expire",
|
|
1555
|
+
security: ["HTTPBearer"]
|
|
1556
|
+
} },
|
|
1557
|
+
postPaymentOnboardingLinks: { schema: {
|
|
1558
|
+
method: "post",
|
|
1559
|
+
url: "/finops/v1/payment-onboarding-links",
|
|
1560
|
+
mediaType: "application/json",
|
|
1561
|
+
security: ["HTTPBearer"]
|
|
1562
|
+
} },
|
|
1563
|
+
getPaymentPages: { schema: {
|
|
1564
|
+
method: "get",
|
|
1565
|
+
url: "/finops/v1/payment-pages",
|
|
1566
|
+
security: ["HTTPBearer"]
|
|
1567
|
+
} },
|
|
1568
|
+
getPaymentRecords: { schema: {
|
|
1569
|
+
method: "get",
|
|
1570
|
+
url: "/finops/v1/payment-records",
|
|
1571
|
+
security: ["HTTPBearer"]
|
|
1572
|
+
} },
|
|
1573
|
+
postPaymentRecords: { schema: {
|
|
1574
|
+
method: "post",
|
|
1575
|
+
url: "/finops/v1/payment-records",
|
|
1576
|
+
mediaType: "application/json",
|
|
1577
|
+
security: ["HTTPBearer"]
|
|
1578
|
+
} },
|
|
1579
|
+
getPaymentRecordsId: { schema: {
|
|
1580
|
+
method: "get",
|
|
1581
|
+
url: "/finops/v1/payment-records/{payment_record_id}",
|
|
1582
|
+
security: ["HTTPBearer"]
|
|
1583
|
+
} },
|
|
1584
|
+
patchPaymentRecordsId: { schema: {
|
|
1585
|
+
method: "patch",
|
|
1586
|
+
url: "/finops/v1/payment-records/{payment_record_id}",
|
|
1587
|
+
mediaType: "application/json",
|
|
1588
|
+
security: ["HTTPBearer"]
|
|
1589
|
+
} },
|
|
1590
|
+
postPaymentRecordsIdCancel: { schema: {
|
|
1591
|
+
method: "post",
|
|
1592
|
+
url: "/finops/v1/payment-records/{payment_record_id}/cancel",
|
|
1593
|
+
mediaType: "application/json",
|
|
1594
|
+
security: ["HTTPBearer"]
|
|
1595
|
+
} },
|
|
1596
|
+
postPaymentRecordsIdMarkAsSucceeded: { schema: {
|
|
1597
|
+
method: "post",
|
|
1598
|
+
url: "/finops/v1/payment-records/{payment_record_id}/mark-as-succeeded",
|
|
1599
|
+
mediaType: "application/json",
|
|
1600
|
+
security: ["HTTPBearer"]
|
|
1601
|
+
} },
|
|
1602
|
+
postPaymentRecordsIdStartProcessing: { schema: {
|
|
1603
|
+
method: "post",
|
|
1604
|
+
url: "/finops/v1/payment-records/{payment_record_id}/start-processing",
|
|
1605
|
+
mediaType: "application/json",
|
|
1606
|
+
security: ["HTTPBearer"]
|
|
1607
|
+
} },
|
|
1608
|
+
getPaymentReminders: { schema: {
|
|
1609
|
+
method: "get",
|
|
1610
|
+
url: "/finops/v1/payment-reminders",
|
|
1611
|
+
security: ["HTTPBearer"]
|
|
1612
|
+
} },
|
|
1613
|
+
postPaymentReminders: { schema: {
|
|
1614
|
+
method: "post",
|
|
1615
|
+
url: "/finops/v1/payment-reminders",
|
|
1616
|
+
mediaType: "application/json",
|
|
1617
|
+
security: ["HTTPBearer"]
|
|
1618
|
+
} },
|
|
1619
|
+
getPaymentRemindersId: { schema: {
|
|
1620
|
+
method: "get",
|
|
1621
|
+
url: "/finops/v1/payment-reminders/{payment_reminder_id}",
|
|
1622
|
+
security: ["HTTPBearer"]
|
|
1623
|
+
} },
|
|
1624
|
+
patchPaymentRemindersId: { schema: {
|
|
1625
|
+
method: "patch",
|
|
1626
|
+
url: "/finops/v1/payment-reminders/{payment_reminder_id}",
|
|
1627
|
+
mediaType: "application/json",
|
|
1628
|
+
security: ["HTTPBearer"]
|
|
1629
|
+
} },
|
|
1630
|
+
deletePaymentRemindersId: { schema: {
|
|
1631
|
+
method: "delete",
|
|
1632
|
+
url: "/finops/v1/payment-reminders/{payment_reminder_id}",
|
|
1633
|
+
security: ["HTTPBearer"]
|
|
1634
|
+
} },
|
|
1635
|
+
getPaymentTerms: { schema: {
|
|
1636
|
+
method: "get",
|
|
1637
|
+
url: "/finops/v1/payment-terms",
|
|
1638
|
+
security: ["HTTPBearer"]
|
|
1639
|
+
} },
|
|
1640
|
+
postPaymentTerms: { schema: {
|
|
1641
|
+
method: "post",
|
|
1642
|
+
url: "/finops/v1/payment-terms",
|
|
1643
|
+
mediaType: "application/json",
|
|
1644
|
+
security: ["HTTPBearer"]
|
|
1645
|
+
} },
|
|
1646
|
+
getPaymentTermsId: { schema: {
|
|
1647
|
+
method: "get",
|
|
1648
|
+
url: "/finops/v1/payment-terms/{payment_terms_id}",
|
|
1649
|
+
security: ["HTTPBearer"]
|
|
1650
|
+
} },
|
|
1651
|
+
patchPaymentTermsId: { schema: {
|
|
1652
|
+
method: "patch",
|
|
1653
|
+
url: "/finops/v1/payment-terms/{payment_terms_id}",
|
|
1654
|
+
mediaType: "application/json",
|
|
1655
|
+
security: ["HTTPBearer"]
|
|
1656
|
+
} },
|
|
1657
|
+
deletePaymentTermsId: { schema: {
|
|
1658
|
+
method: "delete",
|
|
1659
|
+
url: "/finops/v1/payment-terms/{payment_terms_id}",
|
|
1660
|
+
security: ["HTTPBearer"]
|
|
1661
|
+
} },
|
|
1662
|
+
getPaymentTiers: { schema: {
|
|
1663
|
+
method: "get",
|
|
1664
|
+
url: "/finops/v1/payment-tiers",
|
|
1665
|
+
security: ["HTTPBearer"]
|
|
1666
|
+
} },
|
|
1667
|
+
postPaymentTiers: { schema: {
|
|
1668
|
+
method: "post",
|
|
1669
|
+
url: "/finops/v1/payment-tiers",
|
|
1670
|
+
mediaType: "application/json",
|
|
1671
|
+
security: ["HTTPBearer"]
|
|
1672
|
+
} },
|
|
1673
|
+
getPaymentTiersId: { schema: {
|
|
1674
|
+
method: "get",
|
|
1675
|
+
url: "/finops/v1/payment-tiers/{tier_id}",
|
|
1676
|
+
security: ["HTTPBearer"]
|
|
1677
|
+
} },
|
|
1678
|
+
patchPaymentTiersId: { schema: {
|
|
1679
|
+
method: "patch",
|
|
1680
|
+
url: "/finops/v1/payment-tiers/{tier_id}",
|
|
1681
|
+
mediaType: "application/json",
|
|
1682
|
+
security: ["HTTPBearer"]
|
|
1683
|
+
} },
|
|
1684
|
+
deletePaymentTiersId: { schema: {
|
|
1685
|
+
method: "delete",
|
|
1686
|
+
url: "/finops/v1/payment-tiers/{tier_id}",
|
|
1687
|
+
security: ["HTTPBearer"]
|
|
1688
|
+
} },
|
|
1689
|
+
postPersonsIdDocuments: { schema: {
|
|
1690
|
+
method: "post",
|
|
1691
|
+
url: "/finops/v1/persons/{person_id}/documents",
|
|
1692
|
+
security: ["HTTPBearer"]
|
|
1693
|
+
} },
|
|
1694
|
+
getProducts: { schema: {
|
|
1695
|
+
method: "get",
|
|
1696
|
+
url: "/finops/v1/products",
|
|
1697
|
+
security: ["HTTPBearer"]
|
|
1698
|
+
} },
|
|
1699
|
+
postProducts: { schema: {
|
|
1700
|
+
method: "post",
|
|
1701
|
+
url: "/finops/v1/products",
|
|
1702
|
+
mediaType: "application/json",
|
|
1703
|
+
security: ["HTTPBearer"]
|
|
1704
|
+
} },
|
|
1705
|
+
getProductsId: { schema: {
|
|
1706
|
+
method: "get",
|
|
1707
|
+
url: "/finops/v1/products/{product_id}",
|
|
1708
|
+
security: ["HTTPBearer"]
|
|
1709
|
+
} },
|
|
1710
|
+
patchProductsId: { schema: {
|
|
1711
|
+
method: "patch",
|
|
1712
|
+
url: "/finops/v1/products/{product_id}",
|
|
1713
|
+
mediaType: "application/json",
|
|
1714
|
+
security: ["HTTPBearer"]
|
|
1715
|
+
} },
|
|
1716
|
+
deleteProductsId: { schema: {
|
|
1717
|
+
method: "delete",
|
|
1718
|
+
url: "/finops/v1/products/{product_id}",
|
|
1719
|
+
security: ["HTTPBearer"]
|
|
1720
|
+
} },
|
|
1721
|
+
getProjects: { schema: {
|
|
1722
|
+
method: "get",
|
|
1723
|
+
url: "/finops/v1/projects",
|
|
1724
|
+
security: ["HTTPBearer"]
|
|
1725
|
+
} },
|
|
1726
|
+
postProjects: { schema: {
|
|
1727
|
+
method: "post",
|
|
1728
|
+
url: "/finops/v1/projects",
|
|
1729
|
+
mediaType: "application/json",
|
|
1730
|
+
security: ["HTTPBearer"]
|
|
1731
|
+
} },
|
|
1732
|
+
getProjectsId: { schema: {
|
|
1733
|
+
method: "get",
|
|
1734
|
+
url: "/finops/v1/projects/{project_id}",
|
|
1735
|
+
security: ["HTTPBearer"]
|
|
1736
|
+
} },
|
|
1737
|
+
patchProjectsId: { schema: {
|
|
1738
|
+
method: "patch",
|
|
1739
|
+
url: "/finops/v1/projects/{project_id}",
|
|
1740
|
+
mediaType: "application/json",
|
|
1741
|
+
security: ["HTTPBearer"]
|
|
1742
|
+
} },
|
|
1743
|
+
deleteProjectsId: { schema: {
|
|
1744
|
+
method: "delete",
|
|
1745
|
+
url: "/finops/v1/projects/{project_id}",
|
|
1746
|
+
security: ["HTTPBearer"]
|
|
1747
|
+
} },
|
|
1748
|
+
getReceipts: { schema: {
|
|
1749
|
+
method: "get",
|
|
1750
|
+
url: "/finops/v1/receipts",
|
|
1751
|
+
security: ["HTTPBearer"]
|
|
1752
|
+
} },
|
|
1753
|
+
postReceipts: { schema: {
|
|
1754
|
+
method: "post",
|
|
1755
|
+
url: "/finops/v1/receipts",
|
|
1756
|
+
mediaType: "application/json",
|
|
1757
|
+
security: ["HTTPBearer"]
|
|
1758
|
+
} },
|
|
1759
|
+
postReceiptsUploadFromFile: { schema: {
|
|
1760
|
+
method: "post",
|
|
1761
|
+
url: "/finops/v1/receipts/upload-from-file",
|
|
1762
|
+
mediaType: "multipart/form-data",
|
|
1763
|
+
security: ["HTTPBearer"]
|
|
1764
|
+
} },
|
|
1765
|
+
getReceiptsId: { schema: {
|
|
1766
|
+
method: "get",
|
|
1767
|
+
url: "/finops/v1/receipts/{receipt_id}",
|
|
1768
|
+
security: ["HTTPBearer"]
|
|
1769
|
+
} },
|
|
1770
|
+
patchReceiptsId: { schema: {
|
|
1771
|
+
method: "patch",
|
|
1772
|
+
url: "/finops/v1/receipts/{receipt_id}",
|
|
1773
|
+
mediaType: "application/json",
|
|
1774
|
+
security: ["HTTPBearer"]
|
|
1775
|
+
} },
|
|
1776
|
+
deleteReceiptsId: { schema: {
|
|
1777
|
+
method: "delete",
|
|
1778
|
+
url: "/finops/v1/receipts/{receipt_id}",
|
|
1779
|
+
security: ["HTTPBearer"]
|
|
1780
|
+
} },
|
|
1781
|
+
postReceiptsIdAttachFile: { schema: {
|
|
1782
|
+
method: "post",
|
|
1783
|
+
url: "/finops/v1/receipts/{receipt_id}/attach-file",
|
|
1784
|
+
mediaType: "multipart/form-data",
|
|
1785
|
+
security: ["HTTPBearer"]
|
|
1786
|
+
} },
|
|
1787
|
+
getReceiptsIdLineItems: { schema: {
|
|
1788
|
+
method: "get",
|
|
1789
|
+
url: "/finops/v1/receipts/{receipt_id}/line-items",
|
|
1790
|
+
security: ["HTTPBearer"]
|
|
1791
|
+
} },
|
|
1792
|
+
postReceiptsIdLineItems: { schema: {
|
|
1793
|
+
method: "post",
|
|
1794
|
+
url: "/finops/v1/receipts/{receipt_id}/line-items",
|
|
1795
|
+
mediaType: "application/json",
|
|
1796
|
+
security: ["HTTPBearer"]
|
|
1797
|
+
} },
|
|
1798
|
+
patchReceiptsIdLineItemsId: { schema: {
|
|
1799
|
+
method: "patch",
|
|
1800
|
+
url: "/finops/v1/receipts/{receipt_id}/line-items/{line_item_id}",
|
|
1801
|
+
mediaType: "application/json",
|
|
1802
|
+
security: ["HTTPBearer"]
|
|
1803
|
+
} },
|
|
1804
|
+
deleteReceiptsIdLineItemsId: { schema: {
|
|
1805
|
+
method: "delete",
|
|
1806
|
+
url: "/finops/v1/receipts/{receipt_id}/line-items/{line_item_id}",
|
|
1807
|
+
security: ["HTTPBearer"]
|
|
1808
|
+
} },
|
|
1809
|
+
getReceivables: { schema: {
|
|
1810
|
+
method: "get",
|
|
1811
|
+
url: "/finops/v1/receivables",
|
|
1812
|
+
security: ["HTTPBearer"]
|
|
1813
|
+
} },
|
|
1814
|
+
postReceivables: { schema: {
|
|
1815
|
+
method: "post",
|
|
1816
|
+
url: "/finops/v1/receivables",
|
|
1817
|
+
mediaType: "application/json",
|
|
1818
|
+
security: ["HTTPBearer"]
|
|
1819
|
+
} },
|
|
1820
|
+
getReceivablesRequiredFields: { schema: {
|
|
1821
|
+
method: "get",
|
|
1822
|
+
url: "/finops/v1/receivables/required-fields",
|
|
1823
|
+
security: ["HTTPBearer"]
|
|
1824
|
+
} },
|
|
1825
|
+
postReceivablesSearch: { schema: {
|
|
1826
|
+
method: "post",
|
|
1827
|
+
url: "/finops/v1/receivables/search",
|
|
1828
|
+
mediaType: "application/json",
|
|
1829
|
+
security: ["HTTPBearer"]
|
|
1830
|
+
} },
|
|
1831
|
+
getReceivablesVariables: { schema: {
|
|
1832
|
+
method: "get",
|
|
1833
|
+
url: "/finops/v1/receivables/variables",
|
|
1834
|
+
security: ["HTTPBearer"]
|
|
1835
|
+
} },
|
|
1836
|
+
getReceivablesId: { schema: {
|
|
1837
|
+
method: "get",
|
|
1838
|
+
url: "/finops/v1/receivables/{receivable_id}",
|
|
1839
|
+
security: ["HTTPBearer"]
|
|
1840
|
+
} },
|
|
1841
|
+
patchReceivablesId: { schema: {
|
|
1842
|
+
method: "patch",
|
|
1843
|
+
url: "/finops/v1/receivables/{receivable_id}",
|
|
1844
|
+
mediaType: "application/json",
|
|
1845
|
+
security: ["HTTPBearer"]
|
|
1846
|
+
} },
|
|
1847
|
+
deleteReceivablesId: { schema: {
|
|
1848
|
+
method: "delete",
|
|
1849
|
+
url: "/finops/v1/receivables/{receivable_id}",
|
|
1850
|
+
security: ["HTTPBearer"]
|
|
1851
|
+
} },
|
|
1852
|
+
postReceivablesIdAccept: { schema: {
|
|
1853
|
+
method: "post",
|
|
1854
|
+
url: "/finops/v1/receivables/{receivable_id}/accept",
|
|
1855
|
+
mediaType: "application/json",
|
|
1856
|
+
security: ["HTTPBearer"]
|
|
1857
|
+
} },
|
|
1858
|
+
postReceivablesIdCancel: { schema: {
|
|
1859
|
+
method: "post",
|
|
1860
|
+
url: "/finops/v1/receivables/{receivable_id}/cancel",
|
|
1861
|
+
security: ["HTTPBearer"]
|
|
1862
|
+
} },
|
|
1863
|
+
postReceivablesIdClone: { schema: {
|
|
1864
|
+
method: "post",
|
|
1865
|
+
url: "/finops/v1/receivables/{receivable_id}/clone",
|
|
1866
|
+
security: ["HTTPBearer"]
|
|
1867
|
+
} },
|
|
1868
|
+
postReceivablesIdDecline: { schema: {
|
|
1869
|
+
method: "post",
|
|
1870
|
+
url: "/finops/v1/receivables/{receivable_id}/decline",
|
|
1871
|
+
mediaType: "application/json",
|
|
1872
|
+
security: ["HTTPBearer"]
|
|
1873
|
+
} },
|
|
1874
|
+
getReceivablesIdHistory: { schema: {
|
|
1875
|
+
method: "get",
|
|
1876
|
+
url: "/finops/v1/receivables/{receivable_id}/history",
|
|
1877
|
+
security: ["HTTPBearer"]
|
|
1878
|
+
} },
|
|
1879
|
+
getReceivablesIdHistoryId: { schema: {
|
|
1880
|
+
method: "get",
|
|
1881
|
+
url: "/finops/v1/receivables/{receivable_id}/history/{receivable_history_id}",
|
|
1882
|
+
security: ["HTTPBearer"]
|
|
1883
|
+
} },
|
|
1884
|
+
postReceivablesIdIssue: { schema: {
|
|
1885
|
+
method: "post",
|
|
1886
|
+
url: "/finops/v1/receivables/{receivable_id}/issue",
|
|
1887
|
+
security: ["HTTPBearer"]
|
|
1888
|
+
} },
|
|
1889
|
+
putReceivablesIdLineItems: { schema: {
|
|
1890
|
+
method: "put",
|
|
1891
|
+
url: "/finops/v1/receivables/{receivable_id}/line-items",
|
|
1892
|
+
mediaType: "application/json",
|
|
1893
|
+
security: ["HTTPBearer"]
|
|
1894
|
+
} },
|
|
1895
|
+
getReceivablesIdMails: { schema: {
|
|
1896
|
+
method: "get",
|
|
1897
|
+
url: "/finops/v1/receivables/{receivable_id}/mails",
|
|
1898
|
+
security: ["HTTPBearer"]
|
|
1899
|
+
} },
|
|
1900
|
+
getReceivablesIdMailsId: { schema: {
|
|
1901
|
+
method: "get",
|
|
1902
|
+
url: "/finops/v1/receivables/{receivable_id}/mails/{mail_id}",
|
|
1903
|
+
security: ["HTTPBearer"]
|
|
1904
|
+
} },
|
|
1905
|
+
postReceivablesIdMarkAsPaid: { schema: {
|
|
1906
|
+
method: "post",
|
|
1907
|
+
url: "/finops/v1/receivables/{receivable_id}/mark-as-paid",
|
|
1908
|
+
mediaType: "application/json",
|
|
1909
|
+
security: ["HTTPBearer"]
|
|
1910
|
+
} },
|
|
1911
|
+
postReceivablesIdMarkAsPartiallyPaid: { schema: {
|
|
1912
|
+
method: "post",
|
|
1913
|
+
url: "/finops/v1/receivables/{receivable_id}/mark-as-partially-paid",
|
|
1914
|
+
mediaType: "application/json",
|
|
1915
|
+
security: ["HTTPBearer"]
|
|
1916
|
+
} },
|
|
1917
|
+
postReceivablesIdMarkAsUncollectible: { schema: {
|
|
1918
|
+
method: "post",
|
|
1919
|
+
url: "/finops/v1/receivables/{receivable_id}/mark-as-uncollectible",
|
|
1920
|
+
mediaType: "application/json",
|
|
1921
|
+
security: ["HTTPBearer"]
|
|
1922
|
+
} },
|
|
1923
|
+
getReceivablesIdPdfLink: { schema: {
|
|
1924
|
+
method: "get",
|
|
1925
|
+
url: "/finops/v1/receivables/{receivable_id}/pdf-link",
|
|
1926
|
+
security: ["HTTPBearer"]
|
|
1927
|
+
} },
|
|
1928
|
+
postReceivablesIdPreview: { schema: {
|
|
1929
|
+
method: "post",
|
|
1930
|
+
url: "/finops/v1/receivables/{receivable_id}/preview",
|
|
1931
|
+
mediaType: "application/json",
|
|
1932
|
+
security: ["HTTPBearer"]
|
|
1933
|
+
} },
|
|
1934
|
+
postReceivablesIdSend: { schema: {
|
|
1935
|
+
method: "post",
|
|
1936
|
+
url: "/finops/v1/receivables/{receivable_id}/send",
|
|
1937
|
+
mediaType: "application/json",
|
|
1938
|
+
security: ["HTTPBearer"]
|
|
1939
|
+
} },
|
|
1940
|
+
postReceivablesIdSendTestReminder: { schema: {
|
|
1941
|
+
method: "post",
|
|
1942
|
+
url: "/finops/v1/receivables/{receivable_id}/send-test-reminder",
|
|
1943
|
+
mediaType: "application/json",
|
|
1944
|
+
security: ["HTTPBearer"]
|
|
1945
|
+
} },
|
|
1946
|
+
postReceivablesIdVerify: { schema: {
|
|
1947
|
+
method: "post",
|
|
1948
|
+
url: "/finops/v1/receivables/{receivable_id}/verify",
|
|
1949
|
+
security: ["HTTPBearer"]
|
|
1950
|
+
} },
|
|
1951
|
+
getRecurrences: { schema: {
|
|
1952
|
+
method: "get",
|
|
1953
|
+
url: "/finops/v1/recurrences",
|
|
1954
|
+
security: ["HTTPBearer"]
|
|
1955
|
+
} },
|
|
1956
|
+
postRecurrences: { schema: {
|
|
1957
|
+
method: "post",
|
|
1958
|
+
url: "/finops/v1/recurrences",
|
|
1959
|
+
mediaType: "application/json",
|
|
1960
|
+
security: ["HTTPBearer"]
|
|
1961
|
+
} },
|
|
1962
|
+
getRecurrencesId: { schema: {
|
|
1963
|
+
method: "get",
|
|
1964
|
+
url: "/finops/v1/recurrences/{recurrence_id}",
|
|
1965
|
+
security: ["HTTPBearer"]
|
|
1966
|
+
} },
|
|
1967
|
+
patchRecurrencesId: { schema: {
|
|
1968
|
+
method: "patch",
|
|
1969
|
+
url: "/finops/v1/recurrences/{recurrence_id}",
|
|
1970
|
+
mediaType: "application/json",
|
|
1971
|
+
security: ["HTTPBearer"]
|
|
1972
|
+
} },
|
|
1973
|
+
postRecurrencesIdCancel: { schema: {
|
|
1974
|
+
method: "post",
|
|
1975
|
+
url: "/finops/v1/recurrences/{recurrence_id}/cancel",
|
|
1976
|
+
security: ["HTTPBearer"]
|
|
1977
|
+
} },
|
|
1978
|
+
postRecurrencesIdPause: { schema: {
|
|
1979
|
+
method: "post",
|
|
1980
|
+
url: "/finops/v1/recurrences/{recurrence_id}/pause",
|
|
1981
|
+
security: ["HTTPBearer"]
|
|
1982
|
+
} },
|
|
1983
|
+
postRecurrencesIdResume: { schema: {
|
|
1984
|
+
method: "post",
|
|
1985
|
+
url: "/finops/v1/recurrences/{recurrence_id}/resume",
|
|
1986
|
+
security: ["HTTPBearer"]
|
|
1987
|
+
} },
|
|
1988
|
+
getRegulatoryTemplates: { schema: {
|
|
1989
|
+
method: "get",
|
|
1990
|
+
url: "/finops/v1/regulatory-templates",
|
|
1991
|
+
security: ["HTTPBearer"]
|
|
1992
|
+
} },
|
|
1993
|
+
postRegulatoryTemplates: { schema: {
|
|
1994
|
+
method: "post",
|
|
1995
|
+
url: "/finops/v1/regulatory-templates",
|
|
1996
|
+
security: ["HTTPBearer"]
|
|
1997
|
+
} },
|
|
1998
|
+
getRegulatoryTemplatesDownloadTemplateIdsVatRates: { schema: {
|
|
1999
|
+
method: "get",
|
|
2000
|
+
url: "/finops/v1/regulatory-templates/download-template-ids-vat-rates",
|
|
2001
|
+
security: ["HTTPBearer"]
|
|
2002
|
+
} },
|
|
2003
|
+
getRegulatoryTemplatesId: { schema: {
|
|
2004
|
+
method: "get",
|
|
2005
|
+
url: "/finops/v1/regulatory-templates/{regulatory_template_id}",
|
|
2006
|
+
security: ["HTTPBearer"]
|
|
2007
|
+
} },
|
|
2008
|
+
patchRegulatoryTemplatesId: { schema: {
|
|
2009
|
+
method: "patch",
|
|
2010
|
+
url: "/finops/v1/regulatory-templates/{regulatory_template_id}",
|
|
2011
|
+
mediaType: "application/json",
|
|
2012
|
+
security: ["HTTPBearer"]
|
|
2013
|
+
} },
|
|
2014
|
+
deleteRegulatoryTemplatesId: { schema: {
|
|
2015
|
+
method: "delete",
|
|
2016
|
+
url: "/finops/v1/regulatory-templates/{regulatory_template_id}",
|
|
2017
|
+
security: ["HTTPBearer"]
|
|
2018
|
+
} },
|
|
2019
|
+
postRenderPdf: { schema: {
|
|
2020
|
+
method: "post",
|
|
2021
|
+
url: "/finops/v1/render-pdf",
|
|
2022
|
+
mediaType: "application/json",
|
|
2023
|
+
security: ["HTTPBearer"]
|
|
2024
|
+
} },
|
|
2025
|
+
getRoles: { schema: {
|
|
2026
|
+
method: "get",
|
|
2027
|
+
url: "/finops/v1/roles",
|
|
2028
|
+
security: ["HTTPBearer"]
|
|
2029
|
+
} },
|
|
2030
|
+
postRoles: { schema: {
|
|
2031
|
+
method: "post",
|
|
2032
|
+
url: "/finops/v1/roles",
|
|
2033
|
+
mediaType: "application/json",
|
|
2034
|
+
security: ["HTTPBearer"]
|
|
2035
|
+
} },
|
|
2036
|
+
getRolesId: { schema: {
|
|
2037
|
+
method: "get",
|
|
2038
|
+
url: "/finops/v1/roles/{role_id}",
|
|
2039
|
+
security: ["HTTPBearer"]
|
|
2040
|
+
} },
|
|
2041
|
+
patchRolesId: { schema: {
|
|
2042
|
+
method: "patch",
|
|
2043
|
+
url: "/finops/v1/roles/{role_id}",
|
|
2044
|
+
mediaType: "application/json",
|
|
2045
|
+
security: ["HTTPBearer"]
|
|
2046
|
+
} },
|
|
2047
|
+
deleteRolesId: { schema: {
|
|
2048
|
+
method: "delete",
|
|
2049
|
+
url: "/finops/v1/roles/{role_id}",
|
|
2050
|
+
security: ["HTTPBearer"]
|
|
2051
|
+
} },
|
|
2052
|
+
getRules: { schema: {
|
|
2053
|
+
method: "get",
|
|
2054
|
+
url: "/finops/v1/rules",
|
|
2055
|
+
security: ["HTTPBearer"]
|
|
2056
|
+
} },
|
|
2057
|
+
postRules: { schema: {
|
|
2058
|
+
method: "post",
|
|
2059
|
+
url: "/finops/v1/rules",
|
|
2060
|
+
mediaType: "application/json",
|
|
2061
|
+
security: ["HTTPBearer"]
|
|
2062
|
+
} },
|
|
2063
|
+
getRulesId: { schema: {
|
|
2064
|
+
method: "get",
|
|
2065
|
+
url: "/finops/v1/rules/{rule_id}",
|
|
2066
|
+
security: ["HTTPBearer"]
|
|
2067
|
+
} },
|
|
2068
|
+
patchRulesId: { schema: {
|
|
2069
|
+
method: "patch",
|
|
2070
|
+
url: "/finops/v1/rules/{rule_id}",
|
|
2071
|
+
mediaType: "application/json",
|
|
2072
|
+
security: ["HTTPBearer"]
|
|
2073
|
+
} },
|
|
2074
|
+
deleteRulesId: { schema: {
|
|
2075
|
+
method: "delete",
|
|
2076
|
+
url: "/finops/v1/rules/{rule_id}",
|
|
2077
|
+
security: ["HTTPBearer"]
|
|
2078
|
+
} },
|
|
2079
|
+
postSendEmail: { schema: {
|
|
2080
|
+
method: "post",
|
|
2081
|
+
url: "/finops/v1/send-email",
|
|
2082
|
+
mediaType: "application/json",
|
|
2083
|
+
security: ["HTTPBearer"]
|
|
2084
|
+
} },
|
|
2085
|
+
postSendEmailRenderTemplate: { schema: {
|
|
2086
|
+
method: "post",
|
|
2087
|
+
url: "/finops/v1/send-email/render-template",
|
|
2088
|
+
mediaType: "application/json",
|
|
2089
|
+
security: ["HTTPBearer"]
|
|
2090
|
+
} },
|
|
2091
|
+
postSendEmailSendEmailByDocumentType: { schema: {
|
|
2092
|
+
method: "post",
|
|
2093
|
+
url: "/finops/v1/send-email/send-email-by-document-type",
|
|
2094
|
+
mediaType: "application/json",
|
|
2095
|
+
security: ["HTTPBearer"]
|
|
2096
|
+
} },
|
|
2097
|
+
postSendEmailStateless: { schema: {
|
|
2098
|
+
method: "post",
|
|
2099
|
+
url: "/finops/v1/send-email/stateless",
|
|
2100
|
+
mediaType: "application/json",
|
|
2101
|
+
security: ["HTTPBearer"]
|
|
2102
|
+
} },
|
|
2103
|
+
getSettings: { schema: {
|
|
2104
|
+
method: "get",
|
|
2105
|
+
url: "/finops/v1/settings",
|
|
2106
|
+
security: ["HTTPBearer"]
|
|
2107
|
+
} },
|
|
2108
|
+
patchSettings: { schema: {
|
|
2109
|
+
method: "patch",
|
|
2110
|
+
url: "/finops/v1/settings",
|
|
2111
|
+
mediaType: "application/json",
|
|
2112
|
+
security: ["HTTPBearer"]
|
|
2113
|
+
} },
|
|
2114
|
+
getTags: { schema: {
|
|
2115
|
+
method: "get",
|
|
2116
|
+
url: "/finops/v1/tags",
|
|
2117
|
+
security: ["HTTPBearer"]
|
|
2118
|
+
} },
|
|
2119
|
+
postTags: { schema: {
|
|
2120
|
+
method: "post",
|
|
2121
|
+
url: "/finops/v1/tags",
|
|
2122
|
+
mediaType: "application/json",
|
|
2123
|
+
security: ["HTTPBearer"]
|
|
2124
|
+
} },
|
|
2125
|
+
getTagsId: { schema: {
|
|
2126
|
+
method: "get",
|
|
2127
|
+
url: "/finops/v1/tags/{tag_id}",
|
|
2128
|
+
security: ["HTTPBearer"]
|
|
2129
|
+
} },
|
|
2130
|
+
patchTagsId: { schema: {
|
|
2131
|
+
method: "patch",
|
|
2132
|
+
url: "/finops/v1/tags/{tag_id}",
|
|
2133
|
+
mediaType: "application/json",
|
|
2134
|
+
security: ["HTTPBearer"]
|
|
2135
|
+
} },
|
|
2136
|
+
deleteTagsId: { schema: {
|
|
2137
|
+
method: "delete",
|
|
2138
|
+
url: "/finops/v1/tags/{tag_id}",
|
|
2139
|
+
security: ["HTTPBearer"]
|
|
2140
|
+
} },
|
|
2141
|
+
getTextTemplates: { schema: {
|
|
2142
|
+
method: "get",
|
|
2143
|
+
url: "/finops/v1/text-templates",
|
|
2144
|
+
security: ["HTTPBearer"]
|
|
2145
|
+
} },
|
|
2146
|
+
postTextTemplates: { schema: {
|
|
2147
|
+
method: "post",
|
|
2148
|
+
url: "/finops/v1/text-templates",
|
|
2149
|
+
mediaType: "application/json",
|
|
2150
|
+
security: ["HTTPBearer"]
|
|
2151
|
+
} },
|
|
2152
|
+
getTextTemplatesId: { schema: {
|
|
2153
|
+
method: "get",
|
|
2154
|
+
url: "/finops/v1/text-templates/{text_template_id}",
|
|
2155
|
+
security: ["HTTPBearer"]
|
|
2156
|
+
} },
|
|
2157
|
+
patchTextTemplatesId: { schema: {
|
|
2158
|
+
method: "patch",
|
|
2159
|
+
url: "/finops/v1/text-templates/{text_template_id}",
|
|
2160
|
+
mediaType: "application/json",
|
|
2161
|
+
security: ["HTTPBearer"]
|
|
2162
|
+
} },
|
|
2163
|
+
deleteTextTemplatesId: { schema: {
|
|
2164
|
+
method: "delete",
|
|
2165
|
+
url: "/finops/v1/text-templates/{text_template_id}",
|
|
2166
|
+
security: ["HTTPBearer"]
|
|
2167
|
+
} },
|
|
2168
|
+
postTextTemplatesIdMakeDefault: { schema: {
|
|
2169
|
+
method: "post",
|
|
2170
|
+
url: "/finops/v1/text-templates/{text_template_id}/make-default",
|
|
2171
|
+
security: ["HTTPBearer"]
|
|
2172
|
+
} },
|
|
2173
|
+
getTransactions: { schema: {
|
|
2174
|
+
method: "get",
|
|
2175
|
+
url: "/finops/v1/transactions",
|
|
2176
|
+
security: ["HTTPBearer"]
|
|
2177
|
+
} },
|
|
2178
|
+
postTransactions: { schema: {
|
|
2179
|
+
method: "post",
|
|
2180
|
+
url: "/finops/v1/transactions",
|
|
2181
|
+
mediaType: "application/json",
|
|
2182
|
+
security: ["HTTPBearer"]
|
|
2183
|
+
} },
|
|
2184
|
+
postTransactionsBulk: { schema: {
|
|
2185
|
+
method: "post",
|
|
2186
|
+
url: "/finops/v1/transactions/bulk",
|
|
2187
|
+
mediaType: "application/json",
|
|
2188
|
+
security: ["HTTPBearer"]
|
|
2189
|
+
} },
|
|
2190
|
+
getTransactionsValidations: { schema: {
|
|
2191
|
+
method: "get",
|
|
2192
|
+
url: "/finops/v1/transactions/validations",
|
|
2193
|
+
security: ["HTTPBearer"]
|
|
2194
|
+
} },
|
|
2195
|
+
putTransactionsValidations: { schema: {
|
|
2196
|
+
method: "put",
|
|
2197
|
+
url: "/finops/v1/transactions/validations",
|
|
2198
|
+
mediaType: "application/json",
|
|
2199
|
+
security: ["HTTPBearer"]
|
|
2200
|
+
} },
|
|
2201
|
+
getTransactionsId: { schema: {
|
|
2202
|
+
method: "get",
|
|
2203
|
+
url: "/finops/v1/transactions/{transaction_id}",
|
|
2204
|
+
security: ["HTTPBearer"]
|
|
2205
|
+
} },
|
|
2206
|
+
patchTransactionsId: { schema: {
|
|
2207
|
+
method: "patch",
|
|
2208
|
+
url: "/finops/v1/transactions/{transaction_id}",
|
|
2209
|
+
mediaType: "application/json",
|
|
2210
|
+
security: ["HTTPBearer"]
|
|
2211
|
+
} },
|
|
2212
|
+
deleteTransactionsId: { schema: {
|
|
2213
|
+
method: "delete",
|
|
2214
|
+
url: "/finops/v1/transactions/{transaction_id}",
|
|
2215
|
+
security: ["HTTPBearer"]
|
|
2216
|
+
} },
|
|
2217
|
+
postTransactionsIdApprove: { schema: {
|
|
2218
|
+
method: "post",
|
|
2219
|
+
url: "/finops/v1/transactions/{transaction_id}/approve",
|
|
2220
|
+
security: ["HTTPBearer"]
|
|
2221
|
+
} },
|
|
2222
|
+
postTransactionsIdCancel: { schema: {
|
|
2223
|
+
method: "post",
|
|
2224
|
+
url: "/finops/v1/transactions/{transaction_id}/cancel",
|
|
2225
|
+
security: ["HTTPBearer"]
|
|
2226
|
+
} },
|
|
2227
|
+
getTransactionsIdExpenseHistory: { schema: {
|
|
2228
|
+
method: "get",
|
|
2229
|
+
url: "/finops/v1/transactions/{transaction_id}/expense_history",
|
|
2230
|
+
security: ["HTTPBearer"]
|
|
2231
|
+
} },
|
|
2232
|
+
postTransactionsIdExpenseHistory: { schema: {
|
|
2233
|
+
method: "post",
|
|
2234
|
+
url: "/finops/v1/transactions/{transaction_id}/expense_history",
|
|
2235
|
+
mediaType: "application/json",
|
|
2236
|
+
security: ["HTTPBearer"]
|
|
2237
|
+
} },
|
|
2238
|
+
postTransactionsIdReject: { schema: {
|
|
2239
|
+
method: "post",
|
|
2240
|
+
url: "/finops/v1/transactions/{transaction_id}/reject",
|
|
2241
|
+
mediaType: "application/json",
|
|
2242
|
+
security: ["HTTPBearer"]
|
|
2243
|
+
} },
|
|
2244
|
+
postTransactionsIdReopen: { schema: {
|
|
2245
|
+
method: "post",
|
|
2246
|
+
url: "/finops/v1/transactions/{transaction_id}/reopen",
|
|
2247
|
+
security: ["HTTPBearer"]
|
|
2248
|
+
} },
|
|
2249
|
+
postTransactionsIdSubmit: { schema: {
|
|
2250
|
+
method: "post",
|
|
2251
|
+
url: "/finops/v1/transactions/{transaction_id}/submit",
|
|
2252
|
+
mediaType: "application/json",
|
|
2253
|
+
security: ["HTTPBearer"]
|
|
2254
|
+
} },
|
|
2255
|
+
postTransactionsIdValidate: { schema: {
|
|
2256
|
+
method: "post",
|
|
2257
|
+
url: "/finops/v1/transactions/{transaction_id}/validate",
|
|
2258
|
+
security: ["HTTPBearer"]
|
|
2259
|
+
} },
|
|
2260
|
+
getVatRates: { schema: {
|
|
2261
|
+
method: "get",
|
|
2262
|
+
url: "/finops/v1/vat-rates",
|
|
2263
|
+
security: ["HTTPBearer"]
|
|
2264
|
+
} },
|
|
2265
|
+
getWebhookDeliveries: { schema: {
|
|
2266
|
+
method: "get",
|
|
2267
|
+
url: "/finops/v1/webhook-deliveries",
|
|
2268
|
+
security: ["HTTPBearer"]
|
|
2269
|
+
} },
|
|
2270
|
+
getWebhookSubscriptions: { schema: {
|
|
2271
|
+
method: "get",
|
|
2272
|
+
url: "/finops/v1/webhook-subscriptions",
|
|
2273
|
+
security: ["HTTPBearer"]
|
|
2274
|
+
} },
|
|
2275
|
+
postWebhookSubscriptions: { schema: {
|
|
2276
|
+
method: "post",
|
|
2277
|
+
url: "/finops/v1/webhook-subscriptions",
|
|
2278
|
+
mediaType: "application/json",
|
|
2279
|
+
security: ["HTTPBearer"]
|
|
2280
|
+
} },
|
|
2281
|
+
getWebhookSubscriptionsId: { schema: {
|
|
2282
|
+
method: "get",
|
|
2283
|
+
url: "/finops/v1/webhook-subscriptions/{webhook_subscription_id}",
|
|
2284
|
+
security: ["HTTPBearer"]
|
|
2285
|
+
} },
|
|
2286
|
+
patchWebhookSubscriptionsId: { schema: {
|
|
2287
|
+
method: "patch",
|
|
2288
|
+
url: "/finops/v1/webhook-subscriptions/{webhook_subscription_id}",
|
|
2289
|
+
mediaType: "application/json",
|
|
2290
|
+
security: ["HTTPBearer"]
|
|
2291
|
+
} },
|
|
2292
|
+
deleteWebhookSubscriptionsId: { schema: {
|
|
2293
|
+
method: "delete",
|
|
2294
|
+
url: "/finops/v1/webhook-subscriptions/{webhook_subscription_id}",
|
|
2295
|
+
security: ["HTTPBearer"]
|
|
2296
|
+
} },
|
|
2297
|
+
postWebhookSubscriptionsIdDisable: { schema: {
|
|
2298
|
+
method: "post",
|
|
2299
|
+
url: "/finops/v1/webhook-subscriptions/{webhook_subscription_id}/disable",
|
|
2300
|
+
security: ["HTTPBearer"]
|
|
2301
|
+
} },
|
|
2302
|
+
postWebhookSubscriptionsIdEnable: { schema: {
|
|
2303
|
+
method: "post",
|
|
2304
|
+
url: "/finops/v1/webhook-subscriptions/{webhook_subscription_id}/enable",
|
|
2305
|
+
security: ["HTTPBearer"]
|
|
2306
|
+
} },
|
|
2307
|
+
postWebhookSubscriptionsIdRegenerateSecret: { schema: {
|
|
2308
|
+
method: "post",
|
|
2309
|
+
url: "/finops/v1/webhook-subscriptions/{webhook_subscription_id}/regenerate-secret",
|
|
2310
|
+
security: ["HTTPBearer"]
|
|
2311
|
+
} }
|
|
170
2312
|
};
|
|
2313
|
+
//#endregion
|
|
2314
|
+
export { e as finopsService };
|