@514labs/moose-lib 0.6.238-ci-1-g19de4abf → 0.6.238-ci-1-g5655fc64

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.
@@ -616,7 +616,8 @@ var dlqColumns = [
616
616
  default: null,
617
617
  annotations: [],
618
618
  ttl: null,
619
- codec: null
619
+ codec: null,
620
+ materialized: null
620
621
  },
621
622
  {
622
623
  name: "errorMessage",
@@ -627,7 +628,8 @@ var dlqColumns = [
627
628
  default: null,
628
629
  annotations: [],
629
630
  ttl: null,
630
- codec: null
631
+ codec: null,
632
+ materialized: null
631
633
  },
632
634
  {
633
635
  name: "errorType",
@@ -638,7 +640,8 @@ var dlqColumns = [
638
640
  default: null,
639
641
  annotations: [],
640
642
  ttl: null,
641
- codec: null
643
+ codec: null,
644
+ materialized: null
642
645
  },
643
646
  {
644
647
  name: "failedAt",
@@ -649,7 +652,8 @@ var dlqColumns = [
649
652
  default: null,
650
653
  annotations: [],
651
654
  ttl: null,
652
- codec: null
655
+ codec: null,
656
+ materialized: null
653
657
  },
654
658
  {
655
659
  name: "source",
@@ -660,7 +664,8 @@ var dlqColumns = [
660
664
  default: null,
661
665
  annotations: [],
662
666
  ttl: null,
663
- codec: null
667
+ codec: null,
668
+ materialized: null
664
669
  }
665
670
  ];
666
671