@prisma-next/extension-paradedb 0.11.0-dev.68 → 0.11.0-dev.69

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/control.mjs CHANGED
@@ -7,16 +7,16 @@ const paradedbContractSpace = contractSpaceFromJson({
7
7
  schemaVersion: "1",
8
8
  targetFamily: "sql",
9
9
  target: "postgres",
10
- profileHash: "sha256:1a8dbe044289f30a1de958fe800cc5a8378b285d2e126a8c44b58864bac2c18e",
10
+ profileHash: "sha256:9c8aa3114e84ed3b7ea2bd57526d9c2e1bf7c5292be694e9d3801f566fda7ccb",
11
11
  roots: {},
12
- models: {},
12
+ domain: { "namespaces": { "__unbound__": { "models": {} } } },
13
13
  storage: {
14
14
  "namespaces": { "__unbound__": {
15
15
  "id": "__unbound__",
16
16
  "kind": "postgres-unbound-schema",
17
17
  "tables": {}
18
18
  } },
19
- "storageHash": "sha256:59877923532fc526703f572f1d54bdd6050502ef30ede3333ee1393ea93b9716"
19
+ "storageHash": "sha256:39235171df55ec9272b3d1df6666f2c27e20f7d11fd8d8a6fb6c87e1b6e3b9bc"
20
20
  },
21
21
  capabilities: {
22
22
  "postgres": {
@@ -46,10 +46,10 @@ const paradedbContractSpace = contractSpaceFromJson({
46
46
  dirName: "20260601T0000_install_pg_search_extension",
47
47
  metadata: {
48
48
  from: null,
49
- to: "sha256:59877923532fc526703f572f1d54bdd6050502ef30ede3333ee1393ea93b9716",
49
+ to: "sha256:39235171df55ec9272b3d1df6666f2c27e20f7d11fd8d8a6fb6c87e1b6e3b9bc",
50
50
  providedInvariants: ["paradedb:install-pg-search-v1"],
51
51
  createdAt: "2026-06-01T00:00:00.000Z",
52
- migrationHash: "sha256:b1b0a426b92236d755c27a1e961b05382f11438155ae95838fc4b08eb98942af"
52
+ migrationHash: "sha256:c0ecebc8aa59bf46056e9c5fddd4dd9bffc0664a152b67adbc0c19deb88cb37b"
53
53
  },
54
54
  ops: [{
55
55
  "id": "paradedb.install-pg-search-extension",
@@ -79,7 +79,7 @@ const paradedbContractSpace = contractSpaceFromJson({
79
79
  }]
80
80
  }],
81
81
  headRef: {
82
- hash: "sha256:59877923532fc526703f572f1d54bdd6050502ef30ede3333ee1393ea93b9716",
82
+ hash: "sha256:39235171df55ec9272b3d1df6666f2c27e20f7d11fd8d8a6fb6c87e1b6e3b9bc",
83
83
  invariants: ["paradedb:install-pg-search-v1"]
84
84
  }
85
85
  });
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@prisma-next/extension-paradedb",
3
- "version": "0.11.0-dev.68",
3
+ "version": "0.11.0-dev.69",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
7
  "dependencies": {
8
- "@prisma-next/contract": "0.11.0-dev.68",
9
- "@prisma-next/contract-authoring": "0.11.0-dev.68",
10
- "@prisma-next/family-sql": "0.11.0-dev.68",
11
- "@prisma-next/framework-components": "0.11.0-dev.68",
12
- "@prisma-next/migration-tools": "0.11.0-dev.68",
13
- "@prisma-next/sql-contract": "0.11.0-dev.68",
14
- "@prisma-next/sql-operations": "0.11.0-dev.68",
15
- "@prisma-next/sql-relational-core": "0.11.0-dev.68",
16
- "@prisma-next/sql-runtime": "0.11.0-dev.68",
8
+ "@prisma-next/contract": "0.11.0-dev.69",
9
+ "@prisma-next/contract-authoring": "0.11.0-dev.69",
10
+ "@prisma-next/family-sql": "0.11.0-dev.69",
11
+ "@prisma-next/framework-components": "0.11.0-dev.69",
12
+ "@prisma-next/migration-tools": "0.11.0-dev.69",
13
+ "@prisma-next/sql-contract": "0.11.0-dev.69",
14
+ "@prisma-next/sql-operations": "0.11.0-dev.69",
15
+ "@prisma-next/sql-relational-core": "0.11.0-dev.69",
16
+ "@prisma-next/sql-runtime": "0.11.0-dev.69",
17
17
  "arktype": "^2.2.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@prisma-next/adapter-postgres": "0.11.0-dev.68",
21
- "@prisma-next/cli": "0.11.0-dev.68",
22
- "@prisma-next/operations": "0.11.0-dev.68",
23
- "@prisma-next/sql-contract-ts": "0.11.0-dev.68",
24
- "@prisma-next/target-postgres": "0.11.0-dev.68",
25
- "@prisma-next/test-utils": "0.11.0-dev.68",
26
- "@prisma-next/tsconfig": "0.11.0-dev.68",
27
- "@prisma-next/tsdown": "0.11.0-dev.68",
20
+ "@prisma-next/adapter-postgres": "0.11.0-dev.69",
21
+ "@prisma-next/cli": "0.11.0-dev.69",
22
+ "@prisma-next/operations": "0.11.0-dev.69",
23
+ "@prisma-next/sql-contract-ts": "0.11.0-dev.69",
24
+ "@prisma-next/target-postgres": "0.11.0-dev.69",
25
+ "@prisma-next/test-utils": "0.11.0-dev.69",
26
+ "@prisma-next/tsconfig": "0.11.0-dev.69",
27
+ "@prisma-next/tsdown": "0.11.0-dev.69",
28
28
  "tsdown": "0.22.0",
29
29
  "typescript": "5.9.3",
30
30
  "vitest": "4.1.6"
package/src/contract.d.ts CHANGED
@@ -23,6 +23,7 @@ import type {
23
23
  } from '@prisma-next/sql-contract/types';
24
24
  import type {
25
25
  Contract as ContractType,
26
+ ContractModelsMap,
26
27
  ExecutionHashBase,
27
28
  NamespaceId,
28
29
  ProfileHashBase,
@@ -30,10 +31,10 @@ import type {
30
31
  } from '@prisma-next/contract/types';
31
32
 
32
33
  export type StorageHash =
33
- StorageHashBase<'sha256:59877923532fc526703f572f1d54bdd6050502ef30ede3333ee1393ea93b9716'>;
34
+ StorageHashBase<'sha256:39235171df55ec9272b3d1df6666f2c27e20f7d11fd8d8a6fb6c87e1b6e3b9bc'>;
34
35
  export type ExecutionHash = ExecutionHashBase<string>;
35
36
  export type ProfileHash =
36
- ProfileHashBase<'sha256:1a8dbe044289f30a1de958fe800cc5a8378b285d2e126a8c44b58864bac2c18e'>;
37
+ ProfileHashBase<'sha256:9c8aa3114e84ed3b7ea2bd57526d9c2e1bf7c5292be694e9d3801f566fda7ccb'>;
37
38
 
38
39
  export type CodecTypes = PgTypes;
39
40
  export type LaneCodecTypes = CodecTypes;
@@ -65,11 +66,18 @@ type ContractBase = Omit<
65
66
  },
66
67
  Record<string, never>
67
68
  >,
68
- 'roots'
69
+ 'roots' | 'domain'
69
70
  > & {
70
71
  readonly target: 'postgres';
71
72
  readonly targetFamily: 'sql';
72
73
  readonly roots: Record<string, never>;
74
+ readonly domain: {
75
+ readonly namespaces: {
76
+ readonly __unbound__: {
77
+ readonly models: Record<string, never>;
78
+ };
79
+ };
80
+ };
73
81
  readonly capabilities: {
74
82
  readonly postgres: {
75
83
  readonly distinctOn: true;
@@ -95,4 +103,4 @@ type ContractBase = Omit<
95
103
  export type Contract = ContractWithTypeMaps<ContractBase, TypeMaps>;
96
104
 
97
105
  export type Namespaces = Contract['storage']['namespaces'];
98
- export type Models = Contract['models'];
106
+ export type Models = ContractModelsMap<Contract>;
package/src/contract.json CHANGED
@@ -2,9 +2,15 @@
2
2
  "schemaVersion": "1",
3
3
  "targetFamily": "sql",
4
4
  "target": "postgres",
5
- "profileHash": "sha256:1a8dbe044289f30a1de958fe800cc5a8378b285d2e126a8c44b58864bac2c18e",
5
+ "profileHash": "sha256:9c8aa3114e84ed3b7ea2bd57526d9c2e1bf7c5292be694e9d3801f566fda7ccb",
6
6
  "roots": {},
7
- "models": {},
7
+ "domain": {
8
+ "namespaces": {
9
+ "__unbound__": {
10
+ "models": {}
11
+ }
12
+ }
13
+ },
8
14
  "storage": {
9
15
  "namespaces": {
10
16
  "__unbound__": {
@@ -13,7 +19,7 @@
13
19
  "tables": {}
14
20
  }
15
21
  },
16
- "storageHash": "sha256:59877923532fc526703f572f1d54bdd6050502ef30ede3333ee1393ea93b9716"
22
+ "storageHash": "sha256:39235171df55ec9272b3d1df6666f2c27e20f7d11fd8d8a6fb6c87e1b6e3b9bc"
17
23
  },
18
24
  "capabilities": {
19
25
  "postgres": {