@penclipai/db 2026.607.0 → 2026.608.0-canary.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.
@@ -72,7 +72,7 @@ export declare const pluginEntities: import("drizzle-orm/pg-core").PgTableWithCo
72
72
  tableName: "plugin_entities";
73
73
  dataType: "string";
74
74
  columnType: "PgText";
75
- data: "agent" | "company" | "project" | "issue" | "run" | "goal" | "project_workspace" | "instance";
75
+ data: "agent" | "company" | "project" | "issue" | "run" | "instance" | "goal" | "project_workspace";
76
76
  driverParam: string;
77
77
  notNull: true;
78
78
  hasDefault: false;
@@ -84,7 +84,7 @@ export declare const pluginEntities: import("drizzle-orm/pg-core").PgTableWithCo
84
84
  identity: undefined;
85
85
  generated: undefined;
86
86
  }, {}, {
87
- $type: "agent" | "company" | "project" | "issue" | "run" | "goal" | "project_workspace" | "instance";
87
+ $type: "agent" | "company" | "project" | "issue" | "run" | "instance" | "goal" | "project_workspace";
88
88
  }>;
89
89
  scopeId: import("drizzle-orm/pg-core").PgColumn<{
90
90
  name: "scope_id";
@@ -64,7 +64,7 @@ export declare const pluginState: import("drizzle-orm/pg-core").PgTableWithColum
64
64
  tableName: "plugin_state";
65
65
  dataType: "string";
66
66
  columnType: "PgText";
67
- data: "agent" | "company" | "project" | "issue" | "run" | "goal" | "project_workspace" | "instance";
67
+ data: "agent" | "company" | "project" | "issue" | "run" | "instance" | "goal" | "project_workspace";
68
68
  driverParam: string;
69
69
  notNull: true;
70
70
  hasDefault: false;
@@ -76,7 +76,7 @@ export declare const pluginState: import("drizzle-orm/pg-core").PgTableWithColum
76
76
  identity: undefined;
77
77
  generated: undefined;
78
78
  }, {}, {
79
- $type: "agent" | "company" | "project" | "issue" | "run" | "goal" | "project_workspace" | "instance";
79
+ $type: "agent" | "company" | "project" | "issue" | "run" | "instance" | "goal" | "project_workspace";
80
80
  }>;
81
81
  scopeId: import("drizzle-orm/pg-core").PgColumn<{
82
82
  name: "scope_id";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@penclipai/db",
3
- "version": "2026.607.0",
3
+ "version": "2026.608.0-canary.1",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/penclipai/paperclip-cn",
6
6
  "bugs": {
@@ -29,7 +29,7 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@penclipai/shared": "2026.607.0",
32
+ "@penclipai/shared": "2026.608.0-canary.1",
33
33
  "drizzle-orm": "^0.45.2",
34
34
  "embedded-postgres": "^18.3.0-beta.17",
35
35
  "postgres": "^3.4.9"