@prisma/client-engine-runtime
Advanced tools
+6
-6
@@ -523,3 +523,3 @@ import { ArgType } from '@prisma/driver-adapter-utils'; | ||
| export declare type ValidationError = { | ||
| error_identifier: 'RELATION_VIOLATION'; | ||
| errorIdentifier: 'RELATION_VIOLATION'; | ||
| context: { | ||
@@ -531,3 +531,3 @@ relation: string; | ||
| } | { | ||
| error_identifier: 'MISSING_RELATED_RECORD'; | ||
| errorIdentifier: 'MISSING_RELATED_RECORD'; | ||
| context: { | ||
@@ -541,3 +541,3 @@ model: string; | ||
| } | { | ||
| error_identifier: 'MISSING_RECORD'; | ||
| errorIdentifier: 'MISSING_RECORD'; | ||
| context: { | ||
@@ -547,3 +547,3 @@ operation: string; | ||
| } | { | ||
| error_identifier: 'INCOMPLETE_CONNECT_INPUT'; | ||
| errorIdentifier: 'INCOMPLETE_CONNECT_INPUT'; | ||
| context: { | ||
@@ -553,3 +553,3 @@ expectedRows: number; | ||
| } | { | ||
| error_identifier: 'INCOMPLETE_CONNECT_OUTPUT'; | ||
| errorIdentifier: 'INCOMPLETE_CONNECT_OUTPUT'; | ||
| context: { | ||
@@ -561,3 +561,3 @@ expectedRows: number; | ||
| } | { | ||
| error_identifier: 'RECORDS_NOT_CONNECTED'; | ||
| errorIdentifier: 'RECORDS_NOT_CONNECTED'; | ||
| context: { | ||
@@ -564,0 +564,0 @@ relation: string; |
+6
-6
@@ -523,3 +523,3 @@ import { ArgType } from '@prisma/driver-adapter-utils'; | ||
| export declare type ValidationError = { | ||
| error_identifier: 'RELATION_VIOLATION'; | ||
| errorIdentifier: 'RELATION_VIOLATION'; | ||
| context: { | ||
@@ -531,3 +531,3 @@ relation: string; | ||
| } | { | ||
| error_identifier: 'MISSING_RELATED_RECORD'; | ||
| errorIdentifier: 'MISSING_RELATED_RECORD'; | ||
| context: { | ||
@@ -541,3 +541,3 @@ model: string; | ||
| } | { | ||
| error_identifier: 'MISSING_RECORD'; | ||
| errorIdentifier: 'MISSING_RECORD'; | ||
| context: { | ||
@@ -547,3 +547,3 @@ operation: string; | ||
| } | { | ||
| error_identifier: 'INCOMPLETE_CONNECT_INPUT'; | ||
| errorIdentifier: 'INCOMPLETE_CONNECT_INPUT'; | ||
| context: { | ||
@@ -553,3 +553,3 @@ expectedRows: number; | ||
| } | { | ||
| error_identifier: 'INCOMPLETE_CONNECT_OUTPUT'; | ||
| errorIdentifier: 'INCOMPLETE_CONNECT_OUTPUT'; | ||
| context: { | ||
@@ -561,3 +561,3 @@ expectedRows: number; | ||
| } | { | ||
| error_identifier: 'RECORDS_NOT_CONNECTED'; | ||
| errorIdentifier: 'RECORDS_NOT_CONNECTED'; | ||
| context: { | ||
@@ -564,0 +564,0 @@ relation: string; |
@@ -233,3 +233,3 @@ import { ArgType, Arity } from '@prisma/driver-adapter-utils'; | ||
| export type ValidationError = { | ||
| error_identifier: 'RELATION_VIOLATION'; | ||
| errorIdentifier: 'RELATION_VIOLATION'; | ||
| context: { | ||
@@ -241,3 +241,3 @@ relation: string; | ||
| } | { | ||
| error_identifier: 'MISSING_RELATED_RECORD'; | ||
| errorIdentifier: 'MISSING_RELATED_RECORD'; | ||
| context: { | ||
@@ -251,3 +251,3 @@ model: string; | ||
| } | { | ||
| error_identifier: 'MISSING_RECORD'; | ||
| errorIdentifier: 'MISSING_RECORD'; | ||
| context: { | ||
@@ -257,3 +257,3 @@ operation: string; | ||
| } | { | ||
| error_identifier: 'INCOMPLETE_CONNECT_INPUT'; | ||
| errorIdentifier: 'INCOMPLETE_CONNECT_INPUT'; | ||
| context: { | ||
@@ -263,3 +263,3 @@ expectedRows: number; | ||
| } | { | ||
| error_identifier: 'INCOMPLETE_CONNECT_OUTPUT'; | ||
| errorIdentifier: 'INCOMPLETE_CONNECT_OUTPUT'; | ||
| context: { | ||
@@ -271,3 +271,3 @@ expectedRows: number; | ||
| } | { | ||
| error_identifier: 'RECORDS_NOT_CONNECTED'; | ||
| errorIdentifier: 'RECORDS_NOT_CONNECTED'; | ||
| context: { | ||
@@ -274,0 +274,0 @@ relation: string; |
+5
-5
| { | ||
| "name": "@prisma/client-engine-runtime", | ||
| "version": "7.5.0-dev.29", | ||
| "version": "7.5.0-dev.30", | ||
| "description": "This package is intended for Prisma's internal use", | ||
@@ -34,6 +34,6 @@ "main": "dist/index.js", | ||
| "uuid": "11.1.0", | ||
| "@prisma/client-runtime-utils": "7.5.0-dev.29", | ||
| "@prisma/debug": "7.5.0-dev.29", | ||
| "@prisma/driver-adapter-utils": "7.5.0-dev.29", | ||
| "@prisma/sqlcommenter": "7.5.0-dev.29" | ||
| "@prisma/client-runtime-utils": "7.5.0-dev.30", | ||
| "@prisma/debug": "7.5.0-dev.30", | ||
| "@prisma/sqlcommenter": "7.5.0-dev.30", | ||
| "@prisma/driver-adapter-utils": "7.5.0-dev.30" | ||
| }, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
232929
-0.01%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated