@optima-chat/commerce-cli 1.4.1 → 1.5.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 (80) hide show
  1. package/.claude/skills/commerce-storefront/SKILL.md +183 -3
  2. package/dist/api/rest/commerce.d.ts +170 -1
  3. package/dist/api/rest/commerce.d.ts.map +1 -1
  4. package/dist/api/rest/commerce.js +167 -0
  5. package/dist/api/rest/commerce.js.map +1 -1
  6. package/dist/commands/section/create.d.ts +3 -0
  7. package/dist/commands/section/create.d.ts.map +1 -0
  8. package/dist/commands/section/create.js +218 -0
  9. package/dist/commands/section/create.js.map +1 -0
  10. package/dist/commands/section/delete.d.ts +3 -0
  11. package/dist/commands/section/delete.d.ts.map +1 -0
  12. package/dist/commands/section/delete.js +86 -0
  13. package/dist/commands/section/delete.js.map +1 -0
  14. package/dist/commands/section/hide.d.ts +3 -0
  15. package/dist/commands/section/hide.d.ts.map +1 -0
  16. package/dist/commands/section/hide.js +82 -0
  17. package/dist/commands/section/hide.js.map +1 -0
  18. package/dist/commands/section/index.d.ts +4 -0
  19. package/dist/commands/section/index.d.ts.map +1 -0
  20. package/dist/commands/section/index.js +23 -0
  21. package/dist/commands/section/index.js.map +1 -0
  22. package/dist/commands/section/list.d.ts +3 -0
  23. package/dist/commands/section/list.d.ts.map +1 -0
  24. package/dist/commands/section/list.js +164 -0
  25. package/dist/commands/section/list.js.map +1 -0
  26. package/dist/commands/section/product/create.d.ts +3 -0
  27. package/dist/commands/section/product/create.d.ts.map +1 -0
  28. package/dist/commands/section/product/create.js +208 -0
  29. package/dist/commands/section/product/create.js.map +1 -0
  30. package/dist/commands/section/product/delete.d.ts +3 -0
  31. package/dist/commands/section/product/delete.d.ts.map +1 -0
  32. package/dist/commands/section/product/delete.js +85 -0
  33. package/dist/commands/section/product/delete.js.map +1 -0
  34. package/dist/commands/section/product/hide.d.ts +3 -0
  35. package/dist/commands/section/product/hide.d.ts.map +1 -0
  36. package/dist/commands/section/product/hide.js +78 -0
  37. package/dist/commands/section/product/hide.js.map +1 -0
  38. package/dist/commands/section/product/index.d.ts +4 -0
  39. package/dist/commands/section/product/index.d.ts.map +1 -0
  40. package/dist/commands/section/product/index.js +17 -0
  41. package/dist/commands/section/product/index.js.map +1 -0
  42. package/dist/commands/section/product/list.d.ts +3 -0
  43. package/dist/commands/section/product/list.d.ts.map +1 -0
  44. package/dist/commands/section/product/list.js +157 -0
  45. package/dist/commands/section/product/list.js.map +1 -0
  46. package/dist/commands/section/product/reorder.d.ts +3 -0
  47. package/dist/commands/section/product/reorder.d.ts.map +1 -0
  48. package/dist/commands/section/product/reorder.js +110 -0
  49. package/dist/commands/section/product/reorder.js.map +1 -0
  50. package/dist/commands/section/product/update.d.ts +3 -0
  51. package/dist/commands/section/product/update.d.ts.map +1 -0
  52. package/dist/commands/section/product/update.js +127 -0
  53. package/dist/commands/section/product/update.js.map +1 -0
  54. package/dist/commands/section/reorder.d.ts +3 -0
  55. package/dist/commands/section/reorder.d.ts.map +1 -0
  56. package/dist/commands/section/reorder.js +111 -0
  57. package/dist/commands/section/reorder.js.map +1 -0
  58. package/dist/commands/section/translation/delete.d.ts +3 -0
  59. package/dist/commands/section/translation/delete.d.ts.map +1 -0
  60. package/dist/commands/section/translation/delete.js +97 -0
  61. package/dist/commands/section/translation/delete.js.map +1 -0
  62. package/dist/commands/section/translation/index.d.ts +4 -0
  63. package/dist/commands/section/translation/index.d.ts.map +1 -0
  64. package/dist/commands/section/translation/index.js +11 -0
  65. package/dist/commands/section/translation/index.js.map +1 -0
  66. package/dist/commands/section/translation/list.d.ts +3 -0
  67. package/dist/commands/section/translation/list.d.ts.map +1 -0
  68. package/dist/commands/section/translation/list.js +104 -0
  69. package/dist/commands/section/translation/list.js.map +1 -0
  70. package/dist/commands/section/translation/set.d.ts +3 -0
  71. package/dist/commands/section/translation/set.d.ts.map +1 -0
  72. package/dist/commands/section/translation/set.js +151 -0
  73. package/dist/commands/section/translation/set.js.map +1 -0
  74. package/dist/commands/section/update.d.ts +3 -0
  75. package/dist/commands/section/update.d.ts.map +1 -0
  76. package/dist/commands/section/update.js +137 -0
  77. package/dist/commands/section/update.js.map +1 -0
  78. package/dist/index.js +8 -6
  79. package/dist/index.js.map +1 -1
  80. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/commerce-cli",
3
- "version": "1.4.1",
3
+ "version": "1.5.0",
4
4
  "description": "用自然语言管理电商店铺 - 专为 Claude Code 设计的对话式 CLI 工具,支持多环境和功能测试",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",