@burdenoff/microfe-bigconsole 2026.608.1 → 2026.612.1

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.
Files changed (27) hide show
  1. package/dist/bigconsole/components/dashboard/CreateDashboardDialog.js +13 -8
  2. package/dist/bigconsole/components/dashboard/CreateDashboardDialog.js.map +1 -1
  3. package/dist/bigconsole/components/dashboard/TemplatePicker/TemplatePicker.js +1 -1
  4. package/dist/bigconsole/components/dashboard/TemplatePicker/TemplatePicker.js.map +1 -1
  5. package/dist/bigconsole/components/widgets/WidgetRegistry.js +2 -1
  6. package/dist/bigconsole/components/widgets/WidgetRegistry.js.map +1 -1
  7. package/dist/bigconsole/components/widgets/event-logs/EventLogViewer.js +4 -4
  8. package/dist/bigconsole/components/widgets/event-logs/EventLogViewer.js.map +1 -1
  9. package/dist/bigconsole/components/widgets/form/FormWidget.js +20 -20
  10. package/dist/bigconsole/components/widgets/form/FormWidget.js.map +1 -1
  11. package/dist/bigconsole/components/widgets/kanban/KanbanWidget.js +1 -1
  12. package/dist/bigconsole/components/widgets/kanban/KanbanWidget.js.map +1 -1
  13. package/dist/bigconsole/components/widgets/map-widget/MapWidget.js +2 -2
  14. package/dist/bigconsole/components/widgets/map-widget/MapWidget.js.map +1 -1
  15. package/dist/bigconsole/components/widgets/timeline/TimelineWidget.js +2 -2
  16. package/dist/bigconsole/components/widgets/timeline/TimelineWidget.js.map +1 -1
  17. package/dist/bigconsole/components/widgets/webhook-config/WebhookConfigPanel.js +37 -37
  18. package/dist/bigconsole/components/widgets/webhook-config/WebhookConfigPanel.js.map +1 -1
  19. package/dist/bigconsole/hooks/useDashboardOperations.js +92 -70
  20. package/dist/bigconsole/hooks/useDashboardOperations.js.map +1 -1
  21. package/dist/bigconsole/pages/DashboardsPage.js +120 -77
  22. package/dist/bigconsole/pages/DashboardsPage.js.map +1 -1
  23. package/dist/bigconsole/pages/InsightsPage.js +787 -392
  24. package/dist/bigconsole/pages/InsightsPage.js.map +1 -1
  25. package/dist/generated/wspace-operations.js +105 -107
  26. package/dist/generated/wspace-operations.js.map +1 -1
  27. package/package.json +1 -1
@@ -925,71 +925,69 @@ var R = e`
925
925
  ...DashboardTemplateFields
926
926
  }
927
927
  }
928
- ${o}`;
929
- e`
928
+ ${o}`, z = e`
930
929
  mutation CloneDashboard($input: CloneDashboardInput!) {
931
930
  cloneDashboard(input: $input) {
932
931
  ...DashboardFullFields
933
932
  }
934
933
  }
935
- ${r}`;
936
- var z = e`
934
+ ${r}`, B = e`
937
935
  mutation CreateDashboard($input: BigConsoleCreateDashboardInput!) {
938
936
  createBigConsoleDashboard(input: $input) {
939
937
  ...DashboardFullFields
940
938
  }
941
939
  }
942
- ${r}`, B = e`
940
+ ${r}`, V = e`
943
941
  mutation CreateDashboardPage($input: CreateDashboardPageInput!) {
944
942
  createDashboardPage(input: $input) {
945
943
  ...DashboardPageFields
946
944
  }
947
945
  }
948
- ${t}`, V = e`
946
+ ${t}`, H = e`
949
947
  mutation CreateDashboardView($input: CreateDashboardViewInput!) {
950
948
  createDashboardView(input: $input) {
951
949
  ...DashboardViewFields
952
950
  }
953
951
  }
954
- ${c}`, H = e`
952
+ ${c}`, U = e`
955
953
  mutation CreateGlobalFilter($input: CreateGlobalFilterInput!) {
956
954
  createGlobalFilter(input: $input) {
957
955
  ...GlobalFilterFields
958
956
  }
959
957
  }
960
- ${n}`, U = e`
958
+ ${n}`, W = e`
961
959
  mutation CreateTemplate($input: CreateTemplateInput!) {
962
960
  createTemplate(input: $input) {
963
961
  ...DashboardTemplateFields
964
962
  }
965
963
  }
966
- ${o}`, W = e`
964
+ ${o}`, G = e`
967
965
  mutation DeleteDashboard($id: ID!) {
968
966
  deleteBigConsoleDashboard(id: $id)
969
967
  }
970
- `, G = e`
968
+ `, K = e`
971
969
  mutation DeleteDashboardPage($id: ID!) {
972
970
  deleteDashboardPage(id: $id)
973
971
  }
974
- `, K = e`
972
+ `, q = e`
975
973
  mutation DeleteDashboardView($id: ID!) {
976
974
  deleteDashboardView(id: $id)
977
975
  }
978
- `, q = e`
976
+ `, J = e`
979
977
  mutation DeleteGlobalFilter($id: ID!) {
980
978
  deleteGlobalFilter(id: $id)
981
979
  }
982
- `, J = e`
980
+ `, Y = e`
983
981
  mutation DeleteTemplate($id: ID!) {
984
982
  deleteTemplate(id: $id)
985
983
  }
986
- `, Y = e`
984
+ `, X = e`
987
985
  mutation DeprecateTemplate($id: ID!) {
988
986
  deprecateTemplate(id: $id) {
989
987
  ...DashboardTemplateFields
990
988
  }
991
989
  }
992
- ${o}`, X = e`
990
+ ${o}`, Z = e`
993
991
  mutation ImportDashboard($input: ImportBigConsoleDashboardInput!) {
994
992
  importBigConsoleDashboard(input: $input) {
995
993
  success
@@ -1016,7 +1014,7 @@ e`
1016
1014
  }
