@commercelayer/cli-plugin-triggers 3.15.0 → 4.0.0-oclif3.2
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 +141 -0
- package/bin/dev +0 -0
- package/bin/run +0 -0
- package/lib/base.d.ts +4 -4
- package/lib/base.js +41 -41
- package/lib/commands/adyen_payment/details.d.ts +1 -1
- package/lib/commands/adyen_payment/details.js +5 -3
- package/lib/commands/adyen_payment/index.d.ts +1 -1
- package/lib/commands/adyen_payment/index.js +5 -3
- package/lib/commands/authorization/capture.d.ts +1 -1
- package/lib/commands/authorization/capture.js +5 -3
- package/lib/commands/authorization/capture_amount_cents.d.ts +1 -1
- package/lib/commands/authorization/capture_amount_cents.js +5 -3
- package/lib/commands/authorization/index.d.ts +1 -1
- package/lib/commands/authorization/index.js +5 -3
- package/lib/commands/authorization/void.d.ts +1 -1
- package/lib/commands/authorization/void.js +5 -3
- package/lib/commands/axerve_payment/index.d.ts +1 -1
- package/lib/commands/axerve_payment/index.js +5 -3
- package/lib/commands/axerve_payment/update.d.ts +1 -1
- package/lib/commands/axerve_payment/update.js +5 -3
- package/lib/commands/bundle/compute_compare_at_amount.d.ts +1 -1
- package/lib/commands/bundle/compute_compare_at_amount.js +5 -3
- package/lib/commands/bundle/compute_price_amount.d.ts +1 -1
- package/lib/commands/bundle/compute_price_amount.js +5 -3
- package/lib/commands/bundle/index.d.ts +1 -1
- package/lib/commands/bundle/index.js +5 -3
- package/lib/commands/buy_x_pay_y_promotion/disable.d.ts +1 -1
- package/lib/commands/buy_x_pay_y_promotion/disable.js +5 -3
- package/lib/commands/buy_x_pay_y_promotion/enable.d.ts +1 -1
- package/lib/commands/buy_x_pay_y_promotion/enable.js +5 -3
- package/lib/commands/buy_x_pay_y_promotion/index.d.ts +1 -1
- package/lib/commands/buy_x_pay_y_promotion/index.js +5 -3
- package/lib/commands/capture/index.d.ts +1 -1
- package/lib/commands/capture/index.js +5 -3
- package/lib/commands/capture/refund.d.ts +1 -1
- package/lib/commands/capture/refund.js +5 -3
- package/lib/commands/capture/refund_amount_cents.d.ts +1 -1
- package/lib/commands/capture/refund_amount_cents.js +5 -3
- package/lib/commands/checkout_com_payment/details.d.ts +1 -1
- package/lib/commands/checkout_com_payment/details.js +5 -3
- package/lib/commands/checkout_com_payment/index.d.ts +1 -1
- package/lib/commands/checkout_com_payment/index.js +5 -3
- package/lib/commands/checkout_com_payment/refresh.d.ts +1 -1
- package/lib/commands/checkout_com_payment/refresh.js +5 -3
- package/lib/commands/customer_password_reset/index.d.ts +1 -1
- package/lib/commands/customer_password_reset/index.js +5 -3
- package/lib/commands/customer_password_reset/reset_password_token.d.ts +1 -1
- package/lib/commands/customer_password_reset/reset_password_token.js +5 -3
- package/lib/commands/external_promotion/disable.d.ts +1 -1
- package/lib/commands/external_promotion/disable.js +5 -3
- package/lib/commands/external_promotion/enable.d.ts +1 -1
- package/lib/commands/external_promotion/enable.js +5 -3
- package/lib/commands/external_promotion/index.d.ts +1 -1
- package/lib/commands/external_promotion/index.js +5 -3
- package/lib/commands/fixed_amount_promotion/disable.d.ts +1 -1
- package/lib/commands/fixed_amount_promotion/disable.js +5 -3
- package/lib/commands/fixed_amount_promotion/enable.d.ts +1 -1
- package/lib/commands/fixed_amount_promotion/enable.js +5 -3
- package/lib/commands/fixed_amount_promotion/index.d.ts +1 -1
- package/lib/commands/fixed_amount_promotion/index.js +5 -3
- package/lib/commands/fixed_price_promotion/disable.d.ts +1 -1
- package/lib/commands/fixed_price_promotion/disable.js +5 -3
- package/lib/commands/fixed_price_promotion/enable.d.ts +1 -1
- package/lib/commands/fixed_price_promotion/enable.js +5 -3
- package/lib/commands/fixed_price_promotion/index.d.ts +1 -1
- package/lib/commands/fixed_price_promotion/index.js +5 -3
- package/lib/commands/free_gift_promotion/disable.d.ts +1 -1
- package/lib/commands/free_gift_promotion/disable.js +5 -3
- package/lib/commands/free_gift_promotion/enable.d.ts +1 -1
- package/lib/commands/free_gift_promotion/enable.js +5 -3
- package/lib/commands/free_gift_promotion/index.d.ts +1 -1
- package/lib/commands/free_gift_promotion/index.js +5 -3
- package/lib/commands/free_shipping_promotion/disable.d.ts +1 -1
- package/lib/commands/free_shipping_promotion/disable.js +5 -3
- package/lib/commands/free_shipping_promotion/enable.d.ts +1 -1
- package/lib/commands/free_shipping_promotion/enable.js +5 -3
- package/lib/commands/free_shipping_promotion/index.d.ts +1 -1
- package/lib/commands/free_shipping_promotion/index.js +5 -3
- package/lib/commands/gift_card/activate.d.ts +1 -1
- package/lib/commands/gift_card/activate.js +5 -3
- package/lib/commands/gift_card/balance_change_cents.d.ts +1 -1
- package/lib/commands/gift_card/balance_change_cents.js +5 -3
- package/lib/commands/gift_card/deactivate.d.ts +1 -1
- package/lib/commands/gift_card/deactivate.js +5 -3
- package/lib/commands/gift_card/index.d.ts +1 -1
- package/lib/commands/gift_card/index.js +5 -3
- package/lib/commands/gift_card/purchase.d.ts +1 -1
- package/lib/commands/gift_card/purchase.js +5 -3
- package/lib/commands/in_stock_subscription/activate.d.ts +1 -1
- package/lib/commands/in_stock_subscription/activate.js +5 -3
- package/lib/commands/in_stock_subscription/deactivate.d.ts +1 -1
- package/lib/commands/in_stock_subscription/deactivate.js +5 -3
- package/lib/commands/in_stock_subscription/index.d.ts +1 -1
- package/lib/commands/in_stock_subscription/index.js +5 -3
- package/lib/commands/klarna_payment/index.d.ts +1 -1
- package/lib/commands/klarna_payment/index.js +5 -3
- package/lib/commands/klarna_payment/update.d.ts +1 -1
- package/lib/commands/klarna_payment/update.js +5 -3
- package/lib/commands/line_item/external_price.d.ts +1 -1
- package/lib/commands/line_item/external_price.js +5 -3
- package/lib/commands/line_item/index.d.ts +1 -1
- package/lib/commands/line_item/index.js +5 -3
- package/lib/commands/line_item/reserve_stock.d.ts +1 -1
- package/lib/commands/line_item/reserve_stock.js +5 -3
- package/lib/commands/market/disable.d.ts +1 -1
- package/lib/commands/market/disable.js +5 -3
- package/lib/commands/market/enable.d.ts +1 -1
- package/lib/commands/market/enable.js +5 -3
- package/lib/commands/market/index.d.ts +1 -1
- package/lib/commands/market/index.js +5 -3
- package/lib/commands/noc.js +2 -2
- package/lib/commands/order/approve.d.ts +1 -1
- package/lib/commands/order/approve.js +5 -3
- package/lib/commands/order/approve_and_capture.d.ts +1 -1
- package/lib/commands/order/approve_and_capture.js +5 -3
- package/lib/commands/order/archive.d.ts +1 -1
- package/lib/commands/order/archive.js +5 -3
- package/lib/commands/order/authorization_amount_cents.d.ts +1 -1
- package/lib/commands/order/authorization_amount_cents.js +5 -3
- package/lib/commands/order/authorize.d.ts +1 -1
- package/lib/commands/order/authorize.js +5 -3
- package/lib/commands/order/billing_address_clone_id.d.ts +2 -2
- package/lib/commands/order/billing_address_clone_id.js +12 -10
- package/lib/commands/order/billing_address_same_as_shipping.d.ts +1 -1
- package/lib/commands/order/billing_address_same_as_shipping.js +5 -3
- package/lib/commands/order/cancel.d.ts +1 -1
- package/lib/commands/order/cancel.js +5 -3
- package/lib/commands/order/capture.d.ts +1 -1
- package/lib/commands/order/capture.js +5 -3
- package/lib/commands/order/commit_invoice.d.ts +1 -1
- package/lib/commands/order/commit_invoice.js +5 -3
- package/lib/commands/order/create_subscriptions.d.ts +1 -1
- package/lib/commands/order/create_subscriptions.js +5 -3
- package/lib/commands/order/customer_payment_source_id.d.ts +2 -2
- package/lib/commands/order/customer_payment_source_id.js +12 -10
- package/lib/commands/order/index.d.ts +1 -1
- package/lib/commands/order/index.js +5 -3
- package/lib/commands/order/nullify_payment_source.d.ts +1 -1
- package/lib/commands/order/nullify_payment_source.js +5 -3
- package/lib/commands/order/place.d.ts +1 -1
- package/lib/commands/order/place.js +5 -3
- package/lib/commands/order/refresh.d.ts +1 -1
- package/lib/commands/order/refresh.js +5 -3
- package/lib/commands/order/refund.d.ts +1 -1
- package/lib/commands/order/refund.js +5 -3
- package/lib/commands/order/refund_invoice.d.ts +1 -1
- package/lib/commands/order/refund_invoice.js +5 -3
- package/lib/commands/order/save_billing_address_to_customer_address_book.d.ts +1 -1
- package/lib/commands/order/save_billing_address_to_customer_address_book.js +5 -3
- package/lib/commands/order/save_payment_source_to_customer_wallet.d.ts +1 -1
- package/lib/commands/order/save_payment_source_to_customer_wallet.js +5 -3
- package/lib/commands/order/save_shipping_address_to_customer_address_book.d.ts +1 -1
- package/lib/commands/order/save_shipping_address_to_customer_address_book.js +5 -3
- package/lib/commands/order/shipping_address_clone_id.d.ts +2 -2
- package/lib/commands/order/shipping_address_clone_id.js +12 -10
- package/lib/commands/order/shipping_address_same_as_billing.d.ts +1 -1
- package/lib/commands/order/shipping_address_same_as_billing.js +5 -3
- package/lib/commands/order/start_editing.d.ts +1 -1
- package/lib/commands/order/start_editing.js +5 -3
- package/lib/commands/order/stop_editing.d.ts +1 -1
- package/lib/commands/order/stop_editing.js +5 -3
- package/lib/commands/order/unarchive.d.ts +1 -1
- package/lib/commands/order/unarchive.js +5 -3
- package/lib/commands/order/update_taxes.d.ts +1 -1
- package/lib/commands/order/update_taxes.js +5 -3
- package/lib/commands/order/validate.d.ts +1 -1
- package/lib/commands/order/validate.js +5 -3
- package/lib/commands/order_subscription/activate.d.ts +1 -1
- package/lib/commands/order_subscription/activate.js +5 -3
- package/lib/commands/order_subscription/cancel.d.ts +1 -1
- package/lib/commands/order_subscription/cancel.js +5 -3
- package/lib/commands/order_subscription/deactivate.d.ts +1 -1
- package/lib/commands/order_subscription/deactivate.js +5 -3
- package/lib/commands/order_subscription/index.d.ts +1 -1
- package/lib/commands/order_subscription/index.js +5 -3
- package/lib/commands/payment_method/disable.d.ts +1 -1
- package/lib/commands/payment_method/disable.js +5 -3
- package/lib/commands/payment_method/enable.d.ts +1 -1
- package/lib/commands/payment_method/enable.js +5 -3
- package/lib/commands/payment_method/index.d.ts +1 -1
- package/lib/commands/payment_method/index.js +5 -3
- package/lib/commands/percentage_discount_promotion/disable.d.ts +1 -1
- package/lib/commands/percentage_discount_promotion/disable.js +5 -3
- package/lib/commands/percentage_discount_promotion/enable.d.ts +1 -1
- package/lib/commands/percentage_discount_promotion/enable.js +5 -3
- package/lib/commands/percentage_discount_promotion/index.d.ts +1 -1
- package/lib/commands/percentage_discount_promotion/index.js +5 -3
- package/lib/commands/return/approve.d.ts +1 -1
- package/lib/commands/return/approve.js +5 -3
- package/lib/commands/return/archive.d.ts +1 -1
- package/lib/commands/return/archive.js +5 -3
- package/lib/commands/return/cancel.d.ts +1 -1
- package/lib/commands/return/cancel.js +5 -3
- package/lib/commands/return/index.d.ts +1 -1
- package/lib/commands/return/index.js +5 -3
- package/lib/commands/return/receive.d.ts +1 -1
- package/lib/commands/return/receive.js +5 -3
- package/lib/commands/return/reject.d.ts +1 -1
- package/lib/commands/return/reject.js +5 -3
- package/lib/commands/return/request.d.ts +1 -1
- package/lib/commands/return/request.js +5 -3
- package/lib/commands/return/restock.d.ts +1 -1
- package/lib/commands/return/restock.js +5 -3
- package/lib/commands/return/ship.d.ts +1 -1
- package/lib/commands/return/ship.js +5 -3
- package/lib/commands/return/unarchive.d.ts +1 -1
- package/lib/commands/return/unarchive.js +5 -3
- package/lib/commands/return_line_item/index.d.ts +1 -1
- package/lib/commands/return_line_item/index.js +5 -3
- package/lib/commands/return_line_item/restock.d.ts +1 -1
- package/lib/commands/return_line_item/restock.js +5 -3
- package/lib/commands/satispay_payment/index.d.ts +1 -1
- package/lib/commands/satispay_payment/index.js +5 -3
- package/lib/commands/satispay_payment/refresh.d.ts +1 -1
- package/lib/commands/satispay_payment/refresh.js +5 -3
- package/lib/commands/shipment/decrement_stock.d.ts +1 -1
- package/lib/commands/shipment/decrement_stock.js +5 -3
- package/lib/commands/shipment/get_rates.d.ts +1 -1
- package/lib/commands/shipment/get_rates.js +5 -3
- package/lib/commands/shipment/index.d.ts +1 -1
- package/lib/commands/shipment/index.js +5 -3
- package/lib/commands/shipment/on_hold.d.ts +1 -1
- package/lib/commands/shipment/on_hold.js +5 -3
- package/lib/commands/shipment/packing.d.ts +1 -1
- package/lib/commands/shipment/packing.js +5 -3
- package/lib/commands/shipment/picking.d.ts +1 -1
- package/lib/commands/shipment/picking.js +5 -3
- package/lib/commands/shipment/purchase.d.ts +1 -1
- package/lib/commands/shipment/purchase.js +5 -3
- package/lib/commands/shipment/ready_to_ship.d.ts +1 -1
- package/lib/commands/shipment/ready_to_ship.js +5 -3
- package/lib/commands/shipment/release_stock.d.ts +1 -1
- package/lib/commands/shipment/release_stock.js +5 -3
- package/lib/commands/shipment/reserve_stock.d.ts +1 -1
- package/lib/commands/shipment/reserve_stock.js +5 -3
- package/lib/commands/shipment/ship.d.ts +1 -1
- package/lib/commands/shipment/ship.js +5 -3
- package/lib/commands/shipment/upcoming.d.ts +1 -1
- package/lib/commands/shipment/upcoming.js +5 -3
- package/lib/commands/shipping_method/disable.d.ts +1 -1
- package/lib/commands/shipping_method/disable.js +5 -3
- package/lib/commands/shipping_method/enable.d.ts +1 -1
- package/lib/commands/shipping_method/enable.js +5 -3
- package/lib/commands/shipping_method/index.d.ts +1 -1
- package/lib/commands/shipping_method/index.js +5 -3
- package/lib/commands/stock_line_item/decrement_stock.d.ts +9 -0
- package/lib/commands/stock_line_item/decrement_stock.js +22 -0
- package/lib/commands/stock_line_item/index.d.ts +9 -0
- package/lib/commands/stock_line_item/index.js +40 -0
- package/lib/commands/stock_line_item/release_stock.d.ts +9 -0
- package/lib/commands/stock_line_item/release_stock.js +22 -0
- package/lib/commands/stock_line_item/reserve_stock.d.ts +9 -0
- package/lib/commands/stock_line_item/reserve_stock.js +22 -0
- package/lib/commands/stock_reservation/index.d.ts +1 -1
- package/lib/commands/stock_reservation/index.js +5 -3
- package/lib/commands/stock_reservation/pending.d.ts +1 -1
- package/lib/commands/stock_reservation/pending.js +5 -3
- package/lib/commands/stock_transfer/cancel.d.ts +1 -1
- package/lib/commands/stock_transfer/cancel.js +5 -3
- package/lib/commands/stock_transfer/complete.d.ts +1 -1
- package/lib/commands/stock_transfer/complete.js +5 -3
- package/lib/commands/stock_transfer/in_transit.d.ts +1 -1
- package/lib/commands/stock_transfer/in_transit.js +5 -3
- package/lib/commands/stock_transfer/index.d.ts +1 -1
- package/lib/commands/stock_transfer/index.js +5 -3
- package/lib/commands/stock_transfer/on_hold.d.ts +1 -1
- package/lib/commands/stock_transfer/on_hold.js +5 -3
- package/lib/commands/stock_transfer/picking.d.ts +1 -1
- package/lib/commands/stock_transfer/picking.js +5 -3
- package/lib/commands/stock_transfer/upcoming.d.ts +1 -1
- package/lib/commands/stock_transfer/upcoming.js +5 -3
- package/lib/commands/stripe_payment/index.d.ts +1 -1
- package/lib/commands/stripe_payment/index.js +5 -3
- package/lib/commands/stripe_payment/refresh.d.ts +1 -1
- package/lib/commands/stripe_payment/refresh.js +5 -3
- package/lib/commands/stripe_payment/update.d.ts +1 -1
- package/lib/commands/stripe_payment/update.js +5 -3
- package/lib/commands/webhook/disable.d.ts +9 -0
- package/lib/commands/webhook/disable.js +22 -0
- package/lib/commands/webhook/enable.d.ts +9 -0
- package/lib/commands/webhook/enable.js +22 -0
- package/lib/commands/webhook/index.d.ts +1 -1
- package/lib/commands/webhook/index.js +5 -3
- package/lib/commands/webhook/reset_circuit.d.ts +1 -1
- package/lib/commands/webhook/reset_circuit.js +5 -3
- package/lib/exec.d.ts +2 -1
- package/lib/triggers/stock_line_items.d.ts +3 -0
- package/lib/triggers/stock_line_items.js +20 -0
- package/lib/triggers/webhooks.d.ts +1 -1
- package/lib/triggers/webhooks.js +10 -0
- package/oclif.manifest.json +664 -1
- package/package.json +36 -30
package/oclif.manifest.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13
13
|
"pluginType": "core",
|
|
14
14
|
"strict": true,
|
|
15
|
+
"enableJsonFlag": false,
|
|
15
16
|
"isESM": false,
|
|
16
17
|
"relativePath": [
|
|
17
18
|
"lib",
|
|
@@ -98,6 +99,7 @@
|
|
|
98
99
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
99
100
|
"pluginType": "core",
|
|
100
101
|
"strict": true,
|
|
102
|
+
"enableJsonFlag": false,
|
|
101
103
|
"isESM": false,
|
|
102
104
|
"relativePath": [
|
|
103
105
|
"lib",
|
|
@@ -185,6 +187,7 @@
|
|
|
185
187
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
186
188
|
"pluginType": "core",
|
|
187
189
|
"strict": true,
|
|
190
|
+
"enableJsonFlag": false,
|
|
188
191
|
"isESM": false,
|
|
189
192
|
"relativePath": [
|
|
190
193
|
"lib",
|
|
@@ -272,6 +275,7 @@
|
|
|
272
275
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
273
276
|
"pluginType": "core",
|
|
274
277
|
"strict": true,
|
|
278
|
+
"enableJsonFlag": false,
|
|
275
279
|
"isESM": false,
|
|
276
280
|
"relativePath": [
|
|
277
281
|
"lib",
|
|
@@ -359,6 +363,7 @@
|
|
|
359
363
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
360
364
|
"pluginType": "core",
|
|
361
365
|
"strict": true,
|
|
366
|
+
"enableJsonFlag": false,
|
|
362
367
|
"isESM": false,
|
|
363
368
|
"relativePath": [
|
|
364
369
|
"lib",
|
|
@@ -446,6 +451,7 @@
|
|
|
446
451
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
447
452
|
"pluginType": "core",
|
|
448
453
|
"strict": true,
|
|
454
|
+
"enableJsonFlag": false,
|
|
449
455
|
"isESM": false,
|
|
450
456
|
"relativePath": [
|
|
451
457
|
"lib",
|
|
@@ -533,6 +539,7 @@
|
|
|
533
539
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
534
540
|
"pluginType": "core",
|
|
535
541
|
"strict": true,
|
|
542
|
+
"enableJsonFlag": false,
|
|
536
543
|
"isESM": false,
|
|
537
544
|
"relativePath": [
|
|
538
545
|
"lib",
|
|
@@ -620,6 +627,7 @@
|
|
|
620
627
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
621
628
|
"pluginType": "core",
|
|
622
629
|
"strict": true,
|
|
630
|
+
"enableJsonFlag": false,
|
|
623
631
|
"isESM": false,
|
|
624
632
|
"relativePath": [
|
|
625
633
|
"lib",
|
|
@@ -707,6 +715,7 @@
|
|
|
707
715
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
708
716
|
"pluginType": "core",
|
|
709
717
|
"strict": true,
|
|
718
|
+
"enableJsonFlag": false,
|
|
710
719
|
"isESM": false,
|
|
711
720
|
"relativePath": [
|
|
712
721
|
"lib",
|
|
@@ -794,6 +803,7 @@
|
|
|
794
803
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
795
804
|
"pluginType": "core",
|
|
796
805
|
"strict": true,
|
|
806
|
+
"enableJsonFlag": false,
|
|
797
807
|
"isESM": false,
|
|
798
808
|
"relativePath": [
|
|
799
809
|
"lib",
|
|
@@ -881,6 +891,7 @@
|
|
|
881
891
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
882
892
|
"pluginType": "core",
|
|
883
893
|
"strict": true,
|
|
894
|
+
"enableJsonFlag": false,
|
|
884
895
|
"isESM": false,
|
|
885
896
|
"relativePath": [
|
|
886
897
|
"lib",
|
|
@@ -968,6 +979,7 @@
|
|
|
968
979
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
969
980
|
"pluginType": "core",
|
|
970
981
|
"strict": true,
|
|
982
|
+
"enableJsonFlag": false,
|
|
971
983
|
"isESM": false,
|
|
972
984
|
"relativePath": [
|
|
973
985
|
"lib",
|
|
@@ -1055,6 +1067,7 @@
|
|
|
1055
1067
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
1056
1068
|
"pluginType": "core",
|
|
1057
1069
|
"strict": true,
|
|
1070
|
+
"enableJsonFlag": false,
|
|
1058
1071
|
"isESM": false,
|
|
1059
1072
|
"relativePath": [
|
|
1060
1073
|
"lib",
|
|
@@ -1142,6 +1155,7 @@
|
|
|
1142
1155
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
1143
1156
|
"pluginType": "core",
|
|
1144
1157
|
"strict": true,
|
|
1158
|
+
"enableJsonFlag": false,
|
|
1145
1159
|
"isESM": false,
|
|
1146
1160
|
"relativePath": [
|
|
1147
1161
|
"lib",
|
|
@@ -1229,6 +1243,7 @@
|
|
|
1229
1243
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
1230
1244
|
"pluginType": "core",
|
|
1231
1245
|
"strict": true,
|
|
1246
|
+
"enableJsonFlag": false,
|
|
1232
1247
|
"isESM": false,
|
|
1233
1248
|
"relativePath": [
|
|
1234
1249
|
"lib",
|
|
@@ -1316,6 +1331,7 @@
|
|
|
1316
1331
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
1317
1332
|
"pluginType": "core",
|
|
1318
1333
|
"strict": true,
|
|
1334
|
+
"enableJsonFlag": false,
|
|
1319
1335
|
"isESM": false,
|
|
1320
1336
|
"relativePath": [
|
|
1321
1337
|
"lib",
|
|
@@ -1403,6 +1419,7 @@
|
|
|
1403
1419
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
1404
1420
|
"pluginType": "core",
|
|
1405
1421
|
"strict": true,
|
|
1422
|
+
"enableJsonFlag": false,
|
|
1406
1423
|
"isESM": false,
|
|
1407
1424
|
"relativePath": [
|
|
1408
1425
|
"lib",
|
|
@@ -1490,6 +1507,7 @@
|
|
|
1490
1507
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
1491
1508
|
"pluginType": "core",
|
|
1492
1509
|
"strict": true,
|
|
1510
|
+
"enableJsonFlag": false,
|
|
1493
1511
|
"isESM": false,
|
|
1494
1512
|
"relativePath": [
|
|
1495
1513
|
"lib",
|
|
@@ -1577,6 +1595,7 @@
|
|
|
1577
1595
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
1578
1596
|
"pluginType": "core",
|
|
1579
1597
|
"strict": true,
|
|
1598
|
+
"enableJsonFlag": false,
|
|
1580
1599
|
"isESM": false,
|
|
1581
1600
|
"relativePath": [
|
|
1582
1601
|
"lib",
|
|
@@ -1664,6 +1683,7 @@
|
|
|
1664
1683
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
1665
1684
|
"pluginType": "core",
|
|
1666
1685
|
"strict": true,
|
|
1686
|
+
"enableJsonFlag": false,
|
|
1667
1687
|
"isESM": false,
|
|
1668
1688
|
"relativePath": [
|
|
1669
1689
|
"lib",
|
|
@@ -1751,6 +1771,7 @@
|
|
|
1751
1771
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
1752
1772
|
"pluginType": "core",
|
|
1753
1773
|
"strict": true,
|
|
1774
|
+
"enableJsonFlag": false,
|
|
1754
1775
|
"isESM": false,
|
|
1755
1776
|
"relativePath": [
|
|
1756
1777
|
"lib",
|
|
@@ -1838,6 +1859,7 @@
|
|
|
1838
1859
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
1839
1860
|
"pluginType": "core",
|
|
1840
1861
|
"strict": true,
|
|
1862
|
+
"enableJsonFlag": false,
|
|
1841
1863
|
"isESM": false,
|
|
1842
1864
|
"relativePath": [
|
|
1843
1865
|
"lib",
|
|
@@ -1925,6 +1947,7 @@
|
|
|
1925
1947
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
1926
1948
|
"pluginType": "core",
|
|
1927
1949
|
"strict": true,
|
|
1950
|
+
"enableJsonFlag": false,
|
|
1928
1951
|
"isESM": false,
|
|
1929
1952
|
"relativePath": [
|
|
1930
1953
|
"lib",
|
|
@@ -2012,6 +2035,7 @@
|
|
|
2012
2035
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
2013
2036
|
"pluginType": "core",
|
|
2014
2037
|
"strict": true,
|
|
2038
|
+
"enableJsonFlag": false,
|
|
2015
2039
|
"isESM": false,
|
|
2016
2040
|
"relativePath": [
|
|
2017
2041
|
"lib",
|
|
@@ -2099,6 +2123,7 @@
|
|
|
2099
2123
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
2100
2124
|
"pluginType": "core",
|
|
2101
2125
|
"strict": true,
|
|
2126
|
+
"enableJsonFlag": false,
|
|
2102
2127
|
"isESM": false,
|
|
2103
2128
|
"relativePath": [
|
|
2104
2129
|
"lib",
|
|
@@ -2186,6 +2211,7 @@
|
|
|
2186
2211
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
2187
2212
|
"pluginType": "core",
|
|
2188
2213
|
"strict": true,
|
|
2214
|
+
"enableJsonFlag": false,
|
|
2189
2215
|
"isESM": false,
|
|
2190
2216
|
"relativePath": [
|
|
2191
2217
|
"lib",
|
|
@@ -2273,6 +2299,7 @@
|
|
|
2273
2299
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
2274
2300
|
"pluginType": "core",
|
|
2275
2301
|
"strict": true,
|
|
2302
|
+
"enableJsonFlag": false,
|
|
2276
2303
|
"isESM": false,
|
|
2277
2304
|
"relativePath": [
|
|
2278
2305
|
"lib",
|
|
@@ -2360,6 +2387,7 @@
|
|
|
2360
2387
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
2361
2388
|
"pluginType": "core",
|
|
2362
2389
|
"strict": true,
|
|
2390
|
+
"enableJsonFlag": false,
|
|
2363
2391
|
"isESM": false,
|
|
2364
2392
|
"relativePath": [
|
|
2365
2393
|
"lib",
|
|
@@ -2447,6 +2475,7 @@
|
|
|
2447
2475
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
2448
2476
|
"pluginType": "core",
|
|
2449
2477
|
"strict": true,
|
|
2478
|
+
"enableJsonFlag": false,
|
|
2450
2479
|
"isESM": false,
|
|
2451
2480
|
"relativePath": [
|
|
2452
2481
|
"lib",
|
|
@@ -2534,6 +2563,7 @@
|
|
|
2534
2563
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
2535
2564
|
"pluginType": "core",
|
|
2536
2565
|
"strict": true,
|
|
2566
|
+
"enableJsonFlag": false,
|
|
2537
2567
|
"isESM": false,
|
|
2538
2568
|
"relativePath": [
|
|
2539
2569
|
"lib",
|
|
@@ -2621,6 +2651,7 @@
|
|
|
2621
2651
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
2622
2652
|
"pluginType": "core",
|
|
2623
2653
|
"strict": true,
|
|
2654
|
+
"enableJsonFlag": false,
|
|
2624
2655
|
"isESM": false,
|
|
2625
2656
|
"relativePath": [
|
|
2626
2657
|
"lib",
|
|
@@ -2708,6 +2739,7 @@
|
|
|
2708
2739
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
2709
2740
|
"pluginType": "core",
|
|
2710
2741
|
"strict": true,
|
|
2742
|
+
"enableJsonFlag": false,
|
|
2711
2743
|
"isESM": false,
|
|
2712
2744
|
"relativePath": [
|
|
2713
2745
|
"lib",
|
|
@@ -2795,6 +2827,7 @@
|
|
|
2795
2827
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
2796
2828
|
"pluginType": "core",
|
|
2797
2829
|
"strict": true,
|
|
2830
|
+
"enableJsonFlag": false,
|
|
2798
2831
|
"isESM": false,
|
|
2799
2832
|
"relativePath": [
|
|
2800
2833
|
"lib",
|
|
@@ -2882,6 +2915,7 @@
|
|
|
2882
2915
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
2883
2916
|
"pluginType": "core",
|
|
2884
2917
|
"strict": true,
|
|
2918
|
+
"enableJsonFlag": false,
|
|
2885
2919
|
"isESM": false,
|
|
2886
2920
|
"relativePath": [
|
|
2887
2921
|
"lib",
|
|
@@ -2969,6 +3003,7 @@
|
|
|
2969
3003
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
2970
3004
|
"pluginType": "core",
|
|
2971
3005
|
"strict": true,
|
|
3006
|
+
"enableJsonFlag": false,
|
|
2972
3007
|
"isESM": false,
|
|
2973
3008
|
"relativePath": [
|
|
2974
3009
|
"lib",
|
|
@@ -3056,6 +3091,7 @@
|
|
|
3056
3091
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3057
3092
|
"pluginType": "core",
|
|
3058
3093
|
"strict": true,
|
|
3094
|
+
"enableJsonFlag": false,
|
|
3059
3095
|
"isESM": false,
|
|
3060
3096
|
"relativePath": [
|
|
3061
3097
|
"lib",
|
|
@@ -3143,6 +3179,7 @@
|
|
|
3143
3179
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3144
3180
|
"pluginType": "core",
|
|
3145
3181
|
"strict": true,
|
|
3182
|
+
"enableJsonFlag": false,
|
|
3146
3183
|
"isESM": false,
|
|
3147
3184
|
"relativePath": [
|
|
3148
3185
|
"lib",
|
|
@@ -3230,6 +3267,7 @@
|
|
|
3230
3267
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3231
3268
|
"pluginType": "core",
|
|
3232
3269
|
"strict": true,
|
|
3270
|
+
"enableJsonFlag": false,
|
|
3233
3271
|
"isESM": false,
|
|
3234
3272
|
"relativePath": [
|
|
3235
3273
|
"lib",
|
|
@@ -3317,6 +3355,7 @@
|
|
|
3317
3355
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3318
3356
|
"pluginType": "core",
|
|
3319
3357
|
"strict": true,
|
|
3358
|
+
"enableJsonFlag": false,
|
|
3320
3359
|
"isESM": false,
|
|
3321
3360
|
"relativePath": [
|
|
3322
3361
|
"lib",
|
|
@@ -3404,6 +3443,7 @@
|
|
|
3404
3443
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3405
3444
|
"pluginType": "core",
|
|
3406
3445
|
"strict": true,
|
|
3446
|
+
"enableJsonFlag": false,
|
|
3407
3447
|
"isESM": false,
|
|
3408
3448
|
"relativePath": [
|
|
3409
3449
|
"lib",
|
|
@@ -3491,6 +3531,7 @@
|
|
|
3491
3531
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3492
3532
|
"pluginType": "core",
|
|
3493
3533
|
"strict": true,
|
|
3534
|
+
"enableJsonFlag": false,
|
|
3494
3535
|
"isESM": false,
|
|
3495
3536
|
"relativePath": [
|
|
3496
3537
|
"lib",
|
|
@@ -3578,6 +3619,7 @@
|
|
|
3578
3619
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3579
3620
|
"pluginType": "core",
|
|
3580
3621
|
"strict": true,
|
|
3622
|
+
"enableJsonFlag": false,
|
|
3581
3623
|
"isESM": false,
|
|
3582
3624
|
"relativePath": [
|
|
3583
3625
|
"lib",
|
|
@@ -3665,6 +3707,7 @@
|
|
|
3665
3707
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3666
3708
|
"pluginType": "core",
|
|
3667
3709
|
"strict": true,
|
|
3710
|
+
"enableJsonFlag": false,
|
|
3668
3711
|
"isESM": false,
|
|
3669
3712
|
"relativePath": [
|
|
3670
3713
|
"lib",
|
|
@@ -3752,6 +3795,7 @@
|
|
|
3752
3795
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3753
3796
|
"pluginType": "core",
|
|
3754
3797
|
"strict": true,
|
|
3798
|
+
"enableJsonFlag": false,
|
|
3755
3799
|
"isESM": false,
|
|
3756
3800
|
"relativePath": [
|
|
3757
3801
|
"lib",
|
|
@@ -3839,6 +3883,7 @@
|
|
|
3839
3883
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3840
3884
|
"pluginType": "core",
|
|
3841
3885
|
"strict": true,
|
|
3886
|
+
"enableJsonFlag": false,
|
|
3842
3887
|
"isESM": false,
|
|
3843
3888
|
"relativePath": [
|
|
3844
3889
|
"lib",
|
|
@@ -3926,6 +3971,7 @@
|
|
|
3926
3971
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3927
3972
|
"pluginType": "core",
|
|
3928
3973
|
"strict": true,
|
|
3974
|
+
"enableJsonFlag": false,
|
|
3929
3975
|
"isESM": false,
|
|
3930
3976
|
"relativePath": [
|
|
3931
3977
|
"lib",
|
|
@@ -4013,6 +4059,7 @@
|
|
|
4013
4059
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4014
4060
|
"pluginType": "core",
|
|
4015
4061
|
"strict": true,
|
|
4062
|
+
"enableJsonFlag": false,
|
|
4016
4063
|
"isESM": false,
|
|
4017
4064
|
"relativePath": [
|
|
4018
4065
|
"lib",
|
|
@@ -4100,6 +4147,7 @@
|
|
|
4100
4147
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4101
4148
|
"pluginType": "core",
|
|
4102
4149
|
"strict": true,
|
|
4150
|
+
"enableJsonFlag": false,
|
|
4103
4151
|
"isESM": false,
|
|
4104
4152
|
"relativePath": [
|
|
4105
4153
|
"lib",
|
|
@@ -4187,6 +4235,7 @@
|
|
|
4187
4235
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4188
4236
|
"pluginType": "core",
|
|
4189
4237
|
"strict": true,
|
|
4238
|
+
"enableJsonFlag": false,
|
|
4190
4239
|
"isESM": false,
|
|
4191
4240
|
"relativePath": [
|
|
4192
4241
|
"lib",
|
|
@@ -4274,6 +4323,7 @@
|
|
|
4274
4323
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4275
4324
|
"pluginType": "core",
|
|
4276
4325
|
"strict": true,
|
|
4326
|
+
"enableJsonFlag": false,
|
|
4277
4327
|
"isESM": false,
|
|
4278
4328
|
"relativePath": [
|
|
4279
4329
|
"lib",
|
|
@@ -4361,6 +4411,7 @@
|
|
|
4361
4411
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4362
4412
|
"pluginType": "core",
|
|
4363
4413
|
"strict": true,
|
|
4414
|
+
"enableJsonFlag": false,
|
|
4364
4415
|
"isESM": false,
|
|
4365
4416
|
"relativePath": [
|
|
4366
4417
|
"lib",
|
|
@@ -4448,6 +4499,7 @@
|
|
|
4448
4499
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4449
4500
|
"pluginType": "core",
|
|
4450
4501
|
"strict": true,
|
|
4502
|
+
"enableJsonFlag": false,
|
|
4451
4503
|
"isESM": false,
|
|
4452
4504
|
"relativePath": [
|
|
4453
4505
|
"lib",
|
|
@@ -4535,6 +4587,7 @@
|
|
|
4535
4587
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4536
4588
|
"pluginType": "core",
|
|
4537
4589
|
"strict": true,
|
|
4590
|
+
"enableJsonFlag": false,
|
|
4538
4591
|
"isESM": false,
|
|
4539
4592
|
"relativePath": [
|
|
4540
4593
|
"lib",
|
|
@@ -4622,6 +4675,7 @@
|
|
|
4622
4675
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4623
4676
|
"pluginType": "core",
|
|
4624
4677
|
"strict": true,
|
|
4678
|
+
"enableJsonFlag": false,
|
|
4625
4679
|
"isESM": false,
|
|
4626
4680
|
"relativePath": [
|
|
4627
4681
|
"lib",
|
|
@@ -4709,6 +4763,7 @@
|
|
|
4709
4763
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4710
4764
|
"pluginType": "core",
|
|
4711
4765
|
"strict": true,
|
|
4766
|
+
"enableJsonFlag": false,
|
|
4712
4767
|
"isESM": false,
|
|
4713
4768
|
"relativePath": [
|
|
4714
4769
|
"lib",
|
|
@@ -4796,6 +4851,7 @@
|
|
|
4796
4851
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4797
4852
|
"pluginType": "core",
|
|
4798
4853
|
"strict": true,
|
|
4854
|
+
"enableJsonFlag": false,
|
|
4799
4855
|
"isESM": false,
|
|
4800
4856
|
"relativePath": [
|
|
4801
4857
|
"lib",
|
|
@@ -4883,6 +4939,7 @@
|
|
|
4883
4939
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4884
4940
|
"pluginType": "core",
|
|
4885
4941
|
"strict": true,
|
|
4942
|
+
"enableJsonFlag": false,
|
|
4886
4943
|
"isESM": false,
|
|
4887
4944
|
"relativePath": [
|
|
4888
4945
|
"lib",
|
|
@@ -4970,6 +5027,7 @@
|
|
|
4970
5027
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4971
5028
|
"pluginType": "core",
|
|
4972
5029
|
"strict": true,
|
|
5030
|
+
"enableJsonFlag": false,
|
|
4973
5031
|
"isESM": false,
|
|
4974
5032
|
"relativePath": [
|
|
4975
5033
|
"lib",
|
|
@@ -5057,6 +5115,7 @@
|
|
|
5057
5115
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5058
5116
|
"pluginType": "core",
|
|
5059
5117
|
"strict": true,
|
|
5118
|
+
"enableJsonFlag": false,
|
|
5060
5119
|
"isESM": false,
|
|
5061
5120
|
"relativePath": [
|
|
5062
5121
|
"lib",
|
|
@@ -5153,6 +5212,7 @@
|
|
|
5153
5212
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5154
5213
|
"pluginType": "core",
|
|
5155
5214
|
"strict": true,
|
|
5215
|
+
"enableJsonFlag": false,
|
|
5156
5216
|
"isESM": false,
|
|
5157
5217
|
"relativePath": [
|
|
5158
5218
|
"lib",
|
|
@@ -5240,6 +5300,7 @@
|
|
|
5240
5300
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5241
5301
|
"pluginType": "core",
|
|
5242
5302
|
"strict": true,
|
|
5303
|
+
"enableJsonFlag": false,
|
|
5243
5304
|
"isESM": false,
|
|
5244
5305
|
"relativePath": [
|
|
5245
5306
|
"lib",
|
|
@@ -5327,6 +5388,7 @@
|
|
|
5327
5388
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5328
5389
|
"pluginType": "core",
|
|
5329
5390
|
"strict": true,
|
|
5391
|
+
"enableJsonFlag": false,
|
|
5330
5392
|
"isESM": false,
|
|
5331
5393
|
"relativePath": [
|
|
5332
5394
|
"lib",
|
|
@@ -5414,6 +5476,7 @@
|
|
|
5414
5476
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5415
5477
|
"pluginType": "core",
|
|
5416
5478
|
"strict": true,
|
|
5479
|
+
"enableJsonFlag": false,
|
|
5417
5480
|
"isESM": false,
|
|
5418
5481
|
"relativePath": [
|
|
5419
5482
|
"lib",
|
|
@@ -5501,6 +5564,7 @@
|
|
|
5501
5564
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5502
5565
|
"pluginType": "core",
|
|
5503
5566
|
"strict": true,
|
|
5567
|
+
"enableJsonFlag": false,
|
|
5504
5568
|
"isESM": false,
|
|
5505
5569
|
"relativePath": [
|
|
5506
5570
|
"lib",
|
|
@@ -5588,6 +5652,7 @@
|
|
|
5588
5652
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5589
5653
|
"pluginType": "core",
|
|
5590
5654
|
"strict": true,
|
|
5655
|
+
"enableJsonFlag": false,
|
|
5591
5656
|
"isESM": false,
|
|
5592
5657
|
"relativePath": [
|
|
5593
5658
|
"lib",
|
|
@@ -5684,6 +5749,7 @@
|
|
|
5684
5749
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5685
5750
|
"pluginType": "core",
|
|
5686
5751
|
"strict": true,
|
|
5752
|
+
"enableJsonFlag": false,
|
|
5687
5753
|
"isESM": false,
|
|
5688
5754
|
"relativePath": [
|
|
5689
5755
|
"lib",
|
|
@@ -5771,6 +5837,7 @@
|
|
|
5771
5837
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5772
5838
|
"pluginType": "core",
|
|
5773
5839
|
"strict": true,
|
|
5840
|
+
"enableJsonFlag": false,
|
|
5774
5841
|
"isESM": false,
|
|
5775
5842
|
"relativePath": [
|
|
5776
5843
|
"lib",
|
|
@@ -5858,6 +5925,7 @@
|
|
|
5858
5925
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5859
5926
|
"pluginType": "core",
|
|
5860
5927
|
"strict": true,
|
|
5928
|
+
"enableJsonFlag": false,
|
|
5861
5929
|
"isESM": false,
|
|
5862
5930
|
"relativePath": [
|
|
5863
5931
|
"lib",
|
|
@@ -5945,6 +6013,7 @@
|
|
|
5945
6013
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5946
6014
|
"pluginType": "core",
|
|
5947
6015
|
"strict": true,
|
|
6016
|
+
"enableJsonFlag": false,
|
|
5948
6017
|
"isESM": false,
|
|
5949
6018
|
"relativePath": [
|
|
5950
6019
|
"lib",
|
|
@@ -6032,6 +6101,7 @@
|
|
|
6032
6101
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6033
6102
|
"pluginType": "core",
|
|
6034
6103
|
"strict": true,
|
|
6104
|
+
"enableJsonFlag": false,
|
|
6035
6105
|
"isESM": false,
|
|
6036
6106
|
"relativePath": [
|
|
6037
6107
|
"lib",
|
|
@@ -6119,6 +6189,7 @@
|
|
|
6119
6189
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6120
6190
|
"pluginType": "core",
|
|
6121
6191
|
"strict": true,
|
|
6192
|
+
"enableJsonFlag": false,
|
|
6122
6193
|
"isESM": false,
|
|
6123
6194
|
"relativePath": [
|
|
6124
6195
|
"lib",
|
|
@@ -6206,6 +6277,7 @@
|
|
|
6206
6277
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6207
6278
|
"pluginType": "core",
|
|
6208
6279
|
"strict": true,
|
|
6280
|
+
"enableJsonFlag": false,
|
|
6209
6281
|
"isESM": false,
|
|
6210
6282
|
"relativePath": [
|
|
6211
6283
|
"lib",
|
|
@@ -6293,6 +6365,7 @@
|
|
|
6293
6365
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6294
6366
|
"pluginType": "core",
|
|
6295
6367
|
"strict": true,
|
|
6368
|
+
"enableJsonFlag": false,
|
|
6296
6369
|
"isESM": false,
|
|
6297
6370
|
"relativePath": [
|
|
6298
6371
|
"lib",
|
|
@@ -6380,6 +6453,7 @@
|
|
|
6380
6453
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6381
6454
|
"pluginType": "core",
|
|
6382
6455
|
"strict": true,
|
|
6456
|
+
"enableJsonFlag": false,
|
|
6383
6457
|
"isESM": false,
|
|
6384
6458
|
"relativePath": [
|
|
6385
6459
|
"lib",
|
|
@@ -6467,6 +6541,7 @@
|
|
|
6467
6541
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6468
6542
|
"pluginType": "core",
|
|
6469
6543
|
"strict": true,
|
|
6544
|
+
"enableJsonFlag": false,
|
|
6470
6545
|
"isESM": false,
|
|
6471
6546
|
"relativePath": [
|
|
6472
6547
|
"lib",
|
|
@@ -6563,6 +6638,7 @@
|
|
|
6563
6638
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6564
6639
|
"pluginType": "core",
|
|
6565
6640
|
"strict": true,
|
|
6641
|
+
"enableJsonFlag": false,
|
|
6566
6642
|
"isESM": false,
|
|
6567
6643
|
"relativePath": [
|
|
6568
6644
|
"lib",
|
|
@@ -6650,6 +6726,7 @@
|
|
|
6650
6726
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6651
6727
|
"pluginType": "core",
|
|
6652
6728
|
"strict": true,
|
|
6729
|
+
"enableJsonFlag": false,
|
|
6653
6730
|
"isESM": false,
|
|
6654
6731
|
"relativePath": [
|
|
6655
6732
|
"lib",
|
|
@@ -6737,6 +6814,7 @@
|
|
|
6737
6814
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6738
6815
|
"pluginType": "core",
|
|
6739
6816
|
"strict": true,
|
|
6817
|
+
"enableJsonFlag": false,
|
|
6740
6818
|
"isESM": false,
|
|
6741
6819
|
"relativePath": [
|
|
6742
6820
|
"lib",
|
|
@@ -6824,6 +6902,7 @@
|
|
|
6824
6902
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6825
6903
|
"pluginType": "core",
|
|
6826
6904
|
"strict": true,
|
|
6905
|
+
"enableJsonFlag": false,
|
|
6827
6906
|
"isESM": false,
|
|
6828
6907
|
"relativePath": [
|
|
6829
6908
|
"lib",
|
|
@@ -6911,6 +6990,7 @@
|
|
|
6911
6990
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6912
6991
|
"pluginType": "core",
|
|
6913
6992
|
"strict": true,
|
|
6993
|
+
"enableJsonFlag": false,
|
|
6914
6994
|
"isESM": false,
|
|
6915
6995
|
"relativePath": [
|
|
6916
6996
|
"lib",
|
|
@@ -6998,6 +7078,7 @@
|
|
|
6998
7078
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6999
7079
|
"pluginType": "core",
|
|
7000
7080
|
"strict": true,
|
|
7081
|
+
"enableJsonFlag": false,
|
|
7001
7082
|
"isESM": false,
|
|
7002
7083
|
"relativePath": [
|
|
7003
7084
|
"lib",
|
|
@@ -7085,6 +7166,7 @@
|
|
|
7085
7166
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7086
7167
|
"pluginType": "core",
|
|
7087
7168
|
"strict": true,
|
|
7169
|
+
"enableJsonFlag": false,
|
|
7088
7170
|
"isESM": false,
|
|
7089
7171
|
"relativePath": [
|
|
7090
7172
|
"lib",
|
|
@@ -7172,6 +7254,7 @@
|
|
|
7172
7254
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7173
7255
|
"pluginType": "core",
|
|
7174
7256
|
"strict": true,
|
|
7257
|
+
"enableJsonFlag": false,
|
|
7175
7258
|
"isESM": false,
|
|
7176
7259
|
"relativePath": [
|
|
7177
7260
|
"lib",
|
|
@@ -7259,6 +7342,7 @@
|
|
|
7259
7342
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7260
7343
|
"pluginType": "core",
|
|
7261
7344
|
"strict": true,
|
|
7345
|
+
"enableJsonFlag": false,
|
|
7262
7346
|
"isESM": false,
|
|
7263
7347
|
"relativePath": [
|
|
7264
7348
|
"lib",
|
|
@@ -7346,6 +7430,7 @@
|
|
|
7346
7430
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7347
7431
|
"pluginType": "core",
|
|
7348
7432
|
"strict": true,
|
|
7433
|
+
"enableJsonFlag": false,
|
|
7349
7434
|
"isESM": false,
|
|
7350
7435
|
"relativePath": [
|
|
7351
7436
|
"lib",
|
|
@@ -7433,6 +7518,7 @@
|
|
|
7433
7518
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7434
7519
|
"pluginType": "core",
|
|
7435
7520
|
"strict": true,
|
|
7521
|
+
"enableJsonFlag": false,
|
|
7436
7522
|
"isESM": false,
|
|
7437
7523
|
"relativePath": [
|
|
7438
7524
|
"lib",
|
|
@@ -7520,6 +7606,7 @@
|
|
|
7520
7606
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7521
7607
|
"pluginType": "core",
|
|
7522
7608
|
"strict": true,
|
|
7609
|
+
"enableJsonFlag": false,
|
|
7523
7610
|
"isESM": false,
|
|
7524
7611
|
"relativePath": [
|
|
7525
7612
|
"lib",
|
|
@@ -7607,6 +7694,7 @@
|
|
|
7607
7694
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7608
7695
|
"pluginType": "core",
|
|
7609
7696
|
"strict": true,
|
|
7697
|
+
"enableJsonFlag": false,
|
|
7610
7698
|
"isESM": false,
|
|
7611
7699
|
"relativePath": [
|
|
7612
7700
|
"lib",
|
|
@@ -7694,6 +7782,7 @@
|
|
|
7694
7782
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7695
7783
|
"pluginType": "core",
|
|
7696
7784
|
"strict": true,
|
|
7785
|
+
"enableJsonFlag": false,
|
|
7697
7786
|
"isESM": false,
|
|
7698
7787
|
"relativePath": [
|
|
7699
7788
|
"lib",
|
|
@@ -7781,6 +7870,7 @@
|
|
|
7781
7870
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7782
7871
|
"pluginType": "core",
|
|
7783
7872
|
"strict": true,
|
|
7873
|
+
"enableJsonFlag": false,
|
|
7784
7874
|
"isESM": false,
|
|
7785
7875
|
"relativePath": [
|
|
7786
7876
|
"lib",
|
|
@@ -7868,6 +7958,7 @@
|
|
|
7868
7958
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7869
7959
|
"pluginType": "core",
|
|
7870
7960
|
"strict": true,
|
|
7961
|
+
"enableJsonFlag": false,
|
|
7871
7962
|
"isESM": false,
|
|
7872
7963
|
"relativePath": [
|
|
7873
7964
|
"lib",
|
|
@@ -7955,6 +8046,7 @@
|
|
|
7955
8046
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7956
8047
|
"pluginType": "core",
|
|
7957
8048
|
"strict": true,
|
|
8049
|
+
"enableJsonFlag": false,
|
|
7958
8050
|
"isESM": false,
|
|
7959
8051
|
"relativePath": [
|
|
7960
8052
|
"lib",
|
|
@@ -8042,6 +8134,7 @@
|
|
|
8042
8134
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8043
8135
|
"pluginType": "core",
|
|
8044
8136
|
"strict": true,
|
|
8137
|
+
"enableJsonFlag": false,
|
|
8045
8138
|
"isESM": false,
|
|
8046
8139
|
"relativePath": [
|
|
8047
8140
|
"lib",
|
|
@@ -8129,6 +8222,7 @@
|
|
|
8129
8222
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8130
8223
|
"pluginType": "core",
|
|
8131
8224
|
"strict": true,
|
|
8225
|
+
"enableJsonFlag": false,
|
|
8132
8226
|
"isESM": false,
|
|
8133
8227
|
"relativePath": [
|
|
8134
8228
|
"lib",
|
|
@@ -8216,6 +8310,7 @@
|
|
|
8216
8310
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8217
8311
|
"pluginType": "core",
|
|
8218
8312
|
"strict": true,
|
|
8313
|
+
"enableJsonFlag": false,
|
|
8219
8314
|
"isESM": false,
|
|
8220
8315
|
"relativePath": [
|
|
8221
8316
|
"lib",
|
|
@@ -8303,6 +8398,7 @@
|
|
|
8303
8398
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8304
8399
|
"pluginType": "core",
|
|
8305
8400
|
"strict": true,
|
|
8401
|
+
"enableJsonFlag": false,
|
|
8306
8402
|
"isESM": false,
|
|
8307
8403
|
"relativePath": [
|
|
8308
8404
|
"lib",
|
|
@@ -8390,6 +8486,7 @@
|
|
|
8390
8486
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8391
8487
|
"pluginType": "core",
|
|
8392
8488
|
"strict": true,
|
|
8489
|
+
"enableJsonFlag": false,
|
|
8393
8490
|
"isESM": false,
|
|
8394
8491
|
"relativePath": [
|
|
8395
8492
|
"lib",
|
|
@@ -8477,6 +8574,7 @@
|
|
|
8477
8574
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8478
8575
|
"pluginType": "core",
|
|
8479
8576
|
"strict": true,
|
|
8577
|
+
"enableJsonFlag": false,
|
|
8480
8578
|
"isESM": false,
|
|
8481
8579
|
"relativePath": [
|
|
8482
8580
|
"lib",
|
|
@@ -8564,6 +8662,7 @@
|
|
|
8564
8662
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8565
8663
|
"pluginType": "core",
|
|
8566
8664
|
"strict": true,
|
|
8665
|
+
"enableJsonFlag": false,
|
|
8567
8666
|
"isESM": false,
|
|
8568
8667
|
"relativePath": [
|
|
8569
8668
|
"lib",
|
|
@@ -8651,6 +8750,7 @@
|
|
|
8651
8750
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8652
8751
|
"pluginType": "core",
|
|
8653
8752
|
"strict": true,
|
|
8753
|
+
"enableJsonFlag": false,
|
|
8654
8754
|
"isESM": false,
|
|
8655
8755
|
"relativePath": [
|
|
8656
8756
|
"lib",
|
|
@@ -8738,6 +8838,7 @@
|
|
|
8738
8838
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8739
8839
|
"pluginType": "core",
|
|
8740
8840
|
"strict": true,
|
|
8841
|
+
"enableJsonFlag": false,
|
|
8741
8842
|
"isESM": false,
|
|
8742
8843
|
"relativePath": [
|
|
8743
8844
|
"lib",
|
|
@@ -8825,6 +8926,7 @@
|
|
|
8825
8926
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8826
8927
|
"pluginType": "core",
|
|
8827
8928
|
"strict": true,
|
|
8929
|
+
"enableJsonFlag": false,
|
|
8828
8930
|
"isESM": false,
|
|
8829
8931
|
"relativePath": [
|
|
8830
8932
|
"lib",
|
|
@@ -8912,6 +9014,7 @@
|
|
|
8912
9014
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8913
9015
|
"pluginType": "core",
|
|
8914
9016
|
"strict": true,
|
|
9017
|
+
"enableJsonFlag": false,
|
|
8915
9018
|
"isESM": false,
|
|
8916
9019
|
"relativePath": [
|
|
8917
9020
|
"lib",
|
|
@@ -8999,6 +9102,7 @@
|
|
|
8999
9102
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9000
9103
|
"pluginType": "core",
|
|
9001
9104
|
"strict": true,
|
|
9105
|
+
"enableJsonFlag": false,
|
|
9002
9106
|
"isESM": false,
|
|
9003
9107
|
"relativePath": [
|
|
9004
9108
|
"lib",
|
|
@@ -9086,6 +9190,7 @@
|
|
|
9086
9190
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9087
9191
|
"pluginType": "core",
|
|
9088
9192
|
"strict": true,
|
|
9193
|
+
"enableJsonFlag": false,
|
|
9089
9194
|
"isESM": false,
|
|
9090
9195
|
"relativePath": [
|
|
9091
9196
|
"lib",
|
|
@@ -9173,6 +9278,7 @@
|
|
|
9173
9278
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9174
9279
|
"pluginType": "core",
|
|
9175
9280
|
"strict": true,
|
|
9281
|
+
"enableJsonFlag": false,
|
|
9176
9282
|
"isESM": false,
|
|
9177
9283
|
"relativePath": [
|
|
9178
9284
|
"lib",
|
|
@@ -9260,6 +9366,7 @@
|
|
|
9260
9366
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9261
9367
|
"pluginType": "core",
|
|
9262
9368
|
"strict": true,
|
|
9369
|
+
"enableJsonFlag": false,
|
|
9263
9370
|
"isESM": false,
|
|
9264
9371
|
"relativePath": [
|
|
9265
9372
|
"lib",
|
|
@@ -9347,6 +9454,7 @@
|
|
|
9347
9454
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9348
9455
|
"pluginType": "core",
|
|
9349
9456
|
"strict": true,
|
|
9457
|
+
"enableJsonFlag": false,
|
|
9350
9458
|
"isESM": false,
|
|
9351
9459
|
"relativePath": [
|
|
9352
9460
|
"lib",
|
|
@@ -9434,6 +9542,7 @@
|
|
|
9434
9542
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9435
9543
|
"pluginType": "core",
|
|
9436
9544
|
"strict": true,
|
|
9545
|
+
"enableJsonFlag": false,
|
|
9437
9546
|
"isESM": false,
|
|
9438
9547
|
"relativePath": [
|
|
9439
9548
|
"lib",
|
|
@@ -9521,6 +9630,7 @@
|
|
|
9521
9630
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9522
9631
|
"pluginType": "core",
|
|
9523
9632
|
"strict": true,
|
|
9633
|
+
"enableJsonFlag": false,
|
|
9524
9634
|
"isESM": false,
|
|
9525
9635
|
"relativePath": [
|
|
9526
9636
|
"lib",
|
|
@@ -9608,6 +9718,7 @@
|
|
|
9608
9718
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9609
9719
|
"pluginType": "core",
|
|
9610
9720
|
"strict": true,
|
|
9721
|
+
"enableJsonFlag": false,
|
|
9611
9722
|
"isESM": false,
|
|
9612
9723
|
"relativePath": [
|
|
9613
9724
|
"lib",
|
|
@@ -9695,6 +9806,7 @@
|
|
|
9695
9806
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9696
9807
|
"pluginType": "core",
|
|
9697
9808
|
"strict": true,
|
|
9809
|
+
"enableJsonFlag": false,
|
|
9698
9810
|
"isESM": false,
|
|
9699
9811
|
"relativePath": [
|
|
9700
9812
|
"lib",
|
|
@@ -9782,6 +9894,7 @@
|
|
|
9782
9894
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9783
9895
|
"pluginType": "core",
|
|
9784
9896
|
"strict": true,
|
|
9897
|
+
"enableJsonFlag": false,
|
|
9785
9898
|
"isESM": false,
|
|
9786
9899
|
"relativePath": [
|
|
9787
9900
|
"lib",
|
|
@@ -9869,6 +9982,7 @@
|
|
|
9869
9982
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9870
9983
|
"pluginType": "core",
|
|
9871
9984
|
"strict": true,
|
|
9985
|
+
"enableJsonFlag": false,
|
|
9872
9986
|
"isESM": false,
|
|
9873
9987
|
"relativePath": [
|
|
9874
9988
|
"lib",
|
|
@@ -9956,6 +10070,7 @@
|
|
|
9956
10070
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9957
10071
|
"pluginType": "core",
|
|
9958
10072
|
"strict": true,
|
|
10073
|
+
"enableJsonFlag": false,
|
|
9959
10074
|
"isESM": false,
|
|
9960
10075
|
"relativePath": [
|
|
9961
10076
|
"lib",
|
|
@@ -10043,6 +10158,7 @@
|
|
|
10043
10158
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10044
10159
|
"pluginType": "core",
|
|
10045
10160
|
"strict": true,
|
|
10161
|
+
"enableJsonFlag": false,
|
|
10046
10162
|
"isESM": false,
|
|
10047
10163
|
"relativePath": [
|
|
10048
10164
|
"lib",
|
|
@@ -10130,6 +10246,7 @@
|
|
|
10130
10246
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10131
10247
|
"pluginType": "core",
|
|
10132
10248
|
"strict": true,
|
|
10249
|
+
"enableJsonFlag": false,
|
|
10133
10250
|
"isESM": false,
|
|
10134
10251
|
"relativePath": [
|
|
10135
10252
|
"lib",
|
|
@@ -10217,6 +10334,7 @@
|
|
|
10217
10334
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10218
10335
|
"pluginType": "core",
|
|
10219
10336
|
"strict": true,
|
|
10337
|
+
"enableJsonFlag": false,
|
|
10220
10338
|
"isESM": false,
|
|
10221
10339
|
"relativePath": [
|
|
10222
10340
|
"lib",
|
|
@@ -10304,6 +10422,7 @@
|
|
|
10304
10422
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10305
10423
|
"pluginType": "core",
|
|
10306
10424
|
"strict": true,
|
|
10425
|
+
"enableJsonFlag": false,
|
|
10307
10426
|
"isESM": false,
|
|
10308
10427
|
"relativePath": [
|
|
10309
10428
|
"lib",
|
|
@@ -10391,6 +10510,7 @@
|
|
|
10391
10510
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10392
10511
|
"pluginType": "core",
|
|
10393
10512
|
"strict": true,
|
|
10513
|
+
"enableJsonFlag": false,
|
|
10394
10514
|
"isESM": false,
|
|
10395
10515
|
"relativePath": [
|
|
10396
10516
|
"lib",
|
|
@@ -10478,6 +10598,7 @@
|
|
|
10478
10598
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10479
10599
|
"pluginType": "core",
|
|
10480
10600
|
"strict": true,
|
|
10601
|
+
"enableJsonFlag": false,
|
|
10481
10602
|
"isESM": false,
|
|
10482
10603
|
"relativePath": [
|
|
10483
10604
|
"lib",
|
|
@@ -10486,6 +10607,358 @@
|
|
|
10486
10607
|
"index.js"
|
|
10487
10608
|
]
|
|
10488
10609
|
},
|
|
10610
|
+
"stock_line_item:decrement_stock": {
|
|
10611
|
+
"aliases": [],
|
|
10612
|
+
"args": {
|
|
10613
|
+
"id": {
|
|
10614
|
+
"description": "the unique id of the resource",
|
|
10615
|
+
"name": "id",
|
|
10616
|
+
"required": true
|
|
10617
|
+
}
|
|
10618
|
+
},
|
|
10619
|
+
"description": "Send this attribute if you want to automatically decrement and release the stock this stock line item. Can be done only when fulfillment is in progress.",
|
|
10620
|
+
"flags": {
|
|
10621
|
+
"organization": {
|
|
10622
|
+
"char": "o",
|
|
10623
|
+
"description": "the slug of your organization",
|
|
10624
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
10625
|
+
"hidden": true,
|
|
10626
|
+
"name": "organization",
|
|
10627
|
+
"required": true,
|
|
10628
|
+
"hasDynamicHelp": false,
|
|
10629
|
+
"multiple": false,
|
|
10630
|
+
"type": "option"
|
|
10631
|
+
},
|
|
10632
|
+
"domain": {
|
|
10633
|
+
"char": "d",
|
|
10634
|
+
"dependsOn": [
|
|
10635
|
+
"organization"
|
|
10636
|
+
],
|
|
10637
|
+
"env": "CL_CLI_DOMAIN",
|
|
10638
|
+
"hidden": true,
|
|
10639
|
+
"name": "domain",
|
|
10640
|
+
"required": false,
|
|
10641
|
+
"hasDynamicHelp": false,
|
|
10642
|
+
"multiple": false,
|
|
10643
|
+
"type": "option"
|
|
10644
|
+
},
|
|
10645
|
+
"accessToken": {
|
|
10646
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
10647
|
+
"hidden": true,
|
|
10648
|
+
"name": "accessToken",
|
|
10649
|
+
"required": true,
|
|
10650
|
+
"hasDynamicHelp": false,
|
|
10651
|
+
"multiple": false,
|
|
10652
|
+
"type": "option"
|
|
10653
|
+
},
|
|
10654
|
+
"print": {
|
|
10655
|
+
"char": "p",
|
|
10656
|
+
"description": "print out the modified resource",
|
|
10657
|
+
"name": "print",
|
|
10658
|
+
"allowNo": false,
|
|
10659
|
+
"type": "boolean"
|
|
10660
|
+
},
|
|
10661
|
+
"json": {
|
|
10662
|
+
"char": "j",
|
|
10663
|
+
"dependsOn": [
|
|
10664
|
+
"print"
|
|
10665
|
+
],
|
|
10666
|
+
"description": "print result in JSON format",
|
|
10667
|
+
"name": "json",
|
|
10668
|
+
"allowNo": false,
|
|
10669
|
+
"type": "boolean"
|
|
10670
|
+
},
|
|
10671
|
+
"unformatted": {
|
|
10672
|
+
"char": "u",
|
|
10673
|
+
"dependsOn": [
|
|
10674
|
+
"json"
|
|
10675
|
+
],
|
|
10676
|
+
"description": "print JSON output without indentation",
|
|
10677
|
+
"name": "unformatted",
|
|
10678
|
+
"allowNo": false,
|
|
10679
|
+
"type": "boolean"
|
|
10680
|
+
}
|
|
10681
|
+
},
|
|
10682
|
+
"hasDynamicHelp": false,
|
|
10683
|
+
"hiddenAliases": [],
|
|
10684
|
+
"id": "stock_line_item:decrement_stock",
|
|
10685
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10686
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10687
|
+
"pluginType": "core",
|
|
10688
|
+
"strict": true,
|
|
10689
|
+
"enableJsonFlag": false,
|
|
10690
|
+
"isESM": false,
|
|
10691
|
+
"relativePath": [
|
|
10692
|
+
"lib",
|
|
10693
|
+
"commands",
|
|
10694
|
+
"stock_line_item",
|
|
10695
|
+
"decrement_stock.js"
|
|
10696
|
+
]
|
|
10697
|
+
},
|
|
10698
|
+
"stock_line_item": {
|
|
10699
|
+
"aliases": [],
|
|
10700
|
+
"args": {
|
|
10701
|
+
"id": {
|
|
10702
|
+
"description": "the unique id of the resource",
|
|
10703
|
+
"name": "id",
|
|
10704
|
+
"required": true
|
|
10705
|
+
}
|
|
10706
|
+
},
|
|
10707
|
+
"description": "execute an action on a resource of type stock_line_items",
|
|
10708
|
+
"flags": {
|
|
10709
|
+
"organization": {
|
|
10710
|
+
"char": "o",
|
|
10711
|
+
"description": "the slug of your organization",
|
|
10712
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
10713
|
+
"hidden": true,
|
|
10714
|
+
"name": "organization",
|
|
10715
|
+
"required": true,
|
|
10716
|
+
"hasDynamicHelp": false,
|
|
10717
|
+
"multiple": false,
|
|
10718
|
+
"type": "option"
|
|
10719
|
+
},
|
|
10720
|
+
"domain": {
|
|
10721
|
+
"char": "d",
|
|
10722
|
+
"dependsOn": [
|
|
10723
|
+
"organization"
|
|
10724
|
+
],
|
|
10725
|
+
"env": "CL_CLI_DOMAIN",
|
|
10726
|
+
"hidden": true,
|
|
10727
|
+
"name": "domain",
|
|
10728
|
+
"required": false,
|
|
10729
|
+
"hasDynamicHelp": false,
|
|
10730
|
+
"multiple": false,
|
|
10731
|
+
"type": "option"
|
|
10732
|
+
},
|
|
10733
|
+
"accessToken": {
|
|
10734
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
10735
|
+
"hidden": true,
|
|
10736
|
+
"name": "accessToken",
|
|
10737
|
+
"required": true,
|
|
10738
|
+
"hasDynamicHelp": false,
|
|
10739
|
+
"multiple": false,
|
|
10740
|
+
"type": "option"
|
|
10741
|
+
},
|
|
10742
|
+
"print": {
|
|
10743
|
+
"char": "p",
|
|
10744
|
+
"description": "print out the modified resource",
|
|
10745
|
+
"name": "print",
|
|
10746
|
+
"allowNo": false,
|
|
10747
|
+
"type": "boolean"
|
|
10748
|
+
},
|
|
10749
|
+
"json": {
|
|
10750
|
+
"char": "j",
|
|
10751
|
+
"dependsOn": [
|
|
10752
|
+
"print"
|
|
10753
|
+
],
|
|
10754
|
+
"description": "print result in JSON format",
|
|
10755
|
+
"name": "json",
|
|
10756
|
+
"allowNo": false,
|
|
10757
|
+
"type": "boolean"
|
|
10758
|
+
},
|
|
10759
|
+
"unformatted": {
|
|
10760
|
+
"char": "u",
|
|
10761
|
+
"dependsOn": [
|
|
10762
|
+
"json"
|
|
10763
|
+
],
|
|
10764
|
+
"description": "print JSON output without indentation",
|
|
10765
|
+
"name": "unformatted",
|
|
10766
|
+
"allowNo": false,
|
|
10767
|
+
"type": "boolean"
|
|
10768
|
+
}
|
|
10769
|
+
},
|
|
10770
|
+
"hasDynamicHelp": false,
|
|
10771
|
+
"hiddenAliases": [],
|
|
10772
|
+
"id": "stock_line_item",
|
|
10773
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10774
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10775
|
+
"pluginType": "core",
|
|
10776
|
+
"strict": true,
|
|
10777
|
+
"enableJsonFlag": false,
|
|
10778
|
+
"isESM": false,
|
|
10779
|
+
"relativePath": [
|
|
10780
|
+
"lib",
|
|
10781
|
+
"commands",
|
|
10782
|
+
"stock_line_item",
|
|
10783
|
+
"index.js"
|
|
10784
|
+
]
|
|
10785
|
+
},
|
|
10786
|
+
"stock_line_item:release_stock": {
|
|
10787
|
+
"aliases": [],
|
|
10788
|
+
"args": {
|
|
10789
|
+
"id": {
|
|
10790
|
+
"description": "the unique id of the resource",
|
|
10791
|
+
"name": "id",
|
|
10792
|
+
"required": true
|
|
10793
|
+
}
|
|
10794
|
+
},
|
|
10795
|
+
"description": "Send this attribute if you want to automatically release the stock for this stock line item. Can be done only when fulfillment is in progress.",
|
|
10796
|
+
"flags": {
|
|
10797
|
+
"organization": {
|
|
10798
|
+
"char": "o",
|
|
10799
|
+
"description": "the slug of your organization",
|
|
10800
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
10801
|
+
"hidden": true,
|
|
10802
|
+
"name": "organization",
|
|
10803
|
+
"required": true,
|
|
10804
|
+
"hasDynamicHelp": false,
|
|
10805
|
+
"multiple": false,
|
|
10806
|
+
"type": "option"
|
|
10807
|
+
},
|
|
10808
|
+
"domain": {
|
|
10809
|
+
"char": "d",
|
|
10810
|
+
"dependsOn": [
|
|
10811
|
+
"organization"
|
|
10812
|
+
],
|
|
10813
|
+
"env": "CL_CLI_DOMAIN",
|
|
10814
|
+
"hidden": true,
|
|
10815
|
+
"name": "domain",
|
|
10816
|
+
"required": false,
|
|
10817
|
+
"hasDynamicHelp": false,
|
|
10818
|
+
"multiple": false,
|
|
10819
|
+
"type": "option"
|
|
10820
|
+
},
|
|
10821
|
+
"accessToken": {
|
|
10822
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
10823
|
+
"hidden": true,
|
|
10824
|
+
"name": "accessToken",
|
|
10825
|
+
"required": true,
|
|
10826
|
+
"hasDynamicHelp": false,
|
|
10827
|
+
"multiple": false,
|
|
10828
|
+
"type": "option"
|
|
10829
|
+
},
|
|
10830
|
+
"print": {
|
|
10831
|
+
"char": "p",
|
|
10832
|
+
"description": "print out the modified resource",
|
|
10833
|
+
"name": "print",
|
|
10834
|
+
"allowNo": false,
|
|
10835
|
+
"type": "boolean"
|
|
10836
|
+
},
|
|
10837
|
+
"json": {
|
|
10838
|
+
"char": "j",
|
|
10839
|
+
"dependsOn": [
|
|
10840
|
+
"print"
|
|
10841
|
+
],
|
|
10842
|
+
"description": "print result in JSON format",
|
|
10843
|
+
"name": "json",
|
|
10844
|
+
"allowNo": false,
|
|
10845
|
+
"type": "boolean"
|
|
10846
|
+
},
|
|
10847
|
+
"unformatted": {
|
|
10848
|
+
"char": "u",
|
|
10849
|
+
"dependsOn": [
|
|
10850
|
+
"json"
|
|
10851
|
+
],
|
|
10852
|
+
"description": "print JSON output without indentation",
|
|
10853
|
+
"name": "unformatted",
|
|
10854
|
+
"allowNo": false,
|
|
10855
|
+
"type": "boolean"
|
|
10856
|
+
}
|
|
10857
|
+
},
|
|
10858
|
+
"hasDynamicHelp": false,
|
|
10859
|
+
"hiddenAliases": [],
|
|
10860
|
+
"id": "stock_line_item:release_stock",
|
|
10861
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10862
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10863
|
+
"pluginType": "core",
|
|
10864
|
+
"strict": true,
|
|
10865
|
+
"enableJsonFlag": false,
|
|
10866
|
+
"isESM": false,
|
|
10867
|
+
"relativePath": [
|
|
10868
|
+
"lib",
|
|
10869
|
+
"commands",
|
|
10870
|
+
"stock_line_item",
|
|
10871
|
+
"release_stock.js"
|
|
10872
|
+
]
|
|
10873
|
+
},
|
|
10874
|
+
"stock_line_item:reserve_stock": {
|
|
10875
|
+
"aliases": [],
|
|
10876
|
+
"args": {
|
|
10877
|
+
"id": {
|
|
10878
|
+
"description": "the unique id of the resource",
|
|
10879
|
+
"name": "id",
|
|
10880
|
+
"required": true
|
|
10881
|
+
}
|
|
10882
|
+
},
|
|
10883
|
+
"description": "Send this attribute if you want to automatically reserve the stock for this stock line item. Can be done only when fulfillment is in progress.",
|
|
10884
|
+
"flags": {
|
|
10885
|
+
"organization": {
|
|
10886
|
+
"char": "o",
|
|
10887
|
+
"description": "the slug of your organization",
|
|
10888
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
10889
|
+
"hidden": true,
|
|
10890
|
+
"name": "organization",
|
|
10891
|
+
"required": true,
|
|
10892
|
+
"hasDynamicHelp": false,
|
|
10893
|
+
"multiple": false,
|
|
10894
|
+
"type": "option"
|
|
10895
|
+
},
|
|
10896
|
+
"domain": {
|
|
10897
|
+
"char": "d",
|
|
10898
|
+
"dependsOn": [
|
|
10899
|
+
"organization"
|
|
10900
|
+
],
|
|
10901
|
+
"env": "CL_CLI_DOMAIN",
|
|
10902
|
+
"hidden": true,
|
|
10903
|
+
"name": "domain",
|
|
10904
|
+
"required": false,
|
|
10905
|
+
"hasDynamicHelp": false,
|
|
10906
|
+
"multiple": false,
|
|
10907
|
+
"type": "option"
|
|
10908
|
+
},
|
|
10909
|
+
"accessToken": {
|
|
10910
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
10911
|
+
"hidden": true,
|
|
10912
|
+
"name": "accessToken",
|
|
10913
|
+
"required": true,
|
|
10914
|
+
"hasDynamicHelp": false,
|
|
10915
|
+
"multiple": false,
|
|
10916
|
+
"type": "option"
|
|
10917
|
+
},
|
|
10918
|
+
"print": {
|
|
10919
|
+
"char": "p",
|
|
10920
|
+
"description": "print out the modified resource",
|
|
10921
|
+
"name": "print",
|
|
10922
|
+
"allowNo": false,
|
|
10923
|
+
"type": "boolean"
|
|
10924
|
+
},
|
|
10925
|
+
"json": {
|
|
10926
|
+
"char": "j",
|
|
10927
|
+
"dependsOn": [
|
|
10928
|
+
"print"
|
|
10929
|
+
],
|
|
10930
|
+
"description": "print result in JSON format",
|
|
10931
|
+
"name": "json",
|
|
10932
|
+
"allowNo": false,
|
|
10933
|
+
"type": "boolean"
|
|
10934
|
+
},
|
|
10935
|
+
"unformatted": {
|
|
10936
|
+
"char": "u",
|
|
10937
|
+
"dependsOn": [
|
|
10938
|
+
"json"
|
|
10939
|
+
],
|
|
10940
|
+
"description": "print JSON output without indentation",
|
|
10941
|
+
"name": "unformatted",
|
|
10942
|
+
"allowNo": false,
|
|
10943
|
+
"type": "boolean"
|
|
10944
|
+
}
|
|
10945
|
+
},
|
|
10946
|
+
"hasDynamicHelp": false,
|
|
10947
|
+
"hiddenAliases": [],
|
|
10948
|
+
"id": "stock_line_item:reserve_stock",
|
|
10949
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10950
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10951
|
+
"pluginType": "core",
|
|
10952
|
+
"strict": true,
|
|
10953
|
+
"enableJsonFlag": false,
|
|
10954
|
+
"isESM": false,
|
|
10955
|
+
"relativePath": [
|
|
10956
|
+
"lib",
|
|
10957
|
+
"commands",
|
|
10958
|
+
"stock_line_item",
|
|
10959
|
+
"reserve_stock.js"
|
|
10960
|
+
]
|
|
10961
|
+
},
|
|
10489
10962
|
"stock_reservation": {
|
|
10490
10963
|
"aliases": [],
|
|
10491
10964
|
"args": {
|
|
@@ -10565,6 +11038,7 @@
|
|
|
10565
11038
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10566
11039
|
"pluginType": "core",
|
|
10567
11040
|
"strict": true,
|
|
11041
|
+
"enableJsonFlag": false,
|
|
10568
11042
|
"isESM": false,
|
|
10569
11043
|
"relativePath": [
|
|
10570
11044
|
"lib",
|
|
@@ -10652,6 +11126,7 @@
|
|
|
10652
11126
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10653
11127
|
"pluginType": "core",
|
|
10654
11128
|
"strict": true,
|
|
11129
|
+
"enableJsonFlag": false,
|
|
10655
11130
|
"isESM": false,
|
|
10656
11131
|
"relativePath": [
|
|
10657
11132
|
"lib",
|
|
@@ -10739,6 +11214,7 @@
|
|
|
10739
11214
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10740
11215
|
"pluginType": "core",
|
|
10741
11216
|
"strict": true,
|
|
11217
|
+
"enableJsonFlag": false,
|
|
10742
11218
|
"isESM": false,
|
|
10743
11219
|
"relativePath": [
|
|
10744
11220
|
"lib",
|
|
@@ -10826,6 +11302,7 @@
|
|
|
10826
11302
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10827
11303
|
"pluginType": "core",
|
|
10828
11304
|
"strict": true,
|
|
11305
|
+
"enableJsonFlag": false,
|
|
10829
11306
|
"isESM": false,
|
|
10830
11307
|
"relativePath": [
|
|
10831
11308
|
"lib",
|
|
@@ -10913,6 +11390,7 @@
|
|
|
10913
11390
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10914
11391
|
"pluginType": "core",
|
|
10915
11392
|
"strict": true,
|
|
11393
|
+
"enableJsonFlag": false,
|
|
10916
11394
|
"isESM": false,
|
|
10917
11395
|
"relativePath": [
|
|
10918
11396
|
"lib",
|
|
@@ -11000,6 +11478,7 @@
|
|
|
11000
11478
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11001
11479
|
"pluginType": "core",
|
|
11002
11480
|
"strict": true,
|
|
11481
|
+
"enableJsonFlag": false,
|
|
11003
11482
|
"isESM": false,
|
|
11004
11483
|
"relativePath": [
|
|
11005
11484
|
"lib",
|
|
@@ -11087,6 +11566,7 @@
|
|
|
11087
11566
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11088
11567
|
"pluginType": "core",
|
|
11089
11568
|
"strict": true,
|
|
11569
|
+
"enableJsonFlag": false,
|
|
11090
11570
|
"isESM": false,
|
|
11091
11571
|
"relativePath": [
|
|
11092
11572
|
"lib",
|
|
@@ -11174,6 +11654,7 @@
|
|
|
11174
11654
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11175
11655
|
"pluginType": "core",
|
|
11176
11656
|
"strict": true,
|
|
11657
|
+
"enableJsonFlag": false,
|
|
11177
11658
|
"isESM": false,
|
|
11178
11659
|
"relativePath": [
|
|
11179
11660
|
"lib",
|
|
@@ -11261,6 +11742,7 @@
|
|
|
11261
11742
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11262
11743
|
"pluginType": "core",
|
|
11263
11744
|
"strict": true,
|
|
11745
|
+
"enableJsonFlag": false,
|
|
11264
11746
|
"isESM": false,
|
|
11265
11747
|
"relativePath": [
|
|
11266
11748
|
"lib",
|
|
@@ -11348,6 +11830,7 @@
|
|
|
11348
11830
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11349
11831
|
"pluginType": "core",
|
|
11350
11832
|
"strict": true,
|
|
11833
|
+
"enableJsonFlag": false,
|
|
11351
11834
|
"isESM": false,
|
|
11352
11835
|
"relativePath": [
|
|
11353
11836
|
"lib",
|
|
@@ -11435,6 +11918,7 @@
|
|
|
11435
11918
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11436
11919
|
"pluginType": "core",
|
|
11437
11920
|
"strict": true,
|
|
11921
|
+
"enableJsonFlag": false,
|
|
11438
11922
|
"isESM": false,
|
|
11439
11923
|
"relativePath": [
|
|
11440
11924
|
"lib",
|
|
@@ -11522,6 +12006,7 @@
|
|
|
11522
12006
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11523
12007
|
"pluginType": "core",
|
|
11524
12008
|
"strict": true,
|
|
12009
|
+
"enableJsonFlag": false,
|
|
11525
12010
|
"isESM": false,
|
|
11526
12011
|
"relativePath": [
|
|
11527
12012
|
"lib",
|
|
@@ -11530,6 +12015,182 @@
|
|
|
11530
12015
|
"update.js"
|
|
11531
12016
|
]
|
|
11532
12017
|
},
|
|
12018
|
+
"webhook:disable": {
|
|
12019
|
+
"aliases": [],
|
|
12020
|
+
"args": {
|
|
12021
|
+
"id": {
|
|
12022
|
+
"description": "the unique id of the resource",
|
|
12023
|
+
"name": "id",
|
|
12024
|
+
"required": true
|
|
12025
|
+
}
|
|
12026
|
+
},
|
|
12027
|
+
"description": "Send this attribute if you want to mark the webhook as disabled.",
|
|
12028
|
+
"flags": {
|
|
12029
|
+
"organization": {
|
|
12030
|
+
"char": "o",
|
|
12031
|
+
"description": "the slug of your organization",
|
|
12032
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
12033
|
+
"hidden": true,
|
|
12034
|
+
"name": "organization",
|
|
12035
|
+
"required": true,
|
|
12036
|
+
"hasDynamicHelp": false,
|
|
12037
|
+
"multiple": false,
|
|
12038
|
+
"type": "option"
|
|
12039
|
+
},
|
|
12040
|
+
"domain": {
|
|
12041
|
+
"char": "d",
|
|
12042
|
+
"dependsOn": [
|
|
12043
|
+
"organization"
|
|
12044
|
+
],
|
|
12045
|
+
"env": "CL_CLI_DOMAIN",
|
|
12046
|
+
"hidden": true,
|
|
12047
|
+
"name": "domain",
|
|
12048
|
+
"required": false,
|
|
12049
|
+
"hasDynamicHelp": false,
|
|
12050
|
+
"multiple": false,
|
|
12051
|
+
"type": "option"
|
|
12052
|
+
},
|
|
12053
|
+
"accessToken": {
|
|
12054
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
12055
|
+
"hidden": true,
|
|
12056
|
+
"name": "accessToken",
|
|
12057
|
+
"required": true,
|
|
12058
|
+
"hasDynamicHelp": false,
|
|
12059
|
+
"multiple": false,
|
|
12060
|
+
"type": "option"
|
|
12061
|
+
},
|
|
12062
|
+
"print": {
|
|
12063
|
+
"char": "p",
|
|
12064
|
+
"description": "print out the modified resource",
|
|
12065
|
+
"name": "print",
|
|
12066
|
+
"allowNo": false,
|
|
12067
|
+
"type": "boolean"
|
|
12068
|
+
},
|
|
12069
|
+
"json": {
|
|
12070
|
+
"char": "j",
|
|
12071
|
+
"dependsOn": [
|
|
12072
|
+
"print"
|
|
12073
|
+
],
|
|
12074
|
+
"description": "print result in JSON format",
|
|
12075
|
+
"name": "json",
|
|
12076
|
+
"allowNo": false,
|
|
12077
|
+
"type": "boolean"
|
|
12078
|
+
},
|
|
12079
|
+
"unformatted": {
|
|
12080
|
+
"char": "u",
|
|
12081
|
+
"dependsOn": [
|
|
12082
|
+
"json"
|
|
12083
|
+
],
|
|
12084
|
+
"description": "print JSON output without indentation",
|
|
12085
|
+
"name": "unformatted",
|
|
12086
|
+
"allowNo": false,
|
|
12087
|
+
"type": "boolean"
|
|
12088
|
+
}
|
|
12089
|
+
},
|
|
12090
|
+
"hasDynamicHelp": false,
|
|
12091
|
+
"hiddenAliases": [],
|
|
12092
|
+
"id": "webhook:disable",
|
|
12093
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12094
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12095
|
+
"pluginType": "core",
|
|
12096
|
+
"strict": true,
|
|
12097
|
+
"enableJsonFlag": false,
|
|
12098
|
+
"isESM": false,
|
|
12099
|
+
"relativePath": [
|
|
12100
|
+
"lib",
|
|
12101
|
+
"commands",
|
|
12102
|
+
"webhook",
|
|
12103
|
+
"disable.js"
|
|
12104
|
+
]
|
|
12105
|
+
},
|
|
12106
|
+
"webhook:enable": {
|
|
12107
|
+
"aliases": [],
|
|
12108
|
+
"args": {
|
|
12109
|
+
"id": {
|
|
12110
|
+
"description": "the unique id of the resource",
|
|
12111
|
+
"name": "id",
|
|
12112
|
+
"required": true
|
|
12113
|
+
}
|
|
12114
|
+
},
|
|
12115
|
+
"description": "Send this attribute if you want to mark the webhook as enabled.",
|
|
12116
|
+
"flags": {
|
|
12117
|
+
"organization": {
|
|
12118
|
+
"char": "o",
|
|
12119
|
+
"description": "the slug of your organization",
|
|
12120
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
12121
|
+
"hidden": true,
|
|
12122
|
+
"name": "organization",
|
|
12123
|
+
"required": true,
|
|
12124
|
+
"hasDynamicHelp": false,
|
|
12125
|
+
"multiple": false,
|
|
12126
|
+
"type": "option"
|
|
12127
|
+
},
|
|
12128
|
+
"domain": {
|
|
12129
|
+
"char": "d",
|
|
12130
|
+
"dependsOn": [
|
|
12131
|
+
"organization"
|
|
12132
|
+
],
|
|
12133
|
+
"env": "CL_CLI_DOMAIN",
|
|
12134
|
+
"hidden": true,
|
|
12135
|
+
"name": "domain",
|
|
12136
|
+
"required": false,
|
|
12137
|
+
"hasDynamicHelp": false,
|
|
12138
|
+
"multiple": false,
|
|
12139
|
+
"type": "option"
|
|
12140
|
+
},
|
|
12141
|
+
"accessToken": {
|
|
12142
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
12143
|
+
"hidden": true,
|
|
12144
|
+
"name": "accessToken",
|
|
12145
|
+
"required": true,
|
|
12146
|
+
"hasDynamicHelp": false,
|
|
12147
|
+
"multiple": false,
|
|
12148
|
+
"type": "option"
|
|
12149
|
+
},
|
|
12150
|
+
"print": {
|
|
12151
|
+
"char": "p",
|
|
12152
|
+
"description": "print out the modified resource",
|
|
12153
|
+
"name": "print",
|
|
12154
|
+
"allowNo": false,
|
|
12155
|
+
"type": "boolean"
|
|
12156
|
+
},
|
|
12157
|
+
"json": {
|
|
12158
|
+
"char": "j",
|
|
12159
|
+
"dependsOn": [
|
|
12160
|
+
"print"
|
|
12161
|
+
],
|
|
12162
|
+
"description": "print result in JSON format",
|
|
12163
|
+
"name": "json",
|
|
12164
|
+
"allowNo": false,
|
|
12165
|
+
"type": "boolean"
|
|
12166
|
+
},
|
|
12167
|
+
"unformatted": {
|
|
12168
|
+
"char": "u",
|
|
12169
|
+
"dependsOn": [
|
|
12170
|
+
"json"
|
|
12171
|
+
],
|
|
12172
|
+
"description": "print JSON output without indentation",
|
|
12173
|
+
"name": "unformatted",
|
|
12174
|
+
"allowNo": false,
|
|
12175
|
+
"type": "boolean"
|
|
12176
|
+
}
|
|
12177
|
+
},
|
|
12178
|
+
"hasDynamicHelp": false,
|
|
12179
|
+
"hiddenAliases": [],
|
|
12180
|
+
"id": "webhook:enable",
|
|
12181
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12182
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12183
|
+
"pluginType": "core",
|
|
12184
|
+
"strict": true,
|
|
12185
|
+
"enableJsonFlag": false,
|
|
12186
|
+
"isESM": false,
|
|
12187
|
+
"relativePath": [
|
|
12188
|
+
"lib",
|
|
12189
|
+
"commands",
|
|
12190
|
+
"webhook",
|
|
12191
|
+
"enable.js"
|
|
12192
|
+
]
|
|
12193
|
+
},
|
|
11533
12194
|
"webhook": {
|
|
11534
12195
|
"aliases": [],
|
|
11535
12196
|
"args": {
|
|
@@ -11609,6 +12270,7 @@
|
|
|
11609
12270
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11610
12271
|
"pluginType": "core",
|
|
11611
12272
|
"strict": true,
|
|
12273
|
+
"enableJsonFlag": false,
|
|
11612
12274
|
"isESM": false,
|
|
11613
12275
|
"relativePath": [
|
|
11614
12276
|
"lib",
|
|
@@ -11696,6 +12358,7 @@
|
|
|
11696
12358
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11697
12359
|
"pluginType": "core",
|
|
11698
12360
|
"strict": true,
|
|
12361
|
+
"enableJsonFlag": false,
|
|
11699
12362
|
"isESM": false,
|
|
11700
12363
|
"relativePath": [
|
|
11701
12364
|
"lib",
|
|
@@ -11705,5 +12368,5 @@
|
|
|
11705
12368
|
]
|
|
11706
12369
|
}
|
|
11707
12370
|
},
|
|
11708
|
-
"version": "
|
|
12371
|
+
"version": "4.0.0-oclif3.2"
|
|
11709
12372
|
}
|