tonightpass 0.0.264 → 0.0.265

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/index.d.mts CHANGED
@@ -593,6 +593,7 @@ type Organization = Base & {
593
593
  };
594
594
  type OrganizationBilling = {
595
595
  account: string;
596
+ isPayoutsEnabled: boolean;
596
597
  vatRate: number;
597
598
  };
598
599
  type OrganizationBillingAccount = Stripe__default.Account;
package/dist/index.d.ts CHANGED
@@ -593,6 +593,7 @@ type Organization = Base & {
593
593
  };
594
594
  type OrganizationBilling = {
595
595
  account: string;
596
+ isPayoutsEnabled: boolean;
596
597
  vatRate: number;
597
598
  };
598
599
  type OrganizationBillingAccount = Stripe__default.Account;