@capgo/cli 7.111.7 → 7.112.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "7.111.7",
4
+ "version": "7.112.1",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -7,7 +7,7 @@ interface CheckVersionOptions {
7
7
  requireMatch?: boolean;
8
8
  }
9
9
  export declare function checkVersionNotUsedInChannel(supabase: SupabaseClient<Database>, appid: string, versionData: Database['public']['Tables']['app_versions']['Row'], options?: CheckVersionOptions): Promise<void>;
10
- export declare function createChannel(supabase: SupabaseClient<Database>, update: Database['public']['Tables']['channels']['Insert']): import("@supabase/postgrest-js").PostgrestBuilder<{
10
+ export declare function createChannel(supabase: SupabaseClient<Database>, update: Database['public']['Tables']['channels']['Insert']): import("@supabase/supabase-js").PostgrestBuilder<{
11
11
  PostgrestVersion: "14.1";
12
12
  }, {
13
13
  allow_dev: boolean;
@@ -31,10 +31,10 @@ export declare function createChannel(supabase: SupabaseClient<Database>, update
31
31
  updated_at: string;
32
32
  version: number | null;
33
33
  }, false>;
34
- export declare function delChannel(supabase: SupabaseClient<Database>, name: string, appId: string, _userId: string): import("@supabase/postgrest-js").PostgrestBuilder<{
34
+ export declare function delChannel(supabase: SupabaseClient<Database>, name: string, appId: string, _userId: string): import("@supabase/supabase-js").PostgrestBuilder<{
35
35
  PostgrestVersion: "14.1";
36
36
  }, never, false>;
37
- export declare function findChannel(supabase: SupabaseClient<Database>, appId: string, name: string): import("@supabase/postgrest-js").PostgrestBuilder<{
37
+ export declare function findChannel(supabase: SupabaseClient<Database>, appId: string, name: string): import("@supabase/supabase-js").PostgrestBuilder<{
38
38
  PostgrestVersion: "14.1";
39
39
  }, {
40
40
  allow_dev: boolean;
@@ -58,7 +58,7 @@ export declare function findChannel(supabase: SupabaseClient<Database>, appId: s
58
58
  updated_at: string;
59
59
  version: number | null;
60
60
  }, false>;
61
- export declare function delChannelDevices(supabase: SupabaseClient<Database>, appId: string, channelId: number): import("@supabase/postgrest-js").PostgrestFilterBuilder<{
61
+ export declare function delChannelDevices(supabase: SupabaseClient<Database>, appId: string, channelId: number): import("@supabase/supabase-js").PostgrestFilterBuilder<{
62
62
  PostgrestVersion: "14.1";
63
63
  }, {
64
64
  Tables: {