Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@commercelayer/cli-plugin-orders

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/cli-plugin-orders - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

18

lib/triggers.js

@@ -18,3 +18,3 @@ "use strict";

trigger: '_pending',
description: 'Send this attribute if you want to move a draft or placing order to pending.',
description: 'Send this attribute if you want to move a draft or placing order to pending. Cannot be passed by sales channels.',
},

@@ -34,3 +34,3 @@ place: {

trigger: '_approve',
description: 'Send this attribute if you want to approve a placed order.',
description: 'Send this attribute if you want to approve a placed order. Cannot be passed by sales channels.',
},

@@ -40,3 +40,3 @@ approve_and_capture: {

trigger: '_approve_and_capture',
description: 'Send this attribute if you want to approve and capture a placed order.',
description: 'Send this attribute if you want to approve and capture a placed order. Cannot be passed by sales channels.',
},

@@ -56,3 +56,3 @@ authorize: {

trigger: '_capture',
description: 'Send this attribute if you want to capture an authorized order.',
description: 'Send this attribute if you want to capture an authorized order. Cannot be passed by sales channels.',
},

@@ -62,3 +62,3 @@ refund: {

trigger: '_refund',
description: 'Send this attribute if you want to refund a captured order.',
description: 'Send this attribute if you want to refund a captured order. Cannot be passed by sales channels.',
},

@@ -68,3 +68,3 @@ fulfill: {

trigger: '_fulfill',
description: 'Send this attribute if you want to mark as fulfilled the order (shipments must be cancelled, shipped or delivered).',
description: 'Send this attribute if you want to mark as fulfilled the order (shipments must be cancelled, shipped or delivered). Cannot be passed by sales channels.',
},

@@ -149,3 +149,3 @@ update_taxes: {

trigger: '_start_editing',
description: 'Send this attribute if you want to edit the order after it is placed. Remember you cannot exceed the original total amount.',
description: 'Send this attribute if you want to edit the order after it is placed. Remember you cannot exceed the original total amount. Cannot be passed by sales channels.',
},

@@ -155,3 +155,3 @@ stop_editing: {

trigger: '_stop_editing',
description: 'Send this attribute to stop the editing for the order and return back to placed status.',
description: 'Send this attribute to stop the editing for the order and return back to placed status. Cannot be passed by sales channels.',
},

