tonightpass 0.0.175 → 0.0.176

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
@@ -681,6 +681,7 @@ type Organization = Base & {
681
681
  };
682
682
  type OrganizationBilling = {
683
683
  account: string;
684
+ vatRate: number;
684
685
  };
685
686
  type OrganizationBillingAccount = Stripe__default.Account;
686
687
  type OrganizationIdentity = OrganizationProfile & {
package/dist/index.d.ts CHANGED
@@ -681,6 +681,7 @@ type Organization = Base & {
681
681
  };
682
682
  type OrganizationBilling = {
683
683
  account: string;
684
+ vatRate: number;
684
685
  };
685
686
  type OrganizationBillingAccount = Stripe__default.Account;
686
687
  type OrganizationIdentity = OrganizationProfile & {