@514labs/moose-lib 0.6.297-ci-30-g6530526d → 0.6.297-ci-32-g6119ebc8

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.
@@ -1,4 +1,4 @@
1
- export { A as Aggregated, h as Api, i as ApiConfig, al as ConsumerConfig, C as ConsumptionApi, e as DeadLetter, D as DeadLetterModel, f as DeadLetterQueue, l as ETLPipeline, m as ETLPipelineConfig, E as EgressConfig, F as FrameworkApp, I as IngestApi, g as IngestConfig, j as IngestPipeline, ap as IngestPipelineConfig, L as LifeCycle, M as MaterializedView, aq as MaterializedViewConfig, a as OlapConfig, O as OlapTable, b as S3QueueTableSettings, S as SimpleAggregated, k as SqlResource, c as Stream, d as StreamConfig, T as Task, ao as TaskConfig, an as TaskContext, am as TransformConfig, V as View, n as WebApp, o as WebAppConfig, p as WebAppHandler, W as Workflow, x as getApi, w as getApis, K as getCustomView, N as getCustomViews, v as getIngestApi, u as getIngestApis, P as getMaterializedView, Q as getMaterializedViews, z as getSqlResource, y as getSqlResources, t as getStream, s as getStreams, r as getTable, q as getTables, J as getWebApp, H as getWebApps, G as getWorkflow, B as getWorkflows } from '../index-CdKEq7FH.mjs';
1
+ export { A as Aggregated, h as Api, i as ApiConfig, al as ConsumerConfig, C as ConsumptionApi, e as DeadLetter, D as DeadLetterModel, f as DeadLetterQueue, l as ETLPipeline, m as ETLPipelineConfig, E as EgressConfig, F as FrameworkApp, I as IngestApi, g as IngestConfig, j as IngestPipeline, ap as IngestPipelineConfig, L as LifeCycle, M as MaterializedView, aq as MaterializedViewConfig, a as OlapConfig, O as OlapTable, b as S3QueueTableSettings, S as SimpleAggregated, k as SqlResource, c as Stream, d as StreamConfig, T as Task, ao as TaskConfig, an as TaskContext, am as TransformConfig, V as View, n as WebApp, o as WebAppConfig, p as WebAppHandler, W as Workflow, x as getApi, w as getApis, v as getIngestApi, u as getIngestApis, P as getMaterializedView, Q as getMaterializedViews, z as getSqlResource, y as getSqlResources, t as getStream, s as getStreams, r as getTable, q as getTables, K as getView, N as getViews, J as getWebApp, H as getWebApps, G as getWorkflow, B as getWorkflows } from '../index-CI9e2hZ2.mjs';
2
2
  import 'typia';
3
3
  import 'typia/src/schemas/json/IJsonSchemaCollection';
4
4
  import 'node:stream';
@@ -1,4 +1,4 @@
1
- export { A as Aggregated, h as Api, i as ApiConfig, al as ConsumerConfig, C as ConsumptionApi, e as DeadLetter, D as DeadLetterModel, f as DeadLetterQueue, l as ETLPipeline, m as ETLPipelineConfig, E as EgressConfig, F as FrameworkApp, I as IngestApi, g as IngestConfig, j as IngestPipeline, ap as IngestPipelineConfig, L as LifeCycle, M as MaterializedView, aq as MaterializedViewConfig, a as OlapConfig, O as OlapTable, b as S3QueueTableSettings, S as SimpleAggregated, k as SqlResource, c as Stream, d as StreamConfig, T as Task, ao as TaskConfig, an as TaskContext, am as TransformConfig, V as View, n as WebApp, o as WebAppConfig, p as WebAppHandler, W as Workflow, x as getApi, w as getApis, K as getCustomView, N as getCustomViews, v as getIngestApi, u as getIngestApis, P as getMaterializedView, Q as getMaterializedViews, z as getSqlResource, y as getSqlResources, t as getStream, s as getStreams, r as getTable, q as getTables, J as getWebApp, H as getWebApps, G as getWorkflow, B as getWorkflows } from '../index-CdKEq7FH.js';
1
+ export { A as Aggregated, h as Api, i as ApiConfig, al as ConsumerConfig, C as ConsumptionApi, e as DeadLetter, D as DeadLetterModel, f as DeadLetterQueue, l as ETLPipeline, m as ETLPipelineConfig, E as EgressConfig, F as FrameworkApp, I as IngestApi, g as IngestConfig, j as IngestPipeline, ap as IngestPipelineConfig, L as LifeCycle, M as MaterializedView, aq as MaterializedViewConfig, a as OlapConfig, O as OlapTable, b as S3QueueTableSettings, S as SimpleAggregated, k as SqlResource, c as Stream, d as StreamConfig, T as Task, ao as TaskConfig, an as TaskContext, am as TransformConfig, V as View, n as WebApp, o as WebAppConfig, p as WebAppHandler, W as Workflow, x as getApi, w as getApis, v as getIngestApi, u as getIngestApis, P as getMaterializedView, Q as getMaterializedViews, z as getSqlResource, y as getSqlResources, t as getStream, s as getStreams, r as getTable, q as getTables, K as getView, N as getViews, J as getWebApp, H as getWebApps, G as getWorkflow, B as getWorkflows } from '../index-CI9e2hZ2.js';
2
2
  import 'typia';
3
3
  import 'typia/src/schemas/json/IJsonSchemaCollection';
4
4
  import 'node:stream';
@@ -591,7 +591,7 @@ var init_internal = __esm({
591
591
  workflows: /* @__PURE__ */ new Map(),
592
592
  webApps: /* @__PURE__ */ new Map(),
593
593
  materializedViews: /* @__PURE__ */ new Map(),
594
- customViews: /* @__PURE__ */ new Map()
594
+ views: /* @__PURE__ */ new Map()
595
595
  };
596
596
  defaultRetentionPeriod = 60 * 60 * 24 * 7;
597
597
  getMooseInternal = () => globalThis.moose_internal;
@@ -2640,7 +2640,7 @@ var init_view = __esm({
2640
2640
  init_stackTrace();
2641
2641
  View = class {
2642
2642
  /** @internal */
2643
- kind = "CustomView";
2643
+ kind = "View";
2644
2644
  /** The name of the view */
2645
2645
  name;
2646
2646
  /** The SELECT SQL statement that defines the view */
@@ -2671,11 +2671,11 @@ var init_view = __esm({
2671
2671
  this.metadata.source = { file: sourceInfo };
2672
2672
  }
2673
2673
  }
2674
- const customViews = getMooseInternal().customViews;
2675
- if (!isClientOnlyMode() && customViews.has(this.name)) {
2674
+ const views = getMooseInternal().views;
2675
+ if (!isClientOnlyMode() && views.has(this.name)) {
2676
2676
  throw new Error(`View with name ${this.name} already exists`);
2677
2677
  }
2678
- customViews.set(this.name, this);
2678
+ views.set(this.name, this);
2679
2679
  }
2680
2680
  };
2681
2681
  }
@@ -2885,11 +2885,11 @@ function getMaterializedViews() {
2885
2885
  function getMaterializedView(name) {
2886
2886
  return getMooseInternal().materializedViews.get(name);
2887
2887
  }
2888
- function getCustomViews() {
2889
- return getMooseInternal().customViews;
2888
+ function getViews() {
2889
+ return getMooseInternal().views;
2890
2890
  }
2891
- function getCustomView(name) {
2892
- return getMooseInternal().customViews.get(name);
2891
+ function getView(name) {
2892
+ return getMooseInternal().views.get(name);
2893
2893
  }
2894
2894
  var init_registry = __esm({
2895
2895
  "src/dmv2/registry.ts"() {
@@ -2918,8 +2918,6 @@ __export(dmv2_exports, {
2918
2918
  Workflow: () => Workflow,
2919
2919
  getApi: () => getApi,
2920
2920
  getApis: () => getApis,
2921
- getCustomView: () => getCustomView,
2922
- getCustomViews: () => getCustomViews,
2923
2921
  getIngestApi: () => getIngestApi,
2924
2922
  getIngestApis: () => getIngestApis,
2925
2923
  getMaterializedView: () => getMaterializedView,
@@ -2930,6 +2928,8 @@ __export(dmv2_exports, {
2930
2928
  getStreams: () => getStreams,
2931
2929
  getTable: () => getTable,
2932
2930
  getTables: () => getTables,
2931
+ getView: () => getView,
2932
+ getViews: () => getViews,
2933
2933
  getWebApp: () => getWebApp,
2934
2934
  getWebApps: () => getWebApps,
2935
2935
  getWorkflow: () => getWorkflow,
@@ -2973,8 +2973,6 @@ init_dmv2();
2973
2973
  Workflow,
2974
2974
  getApi,
2975
2975
  getApis,
2976
- getCustomView,
2977
- getCustomViews,
2978
2976
  getIngestApi,
2979
2977
  getIngestApis,
2980
2978
  getMaterializedView,
@@ -2985,6 +2983,8 @@ init_dmv2();
2985
2983
  getStreams,
2986
2984
  getTable,
2987
2985
  getTables,
2986
+ getView,
2987
+ getViews,
2988
2988
  getWebApp,
2989
2989
  getWebApps,
2990
2990
  getWorkflow,