1017
1015
  }
1018
1016
  ${r}`;
1019
- var Z = e`
1017
+ var Q = e`
1020
1018
  mutation InstantiateTemplate($input: InstantiateTemplateInput!) {
1021
1019
  instantiateTemplate(input: $input) {
1022
1020
  ...DashboardFullFields
@@ -1030,25 +1028,25 @@ e`
1030
1028
  }
1031
1029
  }
1032
1030
  ${r}`;
1033
- var Q = e`
1031
+ var ne = e`
1034
1032
  mutation PublishTemplate($id: ID!) {
1035
1033
  publishTemplate(id: $id) {
1036
1034
  ...DashboardTemplateFields
1037
1035
  }
1038
1036
  }
1039
- ${o}`, ne = e`
1037
+ ${o}`, re = e`
1040
1038
  mutation RateTemplate($input: RateTemplateInput!) {
1041
1039
  rateTemplate(input: $input) {
1042
1040
  ...DashboardTemplateFields
1043
1041
  }
1044
1042
  }
1045
- ${o}`, re = e`
1043
+ ${o}`, ie = e`
1046
1044
  mutation ReorderDashboardPages($dashboardId: ID!, $pageIds: [ID!]!) {
1047
1045
  reorderDashboardPages(dashboardId: $dashboardId, pageIds: $pageIds) {
1048
1046
  ...DashboardPageFields
1049
1047
  }
1050
1048
  }
1051
- ${t}`, ie = e`
1049
+ ${t}`, ae = e`
1052
1050
  mutation ReorderGlobalFilters($dashboardId: ID!, $filterIds: [ID!]!) {
1053
1051
  reorderGlobalFilters(dashboardId: $dashboardId, filterIds: $filterIds) {
1054
1052
  ...GlobalFilterFields
@@ -1062,67 +1060,67 @@ e`
1062
1060
  }
1063
1061
  }
1064
1062
  ${r}`;
1065
- var ae = e`
1063
+ var oe = e`
1066
1064
  mutation RevokeAllShares($dashboardId: ID!) {
1067
1065
  revokeAllShares(dashboardId: $dashboardId)
1068
1066
  }
1069
- `, oe = e`
1067
+ `, se = e`
1070
1068
  mutation RevokeDashboardShare($id: ID!) {
1071
1069
  revokeDashboardShare(id: $id)
1072
1070
  }
1073
- `, se = e`
1071
+ `, ce = e`
1074
1072
  mutation SetDefaultView($viewId: ID!) {
1075
1073
  setDefaultView(viewId: $viewId) {
1076
1074
  ...DashboardViewFields
1077
1075
  }
1078
1076
  }
1079
- ${c}`, ce = e`
1077
+ ${c}`, le = e`
1080
1078
  mutation ShareDashboard($input: ShareDashboardInput!) {
1081
1079
  shareDashboard(input: $input) {
1082
1080
  ...DashboardShareFields
1083
1081
  }
1084
1082
  }
1085
- ${a}`, le = e`
1083
+ ${a}`, ue = e`
1086
1084
  mutation UpdateDashboard($input: BigConsoleUpdateDashboardInput!) {
1087
1085
  updateBigConsoleDashboard(input: $input) {
1088
1086
  ...DashboardFullFields
1089
1087
  }
1090
1088
  }
1091
- ${r}`, ue = e`
1089
+ ${r}`, de = e`
1092
1090
  mutation UpdateDashboardPage($input: UpdateDashboardPageInput!) {
1093
1091
  updateDashboardPage(input: $input) {
1094
1092
  ...DashboardPageFields
1095
1093
  }
1096
1094
  }
1097
- ${t}`, de = e`
1095
+ ${t}`, fe = e`
1098
1096
  mutation UpdateDashboardShare($input: UpdateShareInput!) {
1099
1097
  updateDashboardShare(input: $input) {
1100
1098
  ...DashboardShareFields
1101
1099
  }
1102
1100
  }
1103
- ${a}`, fe = e`
1101
+ ${a}`, pe = e`
1104
1102
  mutation UpdateDashboardView($input: UpdateDashboardViewInput!) {
1105
1103
  updateDashboardView(input: $input) {
1106
1104
  ...DashboardViewFields
1107
1105
  }
1108
1106
  }
1109
- ${c}`, pe = e`
1107
+ ${c}`, me = e`
1110
1108
  mutation UpdateGlobalFilter($input: UpdateGlobalFilterInput!) {
1111
1109
  updateGlobalFilter(input: $input) {
1112
1110
  ...GlobalFilterFields
1113
1111
  }
1114
1112
  }
1115
- ${n}`, me = e`
1113
+ ${n}`, he = e`
1116
1114
  mutation UpdateTemplate($input: UpdateTemplateInput!) {
1117
1115
  updateTemplate(input: $input) {
1118
1116
  ...DashboardTemplateFields
1119
1117
  }
1120
1118
  }
1121
- ${o}`, he = e`
1119
+ ${o}`, ge = e`
1122
1120
  query ExportDashboard($id: ID!, $options: ExportDashboardOptions) {
1123
1121
  exportDashboard(id: $id, options: $options)
1124
1122
  }
1125
- `, ge = e`
1123
+ `, _e = e`
1126
1124
  query GetDashboard($id: ID!) {
1127
1125
  getDashboard(id: $id) {
1128
1126
  ...DashboardFullFields
@@ -1136,25 +1134,25 @@ e`
1136
1134
  }
1137
1135
  }
