@openmeter/sdk 1.0.0-beta-439d6c9e868f → 1.0.0-beta-30dc43d059da

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.
@@ -2770,7 +2770,7 @@ export interface components {
2770
2770
  * alignment.
2771
2771
  *
2772
2772
  * This is useful, in case of multiple subscriptions having slightly different billing periods.
2773
- * @default PT2H
2773
+ * @default PT1H
2774
2774
  * @example P1D
2775
2775
  */
2776
2776
  interval?: string;
@@ -2806,8 +2806,9 @@ export interface components {
2806
2806
  /**
2807
2807
  * Format: ISO8601
2808
2808
  * @description The period after which the invoice is due.
2809
- * @default P1W
2810
- * @example P1D
2809
+ * With some payment solutions it's only applicable for manual collection method.
2810
+ * @default P30D
2811
+ * @example P30D
2811
2812
  */
2812
2813
  dueAfter?: string;
2813
2814
  /**
@@ -6234,8 +6235,9 @@ export interface components {
6234
6235
  /**
6235
6236
  * Format: ISO8601
6236
6237
  * @description The period after which the invoice is due.
6237
- * @default P1W
6238
- * @example P1D
6238
+ * With some payment solutions it's only applicable for manual collection method.
6239
+ * @default P30D
6240
+ * @example P30D
6239
6241
  */
6240
6242
  dueAfter?: string;
6241
6243
  /** @description Default tax configuration to apply to the invoices. */
@@ -3431,7 +3431,7 @@ exports.updateInvoiceBodyLinesItemCategoryDefault = 'regular';
3431
3431
  exports.updateInvoiceBodyLinesItemIdRegExpOne = new RegExp('^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$');
3432
3432
  exports.updateInvoiceBodyWorkflowWorkflowInvoicingAutoAdvanceDefault = true;
3433
3433
  exports.updateInvoiceBodyWorkflowWorkflowInvoicingDraftPeriodDefault = 'P0D';
3434
- exports.updateInvoiceBodyWorkflowWorkflowInvoicingDueAfterDefault = 'P1W';
3434
+ exports.updateInvoiceBodyWorkflowWorkflowInvoicingDueAfterDefault = 'P30D';
3435
3435
  exports.updateInvoiceBodyWorkflowWorkflowInvoicingDefaultTaxConfigStripeCodeRegExp = new RegExp('^txcd_\\d{8}$');
3436
3436
  exports.updateInvoiceBodyWorkflowWorkflowPaymentCollectionMethodDefault = 'charge_automatically';
3437
3437
  exports.updateInvoiceBody = zod_1.z
@@ -4248,7 +4248,7 @@ exports.updateInvoiceBody = zod_1.z
4248
4248
  dueAfter: zod_1.z
4249
4249
  .string()
4250
4250
  .default(exports.updateInvoiceBodyWorkflowWorkflowInvoicingDueAfterDefault)
4251
- .describe('The period after which the invoice is due.'),
4251
+ .describe("The period after which the invoice is due.\nWith some payment solutions it's only applicable for manual collection method."),
4252
4252
  })
4253
4253
  .describe('InvoiceWorkflowInvoicingSettingsReplaceUpdate represents the update model for the invoicing settings of an invoice workflow.')
4254
4254
  .describe('The invoicing settings for this workflow'),
@@ -4450,10 +4450,10 @@ exports.createBillingProfileBodySupplierAddressesMax = 1;
4450
4450
  exports.createBillingProfileBodyWorkflowCollectionAlignmentDefault = {
4451
4451
  type: 'subscription',
4452
4452
  };
4453
- exports.createBillingProfileBodyWorkflowCollectionIntervalDefault = 'PT2H';
4453
+ exports.createBillingProfileBodyWorkflowCollectionIntervalDefault = 'PT1H';
4454
4454
  exports.createBillingProfileBodyWorkflowInvoicingAutoAdvanceDefault = true;
4455
4455
  exports.createBillingProfileBodyWorkflowInvoicingDraftPeriodDefault = 'P0D';
4456
- exports.createBillingProfileBodyWorkflowInvoicingDueAfterDefault = 'P1W';
4456
+ exports.createBillingProfileBodyWorkflowInvoicingDueAfterDefault = 'P30D';
4457
4457
  exports.createBillingProfileBodyWorkflowInvoicingProgressiveBillingDefault = false;
4458
4458
  exports.createBillingProfileBodyWorkflowInvoicingDefaultTaxConfigStripeCodeRegExp = new RegExp('^txcd_\\d{8}$');
4459
4459
  exports.createBillingProfileBodyWorkflowPaymentCollectionMethodDefault = 'charge_automatically';
@@ -4622,7 +4622,7 @@ exports.createBillingProfileBody = zod_1.z
4622
4622
  dueAfter: zod_1.z
4623
4623
  .string()
4624
4624
  .default(exports.createBillingProfileBodyWorkflowInvoicingDueAfterDefault)
4625
- .describe('The period after which the invoice is due.'),
4625
+ .describe("The period after which the invoice is due.\nWith some payment solutions it's only applicable for manual collection method."),
4626
4626
  progressiveBilling: zod_1.z
4627
4627
  .boolean()
4628
4628
  .optional()
@@ -4702,10 +4702,10 @@ exports.updateBillingProfileBodySupplierAddressesMax = 1;
4702
4702
  exports.updateBillingProfileBodyWorkflowCollectionAlignmentDefault = {
4703
4703
  type: 'subscription',
4704
4704
  };
