@capgo/cli 7.94.3 → 7.94.5

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.94.3",
4
+ "version": "7.94.5",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -107,6 +107,7 @@
107
107
  "@types/qrcode": "^1.5.6",
108
108
  "@types/react": "^18.3.28",
109
109
  "@types/tmp": "^0.2.6",
110
+ "@types/ws": "^8.18.1",
110
111
  "@vercel/ncc": "^0.38.4",
111
112
  "adm-zip": "^0.5.16",
112
113
  "ci-info": "^4.3.1",
@@ -13,7 +13,7 @@ interface FindUnknownOptions {
13
13
  export declare function findUnknownVersion(supabase: SupabaseClient<Database>, appId: string, options?: FindUnknownOptions): Promise<{
14
14
  id: number;
15
15
  }>;
16
- export declare function createChannel(supabase: SupabaseClient<Database>, update: Database['public']['Tables']['channels']['Insert']): import("@supabase/postgrest-js").PostgrestBuilder<{
16
+ export declare function createChannel(supabase: SupabaseClient<Database>, update: Database['public']['Tables']['channels']['Insert']): import("@supabase/supabase-js").PostgrestBuilder<{
17
17
  PostgrestVersion: "14.1";
18
18
  }, {
19
19
  allow_dev: boolean;
@@ -35,10 +35,10 @@ export declare function createChannel(supabase: SupabaseClient<Database>, update
35
35
  updated_at: string;
36
36
  version: number;
37
37
  }, false>;
38
- export declare function delChannel(supabase: SupabaseClient<Database>, name: string, appId: string, _userId: string): import("@supabase/postgrest-js").PostgrestBuilder<{
38
+ export declare function delChannel(supabase: SupabaseClient<Database>, name: string, appId: string, _userId: string): import("@supabase/supabase-js").PostgrestBuilder<{
39
39
  PostgrestVersion: "14.1";
40
40
  }, never, false>;
41
- export declare function findChannel(supabase: SupabaseClient<Database>, appId: string, name: string): import("@supabase/postgrest-js").PostgrestBuilder<{
41
+ export declare function findChannel(supabase: SupabaseClient<Database>, appId: string, name: string): import("@supabase/supabase-js").PostgrestBuilder<{
42
42
  PostgrestVersion: "14.1";
43
43
  }, {
44
44
  allow_dev: boolean;
@@ -60,7 +60,7 @@ export declare function findChannel(supabase: SupabaseClient<Database>, appId: s
60
60
  updated_at: string;
61
61
  version: number;
62
62
  }, false>;
63
- export declare function findChannelDevices(supabase: SupabaseClient<Database>, appId: string, channelId: number): import("@supabase/postgrest-js").PostgrestFilterBuilder<{
63
+ export declare function findChannelDevices(supabase: SupabaseClient<Database>, appId: string, channelId: number): import("@supabase/supabase-js").PostgrestFilterBuilder<{
64
64
  PostgrestVersion: "14.1";
65
65
  }, {
66
66
  Tables: {
@@ -3542,7 +3542,7 @@ export declare function findChannelDevices(supabase: SupabaseClient<Database>, a
3542
3542
  referencedRelation: "orgs";
3543
3543
  referencedColumns: ["id"];
3544
3544
  }], "GET">;
3545
- export declare function delChannelDevices(supabase: SupabaseClient<Database>, appId: string, channelId: number): import("@supabase/postgrest-js").PostgrestFilterBuilder<{
3545
+ export declare function delChannelDevices(supabase: SupabaseClient<Database>, appId: string, channelId: number): import("@supabase/supabase-js").PostgrestFilterBuilder<{
3546
3546
  PostgrestVersion: "14.1";
3547
3547
  }, {
3548
3548
  Tables: {