tspace-mysql 1.9.1-beta.3 → 1.9.1-beta.4

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.
@@ -203,6 +203,7 @@ export declare namespace T {
203
203
  InputQuery: true;
204
204
  }> = Columns<M, Options>;
205
205
  type ColumnValue<M extends Model<any, any, any>, K extends T.ColumnKeys<M>, C extends T.ColumnOptions<M> = T.ColumnOptions<M, {
206
+ InputQuery: true;
206
207
  Default: false;
207
208
  }>> = K extends keyof C ? C[K] : any;
208
209
  type ColumnKeys<M extends Model<any, any, any>, Options extends {
@@ -1 +1 @@
1
- {"version":3,"file":"UtilityTypes.js","sourceRoot":"","sources":["../../../src/lib/core/UtilityTypes.ts"],"names":[],"mappings":";;AAyfC,CAAC"}
1
+ {"version":3,"file":"UtilityTypes.js","sourceRoot":"","sources":["../../../src/lib/core/UtilityTypes.ts"],"names":[],"mappings":";;AA4fC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tspace-mysql",
3
- "version": "1.9.1-beta.3",
3
+ "version": "1.9.1-beta.4",
4
4
  "description": "Tspace MySQL is a promise-based ORM for Node.js, designed with modern TypeScript and providing type safety for schema databases.",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.ts",