@openmeter/sdk 1.0.0-beta.226 → 1.0.0-beta.227
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 +3 -3
- package/dist/cjs/src/zod/index.cjs +1883 -1871
- package/dist/cjs/src/zod/index.cjs.map +1 -1
- package/dist/cjs/src/zod/index.d.cts +1102 -1103
- package/dist/src/client/schemas.d.ts +3 -3
- package/dist/src/zod/index.d.ts +1102 -1103
- package/dist/src/zod/index.js +1854 -1841
- package/dist/src/zod/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -10
|
@@ -3360,7 +3360,7 @@ export interface components {
|
|
|
3360
3360
|
dueAfter?: string;
|
|
3361
3361
|
/**
|
|
3362
3362
|
* @description Should progressive billing be allowed for this workflow?
|
|
3363
|
-
* @default
|
|
3363
|
+
* @default true
|
|
3364
3364
|
*/
|
|
3365
3365
|
progressiveBilling?: boolean;
|
|
3366
3366
|
/** @description Default tax configuration to apply to the invoices. */
|
|
@@ -7542,7 +7542,7 @@ export interface components {
|
|
|
7542
7542
|
* @example {
|
|
7543
7543
|
* "type": "stripe",
|
|
7544
7544
|
* "name": "Stripe",
|
|
7545
|
-
* "description": "Stripe
|
|
7545
|
+
* "description": "Stripe integration allows you to collect payments with Stripe.",
|
|
7546
7546
|
* "capabilities": [
|
|
7547
7547
|
* {
|
|
7548
7548
|
* "type": "calculateTax",
|
|
@@ -10113,7 +10113,7 @@ export interface components {
|
|
|
10113
10113
|
* "listing": {
|
|
10114
10114
|
* "type": "stripe",
|
|
10115
10115
|
* "name": "Stripe",
|
|
10116
|
-
* "description": "Stripe
|
|
10116
|
+
* "description": "Stripe integration allows you to collect payments with Stripe.",
|
|
10117
10117
|
* "capabilities": [
|
|
10118
10118
|
* {
|
|
10119
10119
|
* "type": "calculateTax",
|