@wecode-team/we0-cms 1.1.22 → 1.1.23
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.esm.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/services/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/services/index.d.ts
CHANGED
|
@@ -102,6 +102,7 @@ export interface SupabaseFilter {
|
|
|
102
102
|
value: any;
|
|
103
103
|
}
|
|
104
104
|
export declare function getSessionId(): string | undefined;
|
|
105
|
+
export declare function buildFullTableName(tableName: string, sessionId?: string | undefined): string;
|
|
105
106
|
export declare function setSessionId(sessionId: string): void;
|
|
106
107
|
export declare const modelApi: {
|
|
107
108
|
getModels: () => Promise<ApiResponse<CmsModel[]>>;
|