@gofynd/fdk-store-gql 3.0.52-beta.2 → 3.0.53-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/lib/graphql/mutations/UnFollowById.handler.d.ts +1 -1
- package/lib/graphql/mutations/UnFollowById.handler.js +2 -2
- package/lib/graphql/mutations/UnFollowById.handler.js.map +1 -1
- package/lib/graphql/mutations/addItemsToCart.handler.d.ts +1 -1
- package/lib/graphql/mutations/addItemsToCart.handler.js +2 -2
- package/lib/graphql/mutations/addItemsToCart.handler.js.map +1 -1
- package/lib/graphql/mutations/followById.handler.d.ts +1 -1
- package/lib/graphql/mutations/followById.handler.js +2 -2
- package/lib/graphql/mutations/followById.handler.js.map +1 -1
- package/lib/graphql/mutations/loginWithAppleIOS.handler.d.ts +1 -1
- package/lib/graphql/mutations/loginWithAppleIOS.handler.js +2 -2
- package/lib/graphql/mutations/loginWithAppleIOS.handler.js.map +1 -1
- package/lib/graphql/mutations/loginWithEmailAndPassword.handler.d.ts +1 -1
- package/lib/graphql/mutations/loginWithEmailAndPassword.handler.js +2 -2
- package/lib/graphql/mutations/loginWithEmailAndPassword.handler.js.map +1 -1
- package/lib/graphql/mutations/loginWithFacebook.handler.d.ts +1 -1
- package/lib/graphql/mutations/loginWithFacebook.handler.js +2 -2
- package/lib/graphql/mutations/loginWithFacebook.handler.js.map +1 -1
- package/lib/graphql/mutations/loginWithGoogle.handler.d.ts +1 -1
- package/lib/graphql/mutations/loginWithGoogle.handler.js +2 -2
- package/lib/graphql/mutations/loginWithGoogle.handler.js.map +1 -1
- package/lib/graphql/mutations/selectAddress.handler.d.ts +1 -1
- package/lib/graphql/mutations/selectAddress.handler.js +2 -2
- package/lib/graphql/mutations/selectAddress.handler.js.map +1 -1
- package/lib/graphql/mutations/selectPaymentMode.handler.d.ts +1 -1
- package/lib/graphql/mutations/selectPaymentMode.handler.js +2 -2
- package/lib/graphql/mutations/selectPaymentMode.handler.js.map +1 -1
- package/lib/graphql/mutations/updateCart.handler.d.ts +1 -1
- package/lib/graphql/mutations/updateCart.handler.js +3 -3
- package/lib/graphql/mutations/updateCart.handler.js.map +1 -1
- package/lib/graphql/mutations/updateProfile.handler.d.ts +1 -1
- package/lib/graphql/mutations/updateProfile.handler.js +2 -2
- package/lib/graphql/mutations/updateProfile.handler.js.map +1 -1
- package/lib/graphql/mutations/updateShipmentStatus.handler.d.ts +1 -1
- package/lib/graphql/mutations/updateShipmentStatus.handler.js +2 -2
- package/lib/graphql/mutations/updateShipmentStatus.handler.js.map +1 -1
- package/lib/graphql/mutations/verifyEmailOtp.handler.d.ts +1 -1
- package/lib/graphql/mutations/verifyEmailOtp.handler.js +2 -2
- package/lib/graphql/mutations/verifyEmailOtp.handler.js.map +1 -1
- package/lib/graphql/mutations/verifyMobileOTP.handler.d.ts +1 -1
- package/lib/graphql/mutations/verifyMobileOTP.handler.js +2 -2
- package/lib/graphql/mutations/verifyMobileOTP.handler.js.map +1 -1
- package/lib/graphql/query/collection.handler.d.ts +1 -1
- package/lib/graphql/query/collection.handler.js +2 -2
- package/lib/graphql/query/collection.handler.js.map +1 -1
- package/lib/graphql/query/deliveryPromise.handler.d.ts +1 -1
- package/lib/graphql/query/deliveryPromise.handler.js +2 -2
- package/lib/graphql/query/deliveryPromise.handler.js.map +1 -1
- package/lib/graphql/query/order.handler.d.ts +1 -1
- package/lib/graphql/query/order.handler.js +2 -2
- package/lib/graphql/query/order.handler.js.map +1 -1
- package/lib/graphql/query/product.handler.d.ts +1 -1
- package/lib/graphql/query/product.handler.js +2 -2
- package/lib/graphql/query/product.handler.js.map +1 -1
- package/lib/graphql/query/productPrice.handler.d.ts +1 -1
- package/lib/graphql/query/productPrice.handler.js +2 -2
- package/lib/graphql/query/productPrice.handler.js.map +1 -1
- package/lib/graphql/query/products.handler.d.ts +1 -1
- package/lib/graphql/query/products.handler.js +2 -2
- package/lib/graphql/query/products.handler.js.map +1 -1
- package/lib/graphql/query/productsPriceWithFulfillmentOption.handler.d.ts +1 -1
- package/lib/graphql/query/productsPriceWithFulfillmentOption.handler.js +2 -2
- package/lib/graphql/query/productsPriceWithFulfillmentOption.handler.js.map +1 -1
- package/lib/graphql/query/searchProduct.handler.d.ts +1 -1
- package/lib/graphql/query/searchProduct.handler.js +2 -2
- package/lib/graphql/query/searchProduct.handler.js.map +1 -1
- package/lib/graphql/query/user.handler.d.ts +1 -1
- package/lib/graphql/query/user.handler.js +2 -2
- package/lib/graphql/query/user.handler.js.map +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/store/index.d.ts +3 -2
- package/lib/store/index.js +5 -20
- package/lib/store/index.js.map +1 -1
- package/lib/store/modules/graphqlModifications.js +52 -23
- package/lib/store/modules/graphqlModifications.js.map +1 -1
- package/lib/store/slices/payment.js +13 -20
- package/lib/store/slices/payment.js.map +1 -1
- package/lib/store/utils/payment.js +30 -38
- package/lib/store/utils/payment.js.map +1 -1
- package/lib/types/index.d.ts +1 -0
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gofynd/fdk-store-gql",
|
|
3
|
-
"version": "v3.0.
|
|
3
|
+
"version": "v3.0.53-beta.0",
|
|
4
4
|
"description": "FPI Store bridging library",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:tsc": "tsc -m es6 --outDir lib",
|
|
12
12
|
"build:watch": "tsc -m es6 --outDir lib --watch",
|
|
13
13
|
"test": "jest --config jest.config.js --json --outputFile='./coverage/coverage.json'",
|
|
14
|
-
"test:uifunction": "jest --config jest.config.js --json --outputFile='./coverage/coverage.json' src/__tests__/store/modules/graphqlModifications.test.ts src/__tests__/store/index.test.ts",
|
|
14
|
+
"test:uifunction": "jest --config jest.config.js --json --outputFile='./coverage/coverage.json' src/__tests__/store/modules/graphqlModifications.test.ts src/__tests__/store/index.test.ts src/__tests__/store/slices/payment.test.ts",
|
|
15
15
|
"test:coverage": "jest --coverage",
|
|
16
16
|
"doc": "typedoc --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown",
|
|
17
17
|
"local": "webpack --watch",
|