@infineit-nestjs/core 1.0.39 → 1.0.40

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.
@@ -0,0 +1,2 @@
1
+ "use strict";var r=require("./internal/prismaNamespaceBrowser.js"),e=require("./enums.js");exports.Prisma=r,exports.$Enums=e;
2
+ //# sourceMappingURL=browser.js.map
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=commonInputTypes.js.map
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=models.js.map
@@ -0,0 +1,2 @@
1
+ import*as s from"./internal/prismaNamespaceBrowser.js";export{s as Prisma};import*as r from"./enums.js";export{r as $Enums};
2
+ //# sourceMappingURL=browser.js.map
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=commonInputTypes.js.map
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=models.js.map
@@ -0,0 +1,4 @@
1
+ import * as generated_prisma_internal_prismaNamespaceBrowser from './internal/prismaNamespaceBrowser.js';
2
+ export { generated_prisma_internal_prismaNamespaceBrowser as Prisma };
3
+ import * as generated_prisma_enums from './enums.js';
4
+ export { generated_prisma_enums as $Enums };
@@ -3,8 +3,8 @@ import { PrismaClientConstructor, PrismaClient as PrismaClient$1 } from './inter
3
3
  import { LogLevel, PrismaClientOptions } from './internal/prismaNamespace.js';
4
4
  import * as generated_prisma_internal_prismaNamespace from './internal/prismaNamespace.js';
5
5
  export { generated_prisma_internal_prismaNamespace as Prisma };
6
- import * as enums from './enums.js';
7
- export { enums as $Enums };
6
+ import * as generated_prisma_enums from './enums.js';
7
+ export { generated_prisma_enums as $Enums };
8
8
 
9
9
  declare const PrismaClient: PrismaClientConstructor;
10
10
  type PrismaClient<LogOpts extends LogLevel = never, OmitOpts extends PrismaClientOptions['omit'] = PrismaClientOptions['omit'], ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = PrismaClient$1<LogOpts, OmitOpts, ExtArgs>;
@@ -0,0 +1,2 @@
1
+
2
+ export { };
@@ -1,5 +1,5 @@
1
1
  import * as runtime from '@prisma/client/runtime/client';
2
- import { PrismaClientOptions, LogLevel, LogDefinition, GetEvents, Subset, TypeMap, QueryEvent, LogEvent, Sql, PrismaPromise, TransactionIsolationLevel, TypeMapCb } from './prismaNamespace.js';
2
+ import { LogLevel, PrismaClientOptions, TypeMap, QueryEvent, LogEvent, Sql, PrismaPromise, TransactionIsolationLevel, TypeMapCb, LogDefinition, GetEvents, Subset } from './prismaNamespace.js';
3
3
 
4
4
  type LogOptions<ClientOptions extends PrismaClientOptions> = 'log' extends keyof ClientOptions ? ClientOptions['log'] extends Array<LogLevel | LogDefinition> ? GetEvents<ClientOptions['log']> : never : never;
5
5
  interface PrismaClientConstructor {
@@ -0,0 +1,2 @@
1
+
2
+ export { };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infineit-nestjs/core",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -111,7 +111,7 @@
111
111
  "dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\""
112
112
  },
113
113
  "dependencies": {
114
- "@infineit-nestjs/services": "1.0.44",
114
+ "@infineit-nestjs/services": "1.0.45",
115
115
  "@infineit-nestjs/types": "1.0.11",
116
116
  "@nestjs/swagger": "^11.0.7",
117
117
  "dotenv": "^16.5.0",
@@ -153,5 +153,5 @@
153
153
  "node": ">=18.0.0",
154
154
  "npm": ">=9.0.0"
155
155
  },
156
- "gitHead": "73991942aa0c6333fbd160d4e798ee47c9491639"
156
+ "gitHead": "8be2a6eb3396082bcffc7ad18cc3f3a20bfd2d23"
157
157
  }