@moneylion/react-native-offer-carousel 1.9.1 → 1.10.1

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 (459) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/lib/commonjs/capabilities/core/src/system/cnfContext/CnfContext.js +0 -12
  3. package/lib/commonjs/capabilities/core/src/system/cnfContext/CnfContext.js.map +1 -1
  4. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/App.js +0 -16
  5. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/App.js.map +1 -1
  6. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Brand.js +0 -120
  7. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Brand.js.map +1 -1
  8. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Configuration.js +0 -39
  9. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Configuration.js.map +1 -1
  10. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Request.js +0 -19
  11. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Request.js.map +1 -1
  12. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Session.js +0 -10
  13. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Session.js.map +1 -1
  14. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Signals.js +0 -39
  15. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Signals.js.map +1 -1
  16. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Subaccount.js +0 -24
  17. package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Subaccount.js.map +1 -1
  18. package/lib/commonjs/capabilities/errors/types/index.js +22 -1
  19. package/lib/commonjs/capabilities/errors/types/index.js.map +1 -1
  20. package/lib/commonjs/capabilities/offer-catalog/src/api/offerCatalogApi.js +3 -3
  21. package/lib/commonjs/capabilities/offer-catalog/src/api/offerCatalogApi.js.map +1 -1
  22. package/lib/commonjs/components/MoneyLionOfferCarousel.js +13 -5
  23. package/lib/commonjs/components/MoneyLionOfferCarousel.js.map +1 -1
  24. package/lib/commonjs/components/utils/errorUtils.js +2 -2
  25. package/lib/commonjs/components/utils/errorUtils.js.map +1 -1
  26. package/lib/commonjs/index.js +11 -0
  27. package/lib/commonjs/index.js.map +1 -1
  28. package/lib/commonjs/services/getDynamicOffers.js +4 -2
  29. package/lib/commonjs/services/getDynamicOffers.js.map +1 -1
  30. package/lib/commonjs/version.js +1 -1
  31. package/lib/commonjs/version.js.map +1 -1
  32. package/lib/module/capabilities/core/src/system/cnfContext/CnfContext.js +1 -11
  33. package/lib/module/capabilities/core/src/system/cnfContext/CnfContext.js.map +1 -1
  34. package/lib/module/capabilities/core/src/system/cnfContext/schemas/App.js +1 -11
  35. package/lib/module/capabilities/core/src/system/cnfContext/schemas/App.js.map +1 -1
  36. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Brand.js +1 -115
  37. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Brand.js.map +1 -1
  38. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Configuration.js +1 -34
  39. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Configuration.js.map +1 -1
  40. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Request.js +1 -14
  41. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Request.js.map +1 -1
  42. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Session.js +1 -5
  43. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Session.js.map +1 -1
  44. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Signals.js +1 -34
  45. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Signals.js.map +1 -1
  46. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Subaccount.js +1 -19
  47. package/lib/module/capabilities/core/src/system/cnfContext/schemas/Subaccount.js.map +1 -1
  48. package/lib/module/capabilities/errors/types/index.js +21 -0
  49. package/lib/module/capabilities/errors/types/index.js.map +1 -1
  50. package/lib/module/capabilities/offer-catalog/src/api/offerCatalogApi.js +4 -4
  51. package/lib/module/capabilities/offer-catalog/src/api/offerCatalogApi.js.map +1 -1
  52. package/lib/module/components/MoneyLionOfferCarousel.js +14 -6
  53. package/lib/module/components/MoneyLionOfferCarousel.js.map +1 -1
  54. package/lib/module/components/utils/errorUtils.js +3 -3
  55. package/lib/module/components/utils/errorUtils.js.map +1 -1
  56. package/lib/module/index.js +1 -0
  57. package/lib/module/index.js.map +1 -1
  58. package/lib/module/services/getDynamicOffers.js +4 -2
  59. package/lib/module/services/getDynamicOffers.js.map +1 -1
  60. package/lib/module/version.js +1 -1
  61. package/lib/module/version.js.map +1 -1
  62. package/lib/typescript/apiEnvironment.d.ts.map +1 -0
  63. package/lib/typescript/builder/builder.d.ts.map +1 -0
  64. package/lib/typescript/builder/config/types.d.ts.map +1 -0
  65. package/lib/typescript/builder/index.d.ts.map +1 -0
  66. package/lib/typescript/capabilities/configuration/src/brands/checkVisualEligibility.d.ts.map +1 -0
  67. package/lib/typescript/capabilities/configuration/src/brands/createDerivedBrands.d.ts.map +1 -0
  68. package/lib/typescript/capabilities/configuration/src/brands/index.d.ts.map +1 -0
  69. package/lib/typescript/capabilities/configuration/src/brands/types.d.ts.map +1 -0
  70. package/lib/typescript/capabilities/configuration/src/userData/types.d.ts.map +1 -0
  71. package/lib/typescript/capabilities/core/src/index.d.ts.map +1 -0
  72. package/lib/typescript/capabilities/core/src/system/cnfContext/CnfContext.d.ts +16 -0
  73. package/lib/typescript/capabilities/core/src/system/cnfContext/CnfContext.d.ts.map +1 -0
  74. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/App.d.ts +11 -0
  75. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/App.d.ts.map +1 -0
  76. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Brand.d.ts +104 -0
  77. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Brand.d.ts.map +1 -0
  78. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Configuration.d.ts +25 -0
  79. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Configuration.d.ts.map +1 -0
  80. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Request.d.ts +12 -0
  81. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Request.d.ts.map +1 -0
  82. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Session.d.ts +5 -0
  83. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Session.d.ts.map +1 -0
  84. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Signals.d.ts +31 -0
  85. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Signals.d.ts.map +1 -0
  86. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Subaccount.d.ts +18 -0
  87. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Subaccount.d.ts.map +1 -0
  88. package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/index.d.ts.map +1 -0
  89. package/lib/typescript/{src/capabilities → capabilities}/errors/types/index.d.ts +18 -2
  90. package/lib/typescript/capabilities/errors/types/index.d.ts.map +1 -0
  91. package/lib/typescript/capabilities/offer-catalog/src/api/offerCatalogApi.d.ts.map +1 -0
  92. package/lib/typescript/capabilities/offer-catalog/src/index.d.ts.map +1 -0
  93. package/lib/typescript/capabilities/offer-catalog/src/types/offerCatalogSchema.d.ts.map +1 -0
  94. package/lib/typescript/capabilities/offer-catalog/src/utils/arrayToMarkdownList.d.ts.map +1 -0
  95. package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/contextUtil.d.ts +1 -1
  96. package/lib/typescript/capabilities/offer-catalog/src/utils/contextUtil.d.ts.map +1 -0
  97. package/lib/typescript/capabilities/offer-catalog/src/utils/errorUtil.d.ts.map +1 -0
  98. package/lib/typescript/capabilities/offer-catalog/src/utils/formatUtils.d.ts.map +1 -0
  99. package/lib/typescript/capabilities/offer-catalog/src/utils/getEventCallbackContext.d.ts.map +1 -0
  100. package/lib/typescript/capabilities/offer-catalog/src/utils/getOfferUrl.d.ts.map +1 -0
  101. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/annualFee.d.ts.map +1 -0
  102. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/boolean.d.ts.map +1 -0
  103. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/common.d.ts.map +1 -0
  104. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/creditBureaus.d.ts.map +1 -0
  105. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/currency.d.ts.map +1 -0
  106. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.d.ts.map +1 -0
  107. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/freeTrialDays.d.ts.map +1 -0
  108. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.d.ts.map +1 -0
  109. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/index.d.ts.map +1 -0
  110. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.d.ts.map +1 -0
  111. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/percentage.d.ts.map +1 -0
  112. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/purchaseApr.d.ts.map +1 -0
  113. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrency.d.ts.map +1 -0
  114. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.d.ts.map +1 -0
  115. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.d.ts.map +1 -0
  116. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/rangeMonths.d.ts.map +1 -0
  117. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.d.ts.map +1 -0
  118. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.d.ts.map +1 -0
  119. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/rewardsDisplay.d.ts.map +1 -0
  120. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/index.d.ts.map +1 -0
  121. package/lib/typescript/capabilities/offer-catalog/src/utils/stats/types.d.ts.map +1 -0
  122. package/lib/typescript/capabilities/offers/pipeline/src/sources/ratetables/offer-catalog/types/index.d.ts.map +1 -0
  123. package/lib/typescript/capabilities/offers/pipeline/src/sources/ratetables/offer-catalog/types/oas/offer-catalog.d.ts.map +1 -0
  124. package/lib/typescript/capabilities/offers/pipeline/src/sources/ratetables/types/index.d.ts.map +1 -0
  125. package/lib/typescript/{src/capabilities → capabilities}/offers/pipeline/src/sources/ratetables/withDeviceSignals.d.ts +11 -11
  126. package/lib/typescript/capabilities/offers/pipeline/src/sources/ratetables/withDeviceSignals.d.ts.map +1 -0
  127. package/lib/typescript/capabilities/ui/elements/src/components/MarkdownText/Abbreviation.d.ts.map +1 -0
  128. package/lib/typescript/capabilities/ui/elements/src/components/MarkdownText/components.d.ts.map +1 -0
  129. package/lib/typescript/capabilities/ui/elements/src/components/MarkdownText/index.d.ts.map +1 -0
  130. package/lib/typescript/capabilities/ui/elements/src/components/MarkdownText/markdownPreprocessor.d.ts.map +1 -0
  131. package/lib/typescript/capabilities/ui/elements/src/components/index.d.ts.map +1 -0
  132. package/lib/typescript/capabilities/ui/elements/src/components/thumbor/index.d.ts.map +1 -0
  133. package/lib/typescript/capabilities/ui/elements/src/components/thumbor/useSvgUriViewBox.d.ts.map +1 -0
  134. package/lib/typescript/capabilities/ui/elements/src/index.d.ts.map +1 -0
  135. package/lib/typescript/capabilities/ui/elements/src/offerCardAttributes.d.ts.map +1 -0
  136. package/lib/typescript/components/Button/index.d.ts.map +1 -0
  137. package/lib/typescript/components/Common/BaseOfferCard/Content/Content.d.ts.map +1 -0
  138. package/lib/typescript/components/Common/BaseOfferCard/Content/index.d.ts.map +1 -0
  139. package/lib/typescript/components/Common/BaseOfferCard/Stat/Stat.d.ts.map +1 -0
  140. package/lib/typescript/components/Common/BaseOfferCard/Stat/index.d.ts.map +1 -0
  141. package/lib/typescript/components/Common/BaseOfferCard/StatsContainer/StatsContainer.d.ts.map +1 -0
  142. package/lib/typescript/components/Common/BaseOfferCard/StatsContainer/index.d.ts.map +1 -0
  143. package/lib/typescript/components/Common/BaseOfferCard/index.d.ts.map +1 -0
  144. package/lib/typescript/components/Common/DynamicOfferCard/CallToAction.d.ts.map +1 -0
  145. package/lib/typescript/components/Common/DynamicOfferCard/SeeMore.d.ts.map +1 -0
  146. package/lib/typescript/components/Common/DynamicOfferCard/index.d.ts.map +1 -0
  147. package/lib/typescript/components/Common/index.d.ts.map +1 -0
  148. package/lib/typescript/components/Divider/index.d.ts.map +1 -0
  149. package/lib/typescript/components/DynamicOffers/DynamicOffers.d.ts.map +1 -0
  150. package/lib/typescript/components/DynamicOffers/DynamicOffersContainer.d.ts.map +1 -0
  151. package/lib/typescript/components/DynamicOffers/Render/DynamicOffersRender.d.ts.map +1 -0
  152. package/lib/typescript/components/DynamicOffers/Render/FallbackOfferTemplate.d.ts.map +1 -0
  153. package/lib/typescript/components/DynamicOffers/Render/Offer.d.ts.map +1 -0
  154. package/lib/typescript/components/DynamicOffers/Render/index.d.ts.map +1 -0
  155. package/lib/typescript/components/DynamicOffers/SeeAllButton.d.ts.map +1 -0
  156. package/lib/typescript/components/ErrorBoundary/index.d.ts.map +1 -0
  157. package/lib/typescript/components/Layouts/CreditCardOfferCard/index.d.ts.map +1 -0
  158. package/lib/typescript/components/Layouts/CreditCardOfferCard/statsBuilder.d.ts.map +1 -0
  159. package/lib/typescript/components/Layouts/DefaultOfferCard/index.d.ts.map +1 -0
  160. package/lib/typescript/components/Layouts/DefaultOfferCard/statsBuilder.d.ts.map +1 -0
  161. package/lib/typescript/components/Layouts/HeadlineWithDescriptionCard/index.d.ts.map +1 -0
  162. package/lib/typescript/components/Layouts/index.d.ts.map +1 -0
  163. package/lib/typescript/components/Modal/AllOffersModal.d.ts.map +1 -0
  164. package/lib/typescript/components/Modal/DescriptionPoints.d.ts.map +1 -0
  165. package/lib/typescript/components/Modal/Disclaimer.d.ts.map +1 -0
  166. package/lib/typescript/components/Modal/OfferDetailsModal.d.ts.map +1 -0
  167. package/lib/typescript/components/MoneyLionOfferCarousel.d.ts.map +1 -0
  168. package/lib/typescript/components/Skeleton/Skeleton.d.ts.map +1 -0
  169. package/lib/typescript/components/Skeleton/index.d.ts.map +1 -0
  170. package/lib/typescript/components/Text/index.d.ts.map +1 -0
  171. package/lib/typescript/components/Touchable/TouchableOpacity.d.ts.map +1 -0
  172. package/lib/typescript/components/Touchable/index.d.ts.map +1 -0
  173. package/lib/typescript/components/View/index.d.ts.map +1 -0
  174. package/lib/typescript/components/utils/errorUtils.d.ts.map +1 -0
  175. package/lib/typescript/components/utils/withTestID.d.ts.map +1 -0
  176. package/lib/typescript/config/mocks/cnfContext.d.ts.map +1 -0
  177. package/lib/typescript/context/ConfigurationProvider.d.ts.map +1 -0
  178. package/lib/typescript/context/EventHandlerProvider.d.ts.map +1 -0
  179. package/lib/typescript/context/ThemeProvider.d.ts.map +1 -0
  180. package/lib/typescript/deps/configuration.d.ts.map +1 -0
  181. package/lib/typescript/{src/index.d.ts → index.d.ts} +1 -0
  182. package/lib/typescript/index.d.ts.map +1 -0
  183. package/lib/typescript/pageData.d.ts.map +1 -0
  184. package/lib/typescript/services/getDynamicOffers.d.ts.map +1 -0
  185. package/lib/typescript/services/getProductTypes.d.ts.map +1 -0
  186. package/lib/typescript/utils/addClientTagsToOfferLinks.d.ts.map +1 -0
  187. package/lib/typescript/utils/formatOfferUrl.d.ts.map +1 -0
  188. package/lib/typescript/utils/getDefaultProductType.d.ts.map +1 -0
  189. package/lib/typescript/utils/getEnableUseCachedOffers.d.ts.map +1 -0
  190. package/lib/typescript/{src/utils → utils}/getOffersByProductTypes.d.ts +1 -1
  191. package/lib/typescript/utils/getOffersByProductTypes.d.ts.map +1 -0
  192. package/lib/typescript/utils/getProductTypesDefinition.d.ts +14 -0
  193. package/lib/typescript/utils/getProductTypesDefinition.d.ts.map +1 -0
  194. package/lib/typescript/utils/getThemeColors.d.ts.map +1 -0
  195. package/lib/typescript/utils/index.d.ts.map +1 -0
  196. package/lib/typescript/utils/parseStringProductTypes.d.ts.map +1 -0
  197. package/lib/typescript/utils/resolveProductTypes.d.ts.map +1 -0
  198. package/lib/typescript/utils/sortOffersByRecommendationScore.d.ts.map +1 -0
  199. package/lib/typescript/version.d.ts +2 -0
  200. package/lib/typescript/version.d.ts.map +1 -0
  201. package/package.json +3 -13
  202. package/src/capabilities/core/src/system/cnfContext/CnfContext.ts +15 -20
  203. package/src/capabilities/core/src/system/cnfContext/schemas/App.ts +10 -13
  204. package/src/capabilities/core/src/system/cnfContext/schemas/Brand.ts +108 -148
  205. package/src/capabilities/core/src/system/cnfContext/schemas/Configuration.ts +21 -46
  206. package/src/capabilities/core/src/system/cnfContext/schemas/Request.ts +11 -16
  207. package/src/capabilities/core/src/system/cnfContext/schemas/Session.ts +4 -8
  208. package/src/capabilities/core/src/system/cnfContext/schemas/Signals.ts +30 -41
  209. package/src/capabilities/core/src/system/cnfContext/schemas/Subaccount.ts +16 -24
  210. package/src/capabilities/errors/types/index.ts +30 -1
  211. package/src/capabilities/offer-catalog/src/api/offerCatalogApi.ts +4 -4
  212. package/src/components/MoneyLionOfferCarousel.tsx +14 -6
  213. package/src/components/utils/errorUtils.ts +3 -3
  214. package/src/index.tsx +4 -0
  215. package/src/services/getDynamicOffers.ts +10 -7
  216. package/src/version.ts +1 -1
  217. package/lib/typescript/src/apiEnvironment.d.ts.map +0 -1
  218. package/lib/typescript/src/builder/builder.d.ts.map +0 -1
  219. package/lib/typescript/src/builder/config/types.d.ts.map +0 -1
  220. package/lib/typescript/src/builder/index.d.ts.map +0 -1
  221. package/lib/typescript/src/capabilities/configuration/src/brands/checkVisualEligibility.d.ts.map +0 -1
  222. package/lib/typescript/src/capabilities/configuration/src/brands/createDerivedBrands.d.ts.map +0 -1
  223. package/lib/typescript/src/capabilities/configuration/src/brands/index.d.ts.map +0 -1
  224. package/lib/typescript/src/capabilities/configuration/src/brands/types.d.ts.map +0 -1
  225. package/lib/typescript/src/capabilities/configuration/src/userData/types.d.ts.map +0 -1
  226. package/lib/typescript/src/capabilities/core/src/index.d.ts.map +0 -1
  227. package/lib/typescript/src/capabilities/core/src/system/cnfContext/CnfContext.d.ts +0 -103
  228. package/lib/typescript/src/capabilities/core/src/system/cnfContext/CnfContext.d.ts.map +0 -1
  229. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/App.d.ts +0 -13
  230. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/App.d.ts.map +0 -1
  231. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Brand.d.ts +0 -475
  232. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Brand.d.ts.map +0 -1
  233. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Configuration.d.ts +0 -59
  234. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Configuration.d.ts.map +0 -1
  235. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Request.d.ts +0 -16
  236. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Request.d.ts.map +0 -1
  237. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Session.d.ts +0 -8
  238. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Session.d.ts.map +0 -1
  239. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Signals.d.ts +0 -64
  240. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Signals.d.ts.map +0 -1
  241. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Subaccount.d.ts +0 -18
  242. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Subaccount.d.ts.map +0 -1
  243. package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/index.d.ts.map +0 -1
  244. package/lib/typescript/src/capabilities/errors/types/index.d.ts.map +0 -1
  245. package/lib/typescript/src/capabilities/offer-catalog/src/api/offerCatalogApi.d.ts.map +0 -1
  246. package/lib/typescript/src/capabilities/offer-catalog/src/index.d.ts.map +0 -1
  247. package/lib/typescript/src/capabilities/offer-catalog/src/types/offerCatalogSchema.d.ts.map +0 -1
  248. package/lib/typescript/src/capabilities/offer-catalog/src/utils/arrayToMarkdownList.d.ts.map +0 -1
  249. package/lib/typescript/src/capabilities/offer-catalog/src/utils/contextUtil.d.ts.map +0 -1
  250. package/lib/typescript/src/capabilities/offer-catalog/src/utils/errorUtil.d.ts.map +0 -1
  251. package/lib/typescript/src/capabilities/offer-catalog/src/utils/formatUtils.d.ts.map +0 -1
  252. package/lib/typescript/src/capabilities/offer-catalog/src/utils/getEventCallbackContext.d.ts.map +0 -1
  253. package/lib/typescript/src/capabilities/offer-catalog/src/utils/getOfferUrl.d.ts.map +0 -1
  254. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/annualFee.d.ts.map +0 -1
  255. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/boolean.d.ts.map +0 -1
  256. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/common.d.ts.map +0 -1
  257. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/creditBureaus.d.ts.map +0 -1
  258. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/currency.d.ts.map +0 -1
  259. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.d.ts.map +0 -1
  260. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/freeTrialDays.d.ts.map +0 -1
  261. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.d.ts.map +0 -1
  262. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/index.d.ts.map +0 -1
  263. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.d.ts.map +0 -1
  264. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/percentage.d.ts.map +0 -1
  265. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/purchaseApr.d.ts.map +0 -1
  266. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrency.d.ts.map +0 -1
  267. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.d.ts.map +0 -1
  268. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.d.ts.map +0 -1
  269. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeMonths.d.ts.map +0 -1
  270. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.d.ts.map +0 -1
  271. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.d.ts.map +0 -1
  272. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rewardsDisplay.d.ts.map +0 -1
  273. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/index.d.ts.map +0 -1
  274. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/types.d.ts.map +0 -1
  275. package/lib/typescript/src/capabilities/offers/pipeline/src/sources/ratetables/offer-catalog/types/index.d.ts.map +0 -1
  276. package/lib/typescript/src/capabilities/offers/pipeline/src/sources/ratetables/offer-catalog/types/oas/offer-catalog.d.ts.map +0 -1
  277. package/lib/typescript/src/capabilities/offers/pipeline/src/sources/ratetables/types/index.d.ts.map +0 -1
  278. package/lib/typescript/src/capabilities/offers/pipeline/src/sources/ratetables/withDeviceSignals.d.ts.map +0 -1
  279. package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/Abbreviation.d.ts.map +0 -1
  280. package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/components.d.ts.map +0 -1
  281. package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/index.d.ts.map +0 -1
  282. package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/markdownPreprocessor.d.ts.map +0 -1
  283. package/lib/typescript/src/capabilities/ui/elements/src/components/index.d.ts.map +0 -1
  284. package/lib/typescript/src/capabilities/ui/elements/src/components/thumbor/index.d.ts.map +0 -1
  285. package/lib/typescript/src/capabilities/ui/elements/src/components/thumbor/useSvgUriViewBox.d.ts.map +0 -1
  286. package/lib/typescript/src/capabilities/ui/elements/src/index.d.ts.map +0 -1
  287. package/lib/typescript/src/capabilities/ui/elements/src/offerCardAttributes.d.ts.map +0 -1
  288. package/lib/typescript/src/components/Button/index.d.ts.map +0 -1
  289. package/lib/typescript/src/components/Common/BaseOfferCard/Content/Content.d.ts.map +0 -1
  290. package/lib/typescript/src/components/Common/BaseOfferCard/Content/index.d.ts.map +0 -1
  291. package/lib/typescript/src/components/Common/BaseOfferCard/Stat/Stat.d.ts.map +0 -1
  292. package/lib/typescript/src/components/Common/BaseOfferCard/Stat/index.d.ts.map +0 -1
  293. package/lib/typescript/src/components/Common/BaseOfferCard/StatsContainer/StatsContainer.d.ts.map +0 -1
  294. package/lib/typescript/src/components/Common/BaseOfferCard/StatsContainer/index.d.ts.map +0 -1
  295. package/lib/typescript/src/components/Common/BaseOfferCard/index.d.ts.map +0 -1
  296. package/lib/typescript/src/components/Common/DynamicOfferCard/CallToAction.d.ts.map +0 -1
  297. package/lib/typescript/src/components/Common/DynamicOfferCard/SeeMore.d.ts.map +0 -1
  298. package/lib/typescript/src/components/Common/DynamicOfferCard/index.d.ts.map +0 -1
  299. package/lib/typescript/src/components/Common/index.d.ts.map +0 -1
  300. package/lib/typescript/src/components/Divider/index.d.ts.map +0 -1
  301. package/lib/typescript/src/components/DynamicOffers/DynamicOffers.d.ts.map +0 -1
  302. package/lib/typescript/src/components/DynamicOffers/DynamicOffersContainer.d.ts.map +0 -1
  303. package/lib/typescript/src/components/DynamicOffers/Render/DynamicOffersRender.d.ts.map +0 -1
  304. package/lib/typescript/src/components/DynamicOffers/Render/FallbackOfferTemplate.d.ts.map +0 -1
  305. package/lib/typescript/src/components/DynamicOffers/Render/Offer.d.ts.map +0 -1
  306. package/lib/typescript/src/components/DynamicOffers/Render/index.d.ts.map +0 -1
  307. package/lib/typescript/src/components/DynamicOffers/SeeAllButton.d.ts.map +0 -1
  308. package/lib/typescript/src/components/ErrorBoundary/index.d.ts.map +0 -1
  309. package/lib/typescript/src/components/Layouts/CreditCardOfferCard/index.d.ts.map +0 -1
  310. package/lib/typescript/src/components/Layouts/CreditCardOfferCard/statsBuilder.d.ts.map +0 -1
  311. package/lib/typescript/src/components/Layouts/DefaultOfferCard/index.d.ts.map +0 -1
  312. package/lib/typescript/src/components/Layouts/DefaultOfferCard/statsBuilder.d.ts.map +0 -1
  313. package/lib/typescript/src/components/Layouts/HeadlineWithDescriptionCard/index.d.ts.map +0 -1
  314. package/lib/typescript/src/components/Layouts/index.d.ts.map +0 -1
  315. package/lib/typescript/src/components/Modal/AllOffersModal.d.ts.map +0 -1
  316. package/lib/typescript/src/components/Modal/DescriptionPoints.d.ts.map +0 -1
  317. package/lib/typescript/src/components/Modal/Disclaimer.d.ts.map +0 -1
  318. package/lib/typescript/src/components/Modal/OfferDetailsModal.d.ts.map +0 -1
  319. package/lib/typescript/src/components/MoneyLionOfferCarousel.d.ts.map +0 -1
  320. package/lib/typescript/src/components/Skeleton/Skeleton.d.ts.map +0 -1
  321. package/lib/typescript/src/components/Skeleton/index.d.ts.map +0 -1
  322. package/lib/typescript/src/components/Text/index.d.ts.map +0 -1
  323. package/lib/typescript/src/components/Touchable/TouchableOpacity.d.ts.map +0 -1
  324. package/lib/typescript/src/components/Touchable/index.d.ts.map +0 -1
  325. package/lib/typescript/src/components/View/index.d.ts.map +0 -1
  326. package/lib/typescript/src/components/utils/errorUtils.d.ts.map +0 -1
  327. package/lib/typescript/src/components/utils/withTestID.d.ts.map +0 -1
  328. package/lib/typescript/src/config/mocks/cnfContext.d.ts.map +0 -1
  329. package/lib/typescript/src/context/ConfigurationProvider.d.ts.map +0 -1
  330. package/lib/typescript/src/context/EventHandlerProvider.d.ts.map +0 -1
  331. package/lib/typescript/src/context/ThemeProvider.d.ts.map +0 -1
  332. package/lib/typescript/src/deps/configuration.d.ts.map +0 -1
  333. package/lib/typescript/src/index.d.ts.map +0 -1
  334. package/lib/typescript/src/pageData.d.ts.map +0 -1
  335. package/lib/typescript/src/services/getDynamicOffers.d.ts.map +0 -1
  336. package/lib/typescript/src/services/getProductTypes.d.ts.map +0 -1
  337. package/lib/typescript/src/utils/addClientTagsToOfferLinks.d.ts.map +0 -1
  338. package/lib/typescript/src/utils/formatOfferUrl.d.ts.map +0 -1
  339. package/lib/typescript/src/utils/getDefaultProductType.d.ts.map +0 -1
  340. package/lib/typescript/src/utils/getEnableUseCachedOffers.d.ts.map +0 -1
  341. package/lib/typescript/src/utils/getOffersByProductTypes.d.ts.map +0 -1
  342. package/lib/typescript/src/utils/getProductTypesDefinition.d.ts +0 -14
  343. package/lib/typescript/src/utils/getProductTypesDefinition.d.ts.map +0 -1
  344. package/lib/typescript/src/utils/getThemeColors.d.ts.map +0 -1
  345. package/lib/typescript/src/utils/index.d.ts.map +0 -1
  346. package/lib/typescript/src/utils/parseStringProductTypes.d.ts.map +0 -1
  347. package/lib/typescript/src/utils/resolveProductTypes.d.ts.map +0 -1
  348. package/lib/typescript/src/utils/sortOffersByRecommendationScore.d.ts.map +0 -1
  349. package/lib/typescript/src/version.d.ts +0 -2
  350. package/lib/typescript/src/version.d.ts.map +0 -1
  351. /package/lib/typescript/{src/apiEnvironment.d.ts → apiEnvironment.d.ts} +0 -0
  352. /package/lib/typescript/{src/builder → builder}/builder.d.ts +0 -0
  353. /package/lib/typescript/{src/builder → builder}/config/types.d.ts +0 -0
  354. /package/lib/typescript/{src/builder → builder}/index.d.ts +0 -0
  355. /package/lib/typescript/{src/capabilities → capabilities}/configuration/src/brands/checkVisualEligibility.d.ts +0 -0
  356. /package/lib/typescript/{src/capabilities → capabilities}/configuration/src/brands/createDerivedBrands.d.ts +0 -0
  357. /package/lib/typescript/{src/capabilities → capabilities}/configuration/src/brands/index.d.ts +0 -0
  358. /package/lib/typescript/{src/capabilities → capabilities}/configuration/src/brands/types.d.ts +0 -0
  359. /package/lib/typescript/{src/capabilities → capabilities}/configuration/src/userData/types.d.ts +0 -0
  360. /package/lib/typescript/{src/capabilities → capabilities}/core/src/index.d.ts +0 -0
  361. /package/lib/typescript/{src/capabilities → capabilities}/core/src/system/cnfContext/schemas/index.d.ts +0 -0
  362. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/api/offerCatalogApi.d.ts +0 -0
  363. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/index.d.ts +0 -0
  364. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/types/offerCatalogSchema.d.ts +0 -0
  365. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/arrayToMarkdownList.d.ts +0 -0
  366. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/errorUtil.d.ts +0 -0
  367. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/formatUtils.d.ts +0 -0
  368. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/getEventCallbackContext.d.ts +0 -0
  369. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/getOfferUrl.d.ts +0 -0
  370. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/annualFee.d.ts +0 -0
  371. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/boolean.d.ts +0 -0
  372. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/common.d.ts +0 -0
  373. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/creditBureaus.d.ts +0 -0
  374. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/currency.d.ts +0 -0
  375. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/currencyOrBasis.d.ts +0 -0
  376. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/freeTrialDays.d.ts +0 -0
  377. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.d.ts +0 -0
  378. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/index.d.ts +0 -0
  379. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.d.ts +0 -0
  380. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/percentage.d.ts +0 -0
  381. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/purchaseApr.d.ts +0 -0
  382. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/rangeCurrency.d.ts +0 -0
  383. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.d.ts +0 -0
  384. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.d.ts +0 -0
  385. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/rangeMonths.d.ts +0 -0
  386. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/rangePercent.d.ts +0 -0
  387. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/recommendedCredit.d.ts +0 -0
  388. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/rewardsDisplay.d.ts +0 -0
  389. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/index.d.ts +0 -0
  390. /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/types.d.ts +0 -0
  391. /package/lib/typescript/{src/capabilities → capabilities}/offers/pipeline/src/sources/ratetables/offer-catalog/types/index.d.ts +0 -0
  392. /package/lib/typescript/{src/capabilities → capabilities}/offers/pipeline/src/sources/ratetables/offer-catalog/types/oas/offer-catalog.d.ts +0 -0
  393. /package/lib/typescript/{src/capabilities → capabilities}/offers/pipeline/src/sources/ratetables/types/index.d.ts +0 -0
  394. /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/MarkdownText/Abbreviation.d.ts +0 -0
  395. /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/MarkdownText/components.d.ts +0 -0
  396. /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/MarkdownText/index.d.ts +0 -0
  397. /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/MarkdownText/markdownPreprocessor.d.ts +0 -0
  398. /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/index.d.ts +0 -0
  399. /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/thumbor/index.d.ts +0 -0
  400. /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/thumbor/useSvgUriViewBox.d.ts +0 -0
  401. /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/index.d.ts +0 -0
  402. /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/offerCardAttributes.d.ts +0 -0
  403. /package/lib/typescript/{src/components → components}/Button/index.d.ts +0 -0
  404. /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/Content/Content.d.ts +0 -0
  405. /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/Content/index.d.ts +0 -0
  406. /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/Stat/Stat.d.ts +0 -0
  407. /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/Stat/index.d.ts +0 -0
  408. /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/StatsContainer/StatsContainer.d.ts +0 -0
  409. /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/StatsContainer/index.d.ts +0 -0
  410. /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/index.d.ts +0 -0
  411. /package/lib/typescript/{src/components → components}/Common/DynamicOfferCard/CallToAction.d.ts +0 -0
  412. /package/lib/typescript/{src/components → components}/Common/DynamicOfferCard/SeeMore.d.ts +0 -0
  413. /package/lib/typescript/{src/components → components}/Common/DynamicOfferCard/index.d.ts +0 -0
  414. /package/lib/typescript/{src/components → components}/Common/index.d.ts +0 -0
  415. /package/lib/typescript/{src/components → components}/Divider/index.d.ts +0 -0
  416. /package/lib/typescript/{src/components → components}/DynamicOffers/DynamicOffers.d.ts +0 -0
  417. /package/lib/typescript/{src/components → components}/DynamicOffers/DynamicOffersContainer.d.ts +0 -0
  418. /package/lib/typescript/{src/components → components}/DynamicOffers/Render/DynamicOffersRender.d.ts +0 -0
  419. /package/lib/typescript/{src/components → components}/DynamicOffers/Render/FallbackOfferTemplate.d.ts +0 -0
  420. /package/lib/typescript/{src/components → components}/DynamicOffers/Render/Offer.d.ts +0 -0
  421. /package/lib/typescript/{src/components → components}/DynamicOffers/Render/index.d.ts +0 -0
  422. /package/lib/typescript/{src/components → components}/DynamicOffers/SeeAllButton.d.ts +0 -0
  423. /package/lib/typescript/{src/components → components}/ErrorBoundary/index.d.ts +0 -0
  424. /package/lib/typescript/{src/components → components}/Layouts/CreditCardOfferCard/index.d.ts +0 -0
  425. /package/lib/typescript/{src/components → components}/Layouts/CreditCardOfferCard/statsBuilder.d.ts +0 -0
  426. /package/lib/typescript/{src/components → components}/Layouts/DefaultOfferCard/index.d.ts +0 -0
  427. /package/lib/typescript/{src/components → components}/Layouts/DefaultOfferCard/statsBuilder.d.ts +0 -0
  428. /package/lib/typescript/{src/components → components}/Layouts/HeadlineWithDescriptionCard/index.d.ts +0 -0
  429. /package/lib/typescript/{src/components → components}/Layouts/index.d.ts +0 -0
  430. /package/lib/typescript/{src/components → components}/Modal/AllOffersModal.d.ts +0 -0
  431. /package/lib/typescript/{src/components → components}/Modal/DescriptionPoints.d.ts +0 -0
  432. /package/lib/typescript/{src/components → components}/Modal/Disclaimer.d.ts +0 -0
  433. /package/lib/typescript/{src/components → components}/Modal/OfferDetailsModal.d.ts +0 -0
  434. /package/lib/typescript/{src/components → components}/MoneyLionOfferCarousel.d.ts +0 -0
  435. /package/lib/typescript/{src/components → components}/Skeleton/Skeleton.d.ts +0 -0
  436. /package/lib/typescript/{src/components → components}/Skeleton/index.d.ts +0 -0
  437. /package/lib/typescript/{src/components → components}/Text/index.d.ts +0 -0
  438. /package/lib/typescript/{src/components → components}/Touchable/TouchableOpacity.d.ts +0 -0
  439. /package/lib/typescript/{src/components → components}/Touchable/index.d.ts +0 -0
  440. /package/lib/typescript/{src/components → components}/View/index.d.ts +0 -0
  441. /package/lib/typescript/{src/components → components}/utils/errorUtils.d.ts +0 -0
  442. /package/lib/typescript/{src/components → components}/utils/withTestID.d.ts +0 -0
  443. /package/lib/typescript/{src/config → config}/mocks/cnfContext.d.ts +0 -0
  444. /package/lib/typescript/{src/context → context}/ConfigurationProvider.d.ts +0 -0
  445. /package/lib/typescript/{src/context → context}/EventHandlerProvider.d.ts +0 -0
  446. /package/lib/typescript/{src/context → context}/ThemeProvider.d.ts +0 -0
  447. /package/lib/typescript/{src/deps → deps}/configuration.d.ts +0 -0
  448. /package/lib/typescript/{src/pageData.d.ts → pageData.d.ts} +0 -0
  449. /package/lib/typescript/{src/services → services}/getDynamicOffers.d.ts +0 -0
  450. /package/lib/typescript/{src/services → services}/getProductTypes.d.ts +0 -0
  451. /package/lib/typescript/{src/utils → utils}/addClientTagsToOfferLinks.d.ts +0 -0
  452. /package/lib/typescript/{src/utils → utils}/formatOfferUrl.d.ts +0 -0
  453. /package/lib/typescript/{src/utils → utils}/getDefaultProductType.d.ts +0 -0
  454. /package/lib/typescript/{src/utils → utils}/getEnableUseCachedOffers.d.ts +0 -0
  455. /package/lib/typescript/{src/utils → utils}/getThemeColors.d.ts +0 -0
  456. /package/lib/typescript/{src/utils → utils}/index.d.ts +0 -0
  457. /package/lib/typescript/{src/utils → utils}/parseStringProductTypes.d.ts +0 -0
  458. /package/lib/typescript/{src/utils → utils}/resolveProductTypes.d.ts +0 -0
  459. /package/lib/typescript/{src/utils → utils}/sortOffersByRecommendationScore.d.ts +0 -0
