@longvansoftware/storefront-js-client 4.3.8 → 4.4.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 (43) hide show
  1. package/README.md +221 -221
  2. package/dist/src/graphql/auth/mutations.js +309 -309
  3. package/dist/src/graphql/auth/queries.js +209 -209
  4. package/dist/src/graphql/campaign/mutations.js +26 -26
  5. package/dist/src/graphql/campaign/queries.js +457 -457
  6. package/dist/src/graphql/cashbook/queries.js +93 -93
  7. package/dist/src/graphql/cloud/mutations.js +103 -103
  8. package/dist/src/graphql/cloud/queries.js +112 -112
  9. package/dist/src/graphql/cloudCloud/mutations.js +12 -12
  10. package/dist/src/graphql/cloudCloud/queries.js +117 -117
  11. package/dist/src/graphql/cloudService/queries.d.ts +1 -0
  12. package/dist/src/graphql/cloudService/queries.js +71 -0
  13. package/dist/src/graphql/computing/mutations.js +96 -96
  14. package/dist/src/graphql/computing/queries.js +41 -41
  15. package/dist/src/graphql/crm/mutations.js +1064 -1064
  16. package/dist/src/graphql/crm/queries.js +920 -920
  17. package/dist/src/graphql/orderCloud/mutations.js +7 -7
  18. package/dist/src/graphql/orderCloud/queries.js +7 -7
  19. package/dist/src/graphql/payment/mutations.d.ts +1 -0
  20. package/dist/src/graphql/payment/mutations.js +212 -195
  21. package/dist/src/graphql/payment/queries.d.ts +1 -0
  22. package/dist/src/graphql/payment/queries.js +123 -118
  23. package/dist/src/graphql/paymentV2/mutations.js +115 -115
  24. package/dist/src/graphql/paymentV2/queries.js +263 -263
  25. package/dist/src/graphql/product/mutations.d.ts +1 -0
  26. package/dist/src/graphql/product/mutations.js +671 -653
  27. package/dist/src/graphql/product/queries.js +996 -990
  28. package/dist/src/graphql/service/mutations.js +304 -304
  29. package/dist/src/graphql/service/queries.js +131 -131
  30. package/dist/src/graphql/store/mutations.js +24 -24
  31. package/dist/src/graphql/store/queries.js +24 -24
  32. package/dist/src/graphql/user/mutations.js +201 -201
  33. package/dist/src/graphql/user/queries.js +339 -339
  34. package/dist/src/lib/cloudService/index.d.ts +5 -0
  35. package/dist/src/lib/cloudService/index.js +35 -0
  36. package/dist/src/lib/payment/index.d.ts +2 -0
  37. package/dist/src/lib/payment/index.js +33 -0
  38. package/dist/src/lib/product/index.d.ts +1 -0
  39. package/dist/src/lib/product/index.js +17 -0
  40. package/dist/src/lib/serviceSDK.js +14 -14
  41. package/package.json +43 -43
  42. package/dist/index.d.ts +0 -1698
  43. package/dist/index.js +0 -13673

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.