@capgo/cli 7.95.4 → 7.95.6

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.
@@ -18,6 +18,7 @@ export declare function getActiveAppVersions(supabase: SupabaseClient<Database>,
18
18
  comment: string | null;
19
19
  created_at: string | null;
20
20
  deleted: boolean;
21
+ deleted_at: string | null;
21
22
  external_url: string | null;
22
23
  id: number;
23
24
  key_id: string | null;
@@ -42,6 +43,7 @@ export declare function getVersionData(supabase: SupabaseClient<Database>, appid
42
43
  comment: string | null;
43
44
  created_at: string | null;
44
45
  deleted: boolean;
46
+ deleted_at: string | null;
45
47
  external_url: string | null;
46
48
  id: number;
47
49
  key_id: string | null;
@@ -1,5 +1,7 @@
1
1
  import type { OptionsBase } from '../schemas/base';
2
2
  export declare function listAppInternal(options: OptionsBase, silent?: boolean): Promise<{
3
+ allow_device_custom_id: boolean;
4
+ allow_preview: boolean;
3
5
  android_store_url: string | null;
4
6
  app_id: string;
5
7
  channel_device_count: number;
@@ -12,15 +14,19 @@ export declare function listAppInternal(options: OptionsBase, silent?: boolean):
12
14
  ios_store_url: string | null;
13
15
  last_version: string | null;
14
16
  manifest_bundle_count: number;
15
- need_onboarding: boolean;
16
17
  name: string | null;
18
+ need_onboarding: boolean;
17
19
  owner_org: string;
18
20
  retention: number;
21
+ stats_refresh_requested_at: string | null;
22
+ stats_updated_at: string | null;
19
23
  transfer_history: import("../types/supabase.types").Json[] | null;
20
24
  updated_at: string | null;
21
25
  user_id: string | null;
22
26
  }[]>;
23
27
  export declare function listApp(options: OptionsBase): Promise<{
28
+ allow_device_custom_id: boolean;
29
+ allow_preview: boolean;
24
30
  android_store_url: string | null;
25
31
  app_id: string;
26
32
  channel_device_count: number;
@@ -33,10 +39,12 @@ export declare function listApp(options: OptionsBase): Promise<{
33
39
  ios_store_url: string | null;
34
40
  last_version: string | null;
35
41
  manifest_bundle_count: number;
36
- need_onboarding: boolean;
37
42
  name: string | null;
43
+ need_onboarding: boolean;
38
44
  owner_org: string;
39
45
  retention: number;
46
+ stats_refresh_requested_at: string | null;
47
+ stats_updated_at: string | null;
40
48
  transfer_history: import("../types/supabase.types").Json[] | null;
41
49
  updated_at: string | null;
42
50
  user_id: string | null;
@@ -6,6 +6,7 @@ export declare function listBundle(appId: string, options: OptionsBase, silent?:
6
6
  comment: string | null;
7
7
  created_at: string | null;
8
8
  deleted: boolean;
9
+ deleted_at: string | null;
9
10
  external_url: string | null;
10
11
  id: number;
11
12
  key_id: string | null;
@@ -11,11 +11,13 @@ export declare function addChannelInternal(channelId: string, appId: string, opt
11
11
  created_by: string;
12
12
  disable_auto_update: import("../sdk").Database["public"]["Enums"]["disable_update"];
13
13
  disable_auto_update_under_native: boolean;
14
+ electron: boolean;
14
15
  id: number;
15
16
  ios: boolean;
16
17
  name: string;
17
18
  owner_org: string;
18
19
  public: boolean;
20
+ rbac_id: string;
19
21
  updated_at: string;
20
22
  version: number;
21
23
  }>;
@@ -4,8 +4,10 @@ export declare function addOrganizationInternal(options: OrganizationAddOptions,
4
4
  created_by: string;
5
5
  customer_id: string | null;
6
6
  email_preferences: import("../types/supabase.types").Json;
7
+ enforce_encrypted_bundles: boolean;
7
8
  enforce_hashed_api_keys: boolean;
8
9
  enforcing_2fa: boolean;
10
+ has_usage_credits: boolean;
9
11
  id: string;
10
12
  last_stats_updated_at: string | null;
11
13
  logo: string | null;
@@ -14,7 +16,11 @@ export declare function addOrganizationInternal(options: OrganizationAddOptions,
14
16
  name: string;
15
17
  password_policy_config: import("../types/supabase.types").Json | null;
16
18
  require_apikey_expiration: boolean;
19
+ required_encryption_key: string | null;
20
+ stats_refresh_requested_at: string | null;
17
21
  stats_updated_at: string | null;
18
22
  updated_at: string | null;
23
+ use_new_rbac: boolean;
24
+ website: string | null;
19
25
  }>;
20
26
  export declare function addOrganization(options: OrganizationAddOptions): Promise<void>;
@@ -3,10 +3,12 @@ export declare function listOrganizationsInternal(options: OptionsBase, silent?:
3
3
  "2fa_has_access": boolean;
4
4
  app_count: number;
5
5
  can_use_more: boolean;
6
+ created_at: string;
6
7
  created_by: string;
7
8
  credit_available: number;
8
9
  credit_next_expiration: string;
9
10
  credit_total: number;
11
+ enforce_encrypted_bundles: boolean;
10
12
  enforce_hashed_api_keys: boolean;
11
13
  enforcing_2fa: boolean;
12
14
  gid: string;
@@ -14,15 +16,21 @@ export declare function listOrganizationsInternal(options: OptionsBase, silent?:
14
16
  is_yearly: boolean;
15
17
  logo: string;
16
18
  management_email: string;
19
+ max_apikey_expiration_days: number;
17
20
  name: string;
18
21
  next_stats_update_at: string;
19
22
  password_has_access: boolean;
20
23
  password_policy_config: import("../types/supabase.types").Json;
21
24
  paying: boolean;
25
+ require_apikey_expiration: boolean;
26
+ required_encryption_key: string;
22
27
  role: string;
28
+ stats_refresh_requested_at: string;
23
29
  stats_updated_at: string;
24
30
  subscription_end: string;
25
31
  subscription_start: string;
26
32
  trial_left: number;
33
+ use_new_rbac: boolean;
34
+ website: string;
27
35
  }[]>;
28
36
  export declare function listOrganizations(options: OptionsBase): Promise<void>;