@capgo/cli 8.51.2 → 8.53.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.
@@ -0,0 +1,2 @@
1
+ import type { Command } from 'commander';
2
+ export declare function startUpdaterInstalledCheck(command: Command, commandPath: string): void;
@@ -0,0 +1 @@
1
+ export {};
@@ -5864,7 +5864,7 @@ type SendEventPayload = TrackOptions & {
5864
5864
  notifyConsole?: false;
5865
5865
  icon?: never;
5866
5866
  });
5867
- export declare function sendEvent(capgkey: string, payload: SendEventPayload, verbose?: boolean, signal?: AbortSignal): Promise<void>;
5867
+ export declare function sendEvent(capgkey: string, payload: SendEventPayload, verbose?: boolean, signal?: AbortSignal, apiHost?: string, redirect?: RequestInit['redirect']): Promise<void>;
5868
5868
  export declare function show2FADeniedError(organizationName?: string): never;
5869
5869
  export declare function filterOrgsByPermission(supabase: SupabaseClient<Database>, apikey: string, orgs: Organization[], permissionKey: string): Promise<Organization[]>;
5870
5870
  export declare function getOrganizationListWithPermission(supabase: SupabaseClient<Database>, apikey: string, permissionKey: string): Promise<{