@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.
@@ -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 false
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 interation allows you to collect payments with 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 interation allows you to collect payments with Stripe.",
10116
+ * "description": "Stripe integration allows you to collect payments with Stripe.",
10117
10117
  * "capabilities": [
10118
10118
  * {
10119
10119
  * "type": "calculateTax",