@hyperline/cli 0.1.0-build.1.e3f725a → 0.1.0-build.1.e591fa6

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.
@@ -40223,7 +40223,7 @@ Examples:
40223
40223
  - \`archived\`: A previous version of an invoice.
40224
40224
  - \`charged_on_parent\`: Invoice is charged on the parent customer.
40225
40225
  - \`pending_parent_concat\`: Invoice is pending invoices concatenation on the parent customer to be grouped.
40226
- - \`uncollectible\`: Invoice is uncollectible (bad debt).
40226
+ - \`uncollectible\`: Invoice is uncollectible (bad debt). Only metadata (properties, custom_note, custom_properties) can be updated in this status.
40227
40227
  `).option("--invoicing-entity-id <value>", `ID of the invoicing entity attached to the invoice.`).option("--number <value>", `Invoice number. If specified, the invoice will be considered as imported from an external source and the number will not be generated by Hyperline. You are responsible for avoiding duplicates and ensuring it does not impact the numbering sequence in Hyperline.`).option("--type <value>", `Type of the invoice.
40228
40228
 
40229
40229
  - \`invoice\`: Legal invoice to be paid by your customer.
@@ -40465,7 +40465,7 @@ Examples:
40465
40465
  queryParamKeys: []
40466
40466
  });
40467
40467
  });
40468
- resource.command("update").description(`Update a draft or grace_period invoice. Allows modifying line items, dates, and metadata before finalization.`).requiredOption("--id <value>", `id parameter`).option("--type <value>", `Type of the invoice.
40468
+ resource.command("update").description(`Update an invoice. Draft/grace_period allow modifying line items, dates, and metadata before finalization. Finalized invoices are restricted to metadata (paid: custom_note; uncollectible: properties/custom_note/custom_properties).`).requiredOption("--id <value>", `id parameter`).option("--type <value>", `Type of the invoice.
40469
40469
 
40470
40470
  - \`invoice\`: Legal invoice to be paid by your customer.
40471
40471
  - \`credit_note\`: Legal credit note cancelling an invoice and refunding your customer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperline/cli",
3
- "version": "0.1.0-build.1.e3f725a",
3
+ "version": "0.1.0-build.1.e591fa6",
4
4
  "description": "Agent-first CLI for Hyperline API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",