@wecode-team/we0-cms 1.1.24 → 1.1.26

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.
@@ -103,6 +103,8 @@ export interface SupabaseFilter {
103
103
  }
104
104
  export declare function getSessionId(): string | undefined;
105
105
  export declare function buildFullTableName(tableName: string, sessionId?: string | undefined): string;
106
+ export declare function normalizeCmsModelsTableNames(models: CmsModel[], sessionId?: string | undefined): CmsModel[];
107
+ export declare function findMissingRequiredField(fields: SchemaField[] | undefined, formData: Record<string, any>): SchemaField | null;
106
108
  export declare function setSessionId(sessionId: string): void;
107
109
  export declare const modelApi: {
108
110
  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.24",
3
+ "version": "1.1.26",
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",