@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.
package/dist/index.mjs CHANGED
@@ -732,8 +732,7 @@ var dlqColumns = [
732
732
  default: null,
733
733
  annotations: [],
734
734
  ttl: null,
735
- codec: null,
736
- materialized: null
735
+ codec: null
737
736
  },
738
737
  {
739
738
  name: "errorMessage",
@@ -744,8 +743,7 @@ var dlqColumns = [
744
743
  default: null,
745
744
  annotations: [],
746
745
  ttl: null,
747
- codec: null,
748
- materialized: null
746
+ codec: null
749
747
  },
750
748
  {
751
749
  name: "errorType",
@@ -756,8 +754,7 @@ var dlqColumns = [
756
754
  default: null,
757
755
  annotations: [],
758
756
  ttl: null,
759
- codec: null,
760
- materialized: null
757
+ codec: null
761
758
  },
762
759
  {
763
760
  name: "failedAt",
@@ -768,8 +765,7 @@ var dlqColumns = [
768
765
  default: null,
769
766
  annotations: [],
770
767
  ttl: null,
771
- codec: null,
772
- materialized: null
768
+ codec: null
773
769
  },
774
770
  {
775
771
  name: "source",
@@ -780,8 +776,7 @@ var dlqColumns = [
780
776
  default: null,
781
777
  annotations: [],
782
778
  ttl: null,
783
- codec: null,
784
- materialized: null
779
+ codec: null
785
780
  }
786
781
  ];
787
782
  var getWorkflows = async () => {