Commit 98bbacf
authored
Submodule api updated 2353 files
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
- package.json+3-5
- src/components/PaymentProviderChip.tsx+19-6
- src/components/RouteWrapper.tsx+1-2
- src/components/analytics/RevenueStreamsBreakdownSection.tsx+19
- src/components/analytics/RevenueStreamsOverviewSection.tsx+395
- src/components/billableMetrics/CustomExpressionDrawer.tsx+2-1
- src/components/creditNote/CreditNoteActions.tsx-272
- src/components/creditNote/CreditNoteActionsLine.tsx+21-20
- src/components/creditNote/CreditNoteFormCalculation.tsx+133-61
- src/components/creditNote/types.ts+2
- src/components/customers/CustomerInvoicesList.tsx+114-72
- src/components/customers/CustomerMainInfos.tsx+168-179
- src/components/customers/CustomerPaymentsList.tsx+148
- src/components/customers/CustomerPaymentsTab.tsx+73
- src/components/customers/__tests__/EditCustomerVatRateDialog.test.tsx+10-10
- src/components/customers/createCustomer/ExternalAppsAccordion/PaymentProvidersAccordion.tsx+80-119
- src/components/designSystem/Filters/FiltersPanelItemTypeSwitch.tsx+4
- src/components/designSystem/Filters/filtersElements/FiltersItemPartiallyPaid.tsx+35
- src/components/designSystem/Filters/types.ts+3
- src/components/designSystem/Filters/utils.ts+11-2
- src/components/designSystem/Status.tsx+2-1
- src/components/designSystem/Table/HorizontalDataTable.tsx+74-37
- src/components/designSystem/__tests__/ButtonLink.test.tsx+4-6
- src/components/designSystem/graphs/MultipleLineChart.tsx+391
- src/components/designSystem/graphs/const.tsx+6
- src/components/designSystem/graphs/fixtures.ts+264
- src/components/emails/DunningEmail.tsx+4-4
- src/components/form/ComboBox/ComboBoxVirtualizedList.tsx+61-58
- src/components/form/ComboBox/ComboboxList.tsx+1-7
- src/components/form/MultipleComboBox/MultipleComboBoxVirtualizedList.tsx+58-51
- src/components/invoices/AddMetadataDrawer.tsx+22-6
- src/components/invoices/InvoiceCreditNoteList.tsx+6-3
- src/components/invoices/InvoiceCustomerInfos.tsx+4
- src/components/invoices/InvoicePaymentList.tsx+158
- src/components/invoices/InvoicesList.tsx+93-30
- src/components/invoices/Metadatas.tsx+34-10
- src/components/invoices/PaymentsList.tsx+227
- src/components/invoices/details/InvoiceDetailsTableFooter.tsx+50-1
- src/components/layouts/FullscreenPage.tsx+9
- src/components/layouts/Integrations.tsx+130
- src/components/settings/dunnings/PreviewCampaignEmailDrawer.tsx+5-2
- src/components/settings/integrations/AnrokIntegrationSettings.tsx+28-98
- src/components/settings/integrations/NetsuiteIntegrationSettings.tsx+50-159
- src/components/settings/integrations/XeroIntegrationSettings.tsx+29-95
- src/components/subscriptions/SubscriptionUsageLifetimeGraph.tsx+171-169
- src/components/wallets/WalletAccordion.tsx+4-2
- src/components/wallets/WalletTransactionListItem/__tests__/index.test.tsx+3-2
- src/core/apolloClient/reactiveVars/locationHistoryVar.ts+3-1
- src/core/constants/externalUrls.ts+8
- src/core/constants/statusInvoiceMapping.ts+44-9
- src/core/constants/tabsOptions.ts+18
- src/core/router/ObjectsRoutes.tsx+19
- src/core/timezone/utils.ts+35-1
- src/generated/graphql.tsx+830-201
- src/hooks/useCreateEditCustomer.ts+1-1
- src/hooks/usePermissions.ts+2
- src/pages/CreateCreditNote.tsx+51-33
- src/pages/CreatePayment.tsx+405
- src/pages/CreditNoteDetails.tsx+4-3
- src/pages/CustomerDetails.tsx+10-10
- src/pages/CustomerDraftInvoicesList.tsx+1-2
- src/pages/CustomerInvoiceDetails.tsx+63-21
- src/pages/CustomerRequestOverduePayment/components/RequestPaymentForm.tsx+4-4
- src/pages/CustomerRequestOverduePayment/index.tsx+2-2
- src/pages/CustomersList.tsx+28-17
- src/pages/InvoiceOverview.tsx+1-3
- src/pages/InvoicesPage.tsx+97-11
- src/pages/PaymentDetails.tsx+543
- src/pages/WalletForm/WalletForm.tsx+1-1
- src/pages/analytics/NewAnalytics.tsx+3-4
- src/pages/analytics/RevenueStreams.tsx+22-1
- src/pages/settings/AdyenIntegrationDetails.tsx+128-289
- src/pages/settings/AdyenIntegrations.tsx+87-209
- src/pages/settings/AnrokIntegrationDetails.tsx+11-50
- src/pages/settings/AnrokIntegrations.tsx+86-206
- src/pages/settings/Authentication/OktaAuthenticationDetails.tsx+22-96
- src/pages/settings/Authentication/components/PropertyListItem.tsx-56
- src/pages/settings/CashfreeIntegrationDetails.tsx+51-140
- src/pages/settings/CashfreeIntegrations.tsx+86-140
- src/pages/settings/GocardlessIntegrationDetails.tsx+127-256
- src/pages/settings/GocardlessIntegrationOauthCallback.tsx+14-59
- src/pages/settings/GocardlessIntegrations.tsx+89-209
- src/pages/settings/HubspotIntegrationDetails.tsx+40-100
- src/pages/settings/HubspotIntegrations.tsx+82-137
- src/pages/settings/Integrations.tsx+29-29
- src/pages/settings/LagoTaxManagementIntegration.tsx+74-162
- src/pages/settings/NetsuiteIntegrationDetails.tsx+11-50
- src/pages/settings/NetsuiteIntegrations.tsx+86-206
- src/pages/settings/SalesforceIntegrationDetails.tsx+39-99
- src/pages/settings/SalesforceIntegrations.tsx+78-133
- src/pages/settings/StripeIntegrationDetails.tsx+50-196
- src/pages/settings/StripeIntegrations.tsx+88-209
- src/pages/settings/XeroIntegrationDetails.tsx+11-50
- src/pages/settings/XeroIntegrations.tsx+87-206
- translations/base.json+58-10
- yarn.lock+232-254
0 commit comments