@powerlines/plugin-prisma 0.4.96 → 0.4.98

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.
Files changed (61) hide show
  1. package/dist/client-generator-BPOZ7qom.mjs +146 -0
  2. package/dist/client-generator-BbD4cN4U.mjs +146 -0
  3. package/dist/client-generator-Cg0sxjJx.cjs +152 -0
  4. package/dist/client-generator-ClKJ4yN9.cjs +152 -0
  5. package/dist/get-schema-OhMkdmwI.cjs +138 -0
  6. package/dist/helpers/client-generator.cjs +2 -143
  7. package/dist/helpers/client-generator.mjs +2 -143
  8. package/dist/helpers/get-schema.cjs +2 -100
  9. package/dist/helpers/get-schema.mjs +1 -2
  10. package/dist/helpers/index.cjs +4 -4
  11. package/dist/helpers/index.mjs +1 -1
  12. package/dist/helpers/schema-creator.cjs +1 -1
  13. package/dist/helpers/schema-creator.mjs +1 -2
  14. package/dist/helpers/typed-sql.cjs +1 -1
  15. package/dist/helpers/typed-sql.mjs +1 -2
  16. package/dist/index.cjs +8 -9
  17. package/dist/index.mjs +2 -3
  18. package/dist/types/index.cjs +2 -0
  19. package/dist/types/index.mjs +3 -0
  20. package/package.json +5 -5
  21. package/dist/_virtual/_rolldown/runtime.cjs +0 -29
  22. package/dist/helpers/client-generator.d.cts +0 -17
  23. package/dist/helpers/client-generator.d.cts.map +0 -1
  24. package/dist/helpers/client-generator.d.mts +0 -17
  25. package/dist/helpers/client-generator.d.mts.map +0 -1
  26. package/dist/helpers/client-generator.mjs.map +0 -1
  27. package/dist/helpers/get-schema.d.cts +0 -13
  28. package/dist/helpers/get-schema.d.cts.map +0 -1
  29. package/dist/helpers/get-schema.d.mts +0 -13
  30. package/dist/helpers/get-schema.d.mts.map +0 -1
  31. package/dist/helpers/get-schema.mjs.map +0 -1
  32. package/dist/helpers/index.d.cts +0 -5
  33. package/dist/helpers/index.d.mts +0 -5
  34. package/dist/helpers/schema-creator.d.cts +0 -20
  35. package/dist/helpers/schema-creator.d.cts.map +0 -1
  36. package/dist/helpers/schema-creator.d.mts +0 -20
  37. package/dist/helpers/schema-creator.d.mts.map +0 -1
  38. package/dist/helpers/schema-creator.mjs.map +0 -1
  39. package/dist/helpers/typed-sql.d.cts +0 -7
  40. package/dist/helpers/typed-sql.d.cts.map +0 -1
  41. package/dist/helpers/typed-sql.d.mts +0 -7
  42. package/dist/helpers/typed-sql.d.mts.map +0 -1
  43. package/dist/helpers/typed-sql.mjs.map +0 -1
  44. package/dist/index.d.cts +0 -20
  45. package/dist/index.d.cts.map +0 -1
  46. package/dist/index.d.mts +0 -20
  47. package/dist/index.d.mts.map +0 -1
  48. package/dist/index.mjs.map +0 -1
  49. package/dist/package.cjs +0 -11
  50. package/dist/package.mjs +0 -6
  51. package/dist/package.mjs.map +0 -1
  52. package/dist/types/index.d.cts +0 -3
  53. package/dist/types/index.d.mts +0 -3
  54. package/dist/types/plugin.d.cts +0 -111
  55. package/dist/types/plugin.d.cts.map +0 -1
  56. package/dist/types/plugin.d.mts +0 -111
  57. package/dist/types/plugin.d.mts.map +0 -1
  58. package/dist/types/prisma.d.cts +0 -94
  59. package/dist/types/prisma.d.cts.map +0 -1
  60. package/dist/types/prisma.d.mts +0 -94
  61. package/dist/types/prisma.d.mts.map +0 -1
