@514labs/moose-lib 0.6.285 → 0.6.286-ci-1-g6b843147

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
@@ -798,7 +798,8 @@ var dlqColumns = [
798
798
  annotations: [],
799
799
  ttl: null,
800
800
  codec: null,
801
- materialized: null
801
+ materialized: null,
802
+ comment: null
802
803
  },
803
804
  {
804
805
  name: "errorMessage",
@@ -810,7 +811,8 @@ var dlqColumns = [
810
811
  annotations: [],
811
812
  ttl: null,
812
813
  codec: null,
813
- materialized: null
814
+ materialized: null,
815
+ comment: null
814
816
  },
815
817
  {
816
818
  name: "errorType",
@@ -822,7 +824,8 @@ var dlqColumns = [
822
824
  annotations: [],
823
825
  ttl: null,
824
826
  codec: null,
825
- materialized: null
827
+ materialized: null,
828
+ comment: null
826
829
  },
827
830
  {
828
831
  name: "failedAt",
@@ -834,7 +837,8 @@ var dlqColumns = [
834
837
  annotations: [],
835
838
  ttl: null,
836
839
  codec: null,
837
- materialized: null
840
+ materialized: null,
841
+ comment: null
838
842
  },
839
843
  {
840
844
  name: "source",
@@ -846,7 +850,8 @@ var dlqColumns = [
846
850
  annotations: [],
847
851
  ttl: null,
848
852
  codec: null,
849
- materialized: null
853
+ materialized: null,
854
+ comment: null
850
855
  }
851
856
  ];
852
857
  var getWorkflows = async () => {