@salesforce/b2c-cli 1.15.0 → 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.
- package/dist/commands/cip/report/bot-traffic-share.d.ts +42 -0
- package/dist/commands/cip/report/bot-traffic-share.js +24 -0
- package/dist/commands/cip/report/bot-traffic-share.js.map +1 -0
- package/dist/commands/cip/report/checkout-funnel-dropoff.d.ts +42 -0
- package/dist/commands/cip/report/checkout-funnel-dropoff.js +24 -0
- package/dist/commands/cip/report/checkout-funnel-dropoff.js.map +1 -0
- package/dist/commands/cip/report/controller-error-rate-trend.d.ts +42 -0
- package/dist/commands/cip/report/controller-error-rate-trend.js +24 -0
- package/dist/commands/cip/report/controller-error-rate-trend.js.map +1 -0
- package/dist/commands/cip/report/controller-health-scorecard.d.ts +42 -0
- package/dist/commands/cip/report/controller-health-scorecard.js +24 -0
- package/dist/commands/cip/report/controller-health-scorecard.js.map +1 -0
- package/dist/commands/cip/report/customer-registration-trends.d.ts +4 -2
- package/dist/commands/cip/report/customer-registration-trends.js +8 -6
- package/dist/commands/cip/report/customer-registration-trends.js.map +1 -1
- package/dist/commands/cip/report/discount-depth-breakdown.d.ts +42 -0
- package/dist/commands/cip/report/discount-depth-breakdown.js +24 -0
- package/dist/commands/cip/report/discount-depth-breakdown.js.map +1 -0
- package/dist/commands/cip/report/inventory-stockout-by-location.d.ts +42 -0
- package/dist/commands/cip/report/inventory-stockout-by-location.js +24 -0
- package/dist/commands/cip/report/inventory-stockout-by-location.js.map +1 -0
- package/dist/commands/cip/report/list.d.ts +29 -0
- package/dist/commands/cip/report/list.js +89 -0
- package/dist/commands/cip/report/list.js.map +1 -0
- package/dist/commands/cip/report/new-vs-returning-buyer-revenue.d.ts +42 -0
- package/dist/commands/cip/report/new-vs-returning-buyer-revenue.js +24 -0
- package/dist/commands/cip/report/new-vs-returning-buyer-revenue.js.map +1 -0
- package/dist/commands/cip/report/ocapi-client-usage.d.ts +42 -0
- package/dist/commands/cip/report/ocapi-client-usage.js +24 -0
- package/dist/commands/cip/report/ocapi-client-usage.js.map +1 -0
- package/dist/commands/cip/report/ocapi-requests.d.ts +4 -2
- package/dist/commands/cip/report/ocapi-requests.js +8 -6
- package/dist/commands/cip/report/ocapi-requests.js.map +1 -1
- package/dist/commands/cip/report/payment-method-performance.d.ts +4 -2
- package/dist/commands/cip/report/payment-method-performance.js +8 -6
- package/dist/commands/cip/report/payment-method-performance.js.map +1 -1
- package/dist/commands/cip/report/product-co-purchase-analysis.d.ts +4 -2
- package/dist/commands/cip/report/product-co-purchase-analysis.js +8 -6
- package/dist/commands/cip/report/product-co-purchase-analysis.js.map +1 -1
- package/dist/commands/cip/report/promotion-discount-analysis.d.ts +4 -1
- package/dist/commands/cip/report/promotion-discount-analysis.js +8 -4
- package/dist/commands/cip/report/promotion-discount-analysis.js.map +1 -1
- package/dist/commands/cip/report/promotion-roi-leaderboard.d.ts +42 -0
- package/dist/commands/cip/report/promotion-roi-leaderboard.js +24 -0
- package/dist/commands/cip/report/promotion-roi-leaderboard.js.map +1 -0
- package/dist/commands/cip/report/recommender-effectiveness.d.ts +42 -0
- package/dist/commands/cip/report/recommender-effectiveness.js +24 -0
- package/dist/commands/cip/report/recommender-effectiveness.js.map +1 -0
- package/dist/commands/cip/report/remote-include-performance.d.ts +42 -0
- package/dist/commands/cip/report/remote-include-performance.js +24 -0
- package/dist/commands/cip/report/remote-include-performance.js.map +1 -0
- package/dist/commands/cip/report/revenue-by-channel.d.ts +42 -0
- package/dist/commands/cip/report/revenue-by-channel.js +24 -0
- package/dist/commands/cip/report/revenue-by-channel.js.map +1 -0
- package/dist/commands/cip/report/sales-analytics.d.ts +4 -2
- package/dist/commands/cip/report/sales-analytics.js +8 -6
- package/dist/commands/cip/report/sales-analytics.js.map +1 -1
- package/dist/commands/cip/report/sales-summary.d.ts +4 -2
- package/dist/commands/cip/report/sales-summary.js +8 -6
- package/dist/commands/cip/report/sales-summary.js.map +1 -1
- package/dist/commands/cip/report/scapi-cache-hit-ratio.d.ts +42 -0
- package/dist/commands/cip/report/scapi-cache-hit-ratio.js +24 -0
- package/dist/commands/cip/report/scapi-cache-hit-ratio.js.map +1 -0
- package/dist/commands/cip/report/scapi-error-rate-by-status.d.ts +42 -0
- package/dist/commands/cip/report/scapi-error-rate-by-status.js +24 -0
- package/dist/commands/cip/report/scapi-error-rate-by-status.js.map +1 -0
- package/dist/commands/cip/report/scapi-latency-distribution.d.ts +42 -0
- package/dist/commands/cip/report/scapi-latency-distribution.js +24 -0
- package/dist/commands/cip/report/scapi-latency-distribution.js.map +1 -0
- package/dist/commands/cip/report/scapi-traffic-latency.d.ts +42 -0
- package/dist/commands/cip/report/scapi-traffic-latency.js +24 -0
- package/dist/commands/cip/report/scapi-traffic-latency.js.map +1 -0
- package/dist/commands/cip/report/search-query-performance.d.ts +4 -3
- package/dist/commands/cip/report/search-query-performance.js +8 -19
- package/dist/commands/cip/report/search-query-performance.js.map +1 -1
- package/dist/commands/cip/report/top-referrers.d.ts +4 -3
- package/dist/commands/cip/report/top-referrers.js +8 -7
- package/dist/commands/cip/report/top-referrers.js.map +1 -1
- package/dist/commands/cip/report/top-selling-products.d.ts +4 -2
- package/dist/commands/cip/report/top-selling-products.js +8 -6
- package/dist/commands/cip/report/top-selling-products.js.map +1 -1
- package/dist/commands/cip/report/zero-result-searches.d.ts +42 -0
- package/dist/commands/cip/report/zero-result-searches.js +24 -0
- package/dist/commands/cip/report/zero-result-searches.js.map +1 -0
- package/dist/utils/cip/report-command.d.ts +7 -1
- package/dist/utils/cip/report-command.js +36 -0
- package/dist/utils/cip/report-command.js.map +1 -1
- package/dist/utils/cip/report-flags.d.ts +17 -2
- package/dist/utils/cip/report-flags.js +70 -0
- package/dist/utils/cip/report-flags.js.map +1 -1
- package/oclif.manifest.json +9448 -3042
- 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.