@514labs/moose-lib 0.6.290-ci-13-g7dbff416 → 0.6.290
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/{browserCompatible-N0vNe6CP.d.ts → browserCompatible-B8CAYjv5.d.ts} +1 -1
- package/dist/{browserCompatible-Ddm1MeOX.d.mts → browserCompatible-ChWHzgtb.d.mts} +1 -1
- package/dist/browserCompatible.d.mts +2 -2
- package/dist/browserCompatible.d.ts +2 -2
- package/dist/browserCompatible.js +2161 -2444
- package/dist/browserCompatible.js.map +1 -1
- package/dist/browserCompatible.mjs +2165 -2446
- package/dist/browserCompatible.mjs.map +1 -1
- package/dist/dmv2/index.d.mts +1 -1
- package/dist/dmv2/index.d.ts +1 -1
- package/dist/dmv2/index.js +2058 -2341
- package/dist/dmv2/index.js.map +1 -1
- package/dist/dmv2/index.mjs +2020 -2301
- package/dist/dmv2/index.mjs.map +1 -1
- package/dist/{index-C6Y6fn_9.d.mts → index-rQOQo9sv.d.mts} +1 -10
- package/dist/{index-C6Y6fn_9.d.ts → index-rQOQo9sv.d.ts} +1 -10
- package/dist/index.d.mts +7 -31
- package/dist/index.d.ts +7 -31
- package/dist/index.js +2739 -3071
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2632 -2965
- package/dist/index.mjs.map +1 -1
- package/dist/moose-runner.js +1136 -1715
- package/dist/moose-runner.js.map +1 -1
- package/dist/moose-runner.mjs +1127 -1704
- package/dist/moose-runner.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1571,15 +1571,6 @@ interface ApiUtil {
|
|
|
1571
1571
|
sql: typeof sql;
|
|
1572
1572
|
jwt: JWTPayload | undefined;
|
|
1573
1573
|
}
|
|
1574
|
-
/**
|
|
1575
|
-
* Utilities provided by getMooseUtils() for database access and SQL queries.
|
|
1576
|
-
* Works in both Moose runtime and standalone contexts.
|
|
1577
|
-
*/
|
|
1578
|
-
interface MooseUtils {
|
|
1579
|
-
client: MooseClient;
|
|
1580
|
-
sql: typeof sql;
|
|
1581
|
-
jwt?: JWTPayload;
|
|
1582
|
-
}
|
|
1583
1574
|
/** @deprecated Use ApiUtil instead. */
|
|
1584
1575
|
type ConsumptionUtil = ApiUtil;
|
|
1585
1576
|
declare class MooseClient {
|
|
@@ -2153,4 +2144,4 @@ type SimpleAggregated<AggregationFunction extends string, ArgType = any> = {
|
|
|
2153
2144
|
_argType?: ArgType;
|
|
2154
2145
|
};
|
|
2155
2146
|
|
|
2156
|
-
export { toQuery as $, type Aggregated as A, getWorkflows as B, ConsumptionApi as C, type DeadLetterModel as D, type EgressConfig as E, type FrameworkApp as F, getWorkflow as G, getWebApps as H, IngestApi as I, getWebApp as J, type ApiUtil as K, LifeCycle as L, MaterializedView as M, type ConsumptionUtil as N, OlapTable as O, quoteIdentifier as P, type IdentifierBrandedString as Q, type NonIdentifierBrandedString as R, type SimpleAggregated as S, Task as T, type Value as U, View as V, Workflow as W, type RawValue as X, sql as Y, Sql as Z, toStaticQuery as _, type OlapConfig as a, toQueryPreview as a0, getValueFromParameter as a1, createClickhouseParameter as a2, mapToClickHouseType as a3,
|
|
2147
|
+
export { toQuery as $, type Aggregated as A, getWorkflows as B, ConsumptionApi as C, type DeadLetterModel as D, type EgressConfig as E, type FrameworkApp as F, getWorkflow as G, getWebApps as H, IngestApi as I, getWebApp as J, type ApiUtil as K, LifeCycle as L, MaterializedView as M, type ConsumptionUtil as N, OlapTable as O, quoteIdentifier as P, type IdentifierBrandedString as Q, type NonIdentifierBrandedString as R, type SimpleAggregated as S, Task as T, type Value as U, View as V, Workflow as W, type RawValue as X, sql as Y, Sql as Z, toStaticQuery as _, type OlapConfig as a, toQueryPreview as a0, getValueFromParameter as a1, createClickhouseParameter as a2, mapToClickHouseType as a3, MooseClient as a4, type Blocks as a5, ClickHouseEngines as a6, dropView as a7, createMaterializedView as a8, populateTable as a9, QueryClient as aa, WorkflowClient as ab, getTemporalClient as ac, ApiHelpers as ad, ConsumptionHelpers as ae, joinQueries as af, type ConsumerConfig as ag, type TransformConfig as ah, type TaskContext as ai, type TaskConfig as aj, type IngestPipelineConfig as ak, type MaterializedViewConfig as al, type S3QueueTableSettings as b, Stream as c, type StreamConfig as d, type DeadLetter as e, DeadLetterQueue as f, type IngestConfig as g, Api as h, type ApiConfig as i, IngestPipeline as j, SqlResource as k, ETLPipeline as l, type ETLPipelineConfig as m, WebApp as n, type WebAppConfig as o, type WebAppHandler as p, getTables as q, getTable as r, getStreams as s, getStream as t, getIngestApis as u, getIngestApi as v, getApis as w, getApi as x, getSqlResources as y, getSqlResource as z };
|
|
@@ -1571,15 +1571,6 @@ interface ApiUtil {
|
|
|
1571
1571
|
sql: typeof sql;
|
|
1572
1572
|
jwt: JWTPayload | undefined;
|
|
1573
1573
|
}
|
|
1574
|
-
/**
|
|
1575
|
-
* Utilities provided by getMooseUtils() for database access and SQL queries.
|
|
1576
|
-
* Works in both Moose runtime and standalone contexts.
|
|
1577
|
-
*/
|
|
1578
|
-
interface MooseUtils {
|
|
1579
|
-
client: MooseClient;
|
|
1580
|
-
sql: typeof sql;
|
|
1581
|
-
jwt?: JWTPayload;
|
|
1582
|
-
}
|
|
1583
1574
|
/** @deprecated Use ApiUtil instead. */
|
|
1584
1575
|
type ConsumptionUtil = ApiUtil;
|
|
1585
1576
|
declare class MooseClient {
|
|
@@ -2153,4 +2144,4 @@ type SimpleAggregated<AggregationFunction extends string, ArgType = any> = {
|
|
|
2153
2144
|
_argType?: ArgType;
|
|
2154
2145
|
};
|
|
2155
2146
|
|
|
2156
|
-
export { toQuery as $, type Aggregated as A, getWorkflows as B, ConsumptionApi as C, type DeadLetterModel as D, type EgressConfig as E, type FrameworkApp as F, getWorkflow as G, getWebApps as H, IngestApi as I, getWebApp as J, type ApiUtil as K, LifeCycle as L, MaterializedView as M, type ConsumptionUtil as N, OlapTable as O, quoteIdentifier as P, type IdentifierBrandedString as Q, type NonIdentifierBrandedString as R, type SimpleAggregated as S, Task as T, type Value as U, View as V, Workflow as W, type RawValue as X, sql as Y, Sql as Z, toStaticQuery as _, type OlapConfig as a, toQueryPreview as a0, getValueFromParameter as a1, createClickhouseParameter as a2, mapToClickHouseType as a3,
|
|
2147
|
+
export { toQuery as $, type Aggregated as A, getWorkflows as B, ConsumptionApi as C, type DeadLetterModel as D, type EgressConfig as E, type FrameworkApp as F, getWorkflow as G, getWebApps as H, IngestApi as I, getWebApp as J, type ApiUtil as K, LifeCycle as L, MaterializedView as M, type ConsumptionUtil as N, OlapTable as O, quoteIdentifier as P, type IdentifierBrandedString as Q, type NonIdentifierBrandedString as R, type SimpleAggregated as S, Task as T, type Value as U, View as V, Workflow as W, type RawValue as X, sql as Y, Sql as Z, toStaticQuery as _, type OlapConfig as a, toQueryPreview as a0, getValueFromParameter as a1, createClickhouseParameter as a2, mapToClickHouseType as a3, MooseClient as a4, type Blocks as a5, ClickHouseEngines as a6, dropView as a7, createMaterializedView as a8, populateTable as a9, QueryClient as aa, WorkflowClient as ab, getTemporalClient as ac, ApiHelpers as ad, ConsumptionHelpers as ae, joinQueries as af, type ConsumerConfig as ag, type TransformConfig as ah, type TaskContext as ai, type TaskConfig as aj, type IngestPipelineConfig as ak, type MaterializedViewConfig as al, type S3QueueTableSettings as b, Stream as c, type StreamConfig as d, type DeadLetter as e, DeadLetterQueue as f, type IngestConfig as g, Api as h, type ApiConfig as i, IngestPipeline as j, SqlResource as k, ETLPipeline as l, type ETLPipelineConfig as m, WebApp as n, type WebAppConfig as o, type WebAppHandler as p, getTables as q, getTable as r, getStreams as s, getStream as t, getIngestApis as u, getIngestApi as v, getApis as w, getApi as x, getSqlResources as y, getSqlResource as z };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { C as ClickHouseByteSize, q as ClickHouseCodec, j as ClickHouseDecimal, n as ClickHouseDefault, k as ClickHouseFixedStringSize, l as ClickHouseFloat, a as ClickHouseInt, m as ClickHouseJson, e as ClickHouseLineString, p as ClickHouseMaterialized, f as ClickHouseMultiLineString, h as ClickHouseMultiPolygon, b as ClickHouseNamedTuple, c as ClickHousePoint, g as ClickHousePolygon, i as ClickHousePrecision, d as ClickHouseRing, o as ClickHouseTTL, D as DateTime, r as DateTime64, t as DateTime64String, s as DateTimeString, E as Decimal, F as FixedString, u as Float32, v as Float64, w as Int16, x as Int32, y as Int64, I as Int8, J as JWT, K as Key, L as LowCardinality, z as UInt16, A as UInt32, B as UInt64, U as UInt8, W as WithDefault } from './browserCompatible-
|
|
2
|
-
import {
|
|
3
|
-
export { A as Aggregated, h as Api, i as ApiConfig,
|
|
1
|
+
export { C as ClickHouseByteSize, q as ClickHouseCodec, j as ClickHouseDecimal, n as ClickHouseDefault, k as ClickHouseFixedStringSize, l as ClickHouseFloat, a as ClickHouseInt, m as ClickHouseJson, e as ClickHouseLineString, p as ClickHouseMaterialized, f as ClickHouseMultiLineString, h as ClickHouseMultiPolygon, b as ClickHouseNamedTuple, c as ClickHousePoint, g as ClickHousePolygon, i as ClickHousePrecision, d as ClickHouseRing, o as ClickHouseTTL, D as DateTime, r as DateTime64, t as DateTime64String, s as DateTimeString, E as Decimal, F as FixedString, u as Float32, v as Float64, w as Int16, x as Int32, y as Int64, I as Int8, J as JWT, K as Key, L as LowCardinality, z as UInt16, A as UInt32, B as UInt64, U as UInt8, W as WithDefault } from './browserCompatible-ChWHzgtb.mjs';
|
|
2
|
+
import { K as ApiUtil, a4 as MooseClient } from './index-rQOQo9sv.mjs';
|
|
3
|
+
export { A as Aggregated, h as Api, i as ApiConfig, ad as ApiHelpers, a5 as Blocks, a6 as ClickHouseEngines, C as ConsumptionApi, ae as ConsumptionHelpers, N as ConsumptionUtil, e as DeadLetter, D as DeadLetterModel, f as DeadLetterQueue, l as ETLPipeline, m as ETLPipelineConfig, E as EgressConfig, F as FrameworkApp, Q as IdentifierBrandedString, I as IngestApi, g as IngestConfig, j as IngestPipeline, L as LifeCycle, M as MaterializedView, R as NonIdentifierBrandedString, a as OlapConfig, O as OlapTable, aa as QueryClient, X as RawValue, b as S3QueueTableSettings, S as SimpleAggregated, Z as Sql, k as SqlResource, c as Stream, d as StreamConfig, T as Task, U as Value, V as View, n as WebApp, o as WebAppConfig, p as WebAppHandler, W as Workflow, ab as WorkflowClient, a2 as createClickhouseParameter, a8 as createMaterializedView, a7 as dropView, x as getApi, w as getApis, v as getIngestApi, u as getIngestApis, z as getSqlResource, y as getSqlResources, t as getStream, s as getStreams, r as getTable, q as getTables, ac as getTemporalClient, a1 as getValueFromParameter, J as getWebApp, H as getWebApps, G as getWorkflow, B as getWorkflows, af as joinQueries, a3 as mapToClickHouseType, a9 as populateTable, P as quoteIdentifier, Y as sql, $ as toQuery, a0 as toQueryPreview, _ as toStaticQuery } from './index-rQOQo9sv.mjs';
|
|
4
4
|
import * as _clickhouse_client from '@clickhouse/client';
|
|
5
5
|
import { KafkaJS } from '@514labs/kafka-javascript';
|
|
6
|
+
import http from 'http';
|
|
6
7
|
import { IsTuple } from 'typia/lib/typings/IsTuple';
|
|
7
8
|
import { Readable } from 'node:stream';
|
|
8
9
|
import 'typia/lib/tags';
|
|
@@ -10,7 +11,6 @@ import 'typia';
|
|
|
10
11
|
import 'typia/src/schemas/json/IJsonSchemaCollection';
|
|
11
12
|
import '@temporalio/client';
|
|
12
13
|
import 'jose';
|
|
13
|
-
import 'http';
|
|
14
14
|
|
|
15
15
|
declare const Kafka: typeof KafkaJS.Kafka;
|
|
16
16
|
type Kafka = KafkaJS.Kafka;
|
|
@@ -193,16 +193,10 @@ declare const mooseEnvSecrets: {
|
|
|
193
193
|
get(envVarName: string): string;
|
|
194
194
|
};
|
|
195
195
|
|
|
196
|
-
|
|
197
|
-
* @deprecated No longer needed. Use getMooseUtils() directly instead.
|
|
198
|
-
* Moose now handles utility injection automatically when injectMooseUtils is true.
|
|
199
|
-
*/
|
|
196
|
+
declare function getMooseUtils(req: http.IncomingMessage | any): ApiUtil | undefined;
|
|
200
197
|
declare function expressMiddleware(): (req: any, res: any, next: any) => void;
|
|
201
|
-
/**
|
|
202
|
-
* @deprecated Use MooseUtils from helpers.ts instead.
|
|
203
|
-
*/
|
|
204
198
|
interface ExpressRequestWithMoose {
|
|
205
|
-
moose?:
|
|
199
|
+
moose?: ApiUtil;
|
|
206
200
|
}
|
|
207
201
|
|
|
208
202
|
interface TaskFunction {
|
|
@@ -328,24 +322,6 @@ interface RuntimeClickHouseConfig {
|
|
|
328
322
|
useSSL: boolean;
|
|
329
323
|
}
|
|
330
324
|
|
|
331
|
-
/**
|
|
332
|
-
* Get Moose utilities for database access and SQL queries.
|
|
333
|
-
* Works in both Moose runtime and standalone contexts.
|
|
334
|
-
*
|
|
335
|
-
* @param req - DEPRECATED: Request parameter is no longer needed and will be ignored.
|
|
336
|
-
* @returns Promise resolving to MooseUtils with client and sql utilities.
|
|
337
|
-
*
|
|
338
|
-
* @example
|
|
339
|
-
* ```typescript
|
|
340
|
-
* const { client, sql } = await getMooseUtils();
|
|
341
|
-
* const result = await client.query.execute(sql`SELECT * FROM table`);
|
|
342
|
-
* ```
|
|
343
|
-
*/
|
|
344
|
-
declare function getMooseUtils(req?: any): Promise<MooseUtils>;
|
|
345
|
-
/**
|
|
346
|
-
* @deprecated Use getMooseUtils() instead.
|
|
347
|
-
* Creates a Moose client for database access.
|
|
348
|
-
*/
|
|
349
325
|
declare function getMooseClients(config?: Partial<RuntimeClickHouseConfig>): Promise<{
|
|
350
326
|
client: MooseClient;
|
|
351
327
|
}>;
|
|
@@ -578,4 +554,4 @@ type DataModelConfig<T> = Partial<{
|
|
|
578
554
|
parallelism?: number;
|
|
579
555
|
}>;
|
|
580
556
|
|
|
581
|
-
export { ACKs, ApiUtil, type CSVParsingConfig, CSV_DELIMITERS, type CliLogData, DEFAULT_CSV_CONFIG, DEFAULT_JSON_CONFIG, type DataModelConfig, DataSource, type DataSourceConfig, type ExpressRequestWithMoose, type ExtractionResult, type JSONParsingConfig, type KafkaClientConfig, type Logger, MAX_RETRIES, MAX_RETRIES_PRODUCER, MAX_RETRY_TIME_MS, MOOSE_RUNTIME_ENV_PREFIX, MooseCache, MooseClient,
|
|
557
|
+
export { ACKs, ApiUtil, type CSVParsingConfig, CSV_DELIMITERS, type CliLogData, DEFAULT_CSV_CONFIG, DEFAULT_JSON_CONFIG, type DataModelConfig, DataSource, type DataSourceConfig, type ExpressRequestWithMoose, type ExtractionResult, type JSONParsingConfig, type KafkaClientConfig, type Logger, MAX_RETRIES, MAX_RETRIES_PRODUCER, MAX_RETRY_TIME_MS, MOOSE_RUNTIME_ENV_PREFIX, MooseCache, MooseClient, type Producer, RETRY_FACTOR_PRODUCER, RETRY_INITIAL_TIME_MS, type StripDateIntersection, type TaskConfig, type TaskDefinition, type TaskFunction, antiCachePath, cliLog, compilerLog, createApi, createConsumptionApi, createProducerConfig, expressMiddleware, getClickhouseClient, getFileName, getKafkaClient, getKafkaProducer, getMooseClients, getMooseUtils, isValidCSVDelimiter, logError, mapTstoJs, mooseEnvSecrets, mooseRuntimeEnv, parseCSV, parseJSON, parseJSONWithDates };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { C as ClickHouseByteSize, q as ClickHouseCodec, j as ClickHouseDecimal, n as ClickHouseDefault, k as ClickHouseFixedStringSize, l as ClickHouseFloat, a as ClickHouseInt, m as ClickHouseJson, e as ClickHouseLineString, p as ClickHouseMaterialized, f as ClickHouseMultiLineString, h as ClickHouseMultiPolygon, b as ClickHouseNamedTuple, c as ClickHousePoint, g as ClickHousePolygon, i as ClickHousePrecision, d as ClickHouseRing, o as ClickHouseTTL, D as DateTime, r as DateTime64, t as DateTime64String, s as DateTimeString, E as Decimal, F as FixedString, u as Float32, v as Float64, w as Int16, x as Int32, y as Int64, I as Int8, J as JWT, K as Key, L as LowCardinality, z as UInt16, A as UInt32, B as UInt64, U as UInt8, W as WithDefault } from './browserCompatible-
|
|
2
|
-
import {
|
|
3
|
-
export { A as Aggregated, h as Api, i as ApiConfig,
|
|
1
|
+
export { C as ClickHouseByteSize, q as ClickHouseCodec, j as ClickHouseDecimal, n as ClickHouseDefault, k as ClickHouseFixedStringSize, l as ClickHouseFloat, a as ClickHouseInt, m as ClickHouseJson, e as ClickHouseLineString, p as ClickHouseMaterialized, f as ClickHouseMultiLineString, h as ClickHouseMultiPolygon, b as ClickHouseNamedTuple, c as ClickHousePoint, g as ClickHousePolygon, i as ClickHousePrecision, d as ClickHouseRing, o as ClickHouseTTL, D as DateTime, r as DateTime64, t as DateTime64String, s as DateTimeString, E as Decimal, F as FixedString, u as Float32, v as Float64, w as Int16, x as Int32, y as Int64, I as Int8, J as JWT, K as Key, L as LowCardinality, z as UInt16, A as UInt32, B as UInt64, U as UInt8, W as WithDefault } from './browserCompatible-B8CAYjv5.js';
|
|
2
|
+
import { K as ApiUtil, a4 as MooseClient } from './index-rQOQo9sv.js';
|
|
3
|
+
export { A as Aggregated, h as Api, i as ApiConfig, ad as ApiHelpers, a5 as Blocks, a6 as ClickHouseEngines, C as ConsumptionApi, ae as ConsumptionHelpers, N as ConsumptionUtil, e as DeadLetter, D as DeadLetterModel, f as DeadLetterQueue, l as ETLPipeline, m as ETLPipelineConfig, E as EgressConfig, F as FrameworkApp, Q as IdentifierBrandedString, I as IngestApi, g as IngestConfig, j as IngestPipeline, L as LifeCycle, M as MaterializedView, R as NonIdentifierBrandedString, a as OlapConfig, O as OlapTable, aa as QueryClient, X as RawValue, b as S3QueueTableSettings, S as SimpleAggregated, Z as Sql, k as SqlResource, c as Stream, d as StreamConfig, T as Task, U as Value, V as View, n as WebApp, o as WebAppConfig, p as WebAppHandler, W as Workflow, ab as WorkflowClient, a2 as createClickhouseParameter, a8 as createMaterializedView, a7 as dropView, x as getApi, w as getApis, v as getIngestApi, u as getIngestApis, z as getSqlResource, y as getSqlResources, t as getStream, s as getStreams, r as getTable, q as getTables, ac as getTemporalClient, a1 as getValueFromParameter, J as getWebApp, H as getWebApps, G as getWorkflow, B as getWorkflows, af as joinQueries, a3 as mapToClickHouseType, a9 as populateTable, P as quoteIdentifier, Y as sql, $ as toQuery, a0 as toQueryPreview, _ as toStaticQuery } from './index-rQOQo9sv.js';
|
|
4
4
|
import * as _clickhouse_client from '@clickhouse/client';
|
|
5
5
|
import { KafkaJS } from '@514labs/kafka-javascript';
|
|
6
|
+
import http from 'http';
|
|
6
7
|
import { IsTuple } from 'typia/lib/typings/IsTuple';
|
|
7
8
|
import { Readable } from 'node:stream';
|
|
8
9
|
import 'typia/lib/tags';
|
|
@@ -10,7 +11,6 @@ import 'typia';
|
|
|
10
11
|
import 'typia/src/schemas/json/IJsonSchemaCollection';
|
|
11
12
|
import '@temporalio/client';
|
|
12
13
|
import 'jose';
|
|
13
|
-
import 'http';
|
|
14
14
|
|
|
15
15
|
declare const Kafka: typeof KafkaJS.Kafka;
|
|
16
16
|
type Kafka = KafkaJS.Kafka;
|
|
@@ -193,16 +193,10 @@ declare const mooseEnvSecrets: {
|
|
|
193
193
|
get(envVarName: string): string;
|
|
194
194
|
};
|
|
195
195
|
|
|
196
|
-
|
|
197
|
-
* @deprecated No longer needed. Use getMooseUtils() directly instead.
|
|
198
|
-
* Moose now handles utility injection automatically when injectMooseUtils is true.
|
|
199
|
-
*/
|
|
196
|
+
declare function getMooseUtils(req: http.IncomingMessage | any): ApiUtil | undefined;
|
|
200
197
|
declare function expressMiddleware(): (req: any, res: any, next: any) => void;
|
|
201
|
-
/**
|
|
202
|
-
* @deprecated Use MooseUtils from helpers.ts instead.
|
|
203
|
-
*/
|
|
204
198
|
interface ExpressRequestWithMoose {
|
|
205
|
-
moose?:
|
|
199
|
+
moose?: ApiUtil;
|
|
206
200
|
}
|
|
207
201
|
|
|
208
202
|
interface TaskFunction {
|
|
@@ -328,24 +322,6 @@ interface RuntimeClickHouseConfig {
|
|
|
328
322
|
useSSL: boolean;
|
|
329
323
|
}
|
|
330
324
|
|
|
331
|
-
/**
|
|
332
|
-
* Get Moose utilities for database access and SQL queries.
|
|
333
|
-
* Works in both Moose runtime and standalone contexts.
|
|
334
|
-
*
|
|
335
|
-
* @param req - DEPRECATED: Request parameter is no longer needed and will be ignored.
|
|
336
|
-
* @returns Promise resolving to MooseUtils with client and sql utilities.
|
|
337
|
-
*
|
|
338
|
-
* @example
|
|
339
|
-
* ```typescript
|
|
340
|
-
* const { client, sql } = await getMooseUtils();
|
|
341
|
-
* const result = await client.query.execute(sql`SELECT * FROM table`);
|
|
342
|
-
* ```
|
|
343
|
-
*/
|
|
344
|
-
declare function getMooseUtils(req?: any): Promise<MooseUtils>;
|
|
345
|
-
/**
|
|
346
|
-
* @deprecated Use getMooseUtils() instead.
|
|
347
|
-
* Creates a Moose client for database access.
|
|
348
|
-
*/
|
|
349
325
|
declare function getMooseClients(config?: Partial<RuntimeClickHouseConfig>): Promise<{
|
|
350
326
|
client: MooseClient;
|
|
351
327
|
}>;
|
|
@@ -578,4 +554,4 @@ type DataModelConfig<T> = Partial<{
|
|
|
578
554
|
parallelism?: number;
|
|
579
555
|
}>;
|
|
580
556
|
|
|
581
|
-
export { ACKs, ApiUtil, type CSVParsingConfig, CSV_DELIMITERS, type CliLogData, DEFAULT_CSV_CONFIG, DEFAULT_JSON_CONFIG, type DataModelConfig, DataSource, type DataSourceConfig, type ExpressRequestWithMoose, type ExtractionResult, type JSONParsingConfig, type KafkaClientConfig, type Logger, MAX_RETRIES, MAX_RETRIES_PRODUCER, MAX_RETRY_TIME_MS, MOOSE_RUNTIME_ENV_PREFIX, MooseCache, MooseClient,
|
|
557
|
+
export { ACKs, ApiUtil, type CSVParsingConfig, CSV_DELIMITERS, type CliLogData, DEFAULT_CSV_CONFIG, DEFAULT_JSON_CONFIG, type DataModelConfig, DataSource, type DataSourceConfig, type ExpressRequestWithMoose, type ExtractionResult, type JSONParsingConfig, type KafkaClientConfig, type Logger, MAX_RETRIES, MAX_RETRIES_PRODUCER, MAX_RETRY_TIME_MS, MOOSE_RUNTIME_ENV_PREFIX, MooseCache, MooseClient, type Producer, RETRY_FACTOR_PRODUCER, RETRY_INITIAL_TIME_MS, type StripDateIntersection, type TaskConfig, type TaskDefinition, type TaskFunction, antiCachePath, cliLog, compilerLog, createApi, createConsumptionApi, createProducerConfig, expressMiddleware, getClickhouseClient, getFileName, getKafkaClient, getKafkaProducer, getMooseClients, getMooseUtils, isValidCSVDelimiter, logError, mapTstoJs, mooseEnvSecrets, mooseRuntimeEnv, parseCSV, parseJSON, parseJSONWithDates };
|