@@ -161,5 +161,5 @@ reset_circuit: {

trigger: '_reset_circuit',
description: 'Send this attribute if you want to reset the circuit breaker associated to this resource to \'closed\' state and zero failures count.',
description: 'Send this attribute if you want to reset the circuit breaker associated to this resource to \'closed\' state and zero failures count. Cannot be passed by sales channels.',
},
};
exports.triggers = triggers;
{
"name": "@commercelayer/cli-plugin-orders",
"description": "Commerce Layer CLI Orders plugin",
"version": "5.1.1",
"version": "5.1.2",
"author": "Pierluigi Viti <pierluigi@commercelayer.io>",

@@ -57,15 +57,15 @@ "homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-orders",

"devDependencies": {
"@commercelayer/cli-dev": "^3.0.5",
"@commercelayer/cli-dev": "^3.0.6",
"@commercelayer/eslint-config-ts": "^1.4.5",
"@oclif/plugin-help": "^6.2.8",
"@oclif/plugin-help": "^6.2.16",
"@oclif/test": "^3.2.15",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.17",
"@types/chai": "^4.3.20",
"@types/inquirer": "^8.2.10",
"@types/lodash.snakecase": "^4.1.9",
"@types/mocha": "^10.0.7",
"@types/node": "^20.16.1",
"@types/mocha": "^10.0.9",
"@types/node": "^20.16.13",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"inflector-js": "^1.0.1",

@@ -75,13 +75,13 @@ "lodash.snakecase": "^4.1.1",

"nyc": "^15.1.0",
"oclif": "^4.14.22",
"oclif": "^4.15.9",
"semantic-release": "^23.1.1",
"tsx": "^4.17.0",
"tsx": "^4.19.1",
"typescript": "5.3.3"
},
"dependencies": {
"@commercelayer/cli-core": "^5.2.3",
"@commercelayer/sdk": "^6.13.0",
"@commercelayer/cli-core": "^5.3.1",
"@commercelayer/sdk": "^6.23.0",
"@oclif/core": "^3.27.0",
"inquirer": "^8.2.6",
"tslib": "^2.6.3"
"tslib": "^2.8.0"
},

@@ -88,0 +88,0 @@ "publishConfig": {

@@ -89,3 +89,3 @@ # @commercelayer/cli-plugin-orders

Send this attribute if you want to approve a placed order.
Send this attribute if you want to approve a placed order. Cannot be passed by sales channels.

@@ -105,3 +105,3 @@ ```sh-session

DESCRIPTION
Send this attribute if you want to approve a placed order.
Send this attribute if you want to approve a placed order. Cannot be passed by sales channels.
```

@@ -113,3 +113,3 @@

Send this attribute if you want to approve and capture a placed order.
Send this attribute if you want to approve and capture a placed order. Cannot be passed by sales channels.

@@ -129,3 +129,3 @@ ```sh-session

DESCRIPTION
Send this attribute if you want to approve and capture a placed order.
Send this attribute if you want to approve and capture a placed order. Cannot be passed by sales channels.
```

@@ -270,3 +270,3 @@

Send this attribute if you want to capture an authorized order.
Send this attribute if you want to capture an authorized order. Cannot be passed by sales channels.

@@ -286,3 +286,3 @@ ```sh-session

DESCRIPTION
Send this attribute if you want to capture an authorized order.
Send this attribute if you want to capture an authorized order. Cannot be passed by sales channels.
```

@@ -363,3 +363,3 @@

Send this attribute if you want to mark as fulfilled the order (shipments must be cancelled, shipped or delivered).
Send this attribute if you want to mark as fulfilled the order (shipments must be cancelled, shipped or delivered). Cannot be passed by sales channels.

@@ -380,2 +380,3 @@ ```sh-session

Send this attribute if you want to mark as fulfilled the order (shipments must be cancelled, shipped or delivered).
Cannot be passed by sales channels.
```

@@ -409,3 +410,3 @@

Send this attribute if you want to move a draft or placing order to pending.
Send this attribute if you want to move a draft or placing order to pending. Cannot be passed by sales channels.

@@ -425,3 +426,3 @@ ```sh-session

DESCRIPTION
Send this attribute if you want to move a draft or placing order to pending.
Send this attribute if you want to move a draft or placing order to pending. Cannot be passed by sales channels.
```

@@ -477,3 +478,3 @@

Send this attribute if you want to refund a captured order.
Send this attribute if you want to refund a captured order. Cannot be passed by sales channels.

@@ -493,3 +494,3 @@ ```sh-session

DESCRIPTION
Send this attribute if you want to refund a captured order.
Send this attribute if you want to refund a captured order. Cannot be passed by sales channels.
```

@@ -524,3 +525,3 @@

Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count.
Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count. Cannot be passed by sales channels.

@@ -541,3 +542,3 @@ ```sh-session

Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero
failures count.
failures count. Cannot be passed by sales channels.
```

@@ -663,3 +664,3 @@

Send this attribute if you want to edit the order after it is placed. Remember you cannot exceed the original total amount.
Send this attribute if you want to edit the order after it is placed. Remember you cannot exceed the original total amount. Cannot be passed by sales channels.

@@ -680,3 +681,3 @@ ```sh-session

Send this attribute if you want to edit the order after it is placed. Remember you cannot exceed the original total
amount.
amount. Cannot be passed by sales channels.
```

@@ -688,3 +689,3 @@

Send this attribute to stop the editing for the order and return back to placed status.
Send this attribute to stop the editing for the order and return back to placed status. Cannot be passed by sales channels.

@@ -704,3 +705,4 @@ ```sh-session

DESCRIPTION
Send this attribute to stop the editing for the order and return back to placed status.
Send this attribute to stop the editing for the order and return back to placed status. Cannot be passed by sales
channels.
```

@@ -707,0 +709,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc