@hyperline/cli 0.1.0-build.1.e318a71 → 0.1.0-build.1.e757438

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.
@@ -38752,13 +38752,17 @@ Customer type.
38752
38752
  - \`corporate\`: The customer is a business entity.
38753
38753
  - \`person\`: The customer is a natural person.
38754
38754
  - \`automatically_created\`: The customer was automatically imported (e.g. from a data loader). This value cannot be used when creating/editing.
38755
- `).option("--currency <value>", `Currency code. See [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217#List_of_ISO_4217_currency_codes).`).option("--is-government-affiliated", `Indicates if the customer is affiliated with a government entity.`).option("--tax-ids <value>", `Customer tax IDs.`).option("--tax-rate-custom <number>", `Customer custom tax rate. If not defined, the rate will be automatically determined based on the customer's country, your country, and applicable legal requirements.`).option("--registration-number <value>", `Customer registration number.`).option("--external-id <value>", `ID of the customer in your system. This helps matching your customer with the one on Hyperline.`).option("--invoicing-entity-id <value>", `ID of the invoicing entity this customer will be attached to.`).option("--billing-address <value>", `Customer billing address.`).option("--shipping-address <value>", `Customer shipping address.`).option("--billing-email <value>", `Email to which all communications will be sent.`).option("--invoice-emails <value>", `Emails to which invoices will be sent (e.g. payer, finance team, accounting firm). If not defined, invoices will be sent to the \`billing_email\`; otherwise, they won't be sent to the \`billing_email\`.`).option("--language <value>", `Language used for invoices, emails, and hosted pages.`).option("--timezone <value>", `Customer timezone.`).option("--available-payment-methods <value>", `List of payment methods you allow your customer to pay with. You customer will be able to select one of them in their portal page and those will be the default options when creating a checkout session.`).option("--payment-method-type <value>", `Default payment method type used to pay subscriptions and one-off invoices.`).option("--bank-account <value>", `Custom bank account for the customer. If not defined and customer paying by bank transfer, the bank accounts configured in your account settings will be used.`).option("--custom-payment-delay <number>", `Custom payment terms in days. If not defined, the default one defined on the related invoicing entity will be used.`).option("--custom-payment-initiation-delay <number>", `Custom initiation delay in days before triggering payment. If not defined, the default one defined on the related invoicing entity will be used.`).option("--organisation-id <value>", `Parent organization ID to which the client is attached.`).option("--organisation-invoicing <value>", `
38755
+ `).option("--currency <value>", `Currency code. See [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217#List_of_ISO_4217_currency_codes).`).option("--is-government-affiliated", `Indicates if the customer is affiliated with a government entity.`).option("--tax-ids <value>", `Customer tax IDs.`).option("--tax-rate-custom <number>", `Customer custom tax rate. If not defined, the rate will be automatically determined based on the customer's country, your country, and applicable legal requirements.`).option("--taxability <value>", `Customer taxability.
38756
+
38757
+ - \`taxable\`: Taxes are automatically determined for the customer.
38758
+ - \`exempt\`: The customer is exempt from tax.
38759
+ `).option("--registration-number <value>", `Customer registration number.`).option("--external-id <value>", `ID of the customer in your system. This helps matching your customer with the one on Hyperline.`).option("--invoicing-entity-id <value>", `ID of the invoicing entity this customer will be attached to.`).option("--billing-address <value>", `Customer billing address.`).option("--shipping-address <value>", `Customer shipping address.`).option("--billing-email <value>", `Email to which all communications will be sent.`).option("--invoice-emails <value>", `Emails to which invoices will be sent (e.g. payer, finance team, accounting firm). If not defined, invoices will be sent to the \`billing_email\`; otherwise, they won't be sent to the \`billing_email\`.`).option("--language <value>", `Language used for invoices, emails, and hosted pages.`).option("--timezone <value>", `Customer timezone.`).option("--available-payment-methods <value>", `List of payment methods you allow your customer to pay with. You customer will be able to select one of them in their portal page and those will be the default options when creating a checkout session.`).option("--payment-method-type <value>", `Default payment method type used to pay subscriptions and one-off invoices.`).option("--bank-account <value>", `Custom bank account for the customer. If not defined and customer paying by bank transfer, the bank accounts configured in your account settings will be used.`).option("--custom-payment-delay <number>", `Custom payment terms in days. If not defined, the default one defined on the related invoicing entity will be used.`).option("--custom-payment-initiation-delay <number>", `Custom initiation delay in days before triggering payment. If not defined, the default one defined on the related invoicing entity will be used.`).option("--organisation-id <value>", `Parent organization ID to which the client is attached.`).option("--organisation-invoicing <value>", `
38756
38760
  How customer invoices are issued from the parent organisation.
38757
38761
 
38758
38762
  - \`none\`: Invoices will keep being issued from this customer.
38759
38763
  - \`every_invoice\`: Customer invoices will be issued from the organisation individually.
38760
38764
  - \`concat\`: Customer invoices will be grouped into a global parent invoice at a regular schedule (configured on the organisation).
38761
- `).option("--properties <value>", `Key/value pairs to store any metadata useful in your context.`).option("--custom-properties <value>", `A list of key value with the slug of the custom property as the key and the custom property value as value.`).option("--invoice-reminders-enabled <value>", `Indicates if invoice reminders are enabled for the customer.`).option("--price-book-id <value>", `Default price book ID assigned to the customer.`).addHelpText("after", `
38765
+ `).option("--properties <value>", `Key/value pairs to store any metadata useful in your context.`).option("--custom-properties <value>", `A list of key value with the slug of the custom property as the key and the custom property value as value.`).option("--invoice-reminders-enabled <value>", `Indicates if invoice reminders are enabled for the customer.`).option("--price-book-id <value>", `Default price book ID assigned to the customer.`).option("--owner-id <value>", `ID of the Hyperline user responsible for this customer and targeted by customer agent notifications.`).option("--follower-ids <value>", `IDs of Hyperline users following this customer.`).addHelpText("after", `
38762
38766
  Examples:
38763
38767
  hyperline customers create-customer
38764
38768
  hyperline customers create-customer --name <name> --type <type>
@@ -38777,6 +38781,8 @@ Examples:
38777
38781
  args.currency = opts.currency;
38778
38782
  if (opts.taxIds !== void 0)
38779
38783
  args.tax_ids = opts.taxIds;
38784
+ if (opts.taxability !== void 0)
38785
+ args.taxability = opts.taxability;
38780
38786
  if (opts.registrationNumber !== void 0)
38781
38787
  args.registration_number = opts.registrationNumber;
38782
38788
  if (opts.externalId !== void 0)
@@ -38813,6 +38819,10 @@ Examples:
38813
38819
  args.invoice_reminders_enabled = opts.invoiceRemindersEnabled;
38814
38820
  if (opts.priceBookId !== void 0)
38815
38821
  args.price_book_id = opts.priceBookId;
38822
+ if (opts.ownerId !== void 0)
38823
+ args.owner_id = opts.ownerId;
38824
+ if (opts.followerIds !== void 0)
38825
+ args.follower_ids = opts.followerIds;
38816
38826
  if (opts.taxRateCustom !== void 0)
38817
38827
  args.tax_rate_custom = Number(opts.taxRateCustom);
38818
38828
  if (opts.customPaymentDelay !== void 0)
@@ -38871,13 +38881,17 @@ Customer type.
38871
38881
  - \`corporate\`: The customer is a business entity.
38872
38882
  - \`person\`: The customer is a natural person.
38873
38883
  - \`automatically_created\`: The customer was automatically imported (e.g. from a data loader). This value cannot be used when creating/editing.
38874
- `).option("--currency <value>", `Customer currency. Can only be changed if the customer doesn't have existing invoices, a wallet or a payment method saved.`).option("--tax-ids <value>", `Customer tax IDs.`).option("--tax-rate-custom <number>", `Customer custom tax rate. If not defined, the rate will be automatically determined based on the customer's country, your country, and applicable legal requirements.`).option("--registration-number <value>", `Customer registration number.`).option("--is-government-affiliated", `Indicates if the customer is affiliated with a government entity.`).option("--external-id <value>", `ID of the customer in your system. This helps matching your customer with the one on Hyperline.`).option("--invoicing-entity-id <value>", `ID of the invoicing entity this customer will be attached to.`).option("--billing-address <value>", `Customer billing address.`).option("--shipping-address <value>", `Customer shipping address.`).option("--billing-email <value>", `Email to which all communications will be sent.`).option("--invoice-emails <value>", `Emails to which invoices will be sent (e.g. payer, finance team, accounting firm). If not defined, invoices will be sent to the \`billing_email\`; otherwise, they won't be sent to the \`billing_email\`.`).option("--language <value>", `Language used for invoices, emails, and hosted pages.`).option("--timezone <value>", `Customer timezone.`).option("--available-payment-methods <value>", `List of payment methods you allow your customer to pay with. You customer will be able to select one of them in their portal page and those will be the default options when creating a checkout session.`).option("--payment-method-type <value>", `Default payment method type used to pay subscriptions and one-off invoices.`).option("--payment-method-id <value>", `ID of the default payment method of the customer. Only applies to card and direct debit.`).option("--bank-account <value>", `Custom bank account for the customer. If not defined and customer paying by bank transfer, the bank accounts configured in your account settings will be used.`).option("--custom-payment-delay <number>", `Custom payment terms in days. If not defined, the default one defined on the related invoicing entity will be used.`).option("--custom-payment-initiation-delay <number>", `Custom initiation delay in days before triggering payment. If not defined, the default one defined on the related invoicing entity will be used.`).option("--organisation-id <value>", `Parent organization ID to which the client is attached.`).option("--organisation-invoicing <value>", `
38884
+ `).option("--currency <value>", `Customer currency. Can only be changed if the customer doesn't have existing invoices, a wallet or a payment method saved.`).option("--tax-ids <value>", `Customer tax IDs.`).option("--tax-rate-custom <number>", `Customer custom tax rate. If not defined, the rate will be automatically determined based on the customer's country, your country, and applicable legal requirements.`).option("--taxability <value>", `Customer taxability.
38885
+
38886
+ - \`taxable\`: Taxes are automatically determined for the customer.
38887
+ - \`exempt\`: The customer is exempt from tax.
38888
+ `).option("--registration-number <value>", `Customer registration number.`).option("--is-government-affiliated", `Indicates if the customer is affiliated with a government entity.`).option("--external-id <value>", `ID of the customer in your system. This helps matching your customer with the one on Hyperline.`).option("--invoicing-entity-id <value>", `ID of the invoicing entity this customer will be attached to.`).option("--billing-address <value>", `Customer billing address.`).option("--shipping-address <value>", `Customer shipping address.`).option("--billing-email <value>", `Email to which all communications will be sent.`).option("--invoice-emails <value>", `Emails to which invoices will be sent (e.g. payer, finance team, accounting firm). If not defined, invoices will be sent to the \`billing_email\`; otherwise, they won't be sent to the \`billing_email\`.`).option("--language <value>", `Language used for invoices, emails, and hosted pages.`).option("--timezone <value>", `Customer timezone.`).option("--available-payment-methods <value>", `List of payment methods you allow your customer to pay with. You customer will be able to select one of them in their portal page and those will be the default options when creating a checkout session.`).option("--payment-method-type <value>", `Default payment method type used to pay subscriptions and one-off invoices.`).option("--payment-method-id <value>", `ID of the default payment method of the customer. Only applies to card and direct debit.`).option("--bank-account <value>", `Custom bank account for the customer. If not defined and customer paying by bank transfer, the bank accounts configured in your account settings will be used.`).option("--custom-payment-delay <number>", `Custom payment terms in days. If not defined, the default one defined on the related invoicing entity will be used.`).option("--custom-payment-initiation-delay <number>", `Custom initiation delay in days before triggering payment. If not defined, the default one defined on the related invoicing entity will be used.`).option("--organisation-id <value>", `Parent organization ID to which the client is attached.`).option("--organisation-invoicing <value>", `
38875
38889
  How customer invoices are issued from the parent organisation.
38876
38890
 
38877
38891
  - \`none\`: Invoices will keep being issued from this customer.
38878
38892
  - \`every_invoice\`: Customer invoices will be issued from the organisation individually.
38879
38893
  - \`concat\`: Customer invoices will be grouped into a global parent invoice at a regular schedule (configured on the organisation).
38880
- `).option("--properties <value>", `Key/value pairs to store any metadata useful in your context.`).option("--custom-properties <value>", `A list of key value with the slug of the custom property as the key and the custom property value as value.`).option("--invoice-reminders-enabled <value>", `Indicates if invoice reminders are enabled for the customer.`).option("--price-book-id <value>", `Default price book ID assigned to the customer.`).addHelpText("after", `
38894
+ `).option("--properties <value>", `Key/value pairs to store any metadata useful in your context.`).option("--custom-properties <value>", `A list of key value with the slug of the custom property as the key and the custom property value as value.`).option("--invoice-reminders-enabled <value>", `Indicates if invoice reminders are enabled for the customer.`).option("--price-book-id <value>", `Default price book ID assigned to the customer.`).option("--owner-id <value>", `ID of the Hyperline user responsible for this customer and targeted by customer agent notifications.`).option("--follower-ids <value>", `IDs of Hyperline users following this customer.`).addHelpText("after", `
38881
38895
  Examples:
38882
38896
  hyperline customers update --id <id>
38883
38897
  hyperline customers update --id <id> --name <name> --type <type>
@@ -38898,6 +38912,8 @@ Examples:
38898
38912
  args.currency = opts.currency;
38899
38913
  if (opts.taxIds !== void 0)
38900
38914
  args.tax_ids = opts.taxIds;
38915
+ if (opts.taxability !== void 0)
38916
+ args.taxability = opts.taxability;
38901
38917
  if (opts.registrationNumber !== void 0)
38902
38918
  args.registration_number = opts.registrationNumber;
38903
38919
  if (opts.externalId !== void 0)
@@ -38936,6 +38952,10 @@ Examples:
38936
38952
  args.invoice_reminders_enabled = opts.invoiceRemindersEnabled;
38937
38953
  if (opts.priceBookId !== void 0)
38938
38954
  args.price_book_id = opts.priceBookId;
38955
+ if (opts.ownerId !== void 0)
38956
+ args.owner_id = opts.ownerId;
38957
+ if (opts.followerIds !== void 0)
38958
+ args.follower_ids = opts.followerIds;
38939
38959
  if (opts.taxRateCustom !== void 0)
38940
38960
  args.tax_rate_custom = Number(opts.taxRateCustom);
38941
38961
  if (opts.customPaymentDelay !== void 0)
@@ -41789,6 +41809,25 @@ Examples:
41789
41809
  queryParamKeys: []
41790
41810
  });
41791
41811
  });
41812
+ resource.command("finalize").description(`Finalize a draft quote. The quote is submitted for approval when approval is required, otherwise it becomes approved and ready to be sent for signature.`).requiredOption("--id <value>", `id parameter`).addHelpText("after", `
41813
+ Examples:
41814
+ hyperline quotes finalize --id <id>
41815
+ hyperline quotes finalize --id <id> --output json`).action(async (opts) => {
41816
+ const ctx = resource.parent?.opts()._ctx;
41817
+ if (!ctx) {
41818
+ process.stderr.write("Error: Not authenticated\n");
41819
+ process.exit(1);
41820
+ }
41821
+ const args = {};
41822
+ if (opts.id !== void 0)
41823
+ args.id = opts.id;
41824
+ await ctx.execute({
41825
+ method: "POST",
41826
+ path: "/v1/quotes/{id}/finalize",
41827
+ args,
41828
+ queryParamKeys: []
41829
+ });
41830
+ });
41792
41831
  resource.command("send").description(`Send a quote by email for customer signature. Requires the quote to be approved first.`).requiredOption("--id <value>", `id parameter`).requiredOption("--email <value>", `Email address to which the quote will be sent for signature.`).option("--message <value>", `Custom message used in the email content.`).addHelpText("after", `
41793
41832
  Examples:
41794
41833
  hyperline quotes send --id <id> --email <email>
@@ -42846,7 +42885,7 @@ Examples:
42846
42885
  ]
42847
42886
  });
42848
42887
  });
42849
- resource.command("create-subscription-transition").description(`Create a transition from one subscription to another, configured from a subscription, plan, or template. Can be applied immediately or scheduled.`).requiredOption("--source-subscription-id <value>", `The ID of the subscription to transition from`).option("--name <value>", `An optional name for the transition`).option("--calculation-method <value>", `The calculation method to use for the transition. 'do_not_charge' will not generate any transition invoice. 'pro_rata' will generate a prorated invoice for the remaining period.`).option("--billing-cycle-transition-method <value>", `The billing cycle transition method to use. 'keep_current_billing_cycle' will keep the current billing cycle dates if possible. 'align_to_new_billing_cycle' will align the billing cycle to the transition date.`).requiredOption("--application-schedule <value>", `Whether the transition should be applied 'immediately' or 'scheduled' for a specific date. Past dates within the current billing period are supported and will be applied immediately.`).option("--transition-date <value>", `The date at which the transition should occur. Only applicable if the application schedule is 'scheduled'. Can be a past date within the current billing period. UTC date time string in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.`).requiredOption("--target-subscription <value>", `The configuration of the subscription to transition to`).addHelpText("after", `
42888
+ resource.command("create-subscription-transition").description(`Create a transition from one subscription to another, configured from a subscription, plan, or template. Can be applied immediately or scheduled.`).requiredOption("--source-subscription-id <value>", `The ID of the subscription to transition from`).option("--name <value>", `An optional name for the transition`).option("--calculation-method <value>", `The calculation method to use for the transition. 'do_not_charge' will not generate any transition invoice. 'pro_rata' will generate a prorated invoice for the remaining period. 'refund_and_reinvoice' (only available with application_schedule 'last_renewal') issues a credit note for what was invoiced for the current period and a separate invoice for the new configuration.`).option("--billing-cycle-transition-method <value>", `The billing cycle transition method to use. 'keep_current_billing_cycle' will keep the current billing cycle dates if possible. 'align_to_new_billing_cycle' will align the billing cycle to the transition date.`).requiredOption("--application-schedule <value>", `When the transition should be applied: 'immediately', 'scheduled' for a specific date, or 'last_renewal' to apply it retroactively to the start of the current billing period (refunding what was already invoiced for that period and re-charging the new configuration). Past dates within the current billing period are supported and will be applied immediately.`).option("--transition-date <value>", `The date at which the transition should occur. Only applicable if the application schedule is 'scheduled'. Can be a past date within the current billing period. UTC date time string in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.`).requiredOption("--target-subscription <value>", `The configuration of the subscription to transition to`).addHelpText("after", `
42850
42889
  Examples:
42851
42890
  hyperline subscriptions-transitions create-subscription-transition --source-subscription-id <source_subscription_id> --application-schedule <application_schedule> --target-subscription <target_subscription>
42852
42891
  hyperline subscriptions-transitions create-subscription-transition --source-subscription-id <source_subscription_id> --application-schedule <application_schedule> --target-subscription <target_subscription> --name <name> --calculation-method <calculation_method>
@@ -43244,10 +43283,10 @@ Examples:
43244
43283
  queryParamKeys: []
43245
43284
  });
