@514labs/moose-lib 0.6.285 → 0.6.286-ci-1-g6b843147

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.
@@ -777,7 +777,8 @@ var dlqColumns = [
777
777
  annotations: [],
778
778
  ttl: null,
779
779
  codec: null,
780
- materialized: null
780
+ materialized: null,
781
+ comment: null
781
782
  },
782
783
  {
783
784
  name: "errorMessage",
@@ -789,7 +790,8 @@ var dlqColumns = [
789
790
  annotations: [],
790
791
  ttl: null,
791
792
  codec: null,
792
- materialized: null
793
+ materialized: null,
794
+ comment: null
793
795
  },
794
796
  {
795
797
  name: "errorType",
@@ -801,7 +803,8 @@ var dlqColumns = [
801
803
  annotations: [],
802
804
  ttl: null,
803
805
  codec: null,
804
- materialized: null
806
+ materialized: null,
807
+ comment: null
805
808
  },
806
809
  {
807
810
  name: "failedAt",
@@ -813,7 +816,8 @@ var dlqColumns = [
813
816
  annotations: [],
814
817
  ttl: null,
815
818
  codec: null,
816
- materialized: null
819
+ materialized: null,
820
+ comment: null
817
821
  },
818
822
  {
819
823
  name: "source",
@@ -825,7 +829,8 @@ var dlqColumns = [
825
829
  annotations: [],
826
830
  ttl: null,
827
831
  codec: null,
828
- materialized: null
832
+ materialized: null,
833
+ comment: null
829
834
  }
830
835
  ];
831
836