1138
1136
  ${a}`;
1139
- var _e = e`
1137
+ var ve = e`
1140
1138
  query GetDashboardView($id: ID!) {
1141
1139
  getDashboardView(id: $id) {
1142
1140
  ...DashboardViewFields
1143
1141
  }
1144
1142
  }
1145
- ${c}`, ve = e`
1143
+ ${c}`, ye = e`
1146
1144
  query GetDefaultDashboardView($dashboardId: ID!) {
1147
1145
  getDefaultDashboardView(dashboardId: $dashboardId) {
1148
1146
  ...DashboardViewFields
1149
1147
  }
1150
1148
  }
1151
- ${c}`, ye = e`
1149
+ ${c}`, be = e`
1152
1150
  query GetTemplate($id: ID!) {
1153
1151
  getTemplate(id: $id) {
1154
1152
  ...DashboardTemplateFields
1155
1153
  }
1156
1154
  }
1157
- ${o}`, be = e`
1155
+ ${o}`, xe = e`
1158
1156
  query ListDashboardShares($dashboardId: ID!, $first: Int, $after: String) {
1159
1157
  listDashboardShares(dashboardId: $dashboardId, first: $first, after: $after) {
1160
1158
  edges {
@@ -1170,7 +1168,7 @@ var _e = e`
1170
1168
  }
1171
1169
  }
1172
1170
  ${a}
