@burdenoff/microfe-bigconsole 2026.615.2 → 2026.615.3

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.
@@ -1,5 +1,28 @@
1
1
  import { gql as e } from "@apollo/client";
2
- import "@apollo/client/react";
2
+ import * as t from "@apollo/client/react";
3
+ //#region src/generated/wspace-operations.ts
4
+ var n = {}, r = e`
5
+ fragment EntityCommentFields on EntityComment {
6
+ id
7
+ entityId
8
+ entityType
9
+ authorId
10
+ authorType
11
+ content {
12
+ text
13
+ markdown
14
+ }
15
+ status
16
+ resolvedAt
17
+ resolvedById
18
+ parentCommentId
19
+ threadLevel
20
+ replyCount
21
+ isPinned
22
+ createdAt
23
+ updatedAt
24
+ }
25
+ `;
3
26
  e`
4
27
  fragment DashboardCoreFields on Dashboard {
5
28
  id
@@ -14,7 +37,7 @@ e`
14
37
  updatedAt
15
38
  }
16
39
  `;
17
- var t = e`
40
+ var i = e`
18
41
  fragment DashboardPageFields on DashboardPage {
19
42
  id
20
43
  dashboardId
@@ -27,7 +50,7 @@ var t = e`
27
50
  createdAt
28
51
  updatedAt
29
52
  }
30
- `, n = e`
53
+ `, a = e`
31
54
  fragment GlobalFilterFields on GlobalFilter {
32
55
  id
33
56
  dashboardId
@@ -45,7 +68,7 @@ var t = e`
45
68
  createdAt
46
69
  updatedAt
47
70
  }
48
- `, r = e`
71
+ `, o = e`
49
72
  fragment DashboardFullFields on Dashboard {
50
73
  id
51
74
  workspaceId
@@ -75,8 +98,8 @@ var t = e`
75
98
  ...GlobalFilterFields
76
99
  }
77
100
  }
78
- ${t}
79
- ${n}`, i = e`
101
+ ${i}
102
+ ${a}`, s = e`
80
103
  fragment DashboardListItem on Dashboard {
81
104
  id
82
105
  workspaceId
@@ -109,7 +132,7 @@ ${n}`, i = e`
109
132
  createdAt
110
133
  updatedAt
111
134
  }
112
- `, a = e`
135
+ `, c = e`
113
136
  fragment DashboardShareFields on DashboardShare {
114
137
  id
115
138
  dashboardId
@@ -124,7 +147,7 @@ ${n}`, i = e`
124
147
  createdAt
125
148
  updatedAt
126
149
  }
127
- `, o = e`
150
+ `, l = e`
128
151
  fragment DashboardTemplateFields on DashboardTemplate {
129
152
  id
130
153
  workspaceId
@@ -154,7 +177,7 @@ ${n}`, i = e`
154
177
  updatedAt
155
178
  updatedBy
156
179
  }
157
- `, s = e`
180
+ `, u = e`
158
181
  fragment DashboardTemplateListItem on DashboardTemplate {
159
182
  id
160
183
  workspaceId
@@ -174,7 +197,7 @@ ${n}`, i = e`
174
197
  status
175
198
  createdAt
176
199
  }
177
- `, c = e`
200
+ `, d = e`
178
201
  fragment DashboardViewFields on DashboardView {
179
202
  id
180
203
  dashboardId
@@ -189,14 +212,14 @@ ${n}`, i = e`
189
212
  createdAt
190
213
  updatedAt
191
214
  }
192
- `, l = e`
215
+ `, f = e`
193
216
  fragment PageInfoFields on PageInfo {
194
217
  hasNextPage
195
218
  hasPreviousPage
196
219
  startCursor
197
220
  endCursor
198
221
  }
