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

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