@514labs/moose-lib 0.6.247 → 0.6.248

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
@@ -747,7 +747,8 @@ var dlqColumns = [
747
747
  default: null,
748
748
  annotations: [],
749
749
  ttl: null,
750
- codec: null
750
+ codec: null,
751
+ materialized: null
751
752
  },
752
753
  {
753
754
  name: "errorMessage",
@@ -758,7 +759,8 @@ var dlqColumns = [
758
759
  default: null,
759
760
  annotations: [],
760
761
  ttl: null,
761
- codec: null
762
+ codec: null,
763
+ materialized: null
762
764
  },
763
765
  {
764
766
  name: "errorType",
@@ -769,7 +771,8 @@ var dlqColumns = [
769
771
  default: null,
770
772
  annotations: [],
771
773
  ttl: null,
772
- codec: null
774
+ codec: null,
775
+ materialized: null
773
776
  },
774
777
  {
775
778
  name: "failedAt",
@@ -780,7 +783,8 @@ var dlqColumns = [
780
783
  default: null,
781
784
  annotations: [],
782
785
  ttl: null,
783
- codec: null
786
+ codec: null,
787
+ materialized: null
784
788
  },
785
789
  {
786
790
  name: "source",
@@ -791,7 +795,8 @@ var dlqColumns = [
791
795
  default: null,
792
796
  annotations: [],
793
797
  ttl: null,
794
- codec: null
798
+ codec: null,
799
+ materialized: null
795
800
  }
796
801
  ];
797
802
  var getWorkflows = async () => {