@graphoria/server 0.2.0 → 0.2.2
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/ai/agent/providers/ollama.d.ts.map +1 -1
- package/dist/src/ai/mcp/create-server.d.ts.map +1 -1
- package/dist/src/ai/mcp/index.d.ts +5 -2
- package/dist/src/ai/mcp/index.d.ts.map +1 -1
- package/dist/src/ai/tools/agent.d.ts.map +1 -1
- package/dist/src/ai/tools/core.d.ts.map +1 -1
- package/dist/src/ai/tools/query-data.d.ts +2 -2
- package/dist/src/ai/tools/query-data.d.ts.map +1 -1
- package/dist/src/analyzeQuery/analyzers/fragmentAnalyzer.d.ts.map +1 -1
- package/dist/src/analyzeQuery/analyzers/operationAnalyzer.d.ts.map +1 -1
- package/dist/src/analyzeQuery/analyzers/selectionAnalyzer.d.ts.map +1 -1
- package/dist/src/analyzeQuery/analyzers/variableAnalyzer.d.ts.map +1 -1
- package/dist/src/analyzeQuery/depthLimit.d.ts.map +1 -1
- package/dist/src/analyzeQuery/directiveUtils.d.ts.map +1 -1
- package/dist/src/analyzeQuery/resolveVariables.d.ts +17 -2
- package/dist/src/analyzeQuery/resolveVariables.d.ts.map +1 -1
- package/dist/src/analyzeQuery/typeUtils.d.ts.map +1 -1
- package/dist/src/analyzeQuery/valueExtractors.d.ts.map +1 -1
- package/dist/src/authentication/duration.d.ts.map +1 -1
- package/dist/src/authentication/index.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/cli/seedAuth.d.ts.map +1 -1
- package/dist/src/cli/seedAuthArgs.d.ts.map +1 -1
- package/dist/src/config/helpers/cronHelper.d.ts.map +1 -1
- package/dist/src/config/helpers/operationHelper.d.ts +1 -1
- package/dist/src/config/helpers/operationHelper.d.ts.map +1 -1
- package/dist/src/config/helpers/queueHelper.d.ts.map +1 -1
- package/dist/src/config/index.d.ts.map +1 -1
- package/dist/src/config/types/auth.d.ts +11 -5
- package/dist/src/config/types/auth.d.ts.map +1 -1
- package/dist/src/config/types/auth.test.d.ts +2 -0
- package/dist/src/config/types/auth.test.d.ts.map +1 -0
- package/dist/src/config/types/db.d.ts +36 -20
- package/dist/src/config/types/db.d.ts.map +1 -1
- package/dist/src/config/types/operation.d.ts +6 -6
- package/dist/src/config/types/queue.d.ts +4 -4
- package/dist/src/configuration/getSchemas/index.d.ts +109 -103
- package/dist/src/configuration/getSchemas/index.d.ts.map +1 -1
- package/dist/src/configuration/getSchemas/mergeEntities/index.d.ts +59 -50
- package/dist/src/configuration/getSchemas/mergeEntities/index.d.ts.map +1 -1
- package/dist/src/configuration/getSchemas/type-definition-generator/index.d.ts.map +1 -1
- package/dist/src/configuration/gql/buildExecute.d.ts.map +1 -1
- package/dist/src/configuration/gql/gqlAuthOperations.d.ts.map +1 -1
- package/dist/src/configuration/gql/handleGraphQLRequestFactory.d.ts.map +1 -1
- package/dist/src/configuration/gql/handleGraphQLSubscriptionFactory.d.ts.map +1 -1
- package/dist/src/configuration/index.d.ts +100 -95
- 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/index.d.ts.map +1 -1
- package/dist/src/configuration/rest/openApiErrors.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/console/api.d.ts.map +1 -1
- package/dist/src/cron/index.d.ts.map +1 -1
- package/dist/src/databases/auth/auth-operations.d.ts.map +1 -1
- package/dist/src/databases/auth/password.d.ts.map +1 -1
- package/dist/src/databases/common.d.ts +7 -3
- package/dist/src/databases/common.d.ts.map +1 -1
- package/dist/src/databases/core/executor.d.ts.map +1 -1
- package/dist/src/databases/core/identifier.d.ts.map +1 -1
- package/dist/src/databases/core/query-builder.d.ts +4 -3
- package/dist/src/databases/core/query-builder.d.ts.map +1 -1
- package/dist/src/databases/directives.d.ts.map +1 -1
- package/dist/src/databases/engines/mssql/auth.d.ts.map +1 -1
- package/dist/src/databases/engines/mssql/connection.d.ts.map +1 -1
- package/dist/src/databases/engines/mssql/format.d.ts.map +1 -1
- package/dist/src/databases/engines/mssql/getStructure.d.ts +13 -12
- package/dist/src/databases/engines/mssql/getStructure.d.ts.map +1 -1
- package/dist/src/databases/engines/mssql/getViews.d.ts.map +1 -1
- package/dist/src/databases/engines/mssql/query/index.d.ts.map +1 -1
- package/dist/src/databases/engines/mysql/auth.d.ts.map +1 -1
- package/dist/src/databases/engines/mysql/connection.d.ts.map +1 -1
- package/dist/src/databases/engines/mysql/format.d.ts.map +1 -1
- package/dist/src/databases/engines/mysql/getStructure.d.ts +13 -12
- package/dist/src/databases/engines/mysql/getStructure.d.ts.map +1 -1
- package/dist/src/databases/engines/mysql/getViews.d.ts.map +1 -1
- package/dist/src/databases/engines/mysql/placeholders.d.ts.map +1 -1
- package/dist/src/databases/engines/mysql/query/index.d.ts.map +1 -1
- package/dist/src/databases/engines/postgresql/auth.d.ts.map +1 -1
- package/dist/src/databases/engines/postgresql/connection.d.ts.map +1 -1
- package/dist/src/databases/engines/postgresql/format.d.ts.map +1 -1
- package/dist/src/databases/engines/postgresql/getStructure.d.ts +13 -12
- package/dist/src/databases/engines/postgresql/getStructure.d.ts.map +1 -1
- package/dist/src/databases/engines/postgresql/getViews.d.ts.map +1 -1
- package/dist/src/databases/engines/postgresql/query/index.d.ts.map +1 -1
- package/dist/src/databases/engines/shared/claims.d.ts.map +1 -1
- package/dist/src/databases/high-level-operations.d.ts +11 -59
- 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 +13 -12
- package/dist/src/databases/metadata/structure.d.ts.map +1 -1
- package/dist/src/databases/schemaBuilder/generateCreateTable/index.d.ts.map +1 -1
- package/dist/src/databases/schemaBuilder/generateCreateView/index.d.ts.map +1 -1
- package/dist/src/databases/schemaBuilder/generateInsert/index.d.ts.map +1 -1
- package/dist/src/databases/schemaBuilder/generateSchemaCreation/index.d.ts.map +1 -1
- package/dist/src/databases/schemaBuilder/mssqlToPostgres/convertView.d.ts.map +1 -1
- package/dist/src/databases/schemaBuilder/utils.d.ts +2 -2
- package/dist/src/databases/schemaBuilder/utils.d.ts.map +1 -1
- package/dist/src/databases/sqlTypeUtils.d.ts.map +1 -1
- package/dist/src/databases/transformers/data-transformers.d.ts +37 -34
- 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/index.d.ts +6 -5
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/logging/index.d.ts.map +1 -1
- package/dist/src/queues/kafka.d.ts.map +1 -1
- package/dist/src/queues/rabbitmq.d.ts.map +1 -1
- package/dist/src/remoteREST/index.d.ts.map +1 -1
- package/dist/src/remoteREST/parse.d.ts.map +1 -1
- package/dist/src/remoteREST/proxy.d.ts.map +1 -1
- package/dist/src/remoteREST/transform.d.ts.map +1 -1
- package/dist/src/remoteSchemas/index.d.ts.map +1 -1
- package/dist/src/remoteSchemas/introspect.d.ts.map +1 -1
- package/dist/src/remoteSchemas/proxy.d.ts.map +1 -1
- package/dist/src/remoteSchemas/transform.d.ts.map +1 -1
- package/dist/src/singletons/ai.d.ts.map +1 -1
- package/dist/src/singletons/authentication.d.ts.map +1 -1
- package/dist/src/singletons/cache/lruCacheStore.d.ts.map +1 -1
- package/dist/src/singletons/cache/redisCacheStore.d.ts.map +1 -1
- package/dist/src/singletons/cache/registry.d.ts.map +1 -1
- package/dist/src/singletons/cron.d.ts.map +1 -1
- package/dist/src/singletons/databases.d.ts.map +1 -1
- package/dist/src/singletons/env.d.ts +191 -188
- package/dist/src/singletons/env.d.ts.map +1 -1
- package/dist/src/singletons/queues.d.ts.map +1 -1
- package/dist/src/subscriptions/strategies/index.d.ts.map +1 -1
- package/dist/src/subscriptions/utils/polling.d.ts.map +1 -1
- package/dist/src/types/db.d.ts.map +1 -1
- package/dist/src/types/env.d.ts +647 -636
- package/dist/src/types/env.d.ts.map +1 -1
- package/dist/src/types/resolver.d.ts.map +1 -1
- package/dist/src/types/zod/auth.d.ts +18 -18
- package/dist/src/types/zod/configuration.d.ts +300 -295
- package/dist/src/types/zod/configuration.d.ts.map +1 -1
- package/dist/src/types/zod/db.d.ts +89 -80
- package/dist/src/types/zod/db.d.ts.map +1 -1
- package/dist/src/types/zod/queue.d.ts +80 -80
- package/dist/src/types/zod/queue.d.ts.map +1 -1
- package/dist/src/utils/benchmark.d.ts.map +1 -1
- package/dist/src/utils/responses.d.ts.map +1 -1
- package/dist/src/utils/safeJSONParse.d.ts.map +1 -1
- package/dist/src/utils/selection.d.ts.map +1 -1
- package/dist/src/utils/sessionVariables.d.ts +5 -1
- package/dist/src/utils/sessionVariables.d.ts.map +1 -1
- package/dist/src/utils/writeSchema.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
- package/playgrounds/console/index.html +18 -15
- package/playgrounds/graphiql/index.html +854 -622
- package/playgrounds/scalar/index.html +5 -5
- package/src/ai/README.md +257 -0
- package/src/analyzeQuery/analyzers/selectionAnalyzer.ts +7 -1
- package/src/analyzeQuery/resolveVariables.ts +130 -16
- package/src/authentication/jwt.ts +3 -1
- package/src/authentication/paseto.ts +3 -1
- package/src/authentication/tokenRepository.ts +12 -4
- package/src/config/types/auth.ts +7 -1
- package/src/config/types/db.ts +8 -0
- package/src/configuration/getSchemas/mergeEntities/index.ts +26 -1
- package/src/configuration/getSchemas/type-definition-generator/index.ts +11 -6
- package/src/configuration/rest/handleRESTRequestFactory.ts +5 -7
- package/src/configuration/rest/parseStringParams.ts +92 -0
- package/src/databases/common.ts +13 -2
- package/src/databases/engines/mssql/query/index.ts +25 -12
- package/src/databases/engines/mysql/connection.ts +1 -0
- package/src/databases/engines/mysql/query/index.ts +21 -8
- package/src/databases/engines/postgresql/query/index.ts +21 -7
- package/src/databases/high-level-operations.ts +2 -2
- package/src/databases/transformers/genResolverName.ts +3 -3
- package/src/databases/transformers/graphqlName.ts +28 -0
- package/src/logging/index.ts +3 -1
- package/src/types/db.ts +0 -1
- package/src/types/zod/db.ts +5 -7
- package/src/types/zod/queue.ts +2 -10
- package/src/utils/sessionVariables.ts +7 -1
|
@@ -37,6 +37,9 @@ export declare const getHandlers: (entities: MergedEntities, gqlEntities: GetGQL
|
|
|
37
37
|
};
|
|
38
38
|
export type GetInformationAndHandlerReturn = Awaited<ReturnType<typeof getHandlers>>;
|
|
39
39
|
export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | null, gqlSuperadminHandler?: HandleGraphQLRequest | null, includeAI?: boolean) => {
|
|
40
|
+
typeDefs: string;
|
|
41
|
+
schema: GraphQLSchema;
|
|
42
|
+
introspection: import("graphql").IntrospectionQuery;
|
|
40
43
|
handlers: {
|
|
41
44
|
gql: {
|
|
42
45
|
isIntrospectionQuery: (query: string) => boolean;
|
|
@@ -62,9 +65,6 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
62
65
|
handler: (url: URL, pathname: string, method: string | undefined, req: Bun.BunRequest, session?: import("../../utils/sessionVariables").SessionContext) => Promise<Response>;
|
|
63
66
|
};
|
|
64
67
|
};
|
|
65
|
-
typeDefs: string;
|
|
66
|
-
schema: GraphQLSchema;
|
|
67
|
-
introspection: import("graphql").IntrospectionQuery;
|
|
68
68
|
entityOfRole: EntitiesOfRole;
|
|
69
69
|
ai: boolean;
|
|
70
70
|
queriesMap: Record<string, import("../../types/db").TableResolver>;
|
|
@@ -72,7 +72,7 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
72
72
|
db: {
|
|
73
73
|
name: string;
|
|
74
74
|
enabled: boolean;
|
|
75
|
-
type: "mssql" | "
|
|
75
|
+
type: "mssql" | "mysql" | "pg";
|
|
76
76
|
connection: {
|
|
77
77
|
host: string;
|
|
78
78
|
port: number;
|
|
@@ -103,14 +103,14 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
103
103
|
target: string;
|
|
104
104
|
}[];
|
|
105
105
|
conditions?: {
|
|
106
|
-
operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "like" | "is_null" | "is_not_null";
|
|
107
106
|
source?: string | undefined;
|
|
108
107
|
target?: string | undefined;
|
|
108
|
+
operator: "eq" | "gt" | "gte" | "is_not_null" | "is_null" | "like" | "lt" | "lte" | "neq";
|
|
109
109
|
value?: string | number | boolean | undefined;
|
|
110
110
|
}[] | undefined;
|
|
111
111
|
}[];
|
|
112
|
-
columnDescriptions: Record<string, string>;
|
|
113
112
|
description?: string | undefined;
|
|
113
|
+
columnDescriptions: Record<string, string>;
|
|
114
114
|
}>;
|
|
115
115
|
excludedTables: string[];
|
|
116
116
|
} | undefined;
|
|
@@ -120,6 +120,7 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
120
120
|
connectionTimeout: number;
|
|
121
121
|
maxLifetime: number;
|
|
122
122
|
tls: boolean;
|
|
123
|
+
allowPublicKeyRetrieval: boolean;
|
|
123
124
|
prepare: boolean;
|
|
124
125
|
bigint: boolean;
|
|
125
126
|
} | {
|
|
@@ -140,11 +141,10 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
140
141
|
resolverName: string;
|
|
141
142
|
dottedName: string;
|
|
142
143
|
dottedQuotedName: string;
|
|
143
|
-
dashedName: string;
|
|
144
|
-
dashedNameLS: string;
|
|
145
|
-
schemaName: string;
|
|
146
144
|
schema: string;
|
|
147
145
|
name: string;
|
|
146
|
+
signature?: string | undefined;
|
|
147
|
+
type?: string | undefined;
|
|
148
148
|
parameters: {
|
|
149
149
|
name: string;
|
|
150
150
|
dataType: string | null;
|
|
@@ -152,8 +152,9 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
152
152
|
precision: number;
|
|
153
153
|
scale: number;
|
|
154
154
|
}[];
|
|
155
|
-
|
|
156
|
-
|
|
155
|
+
dashedName: string;
|
|
156
|
+
dashedNameLS: string;
|
|
157
|
+
schemaName: string;
|
|
157
158
|
}>;
|
|
158
159
|
queuesMap: Record<string, {
|
|
159
160
|
name: string;
|
|
@@ -179,7 +180,7 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
179
180
|
db: {
|
|
180
181
|
name: string;
|
|
181
182
|
enabled: boolean;
|
|
182
|
-
type: "mssql" | "
|
|
183
|
+
type: "mssql" | "mysql" | "pg";
|
|
183
184
|
connection: {
|
|
184
185
|
host: string;
|
|
185
186
|
port: number;
|
|
@@ -210,14 +211,14 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
210
211
|
target: string;
|
|
211
212
|
}[];
|
|
212
213
|
conditions?: {
|
|
213
|
-
operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "like" | "is_null" | "is_not_null";
|
|
214
214
|
source?: string | undefined;
|
|
215
215
|
target?: string | undefined;
|
|
216
|
+
operator: "eq" | "gt" | "gte" | "is_not_null" | "is_null" | "like" | "lt" | "lte" | "neq";
|
|
216
217
|
value?: string | number | boolean | undefined;
|
|
217
218
|
}[] | undefined;
|
|
218
219
|
}[];
|
|
219
|
-
columnDescriptions: Record<string, string>;
|
|
220
220
|
description?: string | undefined;
|
|
221
|
+
columnDescriptions: Record<string, string>;
|
|
221
222
|
}>;
|
|
222
223
|
excludedTables: string[];
|
|
223
224
|
} | undefined;
|
|
@@ -227,6 +228,7 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
227
228
|
connectionTimeout: number;
|
|
228
229
|
maxLifetime: number;
|
|
229
230
|
tls: boolean;
|
|
231
|
+
allowPublicKeyRetrieval: boolean;
|
|
230
232
|
prepare: boolean;
|
|
231
233
|
bigint: boolean;
|
|
232
234
|
} | {
|
|
@@ -247,11 +249,10 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
247
249
|
resolverName: string;
|
|
248
250
|
dottedName: string;
|
|
249
251
|
dottedQuotedName: string;
|
|
250
|
-
dashedName: string;
|
|
251
|
-
dashedNameLS: string;
|
|
252
|
-
schemaName: string;
|
|
253
252
|
schema: string;
|
|
254
253
|
name: string;
|
|
254
|
+
signature?: string | undefined;
|
|
255
|
+
type?: string | undefined;
|
|
255
256
|
parameters: {
|
|
256
257
|
name: string;
|
|
257
258
|
dataType: string | null;
|
|
@@ -259,17 +260,24 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
259
260
|
precision: number;
|
|
260
261
|
scale: number;
|
|
261
262
|
}[];
|
|
262
|
-
|
|
263
|
-
|
|
263
|
+
dashedName: string;
|
|
264
|
+
dashedNameLS: string;
|
|
265
|
+
schemaName: string;
|
|
264
266
|
}[];
|
|
265
267
|
queues: (({
|
|
266
268
|
name: string;
|
|
267
269
|
autoSetup: boolean;
|
|
268
270
|
enabled: boolean;
|
|
271
|
+
reconnect?: {
|
|
272
|
+
initialDelay: number;
|
|
273
|
+
maxDelay: number;
|
|
274
|
+
multiplier: number;
|
|
275
|
+
maxAttempts: number;
|
|
276
|
+
} | undefined;
|
|
269
277
|
publishers: Record<string, {
|
|
270
278
|
topic: string;
|
|
271
|
-
persistent: boolean;
|
|
272
279
|
routingKey?: string | undefined;
|
|
280
|
+
persistent: boolean;
|
|
273
281
|
headers?: Record<string, string> | undefined;
|
|
274
282
|
}>;
|
|
275
283
|
subscribers: Record<string, {
|
|
@@ -282,7 +290,7 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
282
290
|
handler?: import("../../config").SubscriberHandler | undefined;
|
|
283
291
|
}>;
|
|
284
292
|
topics: Record<string, {
|
|
285
|
-
type: "
|
|
293
|
+
type: "direct" | "fanout" | "headers" | "topic";
|
|
286
294
|
durable: boolean;
|
|
287
295
|
autoDelete: boolean;
|
|
288
296
|
}>;
|
|
@@ -290,16 +298,10 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
290
298
|
connection: string | {
|
|
291
299
|
hostname: string;
|
|
292
300
|
port: number;
|
|
293
|
-
vhost: string;
|
|
294
301
|
username?: string | undefined;
|
|
295
302
|
password?: string | undefined;
|
|
303
|
+
vhost: string;
|
|
296
304
|
};
|
|
297
|
-
reconnect?: {
|
|
298
|
-
initialDelay: number;
|
|
299
|
-
maxDelay: number;
|
|
300
|
-
multiplier: number;
|
|
301
|
-
maxAttempts: number;
|
|
302
|
-
} | undefined;
|
|
303
305
|
} & {
|
|
304
306
|
exchanges: Array<{
|
|
305
307
|
name: string;
|
|
@@ -336,10 +338,16 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
336
338
|
name: string;
|
|
337
339
|
autoSetup: boolean;
|
|
338
340
|
enabled: boolean;
|
|
341
|
+
reconnect?: {
|
|
342
|
+
initialDelay: number;
|
|
343
|
+
maxDelay: number;
|
|
344
|
+
multiplier: number;
|
|
345
|
+
maxAttempts: number;
|
|
346
|
+
} | undefined;
|
|
339
347
|
publishers: Record<string, {
|
|
340
348
|
topic: string;
|
|
341
|
-
persistent: boolean;
|
|
342
349
|
routingKey?: string | undefined;
|
|
350
|
+
persistent: boolean;
|
|
343
351
|
headers?: Record<string, string> | undefined;
|
|
344
352
|
}>;
|
|
345
353
|
subscribers: Record<string, {
|
|
@@ -352,27 +360,21 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
352
360
|
handler?: import("../../config").SubscriberHandler | undefined;
|
|
353
361
|
}>;
|
|
354
362
|
topics: Record<string, {
|
|
355
|
-
type: "
|
|
363
|
+
type: "direct" | "fanout" | "headers" | "topic";
|
|
356
364
|
durable: boolean;
|
|
357
365
|
autoDelete: boolean;
|
|
358
366
|
}>;
|
|
359
367
|
type: "kafka";
|
|
360
368
|
connection: string | {
|
|
361
369
|
brokers: string | string[];
|
|
362
|
-
ssl: boolean;
|
|
363
370
|
clientId?: string | undefined;
|
|
371
|
+
ssl: boolean;
|
|
364
372
|
sasl?: {
|
|
365
373
|
mechanism: "plain" | "scram-sha-256" | "scram-sha-512";
|
|
366
374
|
username: string;
|
|
367
375
|
password: string;
|
|
368
376
|
} | undefined;
|
|
369
377
|
};
|
|
370
|
-
reconnect?: {
|
|
371
|
-
initialDelay: number;
|
|
372
|
-
maxDelay: number;
|
|
373
|
-
multiplier: number;
|
|
374
|
-
maxAttempts: number;
|
|
375
|
-
} | undefined;
|
|
376
378
|
} & {
|
|
377
379
|
exchanges: Array<{
|
|
378
380
|
name: string;
|
|
@@ -407,10 +409,6 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
407
409
|
}>;
|
|
408
410
|
}))[];
|
|
409
411
|
operations: Record<string, {
|
|
410
|
-
graphql: {
|
|
411
|
-
enabled: boolean;
|
|
412
|
-
name?: string | undefined;
|
|
413
|
-
};
|
|
414
412
|
description?: string | undefined;
|
|
415
413
|
query?: string | undefined;
|
|
416
414
|
handler?: import("../../config").OperationHandler<any, any, any> | undefined;
|
|
@@ -423,19 +421,23 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
423
421
|
} | undefined;
|
|
424
422
|
rest?: {
|
|
425
423
|
path: string;
|
|
426
|
-
method: "
|
|
424
|
+
method: "DELETE" | "GET" | "PATCH" | "POST" | "PUT";
|
|
427
425
|
pathParams?: import("zod").ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>> | undefined;
|
|
428
426
|
queryParams?: import("zod").ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>> | undefined;
|
|
429
427
|
body?: import("zod").ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>> | undefined;
|
|
430
428
|
} | undefined;
|
|
429
|
+
graphql: {
|
|
430
|
+
enabled: boolean;
|
|
431
|
+
name?: string | undefined;
|
|
432
|
+
};
|
|
431
433
|
cache?: {
|
|
432
|
-
updateAgeOnHas: boolean;
|
|
433
|
-
ttlAutopurge: boolean;
|
|
434
434
|
max?: number | undefined;
|
|
435
435
|
maxSize?: number | undefined;
|
|
436
436
|
ttl?: number | undefined;
|
|
437
437
|
allowStale?: boolean | undefined;
|
|
438
438
|
updateAgeOnGet?: boolean | undefined;
|
|
439
|
+
updateAgeOnHas: boolean;
|
|
440
|
+
ttlAutopurge: boolean;
|
|
439
441
|
} | undefined;
|
|
440
442
|
}>;
|
|
441
443
|
resolverRegistry: import("../../types/resolver").ResolverRegistry;
|
|
@@ -443,11 +445,6 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
443
445
|
getResolverEntry: (resolverName: string) => import("../../types/resolver").ResolverEntry;
|
|
444
446
|
getForeignKeysBetweenTables: (table1: string, table2: string) => {
|
|
445
447
|
relationships: {
|
|
446
|
-
internalName: string;
|
|
447
|
-
fromInternalName: string;
|
|
448
|
-
toInternalName: string;
|
|
449
|
-
fromResolverName: string;
|
|
450
|
-
toResolverName: string;
|
|
451
448
|
schema: string;
|
|
452
449
|
name: string;
|
|
453
450
|
columns: {
|
|
@@ -455,18 +452,18 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
455
452
|
target: string;
|
|
456
453
|
}[];
|
|
457
454
|
conditions?: {
|
|
458
|
-
operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "like" | "is_null" | "is_not_null";
|
|
459
455
|
source?: string | undefined;
|
|
460
456
|
target?: string | undefined;
|
|
457
|
+
operator: "eq" | "gt" | "gte" | "is_not_null" | "is_null" | "like" | "lt" | "lte" | "neq";
|
|
461
458
|
value?: string | number | boolean | undefined;
|
|
462
459
|
}[] | undefined;
|
|
463
|
-
}[];
|
|
464
|
-
relationshipsReversed: {
|
|
465
460
|
internalName: string;
|
|
466
461
|
fromInternalName: string;
|
|
467
462
|
toInternalName: string;
|
|
468
463
|
fromResolverName: string;
|
|
469
464
|
toResolverName: string;
|
|
465
|
+
}[];
|
|
466
|
+
relationshipsReversed: {
|
|
470
467
|
schema: string;
|
|
471
468
|
name: string;
|
|
472
469
|
columns: {
|
|
@@ -474,14 +471,20 @@ export declare const getSchema: (entityOfRole: EntitiesOfRole, auth?: Auth | nul
|
|
|
474
471
|
target: string;
|
|
475
472
|
}[];
|
|
476
473
|
conditions?: {
|
|
477
|
-
operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "like" | "is_null" | "is_not_null";
|
|
478
474
|
source?: string | undefined;
|
|
479
475
|
target?: string | undefined;
|
|
476
|
+
operator: "eq" | "gt" | "gte" | "is_not_null" | "is_null" | "like" | "lt" | "lte" | "neq";
|
|
480
477
|
value?: string | number | boolean | undefined;
|
|
481
478
|
}[] | undefined;
|
|
479
|
+
internalName: string;
|
|
480
|
+
fromInternalName: string;
|
|
481
|
+
toInternalName: string;
|
|
482
|
+
fromResolverName: string;
|
|
483
|
+
toResolverName: string;
|
|
482
484
|
}[];
|
|
483
485
|
};
|
|
484
486
|
isVirtualColumn: (table: string, column: string) => import("../../types/configuration").VirtualColumn | undefined;
|
|
487
|
+
columnSqlName: (table: string, fieldName: string) => string;
|
|
485
488
|
getColumnTypeForOpenApi: (table: string, column: string) => string;
|
|
486
489
|
};
|
|
487
490
|
export type GetSchemaReturn = ReturnType<typeof getSchema>;
|
|
@@ -493,7 +496,7 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
493
496
|
db: {
|
|
494
497
|
name: string;
|
|
495
498
|
enabled: boolean;
|
|
496
|
-
type: "mssql" | "
|
|
499
|
+
type: "mssql" | "mysql" | "pg";
|
|
497
500
|
connection: {
|
|
498
501
|
host: string;
|
|
499
502
|
port: number;
|
|
@@ -524,14 +527,14 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
524
527
|
target: string;
|
|
525
528
|
}[];
|
|
526
529
|
conditions?: {
|
|
527
|
-
operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "like" | "is_null" | "is_not_null";
|
|
528
530
|
source?: string | undefined;
|
|
529
531
|
target?: string | undefined;
|
|
532
|
+
operator: "eq" | "gt" | "gte" | "is_not_null" | "is_null" | "like" | "lt" | "lte" | "neq";
|
|
530
533
|
value?: string | number | boolean | undefined;
|
|
531
534
|
}[] | undefined;
|
|
532
535
|
}[];
|
|
533
|
-
columnDescriptions: Record<string, string>;
|
|
534
536
|
description?: string | undefined;
|
|
537
|
+
columnDescriptions: Record<string, string>;
|
|
535
538
|
}>;
|
|
536
539
|
excludedTables: string[];
|
|
537
540
|
} | undefined;
|
|
@@ -541,6 +544,7 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
541
544
|
connectionTimeout: number;
|
|
542
545
|
maxLifetime: number;
|
|
543
546
|
tls: boolean;
|
|
547
|
+
allowPublicKeyRetrieval: boolean;
|
|
544
548
|
prepare: boolean;
|
|
545
549
|
bigint: boolean;
|
|
546
550
|
} | {
|
|
@@ -561,11 +565,10 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
561
565
|
resolverName: string;
|
|
562
566
|
dottedName: string;
|
|
563
567
|
dottedQuotedName: string;
|
|
564
|
-
dashedName: string;
|
|
565
|
-
dashedNameLS: string;
|
|
566
|
-
schemaName: string;
|
|
567
568
|
schema: string;
|
|
568
569
|
name: string;
|
|
570
|
+
signature?: string | undefined;
|
|
571
|
+
type?: string | undefined;
|
|
569
572
|
parameters: {
|
|
570
573
|
name: string;
|
|
571
574
|
dataType: string | null;
|
|
@@ -573,8 +576,9 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
573
576
|
precision: number;
|
|
574
577
|
scale: number;
|
|
575
578
|
}[];
|
|
576
|
-
|
|
577
|
-
|
|
579
|
+
dashedName: string;
|
|
580
|
+
dashedNameLS: string;
|
|
581
|
+
schemaName: string;
|
|
578
582
|
}>;
|
|
579
583
|
queuesMap: Record<string, {
|
|
580
584
|
name: string;
|
|
@@ -600,7 +604,7 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
600
604
|
db: {
|
|
601
605
|
name: string;
|
|
602
606
|
enabled: boolean;
|
|
603
|
-
type: "mssql" | "
|
|
607
|
+
type: "mssql" | "mysql" | "pg";
|
|
604
608
|
connection: {
|
|
605
609
|
host: string;
|
|
606
610
|
port: number;
|
|
@@ -631,14 +635,14 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
631
635
|
target: string;
|
|
632
636
|
}[];
|
|
633
637
|
conditions?: {
|
|
634
|
-
operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "like" | "is_null" | "is_not_null";
|
|
635
638
|
source?: string | undefined;
|
|
636
639
|
target?: string | undefined;
|
|
640
|
+
operator: "eq" | "gt" | "gte" | "is_not_null" | "is_null" | "like" | "lt" | "lte" | "neq";
|
|
637
641
|
value?: string | number | boolean | undefined;
|
|
638
642
|
}[] | undefined;
|
|
639
643
|
}[];
|
|
640
|
-
columnDescriptions: Record<string, string>;
|
|
641
644
|
description?: string | undefined;
|
|
645
|
+
columnDescriptions: Record<string, string>;
|
|
642
646
|
}>;
|
|
643
647
|
excludedTables: string[];
|
|
644
648
|
} | undefined;
|
|
@@ -648,6 +652,7 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
648
652
|
connectionTimeout: number;
|
|
649
653
|
maxLifetime: number;
|
|
650
654
|
tls: boolean;
|
|
655
|
+
allowPublicKeyRetrieval: boolean;
|
|
651
656
|
prepare: boolean;
|
|
652
657
|
bigint: boolean;
|
|
653
658
|
} | {
|
|
@@ -668,11 +673,10 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
668
673
|
resolverName: string;
|
|
669
674
|
dottedName: string;
|
|
670
675
|
dottedQuotedName: string;
|
|
671
|
-
dashedName: string;
|
|
672
|
-
dashedNameLS: string;
|
|
673
|
-
schemaName: string;
|
|
674
676
|
schema: string;
|
|
675
677
|
name: string;
|
|
678
|
+
signature?: string | undefined;
|
|
679
|
+
type?: string | undefined;
|
|
676
680
|
parameters: {
|
|
677
681
|
name: string;
|
|
678
682
|
dataType: string | null;
|
|
@@ -680,17 +684,24 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
680
684
|
precision: number;
|
|
681
685
|
scale: number;
|
|
682
686
|
}[];
|
|
683
|
-
|
|
684
|
-
|
|
687
|
+
dashedName: string;
|
|
688
|
+
dashedNameLS: string;
|
|
689
|
+
schemaName: string;
|
|
685
690
|
}[];
|
|
686
691
|
queues: (({
|
|
687
692
|
name: string;
|
|
688
693
|
autoSetup: boolean;
|
|
689
694
|
enabled: boolean;
|
|
695
|
+
reconnect?: {
|
|
696
|
+
initialDelay: number;
|
|
697
|
+
maxDelay: number;
|
|
698
|
+
multiplier: number;
|
|
699
|
+
maxAttempts: number;
|
|
700
|
+
} | undefined;
|
|
690
701
|
publishers: Record<string, {
|
|
691
702
|
topic: string;
|
|
692
|
-
persistent: boolean;
|
|
693
703
|
routingKey?: string | undefined;
|
|
704
|
+
persistent: boolean;
|
|
694
705
|
headers?: Record<string, string> | undefined;
|
|
695
706
|
}>;
|
|
696
707
|
subscribers: Record<string, {
|
|
@@ -703,7 +714,7 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
703
714
|
handler?: import("../../config").SubscriberHandler | undefined;
|
|
704
715
|
}>;
|
|
705
716
|
topics: Record<string, {
|
|
706
|
-
type: "
|
|
717
|
+
type: "direct" | "fanout" | "headers" | "topic";
|
|
707
718
|
durable: boolean;
|
|
708
719
|
autoDelete: boolean;
|
|
709
720
|
}>;
|
|
@@ -711,16 +722,10 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
711
722
|
connection: string | {
|
|
712
723
|
hostname: string;
|
|
713
724
|
port: number;
|
|
714
|
-
vhost: string;
|
|
715
725
|
username?: string | undefined;
|
|
716
726
|
password?: string | undefined;
|
|
727
|
+
vhost: string;
|
|
717
728
|
};
|
|
718
|
-
reconnect?: {
|
|
719
|
-
initialDelay: number;
|
|
720
|
-
maxDelay: number;
|
|
721
|
-
multiplier: number;
|
|
722
|
-
maxAttempts: number;
|
|
723
|
-
} | undefined;
|
|
724
729
|
} & {
|
|
725
730
|
exchanges: Array<{
|
|
726
731
|
name: string;
|
|
@@ -757,10 +762,16 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
757
762
|
name: string;
|
|
758
763
|
autoSetup: boolean;
|
|
759
764
|
enabled: boolean;
|
|
765
|
+
reconnect?: {
|
|
766
|
+
initialDelay: number;
|
|
767
|
+
maxDelay: number;
|
|
768
|
+
multiplier: number;
|
|
769
|
+
maxAttempts: number;
|
|
770
|
+
} | undefined;
|
|
760
771
|
publishers: Record<string, {
|
|
761
772
|
topic: string;
|
|
762
|
-
persistent: boolean;
|
|
763
773
|
routingKey?: string | undefined;
|
|
774
|
+
persistent: boolean;
|
|
764
775
|
headers?: Record<string, string> | undefined;
|
|
765
776
|
}>;
|
|
766
777
|
subscribers: Record<string, {
|
|
@@ -773,27 +784,21 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
773
784
|
handler?: import("../../config").SubscriberHandler | undefined;
|
|
774
785
|
}>;
|
|
775
786
|
topics: Record<string, {
|
|
776
|
-
type: "
|
|
787
|
+
type: "direct" | "fanout" | "headers" | "topic";
|
|
777
788
|
durable: boolean;
|
|
778
789
|
autoDelete: boolean;
|
|
779
790
|
}>;
|
|
780
791
|
type: "kafka";
|
|
781
792
|
connection: string | {
|
|
782
793
|
brokers: string | string[];
|
|
783
|
-
ssl: boolean;
|
|
784
794
|
clientId?: string | undefined;
|
|
795
|
+
ssl: boolean;
|
|
785
796
|
sasl?: {
|
|
786
797
|
mechanism: "plain" | "scram-sha-256" | "scram-sha-512";
|
|
787
798
|
username: string;
|
|
788
799
|
password: string;
|
|
789
800
|
} | undefined;
|
|
790
801
|
};
|
|
791
|
-
reconnect?: {
|
|
792
|
-
initialDelay: number;
|
|
793
|
-
maxDelay: number;
|
|
794
|
-
multiplier: number;
|
|
795
|
-
maxAttempts: number;
|
|
796
|
-
} | undefined;
|
|
797
802
|
} & {
|
|
798
803
|
exchanges: Array<{
|
|
799
804
|
name: string;
|
|
@@ -828,10 +833,6 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
828
833
|
}>;
|
|
829
834
|
}))[];
|
|
830
835
|
operations: Record<string, {
|
|
831
|
-
graphql: {
|
|
832
|
-
enabled: boolean;
|
|
833
|
-
name?: string | undefined;
|
|
834
|
-
};
|
|
835
836
|
description?: string | undefined;
|
|
836
837
|
query?: string | undefined;
|
|
837
838
|
handler?: import("../../config").OperationHandler<any, any, any> | undefined;
|
|
@@ -844,19 +845,23 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
844
845
|
} | undefined;
|
|
845
846
|
rest?: {
|
|
846
847
|
path: string;
|
|
847
|
-
method: "
|
|
848
|
+
method: "DELETE" | "GET" | "PATCH" | "POST" | "PUT";
|
|
848
849
|
pathParams?: import("zod").ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>> | undefined;
|
|
849
850
|
queryParams?: import("zod").ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>> | undefined;
|
|
850
851
|
body?: import("zod").ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>> | undefined;
|
|
851
852
|
} | undefined;
|
|
853
|
+
graphql: {
|
|
854
|
+
enabled: boolean;
|
|
855
|
+
name?: string | undefined;
|
|
856
|
+
};
|
|
852
857
|
cache?: {
|
|
853
|
-
updateAgeOnHas: boolean;
|
|
854
|
-
ttlAutopurge: boolean;
|
|
855
858
|
max?: number | undefined;
|
|
856
859
|
maxSize?: number | undefined;
|
|
857
860
|
ttl?: number | undefined;
|
|
858
861
|
allowStale?: boolean | undefined;
|
|
859
862
|
updateAgeOnGet?: boolean | undefined;
|
|
863
|
+
updateAgeOnHas: boolean;
|
|
864
|
+
ttlAutopurge: boolean;
|
|
860
865
|
} | undefined;
|
|
861
866
|
}>;
|
|
862
867
|
resolverRegistry: import("../../types/resolver").ResolverRegistry;
|
|
@@ -864,11 +869,6 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
864
869
|
getResolverEntry: (resolverName: string) => import("../../types/resolver").ResolverEntry;
|
|
865
870
|
getForeignKeysBetweenTables: (table1: string, table2: string) => {
|
|
866
871
|
relationships: {
|
|
867
|
-
internalName: string;
|
|
868
|
-
fromInternalName: string;
|
|
869
|
-
toInternalName: string;
|
|
870
|
-
fromResolverName: string;
|
|
871
|
-
toResolverName: string;
|
|
872
872
|
schema: string;
|
|
873
873
|
name: string;
|
|
874
874
|
columns: {
|
|
@@ -876,18 +876,18 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
876
876
|
target: string;
|
|
877
877
|
}[];
|
|
878
878
|
conditions?: {
|
|
879
|
-
operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "like" | "is_null" | "is_not_null";
|
|
880
879
|
source?: string | undefined;
|
|
881
880
|
target?: string | undefined;
|
|
881
|
+
operator: "eq" | "gt" | "gte" | "is_not_null" | "is_null" | "like" | "lt" | "lte" | "neq";
|
|
882
882
|
value?: string | number | boolean | undefined;
|
|
883
883
|
}[] | undefined;
|
|
884
|
-
}[];
|
|
885
|
-
relationshipsReversed: {
|
|
886
884
|
internalName: string;
|
|
887
885
|
fromInternalName: string;
|
|
888
886
|
toInternalName: string;
|
|
889
887
|
fromResolverName: string;
|
|
890
888
|
toResolverName: string;
|
|
889
|
+
}[];
|
|
890
|
+
relationshipsReversed: {
|
|
891
891
|
schema: string;
|
|
892
892
|
name: string;
|
|
893
893
|
columns: {
|
|
@@ -895,14 +895,20 @@ export declare const getSchemas: (tablesAndStoredProceduresForRole: Record<strin
|
|
|
895
895
|
target: string;
|
|
896
896
|
}[];
|
|
897
897
|
conditions?: {
|
|
898
|
-
operator: "eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "like" | "is_null" | "is_not_null";
|
|
899
898
|
source?: string | undefined;
|
|
900
899
|
target?: string | undefined;
|
|
900
|
+
operator: "eq" | "gt" | "gte" | "is_not_null" | "is_null" | "like" | "lt" | "lte" | "neq";
|
|
901
901
|
value?: string | number | boolean | undefined;
|
|
902
902
|
}[] | undefined;
|
|
903
|
+
internalName: string;
|
|
904
|
+
fromInternalName: string;
|
|
905
|
+
toInternalName: string;
|
|
906
|
+
fromResolverName: string;
|
|
907
|
+
toResolverName: string;
|
|
903
908
|
}[];
|
|
904
909
|
};
|
|
905
910
|
isVirtualColumn: (table: string, column: string) => import("../../types/configuration").VirtualColumn | undefined;
|
|
911
|
+
columnSqlName: (table: string, fieldName: string) => string;
|
|
906
912
|
getColumnTypeForOpenApi: (table: string, column: string) => string;
|
|
907
913
|
} & {
|
|
908
914
|
typeDefs: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/configuration/getSchemas/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAC/E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAOtD,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/configuration/getSchemas/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAC/E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAOtD,eAAO,MAAM,sBAAsB,WAAY,aAAa,yCAAoC,CAAC;AAEjG,eAAO,MAAM,cAAc,mBAAoB,cAAc,YAAW,OAAO;;;;CAO9E,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAErE,eAAO,MAAM,WAAW,aACZ,cAAc,eACX,oBAAoB,SAC3B,IAAI,GAAG,IAAI,yBACK,oBAAoB,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;CAQlD,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC;AAErF,eAAO,MAAM,SAAS,iBACN,cAAc,SACtB,IAAI,GAAG,IAAI,yBACK,oBAAoB,GAAG,IAAI,cACtC,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWnB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC;AAE3D,eAAO,MAAM,UAAU,qCACa,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,QAC1D,IAAI,wBACY,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM1B,8BAA8B;EAS/C,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC,CAAC"}
|