@openmeter/sdk 1.0.0-beta-779ca4f0b0b2 → 1.0.0-beta-2c10c475da54
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/dist/cjs/src/client/schemas.d.cts +16 -2
- package/dist/cjs/src/zod/index.cjs +3 -3
- package/dist/cjs/src/zod/index.cjs.map +1 -1
- package/dist/src/client/schemas.d.ts +16 -2
- package/dist/src/zod/index.js +3 -3
- package/dist/src/zod/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -3370,7 +3370,14 @@ export interface components {
|
|
|
3370
3370
|
* @default true
|
|
3371
3371
|
*/
|
|
3372
3372
|
progressiveBilling?: boolean;
|
|
3373
|
-
/**
|
|
3373
|
+
/**
|
|
3374
|
+
* @description Default tax configuration to apply to the invoices.
|
|
3375
|
+
*
|
|
3376
|
+
* Setting a tax code (`stripe.code` / `taxCodeId`) on a profile's default tax config is
|
|
3377
|
+
* deprecated and can no longer be added or changed: the organization default tax code is
|
|
3378
|
+
* used instead. Existing tax-code values may still be removed, and `behavior` remains
|
|
3379
|
+
* fully supported.
|
|
3380
|
+
*/
|
|
3374
3381
|
defaultTaxConfig?: components['schemas']['TaxConfig'];
|
|
3375
3382
|
};
|
|
3376
3383
|
/**
|
|
@@ -7653,7 +7660,14 @@ export interface components {
|
|
|
7653
7660
|
* @example P30D
|
|
7654
7661
|
*/
|
|
7655
7662
|
dueAfter?: string;
|
|
7656
|
-
/**
|
|
7663
|
+
/**
|
|
7664
|
+
* @description Default tax configuration to apply to the invoices.
|
|
7665
|
+
*
|
|
7666
|
+
* Setting a tax code (`stripe.code` / `taxCodeId`) on a profile's default tax config is
|
|
7667
|
+
* deprecated and can no longer be added or changed: the organization default tax code is
|
|
7668
|
+
* used instead. Existing tax-code values may still be removed, and `behavior` remains
|
|
7669
|
+
* fully supported.
|
|
7670
|
+
*/
|
|
7657
7671
|
defaultTaxConfig?: components['schemas']['TaxConfig'];
|
|
7658
7672
|
};
|
|
7659
7673
|
/**
|
|
@@ -3915,7 +3915,7 @@ exports.UpdateInvoiceBody = zod
|
|
|
3915
3915
|
})
|
|
3916
3916
|
.describe('Set of provider specific tax configs.')
|
|
3917
3917
|
.optional()
|
|
3918
|
-
.describe(
|
|
3918
|
+
.describe("Default tax configuration to apply to the invoices.\n\nSetting a tax code (`stripe.code` / `taxCodeId`) on a profile's default tax config is\ndeprecated and can no longer be added or changed: the organization default tax code is\nused instead. Existing tax-code values may still be removed, and `behavior` remains\nfully supported."),
|
|
3919
3919
|
draftPeriod: zod.coerce
|
|
3920
3920
|
.string()
|
|
3921
3921
|
.default(exports.updateInvoiceBodyWorkflowOneWorkflowOneInvoicingOneDraftPeriodDefault)
|
|
@@ -4369,7 +4369,7 @@ exports.CreateBillingProfileBody = zod
|
|
|
4369
4369
|
})
|
|
4370
4370
|
.describe('Set of provider specific tax configs.')
|
|
4371
4371
|
.optional()
|
|
4372
|
-
.describe(
|
|
4372
|
+
.describe("Default tax configuration to apply to the invoices.\n\nSetting a tax code (`stripe.code` / `taxCodeId`) on a profile's default tax config is\ndeprecated and can no longer be added or changed: the organization default tax code is\nused instead. Existing tax-code values may still be removed, and `behavior` remains\nfully supported."),
|
|
4373
4373
|
draftPeriod: zod.coerce
|
|
4374
4374
|
.string()
|
|
4375
4375
|
.default(exports.createBillingProfileBodyWorkflowOneInvoicingOneDraftPeriodDefault)
|
|
@@ -4657,7 +4657,7 @@ exports.UpdateBillingProfileBody = zod
|
|
|
4657
4657
|
})
|
|
4658
4658
|
.describe('Set of provider specific tax configs.')
|
|
4659
4659
|
.optional()
|
|
4660
|
-
.describe(
|
|
4660
|
+
.describe("Default tax configuration to apply to the invoices.\n\nSetting a tax code (`stripe.code` / `taxCodeId`) on a profile's default tax config is\ndeprecated and can no longer be added or changed: the organization default tax code is\nused instead. Existing tax-code values may still be removed, and `behavior` remains\nfully supported."),
|
|
4661
4661
|
draftPeriod: zod.coerce
|
|
4662
4662
|
.string()
|
|
4663
4663
|
.default(exports.updateBillingProfileBodyWorkflowOneInvoicingOneDraftPeriodDefault)
|