@hot-updater/supabase 0.16.7-0 → 0.18.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.
package/dist/index.d.cts CHANGED
@@ -1,17 +1,21 @@
1
- import * as _hot_updater_plugin_core from '@hot-updater/plugin-core';
2
- import { DatabasePluginHooks, StoragePluginHooks, BasePluginArgs, StoragePlugin } from '@hot-updater/plugin-core';
1
+ import * as _hot_updater_plugin_core0 from "@hot-updater/plugin-core";
2
+ import { BasePluginArgs, DatabasePluginHooks, StoragePlugin, StoragePluginHooks } from "@hot-updater/plugin-core";
3
3
 
4
+ //#region src/supabaseDatabase.d.ts
4
5
  interface SupabaseDatabaseConfig {
5
- supabaseUrl: string;
6
- supabaseAnonKey: string;
6
+ supabaseUrl: string;
7
+ supabaseAnonKey: string;
7
8
  }
8
- declare const supabaseDatabase: (config: SupabaseDatabaseConfig, hooks?: DatabasePluginHooks) => (options: _hot_updater_plugin_core.BasePluginArgs) => _hot_updater_plugin_core.DatabasePlugin;
9
+ declare const supabaseDatabase: (config: SupabaseDatabaseConfig, hooks?: DatabasePluginHooks) => (options: _hot_updater_plugin_core0.BasePluginArgs) => _hot_updater_plugin_core0.DatabasePlugin;
9
10
 
11
+ //#endregion
12
+ //#region src/supabaseStorage.d.ts
10
13
  interface SupabaseStorageConfig {
11
- supabaseUrl: string;
12
- supabaseAnonKey: string;
13
- bucketName: string;
14
+ supabaseUrl: string;
15
+ supabaseAnonKey: string;
16
+ bucketName: string;
14
17
  }
15
18
  declare const supabaseStorage: (config: SupabaseStorageConfig, hooks?: StoragePluginHooks) => (_: BasePluginArgs) => StoragePlugin;
16
19
 
17
- export { type SupabaseDatabaseConfig, type SupabaseStorageConfig, supabaseDatabase, supabaseStorage };
20
+ //#endregion
21
+ export { SupabaseDatabaseConfig, SupabaseStorageConfig, supabaseDatabase, supabaseStorage };
package/dist/index.d.ts CHANGED
@@ -1,17 +1,21 @@
1
- import * as _hot_updater_plugin_core from '@hot-updater/plugin-core';
2
- import { DatabasePluginHooks, StoragePluginHooks, BasePluginArgs, StoragePlugin } from '@hot-updater/plugin-core';
1
+ import * as _hot_updater_plugin_core0 from "@hot-updater/plugin-core";
2
+ import { BasePluginArgs, DatabasePluginHooks, StoragePlugin, StoragePluginHooks } from "@hot-updater/plugin-core";
3
3
 
4
+ //#region src/supabaseDatabase.d.ts
4
5
  interface SupabaseDatabaseConfig {
5
- supabaseUrl: string;
6
- supabaseAnonKey: string;
6
+ supabaseUrl: string;
7
+ supabaseAnonKey: string;
7
8
  }
8
- declare const supabaseDatabase: (config: SupabaseDatabaseConfig, hooks?: DatabasePluginHooks) => (options: _hot_updater_plugin_core.BasePluginArgs) => _hot_updater_plugin_core.DatabasePlugin;
9
+ declare const supabaseDatabase: (config: SupabaseDatabaseConfig, hooks?: DatabasePluginHooks) => (options: _hot_updater_plugin_core0.BasePluginArgs) => _hot_updater_plugin_core0.DatabasePlugin;
9
10
 
11
+ //#endregion
12
+ //#region src/supabaseStorage.d.ts
10
13
  interface SupabaseStorageConfig {
11
- supabaseUrl: string;
12
- supabaseAnonKey: string;
13
- bucketName: string;
14
+ supabaseUrl: string;
15
+ supabaseAnonKey: string;
16
+ bucketName: string;
14
17
  }
15
18
  declare const supabaseStorage: (config: SupabaseStorageConfig, hooks?: StoragePluginHooks) => (_: BasePluginArgs) => StoragePlugin;
16
19
 
17
- export { type SupabaseDatabaseConfig, type SupabaseStorageConfig, supabaseDatabase, supabaseStorage };
20
+ //#endregion
21
+ export { SupabaseDatabaseConfig, SupabaseStorageConfig, supabaseDatabase, supabaseStorage };