@514labs/moose-lib 0.6.286-ci-3-g6b3854bb → 0.6.286-ci-10-ga0ea52d0

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/index.mjs CHANGED
@@ -798,8 +798,7 @@ var dlqColumns = [
798
798
  annotations: [],
799
799
  ttl: null,
800
800
  codec: null,
801
- materialized: null,
802
- comment: null
801
+ materialized: null
803
802
  },
804
803
  {
805
804
  name: "errorMessage",
@@ -811,8 +810,7 @@ var dlqColumns = [
811
810
  annotations: [],
812
811
  ttl: null,
813
812
  codec: null,
814
- materialized: null,
815
- comment: null
813
+ materialized: null
816
814
  },
817
815
  {
818
816
  name: "errorType",
@@ -824,8 +822,7 @@ var dlqColumns = [
824
822
  annotations: [],
825
823
  ttl: null,
826
824
  codec: null,
827
- materialized: null,
828
- comment: null
825
+ materialized: null
829
826
  },
830
827
  {
831
828
  name: "failedAt",
@@ -837,8 +834,7 @@ var dlqColumns = [
837
834
  annotations: [],
838
835
  ttl: null,
839
836
  codec: null,
840
- materialized: null,
841
- comment: null
837
+ materialized: null
842
838
  },
843
839
  {
844
840
  name: "source",
@@ -850,8 +846,7 @@ var dlqColumns = [
850
846
  annotations: [],
851
847
  ttl: null,
852
848
  codec: null,
853
- materialized: null,
854
- comment: null
849
+ materialized: null
855
850
  }
856
851
  ];
857
852
  var getWorkflows = async () => {