@salesforce/b2c-cli 1.14.1 → 1.16.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 (98) hide show
  1. package/dist/commands/cip/report/bot-traffic-share.d.ts +42 -0
  2. package/dist/commands/cip/report/bot-traffic-share.js +24 -0
  3. package/dist/commands/cip/report/bot-traffic-share.js.map +1 -0
  4. package/dist/commands/cip/report/checkout-funnel-dropoff.d.ts +42 -0
  5. package/dist/commands/cip/report/checkout-funnel-dropoff.js +24 -0
  6. package/dist/commands/cip/report/checkout-funnel-dropoff.js.map +1 -0
  7. package/dist/commands/cip/report/controller-error-rate-trend.d.ts +42 -0
  8. package/dist/commands/cip/report/controller-error-rate-trend.js +24 -0
  9. package/dist/commands/cip/report/controller-error-rate-trend.js.map +1 -0
  10. package/dist/commands/cip/report/controller-health-scorecard.d.ts +42 -0
  11. package/dist/commands/cip/report/controller-health-scorecard.js +24 -0
  12. package/dist/commands/cip/report/controller-health-scorecard.js.map +1 -0
  13. package/dist/commands/cip/report/customer-registration-trends.d.ts +4 -2
  14. package/dist/commands/cip/report/customer-registration-trends.js +8 -6
  15. package/dist/commands/cip/report/customer-registration-trends.js.map +1 -1
  16. package/dist/commands/cip/report/discount-depth-breakdown.d.ts +42 -0
  17. package/dist/commands/cip/report/discount-depth-breakdown.js +24 -0
  18. package/dist/commands/cip/report/discount-depth-breakdown.js.map +1 -0
  19. package/dist/commands/cip/report/inventory-stockout-by-location.d.ts +42 -0
  20. package/dist/commands/cip/report/inventory-stockout-by-location.js +24 -0
  21. package/dist/commands/cip/report/inventory-stockout-by-location.js.map +1 -0
  22. package/dist/commands/cip/report/list.d.ts +29 -0
  23. package/dist/commands/cip/report/list.js +89 -0
  24. package/dist/commands/cip/report/list.js.map +1 -0
  25. package/dist/commands/cip/report/new-vs-returning-buyer-revenue.d.ts +42 -0
  26. package/dist/commands/cip/report/new-vs-returning-buyer-revenue.js +24 -0
  27. package/dist/commands/cip/report/new-vs-returning-buyer-revenue.js.map +1 -0
  28. package/dist/commands/cip/report/ocapi-client-usage.d.ts +42 -0
  29. package/dist/commands/cip/report/ocapi-client-usage.js +24 -0
  30. package/dist/commands/cip/report/ocapi-client-usage.js.map +1 -0
  31. package/dist/commands/cip/report/ocapi-requests.d.ts +4 -2
  32. package/dist/commands/cip/report/ocapi-requests.js +8 -6
  33. package/dist/commands/cip/report/ocapi-requests.js.map +1 -1
  34. package/dist/commands/cip/report/payment-method-performance.d.ts +4 -2
  35. package/dist/commands/cip/report/payment-method-performance.js +8 -6
  36. package/dist/commands/cip/report/payment-method-performance.js.map +1 -1
  37. package/dist/commands/cip/report/product-co-purchase-analysis.d.ts +4 -2
  38. package/dist/commands/cip/report/product-co-purchase-analysis.js +8 -6
  39. package/dist/commands/cip/report/product-co-purchase-analysis.js.map +1 -1
  40. package/dist/commands/cip/report/promotion-discount-analysis.d.ts +4 -1
  41. package/dist/commands/cip/report/promotion-discount-analysis.js +8 -4
  42. package/dist/commands/cip/report/promotion-discount-analysis.js.map +1 -1
  43. package/dist/commands/cip/report/promotion-roi-leaderboard.d.ts +42 -0
  44. package/dist/commands/cip/report/promotion-roi-leaderboard.js +24 -0
  45. package/dist/commands/cip/report/promotion-roi-leaderboard.js.map +1 -0
  46. package/dist/commands/cip/report/recommender-effectiveness.d.ts +42 -0
  47. package/dist/commands/cip/report/recommender-effectiveness.js +24 -0
  48. package/dist/commands/cip/report/recommender-effectiveness.js.map +1 -0
  49. package/dist/commands/cip/report/remote-include-performance.d.ts +42 -0
  50. package/dist/commands/cip/report/remote-include-performance.js +24 -0
  51. package/dist/commands/cip/report/remote-include-performance.js.map +1 -0
  52. package/dist/commands/cip/report/revenue-by-channel.d.ts +42 -0
  53. package/dist/commands/cip/report/revenue-by-channel.js +24 -0
  54. package/dist/commands/cip/report/revenue-by-channel.js.map +1 -0
  55. package/dist/commands/cip/report/sales-analytics.d.ts +4 -2
  56. package/dist/commands/cip/report/sales-analytics.js +8 -6
  57. package/dist/commands/cip/report/sales-analytics.js.map +1 -1
  58. package/dist/commands/cip/report/sales-summary.d.ts +4 -2
  59. package/dist/commands/cip/report/sales-summary.js +8 -6
  60. package/dist/commands/cip/report/sales-summary.js.map +1 -1
  61. package/dist/commands/cip/report/scapi-cache-hit-ratio.d.ts +42 -0
  62. package/dist/commands/cip/report/scapi-cache-hit-ratio.js +24 -0
  63. package/dist/commands/cip/report/scapi-cache-hit-ratio.js.map +1 -0
  64. package/dist/commands/cip/report/scapi-error-rate-by-status.d.ts +42 -0
  65. package/dist/commands/cip/report/scapi-error-rate-by-status.js +24 -0
  66. package/dist/commands/cip/report/scapi-error-rate-by-status.js.map +1 -0
  67. package/dist/commands/cip/report/scapi-latency-distribution.d.ts +42 -0
  68. package/dist/commands/cip/report/scapi-latency-distribution.js +24 -0
  69. package/dist/commands/cip/report/scapi-latency-distribution.js.map +1 -0
  70. package/dist/commands/cip/report/scapi-traffic-latency.d.ts +42 -0
  71. package/dist/commands/cip/report/scapi-traffic-latency.js +24 -0
  72. package/dist/commands/cip/report/scapi-traffic-latency.js.map +1 -0
  73. package/dist/commands/cip/report/search-query-performance.d.ts +4 -3
  74. package/dist/commands/cip/report/search-query-performance.js +8 -19
  75. package/dist/commands/cip/report/search-query-performance.js.map +1 -1
  76. package/dist/commands/cip/report/top-referrers.d.ts +4 -3
  77. package/dist/commands/cip/report/top-referrers.js +8 -7
  78. package/dist/commands/cip/report/top-referrers.js.map +1 -1
  79. package/dist/commands/cip/report/top-selling-products.d.ts +4 -2
  80. package/dist/commands/cip/report/top-selling-products.js +8 -6
  81. package/dist/commands/cip/report/top-selling-products.js.map +1 -1
  82. package/dist/commands/cip/report/zero-result-searches.d.ts +42 -0
  83. package/dist/commands/cip/report/zero-result-searches.js +24 -0
  84. package/dist/commands/cip/report/zero-result-searches.js.map +1 -0
  85. package/dist/commands/setup/inspect.js +1 -1
  86. package/dist/commands/setup/inspect.js.map +1 -1
  87. package/dist/commands/setup/skills.js +5 -3
  88. package/dist/commands/setup/skills.js.map +1 -1
  89. package/dist/i18n/locales/en.js +3 -2
  90. package/dist/i18n/locales/en.js.map +1 -1
  91. package/dist/utils/cip/report-command.d.ts +7 -1
  92. package/dist/utils/cip/report-command.js +36 -0
  93. package/dist/utils/cip/report-command.js.map +1 -1
  94. package/dist/utils/cip/report-flags.d.ts +17 -2
  95. package/dist/utils/cip/report-flags.js +70 -0
  96. package/dist/utils/cip/report-flags.js.map +1 -1
  97. package/oclif.manifest.json +9081 -2672
  98. package/package.json +5 -5

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.