@blitznocode/blitz-orm 0.10.31 → 0.11.0

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.d.mts CHANGED
@@ -306,6 +306,7 @@ type ContentTypeMapping = {
306
306
  LANGUAGE_TEXT: string;
307
307
  RICH_TEXT: string;
308
308
  TEXT: string;
309
+ FLEX: unknown;
309
310
  };
310
311
  type DiscreteCardinality = 'ONE' | 'MANY';
311
312
  type Cardinality = DiscreteCardinality | 'INTERVAL';