1173
- ${l}`, xe = e`
1171
+ ${l}`, Se = e`
1174
1172
  query ListDashboardViews($dashboardId: ID!, $first: Int, $after: String) {
1175
1173
  listDashboardViews(dashboardId: $dashboardId, first: $first, after: $after) {
1176
1174
  edges {
@@ -1186,7 +1184,7 @@ ${l}`, xe = e`
1186
1184
  }
1187
1185
  }
1188
1186
  ${c}
1189
- ${l}`, Se = e`
1187
+ ${l}`, Ce = e`
1190
1188
  query ListDashboards($first: Int, $after: String, $category: DashboardCategory, $visibility: DashboardVisibility, $ownerId: ID, $tagIds: [ID!], $search: String, $includeArchived: Boolean, $sortBy: DashboardSortField, $sortOrder: SortOrder) {
1191
1189
  listDashboards(
1192
1190
  first: $first
@@ -1213,7 +1211,7 @@ ${l}`, Se = e`
1213
1211
  }
1214
1212
  }
1215
1213
  ${i}
1216
- ${l}`, Ce = e`
1214
+ ${l}`, we = e`
1217
1215
  query ListFeaturedTemplates($category: DashboardCategory, $first: Int, $after: String) {
1218
1216
  listFeaturedTemplates(category: $category, first: $first, after: $after) {
1219
1217
  edges {
@@ -1229,7 +1227,7 @@ ${l}`, Ce = e`
1229
1227
  }
1230
1228
  }
1231
1229
  ${s}
1232
- ${l}`, we = e`
1230
+ ${l}`, Te = e`
1233
1231
  query ListSharedWithMe($first: Int, $after: String) {
1234
1232
  listSharedWithMe(first: $first, after: $after) {
1235
1233
  edges {
@@ -1245,7 +1243,7 @@ ${l}`, we = e`
1245
1243
  }
1246
1244
  }
1247
1245
  ${a}
1248
- ${l}`, Te = e`
1246
+ ${l}`, Ee = e`
1249
1247
  query ListTemplates($category: DashboardCategory, $complexity: TemplateComplexity, $authorType: TemplateAuthorType, $isFeatured: Boolean, $status: TemplateStatus, $search: String, $first: Int, $after: String) {
1250
1248
  listTemplates(
1251
1249
  category: $category
@@ -1270,7 +1268,7 @@ ${l}`, Te = e`
1270
1268
  }
1271
1269
  }
1272
1270
  ${s}
1273
- ${l}`, Ee = e`
1271
+ ${l}`, De = e`
1274
1272
  query SearchTemplates($query: String!, $category: DashboardCategory, $complexity: TemplateComplexity, $first: Int, $after: String) {
1275
1273
  searchTemplates(
1276
1274
  query: $query
@@ -1292,7 +1290,7 @@ ${l}`, Ee = e`
1292
1290
  }
1293
1291
  }
1294
1292
  ${s}
1295
- ${l}`, De = e`
1293
+ ${l}`, Oe = e`
1296
1294
  query ValidateDashboardImport($content: String!) {
1297
1295
  validateDashboardImport(content: $content) {
1298
1296
  isValid
@@ -1318,26 +1316,26 @@ ${l}`, De = e`
1318
1316
  }
1319
1317
  }
1320
1318
  }
1321
- `, Oe = e`
1319
+ `, ke = e`
1322
1320
  mutation BatchCreateDataSinks($inputs: [CreateDataSinkInput!]!) {
1323
1321
  batchCreateDataSinks(inputs: $inputs) {
1324
1322
  ...DataSinkFullFields
1325
1323
  }
1326
1324
  }
1327
- ${u}`, ke = e`
1325
+ ${u}`, Ae = e`
1328
1326
  mutation BatchDeleteDataSinks($ids: [ID!]!) {
1329
1327
  batchDeleteDataSinks(ids: $ids) {
1330
1328
  id
1331
1329
  deletedAt
1332
1330
  }
1333
1331
  }
1334
- `, Ae = e`
1332
+ `, je = e`
1335
1333
  mutation CreateDataSink($input: CreateDataSinkInput!) {
1336
1334
  createDataSink(input: $input) {
1337
1335
  ...DataSinkFullFields
1338
1336
  }
1339
1337
  }
1340
- ${u}`, je = e`
1338
+ ${u}`, Me = e`
1341
1339
  mutation DeleteDataSink($id: ID!) {
1342
1340
  deleteDataSink(id: $id) {
1343
1341
  id
@@ -1345,7 +1343,7 @@ ${l}`, De = e`
1345
1343
  deletedBy
1346
1344
  }
1347
1345
  }
1348
- `, Me = e`
1346
+ `, Ne = e`
1349
1347
  mutation InvalidateDataSinkCache($id: ID) {
1350
1348
  invalidateDataSinkCache(id: $id) {
1351
1349
  count
@@ -1354,25 +1352,25 @@ ${l}`, De = e`
1354
1352
  message
1355
1353
  }
1356
1354
  }
1357
- `, Ne = e`
1355
+ `, Pe = e`
1358
1356
  mutation RefreshDataSink($input: RefreshDataSinkInput!) {
1359
1357
  refreshDataSink(input: $input) {
1360
1358
  ...DataSinkFullFields
1361
1359
  }
1362
1360
  }
1363
- ${u}`, Pe = e`
1361
+ ${u}`, Fe = e`
1364
1362
  mutation UpdateDataSink($input: UpdateDataSinkInput!) {
1365
1363
  updateDataSink(input: $input) {
1366
1364
  ...DataSinkFullFields
1367
1365
  }
1368
1366
  }
1369
- ${u}`, Fe = e`
1367
+ ${u}`, Ie = e`
1370
1368
  query GetDataSink($id: ID, $key: String) {
1371
1369
  getDataSink(id: $id, key: $key) {
1372
1370
  ...DataSinkFullFields
1373
1371
  }
1374
1372
  }
1375
- ${u}`, Ie = e`
1373
+ ${u}`, Le = e`
1376
1374
  query GetDataSinkData($id: ID, $key: String, $dataPath: String, $forceRefresh: Boolean) {
1377
1375
  getDataSinkData(
1378
1376
  id: $id
@@ -1387,7 +1385,7 @@ ${l}`, De = e`
1387
1385
  fetchedAt
1388
1386
  }
1389
1387
  }
1390
- `, Le = e`
1388
+ `, Re = e`
1391
1389
  query ListDataSinks($status: DataSinkStatus, $setupState: DataSinkSetupState, $isActive: Boolean, $search: String, $first: Int, $after: String) {
1392
1390
  listDataSinks(
1393
1391
  status: $status
@@ -1410,13 +1408,13 @@ ${l}`, De = e`
1410
1408
  }
1411
1409
  }
1412
1410
  ${d}
1413
- ${ee}`, Re = e`
1411
+ ${ee}`, ze = e`
1414
1412
  subscription DataSinkDataUpdated($id: ID!) {
1415
1413
  dataSinkDataUpdated(id: $id) {
1416
1414
  ...DataSinkFullFields
1417
1415
  }
1418
1416
  }
1419
- ${u}`, ze = e`
1417
+ ${u}`, Be = e`
1420
1418
  subscription DataSinkUpdated($workspaceId: ID!) {
1421
1419
  dataSinkUpdated(workspaceId: $workspaceId) {
1422
1420
  type
@@ -1469,17 +1467,17 @@ e`
1469
1467
  }
1470
1468
  }
1471
1469
  ${f}`;
1472
- var Be = e`
1470
+ var Ve = e`
1473
1471
  mutation CreateParser($input: CreateParserInput!) {
1474
1472
  createParser(input: $input) {
1475
1473
  ...ParserCoreFields
1476
1474
  }
1477
1475
  }
1478
- ${m}`, Ve = e`
1476
+ ${m}`, He = e`
1479
1477
  mutation DeleteParser($id: ID!) {
1480
1478
  deleteParser(id: $id)
1481
1479
  }
1482
- `, He = e`
1480
+ `, Ue = e`
1483
1481
  mutation ExecuteParser($id: ID!) {
1484
1482
  executeParser(id: $id) {
1485
1483
  parserId
@@ -1490,19 +1488,19 @@ var Be = e`
1490
1488
  cachedAt
1491
1489
  }
1492
1490
  }
1493
- `, Ue = e`
1491
+ `, We = e`
1494
1492
  mutation UpdateParser($id: ID!, $input: UpdateParserInput!, $version: Int!) {
1495
1493
  updateParser(id: $id, input: $input, version: $version) {
1496
1494
  ...ParserCoreFields
1497
1495
  }
1498
1496
  }
1499
- ${m}`, We = e`
1497
+ ${m}`, Ge = e`
1500
1498
  query GetParser($id: ID!) {
1501
1499
  parser(id: $id) {
1502
1500
  ...ParserCoreFields
1503
1501
  }
1504
1502
  }
1505
- ${m}`, Ge = e`
1503
+ ${m}`, Ke = e`
1506
1504
  query ListParsers($consoleId: ID!, $type: ParserType, $status: ParserStatus, $first: Int, $after: String) {
1507
1505
  listParsers(
1508
1506
  filter: {consoleId: $consoleId, type: $type, status: $status}
@@ -1522,7 +1520,7 @@ var Be = e`
1522
1520
  }
1523
1521
  }
1524
1522
  ${h}
1525
- ${p}`, Ke = e`
1523
+ ${p}`, qe = e`
1526
1524
  query TestParserExpression($input: TestParserInput!) {
1527
1525
  testParserExpression(input: $input) {
1528
1526
  success
@@ -1531,53 +1529,53 @@ ${p}`, Ke = e`
1531
1529
  executionTimeMs
1532
1530
  }
1533
1531
  }
1534
- `, qe = e`
1532
+ `, Je = e`
1535
1533
  mutation CreatePipeline($input: CreatePipelineInput!) {
1536
1534
  createPipeline(input: $input) {
1537
1535
  ...PipelineCoreFields
1538
1536
  }
1539
1537
  }
1540
- ${_}`, Je = e`
1538
+ ${_}`, Ye = e`
1541
1539
  mutation DeletePipeline($id: ID!) {
1542
1540
  deletePipeline(id: $id)
1543
1541
  }
1544
- `, Ye = e`
1542
+ `, Xe = e`
1545
1543
  mutation ExecutePipeline($input: ExecutePipelineInput!) {
1546
1544
  executePipeline(input: $input) {
1547
1545
  ...PipelineExecutionFields
1548
1546
  }
1549
1547
  }
1550
- ${v}`, Xe = e`
1548
+ ${v}`, Ze = e`
1551
1549
  mutation TestPipeline($input: TestPipelineInput!) {
1552
1550
  testPipeline(input: $input) {
1553
1551
  ...PipelineExecutionFields
1554
1552
  }
1555
1553
  }
1556
- ${v}`, Ze = e`
1554
+ ${v}`, Qe = e`
1557
1555
  mutation UpdatePipeline($id: ID!, $input: UpdatePipelineInput!, $version: Int!) {
1558
1556
  updatePipeline(id: $id, input: $input, version: $version) {
1559
1557
  ...PipelineCoreFields
1560
1558
  }
1561
1559
  }
1562
- ${_}`, Qe = e`
1560
+ ${_}`, $e = e`
1563
1561
  query GetPipeline($id: ID!) {
1564
1562
  pipeline(id: $id) {
1565
1563
  ...PipelineCoreFields
1566
1564
  }
1567
1565
  }
1568
- ${_}`, $e = e`
1566
+ ${_}`, et = e`
1569
1567
  query GetPipelineExecution($id: ID!) {
1570
1568
  pipelineExecution(id: $id) {
1571
1569
  ...PipelineExecutionFields
1572
1570
  }
1573
1571
  }
1574
- ${v}`, et = e`
1572
+ ${v}`, tt = e`
1575
1573
  query ListPipelineExecutions($pipelineId: ID!, $first: Int, $after: String) {
1576
1574
  listPipelineExecutions(pipelineId: $pipelineId, first: $first, after: $after) {
1577
1575
  ...PipelineExecutionFields
1578
1576
  }
1579
1577
  }
1580
- ${v}`, tt = e`
1578
+ ${v}`, nt = e`
1581
1579
  query ListPipelines($consoleId: ID!, $status: PipelineStatus, $first: Int, $after: String) {
1582
1580
  listPipelines(
1583
1581
  filter: {consoleId: $consoleId, status: $status}
@@ -1653,7 +1651,7 @@ e`
1653
1651
  }
1654
1652
  }
1655
1653
  ${b}`;
1656
- var nt = e`
1654
+ var rt = e`
1657
1655
  mutation BatchUpdateWidgetPositions($updates: [WidgetPositionUpdateInput!]!) {
1658
1656
  batchUpdateWidgetPositions(updates: $updates) {
1659
1657
  id
@@ -1661,25 +1659,25 @@ var nt = e`
1661
1659
  updatedAt
1662
1660
  }
1663
1661
  }
1664
- `, rt = e`
1662
+ `, it = e`
1665
1663
  mutation CreateEventWebhookMapping($input: CreateEventWebhookMappingInput!) {
1666
1664
  createEventWebhookMapping(input: $input) {
1667
1665
  ...EventWebhookMappingFields
1668
1666
  }
1669
1667
  }
1670
- ${S}`, it = e`
1668
+ ${S}`, at = e`
1671
1669
  mutation CreateWidget($input: BigConsoleCreateWidgetInput!) {
1672
1670
  createBigConsoleWidget(input: $input) {
1673
1671
  ...WidgetFullFields
1674
1672
  }
1675
1673
  }
1676
- ${k}`, at = e`
1674
+ ${k}`, ot = e`
1677
1675
  mutation CreateWidgetAction($input: CreateWidgetActionInput!) {
1678
1676
  createWidgetAction(input: $input) {
1679
1677
  ...WidgetActionFields
1680
1678
  }
1681
1679
  }
1682
- ${O}`, ot = e`
1680
+ ${O}`, st = e`
1683
1681
  mutation CreateWidgetDrilldown($sourceWidgetId: ID!, $targetDashboardId: ID!, $parameterMapping: JSON!, $navigationMode: NavigationMode = SAME_WINDOW) {
1684
1682
  createWidgetDrilldown(
1685
1683
  sourceWidgetId: $sourceWidgetId
@@ -1690,29 +1688,29 @@ var nt = e`
1690
1688
  ...WidgetDrilldownFields
1691
1689
  }
1692
1690
  }
1693
- ${T}`, st = e`
1691
+ ${T}`, ct = e`
1694
1692
  mutation DeleteEventWebhookMapping($id: ID!) {
1695
1693
  deleteEventWebhookMapping(id: $id)
1696
1694
  }
1697
- `, ct = e`
1695
+ `, lt = e`
1698
1696
  mutation DeleteWidget($id: ID!) {
1699
1697
  deleteBigConsoleWidget(id: $id)
1700
1698
  }
1701
- `, lt = e`
1699
+ `, ut = e`
1702
1700
  mutation DeleteWidgetAction($id: ID!) {
1703
1701
  deleteWidgetAction(id: $id)
1704
1702
  }
1705
- `, ut = e`
1703
+ `, dt = e`
1706
1704
  mutation DeleteWidgetDrilldown($id: ID!) {
1707
1705
  deleteWidgetDrilldown(id: $id)
1708
1706
  }
1709
- `, dt = e`
1707
+ `, ft = e`
1710
1708
  mutation DuplicateWidget($id: ID!, $newPosition: WidgetPositionInput, $newTitle: String) {
1711
1709
  duplicateWidget(id: $id, newPosition: $newPosition, newTitle: $newTitle) {
1712
1710
  ...WidgetFullFields
1713
1711
  }
1714
1712
  }
1715
- ${k}`, ft = e`
1713
+ ${k}`, pt = e`
1716
1714
  mutation EmitWidgetEvent($input: EmitWidgetEventInput!) {
1717
1715
  emitWidgetEvent(input: $input) {
1718
1716
  ...EventLogFields
@@ -1730,26 +1728,26 @@ e`
1730
1728
  }
1731
1729
  }
1732
1730
  ${k}`;
1733
- var pt = e`
1731
+ var mt = e`
1734
1732
  mutation RefreshWidgetData($widgetId: ID!) {
1735
1733
  refreshWidgetData(widgetId: $widgetId) {
1736
1734
  ...WidgetDataFields
1737
1735
  }
1738
1736
  }
1739
- ${D}`, mt = e`
1737
+ ${D}`, ht = e`
1740
1738
  mutation ReorderWidgetActions($widgetId: ID!, $actionIds: [ID!]!) {
1741
1739
  reorderWidgetActions(widgetId: $widgetId, actionIds: $actionIds) {
1742
1740
  id
1743
1741
  order
1744
1742
  }
1745
1743
  }
1746
- `, ht = e`
1744
+ `, gt = e`
1747
1745
  mutation RetryEventDelivery($eventId: ID!) {
1748
1746
  retryEventDelivery(eventId: $eventId) {
1749
1747
  ...EventLogFields
1750
1748
  }
1751
1749
  }
1752
- ${x}`, gt = e`
1750
+ ${x}`, _t = e`
1753
1751
  mutation TestWebhookMapping($id: ID!) {
1754
1752
  testWebhookMapping(id: $id) {
1755
1753
  success
@@ -1759,31 +1757,31 @@ var pt = e`
1759
1757
  latencyMs
1760
1758
  }
1761
1759
  }
1762
- `, _t = e`
1760
+ `, vt = e`
1763
1761
  mutation ToggleEventWebhookMapping($id: ID!, $isActive: Boolean!) {
1764
1762
  toggleEventWebhookMapping(id: $id, isActive: $isActive) {
1765
1763
  ...EventWebhookMappingFields
1766
1764
  }
1767
1765
  }
1768
- ${S}`, vt = e`
1766
+ ${S}`, yt = e`
1769
1767
  mutation UpdateEventWebhookMapping($id: ID!, $input: UpdateEventWebhookMappingInput!) {
1770
1768
  updateEventWebhookMapping(id: $id, input: $input) {
1771
1769
  ...EventWebhookMappingFields
1772
1770
  }
1773
1771
  }
1774
- ${S}`, yt = e`
1772
+ ${S}`, bt = e`
1775
1773
  mutation UpdateWidget($input: BigConsoleUpdateWidgetInput!) {
1776
1774
  updateBigConsoleWidget(input: $input) {
1777
1775
  ...WidgetFullFields
1778
1776
  }
1779
1777
  }
1780
- ${k}`, bt = e`
1778
+ ${k}`, xt = e`
1781
1779
  mutation UpdateWidgetAction($input: UpdateWidgetActionInput!) {
1782
1780
  updateWidgetAction(input: $input) {
1783
1781
  ...WidgetActionFields
1784
1782
  }
1785
1783
  }
1786
- ${O}`, xt = e`
1784
+ ${O}`, St = e`
1787
1785
  mutation UpdateWidgetDrilldown($id: ID!, $targetDashboardId: ID, $parameterMapping: JSON, $navigationMode: NavigationMode, $enabled: Boolean) {
1788
1786
  updateWidgetDrilldown(
1789
1787
  id: $id
@@ -1822,13 +1820,13 @@ e`
1822
1820
  }
1823
1821
  }
1824
1822
  ${S}`;
1825
- var St = e`
1823
+ var Ct = e`
1826
1824
  query GetWidget($id: ID!) {
1827
1825
  getWidget(id: $id) {
1828
1826
  ...WidgetFullFields
1829
1827
  }
1830
1828
  }
1831
- ${k}`, Ct = e`
1829
+ ${k}`, wt = e`
1832
1830
  query GetWidgetActions($widgetId: ID!) {
1833
1831
  getWidgetActions(widgetId: $widgetId) {
1834
1832
  ...WidgetActionFields
@@ -1860,7 +1858,7 @@ e`
1860
1858
  ${T}
1861
1859
  ${E}
1862
1860
  ${D}`;
1863
- var wt = e`
1861
+ var Tt = e`
1864
1862
  query ListEventLogs($dashboardId: ID, $widgetId: ID, $eventName: String, $status: EventStatus, $first: Int, $after: String) {
1865
1863
  listEventLogs(
1866
1864
  dashboardId: $dashboardId
@@ -1883,7 +1881,7 @@ var wt = e`
1883
1881
  }
1884
1882
  }
1885
1883
  ${x}
1886
- ${C}`, Tt = e`
1884
+ ${C}`, Et = e`
1887
1885
  query ListEventWebhookMappings($dashboardId: ID, $widgetId: ID, $isActive: Boolean) {
1888
1886
  listEventWebhookMappings(
1889
1887
  dashboardId: $dashboardId
@@ -1911,13 +1909,13 @@ e`
1911
1909
  }
1912
1910
  ${j}
1913
1911
  ${C}`;
1914
- var Et = e`
1912
+ var $ = e`
1915
1913
  query ListWidgetsByDashboard($dashboardId: ID!, $type: WidgetType) {
1916
1914
  listWidgetsByDashboard(dashboardId: $dashboardId, type: $type) {
1917
1915
  ...WidgetListFields
1918
1916
  }
1919
1917
  }
1920
- ${A}`, $ = e`
1918
+ ${A}`, Dt = e`
1921
1919
  query ListWidgetsForPage($pageId: ID!, $type: WidgetType) {
1922
1920
  listWidgets(pageId: $pageId, type: $type, first: 100) {
1923
1921
  edges {
@@ -1928,29 +1926,29 @@ var Et = e`
1928
1926
  totalCount
1929
1927
  }
1930
1928
  }
1931
- ${A}`, Dt = e`
1929
+ ${A}`, Ot = e`
1932
1930
  mutation CreateWorkflow($input: CreateWorkflowInput!) {
1933
1931
  createWorkflow(input: $input) {
1934
1932
  ...WorkflowFullFields
1935
1933
  }
1936
1934
  }
1937
- ${F}`, Ot = e`
1935
+ ${F}`, kt = e`
1938
1936
  mutation DeleteWorkflow($id: ID!) {
1939
1937
  deleteWorkflow(id: $id)
1940
1938
  }
1941
- `, kt = e`
1939
+ `, At = e`
1942
1940
  mutation ExecuteWorkflow($id: ID!, $triggerData: JSON) {
1943
1941
  executeWorkflow(id: $id, triggerData: $triggerData) {
1944
1942
  ...WorkflowFullFields
1945
1943
  }
1946
1944
  }
1947
- ${F}`, At = e`
1945
+ ${F}`, jt = e`
1948
1946
  mutation LinkDataSinkToWorkflow($workflowId: ID!, $input: LinkDataSinkInput!) {
1949
1947
  linkDataSinkToWorkflow(workflowId: $workflowId, input: $input) {
1950
1948
  ...DataSinkWorkflowLinkFields
1951
1949
  }
1952
1950
  }
1953
- ${P}`, jt = e`
1951
+ ${P}`, Mt = e`
1954
1952
  mutation UnlinkDataSinkFromWorkflow($workflowId: ID!, $dataSinkId: ID!) {
1955
1953
  unlinkDataSinkFromWorkflow(workflowId: $workflowId, dataSinkId: $dataSinkId)
1956
1954
  }
@@ -1962,25 +1960,25 @@ e`
1962
1960
  }
1963
1961
  }
1964
1962
  ${P}`;
1965
- var Mt = e`
1963
+ var Nt = e`
1966
1964
  mutation UpdateWorkflow($id: ID!, $input: UpdateWorkflowInput!, $version: Int!) {
1967
1965
  updateWorkflow(id: $id, input: $input, version: $version) {
1968
1966
  ...WorkflowFullFields
1969
1967
  }
1970
1968
  }
1971
- ${F}`, Nt = e`
1969
+ ${F}`, Pt = e`
1972
1970
  query GetWorkflow($id: ID!) {
1973
1971
  workflow(id: $id) {
1974
1972
  ...WorkflowFullFields
1975
1973
  }
1976
1974
  }
1977
- ${F}`, Pt = e`
1975
+ ${F}`, Ft = e`
1978
1976
  query GetWorkflowByKey($key: String!) {
1979
1977
  workflowByKey(key: $key) {
1980
1978
  ...WorkflowFullFields
1981
1979
  }
1982
1980
  }
1983
- ${F}`, Ft = e`
1981
+ ${F}`, It = e`
1984
1982
  query ListWorkflows($filter: FluidGridsWorkflowFilterInput) {
1985
1983
  workflows(filter: $filter) {
1986
1984
  ...WorkflowListItem
@@ -1988,6 +1986,6 @@ var Mt = e`
1988
1986
  }
1989
1987
  ${I}`;
1990
1988
  //#endregion
1991
- export { R as ArchiveTemplateDocument, Oe as BatchCreateDataSinksDocument, ke as BatchDeleteDataSinksDocument, nt as BatchUpdateWidgetPositionsDocument, z as CreateDashboardDocument, B as CreateDashboardPageDocument, V as CreateDashboardViewDocument, Ae as CreateDataSinkDocument, rt as CreateEventWebhookMappingDocument, H as CreateGlobalFilterDocument, Be as CreateParserDocument, qe as CreatePipelineDocument, U as CreateTemplateDocument, at as CreateWidgetActionDocument, it as CreateWidgetDocument, ot as CreateWidgetDrilldownDocument, Dt as CreateWorkflowDocument, Re as DataSinkDataUpdatedDocument, ze as DataSinkUpdatedDocument, W as DeleteDashboardDocument, G as DeleteDashboardPageDocument, K as DeleteDashboardViewDocument, je as DeleteDataSinkDocument, st as DeleteEventWebhookMappingDocument, q as DeleteGlobalFilterDocument, Ve as DeleteParserDocument, Je as DeletePipelineDocument, J as DeleteTemplateDocument, lt as DeleteWidgetActionDocument, ct as DeleteWidgetDocument, ut as DeleteWidgetDrilldownDocument, Ot as DeleteWorkflowDocument, Y as DeprecateTemplateDocument, dt as DuplicateWidgetDocument, ft as EmitWidgetEventDocument, He as ExecuteParserDocument, Ye as ExecutePipelineDocument, kt as ExecuteWorkflowDocument, he as ExportDashboardDocument, ge as GetDashboardDocument, _e as GetDashboardViewDocument, Ie as GetDataSinkDataDocument, Fe as GetDataSinkDocument, ve as GetDefaultDashboardViewDocument, We as GetParserDocument, Qe as GetPipelineDocument, $e as GetPipelineExecutionDocument, ye as GetTemplateDocument, Ct as GetWidgetActionsDocument, St as GetWidgetDocument, Pt as GetWorkflowByKeyDocument, Nt as GetWorkflowDocument, X as ImportDashboardDocument, Z as InstantiateTemplateDocument, Me as InvalidateDataSinkCacheDocument, At as LinkDataSinkToWorkflowDocument, be as ListDashboardSharesDocument, xe as ListDashboardViewsDocument, Se as ListDashboardsDocument, Le as ListDataSinksDocument, wt as ListEventLogsDocument, Tt as ListEventWebhookMappingsDocument, Ce as ListFeaturedTemplatesDocument, Ge as ListParsersDocument, et as ListPipelineExecutionsDocument, tt as ListPipelinesDocument, we as ListSharedWithMeDocument, Te as ListTemplatesDocument, Et as ListWidgetsByDashboardDocument, $ as ListWidgetsForPageDocument, Ft as ListWorkflowsDocument, Q as PublishTemplateDocument, ne as RateTemplateDocument, Ne as RefreshDataSinkDocument, pt as RefreshWidgetDataDocument, re as ReorderDashboardPagesDocument, ie as ReorderGlobalFiltersDocument, mt as ReorderWidgetActionsDocument, ht as RetryEventDeliveryDocument, ae as RevokeAllSharesDocument, oe as RevokeDashboardShareDocument, Ee as SearchTemplatesDocument, se as SetDefaultViewDocument, ce as ShareDashboardDocument, Ke as TestParserExpressionDocument, Xe as TestPipelineDocument, gt as TestWebhookMappingDocument, _t as ToggleEventWebhookMappingDocument, jt as UnlinkDataSinkFromWorkflowDocument, le as UpdateDashboardDocument, ue as UpdateDashboardPageDocument, de as UpdateDashboardShareDocument, fe as UpdateDashboardViewDocument, Pe as UpdateDataSinkDocument, vt as UpdateEventWebhookMappingDocument, pe as UpdateGlobalFilterDocument, Ue as UpdateParserDocument, Ze as UpdatePipelineDocument, me as UpdateTemplateDocument, bt as UpdateWidgetActionDocument, yt as UpdateWidgetDocument, xt as UpdateWidgetDrilldownDocument, Mt as UpdateWorkflowDocument, De as ValidateDashboardImportDocument, L as WorkspaceInstalledAppsDocument };
1989
+ export { R as ArchiveTemplateDocument, ke as BatchCreateDataSinksDocument, Ae as BatchDeleteDataSinksDocument, rt as BatchUpdateWidgetPositionsDocument, z as CloneDashboardDocument, B as CreateDashboardDocument, V as CreateDashboardPageDocument, H as CreateDashboardViewDocument, je as CreateDataSinkDocument, it as CreateEventWebhookMappingDocument, U as CreateGlobalFilterDocument, Ve as CreateParserDocument, Je as CreatePipelineDocument, W as CreateTemplateDocument, ot as CreateWidgetActionDocument, at as CreateWidgetDocument, st as CreateWidgetDrilldownDocument, Ot as CreateWorkflowDocument, ze as DataSinkDataUpdatedDocument, Be as DataSinkUpdatedDocument, G as DeleteDashboardDocument, K as DeleteDashboardPageDocument, q as DeleteDashboardViewDocument, Me as DeleteDataSinkDocument, ct as DeleteEventWebhookMappingDocument, J as DeleteGlobalFilterDocument, He as DeleteParserDocument, Ye as DeletePipelineDocument, Y as DeleteTemplateDocument, ut as DeleteWidgetActionDocument, lt as DeleteWidgetDocument, dt as DeleteWidgetDrilldownDocument, kt as DeleteWorkflowDocument, X as DeprecateTemplateDocument, ft as DuplicateWidgetDocument, pt as EmitWidgetEventDocument, Ue as ExecuteParserDocument, Xe as ExecutePipelineDocument, At as ExecuteWorkflowDocument, ge as ExportDashboardDocument, _e as GetDashboardDocument, ve as GetDashboardViewDocument, Le as GetDataSinkDataDocument, Ie as GetDataSinkDocument, ye as GetDefaultDashboardViewDocument, Ge as GetParserDocument, $e as GetPipelineDocument, et as GetPipelineExecutionDocument, be as GetTemplateDocument, wt as GetWidgetActionsDocument, Ct as GetWidgetDocument, Ft as GetWorkflowByKeyDocument, Pt as GetWorkflowDocument, Z as ImportDashboardDocument, Q as InstantiateTemplateDocument, Ne as InvalidateDataSinkCacheDocument, jt as LinkDataSinkToWorkflowDocument, xe as ListDashboardSharesDocument, Se as ListDashboardViewsDocument, Ce as ListDashboardsDocument, Re as ListDataSinksDocument, Tt as ListEventLogsDocument, Et as ListEventWebhookMappingsDocument, we as ListFeaturedTemplatesDocument, Ke as ListParsersDocument, tt as ListPipelineExecutionsDocument, nt as ListPipelinesDocument, Te as ListSharedWithMeDocument, Ee as ListTemplatesDocument, $ as ListWidgetsByDashboardDocument, Dt as ListWidgetsForPageDocument, It as ListWorkflowsDocument, ne as PublishTemplateDocument, re as RateTemplateDocument, Pe as RefreshDataSinkDocument, mt as RefreshWidgetDataDocument, ie as ReorderDashboardPagesDocument, ae as ReorderGlobalFiltersDocument, ht as ReorderWidgetActionsDocument, gt as RetryEventDeliveryDocument, oe as RevokeAllSharesDocument, se as RevokeDashboardShareDocument, De as SearchTemplatesDocument, ce as SetDefaultViewDocument, le as ShareDashboardDocument, qe as TestParserExpressionDocument, Ze as TestPipelineDocument, _t as TestWebhookMappingDocument, vt as ToggleEventWebhookMappingDocument, Mt as UnlinkDataSinkFromWorkflowDocument, ue as UpdateDashboardDocument, de as UpdateDashboardPageDocument, fe as UpdateDashboardShareDocument, pe as UpdateDashboardViewDocument, Fe as UpdateDataSinkDocument, yt as UpdateEventWebhookMappingDocument, me as UpdateGlobalFilterDocument, We as UpdateParserDocument, Qe as UpdatePipelineDocument, he as UpdateTemplateDocument, xt as UpdateWidgetActionDocument, bt as UpdateWidgetDocument, St as UpdateWidgetDrilldownDocument, Nt as UpdateWorkflowDocument, Oe as ValidateDashboardImportDocument, L as WorkspaceInstalledAppsDocument };
1992
1990
 
1993
1991
  //# sourceMappingURL=wspace-operations.js.map