@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.
@@ -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[]>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wecode-team/we0-cms",
3
- "version": "1.1.22",
3
+ "version": "1.1.23",
4
4
  "description": "A CMS component for React applications with shadcn/ui",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",