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

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.
@@ -711,8 +711,7 @@ var dlqColumns = [
711
711
  default: null,
712
712
  annotations: [],
713
713
  ttl: null,
714
- codec: null,
715
- materialized: null
714
+ codec: null
716
715
  },
717
716
  {
718
717
  name: "errorMessage",
@@ -723,8 +722,7 @@ var dlqColumns = [
723
722
  default: null,
724
723
  annotations: [],
725
724
  ttl: null,
726
- codec: null,
727
- materialized: null
725
+ codec: null
728
726
  },
729
727
  {
730
728
  name: "errorType",
@@ -735,8 +733,7 @@ var dlqColumns = [
735
733
  default: null,
736
734
  annotations: [],
737
735
  ttl: null,
738
- codec: null,
739
- materialized: null
736
+ codec: null
740
737
  },
741
738
  {
742
739
  name: "failedAt",
@@ -747,8 +744,7 @@ var dlqColumns = [
747
744
  default: null,
748
745
  annotations: [],
749
746
  ttl: null,
750
- codec: null,
751
- materialized: null
747
+ codec: null
752
748
  },
753
749
  {
754
750
  name: "source",
@@ -759,8 +755,7 @@ var dlqColumns = [
759
755
  default: null,
760
756
  annotations: [],
761
757
  ttl: null,
762
- codec: null,
763
- materialized: null
758
+ codec: null
764
759
  }
765
760
  ];
766
761