@prisma-next/config 0.4.0-dev.1 → 0.4.0-dev.10

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/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @prisma-next/config
2
2
 
3
+ > **Internal package.** This package is an implementation detail of [`prisma-next`](https://www.npmjs.com/package/prisma-next)
4
+ > and is published only to support its runtime. Its API is unstable and may change
5
+ > without notice. Do not depend on this package directly; install `prisma-next` instead.
6
+
3
7
  Config authoring types and validation for `prisma-next.config.ts`.
4
8
 
5
9
  ## Overview
@@ -1,5 +1,6 @@
1
- import { ControlAdapterDescriptor, ControlDriverDescriptor, ControlDriverInstance, ControlExtensionDescriptor, ControlFamilyDescriptor, ControlTargetDescriptor } from "@prisma-next/framework-components/control";
1
+ import { AssembledAuthoringContributions, ControlAdapterDescriptor, ControlDriverDescriptor, ControlDriverInstance, ControlExtensionDescriptor, ControlFamilyDescriptor, ControlMutationDefaults, ControlTargetDescriptor } from "@prisma-next/framework-components/control";
2
2
  import { Contract } from "@prisma-next/contract/types";
3
+ import { CodecLookup } from "@prisma-next/framework-components/codec";
3
4
  import { Result } from "@prisma-next/utils/result";
4
5
 
5
6
  //#region src/contract-source-types.d.ts
@@ -31,6 +32,10 @@ interface ContractSourceDiagnostics {
31
32
  }
32
33
  interface ContractSourceContext {
33
34
  readonly composedExtensionPacks: readonly string[];
35
+ readonly scalarTypeDescriptors: ReadonlyMap<string, string>;
36
+ readonly authoringContributions: AssembledAuthoringContributions;
37
+ readonly codecLookup: CodecLookup;
38
+ readonly controlMutationDefaults: ControlMutationDefaults;
34
39
  }
35
40
  type ContractSourceProvider = (context: ContractSourceContext) => Promise<Result<Contract, ContractSourceDiagnostics>>;
36
41
  //#endregion
@@ -109,4 +114,4 @@ interface PrismaNextConfig<TFamilyId extends string = string, TTargetId extends
109
114
  declare function defineConfig<TFamilyId extends string = string, TTargetId extends string = string>(config: PrismaNextConfig<TFamilyId, TTargetId>): PrismaNextConfig<TFamilyId, TTargetId>;
110
115
  //#endregion
111
116
  export { ContractSourceDiagnostic as a, ContractSourceDiagnostics as c, ContractSourceContext as i, ContractSourceProvider as l, PrismaNextConfig as n, ContractSourceDiagnosticPosition as o, defineConfig as r, ContractSourceDiagnosticSpan as s, ContractConfig as t };
112
- //# sourceMappingURL=config-types-B_uoLKIE.d.mts.map
117
+ //# sourceMappingURL=config-types-BqPA4C22.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config-types-BqPA4C22.d.mts","names":[],"sources":["../src/contract-source-types.ts","../src/config-types.ts"],"sourcesContent":[],"mappings":";;;;;;UAQiB,gCAAA;;EAAA,SAAA,IAAA,EAAA,MAAA;EAMA,SAAA,MAAA,EAAA,MAAA;AAKjB;AAIkB,UATD,4BAAA,CASC;EAMS,SAAA,KAAA,EAdT,gCAcS;EAAT,SAAA,GAAA,EAbF,gCAaE;;AAGD,UAbA,wBAAA,CAayB;EAMzB,SAAA,IAAA,EAAA,MAAA;EAEiB,SAAA,OAAA,EAAA,MAAA;EACC,SAAA,QAAA,CAAA,EAAA,MAAA;EACX,SAAA,IAAA,CAAA,EAnBN,4BAmBM;EACY;;AAGpC;;;EAE8B,SAAA,IAAA,CAAA,EAnBZ,QAmBY,CAnBH,MAmBG,CAAA,MAAA,EAAA,OAAA,CAAA,CAAA;;AAAzB,UAhBY,yBAAA,CAgBZ;EAAO,SAAA,OAAA,EAAA,MAAA;iCAdqB;kBACf;;ACfD,UDkBA,qBAAA,CCbE;EAgBF,SAAA,sBAAgB,EAAA,SAAA,MAAA,EAAA;EAKU,SAAA,qBAAA,EDNT,WCMS,CAAA,MAAA,EAAA,MAAA,CAAA;EAAxB,SAAA,sBAAA,EDLgB,+BCKhB;EACwB,SAAA,WAAA,EDLnB,WCKmB;EAAW,SAAA,uBAAA,EDJlB,uBCIkB;;AACT,KDFjC,sBAAA,GCEiC,CAAA,OAAA,EDDlC,qBCCkC,EAAA,GDAxC,OCAwC,CDAhC,MCAgC,CDAzB,QCAyB,EDAf,yBCAe,CAAA,CAAA;;;ADlC7C;AAKA;;AAU2B,UCTV,cAAA,CDSU;EAAT;;AAGlB;AAMA;EAEkC,SAAA,MAAA,ECff,sBDee;EACC;;;;EAKvB,SAAA,MAAA,CAAA,EAAA,MAAA;;;;;;;;;;AC1BK,UAqBA,gBAhBE,CAAA,kBAAA,MAAsB,GAAA,MAAA,EAAA,kBAAA,MAAA,GAAA,MAAA,EAAA,cAAA,OAAA,CAAA,CAAA;EAgBxB,SAAA,MAAA,EAKE,uBALc,CAKU,SALV,CAAA;EAKU,SAAA,MAAA,EACxB,uBADwB,CACA,SADA,EACW,SADX,CAAA;EAAxB,SAAA,OAAA,EAEC,wBAFD,CAE0B,SAF1B,EAEqC,SAFrC,CAAA;EACwB,SAAA,cAAA,CAAA,EAAA,SAEN,0BAFM,CAEqB,SAFrB,EAEgC,SAFhC,CAAA,EAAA;EAAW;;;;;;EAEqB,SAAA,MAAA,CAAA,EAOvD,uBAPuD,CAQvE,SARuE,EASvE,SATuE,EAUvE,qBAVuE,CAUjD,SAViD,EAUtC,SAVsC,CAAA,EAWvE,WAXuE,CAAA;EAAtC;;;;EAUA,SAAA,EAAA,CAAA,EAAA;IAAjC;;;;;IAmBgC,SAAA,UAAA,CAAA,EANV,WAMU;EAkDpB,CAAA;EACW;;;;EACI,SAAA,QAAA,CAAA,EApDT,cAoDS;EAA5B;;;;;;;;;;;;;;;;;;;iBAFa,2FACN,iBAAiB,WAAW,aACnC,iBAAiB,WAAW"}
@@ -1,2 +1,2 @@
1
- import { a as ContractSourceDiagnostic, c as ContractSourceDiagnostics, i as ContractSourceContext, l as ContractSourceProvider, n as PrismaNextConfig, o as ContractSourceDiagnosticPosition, r as defineConfig, s as ContractSourceDiagnosticSpan, t as ContractConfig } from "./config-types-B_uoLKIE.mjs";
1
+ import { a as ContractSourceDiagnostic, c as ContractSourceDiagnostics, i as ContractSourceContext, l as ContractSourceProvider, n as PrismaNextConfig, o as ContractSourceDiagnosticPosition, r as defineConfig, s as ContractSourceDiagnosticSpan, t as ContractConfig } from "./config-types-BqPA4C22.mjs";
2
2
  export { type ContractConfig, type ContractSourceContext, type ContractSourceDiagnostic, type ContractSourceDiagnosticPosition, type ContractSourceDiagnosticSpan, type ContractSourceDiagnostics, type ContractSourceProvider, type PrismaNextConfig, defineConfig };
@@ -1,4 +1,4 @@
1
- import { n as PrismaNextConfig } from "./config-types-B_uoLKIE.mjs";
1
+ import { n as PrismaNextConfig } from "./config-types-BqPA4C22.mjs";
2
2
 
3
3
  //#region src/config-validation.d.ts
4
4
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@prisma-next/config",
3
- "version": "0.4.0-dev.1",
3
+ "version": "0.4.0-dev.10",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "Prisma Next config authoring types and validation",
7
7
  "dependencies": {
8
8
  "arktype": "^2.1.26",
9
- "@prisma-next/contract": "0.4.0-dev.1",
10
- "@prisma-next/framework-components": "0.4.0-dev.1",
11
- "@prisma-next/utils": "0.4.0-dev.1"
9
+ "@prisma-next/contract": "0.4.0-dev.10",
10
+ "@prisma-next/framework-components": "0.4.0-dev.10",
11
+ "@prisma-next/utils": "0.4.0-dev.10"
12
12
  },
13
13
  "devDependencies": {
14
14
  "tsdown": "0.18.4",
@@ -1,4 +1,9 @@
1
1
  import type { Contract } from '@prisma-next/contract/types';
2
+ import type { CodecLookup } from '@prisma-next/framework-components/codec';
3
+ import type {
4
+ AssembledAuthoringContributions,
5
+ ControlMutationDefaults,
6
+ } from '@prisma-next/framework-components/control';
2
7
  import type { Result } from '@prisma-next/utils/result';
3
8
 
4
9
  export interface ContractSourceDiagnosticPosition {
@@ -33,6 +38,10 @@ export interface ContractSourceDiagnostics {
33
38
 
34
39
  export interface ContractSourceContext {
35
40
  readonly composedExtensionPacks: readonly string[];
41
+ readonly scalarTypeDescriptors: ReadonlyMap<string, string>;
42
+ readonly authoringContributions: AssembledAuthoringContributions;
43
+ readonly codecLookup: CodecLookup;
44
+ readonly controlMutationDefaults: ControlMutationDefaults;
36
45
  }
37
46
 
38
47
  export type ContractSourceProvider = (
@@ -1 +0,0 @@
1
- {"version":3,"file":"config-types-B_uoLKIE.d.mts","names":[],"sources":["../src/contract-source-types.ts","../src/config-types.ts"],"sourcesContent":[],"mappings":";;;;;UAGiB,gCAAA;;;EAAA,SAAA,MAAA,EAAA,MAAA;AAMjB;AAKiB,UALA,4BAAA,CAKwB;EAIvB,SAAA,KAAA,EARA,gCAQA;EAMS,SAAA,GAAA,EAbX,gCAaW;;AAAD,UAVT,wBAAA,CAUS;EAGT,SAAA,IAAA,EAAA,MAAA;EAMA,SAAA,OAAA,EAAA,MAAqB;EAI1B,SAAA,QAAA,CAAA,EAAA,MAAsB;EACvB,SAAA,IAAA,CAAA,EApBO,4BAoBP;EACS;;;;;kBAfF,SAAS;;UAGV,yBAAA;ECPA,SAAA,OAAA,EAAc,MAAA;EAqBd,SAAA,WAAgB,EAAA,SDZA,wBCYA,EAAA;EAKU,SAAA,IAAA,CAAA,EDhBzB,MCgByB,CAAA,MAAA,EAAA,OAAA,CAAA;;AACA,UDd1B,qBAAA,CCc0B;EAAW,SAAA,sBAAA,EAAA,SAAA,MAAA,EAAA;;AACT,KDXjC,sBAAA,GCWiC,CAAA,OAAA,EDVlC,qBCUkC,EAAA,GDTxC,OCSwC,CDThC,MCSgC,CDTzB,QCSyB,EDTf,yBCSe,CAAA,CAAA;;;ADlC7C;;;AAUkB,UCJD,cAAA,CDIC;EAAQ;AAG1B;AAMA;AAIA;EACW,SAAA,MAAA,ECbQ,sBDaR;EACS;;;;EAAR,SAAA,MAAA,CAAA,EAAA,MAAA;;;;ACnBZ;AAqBA;;;;;AAMmB,UANF,gBAME,CAAA,kBAAA,MAAA,GAAA,MAAA,EAAA,kBAAA,MAAA,GAAA,MAAA,EAAA,cAAA,OAAA,CAAA,CAAA;EAC0B,SAAA,MAAA,EAF1B,uBAE0B,CAFF,SAEE,CAAA;EAAW,SAAA,MAAA,EADrC,uBACqC,CADb,SACa,EADF,SACE,CAAA;EAApC,SAAA,OAAA,EAAA,wBAAA,CAAyB,SAAzB,EAAoC,SAApC,CAAA;EAC4C,SAAA,cAAA,CAAA,EAAA,SAA3B,0BAA2B,CAAA,SAAA,EAAW,SAAX,CAAA,EAAA;EAAW;;;;;;EAUvE,SAAA,MAAA,CAAA,EAHgB,uBAGhB,CAFA,SAEA,EADA,SACA,EAAA,qBAAA,CAAsB,SAAtB,EAAiC,SAAjC,CAAA,EACA,WADA,CAAA;EACA;;;;EAkBgC,SAAA,EAAA,CAAA,EAAA;IAkDpB;;;;;IAEe,SAAA,UAAA,CAAA,EA1DL,WA0DK;EAA5B,CAAA;EAAgB;;;;sBApDG;;;;;;;;;;;;;;;;;;;;iBAkDN,2FACN,iBAAiB,WAAW,aACnC,iBAAiB,WAAW"}