4705
- exports.updateBillingProfileBodyWorkflowCollectionIntervalDefault = 'PT2H';
4705
+ exports.updateBillingProfileBodyWorkflowCollectionIntervalDefault = 'PT1H';
4706
4706
  exports.updateBillingProfileBodyWorkflowInvoicingAutoAdvanceDefault = true;
4707
4707
  exports.updateBillingProfileBodyWorkflowInvoicingDraftPeriodDefault = 'P0D';
4708
- exports.updateBillingProfileBodyWorkflowInvoicingDueAfterDefault = 'P1W';
4708
+ exports.updateBillingProfileBodyWorkflowInvoicingDueAfterDefault = 'P30D';
4709
4709
  exports.updateBillingProfileBodyWorkflowInvoicingProgressiveBillingDefault = false;
4710
4710
  exports.updateBillingProfileBodyWorkflowInvoicingDefaultTaxConfigStripeCodeRegExp = new RegExp('^txcd_\\d{8}$');
4711
4711
  exports.updateBillingProfileBodyWorkflowPaymentCollectionMethodDefault = 'charge_automatically';
@@ -4848,7 +4848,7 @@ exports.updateBillingProfileBody = zod_1.z
4848
4848
  dueAfter: zod_1.z
4849
4849
  .string()
4850
4850
  .default(exports.updateBillingProfileBodyWorkflowInvoicingDueAfterDefault)
4851
- .describe('The period after which the invoice is due.'),
4851
+ .describe("The period after which the invoice is due.\nWith some payment solutions it's only applicable for manual collection method."),
4852
4852
  progressiveBilling: zod_1.z
4853
4853
  .boolean()
4854
4854
  .optional()
@@ -6393,7 +6393,7 @@ export declare const updateInvoiceBodyLinesItemCategoryDefault = "regular";
6393
6393
  export declare const updateInvoiceBodyLinesItemIdRegExpOne: RegExp;
6394
6394
  export declare const updateInvoiceBodyWorkflowWorkflowInvoicingAutoAdvanceDefault = true;
6395
6395
  export declare const updateInvoiceBodyWorkflowWorkflowInvoicingDraftPeriodDefault = "P0D";
6396
- export declare const updateInvoiceBodyWorkflowWorkflowInvoicingDueAfterDefault = "P1W";
6396
+ export declare const updateInvoiceBodyWorkflowWorkflowInvoicingDueAfterDefault = "P30D";
6397
6397
  export declare const updateInvoiceBodyWorkflowWorkflowInvoicingDefaultTaxConfigStripeCodeRegExp: RegExp;
6398
6398
  export declare const updateInvoiceBodyWorkflowWorkflowPaymentCollectionMethodDefault = "charge_automatically";
6399
6399
  export declare const updateInvoiceBody: zod.ZodObject<{
@@ -8453,10 +8453,10 @@ export declare const createBillingProfileBodySupplierAddressesMax = 1;
8453
8453
  export declare const createBillingProfileBodyWorkflowCollectionAlignmentDefault: {
8454
8454
  type: string;
8455
8455
  };
8456
- export declare const createBillingProfileBodyWorkflowCollectionIntervalDefault = "PT2H";
8456
+ export declare const createBillingProfileBodyWorkflowCollectionIntervalDefault = "PT1H";
8457
8457
  export declare const createBillingProfileBodyWorkflowInvoicingAutoAdvanceDefault = true;
8458
8458
  export declare const createBillingProfileBodyWorkflowInvoicingDraftPeriodDefault = "P0D";
8459
- export declare const createBillingProfileBodyWorkflowInvoicingDueAfterDefault = "P1W";
8459
+ export declare const createBillingProfileBodyWorkflowInvoicingDueAfterDefault = "P30D";
8460
8460
  export declare const createBillingProfileBodyWorkflowInvoicingProgressiveBillingDefault = false;
8461
8461
  export declare const createBillingProfileBodyWorkflowInvoicingDefaultTaxConfigStripeCodeRegExp: RegExp;
8462
8462
  export declare const createBillingProfileBodyWorkflowPaymentCollectionMethodDefault = "charge_automatically";
@@ -8879,10 +8879,10 @@ export declare const updateBillingProfileBodySupplierAddressesMax = 1;
8879
8879
  export declare const updateBillingProfileBodyWorkflowCollectionAlignmentDefault: {
8880
8880
  type: string;
8881
8881
  };
8882
- export declare const updateBillingProfileBodyWorkflowCollectionIntervalDefault = "PT2H";
8882
+ export declare const updateBillingProfileBodyWorkflowCollectionIntervalDefault = "PT1H";
8883
8883
  export declare const updateBillingProfileBodyWorkflowInvoicingAutoAdvanceDefault = true;
8884
8884
  export declare const updateBillingProfileBodyWorkflowInvoicingDraftPeriodDefault = "P0D";
8885
- export declare const updateBillingProfileBodyWorkflowInvoicingDueAfterDefault = "P1W";
8885
+ export declare const updateBillingProfileBodyWorkflowInvoicingDueAfterDefault = "P30D";
8886
8886
  export declare const updateBillingProfileBodyWorkflowInvoicingProgressiveBillingDefault = false;
8887
8887
  export declare const updateBillingProfileBodyWorkflowInvoicingDefaultTaxConfigStripeCodeRegExp: RegExp;
8888
8888
  export declare const updateBillingProfileBodyWorkflowPaymentCollectionMethodDefault = "charge_automatically";