199
- `, u = e`
222
+ `, p = e`
200
223
  fragment DataSinkFullFields on DataSink {
201
224
  ...DataSinkCoreFields
202
225
  refresh {
@@ -332,7 +355,7 @@ ${e`
332
355
  alertThreshold
333
356
  alertRecipients
334
357
  }
335
- `}`, d = e`
358
+ `}`, m = e`
336
359
  fragment DataSinkListItem on DataSink {
337
360
  id
338
361
  name
@@ -347,14 +370,14 @@ ${e`
347
370
  updatedAt
348
371
  linkedWorkflowCount
349
372
  }
350
- `, f = e`
373
+ `, h = e`
351
374
  fragment DataSinkPageInfoFields on PageInfo {
352
375
  hasNextPage
353
376
  hasPreviousPage
354
377
  startCursor
355
378
  endCursor
356
379
  }
357
- `, p = e`
380
+ `, g = e`
358
381
  fragment FilterPresetFields on FilterPreset {
359
382
  id
360
383
  dashboardId
@@ -368,14 +391,14 @@ ${e`
368
391
  createdAt
369
392
  updatedAt
370
393
  }
371
- `, m = e`
394
+ `, _ = e`
372
395
  fragment ParserPageInfoFields on PageInfo {
373
396
  hasNextPage
374
397
  hasPreviousPage
375
398
  startCursor
376
399
  endCursor
377
400
  }
378
- `, h = e`
401
+ `, v = e`
379
402
  fragment ParserCoreFields on Parser {
380
403
  id
381
404
  workspaceId
@@ -394,7 +417,7 @@ ${e`
394
417
  updatedAt
395
418
  updatedBy
396
419
  }
397
- `, g = e`
420
+ `, y = e`
398
421
  fragment ParserListItem on Parser {
399
422
  id
400
423
  consoleId
@@ -406,14 +429,14 @@ ${e`
406
429
  status
407
430
  updatedAt
408
431
  }
409
- `, _ = e`
432
+ `, b = e`
410
433
  fragment PipelinePageInfoFields on PageInfo {
411
434
  hasNextPage
412
435
  hasPreviousPage
413
436
  startCursor
414
437
  endCursor
415
438
  }
416
- `, v = e`
439
+ `, x = e`
417
440
  fragment PipelineCoreFields on Pipeline {
418
441
  id
419
442
  workspaceId
@@ -447,7 +470,7 @@ ${e`
447
470
  fallbackValue
448
471
  description
449
472
  }
450
- `}`, y = e`
473
+ `}`, S = e`
451
474
  fragment PipelineExecutionFields on PipelineExecution {
452
475
  id
453
476
  pipelineId
@@ -493,7 +516,7 @@ ${e`
493
516
  version
494
517
  updatedAt
495
518
  }
496
- `, b = e`
519
+ `, C = e`
497
520
  fragment PromptGenerationFields on PromptGeneration {
498
521
  id
499
522
  workspaceId
@@ -540,7 +563,7 @@ ${e`
540
563
  }
541
564
  }
542
565
  }
543
- `, x = e`
566
+ `, w = e`
544
567
  fragment PromptSuggestionFields on PromptSuggestion {
545
568
  id
546
569
  category
@@ -549,7 +572,7 @@ ${e`
549
572
  exampleDescription
550
573
  tags
551
574
  }
552
- `, S = e`
575
+ `, T = e`
553
576
  fragment EventLogFields on EventLog {
554
577
  id
555
578
  workspaceId
@@ -568,7 +591,7 @@ ${e`
568
591
  createdAt
569
592
  completedAt
570
593
  }
571
- `, C = e`
594
+ `, E = e`
572
595
  fragment EventWebhookMappingFields on EventWebhookMapping {
573
596
  id
574
597
  workspaceId
@@ -588,14 +611,14 @@ ${e`
588
611
  createdAt
589
612
  updatedAt
590
613
  }
591
- `, w = e`
614
+ `, D = e`
592
615
  fragment WidgetPageInfoFields on PageInfo {
593
616
  hasNextPage
594
617
  hasPreviousPage
595
618
  startCursor
596
619
  endCursor
597
620
  }
598
- `, T = e`
621
+ `, O = e`
599
622
  fragment WidgetCoreFields on Widget {
600
623
  id
601
624
  pageId
@@ -629,7 +652,7 @@ ${e`
629
652
  md
630
653
  lg
631
654
  }
632
- `}`, E = e`
655
+ `}`, k = e`
633
656
  fragment WidgetDrilldownFields on WidgetDrilldown {
634
657
  id
635
658
  sourceWidgetId
@@ -642,7 +665,7 @@ ${e`
642
665
  createdAt
643
666
  updatedAt
644
667
  }
645
- `, D = e`
668
+ `, A = e`
646
669
  fragment WidgetTranslationFields on WidgetTranslation {
647
670
  id
648
671
  widgetId
@@ -651,7 +674,7 @@ ${e`
651
674
  createdAt
652
675
  updatedAt
653
676
  }
654
- `, O = e`
677
+ `, j = e`
655
678
  fragment WidgetDataFields on WidgetData {
656
679
  raw
657
680
  processed
@@ -659,7 +682,7 @@ ${e`
659
682
  cached
660
683
  error
661
684
  }
662
- `, k = e`
685
+ `, M = e`
663
686
  fragment WidgetActionFields on WidgetAction {
664
687
  id
665
688
  widgetId
@@ -681,7 +704,7 @@ ${e`
681
704
  createdAt
682
705
  updatedAt
683
706
  }
684
- `, A = e`
707
+ `, N = e`
685
708
  fragment WidgetFullFields on Widget {
686
709
  ...WidgetCoreFields
687
710
  drilldown {
@@ -697,11 +720,11 @@ ${e`
697
720
  ...WidgetActionFields
698
721
  }
699
722
  }
700
- ${T}
701
- ${E}
702
- ${D}
703
- ${O}
704
- ${k}`, j = e`
723
+ ${O}
724
+ ${k}
725
+ ${A}
726
+ ${j}
727
+ ${M}`, P = e`
705
728
  fragment WidgetListFields on Widget {
706
729
  ...WidgetCoreFields
707
730
  drilldown {
@@ -714,10 +737,10 @@ ${k}`, j = e`
714
737
  ...WidgetActionFields
715
738
  }
716
739
  }
717
- ${T}
718
- ${E}
719
- ${D}
720
- ${k}`, M = e`
740
+ ${O}
741
+ ${k}
742
+ ${A}
743
+ ${M}`, F = e`
721
744
  fragment WidgetListItem on Widget {
722
745
  id
723
746
  pageId
@@ -774,7 +797,7 @@ e`
774
797
  height
775
798
  }
776
799
  `;
777
- var N = e`
800
+ var I = e`
778
801
  fragment WidgetTypeInfoFields on WidgetTypeInfo {
779
802
  type
780
803
  label
@@ -804,7 +827,7 @@ e`
804
827
  endCursor
805
828
  }
806
829
  `;
807
- var P = e`
830
+ var L = e`
808
831
  fragment WorkflowCoreFields on FluidGridsWorkflow {
809
832
  id
810
833
  name
@@ -824,7 +847,7 @@ var P = e`
824
847
  updatedAt
825
848
  updatedBy
826
849
  }
827
- `, F = e`
850
+ `, R = e`
828
851
  fragment DataSinkWorkflowLinkFields on DataSinkWorkflowLink {
829
852
  id
830
853
  dataSinkId
@@ -847,15 +870,15 @@ var P = e`
847
870
  setupState
848
871
  isActive
849
872
  }
850
- `}`, I = e`
873
+ `}`, z = e`
851
874
  fragment WorkflowFullFields on FluidGridsWorkflow {
852
875
  ...WorkflowCoreFields
853
876
  linkedDataSinks {
854
877
  ...DataSinkWorkflowLinkFields
855
878
  }
856
879
  }
857
- ${P}
858
- ${F}`, L = e`
880
+ ${L}
881
+ ${R}`, B = e`
859
882
  fragment WorkflowListItem on FluidGridsWorkflow {
860
883
  id
861
884
  name
@@ -879,7 +902,7 @@ ${F}`, L = e`
879
902
  createdAt
880
903
  updatedAt
881
904
  }
882
- `, R = e`
905
+ `, V = e`
883
906
  query WorkspaceInstalledApps {
884
907
  workspaceInstalledApps {
885
908
  id
@@ -891,84 +914,142 @@ ${F}`, L = e`
891
914
  isEnabled
892
915
  installedAt
893
916
  }
917
+ }
918
+ `, H = e`
919
+ mutation CreateEntityComment($input: CreateEntityCommentInput!) {
920
+ createEntityComment(input: $input) {
921
+ ...EntityCommentFields
922
+ }
923
+ }
924
+ ${r}`;
925
+ function U(e) {
926
+ let r = {
927
+ ...n,
928
+ ...e
929
+ };
930
+ return t.useMutation(H, r);
931
+ }
932
+ var W = e`
933
+ mutation DeleteEntityComment($input: DeleteCommentInput!) {
934
+ deleteEntityComment(input: $input)
894
935
  }
895
936
  `;
937
+ function G(e) {
938
+ let r = {
939
+ ...n,
940
+ ...e
941
+ };
942
+ return t.useMutation(W, r);
943
+ }
944
+ var K = e`
945
+ mutation ResolveEntityComment($input: ResolveCommentInput!) {
946
+ resolveEntityComment(input: $input) {
947
+ ...EntityCommentFields
948
+ }
949
+ }
950
+ ${r}`;
951
+ function q(e) {
952
+ let r = {
953
+ ...n,
954
+ ...e
955
+ };
956
+ return t.useMutation(K, r);
957
+ }
958
+ var J = e`
959
+ query GetEntityComments($input: GetCommentsInput!) {
960
+ getEntityComments(input: $input) {
961
+ items {
962
+ ...EntityCommentFields
963
+ }
964
+ total
965
+ page
966
+ hasMore
967
+ }
968
+ }
969
+ ${r}`;
970
+ function Y(e) {
971
+ let r = {
972
+ ...n,
973
+ ...e
974
+ };
975
+ return t.useQuery(J, r);
976
+ }
896
977
  e`
897
978
  mutation ArchiveDashboard($id: ID!) {
898
979
  archiveDashboard(id: $id) {
899
980
  ...DashboardFullFields
900
981
  }
901
982
  }
902
- ${r}`;
903
- var z = e`
983
+ ${o}`;
984
+ var X = e`
904
985
  mutation ArchiveTemplate($id: ID!) {
905
986
  archiveTemplate(id: $id) {
906
987
  ...DashboardTemplateFields
907
988
  }
908
989
  }
909
- ${o}`, B = e`
990
+ ${l}`, Z = e`
910
991
  mutation CloneDashboard($input: CloneDashboardInput!) {
911
992
  cloneDashboard(input: $input) {
912
993
  ...DashboardFullFields
913
994
  }
914
995
  }
915
- ${r}`, V = e`
996
+ ${o}`, Q = e`
916
997
  mutation CreateDashboard($input: BigConsoleCreateDashboardInput!) {
917
998
  createBigConsoleDashboard(input: $input) {
918
999
  ...DashboardScalarFields
919
1000
  }
920
1001
  }
921
- ${ee}`, H = e`
1002
+ ${ee}`, ne = e`
922
1003
  mutation CreateDashboardPage($input: CreateDashboardPageInput!) {
923
1004
  createDashboardPage(input: $input) {
924
1005
  ...DashboardPageFields
925
1006
  }
926
1007
  }
927
- ${t}`, U = e`
1008
+ ${i}`, re = e`
928
1009
  mutation CreateDashboardView($input: CreateDashboardViewInput!) {
929
1010
  createDashboardView(input: $input) {
930
1011
  ...DashboardViewFields
931
1012
  }
932
1013
  }
933
- ${c}`, W = e`
1014
+ ${d}`, ie = e`
934
1015
  mutation CreateGlobalFilter($input: CreateGlobalFilterInput!) {
935
1016
  createGlobalFilter(input: $input) {
936
1017
  ...GlobalFilterFields
937
1018
  }
938
1019
  }
939
- ${n}`, G = e`
1020
+ ${a}`, ae = e`
940
1021
  mutation CreateTemplate($input: CreateTemplateInput!) {
941
1022
  createTemplate(input: $input) {
942
1023
  ...DashboardTemplateFields
943
1024
  }
944
1025
  }
945
- ${o}`, K = e`
1026
+ ${l}`, oe = e`
946
1027
  mutation DeleteDashboard($id: ID!) {
947
1028
  deleteBigConsoleDashboard(id: $id)
948
1029
  }
949
- `, q = e`
1030
+ `, se = e`
950
1031
  mutation DeleteDashboardPage($id: ID!) {
951
1032
  deleteDashboardPage(id: $id)
952
1033
  }
953
- `, J = e`
1034
+ `, ce = e`
954
1035
  mutation DeleteDashboardView($id: ID!) {
955
1036
  deleteDashboardView(id: $id)
956
1037
  }
957
- `, Y = e`
1038
+ `, le = e`
958
1039
  mutation DeleteGlobalFilter($id: ID!) {
959
1040
  deleteGlobalFilter(id: $id)
960
1041
  }
961
- `, X = e`
1042
+ `, ue = e`
962
1043
  mutation DeleteTemplate($id: ID!) {
963
1044
  deleteTemplate(id: $id)
964
1045
  }
965
- `, Z = e`
1046
+ `, de = e`
966
1047
  mutation DeprecateTemplate($id: ID!) {
967
1048
  deprecateTemplate(id: $id) {
968
1049
  ...DashboardTemplateFields
969
1050
  }
970
1051
  }
971
- ${o}`, Q = e`
1052
+ ${l}`, fe = e`
972
1053
  mutation ImportDashboard($input: ImportBigConsoleDashboardInput!) {
973
1054
  importBigConsoleDashboard(input: $input) {
974
1055
  success
@@ -987,153 +1068,153 @@ var z = e`
987
1068
  }
988
1069
  }
989
1070
  }
990
- ${r}`;
1071
+ ${o}`;
991
1072
  e`
992
1073
  mutation ImportDashboardWithConflict($input: ImportDashboardInput!) {
993
1074
  importDashboard(input: $input) {
994
1075
  ...DashboardFullFields
995
1076
  }
996
1077
  }
997
- ${r}`;
998
- var ne = e`
1078
+ ${o}`;
1079
+ var pe = e`
999
1080
  mutation InstantiateTemplate($input: InstantiateTemplateInput!) {
1000
1081
  instantiateTemplate(input: $input) {
1001
1082
  ...DashboardFullFields
1002
1083
  }
1003
1084
  }
1004
- ${r}`;
1085
+ ${o}`;
1005
1086
  e`
1006
1087
  mutation PublishDashboard($id: ID!) {
1007
1088
  publishDashboard(id: $id) {
1008
1089
  ...DashboardFullFields
1009
1090
  }
1010
1091
  }
1011
- ${r}`;
1012
- var re = e`
1092
+ ${o}`;
1093
+ var me = e`
1013
1094
  mutation PublishTemplate($id: ID!) {
1014
1095
  publishTemplate(id: $id) {
1015
1096
  ...DashboardTemplateFields
1016
1097
  }
1017
1098
  }
1018
- ${o}`, ie = e`
1099
+ ${l}`, he = e`
1019
1100
  mutation RateTemplate($input: RateTemplateInput!) {
1020
1101
  rateTemplate(input: $input) {
1021
1102
  ...DashboardTemplateFields
1022
1103
  }
1023
1104
  }
1024
- ${o}`, ae = e`
1105
+ ${l}`, ge = e`
1025
1106
  mutation ReorderDashboardPages($dashboardId: ID!, $pageIds: [ID!]!) {
1026
1107
  reorderDashboardPages(dashboardId: $dashboardId, pageIds: $pageIds) {
1027
1108
  ...DashboardPageFields
1028
1109
  }
1029
1110
  }
1030
- ${t}`, oe = e`
1111
+ ${i}`, _e = e`
1031
1112
  mutation ReorderGlobalFilters($dashboardId: ID!, $filterIds: [ID!]!) {
1032
1113
  reorderGlobalFilters(dashboardId: $dashboardId, filterIds: $filterIds) {
1033
1114
  ...GlobalFilterFields
1034
1115
  }
1035
1116
  }
1036
- ${n}`;
1117
+ ${a}`;
1037
1118
  e`
1038
1119
  mutation RestoreDashboard($id: ID!) {
1039
1120
  restoreDashboard(id: $id) {
1040
1121
  ...DashboardFullFields
1041
1122
  }
1042
1123
  }
1043
- ${r}`;
1044
- var se = e`
1124
+ ${o}`;
1125
+ var ve = e`
1045
1126
  mutation RevokeAllShares($dashboardId: ID!) {
1046
1127
  revokeAllShares(dashboardId: $dashboardId)
1047
1128
  }
1048
- `, ce = e`
1129
+ `, ye = e`
1049
1130
  mutation RevokeDashboardShare($id: ID!) {
1050
1131
  revokeDashboardShare(id: $id)
1051
1132
  }
1052
- `, le = e`
1133
+ `, be = e`
1053
1134
  mutation SetDefaultView($viewId: ID!) {
1054
1135
  setDefaultView(viewId: $viewId) {
1055
1136
  ...DashboardViewFields
1056
1137
  }
1057
1138
  }
1058
- ${c}`, ue = e`
1139
+ ${d}`, xe = e`
1059
1140
  mutation ShareDashboard($input: ShareDashboardInput!) {
1060
1141
  shareDashboard(input: $input) {
1061
1142
  ...DashboardShareFields
1062
1143
  }
1063
1144
  }
1064
- ${a}`, de = e`
1145
+ ${c}`, Se = e`
1065
1146
  mutation UpdateDashboard($input: BigConsoleUpdateDashboardInput!) {
1066
1147
  updateBigConsoleDashboard(input: $input) {
1067
1148
  ...DashboardFullFields
1068
1149
  }
1069
1150
  }
1070
- ${r}`, fe = e`
1151
+ ${o}`, Ce = e`
1071
1152
  mutation UpdateDashboardPage($input: UpdateDashboardPageInput!) {
1072
1153
  updateDashboardPage(input: $input) {
1073
1154
  ...DashboardPageFields
1074
1155
  }
1075
1156
  }
1076
- ${t}`, pe = e`
1157
+ ${i}`, we = e`
1077
1158
  mutation UpdateDashboardShare($input: UpdateShareInput!) {
1078
1159
  updateDashboardShare(input: $input) {
1079
1160
  ...DashboardShareFields
1080
1161
  }
1081
1162
  }
1082
- ${a}`, me = e`
1163
+ ${c}`, Te = e`
1083
1164
  mutation UpdateDashboardView($input: UpdateDashboardViewInput!) {
1084
1165
  updateDashboardView(input: $input) {
1085
1166
  ...DashboardViewFields
1086
1167
  }
1087
1168
  }
1088
- ${c}`, he = e`
1169
+ ${d}`, Ee = e`
1089
1170
  mutation UpdateGlobalFilter($input: UpdateGlobalFilterInput!) {
1090
1171
  updateGlobalFilter(input: $input) {
1091
1172
  ...GlobalFilterFields
1092
1173
  }
1093
1174
  }
1094
- ${n}`, ge = e`
1175
+ ${a}`, De = e`
1095
1176
  mutation UpdateTemplate($input: UpdateTemplateInput!) {
1096
1177
  updateTemplate(input: $input) {
1097
1178
  ...DashboardTemplateFields
1098
1179
  }
1099
1180
  }
1100
- ${o}`, _e = e`
1181
+ ${l}`, Oe = e`
1101
1182
  query ExportDashboard($id: ID!, $options: ExportDashboardOptions) {
1102
1183
  exportDashboard(id: $id, options: $options)
1103
1184
  }
1104
- `, ve = e`
1185
+ `, ke = e`
1105
1186
  query GetDashboard($id: ID!) {
1106
1187
  getDashboard(id: $id) {
1107
1188
  ...DashboardFullFields
1108
1189
  }
1109
1190
  }
1110
- ${r}`;
1191
+ ${o}`;
1111
1192
  e`
1112
1193
  query GetDashboardShare($id: ID!) {
1113
1194
  getDashboardShare(id: $id) {
1114
1195
  ...DashboardShareFields
1115
1196
  }
1116
1197
  }
1117
- ${a}`;
1118
- var ye = e`
1198
+ ${c}`;
1199
+ var Ae = e`
1119
1200
  query GetDashboardView($id: ID!) {
1120
1201
  getDashboardView(id: $id) {
1121
1202
  ...DashboardViewFields
1122
1203
  }
1123
1204
  }
1124
- ${c}`, be = e`
1205
+ ${d}`, je = e`
1125
1206
  query GetDefaultDashboardView($dashboardId: ID!) {
1126
1207
  getDefaultDashboardView(dashboardId: $dashboardId) {
1127
1208
  ...DashboardViewFields
1128
1209
  }
1129
1210
  }
1130
- ${c}`, xe = e`
1211
+ ${d}`, Me = e`
1131
1212
  query GetTemplate($id: ID!) {
1132
1213
  getTemplate(id: $id) {
1133
1214
  ...DashboardTemplateFields
1134
1215
  }
1135
1216
  }
1136
- ${o}`, Se = e`
1217
+ ${l}`, Ne = e`
1137
1218
  query ListDashboardShares($dashboardId: ID!, $first: Int, $after: String) {
1138
1219
  listDashboardShares(dashboardId: $dashboardId, first: $first, after: $after) {
1139
1220
  edges {
@@ -1148,8 +1229,8 @@ var ye = e`
1148
1229
  totalCount
1149
1230
  }
1150
1231
  }
1151
- ${a}
1152
- ${l}`, Ce = e`
1232
+ ${c}
1233
+ ${f}`, Pe = e`
1153
1234
  query ListDashboardViews($dashboardId: ID!, $first: Int, $after: String) {
1154
1235
  listDashboardViews(dashboardId: $dashboardId, first: $first, after: $after) {
1155
1236
  edges {
@@ -1164,8 +1245,8 @@ ${l}`, Ce = e`
1164
1245
  totalCount
1165
1246
  }
1166
1247
  }
1167
- ${c}
1168
- ${l}`, we = e`
1248
+ ${d}
1249
+ ${f}`, Fe = e`
1169
1250
  query ListDashboards($first: Int, $after: String, $category: DashboardCategory, $visibility: DashboardVisibility, $ownerId: ID, $tagIds: [ID!], $search: String, $includeArchived: Boolean, $sortBy: DashboardSortField, $sortOrder: SortOrder) {
1170
1251
  listDashboards(
1171
1252
  first: $first
@@ -1191,8 +1272,8 @@ ${l}`, we = e`
1191
1272
  totalCount
1192
1273
  }
1193
1274
  }
1194
- ${i}
1195
- ${l}`, Te = e`
1275
+ ${s}
1276
+ ${f}`, Ie = e`
1196
1277
  query ListFeaturedTemplates($category: DashboardCategory, $first: Int, $after: String) {
1197
1278
  listFeaturedTemplates(category: $category, first: $first, after: $after) {
1198
1279
  edges {
@@ -1207,8 +1288,8 @@ ${l}`, Te = e`
1207
1288
  totalCount
1208
1289
  }
1209
1290
  }
1210
- ${s}
1211
- ${l}`, Ee = e`
1291
+ ${u}
1292
+ ${f}`, Le = e`
1212
1293
  query ListSharedWithMe($first: Int, $after: String) {
1213
1294
  listSharedWithMe(first: $first, after: $after) {
1214
1295
  edges {
@@ -1223,8 +1304,8 @@ ${l}`, Ee = e`
1223
1304
  totalCount
1224
1305
  }
1225
1306
  }
1226
- ${a}
1227
- ${l}`, De = e`
1307
+ ${c}
1308
+ ${f}`, Re = e`
1228
1309
  query ListTemplates($category: DashboardCategory, $complexity: TemplateComplexity, $authorType: TemplateAuthorType, $isFeatured: Boolean, $status: TemplateStatus, $search: String, $first: Int, $after: String) {
1229
1310
  listTemplates(
1230
1311
  category: $category
@@ -1248,8 +1329,8 @@ ${l}`, De = e`
1248
1329
  totalCount
1249
1330
  }
1250
1331
  }
1251
- ${s}
1252
- ${l}`, Oe = e`
1332
+ ${u}
1333
+ ${f}`, ze = e`
1253
1334
  query SearchTemplates($query: String!, $category: DashboardCategory, $complexity: TemplateComplexity, $first: Int, $after: String) {
1254
1335
  searchTemplates(
1255
1336
  query: $query
@@ -1270,8 +1351,8 @@ ${l}`, Oe = e`
1270
1351
  totalCount
1271
1352
  }
1272
1353
  }
1273
- ${s}
1274
- ${l}`, ke = e`
1354
+ ${u}
1355
+ ${f}`, Be = e`
1275
1356
  query ValidateDashboardImport($content: String!) {
1276
1357
  validateDashboardImport(content: $content) {
1277
1358
  isValid
@@ -1297,26 +1378,26 @@ ${l}`, ke = e`
1297
1378
  }
1298
1379
  }
1299
1380
  }
1300
- `, Ae = e`
1381
+ `, Ve = e`
1301
1382
  mutation BatchCreateDataSinks($inputs: [CreateDataSinkInput!]!) {
1302
1383
  batchCreateDataSinks(inputs: $inputs) {
1303
1384
  ...DataSinkFullFields
1304
1385
  }
1305
1386
  }
1306
- ${u}`, je = e`
1387
+ ${p}`, He = e`
1307
1388
  mutation BatchDeleteDataSinks($ids: [ID!]!) {
1308
1389
  batchDeleteDataSinks(ids: $ids) {
1309
1390
  id
1310
1391
  deletedAt
1311
1392
  }
1312
1393
  }
1313
- `, Me = e`
1394
+ `, Ue = e`
1314
1395
  mutation CreateDataSink($input: CreateDataSinkInput!) {
1315
1396
  createDataSink(input: $input) {
1316
1397
  ...DataSinkFullFields
1317
1398
  }
1318
1399
  }
1319
- ${u}`, Ne = e`
1400
+ ${p}`, We = e`
1320
1401
  mutation DeleteDataSink($id: ID!) {
1321
1402
  deleteDataSink(id: $id) {
1322
1403
  id
@@ -1324,7 +1405,7 @@ ${l}`, ke = e`
1324
1405
  deletedBy
1325
1406
  }
1326
1407
  }
1327
- `, Pe = e`
1408
+ `, Ge = e`
1328
1409
  mutation InvalidateDataSinkCache($id: ID) {
1329
1410
  invalidateDataSinkCache(id: $id) {
1330
1411
  count
@@ -1333,25 +1414,25 @@ ${l}`, ke = e`
1333
1414
  message
1334
1415
  }
1335
1416
  }
1336
- `, Fe = e`
1417
+ `, Ke = e`
1337
1418
  mutation RefreshDataSink($input: RefreshDataSinkInput!) {
1338
1419
  refreshDataSink(input: $input) {
1339
1420
  ...DataSinkFullFields
1340
1421
  }
1341
1422
  }
1342
- ${u}`, Ie = e`
1423
+ ${p}`, qe = e`
1343
1424
  mutation UpdateDataSink($input: UpdateDataSinkInput!) {
1344
1425
  updateDataSink(input: $input) {
1345
1426
  ...DataSinkFullFields
1346
1427
  }
1347
1428
  }
1348
- ${u}`, Le = e`
1429
+ ${p}`, Je = e`
1349
1430
  query GetDataSink($id: ID, $key: String) {
1350
1431
  getDataSink(id: $id, key: $key) {
1351
1432
  ...DataSinkFullFields
1352
1433
  }
1353
1434
  }
1354
- ${u}`, Re = e`
1435
+ ${p}`, Ye = e`
1355
1436
  query GetDataSinkData($id: ID, $key: String, $dataPath: String, $forceRefresh: Boolean) {
1356
1437
  getDataSinkData(
1357
1438
  id: $id
@@ -1366,7 +1447,7 @@ ${l}`, ke = e`
1366
1447
  fetchedAt
1367
1448
  }
1368
1449
  }
1369
- `, ze = e`
1450
+ `, Xe = e`
1370
1451
  query ListDataSinks($status: DataSinkStatus, $setupState: DataSinkSetupState, $isActive: Boolean, $search: String, $first: Int, $after: String) {
1371
1452
  listDataSinks(
1372
1453
  status: $status
@@ -1388,14 +1469,14 @@ ${l}`, ke = e`
1388
1469
  totalCount
1389
1470
  }
1390
1471
  }
1391
- ${d}
1392
- ${f}`, Be = e`
1472
+ ${m}
1473
+ ${h}`, Ze = e`
1393
1474
  subscription DataSinkDataUpdated($id: ID!) {
1394
1475
  dataSinkDataUpdated(id: $id) {
1395
1476
  ...DataSinkFullFields
1396
1477
  }
1397
1478
  }
1398
- ${u}`, Ve = e`
1479
+ ${p}`, Qe = e`
1399
1480
  subscription DataSinkUpdated($workspaceId: ID!) {
1400
1481
  dataSinkUpdated(workspaceId: $workspaceId) {
1401
1482
  type
@@ -1406,14 +1487,14 @@ ${f}`, Be = e`
1406
1487
  userId
1407
1488
  }
1408
1489
  }
1409
- ${d}`;
1490
+ ${m}`;
1410
1491
  e`
1411
1492
  mutation CreateFilterPreset($input: CreateFilterPresetInput!) {
1412
1493
  createFilterPreset(input: $input) {
1413
1494
  ...FilterPresetFields
1414
1495
  }
1415
1496
  }
1416
- ${p}`, e`
1497
+ ${g}`, e`
1417
1498
  mutation DeleteFilterPreset($id: ID!) {
1418
1499
  deleteFilterPreset(id: $id)
1419
1500
  }
@@ -1423,42 +1504,42 @@ e`
1423
1504
  ...FilterPresetFields
1424
1505
  }
1425
1506
  }
1426
- ${p}`, e`
1507
+ ${g}`, e`
1427
1508
  mutation UpdateFilterPreset($id: ID!, $input: UpdateFilterPresetInput!) {
1428
1509
  updateFilterPreset(id: $id, input: $input) {
1429
1510
  ...FilterPresetFields
1430
1511
  }
1431
1512
  }
1432
- ${p}`, e`
1513
+ ${g}`, e`
1433
1514
  query GetDefaultFilterPreset($dashboardId: ID!) {
1434
1515
  getDefaultFilterPreset(dashboardId: $dashboardId) {
1435
1516
  ...FilterPresetFields
1436
1517
  }
1437
1518
  }
1438
- ${p}`, e`
1519
+ ${g}`, e`
1439
1520
  query GetFilterPreset($id: ID!) {
1440
1521
  getFilterPreset(id: $id) {
1441
1522
  ...FilterPresetFields
1442
1523
  }
1443
1524
  }
1444
- ${p}`, e`
1525
+ ${g}`, e`
1445
1526
  query GetFilterPresets($dashboardId: ID!) {
1446
1527
  getFilterPresets(dashboardId: $dashboardId) {
1447
1528
  ...FilterPresetFields
1448
1529
  }
1449
1530
  }
1450
- ${p}`;
1451
- var He = e`
1531
+ ${g}`;
1532
+ var $e = e`
1452
1533
  mutation CreateParser($input: CreateParserInput!) {
1453
1534
  createParser(input: $input) {
1454
1535
  ...ParserCoreFields
1455
1536
  }
1456
1537
  }
1457
- ${h}`, Ue = e`
1538
+ ${v}`, et = e`
1458
1539
  mutation DeleteParser($id: ID!) {
1459
1540
  deleteParser(id: $id)
1460
1541
  }
1461
- `, We = e`
1542
+ `, tt = e`
1462
1543
  mutation ExecuteParser($id: ID!) {
1463
1544
  executeParser(id: $id) {
1464
1545
  parserId
@@ -1469,19 +1550,19 @@ var He = e`
1469
1550
  cachedAt
1470
1551
  }
1471
1552
  }
1472
- `, Ge = e`
1553
+ `, nt = e`
1473
1554
  mutation UpdateParser($id: ID!, $input: UpdateParserInput!, $version: Int!) {
1474
1555
  updateParser(id: $id, input: $input, version: $version) {
1475
1556
  ...ParserCoreFields
1476
1557
  }
1477
1558
  }
1478
- ${h}`, Ke = e`
1559
+ ${v}`, rt = e`
1479
1560
  query GetParser($id: ID!) {
1480
1561
  parser(id: $id) {
1481
1562
  ...ParserCoreFields
1482
1563
  }
1483
1564
  }
1484
- ${h}`, qe = e`
1565
+ ${v}`, it = e`
1485
1566
  query ListParsers($consoleId: ID!, $type: ParserType, $status: ParserStatus, $first: Int, $after: String) {
1486
1567
  listParsers(
1487
1568
  filter: {consoleId: $consoleId, type: $type, status: $status}
@@ -1500,8 +1581,8 @@ var He = e`
1500
1581
  totalCount
1501
1582
  }
1502
1583
  }
1503
- ${g}
1504
- ${m}`, Je = e`
1584
+ ${y}
1585
+ ${_}`, at = e`
1505
1586
  query TestParserExpression($input: TestParserInput!) {
1506
1587
  testParserExpression(input: $input) {
1507
1588
  success
@@ -1510,53 +1591,53 @@ ${m}`, Je = e`
1510
1591
  executionTimeMs
1511
1592
  }
1512
1593
  }
1513
- `, Ye = e`
1594
+ `, ot = e`
1514
1595
  mutation CreatePipeline($input: CreatePipelineInput!) {
1515
1596
  createPipeline(input: $input) {
1516
1597
  ...PipelineCoreFields
1517
1598
  }
1518
1599
  }
1519
- ${v}`, Xe = e`
1600
+ ${x}`, st = e`
1520
1601
  mutation DeletePipeline($id: ID!) {
1521
1602
  deletePipeline(id: $id)
1522
1603
  }
1523
- `, Ze = e`
1604
+ `, ct = e`
1524
1605
  mutation ExecutePipeline($input: ExecutePipelineInput!) {
1525
1606
  executePipeline(input: $input) {
1526
1607
  ...PipelineExecutionFields
1527
1608
  }
1528
1609
  }
1529
- ${y}`, Qe = e`
1610
+ ${S}`, lt = e`
1530
1611
  mutation TestPipeline($input: TestPipelineInput!) {
1531
1612
  testPipeline(input: $input) {
1532
1613
  ...PipelineExecutionFields
1533
1614
  }
1534
1615
  }
1535
- ${y}`, $e = e`
1616
+ ${S}`, ut = e`
1536
1617
  mutation UpdatePipeline($id: ID!, $input: UpdatePipelineInput!, $version: Int!) {
1537
1618
  updatePipeline(id: $id, input: $input, version: $version) {
1538
1619
  ...PipelineCoreFields
1539
1620
  }
1540
1621
  }
1541
- ${v}`, et = e`
1622
+ ${x}`, dt = e`
1542
1623
  query GetPipeline($id: ID!) {
1543
1624
  pipeline(id: $id) {
1544
1625
  ...PipelineCoreFields
1545
1626
  }
1546
1627
  }
1547
- ${v}`, tt = e`
1628
+ ${x}`, ft = e`
1548
1629
  query GetPipelineExecution($id: ID!) {
1549
1630
  pipelineExecution(id: $id) {
1550
1631
  ...PipelineExecutionFields
1551
1632
  }
1552
1633
  }
1553
- ${y}`, nt = e`
1634
+ ${S}`, pt = e`
1554
1635
  query ListPipelineExecutions($pipelineId: ID!, $first: Int, $after: String) {
1555
1636
  listPipelineExecutions(pipelineId: $pipelineId, first: $first, after: $after) {
1556
1637
  ...PipelineExecutionFields
1557
1638
  }
1558
1639
  }
1559
- ${y}`, rt = e`
1640
+ ${S}`, mt = e`
1560
1641
  query ListPipelines($consoleId: ID!, $status: PipelineStatus, $first: Int, $after: String) {
1561
1642
  listPipelines(
1562
1643
  filter: {consoleId: $consoleId, status: $status}
@@ -1576,7 +1657,7 @@ ${m}`, Je = e`
1576
1657
  }
1577
1658
  }
1578
1659
  ${te}
1579
- ${_}`;
1660
+ ${b}`;
1580
1661
  e`
1581
1662
  mutation CancelPromptGeneration($generationId: ID!) {
1582
1663
  cancelPromptGeneration(generationId: $generationId) {
@@ -1600,19 +1681,19 @@ e`
1600
1681
  ...PromptGenerationFields
1601
1682
  }
1602
1683
  }
1603
- ${b}`, e`
1684
+ ${C}`, e`
1604
1685
  query GetPromptGeneration($id: ID!) {
1605
1686
  getPromptGeneration(id: $id) {
1606
1687
  ...PromptGenerationFields
1607
1688
  }
1608
1689
  }
1609
- ${b}`, e`
1690
+ ${C}`, e`
1610
1691
  query GetPromptSuggestions($category: String, $search: String, $limit: Int) {
1611
1692
  getPromptSuggestions(category: $category, search: $search, limit: $limit) {
1612
1693
  ...PromptSuggestionFields
1613
1694
  }
1614
1695
  }
1615
- ${x}`, e`
1696
+ ${w}`, e`
1616
1697
  query ListPromptGenerations($status: PromptGenerationStatus, $first: Int, $after: String) {
1617
1698
  listPromptGenerations(status: $status, first: $first, after: $after) {
1618
1699
  edges {
@@ -1631,8 +1712,8 @@ e`
1631
1712
  totalCount
1632
1713
  }
1633
1714
  }
1634
- ${b}`;
1635
- var it = e`
1715
+ ${C}`;
1716
+ var ht = e`
1636
1717
  mutation BatchUpdateWidgetPositions($updates: [WidgetPositionUpdateInput!]!) {
1637
1718
  batchUpdateWidgetPositions(updates: $updates) {
1638
1719
  id
@@ -1640,25 +1721,25 @@ var it = e`
1640
1721
  updatedAt
1641
1722
  }
1642
1723
  }
1643
- `, at = e`
1724
+ `, gt = e`
1644
1725
  mutation CreateEventWebhookMapping($input: CreateEventWebhookMappingInput!) {
1645
1726
  createEventWebhookMapping(input: $input) {
1646
1727
  ...EventWebhookMappingFields
1647
1728
  }
1648
1729
  }
1649
- ${C}`, ot = e`
1730
+ ${E}`, _t = e`
1650
1731
  mutation CreateWidget($input: BigConsoleCreateWidgetInput!) {
1651
1732
  createBigConsoleWidget(input: $input) {
1652
1733
  ...WidgetFullFields
1653
1734
  }
1654
1735
  }
1655
- ${A}`, st = e`
1736
+ ${N}`, vt = e`
1656
1737
  mutation CreateWidgetAction($input: CreateWidgetActionInput!) {
1657
1738
  createWidgetAction(input: $input) {
1658
1739
  ...WidgetActionFields
1659
1740
  }
1660
1741
  }
1661
- ${k}`, ct = e`
1742
+ ${M}`, yt = e`
1662
1743
  mutation CreateWidgetDrilldown($sourceWidgetId: ID!, $targetDashboardId: ID!, $parameterMapping: JSON!, $navigationMode: NavigationMode = SAME_WINDOW) {
1663
1744
  createWidgetDrilldown(
1664
1745
  sourceWidgetId: $sourceWidgetId
@@ -1669,35 +1750,35 @@ var it = e`
1669
1750
  ...WidgetDrilldownFields
1670
1751
  }
1671
1752
  }
1672
- ${E}`, lt = e`
1753
+ ${k}`, bt = e`
1673
1754
  mutation DeleteEventWebhookMapping($id: ID!) {
1674
1755
  deleteEventWebhookMapping(id: $id)
1675
1756
  }
1676
- `, ut = e`
1757
+ `, xt = e`
1677
1758
  mutation DeleteWidget($id: ID!) {
1678
1759
  deleteBigConsoleWidget(id: $id)
1679
1760
  }
1680
- `, dt = e`
1761
+ `, St = e`
1681
1762
  mutation DeleteWidgetAction($id: ID!) {
1682
1763
  deleteWidgetAction(id: $id)
1683
1764
  }
1684
- `, ft = e`
1765
+ `, Ct = e`
1685
1766
  mutation DeleteWidgetDrilldown($id: ID!) {
1686
1767
  deleteWidgetDrilldown(id: $id)
1687
1768
  }
1688
- `, pt = e`
1769
+ `, wt = e`
1689
1770
  mutation DuplicateWidget($id: ID!, $newPosition: WidgetPositionInput, $newTitle: String) {
1690
1771
  duplicateWidget(id: $id, newPosition: $newPosition, newTitle: $newTitle) {
1691
1772
  ...WidgetFullFields
1692
1773
  }
1693
1774
  }
1694
- ${A}`, mt = e`
1775
+ ${N}`, Tt = e`
1695
1776
  mutation EmitWidgetEvent($input: EmitWidgetEventInput!) {
1696
1777
  emitWidgetEvent(input: $input) {
1697
1778
  ...EventLogFields
1698
1779
  }
1699
1780
  }
1700
- ${S}`;
1781
+ ${T}`;
1701
1782
  e`
1702
1783
  mutation MoveWidgetToPage($widgetId: ID!, $targetPageId: ID!, $position: WidgetPositionInput!) {
1703
1784
  moveWidgetToPage(
@@ -1708,27 +1789,27 @@ e`
1708
1789
  ...WidgetFullFields
1709
1790
  }
1710
1791
  }
1711
- ${A}`;
1712
- var ht = e`
1792
+ ${N}`;
1793
+ var Et = e`
1713
1794
  mutation RefreshWidgetData($widgetId: ID!) {
1714
1795
  refreshWidgetData(widgetId: $widgetId) {
1715
1796
  ...WidgetDataFields
1716
1797
  }
1717
1798
  }
1718
- ${O}`, gt = e`
1799
+ ${j}`, Dt = e`
1719
1800
  mutation ReorderWidgetActions($widgetId: ID!, $actionIds: [ID!]!) {
1720
1801
  reorderWidgetActions(widgetId: $widgetId, actionIds: $actionIds) {
1721
1802
  id
1722
1803
  order
1723
1804
  }
1724
1805
  }
1725
- `, _t = e`
1806
+ `, Ot = e`
1726
1807
  mutation RetryEventDelivery($eventId: ID!) {
1727
1808
  retryEventDelivery(eventId: $eventId) {
1728
1809
  ...EventLogFields
1729
1810
  }
1730
1811
  }
1731
- ${S}`, vt = e`
1812
+ ${T}`, kt = e`
1732
1813
  mutation TestWebhookMapping($id: ID!) {
1733
1814
  testWebhookMapping(id: $id) {
1734
1815
  success
@@ -1738,31 +1819,31 @@ var ht = e`
1738
1819
  latencyMs
1739
1820
  }
1740
1821
  }
1741
- `, yt = e`
1822
+ `, At = e`
1742
1823
  mutation ToggleEventWebhookMapping($id: ID!, $isActive: Boolean!) {
1743
1824
  toggleEventWebhookMapping(id: $id, isActive: $isActive) {
1744
1825
  ...EventWebhookMappingFields
1745
1826
  }
1746
1827
  }
1747
- ${C}`, bt = e`
1828
+ ${E}`, jt = e`
1748
1829
  mutation UpdateEventWebhookMapping($id: ID!, $input: UpdateEventWebhookMappingInput!) {
1749
1830
  updateEventWebhookMapping(id: $id, input: $input) {
1750
1831
  ...EventWebhookMappingFields
1751
1832
  }
1752
1833
  }
1753
- ${C}`, xt = e`
1834
+ ${E}`, Mt = e`
1754
1835
  mutation UpdateWidget($input: BigConsoleUpdateWidgetInput!) {
1755
1836
  updateBigConsoleWidget(input: $input) {
1756
1837
  ...WidgetFullFields
1757
1838
  }
1758
1839
  }
1759
- ${A}`, St = e`
1840
+ ${N}`, Nt = e`
1760
1841
  mutation UpdateWidgetAction($input: UpdateWidgetActionInput!) {
1761
1842
  updateWidgetAction(input: $input) {
1762
1843
  ...WidgetActionFields
1763
1844
  }
1764
1845
  }
1765
- ${k}`, Ct = e`
1846
+ ${M}`, $ = e`
1766
1847
  mutation UpdateWidgetDrilldown($id: ID!, $targetDashboardId: ID, $parameterMapping: JSON, $navigationMode: NavigationMode, $enabled: Boolean) {
1767
1848
  updateWidgetDrilldown(
1768
1849
  id: $id
@@ -1774,7 +1855,7 @@ var ht = e`
1774
1855
  ...WidgetDrilldownFields
1775
1856
  }
1776
1857
  }
1777
- ${E}`;
1858
+ ${k}`;
1778
1859
  e`
1779
1860
  mutation UpdateWidgetRenderer($widgetId: ID!, $renderer: WidgetRenderer!, $template: JSON) {
1780
1861
  updateWidgetRenderer(
@@ -1794,32 +1875,32 @@ e`
1794
1875
  ...EventLogFields
1795
1876
  }
1796
1877
  }
