nucleus-core-ts 0.9.710 → 0.9.711

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.
@@ -166,6 +166,9 @@ export declare const SYSTEM_TABLES: readonly [{
166
166
  readonly type: "varchar";
167
167
  readonly length: 10;
168
168
  readonly notNull: true;
169
+ }, {
170
+ readonly name: "policy";
171
+ readonly type: "jsonb";
169
172
  }];
170
173
  readonly indexes: readonly [{
171
174
  readonly columns: readonly ["action"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nucleus-core-ts",
3
- "version": "0.9.710",
3
+ "version": "0.9.711",
4
4
  "description": "Production-ready, enterprise-grade TypeScript framework for building multi-tenant APIs",
5
5
  "author": "Hidayet Can Özcan <hidayetcan@gmail.com>",
6
6
  "license": "SEE LICENSE IN LICENSE",