@capgo/cli 8.8.0 → 8.8.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": "8.8.0",
4
+ "version": "8.8.1",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -5729,11 +5729,11 @@ export declare function delChannelDevices(supabase: SupabaseClient<Database>, ap
5729
5729
  isOneToOne: false;
5730
5730
  referencedRelation: "orgs";
5731
5731
  referencedColumns: ["id"];
5732
- }], "DELETE">;
5732
+ }], "DELETE", false>;
5733
5733
  export declare function findBundleIdByChannelName(supabase: SupabaseClient<Database>, appId: string, name: string): PromiseLike<{
5734
5734
  id: number;
5735
5735
  name: string;
5736
- } | null | undefined>;
5736
+ } | null>;
5737
5737
  export type { Channel } from '../schemas/channel';
5738
5738
  type Channel = import('../schemas/channel').Channel;
5739
5739
  export declare function displayChannels(data: Channel[], silent?: boolean): void;