@blitznocode/blitz-orm 0.7.0-beta → 0.7.1

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
@@ -153,6 +153,7 @@ type TQLRequest = {
153
153
  }[];
154
154
  insertionMatches?: string;
155
155
  deletionMatches?: string;
156
+ creations?: string;
156
157
  insertions?: string;
157
158
  deletions?: string;
158
159
  };
package/dist/index.d.ts CHANGED
@@ -153,6 +153,7 @@ type TQLRequest = {
153
153
  }[];
154
154
  insertionMatches?: string;
155
155
  deletionMatches?: string;
156
+ creations?: string;
156
157
  insertions?: string;
157
158
  deletions?: string;
158
159
  };