43246
43285
  });
43247
- resource.command("load").description(`Add credits to a wallet by charging the customer's payment method. The customer must have an active payment method.`).requiredOption("--id <value>", `id parameter`).option("--amount <number>", `Amount to be loaded onto the wallet. A corresponding invoice to pay will be generated. Expressed in currency's smallest unit.`).option("--amount-free <number>", `Amount free/offered to be loaded onto the wallet. No invoice is generated. Expressed in currency's smallest unit.`).option("--document-status <value>", `Indicates the status of the document (credit note in case of free top-up or invoice)`).addHelpText("after", `
43286
+ resource.command("load").description(`Add paid credits by charging the customer's payment method, or add free credits by issuing a credit note.`).requiredOption("--id <value>", `id parameter`).option("--type <value>", `Wallet load type. Use \`paid\` to collect payment from the customer's payment method, or \`free\` to grant credits without collecting payment.`).option("--amount <number>", `Amount to be loaded onto the wallet as free credits. A corresponding credit note will be generated and no payment is collected. Expressed in currency's smallest unit.`).option("--comment <value>", `Internal comment stored on the wallet transaction for context.`).option("--document-status <value>", `Indicates the status of the generated credit note for free top-ups.`).option("--bank-account-id <value>", `Bank account ID to use when recording a paid wallet load by bank transfer.`).option("--reference <value>", `Reference stored on the generated payment document for a paid wallet load.`).addHelpText("after", `
43248
43287
  Examples:
43249
43288
  hyperline wallets load --id <id>
43250
- hyperline wallets load --id <id> --amount <amount> --amount-free <amount_free>
43289
+ hyperline wallets load --id <id> --type <type> --amount <amount>
43251
43290
  hyperline wallets load --id <id> --output json`).action(async (opts) => {
43252
43291
  const ctx = resource.parent?.opts()._ctx;
43253
43292
  if (!ctx) {
@@ -43257,12 +43296,18 @@ Examples:
43257
43296
  const args = {};
43258
43297
  if (opts.id !== void 0)
43259
43298
  args.id = opts.id;
43299
+ if (opts.type !== void 0)
43300
+ args.type = opts.type;
43301
+ if (opts.comment !== void 0)
43302
+ args.comment = opts.comment;
43260
43303
  if (opts.documentStatus !== void 0)
43261
43304
  args.document_status = opts.documentStatus;
43305
+ if (opts.bankAccountId !== void 0)
43306
+ args.bank_account_id = opts.bankAccountId;
43307
+ if (opts.reference !== void 0)
43308
+ args.reference = opts.reference;
43262
43309
  if (opts.amount !== void 0)
43263
43310
  args.amount = Number(opts.amount);
43264
- if (opts.amountFree !== void 0)
43265
- args.amount_free = Number(opts.amountFree);
43266
43311
  await ctx.execute({
43267
43312
  method: "POST",
43268
43313
  path: "/v1/wallets/{id}/load",
@@ -61626,6 +61671,7 @@ import * as winston from "winston";
61626
61671
 
61627
61672
  // ../hyperline-monitoring/build/logger/formatting/format.js
61628
61673
  import prune from "json-prune";
61674
+ var REDACTED_HEADER_KEY_PATTERN = /authorization|authenticate|cookie|secret|token|credential|signature|jwt|api[_-]?key|access[_-]?token|refresh[_-]?token|private[_-]?key/i;
61629
61675
  function jsonFormat(info) {
61630
61676
  const prunedInfo = JSON.parse(prune(info));
61631
61677
  for (const [key, value] of Object.entries(prunedInfo)) {
@@ -61708,17 +61754,26 @@ function formatAxiosError(error48) {
61708
61754
  url: request?.url,
61709
61755
  baseURL: request?.baseURL,
61710
61756
  params: request?.params,
61711
- headers: request?.headers,
61757
+ headers: redactHeaders({ headers: request?.headers }),
61712
61758
  "axios-retry": request?.["axios-retry"]
61713
61759
  },
61714
61760
  response: {
61715
61761
  status: response?.status,
61716
61762
  statusText: response?.statusText,
61717
- headers: response?.headers,
61763
+ headers: redactHeaders({ headers: response?.headers }),
61718
61764
  data: response?.data
61719
61765
  }
61720
61766
  };
61721
61767
  }
61768
+ function redactHeaders({ headers }) {
61769
+ if (!isRecord(headers)) {
61770
+ return headers;
61771
+ }
61772
+ return Object.fromEntries(Object.entries(headers).map(([headerKey, headerValue]) => [
61773
+ headerKey,
61774
+ REDACTED_HEADER_KEY_PATTERN.test(headerKey) ? "<redacted>" : headerValue
61775
+ ]));
61776
+ }
61722
61777
  function isRecord(value) {
61723
61778
  return typeof value === "object" && value !== null && !Array.isArray(value);
61724
61779
  }
@@ -62100,7 +62155,9 @@ var de = {
62100
62155
  "invoices.outstandingProduct.descriptionPeriod": "Unbezahlter Betrag der Rechnung{{invoiceNumber}} vom {{periodStart}} bis {{periodEnd}}",
62101
62156
  "invoices.outstandingProduct.name": "Offener Saldo",
62102
62157
  "invoices.prorata.paymentForItem": "Anteilig berechneter Betrag f\xFCr",
62158
+ "invoices.prorata.paymentForItemFullPeriod": "Zahlung f\xFCr",
62103
62159
  "invoices.prorata.refundForItem": "Anteilig erstatteter Betrag f\xFCr",
62160
+ "invoices.prorata.refundForItemFullPeriod": "Erstattung f\xFCr",
62104
62161
  "subscriptions.closingChargeName": "Abschlussgeb\xFChr f\xFCr das Abonnement",
62105
62162
  "subscriptions.correction": "Vorperiodische Anpassung",
62106
62163
  "subscriptions.updates.addCoupon": "Gutschein hinzuf\xFCgen {{couponName}}",
@@ -62129,7 +62186,9 @@ var en = {
62129
62186
  "invoices.outstandingProduct.descriptionPeriod": "Unpaid amount from the invoice{{invoiceNumber}} from {{periodStart}} to {{periodEnd}}",
62130
62187
  "invoices.outstandingProduct.name": "Outstanding balance",
62131
62188
  "invoices.prorata.paymentForItem": "Prorated payment for",
62189
+ "invoices.prorata.paymentForItemFullPeriod": "Payment for",
62132
62190
  "invoices.prorata.refundForItem": "Prorated refund for",
62191
+ "invoices.prorata.refundForItemFullPeriod": "Refund for",
62133
62192
  "subscriptions.closingChargeName": "Closing fee for subscription",
62134
62193
  "subscriptions.correction": "Adjustment previous period",
62135
62194
  "subscriptions.updates.addCoupon": "Add coupon {{couponName}}",
@@ -62182,7 +62241,9 @@ var es = {
62182
62241
  "invoices.outstandingProduct.descriptionPeriod": "Monto pendiente de la factura{{invoiceNumber}} del {{periodStart}} al {{periodEnd}}",
62183
62242
  "invoices.outstandingProduct.name": "Saldo pendiente",
62184
62243
  "invoices.prorata.paymentForItem": "Pago prorrateado por",
62244
+ "invoices.prorata.paymentForItemFullPeriod": "Pago por",
62185
62245
  "invoices.prorata.refundForItem": "Reembolso prorrateado por",
62246
+ "invoices.prorata.refundForItemFullPeriod": "Reembolso por",
62186
62247
  "subscriptions.closingChargeName": "Cargo por cierre de suscripci\xF3n",
62187
62248
  "subscriptions.correction": "Ajuste del periodo anterior",
62188
62249
  "subscriptions.updates.addCoupon": "A\xF1adir cup\xF3n {{couponName}}",
@@ -62223,7 +62284,9 @@ var fr = {
62223
62284
  "invoices.outstandingProduct.descriptionPeriod": "Montant impay\xE9 de la facture{{invoiceNumber}} du {{periodStart}} au {{periodEnd}}",
62224
62285
  "invoices.outstandingProduct.name": "Solde impay\xE9",
62225
62286
  "invoices.prorata.paymentForItem": "Paiement au prorata pour",
62287
+ "invoices.prorata.paymentForItemFullPeriod": "Paiement pour",
62226
62288
  "invoices.prorata.refundForItem": "Remboursement au prorata pour",
62289
+ "invoices.prorata.refundForItemFullPeriod": "Remboursement pour",
62227
62290
  "subscriptions.closingChargeName": "Frais de cl\xF4ture pour abonnement",
62228
62291
  "subscriptions.correction": "Ajustement p\xE9riode pr\xE9c\xE9dente",
62229
62292
  "subscriptions.updates.addCoupon": "Ajout du coupon {{couponName}}",
@@ -62264,7 +62327,9 @@ var it = {
62264
62327
  "invoices.outstandingProduct.descriptionPeriod": "Importo insoluto della fattura{{invoiceNumber}} dal {{periodStart}} al {{periodEnd}}",
62265
62328
  "invoices.outstandingProduct.name": "Saldo insoluto",
62266
62329
  "invoices.prorata.paymentForItem": "Pagamento proporzionale per",
62330
+ "invoices.prorata.paymentForItemFullPeriod": "Pagamento per",
62267
62331
  "invoices.prorata.refundForItem": "Rimborso proporzionale per",
62332
+ "invoices.prorata.refundForItemFullPeriod": "Rimborso per",
62268
62333
  "subscriptions.closingChargeName": "Costo di chiusura per abbonamento",
62269
62334
  "subscriptions.correction": "Correzione periodo precedente",
62270
62335
  "subscriptions.updates.addCoupon": "Aggiungi coupon {{couponName}}",
@@ -62305,7 +62370,9 @@ var nl = {
62305
62370
  "invoices.outstandingProduct.descriptionPeriod": "Onbetaald bedrag van de factuur{{invoiceNumber}} van {{periodStart}} tot {{periodEnd}}",
62306
62371
  "invoices.outstandingProduct.name": "Openstaand saldo",
62307
62372
  "invoices.prorata.paymentForItem": "Gedeeltelijke betaling voor",
62373
+ "invoices.prorata.paymentForItemFullPeriod": "Betaling voor",
62308
62374
  "invoices.prorata.refundForItem": "Gedeeltelijke terugbetaling voor",
62375
+ "invoices.prorata.refundForItemFullPeriod": "Terugbetaling voor",
62309
62376
  "subscriptions.closingChargeName": "Afsluitkosten voor abonnement",
62310
62377
  "subscriptions.correction": "Aanpassing vorige periode",
62311
62378
  "subscriptions.updates.addCoupon": "Coupon toevoegen {{couponName}}",
@@ -62346,7 +62413,9 @@ var pl = {
62346
62413
  "invoices.outstandingProduct.descriptionPeriod": "Nieop\u0142acona kwota z faktury{{invoiceNumber}} od {{periodStart}} do {{periodEnd}}",
62347
62414
  "invoices.outstandingProduct.name": "Niezap\u0142acone saldo",
62348
62415
  "invoices.prorata.paymentForItem": "P\u0142atno\u015B\u0107 proporcjonalna za",
62416
+ "invoices.prorata.paymentForItemFullPeriod": "P\u0142atno\u015B\u0107 za",
62349
62417
  "invoices.prorata.refundForItem": "Zwrot proporcjonalny za",
62418
+ "invoices.prorata.refundForItemFullPeriod": "Zwrot za",
62350
62419
  "subscriptions.closingChargeName": "Op\u0142ata za zamkni\u0119cie subskrypcji",
62351
62420
  "subscriptions.correction": "Korekta poprzedniego okresu",
62352
62421
  "subscriptions.updates.addCoupon": "Dodaj kupon {{couponName}}",
@@ -62387,7 +62456,9 @@ var pt = {
62387
62456
  "invoices.outstandingProduct.descriptionPeriod": "Valor em aberto da fatura{{invoiceNumber}} de {{periodStart}} a {{periodEnd}}",
62388
62457
  "invoices.outstandingProduct.name": "Saldo em aberto",
62389
62458
  "invoices.prorata.paymentForItem": "Pagamento proporcional por",
62459
+ "invoices.prorata.paymentForItemFullPeriod": "Pagamento por",
62390
62460
  "invoices.prorata.refundForItem": "Reembolso proporcional por",
62461
+ "invoices.prorata.refundForItemFullPeriod": "Reembolso por",
62391
62462
  "subscriptions.closingChargeName": "Taxa de encerramento da assinatura",
62392
62463
  "subscriptions.correction": "Ajuste do per\xEDodo anterior",
62393
62464
  "subscriptions.updates.addCoupon": "Adicionar cupom {{couponName}}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperline/cli",
3
- "version": "0.1.0-build.1.e318a71",
3
+ "version": "0.1.0-build.1.e757438",
4
4
  "description": "Agent-first CLI for Hyperline API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",