@514labs/moose-lib 0.6.238-ci-1-gf6957fd8 → 0.6.238-ci-5-g7f7049d1

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