1797
- ${S}`, e`
1878
+ ${T}`, e`
1798
1879
  query GetEventWebhookMapping($id: ID!) {
1799
1880
  getEventWebhookMapping(id: $id) {
1800
1881
  ...EventWebhookMappingFields
1801
1882
  }
1802
1883
  }
1803
- ${C}`;
1804
- var wt = e`
1884
+ ${E}`;
1885
+ var Pt = e`
1805
1886
  query GetWidget($id: ID!) {
1806
1887
  getWidget(id: $id) {
1807
1888
  ...WidgetFullFields
1808
1889
  }
1809
1890
  }
1810
- ${A}`, Tt = e`
1891
+ ${N}`, Ft = e`
1811
1892
  query GetWidgetActions($widgetId: ID!) {
1812
1893
  getWidgetActions(widgetId: $widgetId) {
1813
1894
  ...WidgetActionFields
1814
1895
  }
1815
1896
  }
1816
- ${k}`, Et = e`
1897
+ ${M}`, It = e`
1817
1898
  query GetWidgetTypes {
1818
1899
  getWidgetTypes {
1819
1900
  ...WidgetTypeInfoFields
1820
1901
  }
1821
1902
  }
1822
- ${N}`;
1903
+ ${I}`;
1823
1904
  e`
1824
1905
  query GetWidgetWithData($id: ID!) {
1825
1906
  getWidget(id: $id) {
@@ -1835,11 +1916,11 @@ e`
1835
1916
  }
