@commercelayer/cli-plugin-triggers 4.11.0 → 4.12.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/README.md +1148 -2
- package/lib/commands/address/add_tags.d.ts +9 -0
- package/lib/commands/address/add_tags.js +22 -0
- package/lib/commands/address/index.d.ts +9 -0
- package/lib/commands/address/index.js +40 -0
- package/lib/commands/address/remove_tags.d.ts +9 -0
- package/lib/commands/address/remove_tags.js +22 -0
- package/lib/commands/bundle/add_tags.d.ts +9 -0
- package/lib/commands/bundle/add_tags.js +22 -0
- package/lib/commands/bundle/remove_tags.d.ts +9 -0
- package/lib/commands/bundle/remove_tags.js +22 -0
- package/lib/commands/buy_x_pay_y_promotion/add_tags.d.ts +9 -0
- package/lib/commands/buy_x_pay_y_promotion/add_tags.js +22 -0
- package/lib/commands/buy_x_pay_y_promotion/remove_tags.d.ts +9 -0
- package/lib/commands/buy_x_pay_y_promotion/remove_tags.js +22 -0
- package/lib/commands/coupon/add_tags.d.ts +9 -0
- package/lib/commands/coupon/add_tags.js +22 -0
- package/lib/commands/coupon/index.d.ts +9 -0
- package/lib/commands/coupon/index.js +40 -0
- package/lib/commands/coupon/remove_tags.d.ts +9 -0
- package/lib/commands/coupon/remove_tags.js +22 -0
- package/lib/commands/customer/add_tags.d.ts +9 -0
- package/lib/commands/customer/add_tags.js +22 -0
- package/lib/commands/customer/index.d.ts +9 -0
- package/lib/commands/customer/index.js +40 -0
- package/lib/commands/customer/remove_tags.d.ts +9 -0
- package/lib/commands/customer/remove_tags.js +22 -0
- package/lib/commands/external_promotion/add_tags.d.ts +9 -0
- package/lib/commands/external_promotion/add_tags.js +22 -0
- package/lib/commands/external_promotion/remove_tags.d.ts +9 -0
- package/lib/commands/external_promotion/remove_tags.js +22 -0
- package/lib/commands/fixed_amount_promotion/add_tags.d.ts +9 -0
- package/lib/commands/fixed_amount_promotion/add_tags.js +22 -0
- package/lib/commands/fixed_amount_promotion/remove_tags.d.ts +9 -0
- package/lib/commands/fixed_amount_promotion/remove_tags.js +22 -0
- package/lib/commands/fixed_price_promotion/add_tags.d.ts +9 -0
- package/lib/commands/fixed_price_promotion/add_tags.js +22 -0
- package/lib/commands/fixed_price_promotion/remove_tags.d.ts +9 -0
- package/lib/commands/fixed_price_promotion/remove_tags.js +22 -0
- package/lib/commands/flex_promotion/add_tags.d.ts +9 -0
- package/lib/commands/flex_promotion/add_tags.js +22 -0
- package/lib/commands/flex_promotion/remove_tags.d.ts +9 -0
- package/lib/commands/flex_promotion/remove_tags.js +22 -0
- package/lib/commands/free_gift_promotion/add_tags.d.ts +9 -0
- package/lib/commands/free_gift_promotion/add_tags.js +22 -0
- package/lib/commands/free_gift_promotion/remove_tags.d.ts +9 -0
- package/lib/commands/free_gift_promotion/remove_tags.js +22 -0
- package/lib/commands/free_shipping_promotion/add_tags.d.ts +9 -0
- package/lib/commands/free_shipping_promotion/add_tags.js +22 -0
- package/lib/commands/free_shipping_promotion/remove_tags.d.ts +9 -0
- package/lib/commands/free_shipping_promotion/remove_tags.js +22 -0
- package/lib/commands/gift_card/add_tags.d.ts +9 -0
- package/lib/commands/gift_card/add_tags.js +22 -0
- package/lib/commands/gift_card/remove_tags.d.ts +9 -0
- package/lib/commands/gift_card/remove_tags.js +22 -0
- package/lib/commands/line_item/add_tags.d.ts +9 -0
- package/lib/commands/line_item/add_tags.js +22 -0
- package/lib/commands/line_item/remove_tags.d.ts +9 -0
- package/lib/commands/line_item/remove_tags.js +22 -0
- package/lib/commands/line_item_option/add_tags.d.ts +9 -0
- package/lib/commands/line_item_option/add_tags.js +22 -0
- package/lib/commands/line_item_option/index.d.ts +9 -0
- package/lib/commands/line_item_option/index.js +40 -0
- package/lib/commands/line_item_option/remove_tags.d.ts +9 -0
- package/lib/commands/line_item_option/remove_tags.js +22 -0
- package/lib/commands/order/add_tags.d.ts +9 -0
- package/lib/commands/order/add_tags.js +22 -0
- package/lib/commands/order/remove_tags.d.ts +9 -0
- package/lib/commands/order/remove_tags.js +22 -0
- package/lib/commands/order_subscription/add_tags.d.ts +9 -0
- package/lib/commands/order_subscription/add_tags.js +22 -0
- package/lib/commands/order_subscription/remove_tags.d.ts +9 -0
- package/lib/commands/order_subscription/remove_tags.js +22 -0
- package/lib/commands/percentage_discount_promotion/add_tags.d.ts +9 -0
- package/lib/commands/percentage_discount_promotion/add_tags.js +22 -0
- package/lib/commands/percentage_discount_promotion/remove_tags.d.ts +9 -0
- package/lib/commands/percentage_discount_promotion/remove_tags.js +22 -0
- package/lib/commands/return/add_tags.d.ts +9 -0
- package/lib/commands/return/add_tags.js +22 -0
- package/lib/commands/return/remove_tags.d.ts +9 -0
- package/lib/commands/return/remove_tags.js +22 -0
- package/lib/commands/shipment/add_tags.d.ts +9 -0
- package/lib/commands/shipment/add_tags.js +22 -0
- package/lib/commands/shipment/remove_tags.d.ts +9 -0
- package/lib/commands/shipment/remove_tags.js +22 -0
- package/lib/commands/sku/add_tags.d.ts +9 -0
- package/lib/commands/sku/add_tags.js +22 -0
- package/lib/commands/sku/index.d.ts +9 -0
- package/lib/commands/sku/index.js +40 -0
- package/lib/commands/sku/remove_tags.d.ts +9 -0
- package/lib/commands/sku/remove_tags.js +22 -0
- package/lib/commands/sku_option/add_tags.d.ts +9 -0
- package/lib/commands/sku_option/add_tags.js +22 -0
- package/lib/commands/sku_option/index.d.ts +9 -0
- package/lib/commands/sku_option/index.js +40 -0
- package/lib/commands/sku_option/remove_tags.d.ts +9 -0
- package/lib/commands/sku_option/remove_tags.js +22 -0
- package/lib/triggers/addresses.d.ts +3 -0
- package/lib/triggers/addresses.js +15 -0
- package/lib/triggers/bundles.d.ts +1 -1
- package/lib/triggers/bundles.js +10 -0
- package/lib/triggers/buy_x_pay_y_promotions.d.ts +1 -1
- package/lib/triggers/buy_x_pay_y_promotions.js +10 -0
- package/lib/triggers/coupons.d.ts +3 -0
- package/lib/triggers/coupons.js +15 -0
- package/lib/triggers/customers.d.ts +3 -0
- package/lib/triggers/customers.js +15 -0
- package/lib/triggers/external_promotions.d.ts +1 -1
- package/lib/triggers/external_promotions.js +10 -0
- package/lib/triggers/fixed_amount_promotions.d.ts +1 -1
- package/lib/triggers/fixed_amount_promotions.js +10 -0
- package/lib/triggers/fixed_price_promotions.d.ts +1 -1
- package/lib/triggers/fixed_price_promotions.js +10 -0
- package/lib/triggers/flex_promotions.d.ts +1 -1
- package/lib/triggers/flex_promotions.js +10 -0
- package/lib/triggers/free_gift_promotions.d.ts +1 -1
- package/lib/triggers/free_gift_promotions.js +10 -0
- package/lib/triggers/free_shipping_promotions.d.ts +1 -1
- package/lib/triggers/free_shipping_promotions.js +10 -0
- package/lib/triggers/gift_cards.d.ts +1 -1
- package/lib/triggers/gift_cards.js +10 -0
- package/lib/triggers/line_item_options.d.ts +3 -0
- package/lib/triggers/line_item_options.js +15 -0
- package/lib/triggers/line_items.d.ts +1 -1
- package/lib/triggers/line_items.js +10 -0
- package/lib/triggers/order_subscriptions.d.ts +1 -1
- package/lib/triggers/order_subscriptions.js +10 -0
- package/lib/triggers/orders.d.ts +1 -1
- package/lib/triggers/orders.js +10 -0
- package/lib/triggers/percentage_discount_promotions.d.ts +1 -1
- package/lib/triggers/percentage_discount_promotions.js +10 -0
- package/lib/triggers/returns.d.ts +1 -1
- package/lib/triggers/returns.js +10 -0
- package/lib/triggers/shipments.d.ts +1 -1
- package/lib/triggers/shipments.js +10 -0
- package/lib/triggers/sku_options.d.ts +3 -0
- package/lib/triggers/sku_options.js +15 -0
- package/lib/triggers/skus.d.ts +3 -0
- package/lib/triggers/skus.js +15 -0
- package/oclif.manifest.json +5022 -798
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercelayer/cli-plugin-triggers",
|
|
3
3
|
"description": "Commerce Layer CLI Triggers plugin",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.12.0",
|
|
5
5
|
"author": "Pierluigi Viti <pierluigi@commercelayer.io>",
|
|
6
6
|
"homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-triggers",
|
|
7
7
|
"repository": "commercelayer/commercelayer-cli-plugin-triggers",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@commercelayer/cli-dev": "^3.0.7",
|
|
59
59
|
"@commercelayer/eslint-config-ts": "^1.4.5",
|
|
60
|
-
"@oclif/plugin-help": "^6.2.
|
|
60
|
+
"@oclif/plugin-help": "^6.2.27",
|
|
61
61
|
"@oclif/test": "^3.2.15",
|
|
62
62
|
"@semantic-release/changelog": "^6.0.3",
|
|
63
63
|
"@semantic-release/git": "^10.0.1",
|
|
@@ -65,21 +65,21 @@
|
|
|
65
65
|
"@types/inquirer": "^8.2.10",
|
|
66
66
|
"@types/lodash.snakecase": "^4.1.9",
|
|
67
67
|
"@types/mocha": "^10.0.10",
|
|
68
|
-
"@types/node": "^22.13.
|
|
68
|
+
"@types/node": "^22.13.10",
|
|
69
69
|
"chai": "^4.5.0",
|
|
70
70
|
"eslint": "^8.57.1",
|
|
71
71
|
"inflector-js": "^1.0.1",
|
|
72
72
|
"lodash.snakecase": "^4.1.1",
|
|
73
73
|
"mocha": "^10.8.2",
|
|
74
74
|
"nyc": "^15.1.0",
|
|
75
|
-
"oclif": "^4.17.
|
|
75
|
+
"oclif": "^4.17.37",
|
|
76
76
|
"semantic-release": "^24.2.3",
|
|
77
77
|
"tsx": "^4.19.3",
|
|
78
78
|
"typescript": "5.5.4"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@commercelayer/cli-core": "beta",
|
|
82
|
-
"@commercelayer/sdk": "^6.
|
|
82
|
+
"@commercelayer/sdk": "^6.36.0",
|
|
83
83
|
"@oclif/core": "^3.27.0",
|
|
84
84
|
"inquirer": "^8.2.6",
|
|
85
85
|
"tslib": "^2.8.1"
|