@maxio-com/self-service 1.7.2 → 1.7.3

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.
Files changed (1198) hide show
  1. package/README.md +36 -1
  2. package/dist/maxio-components.esm.js +16460 -1
  3. package/package.json +2 -2
  4. package/typings/packages/address/index.d.ts +1 -1
  5. package/typings/packages/address/src/components/SelectField/SelectField.d.ts +17 -18
  6. package/typings/packages/address/src/components/SelectField/SelectField.styles.d.ts +5 -5
  7. package/typings/packages/address/src/components/SelectField/index.d.ts +2 -2
  8. package/typings/packages/address/src/components/index.d.ts +2 -2
  9. package/typings/packages/address/src/constants.d.ts +4 -4
  10. package/typings/packages/address/src/containers/Address/Address.d.ts +15 -16
  11. package/typings/packages/address/src/containers/Address/index.d.ts +4 -4
  12. package/typings/packages/address/src/containers/Address/translations.d.ts +2 -2
  13. package/typings/packages/address/src/containers/Address/types.d.ts +43 -43
  14. package/typings/packages/address/src/containers/Address/utils.ts/formatOptions.d.ts +5 -5
  15. package/typings/packages/address/src/containers/Address/utils.ts/index.d.ts +2 -2
  16. package/typings/packages/address/src/containers/index.d.ts +4 -4
  17. package/typings/packages/address/src/hooks/index.d.ts +2 -2
  18. package/typings/packages/address/src/hooks/useFormatAddress.d.ts +2 -2
  19. package/typings/packages/address/src/index.d.ts +9 -9
  20. package/typings/packages/address/src/machines/address/address.d.ts +7 -7
  21. package/typings/packages/address/src/machines/address/index.d.ts +3 -3
  22. package/typings/packages/address/src/machines/address/selectors.d.ts +24 -24
  23. package/typings/packages/address/src/machines/address/types.d.ts +11 -11
  24. package/typings/packages/address/src/machines/index.d.ts +2 -2
  25. package/typings/packages/address/src/types.d.ts +9 -9
  26. package/typings/packages/address/src/utils/createValidationSchema.d.ts +17 -17
  27. package/typings/packages/address/src/utils/index.d.ts +2 -2
  28. package/typings/packages/billing-history/index.d.ts +1 -1
  29. package/typings/packages/billing-history/src/App.d.ts +3 -4
  30. package/typings/packages/billing-history/src/BillingHistory.d.ts +7 -7
  31. package/typings/packages/billing-history/src/components/BillingHistoryLoader/BillingHistoryLoader.d.ts +2 -3
  32. package/typings/packages/billing-history/src/components/BillingHistoryLoader/BillingHistoryLoader.styles.d.ts +2 -2
  33. package/typings/packages/billing-history/src/components/BillingHistoryLoader/index.d.ts +2 -2
  34. package/typings/packages/billing-history/src/components/Filters/Filters.d.ts +17 -18
  35. package/typings/packages/billing-history/src/components/Filters/Filters.styles.d.ts +3 -3
  36. package/typings/packages/billing-history/src/components/Filters/components/DateFilter/DateFilter.d.ts +10 -10
  37. package/typings/packages/billing-history/src/components/Filters/components/DateFilter/DateFilter.styles.d.ts +2 -2
  38. package/typings/packages/billing-history/src/components/Filters/components/DateFilter/index.d.ts +2 -2
  39. package/typings/packages/billing-history/src/components/Filters/components/FilterBox/FilterBox.d.ts +8 -8
  40. package/typings/packages/billing-history/src/components/Filters/components/FilterBox/FilterBox.styles.d.ts +1 -1
  41. package/typings/packages/billing-history/src/components/Filters/components/FilterBox/index.d.ts +4 -4
  42. package/typings/packages/billing-history/src/components/Filters/components/FiltersWrapper/FiltersWrapper.d.ts +1 -1
  43. package/typings/packages/billing-history/src/components/Filters/components/InvoiceNumberFilter/InvoiceNumberFilter.d.ts +7 -8
  44. package/typings/packages/billing-history/src/components/Filters/components/InvoiceNumberFilter/index.d.ts +2 -2
  45. package/typings/packages/billing-history/src/components/Filters/components/ProductNameFilter/ProductNameFilter.d.ts +10 -11
  46. package/typings/packages/billing-history/src/components/Filters/components/ProductNameFilter/index.d.ts +2 -2
  47. package/typings/packages/billing-history/src/components/Filters/components/StatusFilter/StatusFilter.d.ts +7 -8
  48. package/typings/packages/billing-history/src/components/Filters/components/StatusFilter/index.d.ts +2 -2
  49. package/typings/packages/billing-history/src/components/Filters/components/index.d.ts +6 -6
  50. package/typings/packages/billing-history/src/components/Filters/constants.d.ts +3 -3
  51. package/typings/packages/billing-history/src/components/Filters/index.d.ts +2 -2
  52. package/typings/packages/billing-history/src/components/Filters/motion.d.ts +18 -18
  53. package/typings/packages/billing-history/src/components/Filters/types.d.ts +10 -10
  54. package/typings/packages/billing-history/src/components/InvoicesTable/InvoicesTable.d.ts +23 -24
  55. package/typings/packages/billing-history/src/components/InvoicesTable/InvoicesTable.styles.d.ts +1 -1
  56. package/typings/packages/billing-history/src/components/InvoicesTable/components/IconWIthTooltip.d.ts +6 -7
  57. package/typings/packages/billing-history/src/components/InvoicesTable/components/NoInvoicesMsg.d.ts +4 -5
  58. package/typings/packages/billing-history/src/components/InvoicesTable/components/PagesPagination.d.ts +9 -10
  59. package/typings/packages/billing-history/src/components/InvoicesTable/components/PagesPagination.styles.d.ts +3 -3
  60. package/typings/packages/billing-history/src/components/InvoicesTable/components/SkeletonWrapper.d.ts +2 -2
  61. package/typings/packages/billing-history/src/components/InvoicesTable/components/Status.d.ts +6 -7
  62. package/typings/packages/billing-history/src/components/InvoicesTable/components/index.d.ts +5 -5
  63. package/typings/packages/billing-history/src/components/InvoicesTable/index.d.ts +2 -2
  64. package/typings/packages/billing-history/src/components/InvoicesTable/types.d.ts +5 -5
  65. package/typings/packages/billing-history/src/components/InvoicesTable/utils.d.ts +2 -2
  66. package/typings/packages/billing-history/src/constants.d.ts +1 -1
  67. package/typings/packages/billing-history/src/containers/BillingHistoryContainer/BillingHistoryContainer.d.ts +2 -3
  68. package/typings/packages/billing-history/src/containers/BillingHistoryContainer/constants.d.ts +1 -1
  69. package/typings/packages/billing-history/src/containers/BillingHistoryContainer/index.d.ts +2 -2
  70. package/typings/packages/billing-history/src/containers/FiltersContainer/FiltersContainer.d.ts +2 -3
  71. package/typings/packages/billing-history/src/containers/FiltersContainer/index.d.ts +2 -2
  72. package/typings/packages/billing-history/src/containers/ProductsContainer/ProductsContainer.d.ts +10 -10
  73. package/typings/packages/billing-history/src/containers/ProductsContainer/constants.d.ts +1 -1
  74. package/typings/packages/billing-history/src/containers/ProductsContainer/index.d.ts +2 -2
  75. package/typings/packages/billing-history/src/containers/index.d.ts +2 -2
  76. package/typings/packages/billing-history/src/contexts/ConfigContext.d.ts +3 -3
  77. package/typings/packages/billing-history/src/contexts/GlobalStateContext.d.ts +9 -9
  78. package/typings/packages/billing-history/src/contexts/index.d.ts +3 -3
  79. package/typings/packages/billing-history/src/hooks/index.d.ts +2 -2
  80. package/typings/packages/billing-history/src/hooks/useOutsideClick.d.ts +2 -2
  81. package/typings/packages/billing-history/src/hooks/useServices.d.ts +5 -5
  82. package/typings/packages/billing-history/src/index.d.ts +2 -2
  83. package/typings/packages/billing-history/src/machines/billingFilters/actions.d.ts +24 -24
  84. package/typings/packages/billing-history/src/machines/billingFilters/billingFilters.d.ts +7 -7
  85. package/typings/packages/billing-history/src/machines/billingFilters/constants.d.ts +16 -16
  86. package/typings/packages/billing-history/src/machines/billingFilters/index.d.ts +6 -6
  87. package/typings/packages/billing-history/src/machines/billingFilters/selectors.d.ts +13 -13
  88. package/typings/packages/billing-history/src/machines/billingFilters/types.d.ts +51 -51
  89. package/typings/packages/billing-history/src/machines/billingFilters/utils.d.ts +4 -4
  90. package/typings/packages/billing-history/src/machines/billingHistoryData/actions.d.ts +2 -2
  91. package/typings/packages/billing-history/src/machines/billingHistoryData/billingHistoryData.d.ts +8 -8
  92. package/typings/packages/billing-history/src/machines/billingHistoryData/constants.d.ts +5 -5
  93. package/typings/packages/billing-history/src/machines/billingHistoryData/index.d.ts +4 -4
  94. package/typings/packages/billing-history/src/machines/billingHistoryData/selectors.d.ts +52 -52
  95. package/typings/packages/billing-history/src/machines/billingHistoryData/types.d.ts +48 -48
  96. package/typings/packages/billing-history/src/machines/filtersOptions/filtersOptions.d.ts +6 -6
  97. package/typings/packages/billing-history/src/machines/filtersOptions/index.d.ts +5 -5
  98. package/typings/packages/billing-history/src/machines/filtersOptions/selectors.d.ts +12 -12
  99. package/typings/packages/billing-history/src/machines/filtersOptions/types.d.ts +9 -9
  100. package/typings/packages/billing-history/src/mocks/server.d.ts +1 -1
  101. package/typings/packages/billing-history/src/models/billingHistory/billingHistory.d.ts +28 -28
  102. package/typings/packages/billing-history/src/pages/InvoiceDetails/InvoiceDetails.d.ts +2 -3
  103. package/typings/packages/billing-history/src/pages/InvoiceDetails/InvoiceDetails.styles.d.ts +5 -5
  104. package/typings/packages/billing-history/src/pages/InvoiceDetails/index.d.ts +2 -2
  105. package/typings/packages/billing-history/src/pages/index.d.ts +2 -2
  106. package/typings/packages/billing-history/src/providers/GlobalStateProvider.d.ts +6 -6
  107. package/typings/packages/billing-history/src/settings.d.ts +2 -2
  108. package/typings/packages/billing-history/src/types.d.ts +8 -8
  109. package/typings/packages/billing-history/src/utils/getDatesFilters.d.ts +10 -10
  110. package/typings/packages/billing-history/src/utils/getItemsPerPageOptions.d.ts +5 -5
  111. package/typings/packages/billing-history/src/utils/index.d.ts +2 -2
  112. package/typings/packages/custom-fields/index.d.ts +1 -1
  113. package/typings/packages/custom-fields/src/index.d.ts +5 -5
  114. package/typings/packages/custom-fields/src/types.d.ts +9 -9
  115. package/typings/packages/custom-fields/src/utils/renderField.d.ts +10 -10
  116. package/typings/packages/custom-fields/src/utils/updateCustomFields.d.ts +9 -9
  117. package/typings/packages/custom-ui-components/index.d.ts +1 -1
  118. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.d.ts +13 -13
  119. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.styles.d.ts +8 -8
  120. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/index.d.ts +2 -2
  121. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/settings.d.ts +2 -2
  122. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/types.d.ts +6 -6
  123. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.d.ts +18 -18
  124. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.styles.d.ts +8 -8
  125. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/index.d.ts +2 -2
  126. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/settings.d.ts +2 -2
  127. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/types.d.ts +7 -7
  128. package/typings/packages/custom-ui-components/src/components/atoms/Box/Box.styles.d.ts +2 -2
  129. package/typings/packages/custom-ui-components/src/components/atoms/Box/index.d.ts +2 -2
  130. package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.d.ts +23 -23
  131. package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.styles.d.ts +15 -15
  132. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/Group.d.ts +7 -7
  133. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/Group.styles.d.ts +2 -2
  134. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/index.d.ts +2 -2
  135. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/index.d.ts +2 -2
  136. package/typings/packages/custom-ui-components/src/components/atoms/Button/index.d.ts +2 -2
  137. package/typings/packages/custom-ui-components/src/components/atoms/Button/settings.d.ts +2 -2
  138. package/typings/packages/custom-ui-components/src/components/atoms/Button/types.d.ts +10 -10
  139. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.d.ts +9 -9
  140. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.styles.d.ts +10 -10
  141. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/index.d.ts +2 -2
  142. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/settings.d.ts +2 -2
  143. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/types.d.ts +10 -10
  144. package/typings/packages/custom-ui-components/src/components/atoms/Column/Column.d.ts +11 -11
  145. package/typings/packages/custom-ui-components/src/components/atoms/Column/Column.styles.d.ts +7 -7
  146. package/typings/packages/custom-ui-components/src/components/atoms/Column/index.d.ts +2 -2
  147. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/flexBasis.d.ts +1 -1
  148. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/gutter.d.ts +1 -1
  149. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/index.d.ts +5 -5
  150. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/maxWidth.d.ts +1 -1
  151. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/offset.d.ts +1 -1
  152. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/Dropdown.d.ts +3 -4
  153. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/Dropdown.styles.d.ts +1 -1
  154. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/index.d.ts +2 -2
  155. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/types.d.ts +14 -14
  156. package/typings/packages/custom-ui-components/src/components/atoms/FontWeight/FontWeight.d.ts +3 -3
  157. package/typings/packages/custom-ui-components/src/components/atoms/FontWeight/index.d.ts +2 -2
  158. package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.d.ts +9 -9
  159. package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.styles.d.ts +5 -5
  160. package/typings/packages/custom-ui-components/src/components/atoms/Heading/index.d.ts +2 -2
  161. package/typings/packages/custom-ui-components/src/components/atoms/Heading/settings.d.ts +2 -2
  162. package/typings/packages/custom-ui-components/src/components/atoms/Heading/types.d.ts +6 -6
  163. package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.d.ts +17 -17
  164. package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.styles.d.ts +16 -16
  165. package/typings/packages/custom-ui-components/src/components/atoms/Input/index.d.ts +2 -2
  166. package/typings/packages/custom-ui-components/src/components/atoms/Input/settings.d.ts +2 -2
  167. package/typings/packages/custom-ui-components/src/components/atoms/Input/types.d.ts +10 -10
  168. package/typings/packages/custom-ui-components/src/components/atoms/Input/utils/getInputStatus.d.ts +2 -2
  169. package/typings/packages/custom-ui-components/src/components/atoms/Input/utils/index.d.ts +2 -2
  170. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/InputMessage.d.ts +8 -9
  171. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/InputMessage.styles.d.ts +5 -5
  172. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/index.d.ts +4 -4
  173. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/settings.d.ts +2 -2
  174. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/types.d.ts +5 -5
  175. package/typings/packages/custom-ui-components/src/components/atoms/Loader/Loader.d.ts +6 -7
  176. package/typings/packages/custom-ui-components/src/components/atoms/Loader/index.d.ts +2 -2
  177. package/typings/packages/custom-ui-components/src/components/atoms/Logo/Logo.d.ts +8 -9
  178. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/AmericanExpress/AmericanExpress.d.ts +6 -7
  179. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/AmericanExpress/index.d.ts +2 -2
  180. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Bogus/Bogus.d.ts +6 -7
  181. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Bogus/index.d.ts +2 -2
  182. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Discover/Discover.d.ts +6 -7
  183. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Discover/index.d.ts +2 -2
  184. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Master/Master.d.ts +6 -7
  185. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Master/index.d.ts +2 -2
  186. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Visa/Visa.d.ts +6 -7
  187. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Visa/index.d.ts +2 -2
  188. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/index.d.ts +6 -6
  189. package/typings/packages/custom-ui-components/src/components/atoms/Logo/constants.d.ts +3 -3
  190. package/typings/packages/custom-ui-components/src/components/atoms/Logo/index.d.ts +2 -2
  191. package/typings/packages/custom-ui-components/src/components/atoms/Modal/Modal.d.ts +17 -17
  192. package/typings/packages/custom-ui-components/src/components/atoms/Modal/Modal.styles.d.ts +5 -5
  193. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/Backdrop.d.ts +7 -7
  194. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/Backdrop.styles.d.ts +1 -1
  195. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/index.d.ts +2 -2
  196. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/Title.d.ts +6 -7
  197. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/Title.styles.d.ts +2 -2
  198. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/index.d.ts +2 -2
  199. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/index.d.ts +3 -3
  200. package/typings/packages/custom-ui-components/src/components/atoms/Modal/index.d.ts +2 -2
  201. package/typings/packages/custom-ui-components/src/components/atoms/Modal/motion.d.ts +17 -17
  202. package/typings/packages/custom-ui-components/src/components/atoms/Modal/types.d.ts +1 -1
  203. package/typings/packages/custom-ui-components/src/components/atoms/Options/Options.d.ts +3 -4
  204. package/typings/packages/custom-ui-components/src/components/atoms/Options/Options.styles.d.ts +11 -11
  205. package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/Option.d.ts +9 -9
  206. package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/Option.styles.d.ts +8 -8
  207. package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/index.d.ts +2 -2
  208. package/typings/packages/custom-ui-components/src/components/atoms/Options/index.d.ts +7 -7
  209. package/typings/packages/custom-ui-components/src/components/atoms/Options/settings.d.ts +2 -2
  210. package/typings/packages/custom-ui-components/src/components/atoms/Options/system/boxShadow.d.ts +1 -1
  211. package/typings/packages/custom-ui-components/src/components/atoms/Options/system/index.d.ts +2 -2
  212. package/typings/packages/custom-ui-components/src/components/atoms/Options/types.d.ts +29 -29
  213. package/typings/packages/custom-ui-components/src/components/atoms/Options/utils/getBoxShadow.d.ts +1 -1
  214. package/typings/packages/custom-ui-components/src/components/atoms/Options/utils/isEllipsisActive.d.ts +2 -2
  215. package/typings/packages/custom-ui-components/src/components/atoms/Portal/Portal.d.ts +6 -6
  216. package/typings/packages/custom-ui-components/src/components/atoms/Portal/index.d.ts +2 -2
  217. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.d.ts +9 -10
  218. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.styles.d.ts +9 -9
  219. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/index.d.ts +2 -2
  220. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/settings.d.ts +2 -2
  221. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/types.d.ts +9 -9
  222. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.d.ts +3 -4
  223. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.styles.d.ts +7 -7
  224. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/index.d.ts +4 -4
  225. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/settings.d.ts +2 -2
  226. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/types.d.ts +16 -16
  227. package/typings/packages/custom-ui-components/src/components/atoms/Row/Row.d.ts +9 -9
  228. package/typings/packages/custom-ui-components/src/components/atoms/Row/Row.styles.d.ts +5 -5
  229. package/typings/packages/custom-ui-components/src/components/atoms/Row/index.d.ts +2 -2
  230. package/typings/packages/custom-ui-components/src/components/atoms/Row/system/gap.d.ts +1 -1
  231. package/typings/packages/custom-ui-components/src/components/atoms/Row/system/gutter.d.ts +1 -1
  232. package/typings/packages/custom-ui-components/src/components/atoms/Row/system/index.d.ts +3 -3
  233. package/typings/packages/custom-ui-components/src/components/atoms/Select/Select.d.ts +3 -4
  234. package/typings/packages/custom-ui-components/src/components/atoms/Select/Select.styles.d.ts +10 -10
  235. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/DropdownIcon.d.ts +9 -9
  236. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/DropdownIcon.styles.d.ts +1 -1
  237. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/index.d.ts +2 -2
  238. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/index.d.ts +2 -2
  239. package/typings/packages/custom-ui-components/src/components/atoms/Select/constants.d.ts +9 -9
  240. package/typings/packages/custom-ui-components/src/components/atoms/Select/index.d.ts +4 -4
  241. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/actions.d.ts +11 -11
  242. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/index.d.ts +3 -3
  243. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/reducer.d.ts +3 -3
  244. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/types.d.ts +39 -39
  245. package/typings/packages/custom-ui-components/src/components/atoms/Select/settings.d.ts +2 -2
  246. package/typings/packages/custom-ui-components/src/components/atoms/Select/types.d.ts +39 -39
  247. package/typings/packages/custom-ui-components/src/components/atoms/Select/utils/getStatus.d.ts +2 -2
  248. package/typings/packages/custom-ui-components/src/components/atoms/Select/utils/index.d.ts +2 -2
  249. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/SkeletonLoader.d.ts +8 -9
  250. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/SkeletonLoader.styles.d.ts +6 -6
  251. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/index.d.ts +4 -4
  252. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/system/backgroundColor.d.ts +1 -1
  253. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/system/index.d.ts +2 -2
  254. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/types.d.ts +1 -1
  255. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/SubscriptionComponentCard.d.ts +9 -9
  256. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/SubscriptionComponentCard.styles.d.ts +5 -5
  257. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/index.d.ts +4 -4
  258. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/settings.d.ts +2 -2
  259. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/types.d.ts +5 -5
  260. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/TextArea.d.ts +11 -11
  261. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/TextArea.styles.d.ts +8 -8
  262. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/index.d.ts +2 -2
  263. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/settings.d.ts +2 -2
  264. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/types.d.ts +9 -9
  265. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/Toggle.d.ts +14 -15
  266. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/Toggle.styles.d.ts +21 -21
  267. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/index.d.ts +2 -2
  268. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/settings.d.ts +2 -2
  269. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/types.d.ts +14 -14
  270. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/Tooltip.d.ts +15 -15
  271. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/Tooltip.styles.d.ts +5 -5
  272. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/Text/Text.d.ts +7 -7
  273. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/Text/index.d.ts +2 -2
  274. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/index.d.ts +2 -2
  275. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/index.d.ts +3 -3
  276. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/settings.d.ts +2 -2
  277. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/types.d.ts +7 -7
  278. package/typings/packages/custom-ui-components/src/components/atoms/index.d.ts +30 -30
  279. package/typings/packages/custom-ui-components/src/components/atoms/settings.d.ts +18 -18
  280. package/typings/packages/custom-ui-components/src/components/atoms/types.d.ts +2 -2
  281. package/typings/packages/custom-ui-components/src/components/index.d.ts +3 -3
  282. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/Accordion.d.ts +10 -10
  283. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/Accordion.styles.d.ts +8 -8
  284. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/constants.d.ts +11 -11
  285. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/index.d.ts +2 -2
  286. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/motion.d.ts +14 -14
  287. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/settings.d.ts +2 -2
  288. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/type.d.ts +5 -5
  289. package/typings/packages/custom-ui-components/src/components/molecules/Alert/Alert.d.ts +23 -23
  290. package/typings/packages/custom-ui-components/src/components/molecules/Alert/Alert.styles.d.ts +5 -5
  291. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/TextMessage.d.ts +7 -7
  292. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/Title.d.ts +7 -8
  293. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/Title.styles.d.ts +2 -2
  294. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/index.d.ts +3 -3
  295. package/typings/packages/custom-ui-components/src/components/molecules/Alert/index.d.ts +2 -2
  296. package/typings/packages/custom-ui-components/src/components/molecules/Alert/settings.d.ts +2 -2
  297. package/typings/packages/custom-ui-components/src/components/molecules/Alert/types.d.ts +7 -7
  298. package/typings/packages/custom-ui-components/src/components/molecules/Card/Card.d.ts +20 -20
  299. package/typings/packages/custom-ui-components/src/components/molecules/Card/Card.styles.d.ts +13 -13
  300. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/Body.d.ts +8 -8
  301. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/Body.styles.d.ts +9 -9
  302. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/index.d.ts +2 -2
  303. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/index.d.ts +2 -2
  304. package/typings/packages/custom-ui-components/src/components/molecules/Card/index.d.ts +2 -2
  305. package/typings/packages/custom-ui-components/src/components/molecules/Card/settings.d.ts +2 -2
  306. package/typings/packages/custom-ui-components/src/components/molecules/Card/types.d.ts +12 -12
  307. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/CreditCardAddress.d.ts +6 -7
  308. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/CreditCardAddress.styles.d.ts +4 -4
  309. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/index.d.ts +2 -2
  310. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/settings.d.ts +2 -2
  311. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/type.d.ts +5 -5
  312. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/CreditCardHolderDetails.d.ts +8 -9
  313. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/CreditCardHolderDetails.styles.d.ts +4 -4
  314. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/index.d.ts +2 -2
  315. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/settings.d.ts +2 -2
  316. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/type.d.ts +5 -5
  317. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/utils/formatExpirationYear.d.ts +1 -1
  318. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/utils/index.d.ts +2 -2
  319. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/CreditCardNumber.d.ts +5 -6
  320. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/CreditCardNumber.styles.d.ts +4 -4
  321. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/index.d.ts +2 -2
  322. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/settings.d.ts +2 -2
  323. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/type.d.ts +5 -5
  324. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/utils/formatCardNumber.d.ts +1 -1
  325. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/utils/index.d.ts +2 -2
  326. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/DatePicker.d.ts +16 -16
  327. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/DatePicker.styles.d.ts +5 -5
  328. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/constants.d.ts +1 -1
  329. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/index.d.ts +2 -2
  330. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/translations.d.ts +2 -2
  331. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/types.d.ts +3 -3
  332. package/typings/packages/custom-ui-components/src/components/molecules/FormField/FormField.d.ts +20 -20
  333. package/typings/packages/custom-ui-components/src/components/molecules/FormField/FormField.styles.d.ts +13 -13
  334. package/typings/packages/custom-ui-components/src/components/molecules/FormField/index.d.ts +2 -2
  335. package/typings/packages/custom-ui-components/src/components/molecules/FormField/settings.d.ts +2 -2
  336. package/typings/packages/custom-ui-components/src/components/molecules/FormField/types.d.ts +5 -5
  337. package/typings/packages/custom-ui-components/src/components/molecules/FormField/utils/getMessage.d.ts +9 -9
  338. package/typings/packages/custom-ui-components/src/components/molecules/FormField/utils/index.d.ts +2 -2
  339. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/InputLabel.d.ts +14 -15
  340. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/InputLabel.styles.d.ts +12 -12
  341. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/index.d.ts +2 -2
  342. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/settings.d.ts +2 -2
  343. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/types.d.ts +7 -7
  344. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.d.ts +10 -11
  345. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.styles.d.ts +2 -2
  346. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/index.d.ts +2 -2
  347. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/type.d.ts +1 -1
  348. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/PageHeaderSubtitle.d.ts +7 -8
  349. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/PageHeaderSubtitle.styles.d.ts +4 -4
  350. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/index.d.ts +2 -2
  351. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/settings.d.ts +2 -2
  352. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/type.d.ts +5 -5
  353. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/PageHeaderTitle.d.ts +7 -8
  354. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/PageHeaderTitle.styles.d.ts +4 -4
  355. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/index.d.ts +2 -2
  356. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/settings.d.ts +2 -2
  357. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/type.d.ts +5 -5
  358. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/Pagination.d.ts +7 -8
  359. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/Pagination.styles.d.ts +8 -8
  360. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/index.d.ts +2 -2
  361. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/types.d.ts +6 -6
  362. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/utils/createPagination.d.ts +7 -7
  363. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/utils/index.d.ts +2 -2
  364. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.d.ts +3 -4
  365. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.styles.d.ts +2 -2
  366. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/index.d.ts +2 -2
  367. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/types.d.ts +11 -11
  368. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/RadioSelect.d.ts +11 -11
  369. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/RadioSelect.styles.d.ts +9 -9
  370. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/index.d.ts +2 -2
  371. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/settings.d.ts +2 -2
  372. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/types.d.ts +15 -15
  373. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/RelativeTime.d.ts +11 -11
  374. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/RelativeTime.styles.d.ts +2 -2
  375. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/index.d.ts +4 -4
  376. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/translations.d.ts +2 -2
  377. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/types.d.ts +11 -11
  378. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/utils/getOptions.d.ts +5 -5
  379. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/utils/index.d.ts +2 -2
  380. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/Stepper.d.ts +9 -10
  381. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/Stepper.styles.d.ts +3 -3
  382. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/StepHorizontal.d.ts +8 -9
  383. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/StepHorizontal.styles.d.ts +18 -18
  384. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/index.d.ts +2 -2
  385. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/settings.d.ts +2 -2
  386. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/types.d.ts +10 -10
  387. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/StepVertical.d.ts +10 -11
  388. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/StepVertical.styles.d.ts +9 -9
  389. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/index.d.ts +2 -2
  390. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/settings.d.ts +2 -2
  391. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/types.d.ts +9 -9
  392. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/index.d.ts +3 -3
  393. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/index.d.ts +2 -2
  394. package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/SubscriptionHeader.d.ts +17 -17
  395. package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/SubscriptionHeader.styles.d.ts +4 -4
  396. package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/index.d.ts +2 -2
  397. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/SummaryTable.d.ts +7 -8
  398. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/SummaryTable.styles.d.ts +5 -5
  399. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/fixtures.d.ts +3 -3
  400. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/index.d.ts +4 -4
  401. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/types.d.ts +10 -10
  402. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/Tabs.d.ts +10 -11
  403. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/Tabs.styles.d.ts +11 -11
  404. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/fixtures.d.ts +4 -4
  405. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/index.d.ts +2 -2
  406. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/settings.d.ts +2 -2
  407. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/types.d.ts +8 -8
  408. package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.d.ts +11 -12
  409. package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.styles.d.ts +8 -8
  410. package/typings/packages/custom-ui-components/src/components/molecules/Tag/index.d.ts +4 -4
  411. package/typings/packages/custom-ui-components/src/components/molecules/Tag/settings.d.ts +2 -2
  412. package/typings/packages/custom-ui-components/src/components/molecules/Tag/types.d.ts +7 -7
  413. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/TagInput.d.ts +18 -19
  414. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/TagInput.styles.d.ts +9 -9
  415. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/index.d.ts +2 -2
  416. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/settings.d.ts +2 -2
  417. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/types.d.ts +8 -8
  418. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/utils.d.ts +1 -1
  419. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/TimePicker.d.ts +14 -14
  420. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/TimePicker.styles.d.ts +4 -4
  421. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/index.d.ts +2 -2
  422. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/translations.d.ts +2 -2
  423. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/types.d.ts +7 -7
  424. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/utils/getInputValue.d.ts +2 -2
  425. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/utils/getTimeOptions.d.ts +4 -4
  426. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/utils/index.d.ts +3 -3
  427. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/ToastMessage.d.ts +9 -10
  428. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/ToastMessage.styles.d.ts +9 -9
  429. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/constants.d.ts +3 -3
  430. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/index.d.ts +2 -2
  431. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/settings.d.ts +2 -2
  432. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/types.d.ts +10 -10
  433. package/typings/packages/custom-ui-components/src/components/molecules/index.d.ts +25 -25
  434. package/typings/packages/custom-ui-components/src/components/molecules/settings.d.ts +20 -20
  435. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/BankAccount.d.ts +14 -14
  436. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/BankAccount.styles.d.ts +19 -19
  437. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/Watermark/Watermark.d.ts +2 -3
  438. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/Watermark/index.d.ts +2 -2
  439. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/index.d.ts +2 -2
  440. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/constants.d.ts +4 -4
  441. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/index.d.ts +2 -2
  442. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/settings.d.ts +2 -2
  443. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/types.d.ts +27 -27
  444. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/utils/formatAddressDetails.d.ts +2 -2
  445. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/utils/index.d.ts +2 -2
  446. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/CreditCard.d.ts +17 -17
  447. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/CreditCard.styles.d.ts +10 -10
  448. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Chip/Chip.d.ts +2 -3
  449. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Chip/index.d.ts +2 -2
  450. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/StatusMsg.d.ts +9 -10
  451. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/StatusMsg.styles.d.ts +1 -1
  452. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/index.d.ts +2 -2
  453. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/Watermark.d.ts +7 -8
  454. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/Watermark.styles.d.ts +4 -4
  455. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Master/Master.d.ts +3 -3
  456. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Master/index.d.ts +2 -2
  457. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Visa/Visa.d.ts +3 -3
  458. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Visa/index.d.ts +2 -2
  459. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/index.d.ts +3 -3
  460. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/index.d.ts +2 -2
  461. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/settings.d.ts +2 -2
  462. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/types.d.ts +7 -7
  463. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/index.d.ts +4 -4
  464. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/constants.d.ts +1 -1
  465. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/index.d.ts +6 -6
  466. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/settings.d.ts +2 -2
  467. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/types.d.ts +27 -27
  468. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/utils/formatAddressDetails.d.ts +5 -5
  469. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/utils/index.d.ts +2 -2
  470. package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/DatePicker.styles.d.ts +3 -3
  471. package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/DateTimePicker.d.ts +12 -12
  472. package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/index.d.ts +2 -2
  473. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/MeteredComponent.d.ts +3 -4
  474. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/MeteredComponent.styles.d.ts +2 -2
  475. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/index.d.ts +2 -2
  476. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/types.d.ts +5 -5
  477. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/OnOffComponent.d.ts +10 -11
  478. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/OnOffComponent.styles.d.ts +3 -3
  479. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/index.d.ts +2 -2
  480. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/PrepaidComponent.d.ts +3 -4
  481. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/PrepaidComponent.styles.d.ts +8 -8
  482. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/constants.d.ts +8 -8
  483. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/index.d.ts +4 -4
  484. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/types.d.ts +21 -21
  485. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/QuantityComponent.d.ts +3 -4
  486. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/QuantityComponent.styles.d.ts +2 -2
  487. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/index.d.ts +2 -2
  488. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/types.d.ts +5 -5
  489. package/typings/packages/custom-ui-components/src/components/organisms/Table/Table.d.ts +22 -22
  490. package/typings/packages/custom-ui-components/src/components/organisms/Table/Table.styles.d.ts +8 -8
  491. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/SortIndicator.d.ts +6 -7
  492. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableBody.d.ts +1 -1
  493. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/TableCell.d.ts +8 -8
  494. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/TableCell.styles.d.ts +5 -5
  495. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/index.d.ts +2 -2
  496. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCellContainer.d.ts +1 -1
  497. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableFooter/TableFooter.d.ts +3 -3
  498. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableFooter/types.d.ts +5 -5
  499. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHead.d.ts +4 -4
  500. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/TableHeader.d.ts +3 -4
  501. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/TableHeader.styles.d.ts +3 -3
  502. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/index.d.ts +2 -2
  503. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/types.d.ts +11 -11
  504. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableRow.d.ts +5 -5
  505. package/typings/packages/custom-ui-components/src/components/organisms/Table/index.d.ts +2 -2
  506. package/typings/packages/custom-ui-components/src/components/organisms/Table/settings.d.ts +2 -2
  507. package/typings/packages/custom-ui-components/src/components/organisms/Table/types.d.ts +14 -14
  508. package/typings/packages/custom-ui-components/src/components/organisms/index.d.ts +12 -12
  509. package/typings/packages/custom-ui-components/src/components/organisms/settings.d.ts +7 -7
  510. package/typings/packages/custom-ui-components/src/components/settings.d.ts +39 -39
  511. package/typings/packages/custom-ui-components/src/components/types.d.ts +2 -2
  512. package/typings/packages/custom-ui-components/src/constants.d.ts +9 -9
  513. package/typings/packages/custom-ui-components/src/contexts/PortalContext.d.ts +4 -4
  514. package/typings/packages/custom-ui-components/src/contexts/index.d.ts +2 -2
  515. package/typings/packages/custom-ui-components/src/docs/Grid.styles.d.ts +2 -2
  516. package/typings/packages/custom-ui-components/src/docs/Spaces.d.ts +3 -3
  517. package/typings/packages/custom-ui-components/src/docs/Spaces.styles.d.ts +8 -8
  518. package/typings/packages/custom-ui-components/src/hooks/index.d.ts +4 -4
  519. package/typings/packages/custom-ui-components/src/hooks/useKeypress/index.d.ts +2 -2
  520. package/typings/packages/custom-ui-components/src/hooks/useKeypress/useKeypress.d.ts +9 -9
  521. package/typings/packages/custom-ui-components/src/hooks/useModalVariant/index.d.ts +2 -2
  522. package/typings/packages/custom-ui-components/src/hooks/useModalVariant/useModalVariant.d.ts +1 -1
  523. package/typings/packages/custom-ui-components/src/hooks/useOnClickOutside/index.d.ts +2 -2
  524. package/typings/packages/custom-ui-components/src/hooks/useOnClickOutside/useOnClickOutside.d.ts +2 -2
  525. package/typings/packages/custom-ui-components/src/index.d.ts +11 -11
  526. package/typings/packages/custom-ui-components/src/mixins/fontSmoothing.d.ts +1 -1
  527. package/typings/packages/custom-ui-components/src/mixins/index.d.ts +2 -2
  528. package/typings/packages/custom-ui-components/src/palette.d.ts +41 -41
  529. package/typings/packages/custom-ui-components/src/theme/ThemeProvider.d.ts +8 -8
  530. package/typings/packages/custom-ui-components/src/theme/ThemeUtilities.d.ts +13 -13
  531. package/typings/packages/custom-ui-components/src/theme/index.d.ts +4 -4
  532. package/typings/packages/custom-ui-components/src/theme/system/backgroundColor.d.ts +1 -1
  533. package/typings/packages/custom-ui-components/src/theme/system/index.d.ts +3 -3
  534. package/typings/packages/custom-ui-components/src/theme/types.d.ts +20 -20
  535. package/typings/packages/custom-ui-components/src/themeBase.d.ts +107 -107
  536. package/typings/packages/custom-ui-components/src/types.d.ts +16 -16
  537. package/typings/packages/customer-details/index.d.ts +1 -1
  538. package/typings/packages/customer-details/src/App.d.ts +3 -4
  539. package/typings/packages/customer-details/src/CustomerDetails.d.ts +7 -7
  540. package/typings/packages/customer-details/src/components/ContactDetails/ContactDetails.d.ts +7 -8
  541. package/typings/packages/customer-details/src/components/ContactDetails/index.d.ts +2 -2
  542. package/typings/packages/customer-details/src/components/ContactDetails/utils.d.ts +6 -6
  543. package/typings/packages/customer-details/src/components/ContactDetailsForm/ContactDetailsForm.d.ts +9 -10
  544. package/typings/packages/customer-details/src/components/ContactDetailsForm/ContactDetailsForm.styles.d.ts +4 -4
  545. package/typings/packages/customer-details/src/components/ContactDetailsForm/index.d.ts +2 -2
  546. package/typings/packages/customer-details/src/components/CustomFields/CustomFields.d.ts +7 -8
  547. package/typings/packages/customer-details/src/components/CustomFields/index.d.ts +2 -2
  548. package/typings/packages/customer-details/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +13 -13
  549. package/typings/packages/customer-details/src/components/CustomFieldsForm/index.d.ts +2 -2
  550. package/typings/packages/customer-details/src/components/CustomerDetailsLoader/CustomerDetailsLoader.d.ts +2 -3
  551. package/typings/packages/customer-details/src/components/CustomerDetailsLoader/CustomerDetailsLoader.styles.d.ts +2 -2
  552. package/typings/packages/customer-details/src/components/CustomerDetailsLoader/index.d.ts +2 -2
  553. package/typings/packages/customer-details/src/components/DetailsRow/DetailsRow.d.ts +7 -8
  554. package/typings/packages/customer-details/src/components/DetailsRow/index.d.ts +2 -2
  555. package/typings/packages/customer-details/src/components/DetailsSectionLoadingSkeleton/DetailsSectionLoadingSkeleton.d.ts +2 -3
  556. package/typings/packages/customer-details/src/components/DetailsSectionLoadingSkeleton/index.d.ts +2 -2
  557. package/typings/packages/customer-details/src/components/ShippingAddress/ShippingAddress.d.ts +7 -8
  558. package/typings/packages/customer-details/src/components/ShippingAddress/index.d.ts +2 -2
  559. package/typings/packages/customer-details/src/components/ShippingAddressForm/ShippingAddressForm.d.ts +10 -11
  560. package/typings/packages/customer-details/src/components/ShippingAddressForm/index.d.ts +2 -2
  561. package/typings/packages/customer-details/src/components/index.d.ts +8 -8
  562. package/typings/packages/customer-details/src/constants.d.ts +1 -1
  563. package/typings/packages/customer-details/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +2 -3
  564. package/typings/packages/customer-details/src/containers/CustomFieldsContainer/index.d.ts +2 -2
  565. package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/CustomerDetailsContainer.d.ts +2 -3
  566. package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/CustomerDetailsContainer.styles.d.ts +2 -2
  567. package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/index.d.ts +2 -2
  568. package/typings/packages/customer-details/src/contexts/ConfigContext.d.ts +3 -3
  569. package/typings/packages/customer-details/src/contexts/GlobalStateContext.d.ts +7 -7
  570. package/typings/packages/customer-details/src/contexts/index.d.ts +3 -3
  571. package/typings/packages/customer-details/src/hooks/index.d.ts +2 -2
  572. package/typings/packages/customer-details/src/hooks/useDataWithNames.d.ts +26 -26
  573. package/typings/packages/customer-details/src/index.d.ts +2 -2
  574. package/typings/packages/customer-details/src/machines/customFields/customFields.d.ts +6 -6
  575. package/typings/packages/customer-details/src/machines/customFields/selectors.d.ts +24 -24
  576. package/typings/packages/customer-details/src/machines/customFields/types.d.ts +6 -6
  577. package/typings/packages/customer-details/src/machines/customerData/customerData.d.ts +6 -6
  578. package/typings/packages/customer-details/src/machines/customerData/selectors.d.ts +38 -38
  579. package/typings/packages/customer-details/src/machines/customerData/types.d.ts +6 -6
  580. package/typings/packages/customer-details/src/models/customerDetails/index.d.ts +2 -2
  581. package/typings/packages/customer-details/src/models/customerDetails/types.d.ts +17 -17
  582. package/typings/packages/customer-details/src/models/index.d.ts +2 -2
  583. package/typings/packages/customer-details/src/providers/GlobalStateProvider.d.ts +6 -6
  584. package/typings/packages/customer-details/src/settings.d.ts +2 -2
  585. package/typings/packages/customer-details/src/types.d.ts +5 -5
  586. package/typings/packages/data-access/index.d.ts +1 -1
  587. package/typings/packages/data-access/src/DataAccess.d.ts +627 -627
  588. package/typings/packages/data-access/src/DataAccessContext.d.ts +5 -5
  589. package/typings/packages/data-access/src/constants.d.ts +1 -1
  590. package/typings/packages/data-access/src/index.d.ts +5 -5
  591. package/typings/packages/data-access/src/types/address.d.ts +8 -8
  592. package/typings/packages/data-access/src/types/addressDetails.d.ts +4 -4
  593. package/typings/packages/data-access/src/types/componentAllocation.d.ts +37 -37
  594. package/typings/packages/data-access/src/types/customField.d.ts +9 -9
  595. package/typings/packages/data-access/src/types/customerDetails.d.ts +15 -15
  596. package/typings/packages/data-access/src/types/gatewayConfig.d.ts +13 -13
  597. package/typings/packages/data-access/src/types/index.d.ts +20 -20
  598. package/typings/packages/data-access/src/types/invoicesList.d.ts +39 -39
  599. package/typings/packages/data-access/src/types/paymentProfiles.d.ts +35 -35
  600. package/typings/packages/data-access/src/types/product.d.ts +9 -9
  601. package/typings/packages/data-access/src/types/productFamily.d.ts +4 -4
  602. package/typings/packages/data-access/src/types/subscription.d.ts +57 -57
  603. package/typings/packages/data-access/src/types/subscriptionComponent.d.ts +32 -32
  604. package/typings/packages/data-access/src/types/subscriptionPaymentProfile.d.ts +7 -7
  605. package/typings/packages/data-access/src/utils/index.d.ts +3 -3
  606. package/typings/packages/data-access/src/utils/prepareQueryParams.d.ts +1 -1
  607. package/typings/packages/data-access/src/utils/requestHandler.d.ts +2 -2
  608. package/typings/packages/device-provider/index.d.ts +1 -1
  609. package/typings/packages/device-provider/src/components/DeviceProvider/DeviceProvider.d.ts +8 -8
  610. package/typings/packages/device-provider/src/components/DeviceProvider/index.d.ts +2 -2
  611. package/typings/packages/device-provider/src/components/index.d.ts +2 -2
  612. package/typings/packages/device-provider/src/contexts/DeviceContext.d.ts +5 -5
  613. package/typings/packages/device-provider/src/contexts/index.d.ts +2 -2
  614. package/typings/packages/device-provider/src/hooks/index.d.ts +2 -2
  615. package/typings/packages/device-provider/src/hooks/useDeviceInfo.d.ts +3 -3
  616. package/typings/packages/device-provider/src/index.d.ts +6 -6
  617. package/typings/packages/device-provider/src/types.d.ts +1 -1
  618. package/typings/packages/embeddable-component/index.d.ts +1 -1
  619. package/typings/packages/embeddable-component/src/ComponentLoader/ComponentLoader.d.ts +8 -8
  620. package/typings/packages/embeddable-component/src/ComponentLoader/index.d.ts +2 -2
  621. package/typings/packages/embeddable-component/src/EmbeddableComponent/EmbeddableComponent.d.ts +24 -24
  622. package/typings/packages/embeddable-component/src/EmbeddableComponent/index.d.ts +3 -3
  623. package/typings/packages/embeddable-component/src/SessionGuard/SessionGuard.d.ts +11 -11
  624. package/typings/packages/embeddable-component/src/SessionGuard/index.d.ts +4 -4
  625. package/typings/packages/embeddable-component/src/index.d.ts +3 -3
  626. package/typings/packages/embeddable-component/src/types.d.ts +3 -3
  627. package/typings/packages/formatters/index.d.ts +1 -1
  628. package/typings/packages/formatters/src/constants.d.ts +1 -1
  629. package/typings/packages/formatters/src/formatBillingInterval.d.ts +3 -3
  630. package/typings/packages/formatters/src/formatCurrency.d.ts +31 -31
  631. package/typings/packages/formatters/src/formatDate.d.ts +2 -2
  632. package/typings/packages/formatters/src/index.d.ts +8 -8
  633. package/typings/packages/formatters/src/keysToSnakeCase.d.ts +2 -2
  634. package/typings/packages/formatters/src/manipulateDate.d.ts +6 -6
  635. package/typings/packages/icons/index.d.ts +1 -1
  636. package/typings/packages/icons/src/Icon.d.ts +3 -4
  637. package/typings/packages/icons/src/Icon.styles.d.ts +4 -4
  638. package/typings/packages/icons/src/constants.d.ts +1 -1
  639. package/typings/packages/icons/src/index.d.ts +4 -4
  640. package/typings/packages/icons/src/types.d.ts +8 -8
  641. package/typings/packages/icons/src/utils.d.ts +2 -2
  642. package/typings/packages/logger/index.d.ts +1 -1
  643. package/typings/packages/logger/src/index.d.ts +4 -4
  644. package/typings/packages/logger/src/logger.d.ts +3 -3
  645. package/typings/packages/payments-sdk/index.d.ts +1 -1
  646. package/typings/packages/payments-sdk/src/components/CardExpiration/CardExpiration.d.ts +8 -8
  647. package/typings/packages/payments-sdk/src/components/CardExpiration/CardExpiration.styles.d.ts +3 -3
  648. package/typings/packages/payments-sdk/src/components/CardExpiration/constants.d.ts +2 -2
  649. package/typings/packages/payments-sdk/src/components/CardExpiration/index.d.ts +2 -2
  650. package/typings/packages/payments-sdk/src/components/CardNumber/CardNumber.d.ts +7 -7
  651. package/typings/packages/payments-sdk/src/components/CardNumber/index.d.ts +2 -2
  652. package/typings/packages/payments-sdk/src/components/CreditCard/CreditCard.d.ts +11 -12
  653. package/typings/packages/payments-sdk/src/components/CreditCard/CreditCard.styles.d.ts +8 -8
  654. package/typings/packages/payments-sdk/src/components/CreditCard/components/FourDigit/FourDigit.d.ts +2 -3
  655. package/typings/packages/payments-sdk/src/components/CreditCard/components/FourDigit/index.d.ts +2 -2
  656. package/typings/packages/payments-sdk/src/components/CreditCard/components/ThreeDigit/ThreeDigit.d.ts +2 -3
  657. package/typings/packages/payments-sdk/src/components/CreditCard/components/ThreeDigit/index.d.ts +2 -2
  658. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/TooltipContent.d.ts +6 -7
  659. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/TooltipContent.styles.d.ts +3 -3
  660. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/index.d.ts +2 -2
  661. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/types.d.ts +4 -4
  662. package/typings/packages/payments-sdk/src/components/CreditCard/components/index.d.ts +2 -2
  663. package/typings/packages/payments-sdk/src/components/CreditCard/index.d.ts +4 -4
  664. package/typings/packages/payments-sdk/src/components/CreditCard/types.d.ts +8 -8
  665. package/typings/packages/payments-sdk/src/components/HostedField/HostedField.d.ts +11 -11
  666. package/typings/packages/payments-sdk/src/components/HostedField/HostedField.styles.d.ts +2 -2
  667. package/typings/packages/payments-sdk/src/components/HostedField/index.d.ts +4 -4
  668. package/typings/packages/payments-sdk/src/components/InputSocket/InputSocket.d.ts +8 -8
  669. package/typings/packages/payments-sdk/src/components/InputSocket/InputSocket.styles.d.ts +2 -2
  670. package/typings/packages/payments-sdk/src/components/InputSocket/index.d.ts +2 -2
  671. package/typings/packages/payments-sdk/src/components/PaymentProfileSkeleton/PaymentProfileSkeleton.d.ts +2 -3
  672. package/typings/packages/payments-sdk/src/components/PaymentProfileSkeleton/index.d.ts +2 -2
  673. package/typings/packages/payments-sdk/src/components/SecurityCode/SecurityCode.d.ts +7 -7
  674. package/typings/packages/payments-sdk/src/components/SecurityCode/index.d.ts +2 -2
  675. package/typings/packages/payments-sdk/src/components/index.d.ts +8 -8
  676. package/typings/packages/payments-sdk/src/constants.d.ts +2 -2
  677. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/PaymentsContainer.d.ts +7 -7
  678. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/index.d.ts +2 -2
  679. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/utils/index.d.ts +2 -2
  680. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/utils/waitForGlobalVariable.d.ts +1 -1
  681. package/typings/packages/payments-sdk/src/containers/index.d.ts +2 -2
  682. package/typings/packages/payments-sdk/src/contexts/PaymentsContext.d.ts +6 -6
  683. package/typings/packages/payments-sdk/src/contexts/index.d.ts +2 -2
  684. package/typings/packages/payments-sdk/src/forms/CreditCard/CreditCard.d.ts +20 -21
  685. package/typings/packages/payments-sdk/src/forms/CreditCard/index.d.ts +6 -6
  686. package/typings/packages/payments-sdk/src/forms/CreditCard/translations.d.ts +2 -2
  687. package/typings/packages/payments-sdk/src/forms/CreditCard/types.d.ts +29 -29
  688. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/createFieldsConfig.d.ts +10 -10
  689. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/createFieldsStyles.d.ts +75 -75
  690. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/createValidationSchema.d.ts +9 -9
  691. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/index.d.ts +5 -5
  692. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/mapDetectedCreditCardType.d.ts +3 -3
  693. package/typings/packages/payments-sdk/src/forms/PaymentProfile/PaymentProfile.d.ts +29 -30
  694. package/typings/packages/payments-sdk/src/forms/PaymentProfile/constants.d.ts +2 -2
  695. package/typings/packages/payments-sdk/src/forms/PaymentProfile/index.d.ts +2 -2
  696. package/typings/packages/payments-sdk/src/forms/index.d.ts +5 -5
  697. package/typings/packages/payments-sdk/src/hooks/index.d.ts +3 -3
  698. package/typings/packages/payments-sdk/src/hooks/usePaymentProfileTranslations.d.ts +6 -6
  699. package/typings/packages/payments-sdk/src/hooks/usePaymentsForm.d.ts +1 -1
  700. package/typings/packages/payments-sdk/src/index.d.ts +6 -6
  701. package/typings/packages/payments-sdk/src/types.d.ts +29 -29
  702. package/typings/packages/session-manager/index.d.ts +1 -1
  703. package/typings/packages/session-manager/src/SessionManager/SessionManager.d.ts +31 -31
  704. package/typings/packages/session-manager/src/SessionManager/index.d.ts +4 -4
  705. package/typings/packages/session-manager/src/SessionManager/types.d.ts +14 -14
  706. package/typings/packages/session-manager/src/index.d.ts +4 -4
  707. package/typings/packages/subscriptions-manager/index.d.ts +1 -1
  708. package/typings/packages/subscriptions-manager/src/App.d.ts +3 -4
  709. package/typings/packages/subscriptions-manager/src/SubscriptionsManager.d.ts +7 -7
  710. package/typings/packages/subscriptions-manager/src/components/ComponentGroup/ComponentGroup.d.ts +8 -9
  711. package/typings/packages/subscriptions-manager/src/components/ComponentGroup/index.d.ts +2 -2
  712. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/ComponentsAllocationEdit.d.ts +11 -12
  713. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/ComponentsAllocationEdit.styles.d.ts +3 -3
  714. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/ComponentsAllocationEditSkeleton/ComponentsAllocationEditSkeleton.d.ts +2 -3
  715. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/ComponentsAllocationEditSkeleton/index.d.ts +2 -2
  716. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/index.d.ts +2 -2
  717. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/index.d.ts +2 -2
  718. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/ComponentsAllocationPreview.d.ts +7 -8
  719. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/components/AllocationsTable/AllocationsTable.d.ts +9 -10
  720. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/components/AllocationsTable/index.d.ts +2 -2
  721. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/index.d.ts +2 -2
  722. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/getAllocationSummaryPaymentMessage.d.ts +17 -17
  723. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/index.d.ts +5 -5
  724. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapAllocationsToTable.d.ts +12 -12
  725. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapChargeSummaryToTable.d.ts +10 -10
  726. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/sortComponentAllocations.d.ts +6 -6
  727. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/ComponentsPreview.d.ts +6 -7
  728. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/ComponentsPreview.styles.d.ts +3 -3
  729. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/ComponentsPreviewRow.d.ts +6 -7
  730. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/ComponentsPreviewRow.styles.d.ts +3 -3
  731. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/index.d.ts +2 -2
  732. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/index.d.ts +4 -4
  733. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/types.d.ts +10 -10
  734. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createComponentsPreviewRow.d.ts +12 -12
  735. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createOnOffRow.d.ts +3 -3
  736. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createQuantityRow.d.ts +3 -3
  737. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/index.d.ts +2 -2
  738. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/renderPrice.d.ts +2 -3
  739. package/typings/packages/subscriptions-manager/src/components/ContentLoader/ContentLoader.d.ts +11 -11
  740. package/typings/packages/subscriptions-manager/src/components/ContentLoader/ContentLoader.styles.d.ts +3 -3
  741. package/typings/packages/subscriptions-manager/src/components/ContentLoader/index.d.ts +2 -2
  742. package/typings/packages/subscriptions-manager/src/components/CouponsList/CouponsList.d.ts +9 -10
  743. package/typings/packages/subscriptions-manager/src/components/CouponsList/CouponsList.styles.d.ts +1 -1
  744. package/typings/packages/subscriptions-manager/src/components/CouponsList/components/CouponListItem.d.ts +7 -8
  745. package/typings/packages/subscriptions-manager/src/components/CouponsList/components/index.d.ts +1 -1
  746. package/typings/packages/subscriptions-manager/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +10 -10
  747. package/typings/packages/subscriptions-manager/src/components/CustomFieldsForm/index.d.ts +2 -2
  748. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/CustomFieldsPreview.d.ts +10 -11
  749. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/CustomFieldsLoadingSkeleton/CustomFieldsLoadingSkeleton.d.ts +2 -3
  750. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/CustomFieldsLoadingSkeleton/index.d.ts +2 -2
  751. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/index.d.ts +2 -2
  752. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/index.d.ts +2 -2
  753. package/typings/packages/subscriptions-manager/src/components/DetailsRow/DetailsRow.d.ts +6 -7
  754. package/typings/packages/subscriptions-manager/src/components/DetailsRow/index.d.ts +2 -2
  755. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/PaymentProfiles.d.ts +15 -16
  756. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/PaymentProfiles.styles.d.ts +3 -3
  757. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/PaymentsProfilesHeader.d.ts +7 -8
  758. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/PaymentsProfilesHeader.styles.d.ts +1 -1
  759. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/index.d.ts +2 -2
  760. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesSkeletonLoader/PaymentProfilesSkeletonLoader.d.ts +1 -2
  761. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesSkeletonLoader/index.d.ts +2 -2
  762. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/index.d.ts +2 -2
  763. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/utils.d.ts +4 -4
  764. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/PaymentProfilesReplace.d.ts +8 -9
  765. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/PaymentProfilesReplace.styles.d.ts +2 -2
  766. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/ExpiredStatus.styles.d.ts +1 -1
  767. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/ExpitredStatus.d.ts +5 -6
  768. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/index.d.ts +2 -2
  769. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/PaymentProfileItem.d.ts +8 -9
  770. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/PaymentProfileItem.styles.d.ts +1 -1
  771. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/Label.d.ts +7 -8
  772. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/Label.styles.d.ts +1 -1
  773. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/index.d.ts +2 -2
  774. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/helpers.d.ts +1 -1
  775. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/index.d.ts +2 -2
  776. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/index.d.ts +3 -3
  777. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/index.d.ts +2 -2
  778. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/PaymentProfilesReplace.styles.d.ts +3 -3
  779. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/PaymentProfilesReplaceAlerts.d.ts +19 -20
  780. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/index.d.ts +2 -2
  781. package/typings/packages/subscriptions-manager/src/components/PlanChangeAlerts/PlanChangeAlerts.d.ts +10 -11
  782. package/typings/packages/subscriptions-manager/src/components/PlanChangeAlerts/index.d.ts +2 -2
  783. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/PlanChangeSummary.d.ts +13 -14
  784. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/NonProratedColumns.d.ts +9 -10
  785. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/ProratedColumns.d.ts +7 -8
  786. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/index.d.ts +2 -2
  787. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/index.d.ts +2 -2
  788. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/PlanChangeSummaryCharges.d.ts +8 -9
  789. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/index.d.ts +2 -2
  790. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/utils/mapChargeSummaryToTable.d.ts +12 -12
  791. package/typings/packages/subscriptions-manager/src/components/PlanRadio/PlanRadio.d.ts +12 -13
  792. package/typings/packages/subscriptions-manager/src/components/PlanRadio/PlanRadio.styles.d.ts +4 -4
  793. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Price/Price.d.ts +6 -7
  794. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Price/Price.styles.d.ts +1 -1
  795. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Status/Status.d.ts +5 -6
  796. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Status/Status.styles.d.ts +1 -1
  797. package/typings/packages/subscriptions-manager/src/components/PlanRadio/index.d.ts +2 -2
  798. package/typings/packages/subscriptions-manager/src/components/RadioOptions/RadioOptions.styles.d.ts +2 -2
  799. package/typings/packages/subscriptions-manager/src/components/RadioOptions/index.d.ts +2 -2
  800. package/typings/packages/subscriptions-manager/src/components/ShowMore/ShowMore.d.ts +7 -8
  801. package/typings/packages/subscriptions-manager/src/components/ShowMore/ShowMore.styles.d.ts +2 -2
  802. package/typings/packages/subscriptions-manager/src/components/ShowMore/index.d.ts +2 -2
  803. package/typings/packages/subscriptions-manager/src/components/Subscription/Subscription.d.ts +35 -36
  804. package/typings/packages/subscriptions-manager/src/components/Subscription/Subscription.styles.d.ts +5 -5
  805. package/typings/packages/subscriptions-manager/src/components/Subscription/index.d.ts +4 -4
  806. package/typings/packages/subscriptions-manager/src/components/Subscription/motion.d.ts +14 -14
  807. package/typings/packages/subscriptions-manager/src/components/Subscription/types.d.ts +1 -1
  808. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/SubscriptionComponents.d.ts +16 -17
  809. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/ComponentLoadingSkeleton/ComponentLoadingSkeleton.d.ts +6 -7
  810. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/ComponentLoadingSkeleton/index.d.ts +2 -2
  811. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/index.d.ts +2 -2
  812. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/index.d.ts +2 -2
  813. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/types.d.ts +6 -6
  814. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/SubscriptionDetails.d.ts +7 -8
  815. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Active/Active.d.ts +7 -8
  816. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Active/index.d.ts +2 -2
  817. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Canceled/Canceled.d.ts +6 -7
  818. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Canceled/index.d.ts +2 -2
  819. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/CancellationScheduled/CancellationScheduled.d.ts +8 -9
  820. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/CancellationScheduled/index.d.ts +2 -2
  821. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/DetailRow.d.ts +20 -21
  822. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/DetailRow.styles.d.ts +3 -3
  823. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/index.d.ts +2 -2
  824. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Expired/Expired.d.ts +6 -7
  825. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Expired/index.d.ts +2 -2
  826. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Notification/Notification.d.ts +9 -10
  827. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Notification/index.d.ts +2 -2
  828. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/OnHold/OnHold.d.ts +6 -7
  829. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/OnHold/index.d.ts +2 -2
  830. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PastDue/PastDue.d.ts +7 -8
  831. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PastDue/index.d.ts +2 -2
  832. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PlanChangeScheduled/PlanChangeScheduled.d.ts +7 -8
  833. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PlanChangeScheduled/index.d.ts +2 -2
  834. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Trial/Trial.d.ts +8 -9
  835. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Trial/index.d.ts +2 -2
  836. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/TrialExpired/TrialExpired.d.ts +5 -6
  837. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/TrialExpired/index.d.ts +2 -2
  838. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Unpaid/Unpaid.d.ts +6 -7
  839. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Unpaid/index.d.ts +2 -2
  840. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/index.d.ts +12 -12
  841. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/index.d.ts +2 -2
  842. package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/SubscriptionManagerLoader.d.ts +2 -3
  843. package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/index.d.ts +2 -2
  844. package/typings/packages/subscriptions-manager/src/components/SubscriptionReferalCode/SubscriptionReferalCode.d.ts +6 -7
  845. package/typings/packages/subscriptions-manager/src/components/SubscriptionReferalCode/index.d.ts +2 -2
  846. package/typings/packages/subscriptions-manager/src/components/Summary/Summary.styles.d.ts +2 -2
  847. package/typings/packages/subscriptions-manager/src/components/Summary/index.d.ts +2 -2
  848. package/typings/packages/subscriptions-manager/src/components/TotalCharge/TotalCharge.styles.d.ts +1 -1
  849. package/typings/packages/subscriptions-manager/src/components/TotalCharge/index.d.ts +2 -2
  850. package/typings/packages/subscriptions-manager/src/components/index.d.ts +15 -15
  851. package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/BilingDetailsContainer.d.ts +8 -9
  852. package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/BilingDetailsContainer.styles.d.ts +1 -1
  853. package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/index.d.ts +2 -2
  854. package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/ChangePlan.styles.d.ts +1 -1
  855. package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/ChangePlanContainer.d.ts +9 -10
  856. package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/index.d.ts +2 -2
  857. package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/ComponentContainer.d.ts +7 -8
  858. package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/index.d.ts +2 -2
  859. package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/ComponentsAllocationContainer.d.ts +8 -9
  860. package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/index.d.ts +2 -2
  861. package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/ComponentsContainer.d.ts +6 -7
  862. package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/ComponentsContainer.styles.d.ts +2 -2
  863. package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/index.d.ts +2 -2
  864. package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/CouponsContainer.d.ts +8 -9
  865. package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/index.d.ts +2 -2
  866. package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/utils.d.ts +5 -5
  867. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/CreatePaymentProfileContainer.d.ts +8 -9
  868. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/index.d.ts +2 -2
  869. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/CreatePaymentProfileErrorContainer.d.ts +6 -7
  870. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/index.d.ts +2 -2
  871. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/types.d.ts +5 -5
  872. package/typings/packages/subscriptions-manager/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +6 -7
  873. package/typings/packages/subscriptions-manager/src/containers/CustomFieldsContainer/index.d.ts +2 -2
  874. package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/ModalsContainer.d.ts +1 -2
  875. package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/index.d.ts +2 -2
  876. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/PaymentProfileContainer.d.ts +13 -13
  877. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/constants.d.ts +3 -3
  878. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/index.d.ts +2 -2
  879. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/utils.d.ts +5 -5
  880. package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/PaymentProfilesContainer.d.ts +6 -7
  881. package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/fixture.d.ts +2 -2
  882. package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/index.d.ts +2 -2
  883. package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/PreviewProductMigrationContainer.d.ts +9 -10
  884. package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/index.d.ts +2 -2
  885. package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/ReplacePaymentProfilesContainer.d.ts +6 -7
  886. package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/index.d.ts +2 -2
  887. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/SubscriptionContainer.d.ts +12 -13
  888. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/constants.d.ts +3 -3
  889. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/hooks/index.d.ts +3 -3
  890. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/hooks/useSubscriptionAvailableActions.d.ts +11 -11
  891. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/hooks/useSubscriptionIsActive.d.ts +2 -2
  892. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/index.d.ts +2 -2
  893. package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/SubscriptionsContainer.d.ts +7 -8
  894. package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/SubscriptionsContainer.styles.d.ts +2 -2
  895. package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/index.d.ts +2 -2
  896. package/typings/packages/subscriptions-manager/src/containers/index.d.ts +14 -14
  897. package/typings/packages/subscriptions-manager/src/contexts/ComponentsContext.d.ts +4 -4
  898. package/typings/packages/subscriptions-manager/src/contexts/ConfigContext.d.ts +3 -3
  899. package/typings/packages/subscriptions-manager/src/contexts/GlobalStateContext.d.ts +8 -8
  900. package/typings/packages/subscriptions-manager/src/contexts/PaymentProfilesContext.d.ts +8 -8
  901. package/typings/packages/subscriptions-manager/src/contexts/index.d.ts +5 -5
  902. package/typings/packages/subscriptions-manager/src/handlers/constants.d.ts +1 -1
  903. package/typings/packages/subscriptions-manager/src/handlers/gatewayConfig.d.ts +1 -1
  904. package/typings/packages/subscriptions-manager/src/handlers/index.d.ts +6 -6
  905. package/typings/packages/subscriptions-manager/src/handlers/paymentProfiles.d.ts +1 -1
  906. package/typings/packages/subscriptions-manager/src/handlers/product.d.ts +1 -1
  907. package/typings/packages/subscriptions-manager/src/handlers/subscription.d.ts +2 -2
  908. package/typings/packages/subscriptions-manager/src/hooks/index.d.ts +21 -21
  909. package/typings/packages/subscriptions-manager/src/hooks/useAddonsConfigurationService.d.ts +5 -5
  910. package/typings/packages/subscriptions-manager/src/hooks/useAvailablePaymentMethods.d.ts +2 -2
  911. package/typings/packages/subscriptions-manager/src/hooks/useCancelSubscriptionService.d.ts +4 -4
  912. package/typings/packages/subscriptions-manager/src/hooks/useChangePaymentProfile.d.ts +11 -11
  913. package/typings/packages/subscriptions-manager/src/hooks/useChangePlan.d.ts +4 -4
  914. package/typings/packages/subscriptions-manager/src/hooks/useComponentSettings.d.ts +1 -1
  915. package/typings/packages/subscriptions-manager/src/hooks/useCoupons.d.ts +9 -9
  916. package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/index.d.ts +2 -2
  917. package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/serializeErrors.d.ts +11 -11
  918. package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/useCreatePaymentProfile.d.ts +22 -22
  919. package/typings/packages/subscriptions-manager/src/hooks/useDataAccess.d.ts +3 -3
  920. package/typings/packages/subscriptions-manager/src/hooks/useDeletePaymentProfile.d.ts +9 -9
  921. package/typings/packages/subscriptions-manager/src/hooks/useFormatSubscriptionDetails.d.ts +24 -24
  922. package/typings/packages/subscriptions-manager/src/hooks/usePauseSubscriptionService.d.ts +5 -5
  923. package/typings/packages/subscriptions-manager/src/hooks/usePaymentProfileAvailableActions/index.d.ts +2 -2
  924. package/typings/packages/subscriptions-manager/src/hooks/usePaymentProfileAvailableActions/usePaymentProfileAvailableActions.d.ts +7 -7
  925. package/typings/packages/subscriptions-manager/src/hooks/useReactivateSubscription.d.ts +4 -4
  926. package/typings/packages/subscriptions-manager/src/hooks/useResumeSubscriptionService.d.ts +5 -5
  927. package/typings/packages/subscriptions-manager/src/hooks/useServices.d.ts +6 -6
  928. package/typings/packages/subscriptions-manager/src/hooks/useSortPaymentProfiles/constants.d.ts +4 -4
  929. package/typings/packages/subscriptions-manager/src/hooks/useSortPaymentProfiles/index.d.ts +2 -2
  930. package/typings/packages/subscriptions-manager/src/hooks/useSortPaymentProfiles/useSortPaymentProfiles.d.ts +5 -5
  931. package/typings/packages/subscriptions-manager/src/hooks/useSubscriptionStatus.d.ts +8 -8
  932. package/typings/packages/subscriptions-manager/src/hooks/useThreeDs.d.ts +10 -10
  933. package/typings/packages/subscriptions-manager/src/hooks/useUndoCancelationService.d.ts +4 -4
  934. package/typings/packages/subscriptions-manager/src/index.d.ts +4 -4
  935. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/actions.d.ts +5 -5
  936. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/index.d.ts +5 -5
  937. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/machine.d.ts +6 -6
  938. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/selectors.d.ts +42 -42
  939. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/serialize.d.ts +3 -3
  940. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/types.d.ts +97 -97
  941. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/utils/getPriceRange.d.ts +8 -8
  942. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/cancelSubscription.d.ts +5 -5
  943. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/index.d.ts +4 -4
  944. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/selectors.d.ts +25 -25
  945. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/types.d.ts +31 -31
  946. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/changePaymentProfile.d.ts +5 -5
  947. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/index.d.ts +4 -4
  948. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/selectors.d.ts +21 -21
  949. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/types.d.ts +16 -16
  950. package/typings/packages/subscriptions-manager/src/machines/changePlan/changePlan.d.ts +5 -5
  951. package/typings/packages/subscriptions-manager/src/machines/changePlan/index.d.ts +4 -4
  952. package/typings/packages/subscriptions-manager/src/machines/changePlan/selectors.d.ts +33 -33
  953. package/typings/packages/subscriptions-manager/src/machines/changePlan/types.d.ts +48 -48
  954. package/typings/packages/subscriptions-manager/src/machines/component/component.d.ts +4 -4
  955. package/typings/packages/subscriptions-manager/src/machines/component/index.d.ts +3 -3
  956. package/typings/packages/subscriptions-manager/src/machines/component/selectors.d.ts +10 -10
  957. package/typings/packages/subscriptions-manager/src/machines/component/types.d.ts +4 -4
  958. package/typings/packages/subscriptions-manager/src/machines/components/components.d.ts +5 -5
  959. package/typings/packages/subscriptions-manager/src/machines/components/index.d.ts +5 -5
  960. package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUpdatesAllowed.d.ts +4 -4
  961. package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUsedInBilling.d.ts +12 -12
  962. package/typings/packages/subscriptions-manager/src/machines/components/selectors.d.ts +33 -33
  963. package/typings/packages/subscriptions-manager/src/machines/components/types.d.ts +16 -16
  964. package/typings/packages/subscriptions-manager/src/machines/components/utils/checkIfComponentIsUsedForBilling.d.ts +2 -2
  965. package/typings/packages/subscriptions-manager/src/machines/components/utils/index.d.ts +2 -2
  966. package/typings/packages/subscriptions-manager/src/machines/coupons/coupons.d.ts +5 -5
  967. package/typings/packages/subscriptions-manager/src/machines/coupons/index.d.ts +2 -2
  968. package/typings/packages/subscriptions-manager/src/machines/coupons/selectors.d.ts +12 -12
  969. package/typings/packages/subscriptions-manager/src/machines/coupons/types.d.ts +33 -33
  970. package/typings/packages/subscriptions-manager/src/machines/coupons/utils.d.ts +2 -2
  971. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/actions.d.ts +16 -16
  972. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/createPaymentProfile.d.ts +7 -7
  973. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/index.d.ts +6 -6
  974. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/selectors.d.ts +215 -215
  975. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/serializers.d.ts +48 -48
  976. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/types.d.ts +86 -86
  977. package/typings/packages/subscriptions-manager/src/machines/customFields/customFields.d.ts +5 -5
  978. package/typings/packages/subscriptions-manager/src/machines/customFields/selectors.d.ts +27 -27
  979. package/typings/packages/subscriptions-manager/src/machines/customFields/types.d.ts +5 -5
  980. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/deletePaymentProfile.d.ts +5 -5
  981. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/index.d.ts +5 -5
  982. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/selectors.d.ts +23 -23
  983. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/types.d.ts +15 -15
  984. package/typings/packages/subscriptions-manager/src/machines/index.d.ts +16 -16
  985. package/typings/packages/subscriptions-manager/src/machines/modals/index.d.ts +5 -5
  986. package/typings/packages/subscriptions-manager/src/machines/modals/modals.d.ts +5 -5
  987. package/typings/packages/subscriptions-manager/src/machines/modals/selectors.d.ts +207 -207
  988. package/typings/packages/subscriptions-manager/src/machines/modals/types.d.ts +132 -132
  989. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/index.d.ts +4 -4
  990. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/pauseSubscription.d.ts +5 -5
  991. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/selectors.d.ts +25 -25
  992. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/types.d.ts +29 -29
  993. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/index.d.ts +5 -5
  994. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/paymentGateway.d.ts +7 -7
  995. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/selectors.d.ts +39 -39
  996. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/types.d.ts +22 -22
  997. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/actions.d.ts +4 -4
  998. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/index.d.ts +4 -4
  999. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/paymentProfiles.d.ts +7 -7
  1000. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/selectors.d.ts +19 -19
  1001. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/serializers.d.ts +12 -12
  1002. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/types.d.ts +30 -30
  1003. package/typings/packages/subscriptions-manager/src/machines/productCatalog/actions.d.ts +3 -3
  1004. package/typings/packages/subscriptions-manager/src/machines/productCatalog/index.d.ts +5 -5
  1005. package/typings/packages/subscriptions-manager/src/machines/productCatalog/productCatalog.d.ts +6 -6
  1006. package/typings/packages/subscriptions-manager/src/machines/productCatalog/selectors.d.ts +23 -23
  1007. package/typings/packages/subscriptions-manager/src/machines/productCatalog/types.d.ts +20 -20
  1008. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/index.d.ts +4 -4
  1009. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/reactivateSubscription.d.ts +5 -5
  1010. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/selectors.d.ts +31 -31
  1011. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/types.d.ts +23 -23
  1012. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/index.d.ts +4 -4
  1013. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/resumeSubscription.d.ts +5 -5
  1014. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/selectors.d.ts +25 -25
  1015. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/types.d.ts +33 -33
  1016. package/typings/packages/subscriptions-manager/src/machines/subscription/index.d.ts +3 -3
  1017. package/typings/packages/subscriptions-manager/src/machines/subscription/selectors.d.ts +63 -63
  1018. package/typings/packages/subscriptions-manager/src/machines/subscription/subscription.d.ts +12 -12
  1019. package/typings/packages/subscriptions-manager/src/machines/subscription/types.d.ts +6 -6
  1020. package/typings/packages/subscriptions-manager/src/machines/subscriptions/actions.d.ts +135 -135
  1021. package/typings/packages/subscriptions-manager/src/machines/subscriptions/constants.d.ts +1 -1
  1022. package/typings/packages/subscriptions-manager/src/machines/subscriptions/index.d.ts +7 -7
  1023. package/typings/packages/subscriptions-manager/src/machines/subscriptions/selectors.d.ts +107 -107
  1024. package/typings/packages/subscriptions-manager/src/machines/subscriptions/serializers.d.ts +16 -16
  1025. package/typings/packages/subscriptions-manager/src/machines/subscriptions/subscriptions.d.ts +7 -7
  1026. package/typings/packages/subscriptions-manager/src/machines/subscriptions/types.d.ts +49 -49
  1027. package/typings/packages/subscriptions-manager/src/machines/threeDs/index.d.ts +1 -1
  1028. package/typings/packages/subscriptions-manager/src/machines/threeDs/threeDs.d.ts +5 -5
  1029. package/typings/packages/subscriptions-manager/src/machines/threeDs/types.d.ts +8 -8
  1030. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/index.d.ts +4 -4
  1031. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/selectors.d.ts +25 -25
  1032. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/types.d.ts +15 -15
  1033. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/undoCancelation.d.ts +5 -5
  1034. package/typings/packages/subscriptions-manager/src/mocks/allocation.d.ts +36 -36
  1035. package/typings/packages/subscriptions-manager/src/mocks/components.d.ts +2 -2
  1036. package/typings/packages/subscriptions-manager/src/mocks/customFields.d.ts +2 -2
  1037. package/typings/packages/subscriptions-manager/src/mocks/gatewayConfig.d.ts +2 -2
  1038. package/typings/packages/subscriptions-manager/src/mocks/index.d.ts +7 -7
  1039. package/typings/packages/subscriptions-manager/src/mocks/paymentProfiles.d.ts +3 -3
  1040. package/typings/packages/subscriptions-manager/src/mocks/products.d.ts +6 -6
  1041. package/typings/packages/subscriptions-manager/src/mocks/subscriptions.d.ts +5 -5
  1042. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/AddCoupon.d.ts +2 -3
  1043. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/Content.d.ts +12 -13
  1044. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/components/CouponSummary.d.ts +9 -10
  1045. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/components/index.d.ts +1 -1
  1046. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/index.d.ts +2 -2
  1047. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/utils.d.ts +7 -7
  1048. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/index.d.ts +2 -2
  1049. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/index.d.ts +2 -2
  1050. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/CancelSubscription.d.ts +2 -3
  1051. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/ChurnReasonCodes.d.ts +7 -8
  1052. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/ChurnReasonCodes.styles.d.ts +1 -1
  1053. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/index.d.ts +2 -2
  1054. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/Content.d.ts +11 -12
  1055. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/Content.styles.d.ts +2 -2
  1056. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/index.d.ts +2 -2
  1057. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Form/Form.d.ts +14 -14
  1058. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Form/index.d.ts +2 -2
  1059. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/index.d.ts +3 -3
  1060. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/constants.d.ts +5 -5
  1061. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/hooks/index.d.ts +2 -2
  1062. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/hooks/useCancelAvailableOptions.d.ts +3 -3
  1063. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/hooks/useCancelForm.d.ts +11 -11
  1064. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/index.d.ts +2 -2
  1065. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/cancelForm.d.ts +5 -5
  1066. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/index.d.ts +2 -2
  1067. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/types.d.ts +20 -20
  1068. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/ChangePaymentMethod.d.ts +2 -3
  1069. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/Content/Content.d.ts +9 -10
  1070. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/Content/index.d.ts +2 -2
  1071. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/index.d.ts +2 -2
  1072. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/ChangeSubscriptionPlan.d.ts +2 -3
  1073. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/Content.d.ts +9 -10
  1074. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.d.ts +6 -7
  1075. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/index.d.ts +2 -2
  1076. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/index.d.ts +2 -2
  1077. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/index.d.ts +2 -2
  1078. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/ComponentsAllocation.d.ts +2 -3
  1079. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/Content/Content.d.ts +8 -9
  1080. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/Content/index.d.ts +2 -2
  1081. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/index.d.ts +2 -2
  1082. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/index.d.ts +2 -2
  1083. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/CreatePaymentProfile.d.ts +2 -3
  1084. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/Content.d.ts +12 -13
  1085. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/constants.d.ts +1 -1
  1086. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/index.d.ts +2 -2
  1087. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/index.d.ts +2 -2
  1088. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/index.d.ts +2 -2
  1089. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/Content.d.ts +7 -8
  1090. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/constants.d.ts +1 -1
  1091. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/index.d.ts +2 -2
  1092. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/DeletePaymentMethod.d.ts +2 -3
  1093. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/ErrorList.d.ts +9 -10
  1094. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/ErrorList.styles.d.ts +1 -1
  1095. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/index.d.ts +2 -2
  1096. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/index.d.ts +2 -2
  1097. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/PauseSubscription.d.ts +2 -3
  1098. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/Content/Content.d.ts +8 -9
  1099. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/Content/index.d.ts +2 -2
  1100. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/index.d.ts +2 -2
  1101. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/index.d.ts +2 -2
  1102. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/BillingAddress/BillingAddress.d.ts +6 -7
  1103. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/BillingAddress/index.d.ts +2 -2
  1104. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/Content/Content.d.ts +9 -10
  1105. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/Content/index.d.ts +2 -2
  1106. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/DetailsRow.d.ts +6 -7
  1107. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/index.d.ts +2 -2
  1108. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/PreviewPaymentMethod.d.ts +2 -3
  1109. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/index.d.ts +2 -2
  1110. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/ReactivateSubscription.d.ts +2 -3
  1111. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/Content/Content.d.ts +8 -9
  1112. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/Content/index.d.ts +2 -2
  1113. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/index.d.ts +2 -2
  1114. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/index.d.ts +2 -2
  1115. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/ResumeSubscription.d.ts +2 -3
  1116. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/Content.d.ts +9 -10
  1117. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/index.d.ts +2 -2
  1118. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/utils.d.ts +10 -10
  1119. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/index.d.ts +2 -2
  1120. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/index.d.ts +2 -2
  1121. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/ThreeDsConfirmation.d.ts +2 -3
  1122. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/Content/Content.d.ts +10 -11
  1123. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/Content/index.d.ts +2 -2
  1124. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/index.d.ts +2 -2
  1125. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/index.d.ts +2 -2
  1126. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/UndoCancelation.d.ts +2 -3
  1127. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/Content/Content.d.ts +8 -9
  1128. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/Content/index.d.ts +2 -2
  1129. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/index.d.ts +2 -2
  1130. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/index.d.ts +2 -2
  1131. package/typings/packages/subscriptions-manager/src/modals/index.d.ts +14 -14
  1132. package/typings/packages/subscriptions-manager/src/modals/setupTest/index.d.ts +2 -2
  1133. package/typings/packages/subscriptions-manager/src/modals/setupTest/modalTestRenderer.d.ts +7 -7
  1134. package/typings/packages/subscriptions-manager/src/models/component/component.d.ts +3 -3
  1135. package/typings/packages/subscriptions-manager/src/models/component/index.d.ts +4 -4
  1136. package/typings/packages/subscriptions-manager/src/models/component/types.d.ts +66 -66
  1137. package/typings/packages/subscriptions-manager/src/models/index.d.ts +7 -7
  1138. package/typings/packages/subscriptions-manager/src/models/paymentProfile/index.d.ts +3 -3
  1139. package/typings/packages/subscriptions-manager/src/models/paymentProfile/types.d.ts +43 -43
  1140. package/typings/packages/subscriptions-manager/src/models/subscription/constants.d.ts +2 -2
  1141. package/typings/packages/subscriptions-manager/src/models/subscription/index.d.ts +8 -8
  1142. package/typings/packages/subscriptions-manager/src/models/subscription/serialize.d.ts +2 -2
  1143. package/typings/packages/subscriptions-manager/src/models/subscription/subscription.d.ts +10 -10
  1144. package/typings/packages/subscriptions-manager/src/models/subscription/types.d.ts +86 -86
  1145. package/typings/packages/subscriptions-manager/src/pages/ComponentsAllocation/ComponentsAllocation.d.ts +2 -3
  1146. package/typings/packages/subscriptions-manager/src/pages/ComponentsAllocation/index.d.ts +2 -2
  1147. package/typings/packages/subscriptions-manager/src/pages/CustomFields/CustomFields.d.ts +2 -3
  1148. package/typings/packages/subscriptions-manager/src/pages/CustomFields/index.d.ts +2 -2
  1149. package/typings/packages/subscriptions-manager/src/pages/PaymentProfiles/PaymentProfiles.d.ts +2 -3
  1150. package/typings/packages/subscriptions-manager/src/pages/PaymentProfiles/index.d.ts +2 -2
  1151. package/typings/packages/subscriptions-manager/src/pages/Subscription/Subscription.d.ts +2 -3
  1152. package/typings/packages/subscriptions-manager/src/pages/Subscription/index.d.ts +2 -2
  1153. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/SubscriptionsList.d.ts +2 -3
  1154. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/hooks/index.d.ts +3 -3
  1155. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/hooks/useProductCatalog.d.ts +7 -7
  1156. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/hooks/useSubscriptions.d.ts +6 -6
  1157. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/index.d.ts +2 -2
  1158. package/typings/packages/subscriptions-manager/src/pages/index.d.ts +6 -6
  1159. package/typings/packages/subscriptions-manager/src/providers/PaymentProfilesProvider.d.ts +6 -6
  1160. package/typings/packages/subscriptions-manager/src/providers/StateProvider.d.ts +6 -6
  1161. package/typings/packages/subscriptions-manager/src/providers/index.d.ts +3 -3
  1162. package/typings/packages/subscriptions-manager/src/settings.d.ts +2 -2
  1163. package/typings/packages/subscriptions-manager/src/types.d.ts +23 -23
  1164. package/typings/packages/subscriptions-manager/src/utils/getComponentsAllocationErrorDescription.d.ts +3 -3
  1165. package/typings/packages/subscriptions-manager/src/utils/index.d.ts +4 -4
  1166. package/typings/packages/subscriptions-manager/src/utils/mergeComponentsWithAllocations.d.ts +2 -2
  1167. package/typings/packages/subscriptions-manager/src/utils/sortSubscriptions.d.ts +2 -2
  1168. package/typings/packages/toasts/index.d.ts +1 -1
  1169. package/typings/packages/toasts/src/ToastsPlayground.d.ts +3 -3
  1170. package/typings/packages/toasts/src/containers/ToastsContainer/ToastsContainer.d.ts +6 -6
  1171. package/typings/packages/toasts/src/containers/ToastsContainer/ToastsContainer.styles.d.ts +3 -3
  1172. package/typings/packages/toasts/src/containers/ToastsContainer/index.d.ts +2 -2
  1173. package/typings/packages/toasts/src/containers/ToastsContainer/motion.d.ts +16 -16
  1174. package/typings/packages/toasts/src/containers/index.d.ts +2 -2
  1175. package/typings/packages/toasts/src/contexts/ToastMessagesContext.d.ts +5 -5
  1176. package/typings/packages/toasts/src/contexts/index.d.ts +2 -2
  1177. package/typings/packages/toasts/src/hooks/index.d.ts +2 -2
  1178. package/typings/packages/toasts/src/hooks/useToastMessages.d.ts +1 -1
  1179. package/typings/packages/toasts/src/index.d.ts +3 -3
  1180. package/typings/packages/toasts/src/machines/index.d.ts +2 -2
  1181. package/typings/packages/toasts/src/machines/toast/index.d.ts +2 -2
  1182. package/typings/packages/toasts/src/machines/toast/toast.d.ts +8 -8
  1183. package/typings/packages/toasts/src/machines/toast/types.d.ts +6 -6
  1184. package/typings/packages/toasts/src/machines/toasts/constants.d.ts +1 -1
  1185. package/typings/packages/toasts/src/machines/toasts/index.d.ts +2 -2
  1186. package/typings/packages/toasts/src/machines/toasts/toasts.d.ts +5 -5
  1187. package/typings/packages/toasts/src/machines/toasts/types.d.ts +23 -23
  1188. package/typings/packages/toasts/src/types.d.ts +8 -8
  1189. package/typings/packages/toasts/src/utils/index.d.ts +2 -2
  1190. package/typings/packages/toasts/src/utils/setNotificationsPosition.d.ts +2 -2
  1191. package/typings/sdk/components-sdk/src/SDK.d.ts +30 -30
  1192. package/typings/sdk/components-sdk/src/constants.d.ts +2 -2
  1193. package/typings/sdk/components-sdk/src/index.d.ts +2 -2
  1194. package/typings/sdk/components-sdk/src/settings.d.ts +2 -2
  1195. package/typings/sdk/components-sdk/src/types.d.ts +5 -5
  1196. package/typings/sdk/components-sdk/src/utils/createComponentFactory.d.ts +9 -9
  1197. package/dist/maxio-components.cjs.js +0 -2
  1198. package/dist/maxio-components.cjs.js.map +0 -1
