@aepstore-dev/contracts 1.40.0 → 1.42.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/dist/gen/activity.d.ts +170 -0
  2. package/dist/gen/activity.js +62 -0
  3. package/dist/gen/auth.d.ts +220 -0
  4. package/dist/gen/auth.js +49 -0
  5. package/dist/gen/mail.d.ts +70 -0
  6. package/dist/gen/mail.js +34 -0
  7. package/dist/gen/payments.d.ts +603 -0
  8. package/dist/gen/payments.js +57 -0
  9. package/dist/gen/products.d.ts +401 -0
  10. package/dist/gen/products.js +80 -0
  11. package/dist/gen/support.d.ts +139 -0
  12. package/dist/gen/support.js +38 -0
  13. package/dist/gen/taxonomy.d.ts +109 -0
  14. package/dist/gen/taxonomy.js +36 -0
  15. package/dist/gen/upload.d.ts +193 -0
  16. package/dist/gen/upload.js +54 -0
  17. package/dist/gen/users.d.ts +639 -0
  18. package/dist/gen/users.js +84 -0
  19. package/package.json +44 -35
  20. package/proto/activity.proto +200 -200
  21. package/proto/auth.proto +189 -183
  22. package/proto/mail.proto +54 -54
  23. package/proto/payments.proto +407 -407
  24. package/proto/products.proto +402 -402
  25. package/proto/support.proto +118 -118
  26. package/proto/taxonomy.proto +105 -105
  27. package/proto/upload.proto +171 -171
  28. package/proto/users.proto +660 -660
  29. package/gen/activity.ts +0 -270
  30. package/gen/auth.ts +0 -309
  31. package/gen/mail.ts +0 -121
  32. package/gen/payments.ts +0 -828
  33. package/gen/products.ts +0 -579
  34. package/gen/support.ts +0 -220
  35. package/gen/taxonomy.ts +0 -185
  36. package/gen/upload.ts +0 -287
  37. package/gen/users.ts +0 -929
  38. /package/dist/{index.d.ts → src/index.d.ts} +0 -0
  39. /package/dist/{index.js → src/index.js} +0 -0
  40. /package/dist/{proto → src/proto}/index.d.ts +0 -0
  41. /package/dist/{proto → src/proto}/index.js +0 -0
  42. /package/dist/{proto → src/proto}/paths.d.ts +0 -0
  43. /package/dist/{proto → src/proto}/paths.js +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes