@spaceinvoices/js-sdk 7.0.0 → 7.1.0

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.
@@ -10,4 +10,6 @@ export interface AccountInfo {
10
10
  id: string;
11
11
  name: string;
12
12
  role: AccountInfoRole;
13
+ /** Whether external analytics is enabled for this account. */
14
+ external_analytics?: boolean;
13
15
  }
@@ -10,4 +10,6 @@ export interface AccountInfo {
10
10
  id: string;
11
11
  name: string;
12
12
  role: AccountInfoRole;
13
+ /** Whether external analytics is enabled for this account. */
14
+ external_analytics?: boolean;
13
15
  }
@@ -97,6 +97,7 @@ export declare const ListMyAccountsResponse: zod.ZodObject<{
97
97
  admin: "admin";
98
98
  member: "member";
99
99
  }>;
100
+ external_analytics: zod.ZodOptional<zod.ZodBoolean>;
100
101
  }, zod.z.core.$strip>>;
101
102
  }, zod.z.core.$strip>;
102
103
  /**
@@ -97,6 +97,7 @@ export declare const ListMyAccountsResponse: zod.ZodObject<{
97
97
  admin: "admin";
98
98
  member: "member";
99
99
  }>;
100
+ external_analytics: zod.ZodOptional<zod.ZodBoolean>;
100
101
  }, zod.z.core.$strip>>;
101
102
  }, zod.z.core.$strip>;
102
103
  /**