@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.
- package/CHANGELOG.md +10 -0
- package/lib/commonjs/capabilities/core/src/system/cnfContext/CnfContext.js +0 -12
- package/lib/commonjs/capabilities/core/src/system/cnfContext/CnfContext.js.map +1 -1
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/App.js +0 -16
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/App.js.map +1 -1
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Brand.js +0 -120
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Brand.js.map +1 -1
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Configuration.js +0 -39
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Configuration.js.map +1 -1
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Request.js +0 -19
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Request.js.map +1 -1
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Session.js +0 -10
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Session.js.map +1 -1
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Signals.js +0 -39
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Signals.js.map +1 -1
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Subaccount.js +0 -24
- package/lib/commonjs/capabilities/core/src/system/cnfContext/schemas/Subaccount.js.map +1 -1
- package/lib/commonjs/capabilities/errors/types/index.js +22 -1
- package/lib/commonjs/capabilities/errors/types/index.js.map +1 -1
- package/lib/commonjs/capabilities/offer-catalog/src/api/offerCatalogApi.js +3 -3
- package/lib/commonjs/capabilities/offer-catalog/src/api/offerCatalogApi.js.map +1 -1
- package/lib/commonjs/components/MoneyLionOfferCarousel.js +13 -5
- package/lib/commonjs/components/MoneyLionOfferCarousel.js.map +1 -1
- package/lib/commonjs/components/utils/errorUtils.js +2 -2
- package/lib/commonjs/components/utils/errorUtils.js.map +1 -1
- package/lib/commonjs/index.js +11 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/services/getDynamicOffers.js +4 -2
- package/lib/commonjs/services/getDynamicOffers.js.map +1 -1
- package/lib/commonjs/version.js +1 -1
- package/lib/commonjs/version.js.map +1 -1
- package/lib/module/capabilities/core/src/system/cnfContext/CnfContext.js +1 -11
- package/lib/module/capabilities/core/src/system/cnfContext/CnfContext.js.map +1 -1
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/App.js +1 -11
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/App.js.map +1 -1
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/Brand.js +1 -115
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/Brand.js.map +1 -1
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/Configuration.js +1 -34
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/Configuration.js.map +1 -1
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/Request.js +1 -14
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/Request.js.map +1 -1
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/Session.js +1 -5
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/Session.js.map +1 -1
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/Signals.js +1 -34
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/Signals.js.map +1 -1
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/Subaccount.js +1 -19
- package/lib/module/capabilities/core/src/system/cnfContext/schemas/Subaccount.js.map +1 -1
- package/lib/module/capabilities/errors/types/index.js +21 -0
- package/lib/module/capabilities/errors/types/index.js.map +1 -1
- package/lib/module/capabilities/offer-catalog/src/api/offerCatalogApi.js +4 -4
- package/lib/module/capabilities/offer-catalog/src/api/offerCatalogApi.js.map +1 -1
- package/lib/module/components/MoneyLionOfferCarousel.js +14 -6
- package/lib/module/components/MoneyLionOfferCarousel.js.map +1 -1
- package/lib/module/components/utils/errorUtils.js +3 -3
- package/lib/module/components/utils/errorUtils.js.map +1 -1
- package/lib/module/index.js +1 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/services/getDynamicOffers.js +4 -2
- package/lib/module/services/getDynamicOffers.js.map +1 -1
- package/lib/module/version.js +1 -1
- package/lib/module/version.js.map +1 -1
- package/lib/typescript/apiEnvironment.d.ts.map +1 -0
- package/lib/typescript/builder/builder.d.ts.map +1 -0
- package/lib/typescript/builder/config/types.d.ts.map +1 -0
- package/lib/typescript/builder/index.d.ts.map +1 -0
- package/lib/typescript/capabilities/configuration/src/brands/checkVisualEligibility.d.ts.map +1 -0
- package/lib/typescript/capabilities/configuration/src/brands/createDerivedBrands.d.ts.map +1 -0
- package/lib/typescript/capabilities/configuration/src/brands/index.d.ts.map +1 -0
- package/lib/typescript/capabilities/configuration/src/brands/types.d.ts.map +1 -0
- package/lib/typescript/capabilities/configuration/src/userData/types.d.ts.map +1 -0
- package/lib/typescript/capabilities/core/src/index.d.ts.map +1 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/CnfContext.d.ts +16 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/CnfContext.d.ts.map +1 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/App.d.ts +11 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/App.d.ts.map +1 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Brand.d.ts +104 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Brand.d.ts.map +1 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Configuration.d.ts +25 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Configuration.d.ts.map +1 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Request.d.ts +12 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Request.d.ts.map +1 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Session.d.ts +5 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Session.d.ts.map +1 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Signals.d.ts +31 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Signals.d.ts.map +1 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Subaccount.d.ts +18 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/Subaccount.d.ts.map +1 -0
- package/lib/typescript/capabilities/core/src/system/cnfContext/schemas/index.d.ts.map +1 -0
- package/lib/typescript/{src/capabilities → capabilities}/errors/types/index.d.ts +18 -2
- package/lib/typescript/capabilities/errors/types/index.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/api/offerCatalogApi.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/index.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/types/offerCatalogSchema.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/arrayToMarkdownList.d.ts.map +1 -0
- package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/contextUtil.d.ts +1 -1
- package/lib/typescript/capabilities/offer-catalog/src/utils/contextUtil.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/errorUtil.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/formatUtils.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/getEventCallbackContext.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/getOfferUrl.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/annualFee.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/boolean.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/common.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/creditBureaus.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/currency.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/freeTrialDays.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/index.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/percentage.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/purchaseApr.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrency.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/rangeMonths.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/formatters/rewardsDisplay.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/index.d.ts.map +1 -0
- package/lib/typescript/capabilities/offer-catalog/src/utils/stats/types.d.ts.map +1 -0
- package/lib/typescript/capabilities/offers/pipeline/src/sources/ratetables/offer-catalog/types/index.d.ts.map +1 -0
- package/lib/typescript/capabilities/offers/pipeline/src/sources/ratetables/offer-catalog/types/oas/offer-catalog.d.ts.map +1 -0
- package/lib/typescript/capabilities/offers/pipeline/src/sources/ratetables/types/index.d.ts.map +1 -0
- package/lib/typescript/{src/capabilities → capabilities}/offers/pipeline/src/sources/ratetables/withDeviceSignals.d.ts +11 -11
- package/lib/typescript/capabilities/offers/pipeline/src/sources/ratetables/withDeviceSignals.d.ts.map +1 -0
- package/lib/typescript/capabilities/ui/elements/src/components/MarkdownText/Abbreviation.d.ts.map +1 -0
- package/lib/typescript/capabilities/ui/elements/src/components/MarkdownText/components.d.ts.map +1 -0
- package/lib/typescript/capabilities/ui/elements/src/components/MarkdownText/index.d.ts.map +1 -0
- package/lib/typescript/capabilities/ui/elements/src/components/MarkdownText/markdownPreprocessor.d.ts.map +1 -0
- package/lib/typescript/capabilities/ui/elements/src/components/index.d.ts.map +1 -0
- package/lib/typescript/capabilities/ui/elements/src/components/thumbor/index.d.ts.map +1 -0
- package/lib/typescript/capabilities/ui/elements/src/components/thumbor/useSvgUriViewBox.d.ts.map +1 -0
- package/lib/typescript/capabilities/ui/elements/src/index.d.ts.map +1 -0
- package/lib/typescript/capabilities/ui/elements/src/offerCardAttributes.d.ts.map +1 -0
- package/lib/typescript/components/Button/index.d.ts.map +1 -0
- package/lib/typescript/components/Common/BaseOfferCard/Content/Content.d.ts.map +1 -0
- package/lib/typescript/components/Common/BaseOfferCard/Content/index.d.ts.map +1 -0
- package/lib/typescript/components/Common/BaseOfferCard/Stat/Stat.d.ts.map +1 -0
- package/lib/typescript/components/Common/BaseOfferCard/Stat/index.d.ts.map +1 -0
- package/lib/typescript/components/Common/BaseOfferCard/StatsContainer/StatsContainer.d.ts.map +1 -0
- package/lib/typescript/components/Common/BaseOfferCard/StatsContainer/index.d.ts.map +1 -0
- package/lib/typescript/components/Common/BaseOfferCard/index.d.ts.map +1 -0
- package/lib/typescript/components/Common/DynamicOfferCard/CallToAction.d.ts.map +1 -0
- package/lib/typescript/components/Common/DynamicOfferCard/SeeMore.d.ts.map +1 -0
- package/lib/typescript/components/Common/DynamicOfferCard/index.d.ts.map +1 -0
- package/lib/typescript/components/Common/index.d.ts.map +1 -0
- package/lib/typescript/components/Divider/index.d.ts.map +1 -0
- package/lib/typescript/components/DynamicOffers/DynamicOffers.d.ts.map +1 -0
- package/lib/typescript/components/DynamicOffers/DynamicOffersContainer.d.ts.map +1 -0
- package/lib/typescript/components/DynamicOffers/Render/DynamicOffersRender.d.ts.map +1 -0
- package/lib/typescript/components/DynamicOffers/Render/FallbackOfferTemplate.d.ts.map +1 -0
- package/lib/typescript/components/DynamicOffers/Render/Offer.d.ts.map +1 -0
- package/lib/typescript/components/DynamicOffers/Render/index.d.ts.map +1 -0
- package/lib/typescript/components/DynamicOffers/SeeAllButton.d.ts.map +1 -0
- package/lib/typescript/components/ErrorBoundary/index.d.ts.map +1 -0
- package/lib/typescript/components/Layouts/CreditCardOfferCard/index.d.ts.map +1 -0
- package/lib/typescript/components/Layouts/CreditCardOfferCard/statsBuilder.d.ts.map +1 -0
- package/lib/typescript/components/Layouts/DefaultOfferCard/index.d.ts.map +1 -0
- package/lib/typescript/components/Layouts/DefaultOfferCard/statsBuilder.d.ts.map +1 -0
- package/lib/typescript/components/Layouts/HeadlineWithDescriptionCard/index.d.ts.map +1 -0
- package/lib/typescript/components/Layouts/index.d.ts.map +1 -0
- package/lib/typescript/components/Modal/AllOffersModal.d.ts.map +1 -0
- package/lib/typescript/components/Modal/DescriptionPoints.d.ts.map +1 -0
- package/lib/typescript/components/Modal/Disclaimer.d.ts.map +1 -0
- package/lib/typescript/components/Modal/OfferDetailsModal.d.ts.map +1 -0
- package/lib/typescript/components/MoneyLionOfferCarousel.d.ts.map +1 -0
- package/lib/typescript/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/lib/typescript/components/Skeleton/index.d.ts.map +1 -0
- package/lib/typescript/components/Text/index.d.ts.map +1 -0
- package/lib/typescript/components/Touchable/TouchableOpacity.d.ts.map +1 -0
- package/lib/typescript/components/Touchable/index.d.ts.map +1 -0
- package/lib/typescript/components/View/index.d.ts.map +1 -0
- package/lib/typescript/components/utils/errorUtils.d.ts.map +1 -0
- package/lib/typescript/components/utils/withTestID.d.ts.map +1 -0
- package/lib/typescript/config/mocks/cnfContext.d.ts.map +1 -0
- package/lib/typescript/context/ConfigurationProvider.d.ts.map +1 -0
- package/lib/typescript/context/EventHandlerProvider.d.ts.map +1 -0
- package/lib/typescript/context/ThemeProvider.d.ts.map +1 -0
- package/lib/typescript/deps/configuration.d.ts.map +1 -0
- package/lib/typescript/{src/index.d.ts → index.d.ts} +1 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/pageData.d.ts.map +1 -0
- package/lib/typescript/services/getDynamicOffers.d.ts.map +1 -0
- package/lib/typescript/services/getProductTypes.d.ts.map +1 -0
- package/lib/typescript/utils/addClientTagsToOfferLinks.d.ts.map +1 -0
- package/lib/typescript/utils/formatOfferUrl.d.ts.map +1 -0
- package/lib/typescript/utils/getDefaultProductType.d.ts.map +1 -0
- package/lib/typescript/utils/getEnableUseCachedOffers.d.ts.map +1 -0
- package/lib/typescript/{src/utils → utils}/getOffersByProductTypes.d.ts +1 -1
- package/lib/typescript/utils/getOffersByProductTypes.d.ts.map +1 -0
- package/lib/typescript/utils/getProductTypesDefinition.d.ts +14 -0
- package/lib/typescript/utils/getProductTypesDefinition.d.ts.map +1 -0
- package/lib/typescript/utils/getThemeColors.d.ts.map +1 -0
- package/lib/typescript/utils/index.d.ts.map +1 -0
- package/lib/typescript/utils/parseStringProductTypes.d.ts.map +1 -0
- package/lib/typescript/utils/resolveProductTypes.d.ts.map +1 -0
- package/lib/typescript/utils/sortOffersByRecommendationScore.d.ts.map +1 -0
- package/lib/typescript/version.d.ts +2 -0
- package/lib/typescript/version.d.ts.map +1 -0
- package/package.json +3 -13
- package/src/capabilities/core/src/system/cnfContext/CnfContext.ts +15 -20
- package/src/capabilities/core/src/system/cnfContext/schemas/App.ts +10 -13
- package/src/capabilities/core/src/system/cnfContext/schemas/Brand.ts +108 -148
- package/src/capabilities/core/src/system/cnfContext/schemas/Configuration.ts +21 -46
- package/src/capabilities/core/src/system/cnfContext/schemas/Request.ts +11 -16
- package/src/capabilities/core/src/system/cnfContext/schemas/Session.ts +4 -8
- package/src/capabilities/core/src/system/cnfContext/schemas/Signals.ts +30 -41
- package/src/capabilities/core/src/system/cnfContext/schemas/Subaccount.ts +16 -24
- package/src/capabilities/errors/types/index.ts +30 -1
- package/src/capabilities/offer-catalog/src/api/offerCatalogApi.ts +4 -4
- package/src/components/MoneyLionOfferCarousel.tsx +14 -6
- package/src/components/utils/errorUtils.ts +3 -3
- package/src/index.tsx +4 -0
- package/src/services/getDynamicOffers.ts +10 -7
- package/src/version.ts +1 -1
- package/lib/typescript/src/apiEnvironment.d.ts.map +0 -1
- package/lib/typescript/src/builder/builder.d.ts.map +0 -1
- package/lib/typescript/src/builder/config/types.d.ts.map +0 -1
- package/lib/typescript/src/builder/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/configuration/src/brands/checkVisualEligibility.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/configuration/src/brands/createDerivedBrands.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/configuration/src/brands/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/configuration/src/brands/types.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/configuration/src/userData/types.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/core/src/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/CnfContext.d.ts +0 -103
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/CnfContext.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/App.d.ts +0 -13
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/App.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Brand.d.ts +0 -475
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Brand.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Configuration.d.ts +0 -59
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Configuration.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Request.d.ts +0 -16
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Request.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Session.d.ts +0 -8
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Session.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Signals.d.ts +0 -64
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Signals.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Subaccount.d.ts +0 -18
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Subaccount.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/errors/types/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/api/offerCatalogApi.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/types/offerCatalogSchema.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/arrayToMarkdownList.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/contextUtil.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/errorUtil.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/formatUtils.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/getEventCallbackContext.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/getOfferUrl.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/annualFee.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/boolean.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/common.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/creditBureaus.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/currency.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/freeTrialDays.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/percentage.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/purchaseApr.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrency.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeMonths.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rewardsDisplay.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/types.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offers/pipeline/src/sources/ratetables/offer-catalog/types/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offers/pipeline/src/sources/ratetables/offer-catalog/types/oas/offer-catalog.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offers/pipeline/src/sources/ratetables/types/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/offers/pipeline/src/sources/ratetables/withDeviceSignals.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/Abbreviation.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/components.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/markdownPreprocessor.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/ui/elements/src/components/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/ui/elements/src/components/thumbor/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/ui/elements/src/components/thumbor/useSvgUriViewBox.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/ui/elements/src/index.d.ts.map +0 -1
- package/lib/typescript/src/capabilities/ui/elements/src/offerCardAttributes.d.ts.map +0 -1
- package/lib/typescript/src/components/Button/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Common/BaseOfferCard/Content/Content.d.ts.map +0 -1
- package/lib/typescript/src/components/Common/BaseOfferCard/Content/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Common/BaseOfferCard/Stat/Stat.d.ts.map +0 -1
- package/lib/typescript/src/components/Common/BaseOfferCard/Stat/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Common/BaseOfferCard/StatsContainer/StatsContainer.d.ts.map +0 -1
- package/lib/typescript/src/components/Common/BaseOfferCard/StatsContainer/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Common/BaseOfferCard/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Common/DynamicOfferCard/CallToAction.d.ts.map +0 -1
- package/lib/typescript/src/components/Common/DynamicOfferCard/SeeMore.d.ts.map +0 -1
- package/lib/typescript/src/components/Common/DynamicOfferCard/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Common/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Divider/index.d.ts.map +0 -1
- package/lib/typescript/src/components/DynamicOffers/DynamicOffers.d.ts.map +0 -1
- package/lib/typescript/src/components/DynamicOffers/DynamicOffersContainer.d.ts.map +0 -1
- package/lib/typescript/src/components/DynamicOffers/Render/DynamicOffersRender.d.ts.map +0 -1
- package/lib/typescript/src/components/DynamicOffers/Render/FallbackOfferTemplate.d.ts.map +0 -1
- package/lib/typescript/src/components/DynamicOffers/Render/Offer.d.ts.map +0 -1
- package/lib/typescript/src/components/DynamicOffers/Render/index.d.ts.map +0 -1
- package/lib/typescript/src/components/DynamicOffers/SeeAllButton.d.ts.map +0 -1
- package/lib/typescript/src/components/ErrorBoundary/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Layouts/CreditCardOfferCard/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Layouts/CreditCardOfferCard/statsBuilder.d.ts.map +0 -1
- package/lib/typescript/src/components/Layouts/DefaultOfferCard/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Layouts/DefaultOfferCard/statsBuilder.d.ts.map +0 -1
- package/lib/typescript/src/components/Layouts/HeadlineWithDescriptionCard/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Layouts/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Modal/AllOffersModal.d.ts.map +0 -1
- package/lib/typescript/src/components/Modal/DescriptionPoints.d.ts.map +0 -1
- package/lib/typescript/src/components/Modal/Disclaimer.d.ts.map +0 -1
- package/lib/typescript/src/components/Modal/OfferDetailsModal.d.ts.map +0 -1
- package/lib/typescript/src/components/MoneyLionOfferCarousel.d.ts.map +0 -1
- package/lib/typescript/src/components/Skeleton/Skeleton.d.ts.map +0 -1
- package/lib/typescript/src/components/Skeleton/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Text/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Touchable/TouchableOpacity.d.ts.map +0 -1
- package/lib/typescript/src/components/Touchable/index.d.ts.map +0 -1
- package/lib/typescript/src/components/View/index.d.ts.map +0 -1
- package/lib/typescript/src/components/utils/errorUtils.d.ts.map +0 -1
- package/lib/typescript/src/components/utils/withTestID.d.ts.map +0 -1
- package/lib/typescript/src/config/mocks/cnfContext.d.ts.map +0 -1
- package/lib/typescript/src/context/ConfigurationProvider.d.ts.map +0 -1
- package/lib/typescript/src/context/EventHandlerProvider.d.ts.map +0 -1
- package/lib/typescript/src/context/ThemeProvider.d.ts.map +0 -1
- package/lib/typescript/src/deps/configuration.d.ts.map +0 -1
- package/lib/typescript/src/index.d.ts.map +0 -1
- package/lib/typescript/src/pageData.d.ts.map +0 -1
- package/lib/typescript/src/services/getDynamicOffers.d.ts.map +0 -1
- package/lib/typescript/src/services/getProductTypes.d.ts.map +0 -1
- package/lib/typescript/src/utils/addClientTagsToOfferLinks.d.ts.map +0 -1
- package/lib/typescript/src/utils/formatOfferUrl.d.ts.map +0 -1
- package/lib/typescript/src/utils/getDefaultProductType.d.ts.map +0 -1
- package/lib/typescript/src/utils/getEnableUseCachedOffers.d.ts.map +0 -1
- package/lib/typescript/src/utils/getOffersByProductTypes.d.ts.map +0 -1
- package/lib/typescript/src/utils/getProductTypesDefinition.d.ts +0 -14
- package/lib/typescript/src/utils/getProductTypesDefinition.d.ts.map +0 -1
- package/lib/typescript/src/utils/getThemeColors.d.ts.map +0 -1
- package/lib/typescript/src/utils/index.d.ts.map +0 -1
- package/lib/typescript/src/utils/parseStringProductTypes.d.ts.map +0 -1
- package/lib/typescript/src/utils/resolveProductTypes.d.ts.map +0 -1
- package/lib/typescript/src/utils/sortOffersByRecommendationScore.d.ts.map +0 -1
- package/lib/typescript/src/version.d.ts +0 -2
- package/lib/typescript/src/version.d.ts.map +0 -1
- /package/lib/typescript/{src/apiEnvironment.d.ts → apiEnvironment.d.ts} +0 -0
- /package/lib/typescript/{src/builder → builder}/builder.d.ts +0 -0
- /package/lib/typescript/{src/builder → builder}/config/types.d.ts +0 -0
- /package/lib/typescript/{src/builder → builder}/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/configuration/src/brands/checkVisualEligibility.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/configuration/src/brands/createDerivedBrands.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/configuration/src/brands/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/configuration/src/brands/types.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/configuration/src/userData/types.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/core/src/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/core/src/system/cnfContext/schemas/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/api/offerCatalogApi.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/types/offerCatalogSchema.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/arrayToMarkdownList.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/errorUtil.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/formatUtils.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/getEventCallbackContext.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/getOfferUrl.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/annualFee.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/boolean.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/common.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/creditBureaus.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/currency.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/currencyOrBasis.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/freeTrialDays.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/percentage.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/purchaseApr.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/rangeCurrency.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/rangeMonths.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/rangePercent.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/recommendedCredit.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/formatters/rewardsDisplay.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offer-catalog/src/utils/stats/types.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offers/pipeline/src/sources/ratetables/offer-catalog/types/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offers/pipeline/src/sources/ratetables/offer-catalog/types/oas/offer-catalog.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/offers/pipeline/src/sources/ratetables/types/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/MarkdownText/Abbreviation.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/MarkdownText/components.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/MarkdownText/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/MarkdownText/markdownPreprocessor.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/thumbor/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/components/thumbor/useSvgUriViewBox.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/index.d.ts +0 -0
- /package/lib/typescript/{src/capabilities → capabilities}/ui/elements/src/offerCardAttributes.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Button/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/Content/Content.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/Content/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/Stat/Stat.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/Stat/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/StatsContainer/StatsContainer.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/StatsContainer/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Common/BaseOfferCard/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Common/DynamicOfferCard/CallToAction.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Common/DynamicOfferCard/SeeMore.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Common/DynamicOfferCard/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Common/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Divider/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/DynamicOffers/DynamicOffers.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/DynamicOffers/DynamicOffersContainer.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/DynamicOffers/Render/DynamicOffersRender.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/DynamicOffers/Render/FallbackOfferTemplate.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/DynamicOffers/Render/Offer.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/DynamicOffers/Render/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/DynamicOffers/SeeAllButton.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/ErrorBoundary/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Layouts/CreditCardOfferCard/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Layouts/CreditCardOfferCard/statsBuilder.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Layouts/DefaultOfferCard/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Layouts/DefaultOfferCard/statsBuilder.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Layouts/HeadlineWithDescriptionCard/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Layouts/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Modal/AllOffersModal.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Modal/DescriptionPoints.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Modal/Disclaimer.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Modal/OfferDetailsModal.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/MoneyLionOfferCarousel.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Skeleton/Skeleton.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Skeleton/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Text/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Touchable/TouchableOpacity.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/Touchable/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/View/index.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/utils/errorUtils.d.ts +0 -0
- /package/lib/typescript/{src/components → components}/utils/withTestID.d.ts +0 -0
- /package/lib/typescript/{src/config → config}/mocks/cnfContext.d.ts +0 -0
- /package/lib/typescript/{src/context → context}/ConfigurationProvider.d.ts +0 -0
- /package/lib/typescript/{src/context → context}/EventHandlerProvider.d.ts +0 -0
- /package/lib/typescript/{src/context → context}/ThemeProvider.d.ts +0 -0
- /package/lib/typescript/{src/deps → deps}/configuration.d.ts +0 -0
- /package/lib/typescript/{src/pageData.d.ts → pageData.d.ts} +0 -0
- /package/lib/typescript/{src/services → services}/getDynamicOffers.d.ts +0 -0
- /package/lib/typescript/{src/services → services}/getProductTypes.d.ts +0 -0
- /package/lib/typescript/{src/utils → utils}/addClientTagsToOfferLinks.d.ts +0 -0
- /package/lib/typescript/{src/utils → utils}/formatOfferUrl.d.ts +0 -0
- /package/lib/typescript/{src/utils → utils}/getDefaultProductType.d.ts +0 -0
- /package/lib/typescript/{src/utils → utils}/getEnableUseCachedOffers.d.ts +0 -0
- /package/lib/typescript/{src/utils → utils}/getThemeColors.d.ts +0 -0
- /package/lib/typescript/{src/utils → utils}/index.d.ts +0 -0
- /package/lib/typescript/{src/utils → utils}/parseStringProductTypes.d.ts +0 -0
- /package/lib/typescript/{src/utils → utils}/resolveProductTypes.d.ts +0 -0
- /package/lib/typescript/{src/utils → utils}/sortOffersByRecommendationScore.d.ts +0 -0
|
@@ -1,475 +0,0 @@
|
|
|
1
|
-
import { Schema } from "effect";
|
|
2
|
-
export type ReshapedThemeColorObject = Schema.Schema.Type<typeof ReshapedThemeColorObject>;
|
|
3
|
-
declare const ReshapedThemeColorObject: Schema.Struct<{
|
|
4
|
-
hex: typeof Schema.String;
|
|
5
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
6
|
-
}>;
|
|
7
|
-
export type ReshapedThemeColors = Schema.Schema.Type<typeof ReshapedThemeColors>;
|
|
8
|
-
declare const ReshapedThemeColors: Schema.Struct<{
|
|
9
|
-
backgroundCritical: Schema.Struct<{
|
|
10
|
-
hex: typeof Schema.String;
|
|
11
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
12
|
-
}>;
|
|
13
|
-
backgroundCriticalFaded: Schema.Struct<{
|
|
14
|
-
hex: typeof Schema.String;
|
|
15
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
16
|
-
}>;
|
|
17
|
-
backgroundDisabled: Schema.Struct<{
|
|
18
|
-
hex: typeof Schema.String;
|
|
19
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
20
|
-
}>;
|
|
21
|
-
backgroundDisabledFaded: Schema.Struct<{
|
|
22
|
-
hex: typeof Schema.String;
|
|
23
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
24
|
-
}>;
|
|
25
|
-
backgroundElevationBase: Schema.Struct<{
|
|
26
|
-
hex: typeof Schema.String;
|
|
27
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
28
|
-
}>;
|
|
29
|
-
backgroundElevationOverlay: Schema.Struct<{
|
|
30
|
-
hex: typeof Schema.String;
|
|
31
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
32
|
-
}>;
|
|
33
|
-
backgroundElevationRaised: Schema.Struct<{
|
|
34
|
-
hex: typeof Schema.String;
|
|
35
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
36
|
-
}>;
|
|
37
|
-
backgroundNeutral: Schema.Struct<{
|
|
38
|
-
hex: typeof Schema.String;
|
|
39
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
40
|
-
}>;
|
|
41
|
-
backgroundNeutralFaded: Schema.Struct<{
|
|
42
|
-
hex: typeof Schema.String;
|
|
43
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
44
|
-
}>;
|
|
45
|
-
backgroundPage: Schema.Struct<{
|
|
46
|
-
hex: typeof Schema.String;
|
|
47
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
48
|
-
}>;
|
|
49
|
-
backgroundPageFaded: Schema.Struct<{
|
|
50
|
-
hex: typeof Schema.String;
|
|
51
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
52
|
-
}>;
|
|
53
|
-
backgroundPositive: Schema.Struct<{
|
|
54
|
-
hex: typeof Schema.String;
|
|
55
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
56
|
-
}>;
|
|
57
|
-
backgroundPositiveFaded: Schema.Struct<{
|
|
58
|
-
hex: typeof Schema.String;
|
|
59
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
60
|
-
}>;
|
|
61
|
-
backgroundPrimary: Schema.Struct<{
|
|
62
|
-
hex: typeof Schema.String;
|
|
63
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
64
|
-
}>;
|
|
65
|
-
backgroundPrimaryFaded: Schema.Struct<{
|
|
66
|
-
hex: typeof Schema.String;
|
|
67
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
68
|
-
}>;
|
|
69
|
-
backgroundWarning: Schema.Struct<{
|
|
70
|
-
hex: typeof Schema.String;
|
|
71
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
72
|
-
}>;
|
|
73
|
-
backgroundWarningFaded: Schema.Struct<{
|
|
74
|
-
hex: typeof Schema.String;
|
|
75
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
76
|
-
}>;
|
|
77
|
-
black: Schema.Struct<{
|
|
78
|
-
hex: typeof Schema.String;
|
|
79
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
80
|
-
}>;
|
|
81
|
-
borderCritical: Schema.Struct<{
|
|
82
|
-
hex: typeof Schema.String;
|
|
83
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
84
|
-
}>;
|
|
85
|
-
borderCriticalFaded: Schema.Struct<{
|
|
86
|
-
hex: typeof Schema.String;
|
|
87
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
88
|
-
}>;
|
|
89
|
-
borderDisabled: Schema.Struct<{
|
|
90
|
-
hex: typeof Schema.String;
|
|
91
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
92
|
-
}>;
|
|
93
|
-
borderNeutral: Schema.Struct<{
|
|
94
|
-
hex: typeof Schema.String;
|
|
95
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
96
|
-
}>;
|
|
97
|
-
borderNeutralFaded: Schema.Struct<{
|
|
98
|
-
hex: typeof Schema.String;
|
|
99
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
100
|
-
}>;
|
|
101
|
-
borderPositive: Schema.Struct<{
|
|
102
|
-
hex: typeof Schema.String;
|
|
103
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
104
|
-
}>;
|
|
105
|
-
borderPositiveFaded: Schema.Struct<{
|
|
106
|
-
hex: typeof Schema.String;
|
|
107
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
108
|
-
}>;
|
|
109
|
-
borderPrimary: Schema.Struct<{
|
|
110
|
-
hex: typeof Schema.String;
|
|
111
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
112
|
-
}>;
|
|
113
|
-
borderPrimaryFaded: Schema.Struct<{
|
|
114
|
-
hex: typeof Schema.String;
|
|
115
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
116
|
-
}>;
|
|
117
|
-
borderWarning: Schema.Struct<{
|
|
118
|
-
hex: typeof Schema.String;
|
|
119
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
120
|
-
}>;
|
|
121
|
-
borderWarningFaded: Schema.Struct<{
|
|
122
|
-
hex: typeof Schema.String;
|
|
123
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
124
|
-
}>;
|
|
125
|
-
brand: Schema.Struct<{
|
|
126
|
-
hex: typeof Schema.String;
|
|
127
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
128
|
-
}>;
|
|
129
|
-
foregroundCritical: Schema.Struct<{
|
|
130
|
-
hex: typeof Schema.String;
|
|
131
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
132
|
-
}>;
|
|
133
|
-
foregroundDisabled: Schema.Struct<{
|
|
134
|
-
hex: typeof Schema.String;
|
|
135
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
136
|
-
}>;
|
|
137
|
-
foregroundNeutral: Schema.Struct<{
|
|
138
|
-
hex: typeof Schema.String;
|
|
139
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
140
|
-
}>;
|
|
141
|
-
foregroundNeutralFaded: Schema.Struct<{
|
|
142
|
-
hex: typeof Schema.String;
|
|
143
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
144
|
-
}>;
|
|
145
|
-
foregroundPositive: Schema.Struct<{
|
|
146
|
-
hex: typeof Schema.String;
|
|
147
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
148
|
-
}>;
|
|
149
|
-
foregroundPrimary: Schema.Struct<{
|
|
150
|
-
hex: typeof Schema.String;
|
|
151
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
152
|
-
}>;
|
|
153
|
-
foregroundWarning: Schema.Struct<{
|
|
154
|
-
hex: typeof Schema.String;
|
|
155
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
156
|
-
}>;
|
|
157
|
-
white: Schema.Struct<{
|
|
158
|
-
hex: typeof Schema.String;
|
|
159
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
160
|
-
}>;
|
|
161
|
-
}>;
|
|
162
|
-
export type Links = Schema.Schema.Type<typeof Links>;
|
|
163
|
-
declare const Links: Schema.Struct<{
|
|
164
|
-
home: Schema.optional<typeof Schema.String>;
|
|
165
|
-
terms: Schema.optional<typeof Schema.String>;
|
|
166
|
-
support: Schema.optional<typeof Schema.String>;
|
|
167
|
-
privacy: Schema.optional<typeof Schema.String>;
|
|
168
|
-
}>;
|
|
169
|
-
export type AiInference = Schema.Schema.Type<typeof AiInference>;
|
|
170
|
-
declare const AiInference: Schema.Struct<{
|
|
171
|
-
status: typeof Schema.String;
|
|
172
|
-
error: Schema.optional<typeof Schema.String>;
|
|
173
|
-
}>;
|
|
174
|
-
export type Media = Schema.Schema.Type<typeof Media>;
|
|
175
|
-
declare const Media: Schema.Struct<{
|
|
176
|
-
id: typeof Schema.String;
|
|
177
|
-
autoCrop: typeof Schema.Boolean;
|
|
178
|
-
prefix: Schema.optional<typeof Schema.String>;
|
|
179
|
-
alt: Schema.optional<typeof Schema.String>;
|
|
180
|
-
url: Schema.optional<typeof Schema.String>;
|
|
181
|
-
filename: Schema.optional<typeof Schema.String>;
|
|
182
|
-
mimeType: Schema.optional<typeof Schema.String>;
|
|
183
|
-
filesize: Schema.optional<typeof Schema.Number>;
|
|
184
|
-
width: Schema.optional<typeof Schema.Number>;
|
|
185
|
-
height: Schema.optional<typeof Schema.Number>;
|
|
186
|
-
createdAt: Schema.optional<typeof Schema.String>;
|
|
187
|
-
updatedAt: Schema.optional<typeof Schema.String>;
|
|
188
|
-
aiInference: Schema.optional<Schema.Struct<{
|
|
189
|
-
status: typeof Schema.String;
|
|
190
|
-
error: Schema.optional<typeof Schema.String>;
|
|
191
|
-
}>>;
|
|
192
|
-
}>;
|
|
193
|
-
export type Logos = Schema.Schema.Type<typeof Logos>;
|
|
194
|
-
declare const Logos: Schema.Struct<{
|
|
195
|
-
horizontal: Schema.optional<Schema.Struct<{
|
|
196
|
-
id: typeof Schema.String;
|
|
197
|
-
autoCrop: typeof Schema.Boolean;
|
|
198
|
-
prefix: Schema.optional<typeof Schema.String>;
|
|
199
|
-
alt: Schema.optional<typeof Schema.String>;
|
|
200
|
-
url: Schema.optional<typeof Schema.String>;
|
|
201
|
-
filename: Schema.optional<typeof Schema.String>;
|
|
202
|
-
mimeType: Schema.optional<typeof Schema.String>;
|
|
203
|
-
filesize: Schema.optional<typeof Schema.Number>;
|
|
204
|
-
width: Schema.optional<typeof Schema.Number>;
|
|
205
|
-
height: Schema.optional<typeof Schema.Number>;
|
|
206
|
-
createdAt: Schema.optional<typeof Schema.String>;
|
|
207
|
-
updatedAt: Schema.optional<typeof Schema.String>;
|
|
208
|
-
aiInference: Schema.optional<Schema.Struct<{
|
|
209
|
-
status: typeof Schema.String;
|
|
210
|
-
error: Schema.optional<typeof Schema.String>;
|
|
211
|
-
}>>;
|
|
212
|
-
}>>;
|
|
213
|
-
icon: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
214
|
-
id: typeof Schema.String;
|
|
215
|
-
autoCrop: typeof Schema.Boolean;
|
|
216
|
-
prefix: Schema.optional<typeof Schema.String>;
|
|
217
|
-
alt: Schema.optional<typeof Schema.String>;
|
|
218
|
-
url: Schema.optional<typeof Schema.String>;
|
|
219
|
-
filename: Schema.optional<typeof Schema.String>;
|
|
220
|
-
mimeType: Schema.optional<typeof Schema.String>;
|
|
221
|
-
filesize: Schema.optional<typeof Schema.Number>;
|
|
222
|
-
width: Schema.optional<typeof Schema.Number>;
|
|
223
|
-
height: Schema.optional<typeof Schema.Number>;
|
|
224
|
-
createdAt: Schema.optional<typeof Schema.String>;
|
|
225
|
-
updatedAt: Schema.optional<typeof Schema.String>;
|
|
226
|
-
aiInference: Schema.optional<Schema.Struct<{
|
|
227
|
-
status: typeof Schema.String;
|
|
228
|
-
error: Schema.optional<typeof Schema.String>;
|
|
229
|
-
}>>;
|
|
230
|
-
}>>>;
|
|
231
|
-
}>;
|
|
232
|
-
export type FontFamily = Schema.Schema.Type<typeof FontFamily>;
|
|
233
|
-
declare const FontFamily: Schema.Literal<["nunito", "lato", "sourceSans3", "openSans", "roboto", "arimo", "montserrat"]>;
|
|
234
|
-
export type Font = Schema.Schema.Type<typeof Font>;
|
|
235
|
-
declare const Font: Schema.Struct<{
|
|
236
|
-
family: Schema.optional<Schema.Literal<["nunito", "lato", "sourceSans3", "openSans", "roboto", "arimo", "montserrat"]>>;
|
|
237
|
-
}>;
|
|
238
|
-
export type AllowedMarks = Schema.Schema.Type<typeof AllowedMarks>;
|
|
239
|
-
declare const AllowedMarks: Schema.Struct<{
|
|
240
|
-
logo: typeof Schema.Boolean;
|
|
241
|
-
name: typeof Schema.Boolean;
|
|
242
|
-
}>;
|
|
243
|
-
export type CtaRoundness = Schema.Schema.Type<typeof CtaRoundness>;
|
|
244
|
-
declare const CtaRoundness: Schema.Struct<{
|
|
245
|
-
small: Schema.optional<typeof Schema.Number>;
|
|
246
|
-
medium: Schema.optional<typeof Schema.Number>;
|
|
247
|
-
large: Schema.optional<typeof Schema.Number>;
|
|
248
|
-
}>;
|
|
249
|
-
type BrandFields = Schema.Schema.Type<typeof BrandFields>;
|
|
250
|
-
declare const BrandFields: Schema.Struct<{
|
|
251
|
-
id: typeof Schema.String;
|
|
252
|
-
domain: typeof Schema.String;
|
|
253
|
-
displayName: typeof Schema.String;
|
|
254
|
-
isLicensed: Schema.optional<typeof Schema.Boolean>;
|
|
255
|
-
hideLicensedLogo: Schema.optional<typeof Schema.Boolean>;
|
|
256
|
-
reshapedThemeColors: Schema.Struct<{
|
|
257
|
-
backgroundCritical: Schema.Struct<{
|
|
258
|
-
hex: typeof Schema.String;
|
|
259
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
260
|
-
}>;
|
|
261
|
-
backgroundCriticalFaded: Schema.Struct<{
|
|
262
|
-
hex: typeof Schema.String;
|
|
263
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
264
|
-
}>;
|
|
265
|
-
backgroundDisabled: Schema.Struct<{
|
|
266
|
-
hex: typeof Schema.String;
|
|
267
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
268
|
-
}>;
|
|
269
|
-
backgroundDisabledFaded: Schema.Struct<{
|
|
270
|
-
hex: typeof Schema.String;
|
|
271
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
272
|
-
}>;
|
|
273
|
-
backgroundElevationBase: Schema.Struct<{
|
|
274
|
-
hex: typeof Schema.String;
|
|
275
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
276
|
-
}>;
|
|
277
|
-
backgroundElevationOverlay: Schema.Struct<{
|
|
278
|
-
hex: typeof Schema.String;
|
|
279
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
280
|
-
}>;
|
|
281
|
-
backgroundElevationRaised: Schema.Struct<{
|
|
282
|
-
hex: typeof Schema.String;
|
|
283
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
284
|
-
}>;
|
|
285
|
-
backgroundNeutral: Schema.Struct<{
|
|
286
|
-
hex: typeof Schema.String;
|
|
287
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
288
|
-
}>;
|
|
289
|
-
backgroundNeutralFaded: Schema.Struct<{
|
|
290
|
-
hex: typeof Schema.String;
|
|
291
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
292
|
-
}>;
|
|
293
|
-
backgroundPage: Schema.Struct<{
|
|
294
|
-
hex: typeof Schema.String;
|
|
295
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
296
|
-
}>;
|
|
297
|
-
backgroundPageFaded: Schema.Struct<{
|
|
298
|
-
hex: typeof Schema.String;
|
|
299
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
300
|
-
}>;
|
|
301
|
-
backgroundPositive: Schema.Struct<{
|
|
302
|
-
hex: typeof Schema.String;
|
|
303
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
304
|
-
}>;
|
|
305
|
-
backgroundPositiveFaded: Schema.Struct<{
|
|
306
|
-
hex: typeof Schema.String;
|
|
307
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
308
|
-
}>;
|
|
309
|
-
backgroundPrimary: Schema.Struct<{
|
|
310
|
-
hex: typeof Schema.String;
|
|
311
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
312
|
-
}>;
|
|
313
|
-
backgroundPrimaryFaded: Schema.Struct<{
|
|
314
|
-
hex: typeof Schema.String;
|
|
315
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
316
|
-
}>;
|
|
317
|
-
backgroundWarning: Schema.Struct<{
|
|
318
|
-
hex: typeof Schema.String;
|
|
319
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
320
|
-
}>;
|
|
321
|
-
backgroundWarningFaded: Schema.Struct<{
|
|
322
|
-
hex: typeof Schema.String;
|
|
323
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
324
|
-
}>;
|
|
325
|
-
black: Schema.Struct<{
|
|
326
|
-
hex: typeof Schema.String;
|
|
327
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
328
|
-
}>;
|
|
329
|
-
borderCritical: Schema.Struct<{
|
|
330
|
-
hex: typeof Schema.String;
|
|
331
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
332
|
-
}>;
|
|
333
|
-
borderCriticalFaded: Schema.Struct<{
|
|
334
|
-
hex: typeof Schema.String;
|
|
335
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
336
|
-
}>;
|
|
337
|
-
borderDisabled: Schema.Struct<{
|
|
338
|
-
hex: typeof Schema.String;
|
|
339
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
340
|
-
}>;
|
|
341
|
-
borderNeutral: Schema.Struct<{
|
|
342
|
-
hex: typeof Schema.String;
|
|
343
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
344
|
-
}>;
|
|
345
|
-
borderNeutralFaded: Schema.Struct<{
|
|
346
|
-
hex: typeof Schema.String;
|
|
347
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
348
|
-
}>;
|
|
349
|
-
borderPositive: Schema.Struct<{
|
|
350
|
-
hex: typeof Schema.String;
|
|
351
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
352
|
-
}>;
|
|
353
|
-
borderPositiveFaded: Schema.Struct<{
|
|
354
|
-
hex: typeof Schema.String;
|
|
355
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
356
|
-
}>;
|
|
357
|
-
borderPrimary: Schema.Struct<{
|
|
358
|
-
hex: typeof Schema.String;
|
|
359
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
360
|
-
}>;
|
|
361
|
-
borderPrimaryFaded: Schema.Struct<{
|
|
362
|
-
hex: typeof Schema.String;
|
|
363
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
364
|
-
}>;
|
|
365
|
-
borderWarning: Schema.Struct<{
|
|
366
|
-
hex: typeof Schema.String;
|
|
367
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
368
|
-
}>;
|
|
369
|
-
borderWarningFaded: Schema.Struct<{
|
|
370
|
-
hex: typeof Schema.String;
|
|
371
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
372
|
-
}>;
|
|
373
|
-
brand: Schema.Struct<{
|
|
374
|
-
hex: typeof Schema.String;
|
|
375
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
376
|
-
}>;
|
|
377
|
-
foregroundCritical: Schema.Struct<{
|
|
378
|
-
hex: typeof Schema.String;
|
|
379
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
380
|
-
}>;
|
|
381
|
-
foregroundDisabled: Schema.Struct<{
|
|
382
|
-
hex: typeof Schema.String;
|
|
383
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
384
|
-
}>;
|
|
385
|
-
foregroundNeutral: Schema.Struct<{
|
|
386
|
-
hex: typeof Schema.String;
|
|
387
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
388
|
-
}>;
|
|
389
|
-
foregroundNeutralFaded: Schema.Struct<{
|
|
390
|
-
hex: typeof Schema.String;
|
|
391
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
392
|
-
}>;
|
|
393
|
-
foregroundPositive: Schema.Struct<{
|
|
394
|
-
hex: typeof Schema.String;
|
|
395
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
396
|
-
}>;
|
|
397
|
-
foregroundPrimary: Schema.Struct<{
|
|
398
|
-
hex: typeof Schema.String;
|
|
399
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
400
|
-
}>;
|
|
401
|
-
foregroundWarning: Schema.Struct<{
|
|
402
|
-
hex: typeof Schema.String;
|
|
403
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
404
|
-
}>;
|
|
405
|
-
white: Schema.Struct<{
|
|
406
|
-
hex: typeof Schema.String;
|
|
407
|
-
hexDark: Schema.optional<typeof Schema.String>;
|
|
408
|
-
}>;
|
|
409
|
-
}>;
|
|
410
|
-
links: Schema.optional<Schema.Struct<{
|
|
411
|
-
home: Schema.optional<typeof Schema.String>;
|
|
412
|
-
terms: Schema.optional<typeof Schema.String>;
|
|
413
|
-
support: Schema.optional<typeof Schema.String>;
|
|
414
|
-
privacy: Schema.optional<typeof Schema.String>;
|
|
415
|
-
}>>;
|
|
416
|
-
logos: Schema.optional<Schema.Struct<{
|
|
417
|
-
horizontal: Schema.optional<Schema.Struct<{
|
|
418
|
-
id: typeof Schema.String;
|
|
419
|
-
autoCrop: typeof Schema.Boolean;
|
|
420
|
-
prefix: Schema.optional<typeof Schema.String>;
|
|
421
|
-
alt: Schema.optional<typeof Schema.String>;
|
|
422
|
-
url: Schema.optional<typeof Schema.String>;
|
|
423
|
-
filename: Schema.optional<typeof Schema.String>;
|
|
424
|
-
mimeType: Schema.optional<typeof Schema.String>;
|
|
425
|
-
filesize: Schema.optional<typeof Schema.Number>;
|
|
426
|
-
width: Schema.optional<typeof Schema.Number>;
|
|
427
|
-
height: Schema.optional<typeof Schema.Number>;
|
|
428
|
-
createdAt: Schema.optional<typeof Schema.String>;
|
|
429
|
-
updatedAt: Schema.optional<typeof Schema.String>;
|
|
430
|
-
aiInference: Schema.optional<Schema.Struct<{
|
|
431
|
-
status: typeof Schema.String;
|
|
432
|
-
error: Schema.optional<typeof Schema.String>;
|
|
433
|
-
}>>;
|
|
434
|
-
}>>;
|
|
435
|
-
icon: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
436
|
-
id: typeof Schema.String;
|
|
437
|
-
autoCrop: typeof Schema.Boolean;
|
|
438
|
-
prefix: Schema.optional<typeof Schema.String>;
|
|
439
|
-
alt: Schema.optional<typeof Schema.String>;
|
|
440
|
-
url: Schema.optional<typeof Schema.String>;
|
|
441
|
-
filename: Schema.optional<typeof Schema.String>;
|
|
442
|
-
mimeType: Schema.optional<typeof Schema.String>;
|
|
443
|
-
filesize: Schema.optional<typeof Schema.Number>;
|
|
444
|
-
width: Schema.optional<typeof Schema.Number>;
|
|
445
|
-
height: Schema.optional<typeof Schema.Number>;
|
|
446
|
-
createdAt: Schema.optional<typeof Schema.String>;
|
|
447
|
-
updatedAt: Schema.optional<typeof Schema.String>;
|
|
448
|
-
aiInference: Schema.optional<Schema.Struct<{
|
|
449
|
-
status: typeof Schema.String;
|
|
450
|
-
error: Schema.optional<typeof Schema.String>;
|
|
451
|
-
}>>;
|
|
452
|
-
}>>>;
|
|
453
|
-
}>>;
|
|
454
|
-
font: Schema.optional<Schema.Struct<{
|
|
455
|
-
family: Schema.optional<Schema.Literal<["nunito", "lato", "sourceSans3", "openSans", "roboto", "arimo", "montserrat"]>>;
|
|
456
|
-
}>>;
|
|
457
|
-
type: Schema.optional<Schema.Literal<["business", "product", "individual"]>>;
|
|
458
|
-
allowedMarks: Schema.Struct<{
|
|
459
|
-
logo: typeof Schema.Boolean;
|
|
460
|
-
name: typeof Schema.Boolean;
|
|
461
|
-
}>;
|
|
462
|
-
ctaRoundness: Schema.optional<Schema.Struct<{
|
|
463
|
-
small: Schema.optional<typeof Schema.Number>;
|
|
464
|
-
medium: Schema.optional<typeof Schema.Number>;
|
|
465
|
-
large: Schema.optional<typeof Schema.Number>;
|
|
466
|
-
}>>;
|
|
467
|
-
createdAt: Schema.optional<typeof Schema.String>;
|
|
468
|
-
updatedAt: Schema.optional<typeof Schema.String>;
|
|
469
|
-
}>;
|
|
470
|
-
export type Brand = BrandFields & {
|
|
471
|
-
licensedBrand?: Brand | null;
|
|
472
|
-
};
|
|
473
|
-
export declare const Brand: Schema.suspend<Brand, Brand, never>;
|
|
474
|
-
export {};
|
|
475
|
-
//# sourceMappingURL=Brand.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Brand.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/capabilities/core/src/system/cnfContext/schemas/Brand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,MAAM,MAAM,wBAAwB,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CACxD,OAAO,wBAAwB,CAC/B,CAAC;AACF,QAAA,MAAM,wBAAwB;;;EAG5B,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CACnD,OAAO,mBAAmB,CAC1B,CAAC;AACF,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuCvB,CAAC;AAEH,MAAM,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,KAAK,CAAC,CAAC;AACrD,QAAA,MAAM,KAAK;;;;;EAKT,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,WAAW,CAAC,CAAC;AACjE,QAAA,MAAM,WAAW;;;EAGf,CAAC;AAEH,MAAM,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,KAAK,CAAC,CAAC;AACrD,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;EAcT,CAAC;AAEH,MAAM,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,KAAK,CAAC,CAAC;AACrD,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGT,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,UAAU,CAAC,CAAC;AAC/D,QAAA,MAAM,UAAU,gGAQf,CAAC;AAEF,MAAM,MAAM,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,CAAC;AACnD,QAAA,MAAM,IAAI;;EAER,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,YAAY,CAAC,CAAC;AACnE,QAAA,MAAM,YAAY;;;EAGhB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,YAAY,CAAC,CAAC;AACnE,QAAA,MAAM,YAAY;;;;EAIhB,CAAC;AAEH,KAAK,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,WAAW,CAAC,CAAC;AAC1D,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAef,CAAC;AAEH,MAAM,MAAM,KAAK,GAAG,WAAW,GAAG;IACjC,aAAa,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,KAAK,qCAiBhB,CAAC"}
|
package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Configuration.d.ts
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { Schema } from "effect";
|
|
2
|
-
export declare const DynamicOffersConfigurationSchema: Schema.Struct<{
|
|
3
|
-
hideFooter: Schema.optionalWith<typeof Schema.Boolean, {
|
|
4
|
-
default: () => false;
|
|
5
|
-
}>;
|
|
6
|
-
enableUseCachedOffers: Schema.optionalWith<typeof Schema.Boolean, {
|
|
7
|
-
default: () => false;
|
|
8
|
-
}>;
|
|
9
|
-
defaultProductTypeSlug: Schema.optionalWith<typeof Schema.String, {
|
|
10
|
-
default: () => string;
|
|
11
|
-
}>;
|
|
12
|
-
productTypesDefinition: Schema.optionalWith<Schema.Array$<Schema.Struct<{
|
|
13
|
-
id: typeof Schema.String;
|
|
14
|
-
partnerPageUrl: typeof Schema.String;
|
|
15
|
-
productTypeSlug: typeof Schema.String;
|
|
16
|
-
}>>, {
|
|
17
|
-
default: () => never[];
|
|
18
|
-
}>;
|
|
19
|
-
partnersOverrideDefinition: Schema.optionalWith<Schema.Array$<Schema.Struct<{
|
|
20
|
-
id: typeof Schema.String;
|
|
21
|
-
overrideUrl: typeof Schema.String;
|
|
22
|
-
financialInstitutionUuid: typeof Schema.String;
|
|
23
|
-
}>>, {
|
|
24
|
-
default: () => never[];
|
|
25
|
-
}>;
|
|
26
|
-
}>;
|
|
27
|
-
export type DynamicOffersConfigurationSchema = Schema.Schema.Type<typeof DynamicOffersConfigurationSchema>;
|
|
28
|
-
export declare const Configuration: Schema.Struct<{
|
|
29
|
-
app: Schema.Union<[typeof Schema.String, Schema.Struct<{
|
|
30
|
-
name: typeof Schema.String;
|
|
31
|
-
}>]>;
|
|
32
|
-
configuration: Schema.Struct<{
|
|
33
|
-
hideFooter: Schema.optionalWith<typeof Schema.Boolean, {
|
|
34
|
-
default: () => false;
|
|
35
|
-
}>;
|
|
36
|
-
enableUseCachedOffers: Schema.optionalWith<typeof Schema.Boolean, {
|
|
37
|
-
default: () => false;
|
|
38
|
-
}>;
|
|
39
|
-
defaultProductTypeSlug: Schema.optionalWith<typeof Schema.String, {
|
|
40
|
-
default: () => string;
|
|
41
|
-
}>;
|
|
42
|
-
productTypesDefinition: Schema.optionalWith<Schema.Array$<Schema.Struct<{
|
|
43
|
-
id: typeof Schema.String;
|
|
44
|
-
partnerPageUrl: typeof Schema.String;
|
|
45
|
-
productTypeSlug: typeof Schema.String;
|
|
46
|
-
}>>, {
|
|
47
|
-
default: () => never[];
|
|
48
|
-
}>;
|
|
49
|
-
partnersOverrideDefinition: Schema.optionalWith<Schema.Array$<Schema.Struct<{
|
|
50
|
-
id: typeof Schema.String;
|
|
51
|
-
overrideUrl: typeof Schema.String;
|
|
52
|
-
financialInstitutionUuid: typeof Schema.String;
|
|
53
|
-
}>>, {
|
|
54
|
-
default: () => never[];
|
|
55
|
-
}>;
|
|
56
|
-
}>;
|
|
57
|
-
}>;
|
|
58
|
-
export type Configuration = Schema.Schema.Type<typeof Configuration>;
|
|
59
|
-
//# sourceMappingURL=Configuration.d.ts.map
|
package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Configuration.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Configuration.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/capabilities/core/src/system/cnfContext/schemas/Configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAchC,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;EAkB3C,CAAC;AAEH,MAAM,MAAM,gCAAgC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAChE,OAAO,gCAAgC,CACvC,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQxB,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,aAAa,CAAC,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Schema } from "effect";
|
|
2
|
-
export type CnfRequest = Schema.Schema.Type<typeof CnfRequest>;
|
|
3
|
-
export declare const CnfRequest: Schema.Struct<{
|
|
4
|
-
referer: Schema.optional<typeof Schema.String>;
|
|
5
|
-
channel: Schema.optional<typeof Schema.String>;
|
|
6
|
-
zone: Schema.optional<typeof Schema.String>;
|
|
7
|
-
cnfAppBaseUrl: Schema.optionalWith<typeof Schema.String, {
|
|
8
|
-
default: () => string;
|
|
9
|
-
}>;
|
|
10
|
-
path: Schema.optional<typeof Schema.String>;
|
|
11
|
-
pathname: Schema.optional<typeof Schema.String>;
|
|
12
|
-
query: Schema.optional<typeof Schema.String>;
|
|
13
|
-
searchParams: Schema.Struct<{}>;
|
|
14
|
-
host: Schema.optional<typeof Schema.String>;
|
|
15
|
-
}>;
|
|
16
|
-
//# sourceMappingURL=Request.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/capabilities/core/src/system/cnfContext/schemas/Request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,UAAU,CAAC,CAAC;AAC/D,eAAO,MAAM,UAAU;;;;;;;;;;;;EAYrB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Schema } from "effect";
|
|
2
|
-
export type SessionId = Schema.Schema.Type<typeof SessionId>;
|
|
3
|
-
export declare const SessionId: Schema.brand<typeof Schema.UUID, "SessionId">;
|
|
4
|
-
export type Session = Schema.Schema.Type<typeof Session>;
|
|
5
|
-
export declare const Session: Schema.Struct<{
|
|
6
|
-
id: Schema.brand<typeof Schema.UUID, "SessionId">;
|
|
7
|
-
}>;
|
|
8
|
-
//# sourceMappingURL=Session.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Session.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/capabilities/core/src/system/cnfContext/schemas/Session.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,SAAS,CAAC,CAAC;AAC7D,eAAO,MAAM,SAAS,+CAA8C,CAAC;AAErE,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,OAAO,CAAC,CAAC;AACzD,eAAO,MAAM,OAAO;;EAElB,CAAC"}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { Schema } from "effect";
|
|
2
|
-
export type PartnerSignals = Schema.Schema.Type<typeof PartnerSignals>;
|
|
3
|
-
export declare const PartnerSignals: Schema.Struct<{
|
|
4
|
-
clientTags: Schema.TypeLiteral<{}, readonly [{
|
|
5
|
-
readonly key: typeof Schema.String;
|
|
6
|
-
readonly value: typeof Schema.String;
|
|
7
|
-
}]>;
|
|
8
|
-
}>;
|
|
9
|
-
export type DeviceId = Schema.Schema.Type<typeof DeviceId>;
|
|
10
|
-
export declare const DeviceId: typeof Schema.UUID;
|
|
11
|
-
export type DeviceSignals = Schema.Schema.Type<typeof DeviceSignals>;
|
|
12
|
-
declare const DeviceSignals: Schema.Struct<{
|
|
13
|
-
id: typeof Schema.UUID;
|
|
14
|
-
ipAddress: Schema.optional<typeof Schema.String>;
|
|
15
|
-
os: Schema.optional<typeof Schema.String>;
|
|
16
|
-
isMobile: Schema.optional<typeof Schema.Boolean>;
|
|
17
|
-
country: Schema.optional<typeof Schema.String>;
|
|
18
|
-
state: Schema.optional<Schema.Struct<{
|
|
19
|
-
name: Schema.optional<typeof Schema.String>;
|
|
20
|
-
code: Schema.optional<typeof Schema.String>;
|
|
21
|
-
}>>;
|
|
22
|
-
postalCode: typeof Schema.String;
|
|
23
|
-
city: typeof Schema.String;
|
|
24
|
-
fingerprintId: Schema.optional<typeof Schema.String>;
|
|
25
|
-
userAgent: Schema.optional<typeof Schema.String>;
|
|
26
|
-
}>;
|
|
27
|
-
export type LeadUuid = Schema.Schema.Type<typeof LeadUuid>;
|
|
28
|
-
export declare const LeadUuid: typeof Schema.UUID;
|
|
29
|
-
export type LeadSignals = Schema.Schema.Type<typeof LeadSignals>;
|
|
30
|
-
export declare const LeadSignals: Schema.Struct<{
|
|
31
|
-
uuid: typeof Schema.UUID;
|
|
32
|
-
}>;
|
|
33
|
-
export type ReferralSignals = Schema.Schema.Type<typeof ReferralSignals>;
|
|
34
|
-
export declare const ReferralSignals: Schema.Struct<{}>;
|
|
35
|
-
export type Signals = Schema.Schema.Type<typeof Signals>;
|
|
36
|
-
export declare const Signals: Schema.Struct<{
|
|
37
|
-
partnerSignals: Schema.Struct<{
|
|
38
|
-
clientTags: Schema.TypeLiteral<{}, readonly [{
|
|
39
|
-
readonly key: typeof Schema.String;
|
|
40
|
-
readonly value: typeof Schema.String;
|
|
41
|
-
}]>;
|
|
42
|
-
}>;
|
|
43
|
-
deviceSignals: Schema.Struct<{
|
|
44
|
-
id: typeof Schema.UUID;
|
|
45
|
-
ipAddress: Schema.optional<typeof Schema.String>;
|
|
46
|
-
os: Schema.optional<typeof Schema.String>;
|
|
47
|
-
isMobile: Schema.optional<typeof Schema.Boolean>;
|
|
48
|
-
country: Schema.optional<typeof Schema.String>;
|
|
49
|
-
state: Schema.optional<Schema.Struct<{
|
|
50
|
-
name: Schema.optional<typeof Schema.String>;
|
|
51
|
-
code: Schema.optional<typeof Schema.String>;
|
|
52
|
-
}>>;
|
|
53
|
-
postalCode: typeof Schema.String;
|
|
54
|
-
city: typeof Schema.String;
|
|
55
|
-
fingerprintId: Schema.optional<typeof Schema.String>;
|
|
56
|
-
userAgent: Schema.optional<typeof Schema.String>;
|
|
57
|
-
}>;
|
|
58
|
-
lead: Schema.Struct<{
|
|
59
|
-
uuid: typeof Schema.UUID;
|
|
60
|
-
}>;
|
|
61
|
-
referral: Schema.Struct<{}>;
|
|
62
|
-
}>;
|
|
63
|
-
export {};
|
|
64
|
-
//# sourceMappingURL=Signals.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Signals.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/capabilities/core/src/system/cnfContext/schemas/Signals.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,cAAc,CAAC,CAAC;AACvE,eAAO,MAAM,cAAc;;;;;EAEzB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC3D,eAAO,MAAM,QAAQ,oBAAc,CAAC;AAEpC,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,aAAa,CAAC,CAAC;AACrE,QAAA,MAAM,aAAa;;;;;;;;;;;;;;EAgBjB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC3D,eAAO,MAAM,QAAQ,oBAAc,CAAC;AAEpC,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,WAAW,CAAC,CAAC;AACjE,eAAO,MAAM,WAAW;;EAEtB,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,eAAe,CAAC,CAAC;AACzE,eAAO,MAAM,eAAe,mBAAoB,CAAC;AAEjD,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,OAAO,CAAC,CAAC;AACzD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;EAKlB,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Schema } from "effect";
|
|
2
|
-
export declare const Subaccount: Schema.Struct<{
|
|
3
|
-
id: typeof Schema.UUID;
|
|
4
|
-
publicToken: typeof Schema.String;
|
|
5
|
-
name: typeof Schema.String;
|
|
6
|
-
companyUuid: typeof Schema.String;
|
|
7
|
-
subaccount: Schema.NullOr<typeof Schema.Number>;
|
|
8
|
-
supplySubaccountUuid: Schema.optional<Schema.Union<[typeof Schema.Null, Schema.Literal<[""]>, typeof Schema.UUID]>>;
|
|
9
|
-
tags: Schema.Array$<Schema.Struct<{
|
|
10
|
-
id: typeof Schema.String;
|
|
11
|
-
key: typeof Schema.String;
|
|
12
|
-
value: typeof Schema.String;
|
|
13
|
-
}>>;
|
|
14
|
-
createdAt: typeof Schema.String;
|
|
15
|
-
updatedAt: typeof Schema.String;
|
|
16
|
-
}>;
|
|
17
|
-
export type Subaccount = Schema.Schema.Type<typeof Subaccount>;
|
|
18
|
-
//# sourceMappingURL=Subaccount.d.ts.map
|
package/lib/typescript/src/capabilities/core/src/system/cnfContext/schemas/Subaccount.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Subaccount.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/capabilities/core/src/system/cnfContext/schemas/Subaccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAYhC,eAAO,MAAM,UAAU;;;;;;;;;;;;;;EAUrB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,UAAU,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/capabilities/core/src/system/cnfContext/schemas/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC"}
|