@maxio-com/self-service 1.9.4 → 1.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -20
- package/dist/maxio-components.cjs.js +1 -1
- package/dist/maxio-components.esm.js +1 -1
- package/dist/maxio-components.esm.js.LICENSE.txt +12 -3
- package/dist/maxio-components.umd.js +1 -1
- package/dist/maxio-components.umd.js.LICENSE.txt +12 -3
- package/package.json +19 -15
- package/typings/packages/address/src/components/SelectField/SelectField.d.ts +3 -3
- package/typings/packages/address/src/containers/Address/Address.d.ts +3 -3
- package/typings/packages/address/src/containers/Address/types.d.ts +2 -2
- package/typings/packages/address/src/machines/address/selectors.d.ts +2 -2
- package/typings/packages/address/src/machines/address/types.d.ts +2 -2
- package/typings/packages/address/src/types.d.ts +2 -2
- package/typings/packages/billing-history/src/App.d.ts +2 -2
- package/typings/packages/billing-history/src/components/BillingHistoryLoader/BillingHistoryLoader.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/Filters.d.ts +3 -3
- package/typings/packages/billing-history/src/components/Filters/components/DateFilter/DateFilter.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/components/FilterBox/FilterBox.d.ts +1 -1
- package/typings/packages/billing-history/src/components/Filters/components/InvoiceNumberFilter/InvoiceNumberFilter.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/components/ProductNameFilter/ProductNameFilter.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/components/StatusFilter/StatusFilter.d.ts +2 -2
- package/typings/packages/billing-history/src/components/InvoicesTable/InvoicesTable.d.ts +2 -2
- package/typings/packages/billing-history/src/components/InvoicesTable/components/IconWIthTooltip.d.ts +3 -3
- package/typings/packages/billing-history/src/components/InvoicesTable/components/NoInvoicesMsg.d.ts +3 -3
- package/typings/packages/billing-history/src/components/InvoicesTable/components/PagesPagination.d.ts +2 -2
- package/typings/packages/billing-history/src/components/InvoicesTable/components/Status.d.ts +2 -2
- package/typings/packages/billing-history/src/containers/BillingHistoryContainer/BillingHistoryContainer.d.ts +2 -2
- package/typings/packages/billing-history/src/containers/FiltersContainer/FiltersContainer.d.ts +2 -2
- package/typings/packages/billing-history/src/containers/ProductsContainer/ProductsContainer.d.ts +2 -2
- package/typings/packages/billing-history/src/machines/billingFilters/actions.d.ts +4 -23
- package/typings/packages/billing-history/src/machines/billingFilters/selectors.d.ts +2 -2
- package/typings/packages/billing-history/src/machines/billingFilters/types.d.ts +11 -11
- package/typings/packages/billing-history/src/machines/billingHistoryData/actions.d.ts +2 -2
- package/typings/packages/billing-history/src/machines/billingHistoryData/selectors.d.ts +2 -2
- package/typings/packages/billing-history/src/machines/billingHistoryData/types.d.ts +5 -5
- package/typings/packages/billing-history/src/machines/filtersOptions/selectors.d.ts +2 -2
- package/typings/packages/billing-history/src/machines/filtersOptions/types.d.ts +3 -3
- package/typings/packages/billing-history/src/models/billingHistory/billingHistory.d.ts +6 -6
- package/typings/packages/billing-history/src/pages/InvoiceDetails/InvoiceDetails.d.ts +2 -2
- package/typings/packages/billing-history/src/providers/GlobalStateProvider.d.ts +2 -2
- package/typings/packages/billing-history/src/types.d.ts +3 -3
- package/typings/packages/custom-fields/src/types.d.ts +2 -2
- package/typings/packages/custom-fields/src/utils/renderField.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.stories.d.ts +10 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Anchor/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.stories.d.ts +10 -0
- package/typings/packages/custom-ui-components/src/components/atoms/BodyText/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.stories.d.ts +23 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/Group.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/index.d.ts +1 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Button/components/index.d.ts +1 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Button/types.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.stories.d.ts +9 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/Column/Column.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/Dropdown.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.stories.d.ts +11 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Heading/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.stories.d.ts +14 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Input/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/InputMessage.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Loader/Loader.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Loader/Loader.stories.d.ts +6 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/Logo.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/Logo.stories.d.ts +6 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/AmericanExpress/AmericanExpress.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Bogus/Bogus.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Discover/Discover.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Master/Master.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Visa/Visa.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/Modal.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/Backdrop.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/Title.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Options/Options.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/Option.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Options/types.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.stories.d.ts +11 -0
- package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/types.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.stories.d.ts +9 -0
- package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/Row/Row.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Select/Select.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/DropdownIcon.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Select/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/SkeletonLoader.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/SubscriptionComponentCard.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/TextArea/TextArea.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/TextArea/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Toggle/Toggle.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Toggle/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/Tooltip.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/Text/Text.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Accordion/Accordion.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Accordion/type.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/Alert.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/TextMessage.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/Title.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Card/Card.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/Body.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Card/types.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/CreditCardAddress.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/type.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/CreditCardHolderDetails.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/type.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/CreditCardNumber.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/type.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/DatePicker.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/FormField/FormField.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/FormField/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/InputLabel.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.stories.d.ts +6 -0
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/type.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/PageHeaderSubtitle.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/type.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/PageHeaderTitle.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/type.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Pagination/Pagination.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Pagination/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Pagination/utils/createPagination.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.stories.d.ts +6 -0
- package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/RadioSelect.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/types.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/RelativeTime.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/Stepper.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/StepHorizontal.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/types.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/StepVertical.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/types.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/SubscriptionHeader.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/SummaryTable.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Tabs/Tabs.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Tabs/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.styles.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/Tag/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/TagInput/TagInput.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/TagInput/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/TimePicker.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/ToastMessage.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/BankAccount.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/Watermark/Watermark.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/CreditCard.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Chip/Chip.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/StatusMsg.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/Watermark.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/DateTimePicker.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/MeteredComponent.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/OnOffComponent.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/PrepaidComponent.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/QuantityComponent.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/organisms/Table/Table.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/SortIndicator.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/TableCell.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableFooter/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/TableHeader.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Table/types.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/docs/Spaces.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/hooks/useKeypress/useKeypress.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/theme/ThemeProvider.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/theme/ThemeUtilities.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/theme/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/themeBase.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/types.d.ts +3 -3
- package/typings/packages/customer-details/src/App.d.ts +2 -2
- package/typings/packages/customer-details/src/components/ContactDetails/ContactDetails.d.ts +2 -2
- package/typings/packages/customer-details/src/components/ContactDetailsForm/ContactDetailsForm.d.ts +3 -3
- package/typings/packages/customer-details/src/components/CustomFields/CustomFields.d.ts +3 -3
- package/typings/packages/customer-details/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +3 -3
- package/typings/packages/customer-details/src/components/CustomerDetailsLoader/CustomerDetailsLoader.d.ts +2 -2
- package/typings/packages/customer-details/src/components/DetailsRow/DetailsRow.d.ts +3 -3
- package/typings/packages/customer-details/src/components/DetailsRow/index.d.ts +1 -2
- package/typings/packages/customer-details/src/components/DetailsSectionLoadingSkeleton/DetailsSectionLoadingSkeleton.d.ts +2 -2
- package/typings/packages/customer-details/src/components/ShippingAddress/ShippingAddress.d.ts +3 -3
- package/typings/packages/customer-details/src/components/ShippingAddressForm/ShippingAddressForm.d.ts +3 -3
- package/typings/packages/customer-details/src/components/index.d.ts +2 -2
- package/typings/packages/customer-details/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +2 -2
- package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/CustomerDetailsContainer.d.ts +2 -2
- package/typings/packages/customer-details/src/index.d.ts +1 -2
- package/typings/packages/customer-details/src/machines/customFields/selectors.d.ts +2 -2
- package/typings/packages/customer-details/src/machines/customFields/types.d.ts +2 -2
- package/typings/packages/customer-details/src/machines/customerData/selectors.d.ts +2 -2
- package/typings/packages/customer-details/src/machines/customerData/types.d.ts +2 -2
- package/typings/packages/customer-details/src/models/customerDetails/types.d.ts +3 -3
- package/typings/packages/customer-details/src/providers/GlobalStateProvider.d.ts +2 -2
- package/typings/packages/customer-details/src/types.d.ts +2 -2
- package/typings/packages/data-access/src/DataAccess.d.ts +1 -1
- package/typings/packages/data-access/src/types/address.d.ts +1 -1
- package/typings/packages/data-access/src/types/addressDetails.d.ts +1 -1
- package/typings/packages/data-access/src/types/componentAllocation.d.ts +5 -5
- package/typings/packages/data-access/src/types/customField.d.ts +2 -2
- package/typings/packages/data-access/src/types/customerDetails.d.ts +1 -1
- package/typings/packages/data-access/src/types/gatewayConfig.d.ts +1 -1
- package/typings/packages/data-access/src/types/index.d.ts +1 -1
- package/typings/packages/data-access/src/types/invoicesList.d.ts +8 -8
- package/typings/packages/data-access/src/types/paymentProfiles.d.ts +5 -5
- package/typings/packages/data-access/src/types/product.d.ts +1 -1
- package/typings/packages/data-access/src/types/productFamily.d.ts +1 -1
- package/typings/packages/data-access/src/types/settings.d.ts +2 -2
- package/typings/packages/data-access/src/types/subscription.d.ts +6 -6
- package/typings/packages/data-access/src/types/subscriptionComponent.d.ts +2 -2
- package/typings/packages/data-access/src/types/subscriptionPaymentProfile.d.ts +1 -1
- package/typings/packages/device-provider/src/components/DeviceProvider/DeviceProvider.d.ts +2 -2
- package/typings/packages/device-provider/src/types.d.ts +1 -1
- package/typings/packages/embeddable-component/src/ComponentLoader/ComponentLoader.d.ts +1 -1
- package/typings/packages/embeddable-component/src/SessionGuard/SessionGuard.d.ts +2 -2
- package/typings/packages/embeddable-component/src/hooks/types.d.ts +3 -3
- package/typings/packages/embeddable-component/src/types.d.ts +1 -1
- package/typings/packages/formatters/src/formatBillingInterval.d.ts +1 -1
- package/typings/packages/formatters/src/formatCurrency.d.ts +1 -1
- package/typings/packages/icons/src/Icon.d.ts +2 -2
- package/typings/packages/icons/src/types.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CardExpiration/CardExpiration.d.ts +3 -3
- package/typings/packages/payments-sdk/src/components/CardNumber/CardNumber.d.ts +3 -3
- package/typings/packages/payments-sdk/src/components/CreditCard/CreditCard.d.ts +3 -3
- package/typings/packages/payments-sdk/src/components/CreditCard/components/FourDigit/FourDigit.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CreditCard/components/ThreeDigit/ThreeDigit.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/TooltipContent.d.ts +3 -3
- package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/types.d.ts +1 -1
- package/typings/packages/payments-sdk/src/components/CreditCard/types.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/HostedField/HostedField.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/InputSocket/InputSocket.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/PaymentProfileSkeleton/PaymentProfileSkeleton.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/SecurityCode/SecurityCode.d.ts +3 -3
- package/typings/packages/payments-sdk/src/containers/PaymentsContainer/PaymentsContainer.d.ts +1 -1
- package/typings/packages/payments-sdk/src/forms/CreditCard/CreditCard.d.ts +3 -3
- package/typings/packages/payments-sdk/src/forms/CreditCard/index.d.ts +1 -2
- package/typings/packages/payments-sdk/src/forms/CreditCard/types.d.ts +1 -1
- package/typings/packages/payments-sdk/src/forms/PaymentProfile/PaymentProfile.d.ts +4 -4
- package/typings/packages/payments-sdk/src/types.d.ts +4 -4
- package/typings/packages/session-manager/src/SessionManager/SessionManager.d.ts +2 -1
- package/typings/packages/session-manager/src/SessionManager/types.d.ts +4 -3
- package/typings/packages/subscriptions-manager/src/App.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentGroup/ComponentGroup.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/ComponentsAllocationEdit.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/ComponentsAllocationEditSkeleton/ComponentsAllocationEditSkeleton.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/ComponentsAllocationPreview.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/components/AllocationsTable/AllocationsTable.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/getAllocationSummaryPaymentMessage.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapAllocationsToTable.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapChargeSummaryToTable.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/ComponentsPreview.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/ComponentsPreviewRow.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/types.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createComponentsPreviewRow.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/renderPrice.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ContentLoader/ContentLoader.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/CouponsList/CouponsList.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/CouponsList/components/CouponListItem.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/CustomFieldsPreview.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/CustomFieldsLoadingSkeleton/CustomFieldsLoadingSkeleton.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/DetailsRow/DetailsRow.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/DetailsRow/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/PaymentProfiles.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/PaymentsProfilesHeader.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesSkeletonLoader/PaymentProfilesSkeletonLoader.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/utils.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/PaymentProfilesReplace.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/ExpitredStatus.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/PaymentProfileItem.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/Label.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/PaymentProfilesReplaceAlerts.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanChangeAlerts/PlanChangeAlerts.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/PlanChangeSummary.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/NonProratedColumns.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/ProratedColumns.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/PlanChangeSummaryCharges.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/utils/mapChargeSummaryToTable.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/PlanRadio.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Price/Price.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Status/Status.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ShowMore/ShowMore.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/Subscription/Subscription.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/Subscription/types.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/SubscriptionComponents.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/ComponentLoadingSkeleton/ComponentLoadingSkeleton.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/types.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/SubscriptionDetails.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Active/Active.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Canceled/Canceled.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/CancellationScheduled/CancellationScheduled.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/DetailRow.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Expired/Expired.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Notification/Notification.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/OnHold/OnHold.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PastDue/PastDue.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PlanChangeScheduled/PlanChangeScheduled.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Trial/Trial.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/TrialExpired/TrialExpired.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Unpaid/Unpaid.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/SubscriptionManagerLoader.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionReferalCode/SubscriptionReferalCode.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/BilingDetailsContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/ChangePlanContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/ComponentContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/ComponentsAllocationContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/ComponentsContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/CouponsContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/CreatePaymentProfileContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/CreatePaymentProfileErrorContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/ModalsContainer.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/PaymentProfileContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/PaymentProfilesContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/PreviewProductMigrationContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/ReplacePaymentProfilesContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/SubscriptionContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/SubscriptionsContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/index.d.ts +13 -14
- package/typings/packages/subscriptions-manager/src/contexts/PaymentProfilesContext.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useAddonsConfigurationService.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useAvailablePaymentMethods.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useChangePaymentProfile.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useCoupons.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/serializeErrors.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/useCreatePaymentProfile.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useDeletePaymentProfile.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useFormatSubscriptionDetails.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/hooks/usePauseSubscriptionService.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useResumeSubscriptionService.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useSubscriptionStatus.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useThreeDs.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/actions.d.ts +2 -4
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/types.d.ts +15 -15
- package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/types.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/types.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/changePlan/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/changePlan/types.d.ts +9 -9
- package/typings/packages/subscriptions-manager/src/machines/component/types.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUpdatesAllowed.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUsedInBilling.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/components/types.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/coupons/types.d.ts +11 -11
- package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/actions.d.ts +4 -15
- package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/types.d.ts +11 -11
- package/typings/packages/subscriptions-manager/src/machines/customFields/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/customFields/types.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/types.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/modals/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/modals/types.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/types.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/paymentGateway/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/paymentGateway/types.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/actions.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/types.d.ts +8 -8
- package/typings/packages/subscriptions-manager/src/machines/productCatalog/actions.d.ts +1 -3
- package/typings/packages/subscriptions-manager/src/machines/productCatalog/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/productCatalog/types.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/types.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/types.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/machines/subscription/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/subscription/types.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/actions.d.ts +3 -135
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/types.d.ts +11 -11
- package/typings/packages/subscriptions-manager/src/machines/threeDs/types.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/undoCancelation/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/undoCancelation/types.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/AddCoupon.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/components/CouponSummary.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/CancelSubscription.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/ChurnReasonCodes.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Form/Form.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/types.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/ChangePaymentMethod.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/ChangeSubscriptionPlan.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/ComponentsAllocation.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/CreatePaymentProfile.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/DeletePaymentMethod.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/ErrorList.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/PauseSubscription.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/BillingAddress/BillingAddress.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/DetailsRow.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/PreviewPaymentMethod.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/ReactivateSubscription.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/ResumeSubscription.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/utils.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/ThreeDsConfirmation.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/UndoCancelation.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/index.d.ts +13 -14
- package/typings/packages/subscriptions-manager/src/modals/setupTest/modalTestRenderer.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/models/component/types.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/models/paymentProfile/types.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/models/subscription/index.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/models/subscription/types.d.ts +8 -8
- package/typings/packages/subscriptions-manager/src/pages/ComponentsAllocation/ComponentsAllocation.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/CustomFields/CustomFields.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/PaymentProfiles/PaymentProfiles.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/Subscription/Subscription.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/SubscriptionsList.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/providers/PaymentProfilesProvider.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/providers/StateProvider.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/types.d.ts +4 -4
- package/typings/packages/toasts/src/ToastsPlayground.d.ts +2 -2
- package/typings/packages/toasts/src/containers/ToastsContainer/ToastsContainer.d.ts +2 -2
- package/typings/packages/toasts/src/machines/toast/types.d.ts +3 -3
- package/typings/packages/toasts/src/machines/toasts/types.d.ts +5 -5
- package/typings/packages/toasts/src/types.d.ts +2 -2
- package/typings/sdk/components-sdk/src/SDK.d.ts +2 -1
- package/typings/sdk/components-sdk/src/types.d.ts +2 -2
- package/typings/sdk/components-sdk/src/utils/createComponentFactory.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SubscriptionPaymentProfile } from './subscriptionPaymentProfile';
|
|
2
|
-
export
|
|
2
|
+
export type Subscription = {
|
|
3
3
|
id: number;
|
|
4
4
|
product_family_id: number;
|
|
5
5
|
state: string;
|
|
@@ -28,14 +28,14 @@ export declare type Subscription = {
|
|
|
28
28
|
visible: boolean;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
export
|
|
32
|
-
export
|
|
31
|
+
export type SubscriptionResumptionCharge = 'prorated' | 'immediate' | 'delayed';
|
|
32
|
+
export type ChurnReason = {
|
|
33
33
|
id: number;
|
|
34
34
|
code: string;
|
|
35
35
|
description: string;
|
|
36
36
|
position: number;
|
|
37
37
|
};
|
|
38
|
-
export
|
|
38
|
+
export type SubscriptionProduct = {
|
|
39
39
|
id: number;
|
|
40
40
|
name: string;
|
|
41
41
|
price_in_cents: number;
|
|
@@ -45,13 +45,13 @@ export declare type SubscriptionProduct = {
|
|
|
45
45
|
trial_interval: string | null;
|
|
46
46
|
trial_interval_unit: string | null;
|
|
47
47
|
};
|
|
48
|
-
export
|
|
48
|
+
export type Coupon = {
|
|
49
49
|
amount_in_cents: number;
|
|
50
50
|
code: string;
|
|
51
51
|
expires_at: string;
|
|
52
52
|
recurring: boolean;
|
|
53
53
|
percentage: number;
|
|
54
54
|
};
|
|
55
|
-
export
|
|
55
|
+
export type SubscriptionWithCoupon = Subscription & {
|
|
56
56
|
coupons: Coupon[];
|
|
57
57
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type SubscriptionComponentPriceStep = {
|
|
2
2
|
id: number;
|
|
3
3
|
starting_quantity: number;
|
|
4
4
|
ending_quantity: number;
|
|
5
5
|
price_in_cents: number;
|
|
6
6
|
currency: string;
|
|
7
7
|
};
|
|
8
|
-
export
|
|
8
|
+
export type SubscriptionComponent = {
|
|
9
9
|
id: number;
|
|
10
10
|
name: string;
|
|
11
11
|
type: 'metered' | 'quantity' | 'on_off' | 'prepaid';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Address } from './address';
|
|
2
2
|
import { BankAccount, CreditCard } from './paymentProfiles';
|
|
3
|
-
export
|
|
3
|
+
export type SubscriptionPaymentProfile = {
|
|
4
4
|
bank_account: null | BankAccount;
|
|
5
5
|
credit_card: null | CreditCard;
|
|
6
6
|
address: Address;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export
|
|
2
|
+
export type DeviceProviderProps = {
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
tabletMinWidth: string;
|
|
5
5
|
desktopMinWidth: string;
|
|
6
6
|
};
|
|
7
|
-
declare const DeviceProvider: ({ children, tabletMinWidth, desktopMinWidth, }: DeviceProviderProps) => JSX.Element;
|
|
7
|
+
declare const DeviceProvider: ({ children, tabletMinWidth, desktopMinWidth, }: DeviceProviderProps) => React.JSX.Element;
|
|
8
8
|
export default DeviceProvider;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type Device = 'mobile' | 'tablet' | 'desktop';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SessionManager } from "../../../session-manager/src";
|
|
3
|
-
export
|
|
3
|
+
export type SessionGuardProps = {
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
sessionManager: SessionManager;
|
|
6
6
|
};
|
|
7
7
|
export declare const SessionContext: React.Context<{
|
|
8
8
|
sessionInitialized: boolean;
|
|
9
9
|
}>;
|
|
10
|
-
declare const SessionGuard: ({ children, sessionManager }: SessionGuardProps) => JSX.Element;
|
|
10
|
+
declare const SessionGuard: ({ children, sessionManager }: SessionGuardProps) => React.JSX.Element;
|
|
11
11
|
export default SessionGuard;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type SubscriptionScopes = 'subscription:pause' | 'subscription:resume' | 'subscription:cancel-immediate' | 'subscription:cancel-delayed' | 'subscription:cancel-scheduled' | 'subscription:reactivate' | 'subscription:plan-change';
|
|
2
2
|
export interface ComponentSettings {
|
|
3
3
|
componentsAllocation: {
|
|
4
4
|
visible: boolean;
|
|
@@ -17,8 +17,8 @@ export interface ComponentSettings {
|
|
|
17
17
|
};
|
|
18
18
|
billingHistory: Record<string, unknown>;
|
|
19
19
|
}
|
|
20
|
-
export
|
|
21
|
-
export
|
|
20
|
+
export type ComponentsSettingsKeys = keyof ComponentSettings;
|
|
21
|
+
export type MergedSettings<T extends {
|
|
22
22
|
[K in ComponentsSettingsKeys]?: T[K];
|
|
23
23
|
}> = {
|
|
24
24
|
[K in ComponentsSettingsKeys]: T[K] & ComponentSettings[K];
|
|
@@ -27,5 +27,5 @@ export declare const CURRENCY_MAP: {
|
|
|
27
27
|
readonly SAR: "ر.س";
|
|
28
28
|
readonly ILS: "₪";
|
|
29
29
|
};
|
|
30
|
-
export
|
|
30
|
+
export type Currency = keyof typeof CURRENCY_MAP;
|
|
31
31
|
export declare const formatCurrency: (currency: Currency, value: number, locale?: string) => string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { IconProps } from './types';
|
|
3
|
-
declare const Icon: ({ fill, type, size, onClick }: IconProps) => JSX.Element;
|
|
3
|
+
declare const Icon: ({ fill, type, size, onClick }: IconProps) => React.JSX.Element;
|
|
4
4
|
export default Icon;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import HostedField from '../HostedField';
|
|
3
|
-
|
|
3
|
+
type CardExpirationProps = {
|
|
4
4
|
monthHtmlElementId?: string;
|
|
5
5
|
yearHtmlElementId?: string;
|
|
6
6
|
} & ComponentProps<typeof HostedField>;
|
|
7
|
-
declare const CardExpiration: ({ label, hasError, required, monthHtmlElementId, yearHtmlElementId, }: CardExpirationProps) => JSX.Element;
|
|
7
|
+
declare const CardExpiration: ({ label, hasError, required, monthHtmlElementId, yearHtmlElementId, }: CardExpirationProps) => React.JSX.Element;
|
|
8
8
|
export default CardExpiration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import HostedField from '../HostedField';
|
|
3
|
-
|
|
3
|
+
type CardNumberProps = {
|
|
4
4
|
htmlElementId?: string;
|
|
5
5
|
} & ComponentProps<typeof HostedField>;
|
|
6
|
-
declare const CardNumber: ({ htmlElementId, label, required, hasError, }: CardNumberProps) => JSX.Element;
|
|
6
|
+
declare const CardNumber: ({ htmlElementId, label, required, hasError, }: CardNumberProps) => React.JSX.Element;
|
|
7
7
|
export default CardNumber;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { CreditCardType } from "../../../../custom-ui-components/src";
|
|
3
3
|
import { FieldsLabels, CardSize } from './types';
|
|
4
|
-
|
|
4
|
+
type CreditCardProps = {
|
|
5
5
|
requiredFields?: string[];
|
|
6
6
|
labels: FieldsLabels;
|
|
7
7
|
size?: CardSize;
|
|
8
8
|
errors?: string[];
|
|
9
9
|
type?: CreditCardType;
|
|
10
10
|
};
|
|
11
|
-
declare const CreditCard: ({ requiredFields, errors, labels, size, type, }: CreditCardProps) => JSX.Element;
|
|
11
|
+
declare const CreditCard: ({ requiredFields, errors, labels, size, type, }: CreditCardProps) => React.JSX.Element;
|
|
12
12
|
export default CreditCard;
|
package/typings/packages/payments-sdk/src/components/CreditCard/components/FourDigit/FourDigit.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const FourDigit: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const FourDigit: () => React.JSX.Element;
|
|
3
3
|
export default FourDigit;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const ThreeDigit: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const ThreeDigit: () => React.JSX.Element;
|
|
3
3
|
export default ThreeDigit;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { FieldsLabels } from './types';
|
|
3
|
-
|
|
3
|
+
type TooltipContentProps = {
|
|
4
4
|
labels: FieldsLabels;
|
|
5
5
|
};
|
|
6
|
-
declare const TooltipContent: ({ labels }: TooltipContentProps) => JSX.Element;
|
|
6
|
+
declare const TooltipContent: ({ labels }: TooltipContentProps) => React.JSX.Element;
|
|
7
7
|
export default TooltipContent;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type FieldsLabels = {
|
|
2
2
|
cardNumber: string;
|
|
3
3
|
securityCode: string;
|
|
4
4
|
expirationDate: string;
|
|
5
5
|
threeDigitTooltip: string;
|
|
6
6
|
fourDigitTooltip: string;
|
|
7
7
|
};
|
|
8
|
-
export
|
|
8
|
+
export type CardSize = 'small' | 'regular';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TooltipProps } from "../../../../custom-ui-components/src";
|
|
3
|
-
export
|
|
3
|
+
export type HostedFieldProps = {
|
|
4
4
|
children?: React.ReactNode;
|
|
5
5
|
label: string;
|
|
6
6
|
required?: boolean;
|
|
7
7
|
hasError?: boolean;
|
|
8
8
|
tooltip?: Omit<TooltipProps, 'children'>;
|
|
9
9
|
};
|
|
10
|
-
declare const HostedField: ({ label, required, tooltip, children, }: HostedFieldProps) => JSX.Element;
|
|
10
|
+
declare const HostedField: ({ label, required, tooltip, children, }: HostedFieldProps) => React.JSX.Element;
|
|
11
11
|
export default HostedField;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
type InputSocketProps = {
|
|
3
3
|
children?: React.ReactNode;
|
|
4
4
|
id?: string;
|
|
5
5
|
hasError?: boolean;
|
|
6
6
|
};
|
|
7
|
-
declare const InputSocket: ({ id, children, hasError }: InputSocketProps) => JSX.Element;
|
|
7
|
+
declare const InputSocket: ({ id, children, hasError }: InputSocketProps) => React.JSX.Element;
|
|
8
8
|
export default InputSocket;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const PaymentProfileSkeleton: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const PaymentProfileSkeleton: () => React.JSX.Element;
|
|
3
3
|
export default PaymentProfileSkeleton;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import HostedField from '../HostedField';
|
|
3
|
-
|
|
3
|
+
type SecurityCodeProps = {
|
|
4
4
|
htmlElementId?: string;
|
|
5
5
|
} & ComponentProps<typeof HostedField>;
|
|
6
|
-
declare const SecurityCode: ({ label, required, htmlElementId, hasError, tooltip, }: SecurityCodeProps) => JSX.Element;
|
|
6
|
+
declare const SecurityCode: ({ label, required, htmlElementId, hasError, tooltip, }: SecurityCodeProps) => React.JSX.Element;
|
|
7
7
|
export default SecurityCode;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { CardSize } from '../../components';
|
|
3
3
|
import { PaymentsFormConfig, CreditCardFields } from '../../types';
|
|
4
4
|
import { CreditCardFormTranslations } from './types';
|
|
5
|
-
export
|
|
5
|
+
export type CreditCardFormProps = {
|
|
6
6
|
config: PaymentsFormConfig;
|
|
7
7
|
values: CreditCardFields;
|
|
8
8
|
requiredFields?: string[];
|
|
@@ -17,5 +17,5 @@ export declare type CreditCardFormProps = {
|
|
|
17
17
|
translations?: CreditCardFormTranslations;
|
|
18
18
|
isOnMobileDevice?: boolean;
|
|
19
19
|
};
|
|
20
|
-
declare const CreditCardForm: ({ values, onValidateField, onChange, useThreeDSecure, errors, config, creditCardSize, isOnMobileDevice, requiredFields, hostedFieldsErrors, translations, }: CreditCardFormProps) => JSX.Element;
|
|
20
|
+
declare const CreditCardForm: ({ values, onValidateField, onChange, useThreeDSecure, errors, config, creditCardSize, isOnMobileDevice, requiredFields, hostedFieldsErrors, translations, }: CreditCardFormProps) => React.JSX.Element;
|
|
21
21
|
export default CreditCardForm;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import CreditCard from './CreditCard';
|
|
2
1
|
import type { CreditCardFormTranslations } from './types';
|
|
3
2
|
import { createCreditCardValidationSchema } from './utils';
|
|
4
|
-
export default CreditCard;
|
|
3
|
+
export { default as CreditCard } from './CreditCard';
|
|
5
4
|
export type { CreditCardFormTranslations };
|
|
6
5
|
export { createCreditCardValidationSchema };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { AddressFields } from "../../../../address/src";
|
|
3
3
|
import { PaymentsFormConfig, CreditCardFields } from '../../types';
|
|
4
|
-
|
|
4
|
+
type PaymentProfileProps = {
|
|
5
5
|
paymentMethodType?: 'creditCard' | 'bankAccount';
|
|
6
6
|
useThreeDSecure?: boolean;
|
|
7
7
|
formElementId?: string;
|
|
@@ -24,7 +24,7 @@ declare type PaymentProfileProps = {
|
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
declare const PaymentProfile: {
|
|
27
|
-
({ paymentMethodType, requiredFields, useThreeDSecure, formElementId, onUpdateField, onValidateField, billingAddress, paymentMethod, config, }: PaymentProfileProps): JSX.Element;
|
|
28
|
-
LoadingSkeleton: () => JSX.Element;
|
|
27
|
+
({ paymentMethodType, requiredFields, useThreeDSecure, formElementId, onUpdateField, onValidateField, billingAddress, paymentMethod, config, }: PaymentProfileProps): React.JSX.Element;
|
|
28
|
+
LoadingSkeleton: () => React.JSX.Element;
|
|
29
29
|
};
|
|
30
30
|
export default PaymentProfile;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type TokenizationError = {
|
|
2
2
|
invalidFields?: string[];
|
|
3
3
|
errors?: string | string[];
|
|
4
4
|
status?: number;
|
|
@@ -11,12 +11,12 @@ export interface PaymentsSDK {
|
|
|
11
11
|
export interface PaymentsSDKConstructable {
|
|
12
12
|
new (): PaymentsSDK;
|
|
13
13
|
}
|
|
14
|
-
export
|
|
14
|
+
export type PaymentsFormConfig = {
|
|
15
15
|
securityToken: string | null;
|
|
16
16
|
publicKey: string | null;
|
|
17
17
|
serverHost: string | null;
|
|
18
18
|
};
|
|
19
|
-
export
|
|
19
|
+
export type CreditCardFields = {
|
|
20
20
|
firstName: string;
|
|
21
21
|
lastName: string;
|
|
22
22
|
};
|
|
@@ -26,4 +26,4 @@ export declare enum CreditCardPCIFields {
|
|
|
26
26
|
ExpirationMonth = "month",
|
|
27
27
|
ExpirationYear = "year"
|
|
28
28
|
}
|
|
29
|
-
export
|
|
29
|
+
export type DetectedCardType = 'american-express' | 'default' | 'diners' | 'diners-club' | 'discover' | 'jcb' | 'maestro' | 'mastercard' | 'visa';
|
|
@@ -3,6 +3,7 @@ import { SessionManagerParameters, SessionState } from './types';
|
|
|
3
3
|
declare class SessionManager {
|
|
4
4
|
private accessTokenUrl;
|
|
5
5
|
private onAuthenticationRequest;
|
|
6
|
+
private onAuthenticationRequestAsync;
|
|
6
7
|
private token;
|
|
7
8
|
private expDate;
|
|
8
9
|
private iatDate;
|
|
@@ -17,7 +18,7 @@ declare class SessionManager {
|
|
|
17
18
|
private managerInitializing;
|
|
18
19
|
private logger;
|
|
19
20
|
private subscriptions;
|
|
20
|
-
constructor({ accessTokenUrl, onAuthenticationRequest, intervalInMilliseconds, maxRetryNumber, }: SessionManagerParameters);
|
|
21
|
+
constructor({ accessTokenUrl, onAuthenticationRequest, onAuthenticationRequestAsync, intervalInMilliseconds, maxRetryNumber, }: SessionManagerParameters);
|
|
21
22
|
initialize(): void;
|
|
22
23
|
private authenticateUser;
|
|
23
24
|
private notifySubscribers;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type SessionManagerParameters = {
|
|
2
2
|
accessTokenUrl: string;
|
|
3
3
|
onAuthenticationRequest?: () => {};
|
|
4
|
+
onAuthenticationRequestAsync?: () => Promise<Record<string, string>>;
|
|
4
5
|
intervalInMilliseconds?: number;
|
|
5
6
|
maxRetryNumber?: number;
|
|
6
7
|
};
|
|
7
|
-
export
|
|
8
|
+
export type SessionState = {
|
|
8
9
|
isInitialized: boolean;
|
|
9
10
|
isTokenValid: boolean;
|
|
10
11
|
};
|
|
11
|
-
export
|
|
12
|
+
export type SessionSubscriber = {
|
|
12
13
|
id: number;
|
|
13
14
|
callback: (session: SessionState) => void;
|
|
14
15
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { ComponentSettings } from './types';
|
|
3
|
-
declare const App: ({ subscription, paymentProfile, componentsAllocation, }: ComponentSettings) => JSX.Element;
|
|
3
|
+
declare const App: ({ subscription, paymentProfile, componentsAllocation, }: ComponentSettings) => React.JSX.Element;
|
|
4
4
|
export default App;
|
package/typings/packages/subscriptions-manager/src/components/ComponentGroup/ComponentGroup.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { SubscriptionComponent } from '../SubscriptionComponents/types';
|
|
3
|
-
|
|
3
|
+
type Props = {
|
|
4
4
|
components: SubscriptionComponent[];
|
|
5
5
|
renderInCard?: boolean;
|
|
6
6
|
subscriptionIsActive?: boolean;
|
|
7
7
|
};
|
|
8
|
-
export declare const ComponentGroup: ({ components, renderInCard }: Props) => JSX.Element;
|
|
8
|
+
export declare const ComponentGroup: ({ components, renderInCard }: Props) => React.JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Allocation, SerializedComponent, AllocationsError } from '../../machines';
|
|
3
|
-
export
|
|
3
|
+
export type ComponentsAllocationEditProps = {
|
|
4
4
|
components: SerializedComponent[];
|
|
5
5
|
errors?: AllocationsError[];
|
|
6
6
|
onUpdateAllocation: (allocation: Allocation) => void;
|
|
7
7
|
};
|
|
8
8
|
declare const ComponentsAllocationEdit: {
|
|
9
|
-
({ components, errors, onUpdateAllocation, }: ComponentsAllocationEditProps): JSX.Element;
|
|
10
|
-
LoadingSkeleton: () => JSX.Element;
|
|
9
|
+
({ components, errors, onUpdateAllocation, }: ComponentsAllocationEditProps): React.JSX.Element;
|
|
10
|
+
LoadingSkeleton: () => React.JSX.Element;
|
|
11
11
|
};
|
|
12
12
|
export default ComponentsAllocationEdit;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const ComponentsAllocationEditSkeleton: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const ComponentsAllocationEditSkeleton: () => React.JSX.Element;
|
|
3
3
|
export default ComponentsAllocationEditSkeleton;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { AllocationsPreview, SerializedComponent } from '../../machines';
|
|
3
|
-
export
|
|
3
|
+
export type ComponentsAllocationPreviewProps = {
|
|
4
4
|
allocationsPreview: AllocationsPreview;
|
|
5
5
|
components: SerializedComponent[];
|
|
6
6
|
};
|
|
7
|
-
declare const ComponentsAllocationPreview: ({ allocationsPreview, components, }: ComponentsAllocationPreviewProps) => JSX.Element;
|
|
7
|
+
declare const ComponentsAllocationPreview: ({ allocationsPreview, components, }: ComponentsAllocationPreviewProps) => React.JSX.Element;
|
|
8
8
|
export default ComponentsAllocationPreview;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Currency } from "../../../../../../formatters/src";
|
|
3
3
|
import { AllocationDetails } from '../../../../machines/addOnsConfiguration/types';
|
|
4
|
-
export
|
|
4
|
+
export type AllocationsTableProps = {
|
|
5
5
|
heading: string;
|
|
6
6
|
componentsAllocations: AllocationDetails[];
|
|
7
7
|
currency: Currency;
|
|
8
8
|
};
|
|
9
|
-
declare const AllocationsTable: ({ heading, componentsAllocations, currency, }: AllocationsTableProps) => JSX.Element;
|
|
9
|
+
declare const AllocationsTable: ({ heading, componentsAllocations, currency, }: AllocationsTableProps) => React.JSX.Element;
|
|
10
10
|
export default AllocationsTable;
|
|
@@ -2,7 +2,7 @@ import { TFunction } from 'react-i18next';
|
|
|
2
2
|
import { SummaryTableRows } from "../../../../../custom-ui-components/src";
|
|
3
3
|
import { Currency } from "../../../../../formatters/src";
|
|
4
4
|
import { AllocationDetails } from '../../../machines/addOnsConfiguration/types';
|
|
5
|
-
|
|
5
|
+
type Params = {
|
|
6
6
|
componentsAllocations: AllocationDetails[];
|
|
7
7
|
t: TFunction<'subscriptions-manager'[]>;
|
|
8
8
|
language: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TFunction } from 'react-i18next';
|
|
2
2
|
import { SummaryTableRows } from "../../../../../custom-ui-components/src";
|
|
3
3
|
import { AllocationsPreview } from '../../../machines';
|
|
4
|
-
|
|
4
|
+
type Params = {
|
|
5
5
|
allocationsPreview: AllocationsPreview;
|
|
6
6
|
t: TFunction<'subscriptions-manager'[]>;
|
|
7
7
|
language: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { ComponentPreview } from './types';
|
|
3
|
-
|
|
3
|
+
type Props = {
|
|
4
4
|
rows: ComponentPreview[];
|
|
5
5
|
};
|
|
6
|
-
declare const ComponentsPreview: ({ rows }: Props) => JSX.Element;
|
|
6
|
+
declare const ComponentsPreview: ({ rows }: Props) => React.JSX.Element;
|
|
7
7
|
export default ComponentsPreview;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { ComponentPreview } from '../../types';
|
|
3
|
-
export
|
|
3
|
+
export type Props = {
|
|
4
4
|
row: ComponentPreview;
|
|
5
5
|
};
|
|
6
|
-
declare const ComponentsPreviewRow: ({ row }: Props) => JSX.Element;
|
|
6
|
+
declare const ComponentsPreviewRow: ({ row }: Props) => React.JSX.Element;
|
|
7
7
|
export default ComponentsPreviewRow;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Allocation, SerializedComponent, AllocationsError } from '../../../machines';
|
|
2
2
|
import { ComponentPreview } from '../types';
|
|
3
|
-
|
|
3
|
+
type ComponentsRow = {
|
|
4
4
|
onOff: ComponentPreview[];
|
|
5
5
|
quantity: ComponentPreview[];
|
|
6
6
|
};
|
|
7
|
-
|
|
7
|
+
type ComponentsPreviewRow = {
|
|
8
8
|
recurring: ComponentsRow;
|
|
9
9
|
oneTime: Pick<ComponentsRow, 'quantity'>;
|
|
10
10
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { SerializedPrice } from '../../../machines';
|
|
3
|
-
export declare const renderPrice: (price: SerializedPrice, locale: string) => JSX.Element;
|
|
3
|
+
export declare const renderPrice: (price: SerializedPrice, locale: string) => React.JSX.Element;
|
package/typings/packages/subscriptions-manager/src/components/ContentLoader/ContentLoader.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export
|
|
2
|
+
export type ContentLoaderProps = {
|
|
3
3
|
isLoading: boolean;
|
|
4
4
|
loadingError: boolean;
|
|
5
5
|
contentReady: boolean;
|
|
@@ -7,5 +7,5 @@ export declare type ContentLoaderProps = {
|
|
|
7
7
|
onReinitialize: () => void;
|
|
8
8
|
children: React.ReactNode;
|
|
9
9
|
};
|
|
10
|
-
declare const ContentLoader: ({ isLoading, loadingError, contentReady, errorMessage, onReinitialize, children, }: ContentLoaderProps) => JSX.Element;
|
|
10
|
+
declare const ContentLoader: ({ isLoading, loadingError, contentReady, errorMessage, onReinitialize, children, }: ContentLoaderProps) => React.JSX.Element;
|
|
11
11
|
export default ContentLoader;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type Props = {
|
|
3
3
|
coupons: {
|
|
4
4
|
code: string;
|
|
5
5
|
value: string;
|
|
6
6
|
description: string;
|
|
7
7
|
}[];
|
|
8
8
|
};
|
|
9
|
-
export declare const CouponsList: ({ coupons }: Props) => JSX.Element;
|
|
9
|
+
export declare const CouponsList: ({ coupons }: Props) => React.JSX.Element;
|
|
10
10
|
export {};
|