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

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.