@@ -1,111 +0,0 @@
1
- import { PrismaSchema } from "./prisma.mjs";
2
- import { PrismaSchemaCreator } from "../helpers/schema-creator.mjs";
3
- import { PulumiPluginContext, PulumiPluginOptions, PulumiPluginResolvedConfig, PulumiPluginUserConfig } from "@powerlines/plugin-pulumi";
4
- import { SchemaContext } from "@prisma/internals";
5
- import { SqlQueryOutput } from "@prisma/generator";
6
- import { PrismaConfig } from "@prisma/config";
7
- import * as DMMF from "@prisma/dmmf";
8
- import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
9
-
10
- //#region src/types/plugin.d.ts
11
- interface PrismaPostgresPrismaPluginOptions {
12
- /**
13
- * The Prisma project name
14
- *
15
- * @defaultValue "\{name\}"
16
- */
17
- projectId?: string;
18
- /**
19
- * The region to deploy the database to
20
- *
21
- * @defaultValue "us-east-1"
22
- */
23
- region?: "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "af-south-1" | "ap-east-1" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-4" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ca-central-1" | "ca-west-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-north-1" | "eu-south-1" | "eu-south-2" | "il-central-1" | "me-south-1" | "me-central-1" | "sa-east-1";
24
- /**
25
- * The database name
26
- *
27
- * @defaultValue "\{region\}.\{mode\}.\{name\}"
28
- */
29
- databaseName?: string;
30
- }
31
- interface PrismaPluginOptions extends Omit<PrismaConfig, "schema"> {
32
- /**
33
- * The path(s) to the Prisma schema file(s) (PSL), or path(s) to a folder that shall be recursively searched for *.prisma files.
34
- *
35
- * @defaultValue "\{projectRoot\}/prisma/*.prisma"
36
- */
37
- schema?: string | string[];
38
- /**
39
- * The path to a custom Prisma configuration file.
40
- *
41
- * @remarks
42
- * This field allows the use of the "\{projectRoot\}" token to refer to the project's root directory - the value will be replaced with the correct file path by the plugin.
43
- *
44
- * @defaultValue "\{projectRoot\}/prisma.config.ts"
45
- */
46
- configFile?: string;
47
- /**
48
- * The path to the output file generated by the plugin.
49
- *
50
- * @remarks
51
- * If using the default value, the file can be imported from "powerlines:prisma/module-name". This field allows the use of the "\{builtinsPath\}" token to refer to the built-in Powerlines plugins directory - the value will be replaced with the correct file path by the plugin.
52
- *
53
- * @defaultValue "\{builtinsPath\}/prisma"
54
- */
55
- outputPath?: string;
56
- /**
57
- * The runtime environment to generate the Prisma Client for.
58
- *
59
- * @defaultValue "nodejs"
60
- */
61
- runtime?: "deno" | "nodejs" | "workerd" | "vercel-edge";
62
- /**
63
- * The service token to use for the Prisma API
64
- */
65
- serviceToken?: string;
66
- /**
67
- * Configuration parameters to manage a Prisma Postgres database
68
- */
69
- prismaPostgres?: PrismaPostgresPrismaPluginOptions | true;
70
- /**
71
- * The configuration options for Pulumi.
72
- */
73
- pulumi?: PulumiPluginOptions;
74
- }
75
- type PrismaPluginUserConfig = UserConfig & PulumiPluginUserConfig & {
76
- prisma?: Omit<PrismaPluginOptions, "schema" | "outputPath" | "configFile"> & Required<Pick<PrismaPluginOptions, "schema" | "outputPath" | "configFile">>;
77
- };
78
- type PrismaPluginResolvedConfig = ResolvedConfig & PulumiPluginResolvedConfig & {
79
- prisma: Omit<PrismaPluginOptions, "schema" | "outputPath" | "configFile" | "runtime" | "prismaPostgres"> & Required<Pick<PrismaPluginOptions, "outputPath" | "configFile" | "runtime">> & {
80
- /**
81
- * The path(s) to the Prisma schema file(s) (PSL), or path(s) to a folder that shall be recursively searched for *.prisma files.
82
- */
83
- schema: string[];
84
- /**
85
- * Configuration parameters to manage a Prisma Postgres database
86
- */
87
- prismaPostgres?: Required<PrismaPostgresPrismaPluginOptions>;
88
- };
89
- };
90
- type PrismaSchemaContext = Omit<SchemaContext, "warnings" | "datasources" | "generators"> & Omit<PrismaSchema, "path" | "content"> & {
91
- schemas: PrismaSchema[];
92
- };
93
- type PrismaPluginContext<TResolvedConfig extends PrismaPluginResolvedConfig = PrismaPluginResolvedConfig> = PluginContext<TResolvedConfig> & PulumiPluginContext & {
94
- prisma: {
95
- config: PrismaConfig;
96
- schema: PrismaSchemaContext;
97
- previewFeatures: string[];
98
- dmmf: DMMF.Document;
99
- builder: PrismaSchemaCreator;
100
- typedSql: SqlQueryOutput[];
101
- };
102
- };
103
- declare type __ΩPrismaPostgresPrismaPluginOptions = any[];
104
- declare type __ΩPrismaPluginOptions = any[];
105
- declare type __ΩPrismaPluginUserConfig = any[];
106
- declare type __ΩPrismaPluginResolvedConfig = any[];
107
- declare type __ΩPrismaSchemaContext = any[];
108
- declare type __ΩPrismaPluginContext = any[];
109
- //#endregion
110
- export { PrismaPluginContext, PrismaPluginOptions, PrismaPluginResolvedConfig, PrismaPluginUserConfig, PrismaPostgresPrismaPluginOptions, PrismaSchemaContext, __ΩPrismaPluginContext, __ΩPrismaPluginOptions, __ΩPrismaPluginResolvedConfig, __ΩPrismaPluginUserConfig, __ΩPrismaPostgresPrismaPluginOptions, __ΩPrismaSchemaContext };
111
- //# sourceMappingURL=plugin.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;;;;;;UAgCiB,iCAAA;;AAAjB;;;;EAME,SAAA;EAOA;;;;AAuCF;EAvCE,MAAA;;;;;;EAoCA,YAAA;AAAA;AAAA,UAGe,mBAAA,SAA4B,IAAA,CAAK,YAAA;EAAA;;;;;EAMhD,MAAA;EAqCA;;;;;;AAQF;;EAnCE,UAAA;EAmCmC;;;;;;;;EAzBnC,UAAA;EAyBmC;;;;;EAlBnC,OAAA;EAsBM;;;EAjBN,YAAA;EAqBU;;;EAhBV,cAAA,GAAiB,iCAAA;EAiBjB;;;EAZA,MAAA,GAAS,mBAAA;AAAA;AAAA,KAGC,sBAAA,GAAyB,UAAA,GACnC,sBAAA;EACE,MAAA,GAAS,IAAA,CAAK,mBAAA,4CACZ,QAAA,CACE,IAAA,CAAK,mBAAA;AAAA;AAAA,KAID,0BAAA,GAA6B,cAAA,GACvC,0BAAA;EACE,MAAA,EAAQ,IAAA,CACN,mBAAA,2EAGA,QAAA,CACE,IAAA,CAAK,mBAAA;IAP4B;;;IAYjC,MAAA;IATF;;;IAcE,cAAA,GAAiB,QAAA,CAAS,iCAAA;EAAA;AAAA;AAAA,KAItB,mBAAA,GAAsB,IAAA,CAChC,aAAA,+CAGA,IAAA,CAAK,YAAA;EACH,OAAA,EAAS,YAAA;AAAA;AAAA,KAGD,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,aAAA,CAAc,eAAA,IAChB,mBAAA;EACE,MAAA;IACE,MAAA,EAAQ,YAAA;IACR,MAAA,EAAQ,mBAAA;IACR,eAAA;IACA,IAAA,EAAM,IAAA,CAAK,QAAA;IACX,OAAA,EAAS,mBAAA;IACT,QAAA,EAAU,cAAA;EAAA;AAAA;AAAA"}
@@ -1,94 +0,0 @@
1
- import { Datasource, PrismaConfig as PrismaConfig$1 } from "@prisma/config";
2
-
3
- //#region src/types/prisma.d.ts
4
- type MultipleSchemas = Array<[filename: string, content: string]>;
5
- type SchemaFileInput = string | [filename: string, content: string];
6
- type ConnectorType = "mysql" | "mongodb" | "sqlite" | "postgresql" | "postgres" | "prisma+postgres" | "sqlserver" | "cockroachdb";
7
- type ActiveConnectorType = Exclude<ConnectorType, "postgres" | "prisma+postgres">;
8
- interface EnvValue {
9
- fromEnvVar: null | string;
10
- value: null | string;
11
- }
12
- interface DataSource {
13
- name: string;
14
- provider: ConnectorType;
15
- activeProvider: ActiveConnectorType;
16
- url: EnvValue;
17
- directUrl?: EnvValue;
18
- schemas: string[] | [];
19
- sourceFilePath: string;
20
- }
21
- interface GetSchemaResponse {
22
- config: PrismaSchema;
23
- errors: GetSchemaValidationError[];
24
- }
25
- interface EnvValue {
26
- fromEnvVar: null | string;
27
- value: null | string;
28
- }
29
- interface EnvPaths {
30
- rootEnvPath: string | null;
31
- schemaEnvPath: string | undefined;
32
- }
33
- interface BinaryTargetsEnvValue {
34
- fromEnvVar: string | null;
35
- value: string;
36
- native?: boolean;
37
- }
38
- interface GeneratorConfig {
39
- name: string;
40
- output: EnvValue | null;
41
- isCustomOutput?: boolean;
42
- provider: EnvValue;
43
- config: {
44
- /** `output` is a reserved name and will only be available directly at `generator.output` */output?: never; /** `provider` is a reserved name and will only be available directly at `generator.provider` */
45
- provider?: never; /** `binaryTargets` is a reserved name and will only be available directly at `generator.binaryTargets` */
46
- binaryTargets?: never; /** `previewFeatures` is a reserved name and will only be available directly at `generator.previewFeatures` */
47
- previewFeatures?: never;
48
- } & {
49
- [key: string]: string | string[] | undefined;
50
- };
51
- binaryTargets: BinaryTargetsEnvValue[];
52
- previewFeatures: string[];
53
- envPaths?: EnvPaths;
54
- sourceFilePath: string;
55
- }
56
- type LoadedFile = [path: string, content: string];
57
- interface PrismaSchema {
58
- path: string;
59
- content: string;
60
- datasources: DataSource[];
61
- generators: GeneratorConfig[];
62
- warnings: string[];
63
- }
64
- interface GetSchemaValidationError {
65
- fileName: string | null;
66
- message: string;
67
- }
68
- interface GetSchemaOptions {
69
- datamodel: SchemaFileInput;
70
- ignoreEnvVarErrors?: boolean;
71
- }
72
- /**
73
- * A Prisma Config that has been validated w.r.t. the command that is being executed.
74
- */
75
- type PrismaConfig = Required<Pick<PrismaConfig$1, "datasource">> & Omit<PrismaConfig$1, "datasource"> & {
76
- datasource: Required<Pick<Datasource, "url">> & Omit<Datasource, "url">;
77
- };
78
- declare type __ΩMultipleSchemas = any[];
79
- declare type __ΩSchemaFileInput = any[];
80
- declare type __ΩConnectorType = any[];
81
- declare type __ΩActiveConnectorType = any[];
82
- declare type __ΩEnvValue = any[];
83
- declare type __ΩDataSource = any[];
84
- declare type __ΩGetSchemaResponse = any[];
85
- declare type __ΩEnvPaths = any[];
86
- declare type __ΩBinaryTargetsEnvValue = any[];
87
- declare type __ΩGeneratorConfig = any[];
88
- declare type __ΩLoadedFile = any[];
89
- declare type __ΩPrismaSchema = any[];
90
- declare type __ΩGetSchemaOptions = any[];
91
- declare type __ΩPrismaConfig = any[];
92
- //#endregion
93
- export { ActiveConnectorType, BinaryTargetsEnvValue, ConnectorType, DataSource, EnvPaths, EnvValue, GeneratorConfig, GetSchemaOptions, GetSchemaResponse, LoadedFile, MultipleSchemas, PrismaConfig, PrismaSchema, SchemaFileInput, __ΩActiveConnectorType, __ΩBinaryTargetsEnvValue, __ΩConnectorType, __ΩDataSource, __ΩEnvPaths, __ΩEnvValue, __ΩGeneratorConfig, __ΩGetSchemaOptions, __ΩGetSchemaResponse, __ΩLoadedFile, __ΩMultipleSchemas, __ΩPrismaConfig, __ΩPrismaSchema, __ΩSchemaFileInput };
94
- //# sourceMappingURL=prisma.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prisma.d.cts","names":[],"sources":["../../src/types/prisma.ts"],"mappings":";;;KAuBY,eAAA,GAAkB,KAAA,EAAO,QAAA,UAAkB,OAAA;AAAA,KAC3C,eAAA,aAA4B,QAAA,UAAkB,OAAA;AAAA,KAE9C,aAAA;AAAA,KAUA,mBAAA,GAAsB,OAAA,CAChC,aAAA;AAAA,UAIe,QAAA;EACf,UAAA;EACA,KAAA;AAAA;AAAA,UAGe,UAAA;EACf,IAAA;EACA,QAAA,EAAU,aAAA;EAEV,cAAA,EAAgB,mBAAA;EAChB,GAAA,EAAK,QAAA;EACL,SAAA,GAAY,QAAA;EACZ,OAAA;EACA,cAAA;AAAA;AAAA,UAGe,iBAAA;EACf,MAAA,EAAQ,YAAA;EACR,MAAA,EAAQ,wBAAA;AAAA;AAAA,UAGO,QAAA;EACf,UAAA;EACA,KAAA;AAAA;AAAA,UAGe,QAAA;EACf,WAAA;EACA,aAAA;AAAA;AAAA,UAGe,qBAAA;EACf,UAAA;EACA,KAAA;EACA,MAAA;AAAA;AAAA,UAGe,eAAA;EACf,IAAA;EACA,MAAA,EAAQ,QAAA;EACR,cAAA;EACA,QAAA,EAAU,QAAA;EACV,MAAA;IApCA,4FAsCE,MAAA,UArCQ;IAuCR,QAAA,UArCc;IAuCd,aAAA,UAtCG;IAwCH,eAAA;EAAA;IAAA,CAEC,GAAA;EAAA;EAEH,aAAA,EAAe,qBAAA;EACf,eAAA;EACA,QAAA,GAAW,QAAA;EACX,cAAA;AAAA;AAAA,KAGU,UAAA,IAAc,IAAA,UAAc,OAAA;AAAA,UAEvB,YAAA;EACf,IAAA;EACA,OAAA;EACA,WAAA,EAAa,UAAA;EACb,UAAA,EAAY,eAAA;EACZ,QAAA;AAAA;AAAA,UAGQ,wBAAA;EACR,QAAA;EACA,OAAA;AAAA;AAAA,UAGe,gBAAA;EACf,SAAA,EAAW,eAAA;EACX,kBAAA;AAAA;;AA9CF;;KAoDY,YAAA,GAAe,QAAA,CAAS,IAAA,CAAK,cAAA,mBACvC,IAAA,CAAK,cAAA;EACH,UAAA,EAAY,QAAA,CAAS,IAAA,CAAK,UAAA,YAAsB,IAAA,CAAK,UAAA;AAAA;AAAA"}
@@ -1,94 +0,0 @@
1
- import { Datasource, PrismaConfig as PrismaConfig$1 } from "@prisma/config";
2
-
3
- //#region src/types/prisma.d.ts
4
- type MultipleSchemas = Array<[filename: string, content: string]>;
5
- type SchemaFileInput = string | [filename: string, content: string];
6
- type ConnectorType = "mysql" | "mongodb" | "sqlite" | "postgresql" | "postgres" | "prisma+postgres" | "sqlserver" | "cockroachdb";
7
- type ActiveConnectorType = Exclude<ConnectorType, "postgres" | "prisma+postgres">;
8
- interface EnvValue {
9
- fromEnvVar: null | string;
10
- value: null | string;
11
- }
12
- interface DataSource {
13
- name: string;
14
- provider: ConnectorType;
15
- activeProvider: ActiveConnectorType;
16
- url: EnvValue;
17
- directUrl?: EnvValue;
18
- schemas: string[] | [];
19
- sourceFilePath: string;
20
- }
21
- interface GetSchemaResponse {
22
- config: PrismaSchema;
23
- errors: GetSchemaValidationError[];
24
- }
25
- interface EnvValue {
26
- fromEnvVar: null | string;
27
- value: null | string;
28
- }
29
- interface EnvPaths {
30
- rootEnvPath: string | null;
31
- schemaEnvPath: string | undefined;
32
- }
33
- interface BinaryTargetsEnvValue {
34
- fromEnvVar: string | null;
35
- value: string;
36
- native?: boolean;
37
- }
38
- interface GeneratorConfig {
39
- name: string;
40
- output: EnvValue | null;
41
- isCustomOutput?: boolean;
42
- provider: EnvValue;
43
- config: {
44
- /** `output` is a reserved name and will only be available directly at `generator.output` */output?: never; /** `provider` is a reserved name and will only be available directly at `generator.provider` */
45
- provider?: never; /** `binaryTargets` is a reserved name and will only be available directly at `generator.binaryTargets` */
46
- binaryTargets?: never; /** `previewFeatures` is a reserved name and will only be available directly at `generator.previewFeatures` */
47
- previewFeatures?: never;
48
- } & {
49
- [key: string]: string | string[] | undefined;
50
- };
51
- binaryTargets: BinaryTargetsEnvValue[];
52
- previewFeatures: string[];
53
- envPaths?: EnvPaths;
54
- sourceFilePath: string;
55
- }
56
- type LoadedFile = [path: string, content: string];
57
- interface PrismaSchema {
58
- path: string;
59
- content: string;
60
- datasources: DataSource[];
61
- generators: GeneratorConfig[];
62
- warnings: string[];
63
- }
64
- interface GetSchemaValidationError {
65
- fileName: string | null;
66
- message: string;
67
- }
68
- interface GetSchemaOptions {
69
- datamodel: SchemaFileInput;
70
- ignoreEnvVarErrors?: boolean;
71
- }
72
- /**
73
- * A Prisma Config that has been validated w.r.t. the command that is being executed.
74
- */
75
- type PrismaConfig = Required<Pick<PrismaConfig$1, "datasource">> & Omit<PrismaConfig$1, "datasource"> & {
76
- datasource: Required<Pick<Datasource, "url">> & Omit<Datasource, "url">;
77
- };
78
- declare type __ΩMultipleSchemas = any[];
79
- declare type __ΩSchemaFileInput = any[];
80
- declare type __ΩConnectorType = any[];
81
- declare type __ΩActiveConnectorType = any[];
82
- declare type __ΩEnvValue = any[];
83
- declare type __ΩDataSource = any[];
84
- declare type __ΩGetSchemaResponse = any[];
85
- declare type __ΩEnvPaths = any[];
86
- declare type __ΩBinaryTargetsEnvValue = any[];
87
- declare type __ΩGeneratorConfig = any[];
88
- declare type __ΩLoadedFile = any[];
89
- declare type __ΩPrismaSchema = any[];
90
- declare type __ΩGetSchemaOptions = any[];
91
- declare type __ΩPrismaConfig = any[];
92
- //#endregion
93
- export { ActiveConnectorType, BinaryTargetsEnvValue, ConnectorType, DataSource, EnvPaths, EnvValue, GeneratorConfig, GetSchemaOptions, GetSchemaResponse, LoadedFile, MultipleSchemas, PrismaConfig, PrismaSchema, SchemaFileInput, __ΩActiveConnectorType, __ΩBinaryTargetsEnvValue, __ΩConnectorType, __ΩDataSource, __ΩEnvPaths, __ΩEnvValue, __ΩGeneratorConfig, __ΩGetSchemaOptions, __ΩGetSchemaResponse, __ΩLoadedFile, __ΩMultipleSchemas, __ΩPrismaConfig, __ΩPrismaSchema, __ΩSchemaFileInput };
94
- //# sourceMappingURL=prisma.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prisma.d.mts","names":[],"sources":["../../src/types/prisma.ts"],"mappings":";;;KAuBY,eAAA,GAAkB,KAAA,EAAO,QAAA,UAAkB,OAAA;AAAA,KAC3C,eAAA,aAA4B,QAAA,UAAkB,OAAA;AAAA,KAE9C,aAAA;AAAA,KAUA,mBAAA,GAAsB,OAAA,CAChC,aAAA;AAAA,UAIe,QAAA;EACf,UAAA;EACA,KAAA;AAAA;AAAA,UAGe,UAAA;EACf,IAAA;EACA,QAAA,EAAU,aAAA;EAEV,cAAA,EAAgB,mBAAA;EAChB,GAAA,EAAK,QAAA;EACL,SAAA,GAAY,QAAA;EACZ,OAAA;EACA,cAAA;AAAA;AAAA,UAGe,iBAAA;EACf,MAAA,EAAQ,YAAA;EACR,MAAA,EAAQ,wBAAA;AAAA;AAAA,UAGO,QAAA;EACf,UAAA;EACA,KAAA;AAAA;AAAA,UAGe,QAAA;EACf,WAAA;EACA,aAAA;AAAA;AAAA,UAGe,qBAAA;EACf,UAAA;EACA,KAAA;EACA,MAAA;AAAA;AAAA,UAGe,eAAA;EACf,IAAA;EACA,MAAA,EAAQ,QAAA;EACR,cAAA;EACA,QAAA,EAAU,QAAA;EACV,MAAA;IApCA,4FAsCE,MAAA,UArCQ;IAuCR,QAAA,UArCc;IAuCd,aAAA,UAtCG;IAwCH,eAAA;EAAA;IAAA,CAEC,GAAA;EAAA;EAEH,aAAA,EAAe,qBAAA;EACf,eAAA;EACA,QAAA,GAAW,QAAA;EACX,cAAA;AAAA;AAAA,KAGU,UAAA,IAAc,IAAA,UAAc,OAAA;AAAA,UAEvB,YAAA;EACf,IAAA;EACA,OAAA;EACA,WAAA,EAAa,UAAA;EACb,UAAA,EAAY,eAAA;EACZ,QAAA;AAAA;AAAA,UAGQ,wBAAA;EACR,QAAA;EACA,OAAA;AAAA;AAAA,UAGe,gBAAA;EACf,SAAA,EAAW,eAAA;EACX,kBAAA;AAAA;;AA9CF;;KAoDY,YAAA,GAAe,QAAA,CAAS,IAAA,CAAK,cAAA,mBACvC,IAAA,CAAK,cAAA;EACH,UAAA,EAAY,QAAA,CAAS,IAAA,CAAK,UAAA,YAAsB,IAAA,CAAK,UAAA;AAAA;AAAA"}