1836
1917
  }
1837
1918
  }
1838
- ${T}
1839
- ${E}
1840
- ${D}
1841
- ${O}`;
1842
- var $ = e`
1919
+ ${O}
1920
+ ${k}
1921
+ ${A}
1922
+ ${j}`;
1923
+ var Lt = e`
1843
1924
  query ListEventLogs($dashboardId: ID, $widgetId: ID, $eventName: String, $status: EventStatus, $first: Int, $after: String) {
1844
1925
  listEventLogs(
1845
1926
  dashboardId: $dashboardId
@@ -1861,8 +1942,8 @@ var $ = e`
1861
1942
  totalCount
1862
1943
  }
1863
1944
  }
1864
- ${S}
1865
- ${w}`, Dt = e`
1945
+ ${T}
1946
+ ${D}`, Rt = e`
1866
1947
  query ListEventWebhookMappings($dashboardId: ID, $widgetId: ID, $isActive: Boolean) {
1867
1948
  listEventWebhookMappings(
1868
1949
  dashboardId: $dashboardId
@@ -1872,7 +1953,7 @@ ${w}`, Dt = e`
1872
1953
  ...EventWebhookMappingFields
1873
1954
  }
1874
1955
  }
1875
- ${C}`;
1956
+ ${E}`;
1876
1957
  e`
1877
1958
  query ListWidgets($pageId: ID!, $type: WidgetType, $first: Int, $after: String) {
1878
1959
  listWidgets(pageId: $pageId, type: $type, first: $first, after: $after) {
@@ -1888,15 +1969,15 @@ e`
1888
1969
  totalCount
1889
1970
  }
1890
1971
  }
1891
- ${M}
1892
- ${w}`;
1893
- var Ot = e`
1972
+ ${F}
1973
+ ${D}`;
1974
+ var zt = e`
1894
1975
  query ListWidgetsByDashboard($dashboardId: ID!, $type: WidgetType) {
1895
1976
  listWidgetsByDashboard(dashboardId: $dashboardId, type: $type) {
1896
1977
  ...WidgetListFields
1897
1978
  }
1898
1979
  }
1899
- ${j}`, kt = e`
1980
+ ${P}`, Bt = e`
1900
1981
  query ListWidgetsForPage($pageId: ID!, $type: WidgetType) {
1901
1982
  listWidgets(pageId: $pageId, type: $type, first: 100) {
1902
1983
  edges {
@@ -1907,29 +1988,29 @@ var Ot = e`
1907
1988
  totalCount
1908
1989
  }
1909
1990
  }
1910
- ${j}`, At = e`
1991
+ ${P}`, Vt = e`
1911
1992
  mutation CreateWorkflow($input: CreateWorkflowInput!) {
1912
1993
  createWorkflow(input: $input) {
1913
1994
  ...WorkflowFullFields
1914
1995
  }
1915
1996
  }
1916
- ${I}`, jt = e`
1997
+ ${z}`, Ht = e`
1917
1998
  mutation DeleteWorkflow($id: ID!) {
1918
1999
  deleteWorkflow(id: $id)
1919
2000
  }
1920
- `, Mt = e`
2001
+ `, Ut = e`
1921
2002
  mutation ExecuteWorkflow($id: ID!, $triggerData: JSON) {
1922
2003
  executeWorkflow(id: $id, triggerData: $triggerData) {
1923
2004
  ...WorkflowFullFields
1924
2005
  }
1925
2006
  }
1926
- ${I}`, Nt = e`
2007
+ ${z}`, Wt = e`
1927
2008
  mutation LinkDataSinkToWorkflow($workflowId: ID!, $input: LinkDataSinkInput!) {
1928
2009
  linkDataSinkToWorkflow(workflowId: $workflowId, input: $input) {
1929
2010
  ...DataSinkWorkflowLinkFields
1930
2011
  }
1931
2012
  }
1932
- ${F}`, Pt = e`
2013
+ ${R}`, Gt = e`
1933
2014
  mutation UnlinkDataSinkFromWorkflow($workflowId: ID!, $dataSinkId: ID!) {
1934
2015
  unlinkDataSinkFromWorkflow(workflowId: $workflowId, dataSinkId: $dataSinkId)
1935
2016
  }
@@ -1940,33 +2021,33 @@ e`
1940
2021
  ...DataSinkWorkflowLinkFields
1941
2022
  }
1942
2023
  }
1943
- ${F}`;
1944
- var Ft = e`
2024
+ ${R}`;
2025
+ var Kt = e`
1945
2026
  mutation UpdateWorkflow($id: ID!, $input: UpdateWorkflowInput!, $version: Int!) {
1946
2027
  updateWorkflow(id: $id, input: $input, version: $version) {
1947
2028
  ...WorkflowFullFields
1948
2029
  }
1949
2030
  }
1950
- ${I}`, It = e`
2031
+ ${z}`, qt = e`
1951
2032
  query GetWorkflow($id: ID!) {
1952
2033
  workflow(id: $id) {
1953
2034
  ...WorkflowFullFields
1954
2035
  }
1955
2036
  }
1956
- ${I}`, Lt = e`
2037
+ ${z}`, Jt = e`
1957
2038
  query GetWorkflowByKey($key: String!) {
1958
2039
  workflowByKey(key: $key) {
1959
2040
  ...WorkflowFullFields
1960
2041
  }
1961
2042
  }
1962
- ${I}`, Rt = e`
2043
+ ${z}`, Yt = e`
1963
2044
  query ListWorkflows($filter: FluidGridsWorkflowFilterInput) {
1964
2045
  workflows(filter: $filter) {
1965
2046
  ...WorkflowListItem
1966
2047
  }
1967
2048
  }
1968
- ${L}`;
2049
+ ${B}`;
1969
2050
  //#endregion
1970
- export { z as ArchiveTemplateDocument, Ae as BatchCreateDataSinksDocument, je as BatchDeleteDataSinksDocument, it as BatchUpdateWidgetPositionsDocument, B as CloneDashboardDocument, V as CreateDashboardDocument, H as CreateDashboardPageDocument, U as CreateDashboardViewDocument, Me as CreateDataSinkDocument, at as CreateEventWebhookMappingDocument, W as CreateGlobalFilterDocument, He as CreateParserDocument, Ye as CreatePipelineDocument, G as CreateTemplateDocument, st as CreateWidgetActionDocument, ot as CreateWidgetDocument, ct as CreateWidgetDrilldownDocument, At as CreateWorkflowDocument, Be as DataSinkDataUpdatedDocument, Ve as DataSinkUpdatedDocument, K as DeleteDashboardDocument, q as DeleteDashboardPageDocument, J as DeleteDashboardViewDocument, Ne as DeleteDataSinkDocument, lt as DeleteEventWebhookMappingDocument, Y as DeleteGlobalFilterDocument, Ue as DeleteParserDocument, Xe as DeletePipelineDocument, X as DeleteTemplateDocument, dt as DeleteWidgetActionDocument, ut as DeleteWidgetDocument, ft as DeleteWidgetDrilldownDocument, jt as DeleteWorkflowDocument, Z as DeprecateTemplateDocument, pt as DuplicateWidgetDocument, mt as EmitWidgetEventDocument, We as ExecuteParserDocument, Ze as ExecutePipelineDocument, Mt as ExecuteWorkflowDocument, _e as ExportDashboardDocument, ve as GetDashboardDocument, ye as GetDashboardViewDocument, Re as GetDataSinkDataDocument, Le as GetDataSinkDocument, be as GetDefaultDashboardViewDocument, Ke as GetParserDocument, et as GetPipelineDocument, tt as GetPipelineExecutionDocument, xe as GetTemplateDocument, Tt as GetWidgetActionsDocument, wt as GetWidgetDocument, Et as GetWidgetTypesDocument, Lt as GetWorkflowByKeyDocument, It as GetWorkflowDocument, Q as ImportDashboardDocument, ne as InstantiateTemplateDocument, Pe as InvalidateDataSinkCacheDocument, Nt as LinkDataSinkToWorkflowDocument, Se as ListDashboardSharesDocument, Ce as ListDashboardViewsDocument, we as ListDashboardsDocument, ze as ListDataSinksDocument, $ as ListEventLogsDocument, Dt as ListEventWebhookMappingsDocument, Te as ListFeaturedTemplatesDocument, qe as ListParsersDocument, nt as ListPipelineExecutionsDocument, rt as ListPipelinesDocument, Ee as ListSharedWithMeDocument, De as ListTemplatesDocument, Ot as ListWidgetsByDashboardDocument, kt as ListWidgetsForPageDocument, Rt as ListWorkflowsDocument, re as PublishTemplateDocument, ie as RateTemplateDocument, Fe as RefreshDataSinkDocument, ht as RefreshWidgetDataDocument, ae as ReorderDashboardPagesDocument, oe as ReorderGlobalFiltersDocument, gt as ReorderWidgetActionsDocument, _t as RetryEventDeliveryDocument, se as RevokeAllSharesDocument, ce as RevokeDashboardShareDocument, Oe as SearchTemplatesDocument, le as SetDefaultViewDocument, ue as ShareDashboardDocument, Je as TestParserExpressionDocument, Qe as TestPipelineDocument, vt as TestWebhookMappingDocument, yt as ToggleEventWebhookMappingDocument, Pt as UnlinkDataSinkFromWorkflowDocument, de as UpdateDashboardDocument, fe as UpdateDashboardPageDocument, pe as UpdateDashboardShareDocument, me as UpdateDashboardViewDocument, Ie as UpdateDataSinkDocument, bt as UpdateEventWebhookMappingDocument, he as UpdateGlobalFilterDocument, Ge as UpdateParserDocument, $e as UpdatePipelineDocument, ge as UpdateTemplateDocument, St as UpdateWidgetActionDocument, xt as UpdateWidgetDocument, Ct as UpdateWidgetDrilldownDocument, Ft as UpdateWorkflowDocument, ke as ValidateDashboardImportDocument, R as WorkspaceInstalledAppsDocument };
2051
+ export { X as ArchiveTemplateDocument, Ve as BatchCreateDataSinksDocument, He as BatchDeleteDataSinksDocument, ht as BatchUpdateWidgetPositionsDocument, Z as CloneDashboardDocument, Q as CreateDashboardDocument, ne as CreateDashboardPageDocument, re as CreateDashboardViewDocument, Ue as CreateDataSinkDocument, gt as CreateEventWebhookMappingDocument, ie as CreateGlobalFilterDocument, $e as CreateParserDocument, ot as CreatePipelineDocument, ae as CreateTemplateDocument, vt as CreateWidgetActionDocument, _t as CreateWidgetDocument, yt as CreateWidgetDrilldownDocument, Vt as CreateWorkflowDocument, Ze as DataSinkDataUpdatedDocument, Qe as DataSinkUpdatedDocument, oe as DeleteDashboardDocument, se as DeleteDashboardPageDocument, ce as DeleteDashboardViewDocument, We as DeleteDataSinkDocument, bt as DeleteEventWebhookMappingDocument, le as DeleteGlobalFilterDocument, et as DeleteParserDocument, st as DeletePipelineDocument, ue as DeleteTemplateDocument, St as DeleteWidgetActionDocument, xt as DeleteWidgetDocument, Ct as DeleteWidgetDrilldownDocument, Ht as DeleteWorkflowDocument, de as DeprecateTemplateDocument, wt as DuplicateWidgetDocument, Tt as EmitWidgetEventDocument, tt as ExecuteParserDocument, ct as ExecutePipelineDocument, Ut as ExecuteWorkflowDocument, Oe as ExportDashboardDocument, ke as GetDashboardDocument, Ae as GetDashboardViewDocument, Ye as GetDataSinkDataDocument, Je as GetDataSinkDocument, je as GetDefaultDashboardViewDocument, rt as GetParserDocument, dt as GetPipelineDocument, ft as GetPipelineExecutionDocument, Me as GetTemplateDocument, Ft as GetWidgetActionsDocument, Pt as GetWidgetDocument, It as GetWidgetTypesDocument, Jt as GetWorkflowByKeyDocument, qt as GetWorkflowDocument, fe as ImportDashboardDocument, pe as InstantiateTemplateDocument, Ge as InvalidateDataSinkCacheDocument, Wt as LinkDataSinkToWorkflowDocument, Ne as ListDashboardSharesDocument, Pe as ListDashboardViewsDocument, Fe as ListDashboardsDocument, Xe as ListDataSinksDocument, Lt as ListEventLogsDocument, Rt as ListEventWebhookMappingsDocument, Ie as ListFeaturedTemplatesDocument, it as ListParsersDocument, pt as ListPipelineExecutionsDocument, mt as ListPipelinesDocument, Le as ListSharedWithMeDocument, Re as ListTemplatesDocument, zt as ListWidgetsByDashboardDocument, Bt as ListWidgetsForPageDocument, Yt as ListWorkflowsDocument, me as PublishTemplateDocument, he as RateTemplateDocument, Ke as RefreshDataSinkDocument, Et as RefreshWidgetDataDocument, ge as ReorderDashboardPagesDocument, _e as ReorderGlobalFiltersDocument, Dt as ReorderWidgetActionsDocument, Ot as RetryEventDeliveryDocument, ve as RevokeAllSharesDocument, ye as RevokeDashboardShareDocument, ze as SearchTemplatesDocument, be as SetDefaultViewDocument, xe as ShareDashboardDocument, at as TestParserExpressionDocument, lt as TestPipelineDocument, kt as TestWebhookMappingDocument, At as ToggleEventWebhookMappingDocument, Gt as UnlinkDataSinkFromWorkflowDocument, Se as UpdateDashboardDocument, Ce as UpdateDashboardPageDocument, we as UpdateDashboardShareDocument, Te as UpdateDashboardViewDocument, qe as UpdateDataSinkDocument, jt as UpdateEventWebhookMappingDocument, Ee as UpdateGlobalFilterDocument, nt as UpdateParserDocument, ut as UpdatePipelineDocument, De as UpdateTemplateDocument, Nt as UpdateWidgetActionDocument, Mt as UpdateWidgetDocument, $ as UpdateWidgetDrilldownDocument, Kt as UpdateWorkflowDocument, Be as ValidateDashboardImportDocument, V as WorkspaceInstalledAppsDocument, U as useCreateEntityCommentMutation, G as useDeleteEntityCommentMutation, Y as useGetEntityCommentsQuery, q as useResolveEntityCommentMutation };
1971
2052
 
1972
2053
  //# sourceMappingURL=wspace-operations.js.map