@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.
@@ -682,7 +682,8 @@ var dlqColumns = [
682
682
  annotations: [],
683
683
  ttl: null,
684
684
  codec: null,
685
- materialized: null
685
+ materialized: null,
686
+ comment: null
686
687
  },
687
688
  {
688
689
  name: "errorMessage",
@@ -694,7 +695,8 @@ var dlqColumns = [
694
695
  annotations: [],
695
696
  ttl: null,
696
697
  codec: null,
697
- materialized: null
698
+ materialized: null,
699
+ comment: null
698
700
  },
699
701
  {
700
702
  name: "errorType",
@@ -706,7 +708,8 @@ var dlqColumns = [
706
708
  annotations: [],
707
709
  ttl: null,
708
710
  codec: null,
709
- materialized: null
711
+ materialized: null,
712
+ comment: null
710
713
  },
711
714
  {
712
715
  name: "failedAt",
@@ -718,7 +721,8 @@ var dlqColumns = [
718
721
  annotations: [],
719
722
  ttl: null,
720
723
  codec: null,
721
- materialized: null
724
+ materialized: null,
725
+ comment: null
722
726
  },
723
727
  {
724
728
  name: "source",
@@ -730,7 +734,8 @@ var dlqColumns = [
730
734
  annotations: [],
731
735
  ttl: null,
732
736
  codec: null,
733
- materialized: null
737
+ materialized: null,
738
+ comment: null
734
739
  }
735
740
  ];
736
741