vona-module-a-openapi 5.0.18 → 5.0.19

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.
@@ -30,7 +30,7 @@ export type TypeFieldRenderComponentProvider = (keyof IComponentRecord) | (keyof
30
30
  export type TypeSchemaScene = 'table' | 'form';
31
31
  export type TypeOpenAPIMetadata<T extends ZodTypeAny = ZodTypeAny> = Partial<ZodOpenAPIMetadata<z.input<T>>>;
32
32
  export type TypeEntityOptionsFields<T extends {}, More extends string | undefined = never> = {
33
- [key in ((keyof Omit<T, '$column' | '$columns' | '$table'>) | (More extends string ? More : never))]?: TypeOpenAPIMetadata | z.ZodSchema;
33
+ [key in ((keyof Omit<T, '$table'>) | (More extends string ? More : never))]?: TypeOpenAPIMetadata | z.ZodSchema;
34
34
  };
35
35
  export type TypeControllerOptionsActions<T extends {}> = {
36
36
  [key in (keyof T)]?: IOpenApiOptions;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-a-openapi",
3
3
  "type": "module",
4
- "version": "5.0.18",
4
+ "version": "5.0.19",
5
5
  "title": "a-openapi",
6
6
  "vonaModule": {
7
7
  "capabilities": {