@bayoudhi/moose-lib-serverless 0.1.0
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.d.mts +14 -0
- package/dist/browserCompatible.d.ts +14 -0
- package/dist/helpers-C3Yr4RzN.d.mts +2380 -0
- package/dist/helpers-C3Yr4RzN.d.ts +2380 -0
- package/dist/serverless.d.mts +383 -0
- package/dist/serverless.d.ts +383 -0
- package/dist/serverless.js +3084 -0
- package/dist/serverless.js.map +1 -0
- package/dist/serverless.mjs +2989 -0
- package/dist/serverless.mjs.map +1 -0
- package/package.json +58 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export { y as Aggregated, z as Api, B as ApiConfig, A as ApiUtil, a as ClickHouseByteSize, b as ClickHouseCodec, c as ClickHouseDecimal, d as ClickHouseDefault, E as ClickHouseEngines, e as ClickHouseFixedStringSize, f as ClickHouseFloat, g as ClickHouseInt, h as ClickHouseJson, i as ClickHouseMaterialized, j as ClickHouseNamedTuple, k as ClickHousePrecision, l as ClickHouseTTL, G as ConsumptionApi, C as ConsumptionUtil, D as DateTime, m as DateTime64, n as DateTime64String, o as DateTimeString, H as DeadLetter, J as DeadLetterModel, K as DeadLetterQueue, p as Decimal, N as ETLPipeline, O as ETLPipelineConfig, M as EgressConfig, F as FixedString, q as Float32, r as Float64, P as FrameworkApp, ar as IdentifierBrandedString, a8 as IngestApi, a9 as IngestConfig, aa as IngestPipeline, s as Int16, t as Int32, u as Int64, I as Int8, ab as LifeCycle, L as LowCardinality, ac as MaterializedView, as as NonIdentifierBrandedString, ad as OlapConfig, ae as OlapTable, au as RawValue, af as S3QueueTableSettings, ag as SimpleAggregated, ax as Sql, ah as SqlResource, av as SqlTemplateTag, ai as Stream, aj as StreamConfig, ak as Task, v as UInt16, w as UInt32, x as UInt64, U as UInt8, at as Value, al as View, am as WebApp, an as WebAppConfig, ao as WebAppHandler, W as WithDefault, ap as Workflow, aC as createClickhouseParameter, Q as getApi, R as getApis, S as getIngestApi, T as getIngestApis, V as getMaterializedView, X as getMaterializedViews, Y as getSqlResource, Z as getSqlResources, _ as getStream, $ as getStreams, a0 as getTable, a1 as getTables, aB as getValueFromParameter, a2 as getView, a3 as getViews, a4 as getWebApp, a5 as getWebApps, a6 as getWorkflow, a7 as getWorkflows, aD as mapToClickHouseType, aq as quoteIdentifier, aw as sql, az as toQuery, aA as toQueryPreview, ay as toStaticQuery } from './helpers-C3Yr4RzN.mjs';
|
|
2
|
+
import 'typia';
|
|
3
|
+
import '@clickhouse/client';
|
|
4
|
+
import '@temporalio/client';
|
|
5
|
+
import 'jose';
|
|
6
|
+
import 'http';
|
|
7
|
+
import 'typia/src/schemas/json/IJsonSchemaCollection';
|
|
8
|
+
import 'typia/lib/tags';
|
|
9
|
+
import 'node:stream';
|
|
10
|
+
|
|
11
|
+
type Key<T extends string | number | Date> = T;
|
|
12
|
+
type JWT<T extends object> = T;
|
|
13
|
+
|
|
14
|
+
export type { JWT, Key };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export { y as Aggregated, z as Api, B as ApiConfig, A as ApiUtil, a as ClickHouseByteSize, b as ClickHouseCodec, c as ClickHouseDecimal, d as ClickHouseDefault, E as ClickHouseEngines, e as ClickHouseFixedStringSize, f as ClickHouseFloat, g as ClickHouseInt, h as ClickHouseJson, i as ClickHouseMaterialized, j as ClickHouseNamedTuple, k as ClickHousePrecision, l as ClickHouseTTL, G as ConsumptionApi, C as ConsumptionUtil, D as DateTime, m as DateTime64, n as DateTime64String, o as DateTimeString, H as DeadLetter, J as DeadLetterModel, K as DeadLetterQueue, p as Decimal, N as ETLPipeline, O as ETLPipelineConfig, M as EgressConfig, F as FixedString, q as Float32, r as Float64, P as FrameworkApp, ar as IdentifierBrandedString, a8 as IngestApi, a9 as IngestConfig, aa as IngestPipeline, s as Int16, t as Int32, u as Int64, I as Int8, ab as LifeCycle, L as LowCardinality, ac as MaterializedView, as as NonIdentifierBrandedString, ad as OlapConfig, ae as OlapTable, au as RawValue, af as S3QueueTableSettings, ag as SimpleAggregated, ax as Sql, ah as SqlResource, av as SqlTemplateTag, ai as Stream, aj as StreamConfig, ak as Task, v as UInt16, w as UInt32, x as UInt64, U as UInt8, at as Value, al as View, am as WebApp, an as WebAppConfig, ao as WebAppHandler, W as WithDefault, ap as Workflow, aC as createClickhouseParameter, Q as getApi, R as getApis, S as getIngestApi, T as getIngestApis, V as getMaterializedView, X as getMaterializedViews, Y as getSqlResource, Z as getSqlResources, _ as getStream, $ as getStreams, a0 as getTable, a1 as getTables, aB as getValueFromParameter, a2 as getView, a3 as getViews, a4 as getWebApp, a5 as getWebApps, a6 as getWorkflow, a7 as getWorkflows, aD as mapToClickHouseType, aq as quoteIdentifier, aw as sql, az as toQuery, aA as toQueryPreview, ay as toStaticQuery } from './helpers-C3Yr4RzN.js';
|
|
2
|
+
import 'typia';
|
|
3
|
+
import '@clickhouse/client';
|
|
4
|
+
import '@temporalio/client';
|
|
5
|
+
import 'jose';
|
|
6
|
+
import 'http';
|
|
7
|
+
import 'typia/src/schemas/json/IJsonSchemaCollection';
|
|
8
|
+
import 'typia/lib/tags';
|
|
9
|
+
import 'node:stream';
|
|
10
|
+
|
|
11
|
+
type Key<T extends string | number | Date> = T;
|
|
12
|
+
type JWT<T extends object> = T;
|
|
13
|
+
|
|
14
|
+
export type { JWT, Key };
|