@foundrynorth/flux-schema 1.0.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.ts +12 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -0
- package/dist/schema.d.ts +24371 -0
- package/dist/schema.d.ts.map +1 -0
- package/dist/schema.js +3802 -0
- package/dist/schema.js.map +1 -0
- package/package.json +32 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @foundry-north/flux-schema
|
|
3
|
+
*
|
|
4
|
+
* Canonical Drizzle ORM schema for Foundry Flux (broad-firefly database, flux_* tables).
|
|
5
|
+
* This is the single source of truth — all consumers import from here.
|
|
6
|
+
*
|
|
7
|
+
* Consumers: fn-flux, fn-v2
|
|
8
|
+
* Database: Neon broad-firefly-00588697
|
|
9
|
+
* Schema owner (drizzle-kit push): fn-flux
|
|
10
|
+
*/
|
|
11
|
+
export * from "./schema.js";
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,cAAc,aAAa,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @foundry-north/flux-schema
|
|
3
|
+
*
|
|
4
|
+
* Canonical Drizzle ORM schema for Foundry Flux (broad-firefly database, flux_* tables).
|
|
5
|
+
* This is the single source of truth — all consumers import from here.
|
|
6
|
+
*
|
|
7
|
+
* Consumers: fn-flux, fn-v2
|
|
8
|
+
* Database: Neon broad-firefly-00588697
|
|
9
|
+
* Schema owner (drizzle-kit push): fn-flux
|
|
10
|
+
*/
|
|
11
|
+
export * from "./schema.js";
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,cAAc,aAAa,CAAC"}
|