@newskit-render/my-account 7.151.3-351f40919.8 → 7.153.0
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/dist/cjs/Components/Elements/ForwardButton/ForwardButton.d.ts +1 -1
- package/dist/cjs/Components/Elements/ForwardButton/ForwardButton.js +1 -1
- package/dist/cjs/Components/Elements/ForwardButton/ForwardButton.js.map +1 -1
- package/dist/cjs/Components/Elements/TimesLoading/TimesLoading.d.ts +1 -2
- package/dist/cjs/Components/Elements/TimesLoading/TimesLoading.js +3 -28
- package/dist/cjs/Components/Elements/TimesLoading/TimesLoading.js.map +1 -1
- package/dist/cjs/Components/Sections/CancelSubscription/CancelSubscription.d.ts +1 -1
- package/dist/cjs/Components/Sections/CancelSubscription/CancelSubscription.js +11 -17
- package/dist/cjs/Components/Sections/CancelSubscription/CancelSubscription.js.map +1 -1
- package/dist/cjs/Components/Sections/CancelSubscription/types.d.ts +2 -0
- package/dist/cjs/Components/Sections/CancelSubscriptionDowngrade/CancelSubscriptionDowngrade.d.ts +2 -2
- package/dist/cjs/Components/Sections/CancellationDetails/types.d.ts +2 -2
- package/dist/cjs/Components/Sections/CancellationOffers/CancellationOffers.d.ts +1 -1
- package/dist/cjs/Components/Sections/CancellationOffers/CancellationOffers.js +13 -54
- package/dist/cjs/Components/Sections/CancellationOffers/CancellationOffers.js.map +1 -1
- package/dist/cjs/Components/Sections/CancellationOffers/types.d.ts +4 -29
- package/dist/cjs/Components/Sections/CancellationReasons/CancellationReasons.d.ts +2 -1
- package/dist/cjs/Components/Sections/CancellationReasons/CancellationReasons.js +15 -3
- package/dist/cjs/Components/Sections/CancellationReasons/CancellationReasons.js.map +1 -1
- package/dist/cjs/Components/Sections/ContactSupport/ContactSupport.d.ts +2 -0
- package/dist/cjs/Components/Sections/ContactSupport/ContactSupport.js +43 -0
- package/dist/cjs/Components/Sections/ContactSupport/ContactSupport.js.map +1 -0
- package/dist/cjs/Components/Sections/ContactSupport/index.d.ts +2 -0
- package/dist/cjs/Components/Sections/ContactSupport/index.js +19 -0
- package/dist/cjs/Components/Sections/ContactSupport/index.js.map +1 -0
- package/dist/cjs/Components/Sections/ContactSupport/types.d.ts +21 -0
- package/dist/cjs/Components/Sections/ContactSupport/types.js +3 -0
- package/dist/cjs/Components/Sections/ContactSupport/types.js.map +1 -0
- package/dist/cjs/Components/Sections/ContentContainer/ContentContainer.js +1 -6
- package/dist/cjs/Components/Sections/ContentContainer/ContentContainer.js.map +1 -1
- package/dist/cjs/Components/Sections/SectionContainer/types.d.ts +2 -2
- package/dist/cjs/Components/Sections/UserHub/SubscriptionDetailsSection.d.ts +1 -1
- package/dist/cjs/Components/Sections/UserHub/SubscriptionDetailsSection.js +7 -24
- package/dist/cjs/Components/Sections/UserHub/SubscriptionDetailsSection.js.map +1 -1
- package/dist/cjs/Components/Templates/CancellationStepperRender.d.ts +5 -4
- package/dist/cjs/Components/Templates/CancellationStepperRender.js +13 -11
- package/dist/cjs/Components/Templates/CancellationStepperRender.js.map +1 -1
- package/dist/cjs/Components/Templates/LayoutTemplate.js +29 -1
- package/dist/cjs/Components/Templates/LayoutTemplate.js.map +1 -1
- package/dist/cjs/Components/Templates/SubscriptionAndBillingRender.js +16 -2
- package/dist/cjs/Components/Templates/SubscriptionAndBillingRender.js.map +1 -1
- package/dist/cjs/Components/index.d.ts +1 -0
- package/dist/cjs/api/queryHandler.js +13 -24
- package/dist/cjs/api/queryHandler.js.map +1 -1
- package/dist/cjs/context/types.d.ts +4 -9
- package/dist/cjs/context/types.js.map +1 -1
- package/dist/cjs/helpers/cancellationUtils.d.ts +0 -19
- package/dist/cjs/helpers/cancellationUtils.js +1 -65
- package/dist/cjs/helpers/cancellationUtils.js.map +1 -1
- package/dist/cjs/helpers/dmccVariant.d.ts +2 -0
- package/dist/cjs/helpers/dmccVariant.js +81 -0
- package/dist/cjs/helpers/dmccVariant.js.map +1 -0
- package/dist/cjs/helpers/getQuery.js +3 -2
- package/dist/cjs/helpers/getQuery.js.map +1 -1
- package/dist/cjs/helpers/index.d.ts +1 -1
- package/dist/cjs/helpers/index.js +3 -1
- package/dist/cjs/helpers/index.js.map +1 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/pages/CancellationStepper/CancellationStepperContext.js +63 -57
- package/dist/cjs/pages/CancellationStepper/CancellationStepperContext.js.map +1 -1
- package/dist/cjs/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js +3 -0
- package/dist/cjs/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js.map +1 -1
- package/dist/cjs/pages/UserHub/UserHubContext.js +1 -0
- package/dist/cjs/pages/UserHub/UserHubContext.js.map +1 -1
- package/dist/cjs/queries/index.d.ts +0 -1
- package/dist/cjs/queries/index.js +0 -1
- package/dist/cjs/queries/index.js.map +1 -1
- package/dist/esm/Components/Elements/ForwardButton/ForwardButton.d.ts +1 -1
- package/dist/esm/Components/Elements/ForwardButton/ForwardButton.js +1 -1
- package/dist/esm/Components/Elements/ForwardButton/ForwardButton.js.map +1 -1
- package/dist/esm/Components/Elements/TimesLoading/TimesLoading.d.ts +1 -2
- package/dist/esm/Components/Elements/TimesLoading/TimesLoading.js +3 -28
- package/dist/esm/Components/Elements/TimesLoading/TimesLoading.js.map +1 -1
- package/dist/esm/Components/Sections/CancelSubscription/CancelSubscription.d.ts +1 -1
- package/dist/esm/Components/Sections/CancelSubscription/CancelSubscription.js +11 -17
- package/dist/esm/Components/Sections/CancelSubscription/CancelSubscription.js.map +1 -1
- package/dist/esm/Components/Sections/CancelSubscription/types.d.ts +2 -0
- package/dist/esm/Components/Sections/CancelSubscriptionDowngrade/CancelSubscriptionDowngrade.d.ts +2 -2
- package/dist/esm/Components/Sections/CancellationDetails/types.d.ts +2 -2
- package/dist/esm/Components/Sections/CancellationOffers/CancellationOffers.d.ts +1 -1
- package/dist/esm/Components/Sections/CancellationOffers/CancellationOffers.js +13 -54
- package/dist/esm/Components/Sections/CancellationOffers/CancellationOffers.js.map +1 -1
- package/dist/esm/Components/Sections/CancellationOffers/types.d.ts +4 -29
- package/dist/esm/Components/Sections/CancellationReasons/CancellationReasons.d.ts +2 -1
- package/dist/esm/Components/Sections/CancellationReasons/CancellationReasons.js +13 -2
- package/dist/esm/Components/Sections/CancellationReasons/CancellationReasons.js.map +1 -1
- package/dist/esm/Components/Sections/ContactSupport/ContactSupport.d.ts +2 -0
- package/dist/esm/Components/Sections/ContactSupport/ContactSupport.js +36 -0
- package/dist/esm/Components/Sections/ContactSupport/ContactSupport.js.map +1 -0
- package/dist/esm/Components/Sections/ContactSupport/index.d.ts +2 -0
- package/dist/esm/Components/Sections/ContactSupport/index.js +3 -0
- package/dist/esm/Components/Sections/ContactSupport/index.js.map +1 -0
- package/dist/esm/Components/Sections/ContactSupport/types.d.ts +21 -0
- package/dist/esm/Components/Sections/ContactSupport/types.js +2 -0
- package/dist/esm/Components/Sections/ContactSupport/types.js.map +1 -0
- package/dist/esm/Components/Sections/ContentContainer/ContentContainer.js +1 -6
- package/dist/esm/Components/Sections/ContentContainer/ContentContainer.js.map +1 -1
- package/dist/esm/Components/Sections/SectionContainer/types.d.ts +2 -2
- package/dist/esm/Components/Sections/UserHub/SubscriptionDetailsSection.d.ts +1 -1
- package/dist/esm/Components/Sections/UserHub/SubscriptionDetailsSection.js +9 -26
- package/dist/esm/Components/Sections/UserHub/SubscriptionDetailsSection.js.map +1 -1
- package/dist/esm/Components/Templates/CancellationStepperRender.d.ts +5 -4
- package/dist/esm/Components/Templates/CancellationStepperRender.js +13 -11
- package/dist/esm/Components/Templates/CancellationStepperRender.js.map +1 -1
- package/dist/esm/Components/Templates/LayoutTemplate.js +6 -1
- package/dist/esm/Components/Templates/LayoutTemplate.js.map +1 -1
- package/dist/esm/Components/Templates/SubscriptionAndBillingRender.js +16 -2
- package/dist/esm/Components/Templates/SubscriptionAndBillingRender.js.map +1 -1
- package/dist/esm/Components/index.d.ts +1 -0
- package/dist/esm/api/queryHandler.js +13 -24
- package/dist/esm/api/queryHandler.js.map +1 -1
- package/dist/esm/context/types.d.ts +4 -9
- package/dist/esm/context/types.js.map +1 -1
- package/dist/esm/helpers/cancellationUtils.d.ts +0 -19
- package/dist/esm/helpers/cancellationUtils.js +0 -62
- package/dist/esm/helpers/cancellationUtils.js.map +1 -1
- package/dist/esm/helpers/dmccVariant.d.ts +2 -0
- package/dist/esm/helpers/dmccVariant.js +76 -0
- package/dist/esm/helpers/dmccVariant.js.map +1 -0
- package/dist/esm/helpers/getQuery.js +4 -3
- package/dist/esm/helpers/getQuery.js.map +1 -1
- package/dist/esm/helpers/index.d.ts +1 -1
- package/dist/esm/helpers/index.js +3 -1
- package/dist/esm/helpers/index.js.map +1 -1
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/pages/CancellationStepper/CancellationStepperContext.js +64 -58
- package/dist/esm/pages/CancellationStepper/CancellationStepperContext.js.map +1 -1
- package/dist/esm/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js +3 -0
- package/dist/esm/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js.map +1 -1
- package/dist/esm/pages/UserHub/UserHubContext.js +1 -0
- package/dist/esm/pages/UserHub/UserHubContext.js.map +1 -1
- package/dist/esm/queries/index.d.ts +0 -1
- package/dist/esm/queries/index.js +0 -1
- package/dist/esm/queries/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/cjs/Components/Sections/OfferPreview/OfferPreview.d.ts +0 -22
- package/dist/cjs/Components/Sections/OfferPreview/OfferPreview.js +0 -163
- package/dist/cjs/Components/Sections/OfferPreview/OfferPreview.js.map +0 -1
- package/dist/cjs/Components/Sections/OfferPreview/OfferSummary.d.ts +0 -21
- package/dist/cjs/Components/Sections/OfferPreview/OfferSummary.js +0 -95
- package/dist/cjs/Components/Sections/OfferPreview/OfferSummary.js.map +0 -1
- package/dist/cjs/Components/Sections/OfferPreview/SummaryRow.d.ts +0 -9
- package/dist/cjs/Components/Sections/OfferPreview/SummaryRow.js +0 -38
- package/dist/cjs/Components/Sections/OfferPreview/SummaryRow.js.map +0 -1
- package/dist/cjs/Components/Sections/OfferPreview/index.d.ts +0 -0
- package/dist/cjs/Components/Sections/OfferPreview/index.js +0 -2
- package/dist/cjs/Components/Sections/OfferPreview/index.js.map +0 -1
- package/dist/cjs/Components/Sections/OfferPreview/types.d.ts +0 -0
- package/dist/cjs/Components/Sections/OfferPreview/types.js +0 -2
- package/dist/cjs/Components/Sections/OfferPreview/types.js.map +0 -1
- package/dist/cjs/helpers/stringUtils.d.ts +0 -1
- package/dist/cjs/helpers/stringUtils.js +0 -9
- package/dist/cjs/helpers/stringUtils.js.map +0 -1
- package/dist/cjs/queries/getIncentivePreview.d.ts +0 -2
- package/dist/cjs/queries/getIncentivePreview.js +0 -11
- package/dist/cjs/queries/getIncentivePreview.js.map +0 -1
- package/dist/esm/Components/Sections/OfferPreview/OfferPreview.d.ts +0 -22
- package/dist/esm/Components/Sections/OfferPreview/OfferPreview.js +0 -133
- package/dist/esm/Components/Sections/OfferPreview/OfferPreview.js.map +0 -1
- package/dist/esm/Components/Sections/OfferPreview/OfferSummary.d.ts +0 -21
- package/dist/esm/Components/Sections/OfferPreview/OfferSummary.js +0 -88
- package/dist/esm/Components/Sections/OfferPreview/OfferSummary.js.map +0 -1
- package/dist/esm/Components/Sections/OfferPreview/SummaryRow.d.ts +0 -9
- package/dist/esm/Components/Sections/OfferPreview/SummaryRow.js +0 -31
- package/dist/esm/Components/Sections/OfferPreview/SummaryRow.js.map +0 -1
- package/dist/esm/Components/Sections/OfferPreview/index.d.ts +0 -0
- package/dist/esm/Components/Sections/OfferPreview/index.js +0 -2
- package/dist/esm/Components/Sections/OfferPreview/index.js.map +0 -1
- package/dist/esm/Components/Sections/OfferPreview/types.d.ts +0 -0
- package/dist/esm/Components/Sections/OfferPreview/types.js +0 -2
- package/dist/esm/Components/Sections/OfferPreview/types.js.map +0 -1
- package/dist/esm/helpers/stringUtils.d.ts +0 -1
- package/dist/esm/helpers/stringUtils.js +0 -5
- package/dist/esm/helpers/stringUtils.js.map +0 -1
- package/dist/esm/queries/getIncentivePreview.d.ts +0 -2
- package/dist/esm/queries/getIncentivePreview.js +0 -8
- package/dist/esm/queries/getIncentivePreview.js.map +0 -1
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
2
|
-
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
3
|
-
return cooked;
|
|
4
|
-
};
|
|
5
|
-
import { gql } from '@apollo/client';
|
|
6
|
-
export var GET_INCENTIVE_PREVIEW = gql(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n query getPreviewIncentive(\n $subscriptionCode: String!\n $incentiveCode: String!\n ) {\n previewIncentive(\n subscriptionCode: $subscriptionCode\n incentiveCode: $incentiveCode\n ) {\n success\n errorCode\n errorMessage\n currentPropositionName\n incentiveName\n discountPercentage\n discountValue\n term\n billCycleDay\n serviceActivationDate\n invoiceSummary {\n invoiceMonthlySummaryBreakdown {\n fromDate\n toDate\n creditBalance {\n beforeApplyingSubscriptionCharges\n afterApplyingSubscriptionCharges\n }\n subscriptionCharges\n totalAmountToPay\n }\n }\n }\n }\n"], ["\n query getPreviewIncentive(\n $subscriptionCode: String!\n $incentiveCode: String!\n ) {\n previewIncentive(\n subscriptionCode: $subscriptionCode\n incentiveCode: $incentiveCode\n ) {\n success\n errorCode\n errorMessage\n currentPropositionName\n incentiveName\n discountPercentage\n discountValue\n term\n billCycleDay\n serviceActivationDate\n invoiceSummary {\n invoiceMonthlySummaryBreakdown {\n fromDate\n toDate\n creditBalance {\n beforeApplyingSubscriptionCharges\n afterApplyingSubscriptionCharges\n }\n subscriptionCharges\n totalAmountToPay\n }\n }\n }\n }\n"])));
|
|
7
|
-
var templateObject_1;
|
|
8
|
-
//# sourceMappingURL=getIncentivePreview.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getIncentivePreview.js","sourceRoot":"","sources":["../../../src/queries/getIncentivePreview.ts"],"names":[],"mappings":";;;;AAAA,OAAO,EAAgB,GAAG,EAAE,MAAM,gBAAgB,CAAA;AAElD,MAAM,CAAC,IAAM,qBAAqB,GAAiB,GAAG,ozBAAA,ivBAiCrD,IAAA,CAAA"}
|