@gofynd/fdk-store-gql 3.0.74 → 3.0.76-beta.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/.github/workflows/npm-publish.yml +12 -2
- package/azure-pipelines.yml +16 -6
- package/github_app_jwt.txt +1 -1
- package/lib/graphql/mutations/applyCoupon.handler.d.ts +1 -1
- package/lib/graphql/mutations/applyCoupon.handler.js +1 -3
- package/lib/graphql/mutations/applyCoupon.handler.js.map +1 -1
- package/lib/graphql/mutations/getCartShareLink.handler.d.ts +1 -1
- package/lib/graphql/mutations/getCartShareLink.handler.js +1 -3
- package/lib/graphql/mutations/getCartShareLink.handler.js.map +1 -1
- package/lib/graphql/mutations/index.js +0 -20
- package/lib/graphql/mutations/index.js.map +1 -1
- package/lib/graphql/mutations/removeCoupon.handler.d.ts +1 -1
- package/lib/graphql/mutations/removeCoupon.handler.js +1 -3
- package/lib/graphql/mutations/removeCoupon.handler.js.map +1 -1
- package/lib/graphql/mutations/updateAddress.handler.d.ts +1 -1
- package/lib/graphql/mutations/updateAddress.handler.js +1 -3
- package/lib/graphql/mutations/updateAddress.handler.js.map +1 -1
- package/lib/graphql/query/applicationContent.handler.d.ts +1 -1
- package/lib/graphql/query/applicationContent.handler.js +2 -4
- package/lib/graphql/query/applicationContent.handler.js.map +1 -1
- package/lib/graphql/query/brands.handler.d.ts +1 -1
- package/lib/graphql/query/brands.handler.js +2 -3
- package/lib/graphql/query/brands.handler.js.map +1 -1
- package/lib/graphql/query/collections.handler.d.ts +1 -1
- package/lib/graphql/query/collections.handler.js +1 -3
- package/lib/graphql/query/collections.handler.js.map +1 -1
- package/lib/graphql/query/coupons.handler.d.ts +1 -1
- package/lib/graphql/query/coupons.handler.js +1 -3
- package/lib/graphql/query/coupons.handler.js.map +1 -1
- package/lib/graphql/query/faqsByCategory.handler.d.ts +1 -1
- package/lib/graphql/query/faqsByCategory.handler.js +1 -3
- package/lib/graphql/query/faqsByCategory.handler.js.map +1 -1
- package/lib/graphql/query/followedListing.handler.d.ts +1 -1
- package/lib/graphql/query/followedListing.handler.js +1 -3
- package/lib/graphql/query/followedListing.handler.js.map +1 -1
- package/lib/graphql/query/index.js +0 -4
- package/lib/graphql/query/index.js.map +1 -1
- package/lib/graphql/query/order.handler.js +1 -1
- package/lib/graphql/query/order.handler.js.map +1 -1
- package/lib/helpers/FPI-events.js +35 -430
- package/lib/helpers/FPI-events.js.map +1 -1
- package/lib/store/index.d.ts +3 -2
- package/lib/store/index.js +16 -6
- package/lib/store/index.js.map +1 -1
- package/lib/store/utils/payment.js +2 -1
- package/lib/store/utils/payment.js.map +1 -1
- package/package.json +1 -1
- package/lib/graphql/mutations/addAddress.handler.d.ts +0 -3
- package/lib/graphql/mutations/addAddress.handler.js +0 -7
- package/lib/graphql/mutations/addAddress.handler.js.map +0 -1
- package/lib/graphql/mutations/createTicket.handler.d.ts +0 -3
- package/lib/graphql/mutations/createTicket.handler.js +0 -9
- package/lib/graphql/mutations/createTicket.handler.js.map +0 -1
- package/lib/graphql/mutations/forgotPassword.handler.d.ts +0 -3
- package/lib/graphql/mutations/forgotPassword.handler.js +0 -7
- package/lib/graphql/mutations/forgotPassword.handler.js.map +0 -1
- package/lib/graphql/mutations/registerWithForm.handler.d.ts +0 -3
- package/lib/graphql/mutations/registerWithForm.handler.js +0 -7
- package/lib/graphql/mutations/registerWithForm.handler.js.map +0 -1
- package/lib/graphql/mutations/removeAddress.handler.d.ts +0 -3
- package/lib/graphql/mutations/removeAddress.handler.js +0 -7
- package/lib/graphql/mutations/removeAddress.handler.js.map +0 -1
- package/lib/graphql/mutations/sendOTPOnEmail.handler.d.ts +0 -3
- package/lib/graphql/mutations/sendOTPOnEmail.handler.js +0 -10
- package/lib/graphql/mutations/sendOTPOnEmail.handler.js.map +0 -1
- package/lib/graphql/mutations/sendOTPOnMobile.handler.d.ts +0 -3
- package/lib/graphql/mutations/sendOTPOnMobile.handler.js +0 -10
- package/lib/graphql/mutations/sendOTPOnMobile.handler.js.map +0 -1
- package/lib/graphql/mutations/sendResetPasswordEmail.handler.d.ts +0 -3
- package/lib/graphql/mutations/sendResetPasswordEmail.handler.js +0 -7
- package/lib/graphql/mutations/sendResetPasswordEmail.handler.js.map +0 -1
- package/lib/graphql/mutations/sendResetPasswordMobile.handler.d.ts +0 -3
- package/lib/graphql/mutations/sendResetPasswordMobile.handler.js +0 -7
- package/lib/graphql/mutations/sendResetPasswordMobile.handler.js.map +0 -1
- package/lib/graphql/mutations/submitCustomForm.handler.d.ts +0 -3
- package/lib/graphql/mutations/submitCustomForm.handler.js +0 -7
- package/lib/graphql/mutations/submitCustomForm.handler.js.map +0 -1
- package/lib/graphql/query/productComparison.handler.d.ts +0 -3
- package/lib/graphql/query/productComparison.handler.js +0 -7
- package/lib/graphql/query/productComparison.handler.js.map +0 -1
- package/lib/graphql/query/promotions.handler.d.ts +0 -3
- package/lib/graphql/query/promotions.handler.js +0 -7
- package/lib/graphql/query/promotions.handler.js.map +0 -1
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { emitFPIEvent, FPI_EVENTS } from "../../helpers/FPI-events";
|
|
2
|
-
export function productComparisonHandler(productComparison, dispatch, params, oldStore, options) {
|
|
3
|
-
if (productComparison) {
|
|
4
|
-
emitFPIEvent(FPI_EVENTS.COMPARE_VIEW, params, productComparison, oldStore, dispatch, options);
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=productComparison.handler.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"productComparison.handler.js","sourceRoot":"","sources":["../../../src/graphql/query/productComparison.handler.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAEpE,MAAM,UAAU,wBAAwB,CACtC,iBAAwC,EACxC,QAAkC,EAClC,MAAW,EACX,QAAiB,EACjB,OAAa;IAEb,IAAI,iBAAiB,EAAE;QACrB,YAAY,CACV,UAAU,CAAC,YAAY,EACvB,MAAM,EACN,iBAAiB,EACjB,QAAQ,EACR,QAAQ,EACR,OAAO,CACR,CAAC;KACH;AACH,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { emitFPIEvent, FPI_EVENTS } from "../../helpers/FPI-events";
|
|
2
|
-
export function promotionsHandler(promotions, dispatch, params, oldStore, options) {
|
|
3
|
-
if (promotions) {
|
|
4
|
-
emitFPIEvent(FPI_EVENTS.PROMOTIONS_VIEW, params, promotions, oldStore, dispatch, options);
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=promotions.handler.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"promotions.handler.js","sourceRoot":"","sources":["../../../src/graphql/query/promotions.handler.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAEpE,MAAM,UAAU,iBAAiB,CAC/B,UAAsB,EACtB,QAAkC,EAClC,MAAe,EACf,QAAiB,EACjB,OAAa;IAEb,IAAI,UAAU,EAAE;QACd,YAAY,CACV,UAAU,CAAC,eAAe,EAC1B,MAAM,EACN,UAAU,EACV,QAAQ,EACR,QAAQ,EACR,OAAO,CACR,CAAC;KACH;AACH,CAAC"}
|