@wacht/jsx 0.0.1-alpha.20 → 0.0.1-alpha.21

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.ts CHANGED
@@ -1104,7 +1104,6 @@ declare type UseSessionReturnType = {
1104
1104
  switchWorkspace: never;
1105
1105
  signOut: never;
1106
1106
  getToken: never;
1107
- addNewAccount: never;
1108
1107
  error: Error | null;
1109
1108
  refetch: () => Promise<void>;
1110
1109
  } | {
@@ -1116,7 +1115,6 @@ declare type UseSessionReturnType = {
1116
1115
  getToken: (template?: string) => Promise<string>;
1117
1116
  switchOrganization: (organizationId?: string) => Promise<void>;
1118
1117
  switchWorkspace: (workspaceId: string) => Promise<void>;
1119
- addNewAccount: () => void;
1120
1118
  refetch: () => Promise<void>;
1121
1119
  };
1122
1120