@514labs/moose-lib 0.6.238-ci-4-ga2fdbac0 → 0.6.238-ci-1-gf6957fd8

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