@wecode-team/we0-cms 1.1.25 → 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.
@@ -104,6 +104,7 @@ export interface SupabaseFilter {
104
104
  export declare function getSessionId(): string | undefined;
105
105
  export declare function buildFullTableName(tableName: string, sessionId?: string | undefined): string;
106
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;
107
108
  export declare function setSessionId(sessionId: string): void;
108
109
  export declare const modelApi: {
109
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.25",
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",