@@ -1,135 +1,135 @@
1
- export declare const updateSubscription: import("xstate").AssignAction<{
2
- items: {
3
- [x: number]: {
4
- subscription: import("../../models").SubscriptionModel;
5
- componentsRef: import("xstate").ActorRefWithDeprecatedState<import("../components").ComponentsContext, import("../components").ComponentsEvents, {
6
- value: any;
7
- context: import("../components").ComponentsContext;
8
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("../components").ComponentsEvents, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
9
- subscriptionRef: import("xstate").ActorRefWithDeprecatedState<import("../../models").SubscriptionModel, {
10
- data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
11
- type: "UPDATE_SUBSCRIPTION";
12
- }, {
13
- value: any;
14
- context: import("../../models").SubscriptionModel;
15
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenConstraint, {
16
- data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
17
- type: "UPDATE_SUBSCRIPTION";
18
- }, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
19
- customFieldsRef: import("xstate").ActorRefWithDeprecatedState<import("../customFields/types").Context, import("xstate").AnyEventObject, {
20
- value: any;
21
- context: import("../customFields/types").Context;
22
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("xstate").AnyEventObject, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
23
- }[] | {
24
- subscription: {
25
- id: number;
26
- currency: "DKK" | "AUD" | "BRL" | "CAD" | "CHF" | "CNY" | "CZK" | "EUR" | "GBP" | "HKD" | "INR" | "JPY" | "MXN" | "MYR" | "NOK" | "NZD" | "PHP" | "PLN" | "RON" | "RUB" | "SEK" | "SGD" | "USD" | "ZAR" | "AED" | "SAR" | "ILS";
27
- productFamilyId: number;
28
- scheduledCancellationAt: string;
29
- currentBillingAmountInCents: number;
30
- status: import("../../models").SubscriptionStatus;
31
- canceledAt: string;
32
- expiresAt: string;
33
- snapDay: string;
34
- currentPeriodEndsAt: string;
35
- nextAssessmentAt: string;
36
- nextProductId: number;
37
- trialEndedAt: string;
38
- automaticallyResumeAt: string;
39
- balanceInCents: number;
40
- referralCode: string;
41
- threeDsActionLink: string;
42
- product: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionProduct, {}>;
43
- billing: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models/subscription/types").SubscriptionBilling, {}>;
44
- components: import("type-fest/source/partial-deep").PartialObjectDeep<{
45
- updatesAllowed: null;
46
- usedInBilling: null;
47
- }, {}>;
48
- customFields: import("type-fest/source/partial-deep").PartialObjectDeep<{
49
- updatesAllowed: null;
50
- visible: null;
51
- }, {}>;
52
- } | {
53
- id: number;
54
- product_family_id?: number;
55
- state?: string;
56
- balance_in_cents?: number;
57
- referral_code?: string;
58
- current_period_ends_at?: string;
59
- next_assessment_at?: string;
60
- next_product_id?: number;
61
- current_billing_amount_in_cents?: number;
62
- automatically_resume_at?: string;
63
- expires_at?: string;
64
- canceled_at?: string;
65
- scheduled_cancellation_at?: string;
66
- currency: string;
67
- three_ds_action_link?: string;
68
- billing: import("../../models/subscription/types").SubscriptionBilling | import("type-fest/source/partial-deep").PartialObjectDeep<{
69
- payment_profile_connected: boolean;
70
- } & import("../../../../data-access/src/types").SubscriptionPaymentProfile, {}>;
71
- product: import("../../models").SubscriptionProduct | import("type-fest/source/partial-deep").PartialObjectDeep<import("../../../../data-access/src/types").SubscriptionProduct, {}>;
72
- components: {
73
- updatesAllowed: null;
74
- usedInBilling: null;
75
- } | import("type-fest/source/partial-deep").PartialObjectDeep<{
76
- updates_allowed: boolean;
77
- used_in_billing: boolean;
78
- }, {}>;
79
- custom_fields?: import("type-fest/source/partial-deep").PartialObjectDeep<{
80
- updates_allowed: boolean;
81
- visible: boolean;
82
- }, {}>;
83
- coupons?: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models/subscription/types").Coupon, {}>[];
84
- productFamilyId: number;
85
- scheduledCancellationAt: string;
86
- currentBillingAmountInCents: number;
87
- status: import("../../models").SubscriptionStatus;
88
- canceledAt: string;
89
- expiresAt: string;
90
- snapDay: string;
91
- currentPeriodEndsAt: string;
92
- nextAssessmentAt: string;
93
- nextProductId: number;
94
- trialEndedAt: string;
95
- automaticallyResumeAt: string;
96
- balanceInCents: number;
97
- referralCode: string;
98
- threeDsActionLink: string;
99
- customFields: {
100
- updatesAllowed: null;
101
- visible: null;
102
- };
103
- };
104
- componentsRef: import("xstate").ActorRefWithDeprecatedState<import("../components").ComponentsContext, import("../components").ComponentsEvents, {
105
- value: any;
106
- context: import("../components").ComponentsContext;
107
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("../components").ComponentsEvents, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
108
- subscriptionRef: import("xstate").ActorRefWithDeprecatedState<import("../../models").SubscriptionModel, {
109
- data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
110
- type: "UPDATE_SUBSCRIPTION";
111
- }, {
112
- value: any;
113
- context: import("../../models").SubscriptionModel;
114
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenConstraint, {
115
- data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
116
- type: "UPDATE_SUBSCRIPTION";
117
- }, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
118
- customFieldsRef: import("xstate").ActorRefWithDeprecatedState<import("../customFields/types").Context, import("xstate").AnyEventObject, {
119
- value: any;
120
- context: import("../customFields/types").Context;
121
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("xstate").AnyEventObject, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
122
- }[];
123
- };
124
- }, import("xstate").EventObject>;
125
- export declare const toggleSubscriptionDetailsVisibility: import("xstate").AssignAction<{
126
- itemsWithVisibleDetails: number[];
127
- }, import("xstate").EventObject>;
128
- export declare const setListExpandedState: import("xstate").AssignAction<{
129
- catalogs: {
130
- [x: number]: import("./types").Catalog | {
131
- isListExpanded: boolean;
132
- isPaginated: boolean;
133
- };
134
- };
135
- }, import("xstate").EventObject>;
1
+ export declare const updateSubscription: import("xstate").AssignAction<{
2
+ items: {
3
+ [x: number]: {
4
+ subscription: import("../../models").SubscriptionModel;
5
+ componentsRef: import("xstate").ActorRefWithDeprecatedState<import("../components").ComponentsContext, import("../components").ComponentsEvents, {
6
+ value: any;
7
+ context: import("../components").ComponentsContext;
8
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("../components").ComponentsEvents, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
9
+ subscriptionRef: import("xstate").ActorRefWithDeprecatedState<import("../../models").SubscriptionModel, {
10
+ data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
11
+ type: "UPDATE_SUBSCRIPTION";
12
+ }, {
13
+ value: any;
14
+ context: import("../../models").SubscriptionModel;
15
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenConstraint, {
16
+ data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
17
+ type: "UPDATE_SUBSCRIPTION";
18
+ }, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
19
+ customFieldsRef: import("xstate").ActorRefWithDeprecatedState<import("../customFields/types").Context, import("xstate").AnyEventObject, {
20
+ value: any;
21
+ context: import("../customFields/types").Context;
22
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("xstate").AnyEventObject, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
23
+ }[] | {
24
+ subscription: {
25
+ id: number;
26
+ currency: "DKK" | "AUD" | "BRL" | "CAD" | "CHF" | "CNY" | "CZK" | "EUR" | "GBP" | "HKD" | "INR" | "JPY" | "MXN" | "MYR" | "NOK" | "NZD" | "PHP" | "PLN" | "RON" | "RUB" | "SEK" | "SGD" | "USD" | "ZAR" | "AED" | "SAR" | "ILS";
27
+ productFamilyId: number;
28
+ scheduledCancellationAt: string;
29
+ currentBillingAmountInCents: number;
30
+ status: import("../../models").SubscriptionStatus;
31
+ canceledAt: string;
32
+ expiresAt: string;
33
+ snapDay: string;
34
+ currentPeriodEndsAt: string;
35
+ nextAssessmentAt: string;
36
+ nextProductId: number;
37
+ trialEndedAt: string;
38
+ automaticallyResumeAt: string;
39
+ balanceInCents: number;
40
+ referralCode: string;
41
+ threeDsActionLink: string;
42
+ product: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionProduct, {}>;
43
+ billing: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models/subscription/types").SubscriptionBilling, {}>;
44
+ components: import("type-fest/source/partial-deep").PartialObjectDeep<{
45
+ updatesAllowed: null;
46
+ usedInBilling: null;
47
+ }, {}>;
48
+ customFields: import("type-fest/source/partial-deep").PartialObjectDeep<{
49
+ updatesAllowed: null;
50
+ visible: null;
51
+ }, {}>;
52
+ } | {
53
+ id: number;
54
+ product_family_id?: number;
55
+ state?: string;
56
+ balance_in_cents?: number;
57
+ referral_code?: string;
58
+ current_period_ends_at?: string;
59
+ next_assessment_at?: string;
60
+ next_product_id?: number;
61
+ current_billing_amount_in_cents?: number;
62
+ automatically_resume_at?: string;
63
+ expires_at?: string;
64
+ canceled_at?: string;
65
+ scheduled_cancellation_at?: string;
66
+ currency: string;
67
+ three_ds_action_link?: string;
68
+ billing: import("../../models/subscription/types").SubscriptionBilling | import("type-fest/source/partial-deep").PartialObjectDeep<{
69
+ payment_profile_connected: boolean;
70
+ } & import("../../../../data-access/src/types").SubscriptionPaymentProfile, {}>;
71
+ product: import("../../models").SubscriptionProduct | import("type-fest/source/partial-deep").PartialObjectDeep<import("../../../../data-access/src/types").SubscriptionProduct, {}>;
72
+ components: {
73
+ updatesAllowed: null;
74
+ usedInBilling: null;
75
+ } | import("type-fest/source/partial-deep").PartialObjectDeep<{
76
+ updates_allowed: boolean;
77
+ used_in_billing: boolean;
78
+ }, {}>;
79
+ custom_fields?: import("type-fest/source/partial-deep").PartialObjectDeep<{
80
+ updates_allowed: boolean;
81
+ visible: boolean;
82
+ }, {}>;
83
+ coupons?: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models/subscription/types").Coupon, {}>[];
84
+ productFamilyId: number;
85
+ scheduledCancellationAt: string;
86
+ currentBillingAmountInCents: number;
87
+ status: import("../../models").SubscriptionStatus;
88
+ canceledAt: string;
89
+ expiresAt: string;
90
+ snapDay: string;
91
+ currentPeriodEndsAt: string;
92
+ nextAssessmentAt: string;
93
+ nextProductId: number;
94
+ trialEndedAt: string;
95
+ automaticallyResumeAt: string;
96
+ balanceInCents: number;
97
+ referralCode: string;
98
+ threeDsActionLink: string;
99
+ customFields: {
100
+ updatesAllowed: null;
101
+ visible: null;
102
+ };
103
+ };
104
+ componentsRef: import("xstate").ActorRefWithDeprecatedState<import("../components").ComponentsContext, import("../components").ComponentsEvents, {
105
+ value: any;
106
+ context: import("../components").ComponentsContext;
107
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("../components").ComponentsEvents, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
108
+ subscriptionRef: import("xstate").ActorRefWithDeprecatedState<import("../../models").SubscriptionModel, {
109
+ data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
110
+ type: "UPDATE_SUBSCRIPTION";
111
+ }, {
112
+ value: any;
113
+ context: import("../../models").SubscriptionModel;
114
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenConstraint, {
115
+ data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
116
+ type: "UPDATE_SUBSCRIPTION";
117
+ }, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
118
+ customFieldsRef: import("xstate").ActorRefWithDeprecatedState<import("../customFields/types").Context, import("xstate").AnyEventObject, {
119
+ value: any;
120
+ context: import("../customFields/types").Context;
121
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("xstate").AnyEventObject, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
122
+ }[];
123
+ };
124
+ }, import("xstate").EventObject>;
125
+ export declare const toggleSubscriptionDetailsVisibility: import("xstate").AssignAction<{
126
+ itemsWithVisibleDetails: number[];
127
+ }, import("xstate").EventObject>;
128
+ export declare const setListExpandedState: import("xstate").AssignAction<{
129
+ catalogs: {
130
+ [x: number]: import("./types").Catalog | {
131
+ isListExpanded: boolean;
132
+ isPaginated: boolean;
133
+ };
134
+ };
135
+ }, import("xstate").EventObject>;
@@ -1 +1 @@
1
- export declare const DEFAULT_VISIBLE_SUBSCRIPTIONS = 5;
1
+ export declare const DEFAULT_VISIBLE_SUBSCRIPTIONS = 5;
@@ -1,7 +1,7 @@
1
- import { createSubscriptionsMachine } from './subscriptions';
2
- import { subscriptionsSelectors } from './selectors';
3
- import { SubscriptionsInterpreter, SubscriptionRef } from './types';
4
- import { DEFAULT_VISIBLE_SUBSCRIPTIONS } from './constants';
5
- export { createSubscriptionsMachine, subscriptionsSelectors };
6
- export type { SubscriptionsInterpreter, SubscriptionRef };
7
- export { DEFAULT_VISIBLE_SUBSCRIPTIONS };
1
+ import { createSubscriptionsMachine } from './subscriptions';
2
+ import { subscriptionsSelectors } from './selectors';
3
+ import { SubscriptionsInterpreter, SubscriptionRef } from './types';
4
+ import { DEFAULT_VISIBLE_SUBSCRIPTIONS } from './constants';
5
+ export { createSubscriptionsMachine, subscriptionsSelectors };
6
+ export type { SubscriptionsInterpreter, SubscriptionRef };
7
+ export { DEFAULT_VISIBLE_SUBSCRIPTIONS };
@@ -1,107 +1,107 @@
1
- import { State } from 'xstate';
2
- import { createSubscriptionsMachine } from './subscriptions';
3
- declare type SubscriptionsMachine = ReturnType<typeof createSubscriptionsMachine>;
4
- declare type SubscriptionState = State<SubscriptionsMachine['context']>;
5
- export declare const getSubscriptionsByCategoryId: (catalogId: number) => (machineState: SubscriptionState) => {
6
- subscription: import("../../models").SubscriptionModel;
7
- componentsRef: import("xstate").ActorRefWithDeprecatedState<import("../components").ComponentsContext, import("../components").ComponentsEvents, {
8
- value: any;
9
- context: import("../components").ComponentsContext;
10
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("../components").ComponentsEvents, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
11
- subscriptionRef: import("xstate").ActorRefWithDeprecatedState<import("../../models").SubscriptionModel, {
12
- data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
13
- type: "UPDATE_SUBSCRIPTION";
14
- }, {
15
- value: any;
16
- context: import("../../models").SubscriptionModel;
17
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenConstraint, {
18
- data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
19
- type: "UPDATE_SUBSCRIPTION";
20
- }, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
21
- customFieldsRef: import("xstate").ActorRefWithDeprecatedState<import("../customFields/types").Context, import("xstate").AnyEventObject, {
22
- value: any;
23
- context: import("../customFields/types").Context;
24
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("xstate").AnyEventObject, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
25
- }[];
26
- export declare const getSubscriptionById: (catalogId: number, subscriptionId: number) => (machineState: SubscriptionState) => {
27
- subscription: import("../../models").SubscriptionModel;
28
- componentsRef: import("xstate").ActorRefWithDeprecatedState<import("../components").ComponentsContext, import("../components").ComponentsEvents, {
29
- value: any;
30
- context: import("../components").ComponentsContext;
31
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("../components").ComponentsEvents, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
32
- subscriptionRef: import("xstate").ActorRefWithDeprecatedState<import("../../models").SubscriptionModel, {
33
- data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
34
- type: "UPDATE_SUBSCRIPTION";
35
- }, {
36
- value: any;
37
- context: import("../../models").SubscriptionModel;
38
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenConstraint, {
39
- data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
40
- type: "UPDATE_SUBSCRIPTION";
41
- }, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
42
- customFieldsRef: import("xstate").ActorRefWithDeprecatedState<import("../customFields/types").Context, import("xstate").AnyEventObject, {
43
- value: any;
44
- context: import("../customFields/types").Context;
45
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("xstate").AnyEventObject, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
46
- };
47
- export declare const getSubscriptionsCount: (machineState: SubscriptionState) => number;
48
- export declare const getSubscriptionsWithVisibleDetails: (machineState: SubscriptionState) => number[];
49
- export declare const getSubscriptionsFetchStatus: (machineState: SubscriptionState) => {
50
- isLoading: boolean;
51
- error: boolean;
52
- ready: boolean;
53
- };
54
- export declare const getCatalogById: (catalogId: number) => (machineState: SubscriptionState) => import("./types").Catalog;
55
- export declare const subscriptionsSelectors: {
56
- getSubscriptionsByCategoryId: (catalogId: number) => (machineState: SubscriptionState) => {
57
- subscription: import("../../models").SubscriptionModel;
58
- componentsRef: import("xstate").ActorRefWithDeprecatedState<import("../components").ComponentsContext, import("../components").ComponentsEvents, {
59
- value: any;
60
- context: import("../components").ComponentsContext;
61
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("../components").ComponentsEvents, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
62
- subscriptionRef: import("xstate").ActorRefWithDeprecatedState<import("../../models").SubscriptionModel, {
63
- data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
64
- type: "UPDATE_SUBSCRIPTION";
65
- }, {
66
- value: any;
67
- context: import("../../models").SubscriptionModel;
68
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenConstraint, {
69
- data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
70
- type: "UPDATE_SUBSCRIPTION";
71
- }, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
72
- customFieldsRef: import("xstate").ActorRefWithDeprecatedState<import("../customFields/types").Context, import("xstate").AnyEventObject, {
73
- value: any;
74
- context: import("../customFields/types").Context;
75
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("xstate").AnyEventObject, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
76
- }[];
77
- getSubscriptionsFetchStatus: (machineState: SubscriptionState) => {
78
- isLoading: boolean;
79
- error: boolean;
80
- ready: boolean;
81
- };
82
- getSubscriptionsCount: (machineState: SubscriptionState) => number;
83
- getSubscriptionById: (catalogId: number, subscriptionId: number) => (machineState: SubscriptionState) => {
84
- subscription: import("../../models").SubscriptionModel;
85
- componentsRef: import("xstate").ActorRefWithDeprecatedState<import("../components").ComponentsContext, import("../components").ComponentsEvents, {
86
- value: any;
87
- context: import("../components").ComponentsContext;
88
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("../components").ComponentsEvents, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
89
- subscriptionRef: import("xstate").ActorRefWithDeprecatedState<import("../../models").SubscriptionModel, {
90
- data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
91
- type: "UPDATE_SUBSCRIPTION";
92
- }, {
93
- value: any;
94
- context: import("../../models").SubscriptionModel;
95
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenConstraint, {
96
- data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
97
- type: "UPDATE_SUBSCRIPTION";
98
- }, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
99
- customFieldsRef: import("xstate").ActorRefWithDeprecatedState<import("../customFields/types").Context, import("xstate").AnyEventObject, {
100
- value: any;
101
- context: import("../customFields/types").Context;
102
- }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("xstate").AnyEventObject, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
103
- };
104
- getCatalogById: (catalogId: number) => (machineState: SubscriptionState) => import("./types").Catalog;
105
- getSubscriptionsWithVisibleDetails: (machineState: SubscriptionState) => number[];
106
- };
107
- export {};
1
+ import { State } from 'xstate';
2
+ import { createSubscriptionsMachine } from './subscriptions';
3
+ declare type SubscriptionsMachine = ReturnType<typeof createSubscriptionsMachine>;
4
+ declare type SubscriptionState = State<SubscriptionsMachine['context']>;
5
+ export declare const getSubscriptionsByCategoryId: (catalogId: number) => (machineState: SubscriptionState) => {
6
+ subscription: import("../../models").SubscriptionModel;
7
+ componentsRef: import("xstate").ActorRefWithDeprecatedState<import("../components").ComponentsContext, import("../components").ComponentsEvents, {
8
+ value: any;
9
+ context: import("../components").ComponentsContext;
10
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("../components").ComponentsEvents, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
11
+ subscriptionRef: import("xstate").ActorRefWithDeprecatedState<import("../../models").SubscriptionModel, {
12
+ data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
13
+ type: "UPDATE_SUBSCRIPTION";
14
+ }, {
15
+ value: any;
16
+ context: import("../../models").SubscriptionModel;
17
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenConstraint, {
18
+ data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
19
+ type: "UPDATE_SUBSCRIPTION";
20
+ }, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
21
+ customFieldsRef: import("xstate").ActorRefWithDeprecatedState<import("../customFields/types").Context, import("xstate").AnyEventObject, {
22
+ value: any;
23
+ context: import("../customFields/types").Context;
24
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("xstate").AnyEventObject, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
25
+ }[];
26
+ export declare const getSubscriptionById: (catalogId: number, subscriptionId: number) => (machineState: SubscriptionState) => {
27
+ subscription: import("../../models").SubscriptionModel;
28
+ componentsRef: import("xstate").ActorRefWithDeprecatedState<import("../components").ComponentsContext, import("../components").ComponentsEvents, {
29
+ value: any;
30
+ context: import("../components").ComponentsContext;
31
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("../components").ComponentsEvents, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
32
+ subscriptionRef: import("xstate").ActorRefWithDeprecatedState<import("../../models").SubscriptionModel, {
33
+ data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
34
+ type: "UPDATE_SUBSCRIPTION";
35
+ }, {
36
+ value: any;
37
+ context: import("../../models").SubscriptionModel;
38
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenConstraint, {
39
+ data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
40
+ type: "UPDATE_SUBSCRIPTION";
41
+ }, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
42
+ customFieldsRef: import("xstate").ActorRefWithDeprecatedState<import("../customFields/types").Context, import("xstate").AnyEventObject, {
43
+ value: any;
44
+ context: import("../customFields/types").Context;
45
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("xstate").AnyEventObject, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
46
+ };
47
+ export declare const getSubscriptionsCount: (machineState: SubscriptionState) => number;
48
+ export declare const getSubscriptionsWithVisibleDetails: (machineState: SubscriptionState) => number[];
49
+ export declare const getSubscriptionsFetchStatus: (machineState: SubscriptionState) => {
50
+ isLoading: boolean;
51
+ error: boolean;
52
+ ready: boolean;
53
+ };
54
+ export declare const getCatalogById: (catalogId: number) => (machineState: SubscriptionState) => import("./types").Catalog;
55
+ export declare const subscriptionsSelectors: {
56
+ getSubscriptionsByCategoryId: (catalogId: number) => (machineState: SubscriptionState) => {
57
+ subscription: import("../../models").SubscriptionModel;
58
+ componentsRef: import("xstate").ActorRefWithDeprecatedState<import("../components").ComponentsContext, import("../components").ComponentsEvents, {
59
+ value: any;
60
+ context: import("../components").ComponentsContext;
61
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("../components").ComponentsEvents, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
62
+ subscriptionRef: import("xstate").ActorRefWithDeprecatedState<import("../../models").SubscriptionModel, {
63
+ data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
64
+ type: "UPDATE_SUBSCRIPTION";
65
+ }, {
66
+ value: any;
67
+ context: import("../../models").SubscriptionModel;
68
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenConstraint, {
69
+ data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
70
+ type: "UPDATE_SUBSCRIPTION";
71
+ }, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
72
+ customFieldsRef: import("xstate").ActorRefWithDeprecatedState<import("../customFields/types").Context, import("xstate").AnyEventObject, {
73
+ value: any;
74
+ context: import("../customFields/types").Context;
75
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("xstate").AnyEventObject, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
76
+ }[];
77
+ getSubscriptionsFetchStatus: (machineState: SubscriptionState) => {
78
+ isLoading: boolean;
79
+ error: boolean;
80
+ ready: boolean;
81
+ };
82
+ getSubscriptionsCount: (machineState: SubscriptionState) => number;
83
+ getSubscriptionById: (catalogId: number, subscriptionId: number) => (machineState: SubscriptionState) => {
84
+ subscription: import("../../models").SubscriptionModel;
85
+ componentsRef: import("xstate").ActorRefWithDeprecatedState<import("../components").ComponentsContext, import("../components").ComponentsEvents, {
86
+ value: any;
87
+ context: import("../components").ComponentsContext;
88
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("../components").ComponentsEvents, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
89
+ subscriptionRef: import("xstate").ActorRefWithDeprecatedState<import("../../models").SubscriptionModel, {
90
+ data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
91
+ type: "UPDATE_SUBSCRIPTION";
92
+ }, {
93
+ value: any;
94
+ context: import("../../models").SubscriptionModel;
95
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenConstraint, {
96
+ data: import("type-fest/source/partial-deep").PartialObjectDeep<import("../../models").SubscriptionModel, {}>;
97
+ type: "UPDATE_SUBSCRIPTION";
98
+ }, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
99
+ customFieldsRef: import("xstate").ActorRefWithDeprecatedState<import("../customFields/types").Context, import("xstate").AnyEventObject, {
100
+ value: any;
101
+ context: import("../customFields/types").Context;
102
+ }, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, import("xstate").AnyEventObject, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
103
+ };
104
+ getCatalogById: (catalogId: number) => (machineState: SubscriptionState) => import("./types").Catalog;
105
+ getSubscriptionsWithVisibleDetails: (machineState: SubscriptionState) => number[];
106
+ };
107
+ export {};
@@ -1,16 +1,16 @@
1
- import { ActorRefFrom } from 'xstate';
2
- import { DataAccess } from "../../../../data-access/src";
3
- import { createSubscriptionMachine } from '../subscription';
4
- import { createComponentsMachine } from '../components';
5
- import { SubscriptionModel } from '../../models';
6
- import { Catalog } from './types';
7
- import { createCustomFieldsMachine } from '../customFields/customFields';
8
- export declare const serializeSubscriptions: (items: Record<string, any>, dataAccess: DataAccess) => Record<number, {
9
- subscription: SubscriptionModel;
10
- componentsRef: ActorRefFrom<typeof createComponentsMachine>;
11
- subscriptionRef: ActorRefFrom<typeof createSubscriptionMachine>;
12
- customFieldsRef: ActorRefFrom<typeof createCustomFieldsMachine>;
13
- }[]>;
14
- export declare const serializeCatalogs: (subscriptions: {
15
- [catalogId: number]: Record<string, any>;
16
- }) => Record<string, Catalog>;
1
+ import { ActorRefFrom } from 'xstate';
2
+ import { DataAccess } from '@chargify/data-access';
3
+ import { createSubscriptionMachine } from '../subscription';
4
+ import { createComponentsMachine } from '../components';
5
+ import { SubscriptionModel } from '../../models';
6
+ import { Catalog } from './types';
7
+ import { createCustomFieldsMachine } from '../customFields/customFields';
8
+ export declare const serializeSubscriptions: (items: Record<string, any>, dataAccess: DataAccess) => Record<number, {
9
+ subscription: SubscriptionModel;
10
+ componentsRef: ActorRefFrom<typeof createComponentsMachine>;
11
+ subscriptionRef: ActorRefFrom<typeof createSubscriptionMachine>;
12
+ customFieldsRef: ActorRefFrom<typeof createCustomFieldsMachine>;
13
+ }[]>;
14
+ export declare const serializeCatalogs: (subscriptions: {
15
+ [catalogId: number]: Record<string, any>;
16
+ }) => Record<string, Catalog>;
@@ -1,7 +1,7 @@
1
- import { DataAccess } from "../../../../data-access/src";
2
- import { Context, Events } from './types';
3
- declare const createSubscriptionsMachine: (dataAccess: DataAccess) => import("xstate").StateMachine<Context, any, Events, {
4
- value: any;
5
- context: Context;
6
- }, import("xstate").BaseActionObject, import("xstate").ServiceMap, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, Events, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
7
- export { createSubscriptionsMachine };
1
+ import { DataAccess } from '@chargify/data-access';
2
+ import { Context, Events } from './types';
3
+ declare const createSubscriptionsMachine: (dataAccess: DataAccess) => import("xstate").StateMachine<Context, any, Events, {
4
+ value: any;
5
+ context: Context;
6
+ }, import("xstate").BaseActionObject, import("xstate").ServiceMap, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, Events, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
7
+ export { createSubscriptionsMachine };