@@ -1,14 +0,0 @@
1
- import type { CnfContext } from "../capabilities/core/src/system/cnfContext/CnfContext";
2
- export declare const getProductTypesDefinition: (context: CnfContext) => {
3
- productTypesDefinition: readonly {
4
- readonly id: string;
5
- readonly partnerPageUrl: string;
6
- readonly productTypeSlug: string;
7
- }[];
8
- partnersOverrideDefinition: readonly {
9
- readonly id: string;
10
- readonly overrideUrl: string;
11
- readonly financialInstitutionUuid: string;
12
- }[];
13
- };
14
- //# sourceMappingURL=getProductTypesDefinition.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getProductTypesDefinition.d.ts","sourceRoot":"","sources":["../../../../src/utils/getProductTypesDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AAExF,eAAO,MAAM,yBAAyB,GAAI,SAAS,UAAU;;;;;;;;;;;CAU5D,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getThemeColors.d.ts","sourceRoot":"","sources":["../../../../src/utils/getThemeColors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0DAA0D,CAAC;AAEpG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D;;;GAGG;AACH,eAAO,MAAM,cAAc,GAC1B,qBAAqB,mBAAmB,EACxC,cAAa,OAAe,KAC1B,WAiBF,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"parseStringProductTypes.d.ts","sourceRoot":"","sources":["../../../../src/utils/parseStringProductTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,GAAI,eAAe,MAAM,aAM5D,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"resolveProductTypes.d.ts","sourceRoot":"","sources":["../../../../src/utils/resolveProductTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,KAAK,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAE/E,KAAK,wBAAwB,GAAG;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAC/B,OAAO,wBAAwB,KAC7B,OAAO,CAAC;IACV,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;CACvB,CAEA,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sortOffersByRecommendationScore.d.ts","sourceRoot":"","sources":["../../../../src/utils/sortOffersByRecommendationScore.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAEnE,eAAO,MAAM,+BAA+B,GAAI,QAAQ,SAAS,EAAE,gBAElE,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const VERSION = "1.9.1";
2
- //# sourceMappingURL=version.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,UAAU,CAAC"}
File without changes