@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.
Files changed (82) hide show
  1. package/lib/graphql/mutations/UnFollowById.handler.d.ts +1 -1
  2. package/lib/graphql/mutations/UnFollowById.handler.js +2 -2
  3. package/lib/graphql/mutations/UnFollowById.handler.js.map +1 -1
  4. package/lib/graphql/mutations/addItemsToCart.handler.d.ts +1 -1
  5. package/lib/graphql/mutations/addItemsToCart.handler.js +2 -2
  6. package/lib/graphql/mutations/addItemsToCart.handler.js.map +1 -1
  7. package/lib/graphql/mutations/followById.handler.d.ts +1 -1
  8. package/lib/graphql/mutations/followById.handler.js +2 -2
  9. package/lib/graphql/mutations/followById.handler.js.map +1 -1
  10. package/lib/graphql/mutations/loginWithAppleIOS.handler.d.ts +1 -1
  11. package/lib/graphql/mutations/loginWithAppleIOS.handler.js +2 -2
  12. package/lib/graphql/mutations/loginWithAppleIOS.handler.js.map +1 -1
  13. package/lib/graphql/mutations/loginWithEmailAndPassword.handler.d.ts +1 -1
  14. package/lib/graphql/mutations/loginWithEmailAndPassword.handler.js +2 -2
  15. package/lib/graphql/mutations/loginWithEmailAndPassword.handler.js.map +1 -1
  16. package/lib/graphql/mutations/loginWithFacebook.handler.d.ts +1 -1
  17. package/lib/graphql/mutations/loginWithFacebook.handler.js +2 -2
  18. package/lib/graphql/mutations/loginWithFacebook.handler.js.map +1 -1
  19. package/lib/graphql/mutations/loginWithGoogle.handler.d.ts +1 -1
  20. package/lib/graphql/mutations/loginWithGoogle.handler.js +2 -2
  21. package/lib/graphql/mutations/loginWithGoogle.handler.js.map +1 -1
  22. package/lib/graphql/mutations/selectAddress.handler.d.ts +1 -1
  23. package/lib/graphql/mutations/selectAddress.handler.js +2 -2
  24. package/lib/graphql/mutations/selectAddress.handler.js.map +1 -1
  25. package/lib/graphql/mutations/selectPaymentMode.handler.d.ts +1 -1
  26. package/lib/graphql/mutations/selectPaymentMode.handler.js +2 -2
  27. package/lib/graphql/mutations/selectPaymentMode.handler.js.map +1 -1
  28. package/lib/graphql/mutations/updateCart.handler.d.ts +1 -1
  29. package/lib/graphql/mutations/updateCart.handler.js +3 -3
  30. package/lib/graphql/mutations/updateCart.handler.js.map +1 -1
  31. package/lib/graphql/mutations/updateProfile.handler.d.ts +1 -1
  32. package/lib/graphql/mutations/updateProfile.handler.js +2 -2
  33. package/lib/graphql/mutations/updateProfile.handler.js.map +1 -1
  34. package/lib/graphql/mutations/updateShipmentStatus.handler.d.ts +1 -1
  35. package/lib/graphql/mutations/updateShipmentStatus.handler.js +2 -2
  36. package/lib/graphql/mutations/updateShipmentStatus.handler.js.map +1 -1
  37. package/lib/graphql/mutations/verifyEmailOtp.handler.d.ts +1 -1
  38. package/lib/graphql/mutations/verifyEmailOtp.handler.js +2 -2
  39. package/lib/graphql/mutations/verifyEmailOtp.handler.js.map +1 -1
  40. package/lib/graphql/mutations/verifyMobileOTP.handler.d.ts +1 -1
  41. package/lib/graphql/mutations/verifyMobileOTP.handler.js +2 -2
  42. package/lib/graphql/mutations/verifyMobileOTP.handler.js.map +1 -1
  43. package/lib/graphql/query/collection.handler.d.ts +1 -1
  44. package/lib/graphql/query/collection.handler.js +2 -2
  45. package/lib/graphql/query/collection.handler.js.map +1 -1
  46. package/lib/graphql/query/deliveryPromise.handler.d.ts +1 -1
  47. package/lib/graphql/query/deliveryPromise.handler.js +2 -2
  48. package/lib/graphql/query/deliveryPromise.handler.js.map +1 -1
  49. package/lib/graphql/query/order.handler.d.ts +1 -1
  50. package/lib/graphql/query/order.handler.js +2 -2
  51. package/lib/graphql/query/order.handler.js.map +1 -1
  52. package/lib/graphql/query/product.handler.d.ts +1 -1
  53. package/lib/graphql/query/product.handler.js +2 -2
  54. package/lib/graphql/query/product.handler.js.map +1 -1
  55. package/lib/graphql/query/productPrice.handler.d.ts +1 -1
  56. package/lib/graphql/query/productPrice.handler.js +2 -2
  57. package/lib/graphql/query/productPrice.handler.js.map +1 -1
  58. package/lib/graphql/query/products.handler.d.ts +1 -1
  59. package/lib/graphql/query/products.handler.js +2 -2
  60. package/lib/graphql/query/products.handler.js.map +1 -1
  61. package/lib/graphql/query/productsPriceWithFulfillmentOption.handler.d.ts +1 -1
  62. package/lib/graphql/query/productsPriceWithFulfillmentOption.handler.js +2 -2
  63. package/lib/graphql/query/productsPriceWithFulfillmentOption.handler.js.map +1 -1
  64. package/lib/graphql/query/searchProduct.handler.d.ts +1 -1
  65. package/lib/graphql/query/searchProduct.handler.js +2 -2
  66. package/lib/graphql/query/searchProduct.handler.js.map +1 -1
  67. package/lib/graphql/query/user.handler.d.ts +1 -1
  68. package/lib/graphql/query/user.handler.js +2 -2
  69. package/lib/graphql/query/user.handler.js.map +1 -1
  70. package/lib/index.js +2 -2
  71. package/lib/index.js.map +1 -1
  72. package/lib/store/index.d.ts +3 -2
  73. package/lib/store/index.js +5 -20
  74. package/lib/store/index.js.map +1 -1
  75. package/lib/store/modules/graphqlModifications.js +52 -23
  76. package/lib/store/modules/graphqlModifications.js.map +1 -1
  77. package/lib/store/slices/payment.js +13 -20
  78. package/lib/store/slices/payment.js.map +1 -1
  79. package/lib/store/utils/payment.js +30 -38
  80. package/lib/store/utils/payment.js.map +1 -1
  81. package/lib/types/index.d.ts +1 -0
  82. 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.52-beta.2",
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",