@graphoria/server 0.1.5 → 0.2.1
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/src/analyzeQuery/resolveVariables.d.ts.map +1 -1
- package/dist/src/authentication/jwt.d.ts.map +1 -1
- package/dist/src/authentication/paseto.d.ts.map +1 -1
- package/dist/src/authentication/tokenRepository.d.ts +2 -1
- package/dist/src/authentication/tokenRepository.d.ts.map +1 -1
- package/dist/src/config/helpers/operationHelper.d.ts +60 -6
- package/dist/src/config/helpers/operationHelper.d.ts.map +1 -1
- package/dist/src/config/helpers/operationHelper.test.d.ts +2 -0
- package/dist/src/config/helpers/operationHelper.test.d.ts.map +1 -0
- package/dist/src/config/index.d.ts +65 -60
- package/dist/src/config/index.d.ts.map +1 -1
- package/dist/src/config/types/ai.d.ts +9 -3
- package/dist/src/config/types/ai.d.ts.map +1 -1
- package/dist/src/config/types/auth.d.ts +55 -15
- package/dist/src/config/types/auth.d.ts.map +1 -1
- package/dist/src/config/types/cron.d.ts +96 -2
- package/dist/src/config/types/cron.d.ts.map +1 -1
- package/dist/src/config/types/db.d.ts +102 -29
- package/dist/src/config/types/db.d.ts.map +1 -1
- package/dist/src/config/types/index.d.ts +1 -1
- package/dist/src/config/types/index.d.ts.map +1 -1
- package/dist/src/config/types/operation.d.ts +49 -17
- package/dist/src/config/types/operation.d.ts.map +1 -1
- package/dist/src/config/types/queue.d.ts +61 -14
- package/dist/src/config/types/queue.d.ts.map +1 -1
- package/dist/src/config/types/remote-rest.d.ts +10 -1
- package/dist/src/config/types/remote-rest.d.ts.map +1 -1
- package/dist/src/config/types/remote-schema.d.ts +13 -3
- package/dist/src/config/types/remote-schema.d.ts.map +1 -1
- package/dist/src/config/types/virtual-columns.d.ts +1 -1
- package/dist/src/config/types/virtual-columns.d.ts.map +1 -1
- package/dist/src/configuration/getSchemas/index.d.ts +6 -4
- package/dist/src/configuration/getSchemas/index.d.ts.map +1 -1
- package/dist/src/configuration/getSchemas/mergeEntities/index.d.ts +9 -2
- package/dist/src/configuration/getSchemas/mergeEntities/index.d.ts.map +1 -1
- package/dist/src/configuration/getSchemas/mergeEntities/index.test.d.ts +2 -0
- package/dist/src/configuration/getSchemas/mergeEntities/index.test.d.ts.map +1 -0
- package/dist/src/configuration/getSchemas/type-definition-generator/index.d.ts.map +1 -1
- package/dist/src/configuration/index.d.ts +5 -4
- package/dist/src/configuration/index.d.ts.map +1 -1
- package/dist/src/configuration/rest/generateOpenAPI.d.ts.map +1 -1
- package/dist/src/configuration/rest/handleRESTRequestFactory.d.ts.map +1 -1
- package/dist/src/configuration/rest/parseStringParams.d.ts +15 -0
- package/dist/src/configuration/rest/parseStringParams.d.ts.map +1 -0
- package/dist/src/configuration/rest/parseStringParams.test.d.ts +2 -0
- package/dist/src/configuration/rest/parseStringParams.test.d.ts.map +1 -0
- package/dist/src/databases/common.d.ts +9 -1
- package/dist/src/databases/common.d.ts.map +1 -1
- package/dist/src/databases/directives.d.ts.map +1 -1
- package/dist/src/databases/engines/mssql/connection.d.ts +1 -1
- package/dist/src/databases/engines/mssql/connection.d.ts.map +1 -1
- package/dist/src/databases/engines/mssql/getStructure.d.ts +1 -0
- package/dist/src/databases/engines/mssql/getStructure.d.ts.map +1 -1
- package/dist/src/databases/engines/mssql/query/index.d.ts.map +1 -1
- package/dist/src/databases/engines/mysql/connection.d.ts.map +1 -1
- package/dist/src/databases/engines/mysql/getStructure.d.ts +1 -0
- package/dist/src/databases/engines/mysql/getStructure.d.ts.map +1 -1
- package/dist/src/databases/engines/mysql/placeholders.d.ts +22 -0
- package/dist/src/databases/engines/mysql/placeholders.d.ts.map +1 -0
- package/dist/src/databases/engines/mysql/placeholders.test.d.ts +2 -0
- package/dist/src/databases/engines/mysql/placeholders.test.d.ts.map +1 -0
- package/dist/src/databases/engines/mysql/query/index.d.ts.map +1 -1
- package/dist/src/databases/engines/postgresql/getStructure.d.ts +1 -0
- package/dist/src/databases/engines/postgresql/getStructure.d.ts.map +1 -1
- package/dist/src/databases/engines/postgresql/query/index.d.ts.map +1 -1
- package/dist/src/databases/high-level-operations.d.ts +1 -0
- package/dist/src/databases/high-level-operations.d.ts.map +1 -1
- package/dist/src/databases/identifierMapping.test.d.ts +2 -0
- package/dist/src/databases/identifierMapping.test.d.ts.map +1 -0
- package/dist/src/databases/metadata/structure.d.ts +1 -0
- package/dist/src/databases/metadata/structure.d.ts.map +1 -1
- package/dist/src/databases/sqlTypeUtils.d.ts.map +1 -1
- package/dist/src/databases/transformers/data-transformers.d.ts +1 -0
- package/dist/src/databases/transformers/data-transformers.d.ts.map +1 -1
- package/dist/src/databases/transformers/genResolverName.d.ts.map +1 -1
- package/dist/src/databases/transformers/graphqlName.d.ts +23 -0
- package/dist/src/databases/transformers/graphqlName.d.ts.map +1 -0
- package/dist/src/databases/transformers/graphqlName.test.d.ts +2 -0
- package/dist/src/databases/transformers/graphqlName.test.d.ts.map +1 -0
- package/dist/src/singletons/env.d.ts +2 -2
- package/dist/src/types/env.d.ts +56 -56
- package/dist/src/types/resolver.d.ts +12 -2
- package/dist/src/types/resolver.d.ts.map +1 -1
- package/dist/src/types/zod/auth.d.ts +6 -6
- package/dist/src/types/zod/configuration.d.ts +52 -52
- package/dist/src/types/zod/configuration.d.ts.map +1 -1
- package/dist/src/types/zod/cron.d.ts +1 -1
- package/dist/src/types/zod/cron.d.ts.map +1 -1
- package/dist/src/types/zod/db.d.ts +21 -12
- package/dist/src/types/zod/db.d.ts.map +1 -1
- package/dist/src/types/zod/queue.d.ts +38 -38
- package/dist/src/types/zod/strict-keys.test.d.ts +2 -0
- package/dist/src/types/zod/strict-keys.test.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/analyzeQuery/resolveVariables.ts +37 -7
- package/src/authentication/jwt.ts +3 -1
- package/src/authentication/paseto.ts +3 -1
- package/src/authentication/tokenRepository.ts +12 -4
- package/src/config/helpers/operationHelper.ts +146 -5
- package/src/config/index.ts +139 -62
- package/src/config/types/ai.ts +2 -2
- package/src/config/types/auth.ts +37 -6
- package/src/config/types/cron.ts +1 -1
- package/src/config/types/db.ts +10 -10
- package/src/config/types/index.ts +2 -0
- package/src/config/types/operation.ts +49 -9
- package/src/config/types/queue.ts +8 -8
- package/src/config/types/remote-rest.ts +1 -1
- package/src/config/types/remote-schema.ts +2 -2
- package/src/config/types/virtual-columns.ts +1 -1
- package/src/configuration/getSchemas/mergeEntities/index.ts +32 -1
- package/src/configuration/getSchemas/type-definition-generator/index.ts +23 -9
- package/src/configuration/rest/generateOpenAPI.ts +5 -9
- package/src/configuration/rest/handleRESTRequestFactory.ts +38 -14
- package/src/configuration/rest/parseStringParams.ts +92 -0
- package/src/databases/common.ts +163 -66
- package/src/databases/directives.ts +26 -8
- package/src/databases/engines/mssql/connection.ts +1 -1
- package/src/databases/engines/mssql/query/index.ts +47 -16
- package/src/databases/engines/mysql/auth.ts +2 -2
- package/src/databases/engines/mysql/connection.ts +5 -4
- package/src/databases/engines/mysql/getStructure.ts +61 -30
- package/src/databases/engines/mysql/placeholders.ts +84 -0
- package/src/databases/engines/mysql/query/index.ts +68 -10
- package/src/databases/engines/postgresql/query/index.ts +59 -7
- package/src/databases/high-level-operations.ts +2 -2
- package/src/databases/sqlTypeUtils.ts +3 -1
- package/src/databases/transformers/genResolverName.ts +3 -3
- package/src/databases/transformers/graphqlName.ts +28 -0
- package/src/subscriptions/strategies/index.ts +1 -1
- package/src/subscriptions/strategies/queue.ts +1 -1
- package/src/types/resolver.ts +17 -1
- package/src/types/zod/configuration.ts +1 -1
- package/src/types/zod/db.ts +4 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { RemoteRESTResolved, RemoteRESTRoute } from "../remoteREST/types";
|
|
2
2
|
import type { RemoteSchemaResolved } from "../remoteSchemas/types";
|
|
3
|
-
import type { Publisher } from "./configuration";
|
|
3
|
+
import type { Publisher, Subscriber } from "./configuration";
|
|
4
4
|
import type { ProcedureResolver, TableResolver } from "./db";
|
|
5
5
|
import type { TypedOperation } from "./zod/operation";
|
|
6
6
|
/**
|
|
@@ -13,6 +13,8 @@ export declare enum EntitySource {
|
|
|
13
13
|
STORED_PROCEDURE = "stored_procedure",
|
|
14
14
|
/** Message queue (RabbitMQ, Kafka, etc.) */
|
|
15
15
|
QUEUE_PUBLISHER = "queue_publisher",
|
|
16
|
+
/** Message queue subscriber (exposed as a GraphQL subscription) */
|
|
17
|
+
QUEUE_SUBSCRIBER = "queue_subscriber",
|
|
16
18
|
/** Authentication mutations (login, refresh, etc.) */
|
|
17
19
|
AUTH = "auth",
|
|
18
20
|
/** Custom operation handlers */
|
|
@@ -51,6 +53,13 @@ export type QueueResolverEntry = ResolverEntryBase & {
|
|
|
51
53
|
source: EntitySource.QUEUE_PUBLISHER;
|
|
52
54
|
resolver: Publisher;
|
|
53
55
|
};
|
|
56
|
+
/**
|
|
57
|
+
* Resolver entry for message queue subscribers
|
|
58
|
+
*/
|
|
59
|
+
export type QueueSubscriberResolverEntry = ResolverEntryBase & {
|
|
60
|
+
source: EntitySource.QUEUE_SUBSCRIBER;
|
|
61
|
+
resolver: Subscriber;
|
|
62
|
+
};
|
|
54
63
|
/**
|
|
55
64
|
* Resolver entry for authentication operations
|
|
56
65
|
*/
|
|
@@ -100,7 +109,7 @@ export type AIResolverEntry = ResolverEntryBase & {
|
|
|
100
109
|
/**
|
|
101
110
|
* Union type of all resolver entries
|
|
102
111
|
*/
|
|
103
|
-
export type ResolverEntry = TableResolverEntry | StoredProcedureResolverEntry | QueueResolverEntry | AuthResolverEntry | OperationResolverEntry | RemoteSchemaResolverEntry | RemoteRESTResolverEntry | AIResolverEntry;
|
|
112
|
+
export type ResolverEntry = TableResolverEntry | StoredProcedureResolverEntry | QueueResolverEntry | QueueSubscriberResolverEntry | AuthResolverEntry | OperationResolverEntry | RemoteSchemaResolverEntry | RemoteRESTResolverEntry | AIResolverEntry;
|
|
104
113
|
/**
|
|
105
114
|
* Registry type - plain object for fast access
|
|
106
115
|
*/
|
|
@@ -112,6 +121,7 @@ export declare const createResolverEntry: {
|
|
|
112
121
|
table: (resolver: TableResolver) => TableResolverEntry;
|
|
113
122
|
storedProcedure: (resolver: ProcedureResolver) => StoredProcedureResolverEntry;
|
|
114
123
|
queuePublisher: (resolver: Publisher) => QueueResolverEntry;
|
|
124
|
+
queueSubscriber: (resolver: Subscriber) => QueueSubscriberResolverEntry;
|
|
115
125
|
auth: (name: string, operation: AuthResolverEntry["resolver"]["operation"]) => AuthResolverEntry;
|
|
116
126
|
operation: (resolver: TypedOperation<unknown, unknown, unknown>) => OperationResolverEntry;
|
|
117
127
|
remoteSchema: (remoteSchema: RemoteSchemaResolved, originalFieldName: string) => RemoteSchemaResolverEntry;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolver.d.ts","sourceRoot":"","sources":["../../../src/types/resolver.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC/E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"resolver.d.ts","sourceRoot":"","sources":["../../../src/types/resolver.ts"],"names":[],"mappings":"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"}
|
|
@@ -18,7 +18,7 @@ export declare const AuthZod: import("zod").ZodPipe<import("zod").ZodDefault<imp
|
|
|
18
18
|
permissions: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDefault<import("zod").ZodObject<{
|
|
19
19
|
tables: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodArray<import("zod").ZodString>, import("zod").ZodLiteral<"ALL">, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"ALL">, import("zod").ZodObject<{
|
|
20
20
|
columns: import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"ALL">, import("zod").ZodArray<import("zod").ZodString>]>;
|
|
21
|
-
filter: import("zod").ZodOptional<import("zod").
|
|
21
|
+
filter: import("zod").ZodOptional<import("zod").ZodType<Record<string, unknown>, unknown, import("zod/v4/core").$ZodTypeInternals<Record<string, unknown>, unknown>>>;
|
|
22
22
|
orderBy: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
23
23
|
column: import("zod").ZodString;
|
|
24
24
|
direction: import("zod").ZodEnum<{
|
|
@@ -29,15 +29,15 @@ export declare const AuthZod: import("zod").ZodPipe<import("zod").ZodDefault<imp
|
|
|
29
29
|
DESC_NULLS_FIRST: "DESC_NULLS_FIRST";
|
|
30
30
|
DESC_NULLS_LAST: "DESC_NULLS_LAST";
|
|
31
31
|
}>;
|
|
32
|
-
}, import("zod/v4/core").$
|
|
33
|
-
}, import("zod/v4/core").$
|
|
32
|
+
}, import("zod/v4/core").$strict>>>;
|
|
33
|
+
}, import("zod/v4/core").$strict>]>>]>>>;
|
|
34
34
|
storedProcedures: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodArray<import("zod").ZodString>, import("zod").ZodLiteral<"ALL">]>>>;
|
|
35
35
|
queues: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodArray<import("zod").ZodString>, import("zod").ZodLiteral<"ALL">]>>>;
|
|
36
36
|
operations: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodArray<import("zod").ZodString>, import("zod").ZodLiteral<"ALL">]>>>;
|
|
37
37
|
remoteSchemas: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodArray<import("zod").ZodString>, import("zod").ZodLiteral<"ALL">]>>>;
|
|
38
38
|
remoteREST: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodArray<import("zod").ZodString>, import("zod").ZodLiteral<"ALL">]>>>;
|
|
39
|
-
}, import("zod/v4/core").$
|
|
40
|
-
}, import("zod/v4/core").$
|
|
39
|
+
}, import("zod/v4/core").$strict>>>>>;
|
|
40
|
+
}, import("zod/v4/core").$strict>>>, import("zod").ZodTransform<{
|
|
41
41
|
permissions: {
|
|
42
42
|
[k: string]: {
|
|
43
43
|
tables: "ALL" | TablePermissionsDictionary;
|
|
@@ -60,7 +60,7 @@ export declare const AuthZod: import("zod").ZodPipe<import("zod").ZodDefault<imp
|
|
|
60
60
|
permissions: Record<string, {
|
|
61
61
|
tables: string[] | "ALL" | Record<string, "ALL" | {
|
|
62
62
|
columns: string[] | "ALL";
|
|
63
|
-
filter?: Record<string,
|
|
63
|
+
filter?: Record<string, unknown> | undefined;
|
|
64
64
|
orderBy?: {
|
|
65
65
|
column: string;
|
|
66
66
|
direction: "ASC" | "DESC" | "ASC_NULLS_FIRST" | "ASC_NULLS_LAST" | "DESC_NULLS_FIRST" | "DESC_NULLS_LAST";
|
|
@@ -17,7 +17,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
17
17
|
user: z.ZodString;
|
|
18
18
|
password: z.ZodString;
|
|
19
19
|
database: z.ZodString;
|
|
20
|
-
}, z.core.$
|
|
20
|
+
}, z.core.$strict>;
|
|
21
21
|
fieldNaming: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
22
22
|
repository: z.ZodOptional<z.ZodCustom<import("../../config").CustomRepositoryFactory<import("./db").DatabaseType>, import("../../config").CustomRepositoryFactory<import("./db").DatabaseType>>>;
|
|
23
23
|
onConnect: z.ZodOptional<z.ZodCustom<import("../../config").OnConnectHandler<import("./db").DatabaseType>, import("../../config").OnConnectHandler<import("./db").DatabaseType>>>;
|
|
@@ -32,14 +32,14 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
32
32
|
function: z.ZodOptional<z.ZodString>;
|
|
33
33
|
params: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
34
34
|
expression: z.ZodOptional<z.ZodString>;
|
|
35
|
-
}, z.core.$
|
|
35
|
+
}, z.core.$strict>>>>;
|
|
36
36
|
relationships: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
37
37
|
schema: z.ZodString;
|
|
38
38
|
name: z.ZodString;
|
|
39
39
|
columns: z.ZodArray<z.ZodObject<{
|
|
40
40
|
source: z.ZodString;
|
|
41
41
|
target: z.ZodString;
|
|
42
|
-
}, z.core.$
|
|
42
|
+
}, z.core.$strict>>;
|
|
43
43
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
44
44
|
source: z.ZodOptional<z.ZodString>;
|
|
45
45
|
target: z.ZodOptional<z.ZodString>;
|
|
@@ -55,13 +55,13 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
55
55
|
is_not_null: "is_not_null";
|
|
56
56
|
}>>>;
|
|
57
57
|
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
58
|
-
}, z.core.$
|
|
59
|
-
}, z.core.$
|
|
58
|
+
}, z.core.$strict>>>;
|
|
59
|
+
}, z.core.$strict>>>>;
|
|
60
60
|
description: z.ZodOptional<z.ZodString>;
|
|
61
61
|
columnDescriptions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
62
|
-
}, z.core.$
|
|
62
|
+
}, z.core.$strict>>>>>>>;
|
|
63
63
|
excludedTables: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
64
|
-
}, z.core.$
|
|
64
|
+
}, z.core.$strict>>;
|
|
65
65
|
connectionOptions: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
66
66
|
max: z.ZodDefault<z.ZodNumber>;
|
|
67
67
|
idleTimeout: z.ZodDefault<z.ZodNumber>;
|
|
@@ -70,20 +70,20 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
70
70
|
tls: z.ZodDefault<z.ZodBoolean>;
|
|
71
71
|
prepare: z.ZodDefault<z.ZodBoolean>;
|
|
72
72
|
bigint: z.ZodDefault<z.ZodBoolean>;
|
|
73
|
-
}, z.core.$
|
|
73
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
74
74
|
pool: z.ZodDefault<z.ZodObject<{
|
|
75
75
|
max: z.ZodDefault<z.ZodNumber>;
|
|
76
76
|
min: z.ZodDefault<z.ZodNumber>;
|
|
77
77
|
idleTimeout: z.ZodDefault<z.ZodNumber>;
|
|
78
|
-
}, z.core.$
|
|
78
|
+
}, z.core.$strict>>;
|
|
79
79
|
connectionTimeout: z.ZodDefault<z.ZodNumber>;
|
|
80
80
|
requestTimeout: z.ZodDefault<z.ZodNumber>;
|
|
81
81
|
encrypt: z.ZodDefault<z.ZodBoolean>;
|
|
82
82
|
trustServerCertificate: z.ZodDefault<z.ZodBoolean>;
|
|
83
83
|
trustedConnection: z.ZodDefault<z.ZodBoolean>;
|
|
84
84
|
parseJSON: z.ZodDefault<z.ZodBoolean>;
|
|
85
|
-
}, z.core.$
|
|
86
|
-
}, z.core.$
|
|
85
|
+
}, z.core.$strict>]>>;
|
|
86
|
+
}, z.core.$strict>>>;
|
|
87
87
|
queues: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodPipe<z.ZodObject<{
|
|
88
88
|
name: z.ZodString;
|
|
89
89
|
autoSetup: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -93,13 +93,13 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
93
93
|
maxDelay: z.ZodDefault<z.ZodNumber>;
|
|
94
94
|
multiplier: z.ZodDefault<z.ZodNumber>;
|
|
95
95
|
maxAttempts: z.ZodDefault<z.ZodNumber>;
|
|
96
|
-
}, z.core.$
|
|
96
|
+
}, z.core.$strict>>;
|
|
97
97
|
publishers: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
98
98
|
topic: z.ZodString;
|
|
99
99
|
routingKey: z.ZodOptional<z.ZodString>;
|
|
100
100
|
persistent: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
101
101
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
102
|
-
}, z.core.$
|
|
102
|
+
}, z.core.$strict>>>>;
|
|
103
103
|
subscribers: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
104
104
|
topic: z.ZodString;
|
|
105
105
|
pattern: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -108,17 +108,17 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
108
108
|
durable: z.ZodOptional<z.ZodBoolean>;
|
|
109
109
|
autoDelete: z.ZodOptional<z.ZodBoolean>;
|
|
110
110
|
handler: z.ZodOptional<z.ZodCustom<import("./queue").SubscriberHandler, import("./queue").SubscriberHandler>>;
|
|
111
|
-
}, z.core.$
|
|
111
|
+
}, z.core.$strict>>>>;
|
|
112
112
|
topics: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
113
113
|
type: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
114
|
-
headers: "headers";
|
|
115
114
|
topic: "topic";
|
|
115
|
+
headers: "headers";
|
|
116
116
|
direct: "direct";
|
|
117
117
|
fanout: "fanout";
|
|
118
118
|
}>>>;
|
|
119
119
|
durable: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
120
120
|
autoDelete: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
121
|
-
}, z.core.$
|
|
121
|
+
}, z.core.$strict>>>>;
|
|
122
122
|
type: z.ZodLiteral<"rabbitmq">;
|
|
123
123
|
connection: z.ZodUnion<readonly [z.ZodURL, z.ZodObject<{
|
|
124
124
|
hostname: z.ZodDefault<z.ZodString>;
|
|
@@ -126,8 +126,8 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
126
126
|
username: z.ZodOptional<z.ZodString>;
|
|
127
127
|
password: z.ZodOptional<z.ZodString>;
|
|
128
128
|
vhost: z.ZodDefault<z.ZodString>;
|
|
129
|
-
}, z.core.$
|
|
130
|
-
}, z.core.$
|
|
129
|
+
}, z.core.$strict>]>;
|
|
130
|
+
}, z.core.$strict>, z.ZodTransform<{
|
|
131
131
|
name: string;
|
|
132
132
|
autoSetup: boolean;
|
|
133
133
|
enabled: boolean;
|
|
@@ -147,7 +147,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
147
147
|
handler?: import("./queue").SubscriberHandler | undefined;
|
|
148
148
|
}>;
|
|
149
149
|
topics: Record<string, {
|
|
150
|
-
type: "
|
|
150
|
+
type: "topic" | "headers" | "direct" | "fanout";
|
|
151
151
|
durable: boolean;
|
|
152
152
|
autoDelete: boolean;
|
|
153
153
|
}>;
|
|
@@ -217,7 +217,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
217
217
|
handler?: import("./queue").SubscriberHandler | undefined;
|
|
218
218
|
}>;
|
|
219
219
|
topics: Record<string, {
|
|
220
|
-
type: "
|
|
220
|
+
type: "topic" | "headers" | "direct" | "fanout";
|
|
221
221
|
durable: boolean;
|
|
222
222
|
autoDelete: boolean;
|
|
223
223
|
}>;
|
|
@@ -244,13 +244,13 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
244
244
|
maxDelay: z.ZodDefault<z.ZodNumber>;
|
|
245
245
|
multiplier: z.ZodDefault<z.ZodNumber>;
|
|
246
246
|
maxAttempts: z.ZodDefault<z.ZodNumber>;
|
|
247
|
-
}, z.core.$
|
|
247
|
+
}, z.core.$strict>>;
|
|
248
248
|
publishers: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
249
249
|
topic: z.ZodString;
|
|
250
250
|
routingKey: z.ZodOptional<z.ZodString>;
|
|
251
251
|
persistent: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
252
252
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
253
|
-
}, z.core.$
|
|
253
|
+
}, z.core.$strict>>>>;
|
|
254
254
|
subscribers: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
255
255
|
topic: z.ZodString;
|
|
256
256
|
pattern: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -259,17 +259,17 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
259
259
|
durable: z.ZodOptional<z.ZodBoolean>;
|
|
260
260
|
autoDelete: z.ZodOptional<z.ZodBoolean>;
|
|
261
261
|
handler: z.ZodOptional<z.ZodCustom<import("./queue").SubscriberHandler, import("./queue").SubscriberHandler>>;
|
|
262
|
-
}, z.core.$
|
|
262
|
+
}, z.core.$strict>>>>;
|
|
263
263
|
topics: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
264
264
|
type: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
265
|
-
headers: "headers";
|
|
266
265
|
topic: "topic";
|
|
266
|
+
headers: "headers";
|
|
267
267
|
direct: "direct";
|
|
268
268
|
fanout: "fanout";
|
|
269
269
|
}>>>;
|
|
270
270
|
durable: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
271
271
|
autoDelete: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
272
|
-
}, z.core.$
|
|
272
|
+
}, z.core.$strict>>>>;
|
|
273
273
|
type: z.ZodLiteral<"kafka">;
|
|
274
274
|
connection: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
275
275
|
brokers: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
@@ -283,9 +283,9 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
283
283
|
}>>>;
|
|
284
284
|
username: z.ZodString;
|
|
285
285
|
password: z.ZodString;
|
|
286
|
-
}, z.core.$
|
|
287
|
-
}, z.core.$
|
|
288
|
-
}, z.core.$
|
|
286
|
+
}, z.core.$strict>>;
|
|
287
|
+
}, z.core.$strict>]>;
|
|
288
|
+
}, z.core.$strict>, z.ZodTransform<{
|
|
289
289
|
name: string;
|
|
290
290
|
autoSetup: boolean;
|
|
291
291
|
enabled: boolean;
|
|
@@ -305,7 +305,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
305
305
|
handler?: import("./queue").SubscriberHandler | undefined;
|
|
306
306
|
}>;
|
|
307
307
|
topics: Record<string, {
|
|
308
|
-
type: "
|
|
308
|
+
type: "topic" | "headers" | "direct" | "fanout";
|
|
309
309
|
durable: boolean;
|
|
310
310
|
autoDelete: boolean;
|
|
311
311
|
}>;
|
|
@@ -378,7 +378,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
378
378
|
handler?: import("./queue").SubscriberHandler | undefined;
|
|
379
379
|
}>;
|
|
380
380
|
topics: Record<string, {
|
|
381
|
-
type: "
|
|
381
|
+
type: "topic" | "headers" | "direct" | "fanout";
|
|
382
382
|
durable: boolean;
|
|
383
383
|
autoDelete: boolean;
|
|
384
384
|
}>;
|
|
@@ -415,7 +415,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
415
415
|
catchErrors: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
416
416
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
417
417
|
onTick: z.ZodOptional<z.ZodCustom<import("./cron").TickCallback<Record<string, unknown>>, import("./cron").TickCallback<Record<string, unknown>>>>;
|
|
418
|
-
}, z.core.$
|
|
418
|
+
}, z.core.$strict>>>>;
|
|
419
419
|
operations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
420
420
|
description: z.ZodOptional<z.ZodString>;
|
|
421
421
|
query: z.ZodOptional<z.ZodString>;
|
|
@@ -426,7 +426,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
426
426
|
init: z.ZodOptional<z.ZodCustom<import("./operation").OperationInitHook<any>, import("./operation").OperationInitHook<any>>>;
|
|
427
427
|
beforeRequest: z.ZodOptional<z.ZodCustom<import("./operation").OperationBeforeRequestHook<any, any, any>, import("./operation").OperationBeforeRequestHook<any, any, any>>>;
|
|
428
428
|
afterRequest: z.ZodOptional<z.ZodCustom<import("./operation").OperationAfterRequestHook<any>, import("./operation").OperationAfterRequestHook<any>>>;
|
|
429
|
-
}, z.core.$
|
|
429
|
+
}, z.core.$strict>>;
|
|
430
430
|
rest: z.ZodOptional<z.ZodObject<{
|
|
431
431
|
path: z.ZodString;
|
|
432
432
|
method: z.ZodDefault<z.ZodEnum<{
|
|
@@ -439,11 +439,11 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
439
439
|
pathParams: z.ZodOptional<z.ZodCustom<z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>, z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>>;
|
|
440
440
|
queryParams: z.ZodOptional<z.ZodCustom<z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>, z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>>;
|
|
441
441
|
body: z.ZodOptional<z.ZodCustom<z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>, z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>>;
|
|
442
|
-
}, z.core.$
|
|
442
|
+
}, z.core.$strict>>;
|
|
443
443
|
graphql: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
444
444
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
445
445
|
name: z.ZodOptional<z.ZodString>;
|
|
446
|
-
}, z.core.$
|
|
446
|
+
}, z.core.$strict>>>;
|
|
447
447
|
cache: z.ZodOptional<z.ZodObject<{
|
|
448
448
|
max: z.ZodOptional<z.ZodNumber>;
|
|
449
449
|
maxSize: z.ZodOptional<z.ZodNumber>;
|
|
@@ -452,8 +452,8 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
452
452
|
updateAgeOnGet: z.ZodOptional<z.ZodBoolean>;
|
|
453
453
|
updateAgeOnHas: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
454
454
|
ttlAutopurge: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
455
|
-
}, z.core.$
|
|
456
|
-
}, z.core.$
|
|
455
|
+
}, z.core.$strict>>;
|
|
456
|
+
}, z.core.$strict>>>>;
|
|
457
457
|
auth: z.ZodPipe<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
458
458
|
enabled: z.ZodBoolean;
|
|
459
459
|
database: z.ZodString;
|
|
@@ -462,7 +462,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
462
462
|
permissions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDefault<z.ZodObject<{
|
|
463
463
|
tables: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"ALL">, z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodLiteral<"ALL">, z.ZodObject<{
|
|
464
464
|
columns: z.ZodUnion<readonly [z.ZodLiteral<"ALL">, z.ZodArray<z.ZodString>]>;
|
|
465
|
-
filter: z.ZodOptional<z.
|
|
465
|
+
filter: z.ZodOptional<z.ZodType<Record<string, unknown>, unknown, z.core.$ZodTypeInternals<Record<string, unknown>, unknown>>>;
|
|
466
466
|
orderBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
467
467
|
column: z.ZodString;
|
|
468
468
|
direction: z.ZodEnum<{
|
|
@@ -473,15 +473,15 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
473
473
|
DESC_NULLS_FIRST: "DESC_NULLS_FIRST";
|
|
474
474
|
DESC_NULLS_LAST: "DESC_NULLS_LAST";
|
|
475
475
|
}>;
|
|
476
|
-
}, z.core.$
|
|
477
|
-
}, z.core.$
|
|
476
|
+
}, z.core.$strict>>>;
|
|
477
|
+
}, z.core.$strict>]>>]>>>;
|
|
478
478
|
storedProcedures: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"ALL">]>>>;
|
|
479
479
|
queues: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"ALL">]>>>;
|
|
480
480
|
operations: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"ALL">]>>>;
|
|
481
481
|
remoteSchemas: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"ALL">]>>>;
|
|
482
482
|
remoteREST: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"ALL">]>>>;
|
|
483
|
-
}, z.core.$
|
|
484
|
-
}, z.core.$
|
|
483
|
+
}, z.core.$strict>>>>>;
|
|
484
|
+
}, z.core.$strict>>>, z.ZodTransform<{
|
|
485
485
|
permissions: {
|
|
486
486
|
[k: string]: {
|
|
487
487
|
tables: "ALL" | {
|
|
@@ -508,7 +508,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
508
508
|
permissions: Record<string, {
|
|
509
509
|
tables: string[] | "ALL" | Record<string, "ALL" | {
|
|
510
510
|
columns: string[] | "ALL";
|
|
511
|
-
filter?: Record<string,
|
|
511
|
+
filter?: Record<string, unknown> | undefined;
|
|
512
512
|
orderBy?: {
|
|
513
513
|
column: string;
|
|
514
514
|
direction: "ASC" | "DESC" | "ASC_NULLS_FIRST" | "ASC_NULLS_LAST" | "DESC_NULLS_FIRST" | "DESC_NULLS_LAST";
|
|
@@ -531,8 +531,8 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
531
531
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
532
532
|
introspection: z.ZodOptional<z.ZodObject<{
|
|
533
533
|
interval: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
534
|
-
}, z.core.$
|
|
535
|
-
}, z.core.$
|
|
534
|
+
}, z.core.$strict>>;
|
|
535
|
+
}, z.core.$strict>>>>;
|
|
536
536
|
remoteREST: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
537
537
|
name: z.ZodString;
|
|
538
538
|
url: z.ZodOptional<z.ZodURL>;
|
|
@@ -543,16 +543,16 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
543
543
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
544
544
|
forwardHeaders: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
545
545
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
546
|
-
}, z.core.$
|
|
546
|
+
}, z.core.$strict>>>>;
|
|
547
547
|
ai: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
548
548
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
549
549
|
systemPrompt: z.ZodOptional<z.ZodString>;
|
|
550
550
|
endpoint: z.ZodDefault<z.ZodString>;
|
|
551
551
|
mcp: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
552
552
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
553
|
-
}, z.core.$
|
|
554
|
-
}, z.core.$
|
|
555
|
-
}, z.core.$
|
|
553
|
+
}, z.core.$strict>>>;
|
|
554
|
+
}, z.core.$strict>>>;
|
|
555
|
+
}, z.core.$strict>, z.ZodTransform<{
|
|
556
556
|
enabledDatabases: {
|
|
557
557
|
name: string;
|
|
558
558
|
enabled: boolean;
|
|
@@ -797,7 +797,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
797
797
|
handler?: import("./queue").SubscriberHandler | undefined;
|
|
798
798
|
}>;
|
|
799
799
|
topics: Record<string, {
|
|
800
|
-
type: "
|
|
800
|
+
type: "topic" | "headers" | "direct" | "fanout";
|
|
801
801
|
durable: boolean;
|
|
802
802
|
autoDelete: boolean;
|
|
803
803
|
}>;
|
|
@@ -867,7 +867,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
867
867
|
handler?: import("./queue").SubscriberHandler | undefined;
|
|
868
868
|
}>;
|
|
869
869
|
topics: Record<string, {
|
|
870
|
-
type: "
|
|
870
|
+
type: "topic" | "headers" | "direct" | "fanout";
|
|
871
871
|
durable: boolean;
|
|
872
872
|
autoDelete: boolean;
|
|
873
873
|
}>;
|
|
@@ -1091,7 +1091,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
1091
1091
|
handler?: import("./queue").SubscriberHandler | undefined;
|
|
1092
1092
|
}>;
|
|
1093
1093
|
topics: Record<string, {
|
|
1094
|
-
type: "
|
|
1094
|
+
type: "topic" | "headers" | "direct" | "fanout";
|
|
1095
1095
|
durable: boolean;
|
|
1096
1096
|
autoDelete: boolean;
|
|
1097
1097
|
}>;
|
|
@@ -1161,7 +1161,7 @@ export declare const ConfigurationZod: z.ZodPipe<z.ZodObject<{
|
|
|
1161
1161
|
handler?: import("./queue").SubscriberHandler | undefined;
|
|
1162
1162
|
}>;
|
|
1163
1163
|
topics: Record<string, {
|
|
1164
|
-
type: "
|
|
1164
|
+
type: "topic" | "headers" | "direct" | "fanout";
|
|
1165
1165
|
durable: boolean;
|
|
1166
1166
|
autoDelete: boolean;
|
|
1167
1167
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../src/types/zod/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../src/types/zod/configuration.ts"],"names":[],"mappings":"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"}
|
|
@@ -28,5 +28,5 @@ export declare const TypedCronJobZod: z.ZodObject<{
|
|
|
28
28
|
catchErrors: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
29
29
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
30
30
|
onTick: z.ZodOptional<z.ZodCustom<TickCallback<Record<string, unknown>>, TickCallback<Record<string, unknown>>>>;
|
|
31
|
-
}, z.core.$
|
|
31
|
+
}, z.core.$strict>;
|
|
32
32
|
//# sourceMappingURL=cron.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cron.d.ts","sourceRoot":"","sources":["../../../../src/types/zod/cron.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAClE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,WAAW,CAAC;AAG3D,OAAO,EACL,sBAAsB,EACtB,qBAAqB,EACrB,KAAK,gBAAgB,EACrB,KAAK,WAAW,EAChB,KAAK,YAAY,EACjB,KAAK,WAAW,GACjB,MAAM,cAAc,CAAC;AAEtB;;;GAGG;AACH,MAAM,MAAM,YAAY,CAAC,UAAU,GAAG,gBAAgB,IAAI,CACxD,OAAO,EAAE,yBAAyB,EAClC,OAAO,EAAE,WAAW,CAAC,UAAU,CAAC,EAChC,QAAQ,CAAC,EAAE;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAA;CAAE,KAC7C,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;AAE1B;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"cron.d.ts","sourceRoot":"","sources":["../../../../src/types/zod/cron.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAClE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,WAAW,CAAC;AAG3D,OAAO,EACL,sBAAsB,EACtB,qBAAqB,EACrB,KAAK,gBAAgB,EACrB,KAAK,WAAW,EAChB,KAAK,YAAY,EACjB,KAAK,WAAW,GACjB,MAAM,cAAc,CAAC;AAEtB;;;GAGG;AACH,MAAM,MAAM,YAAY,CAAC,UAAU,GAAG,gBAAgB,IAAI,CACxD,OAAO,EAAE,yBAAyB,EAClC,OAAO,EAAE,WAAW,CAAC,UAAU,CAAC,EAChC,QAAQ,CAAC,EAAE;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAA;CAAE,KAC7C,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;AAE1B;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;kBAK1B,CAAC"}
|
|
@@ -14,6 +14,7 @@ export declare const TableColumnZod: z.ZodPipe<z.ZodObject<{
|
|
|
14
14
|
}, z.core.$strip>, z.ZodTransform<{
|
|
15
15
|
collation?: string | undefined;
|
|
16
16
|
name: string;
|
|
17
|
+
fieldName: string;
|
|
17
18
|
dataType: string;
|
|
18
19
|
isNullable: boolean;
|
|
19
20
|
description: string | null;
|
|
@@ -34,7 +35,7 @@ export declare const TableRelationshipEnhancedZod: z.ZodPipe<z.ZodObject<{
|
|
|
34
35
|
columns: z.ZodArray<z.ZodObject<{
|
|
35
36
|
source: z.ZodString;
|
|
36
37
|
target: z.ZodString;
|
|
37
|
-
}, z.core.$
|
|
38
|
+
}, z.core.$strict>>;
|
|
38
39
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
39
40
|
source: z.ZodOptional<z.ZodString>;
|
|
40
41
|
target: z.ZodOptional<z.ZodString>;
|
|
@@ -50,8 +51,8 @@ export declare const TableRelationshipEnhancedZod: z.ZodPipe<z.ZodObject<{
|
|
|
50
51
|
is_not_null: "is_not_null";
|
|
51
52
|
}>>>;
|
|
52
53
|
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
53
|
-
}, z.core.$
|
|
54
|
-
}, z.core.$
|
|
54
|
+
}, z.core.$strict>>>;
|
|
55
|
+
}, z.core.$strict>, z.ZodTransform<{
|
|
55
56
|
dashedName: string;
|
|
56
57
|
schema: string;
|
|
57
58
|
name: string;
|
|
@@ -97,6 +98,7 @@ export declare const TableBaseZod: z.ZodObject<{
|
|
|
97
98
|
}, z.core.$strip>, z.ZodTransform<{
|
|
98
99
|
collation?: string | undefined;
|
|
99
100
|
name: string;
|
|
101
|
+
fieldName: string;
|
|
100
102
|
dataType: string;
|
|
101
103
|
isNullable: boolean;
|
|
102
104
|
description: string | null;
|
|
@@ -113,7 +115,7 @@ export declare const TableBaseZod: z.ZodObject<{
|
|
|
113
115
|
columns: z.ZodArray<z.ZodObject<{
|
|
114
116
|
source: z.ZodString;
|
|
115
117
|
target: z.ZodString;
|
|
116
|
-
}, z.core.$
|
|
118
|
+
}, z.core.$strict>>;
|
|
117
119
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
118
120
|
source: z.ZodOptional<z.ZodString>;
|
|
119
121
|
target: z.ZodOptional<z.ZodString>;
|
|
@@ -129,8 +131,8 @@ export declare const TableBaseZod: z.ZodObject<{
|
|
|
129
131
|
is_not_null: "is_not_null";
|
|
130
132
|
}>>>;
|
|
131
133
|
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
132
|
-
}, z.core.$
|
|
133
|
-
}, z.core.$
|
|
134
|
+
}, z.core.$strict>>>;
|
|
135
|
+
}, z.core.$strict>, z.ZodTransform<{
|
|
134
136
|
dashedName: string;
|
|
135
137
|
schema: string;
|
|
136
138
|
name: string;
|
|
@@ -174,6 +176,7 @@ export declare const enrichTable: (table: z.output<typeof TableBaseZod>) => {
|
|
|
174
176
|
columns: {
|
|
175
177
|
collation?: string | undefined;
|
|
176
178
|
name: string;
|
|
179
|
+
fieldName: string;
|
|
177
180
|
dataType: string;
|
|
178
181
|
isNullable: boolean;
|
|
179
182
|
description: string | null;
|
|
@@ -213,6 +216,7 @@ export declare const TableZod: z.ZodPipe<z.ZodObject<{
|
|
|
213
216
|
}, z.core.$strip>, z.ZodTransform<{
|
|
214
217
|
collation?: string | undefined;
|
|
215
218
|
name: string;
|
|
219
|
+
fieldName: string;
|
|
216
220
|
dataType: string;
|
|
217
221
|
isNullable: boolean;
|
|
218
222
|
description: string | null;
|
|
@@ -229,7 +233,7 @@ export declare const TableZod: z.ZodPipe<z.ZodObject<{
|
|
|
229
233
|
columns: z.ZodArray<z.ZodObject<{
|
|
230
234
|
source: z.ZodString;
|
|
231
235
|
target: z.ZodString;
|
|
232
|
-
}, z.core.$
|
|
236
|
+
}, z.core.$strict>>;
|
|
233
237
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
234
238
|
source: z.ZodOptional<z.ZodString>;
|
|
235
239
|
target: z.ZodOptional<z.ZodString>;
|
|
@@ -245,8 +249,8 @@ export declare const TableZod: z.ZodPipe<z.ZodObject<{
|
|
|
245
249
|
is_not_null: "is_not_null";
|
|
246
250
|
}>>>;
|
|
247
251
|
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
248
|
-
}, z.core.$
|
|
249
|
-
}, z.core.$
|
|
252
|
+
}, z.core.$strict>>>;
|
|
253
|
+
}, z.core.$strict>, z.ZodTransform<{
|
|
250
254
|
dashedName: string;
|
|
251
255
|
schema: string;
|
|
252
256
|
name: string;
|
|
@@ -285,6 +289,7 @@ export declare const TableZod: z.ZodPipe<z.ZodObject<{
|
|
|
285
289
|
columns: {
|
|
286
290
|
collation?: string | undefined;
|
|
287
291
|
name: string;
|
|
292
|
+
fieldName: string;
|
|
288
293
|
dataType: string;
|
|
289
294
|
isNullable: boolean;
|
|
290
295
|
description: string | null;
|
|
@@ -312,6 +317,7 @@ export declare const TableZod: z.ZodPipe<z.ZodObject<{
|
|
|
312
317
|
columns: {
|
|
313
318
|
collation?: string | undefined;
|
|
314
319
|
name: string;
|
|
320
|
+
fieldName: string;
|
|
315
321
|
dataType: string;
|
|
316
322
|
isNullable: boolean;
|
|
317
323
|
description: string | null;
|
|
@@ -425,6 +431,7 @@ export declare const DatabaseStructureZod: z.ZodObject<{
|
|
|
425
431
|
}, z.core.$strip>, z.ZodTransform<{
|
|
426
432
|
collation?: string | undefined;
|
|
427
433
|
name: string;
|
|
434
|
+
fieldName: string;
|
|
428
435
|
dataType: string;
|
|
429
436
|
isNullable: boolean;
|
|
430
437
|
description: string | null;
|
|
@@ -441,7 +448,7 @@ export declare const DatabaseStructureZod: z.ZodObject<{
|
|
|
441
448
|
columns: z.ZodArray<z.ZodObject<{
|
|
442
449
|
source: z.ZodString;
|
|
443
450
|
target: z.ZodString;
|
|
444
|
-
}, z.core.$
|
|
451
|
+
}, z.core.$strict>>;
|
|
445
452
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
446
453
|
source: z.ZodOptional<z.ZodString>;
|
|
447
454
|
target: z.ZodOptional<z.ZodString>;
|
|
@@ -457,8 +464,8 @@ export declare const DatabaseStructureZod: z.ZodObject<{
|
|
|
457
464
|
is_not_null: "is_not_null";
|
|
458
465
|
}>>>;
|
|
459
466
|
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
460
|
-
}, z.core.$
|
|
461
|
-
}, z.core.$
|
|
467
|
+
}, z.core.$strict>>>;
|
|
468
|
+
}, z.core.$strict>, z.ZodTransform<{
|
|
462
469
|
dashedName: string;
|
|
463
470
|
schema: string;
|
|
464
471
|
name: string;
|
|
@@ -497,6 +504,7 @@ export declare const DatabaseStructureZod: z.ZodObject<{
|
|
|
497
504
|
columns: {
|
|
498
505
|
collation?: string | undefined;
|
|
499
506
|
name: string;
|
|
507
|
+
fieldName: string;
|
|
500
508
|
dataType: string;
|
|
501
509
|
isNullable: boolean;
|
|
502
510
|
description: string | null;
|
|
@@ -524,6 +532,7 @@ export declare const DatabaseStructureZod: z.ZodObject<{
|
|
|
524
532
|
columns: {
|
|
525
533
|
collation?: string | undefined;
|
|
526
534
|
name: string;
|
|
535
|
+
fieldName: string;
|
|
527
536
|
dataType: string;
|
|
528
537
|
isNullable: boolean;
|
|
529
538
|
description: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db.d.ts","sourceRoot":"","sources":["../../../../src/types/zod/db.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"db.d.ts","sourceRoot":"","sources":["../../../../src/types/zod/db.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAaxB,YAAY,EACV,uBAAuB,EACvB,cAAc,EACd,kBAAkB,EAClB,oBAAoB,EACpB,YAAY,EACZ,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,GAClB,MAAM,cAAc,CAAC;AAEtB,OAAO,EACL,0BAA0B,EAC1B,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,gBAAgB,GACjB,MAAM,cAAc,CAAC;AAEtB;;;GAGG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;GAmBtB,CAAC;AAEN;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGtC,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOvB,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,WAAW,GAAI,OAAO,CAAC,CAAC,MAAM,CAAC,OAAO,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM9D,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAsC,CAAC;AAE5D;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;iBAMtC,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;iBAMjC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAU7B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAG/B,CAAC;AAGH,eAAO,MAAM,OAAO;;;;iBAIlB,CAAC"}
|