@burdenoff/microfe-bigconsole 2026.709.3 → 2026.709.4
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/bigconsole/assistant/assistantApi.js +51 -65
- package/dist/bigconsole/assistant/assistantApi.js.map +1 -1
- package/dist/bigconsole/assistant/createSandboxAssistantTransport.js +35 -38
- package/dist/bigconsole/assistant/createSandboxAssistantTransport.js.map +1 -1
- package/dist/generated/wspace-operations.js +40 -38
- package/dist/generated/wspace-operations.js.map +1 -1
- package/package.json +1 -1
|
@@ -1753,7 +1753,8 @@ var ht = e`
|
|
|
1753
1753
|
}
|
|
1754
1754
|
}
|
|
1755
1755
|
}
|
|
1756
|
-
|
|
1756
|
+
`;
|
|
1757
|
+
e`
|
|
1757
1758
|
query GetActiveSandboxes($context: ContextInput!) {
|
|
1758
1759
|
getActiveSandboxes(context: $context) {
|
|
1759
1760
|
id
|
|
@@ -1764,7 +1765,8 @@ var ht = e`
|
|
|
1764
1765
|
createdBy
|
|
1765
1766
|
}
|
|
1766
1767
|
}
|
|
1767
|
-
|
|
1768
|
+
`;
|
|
1769
|
+
var yt = e`
|
|
1768
1770
|
mutation BatchUpdateWidgetPositions($updates: [WidgetPositionUpdateInput!]!) {
|
|
1769
1771
|
batchUpdateWidgetPositions(updates: $updates) {
|
|
1770
1772
|
id
|
|
@@ -1772,25 +1774,25 @@ var ht = e`
|
|
|
1772
1774
|
updatedAt
|
|
1773
1775
|
}
|
|
1774
1776
|
}
|
|
1775
|
-
`,
|
|
1777
|
+
`, bt = e`
|
|
1776
1778
|
mutation CreateEventWebhookMapping($input: CreateEventWebhookMappingInput!) {
|
|
1777
1779
|
createEventWebhookMapping(input: $input) {
|
|
1778
1780
|
...EventWebhookMappingFields
|
|
1779
1781
|
}
|
|
1780
1782
|
}
|
|
1781
|
-
${E}`,
|
|
1783
|
+
${E}`, xt = e`
|
|
1782
1784
|
mutation CreateWidget($input: BigConsoleCreateWidgetInput!) {
|
|
1783
1785
|
createBigConsoleWidget(input: $input) {
|
|
1784
1786
|
...WidgetFullFields
|
|
1785
1787
|
}
|
|
1786
1788
|
}
|
|
1787
|
-
${N}`,
|
|
1789
|
+
${N}`, St = e`
|
|
1788
1790
|
mutation CreateWidgetAction($input: CreateWidgetActionInput!) {
|
|
1789
1791
|
createWidgetAction(input: $input) {
|
|
1790
1792
|
...WidgetActionFields
|
|
1791
1793
|
}
|
|
1792
1794
|
}
|
|
1793
|
-
${M}`,
|
|
1795
|
+
${M}`, Ct = e`
|
|
1794
1796
|
mutation CreateWidgetDrilldown($sourceWidgetId: ID!, $targetDashboardId: ID!, $parameterMapping: JSON!, $navigationMode: NavigationMode = SAME_WINDOW) {
|
|
1795
1797
|
createWidgetDrilldown(
|
|
1796
1798
|
sourceWidgetId: $sourceWidgetId
|
|
@@ -1801,29 +1803,29 @@ var ht = e`
|
|
|
1801
1803
|
...WidgetDrilldownFields
|
|
1802
1804
|
}
|
|
1803
1805
|
}
|
|
1804
|
-
${k}`,
|
|
1806
|
+
${k}`, wt = e`
|
|
1805
1807
|
mutation DeleteEventWebhookMapping($id: ID!) {
|
|
1806
1808
|
deleteEventWebhookMapping(id: $id)
|
|
1807
1809
|
}
|
|
1808
|
-
`,
|
|
1810
|
+
`, Tt = e`
|
|
1809
1811
|
mutation DeleteWidget($id: ID!) {
|
|
1810
1812
|
deleteBigConsoleWidget(id: $id)
|
|
1811
1813
|
}
|
|
1812
|
-
`,
|
|
1814
|
+
`, Et = e`
|
|
1813
1815
|
mutation DeleteWidgetAction($id: ID!) {
|
|
1814
1816
|
deleteWidgetAction(id: $id)
|
|
1815
1817
|
}
|
|
1816
|
-
`,
|
|
1818
|
+
`, Dt = e`
|
|
1817
1819
|
mutation DeleteWidgetDrilldown($id: ID!) {
|
|
1818
1820
|
deleteWidgetDrilldown(id: $id)
|
|
1819
1821
|
}
|
|
1820
|
-
`,
|
|
1822
|
+
`, Ot = e`
|
|
1821
1823
|
mutation DuplicateWidget($id: ID!, $newPosition: WidgetPositionInput, $newTitle: String) {
|
|
1822
1824
|
duplicateWidget(id: $id, newPosition: $newPosition, newTitle: $newTitle) {
|
|
1823
1825
|
...WidgetFullFields
|
|
1824
1826
|
}
|
|
1825
1827
|
}
|
|
1826
|
-
${N}`,
|
|
1828
|
+
${N}`, kt = e`
|
|
1827
1829
|
mutation EmitWidgetEvent($input: EmitWidgetEventInput!) {
|
|
1828
1830
|
emitWidgetEvent(input: $input) {
|
|
1829
1831
|
...EventLogFields
|
|
@@ -1841,26 +1843,26 @@ e`
|
|
|
1841
1843
|
}
|
|
1842
1844
|
}
|
|
1843
1845
|
${N}`;
|
|
1844
|
-
var
|
|
1846
|
+
var At = e`
|
|
1845
1847
|
mutation RefreshWidgetData($widgetId: ID!) {
|
|
1846
1848
|
refreshWidgetData(widgetId: $widgetId) {
|
|
1847
1849
|
...WidgetDataFields
|
|
1848
1850
|
}
|
|
1849
1851
|
}
|
|
1850
|
-
${j}`,
|
|
1852
|
+
${j}`, jt = e`
|
|
1851
1853
|
mutation ReorderWidgetActions($widgetId: ID!, $actionIds: [ID!]!) {
|
|
1852
1854
|
reorderWidgetActions(widgetId: $widgetId, actionIds: $actionIds) {
|
|
1853
1855
|
id
|
|
1854
1856
|
order
|
|
1855
1857
|
}
|
|
1856
1858
|
}
|
|
1857
|
-
`,
|
|
1859
|
+
`, Mt = e`
|
|
1858
1860
|
mutation RetryEventDelivery($eventId: ID!) {
|
|
1859
1861
|
retryEventDelivery(eventId: $eventId) {
|
|
1860
1862
|
...EventLogFields
|
|
1861
1863
|
}
|
|
1862
1864
|
}
|
|
1863
|
-
${T}`,
|
|
1865
|
+
${T}`, Nt = e`
|
|
1864
1866
|
mutation TestWebhookMapping($id: ID!) {
|
|
1865
1867
|
testWebhookMapping(id: $id) {
|
|
1866
1868
|
success
|
|
@@ -1870,31 +1872,31 @@ var jt = e`
|
|
|
1870
1872
|
latencyMs
|
|
1871
1873
|
}
|
|
1872
1874
|
}
|
|
1873
|
-
`,
|
|
1875
|
+
`, Pt = e`
|
|
1874
1876
|
mutation ToggleEventWebhookMapping($id: ID!, $isActive: Boolean!) {
|
|
1875
1877
|
toggleEventWebhookMapping(id: $id, isActive: $isActive) {
|
|
1876
1878
|
...EventWebhookMappingFields
|
|
1877
1879
|
}
|
|
1878
1880
|
}
|
|
1879
|
-
${E}`,
|
|
1881
|
+
${E}`, Ft = e`
|
|
1880
1882
|
mutation UpdateEventWebhookMapping($id: ID!, $input: UpdateEventWebhookMappingInput!) {
|
|
1881
1883
|
updateEventWebhookMapping(id: $id, input: $input) {
|
|
1882
1884
|
...EventWebhookMappingFields
|
|
1883
1885
|
}
|
|
1884
1886
|
}
|
|
1885
|
-
${E}`,
|
|
1887
|
+
${E}`, It = e`
|
|
1886
1888
|
mutation UpdateWidget($input: BigConsoleUpdateWidgetInput!) {
|
|
1887
1889
|
updateBigConsoleWidget(input: $input) {
|
|
1888
1890
|
...WidgetFullFields
|
|
1889
1891
|
}
|
|
1890
1892
|
}
|
|
1891
|
-
${N}`,
|
|
1893
|
+
${N}`, Lt = e`
|
|
1892
1894
|
mutation UpdateWidgetAction($input: UpdateWidgetActionInput!) {
|
|
1893
1895
|
updateWidgetAction(input: $input) {
|
|
1894
1896
|
...WidgetActionFields
|
|
1895
1897
|
}
|
|
1896
1898
|
}
|
|
1897
|
-
${M}`,
|
|
1899
|
+
${M}`, Rt = e`
|
|
1898
1900
|
mutation UpdateWidgetDrilldown($id: ID!, $targetDashboardId: ID, $parameterMapping: JSON, $navigationMode: NavigationMode, $enabled: Boolean) {
|
|
1899
1901
|
updateWidgetDrilldown(
|
|
1900
1902
|
id: $id
|
|
@@ -1933,19 +1935,19 @@ e`
|
|
|
1933
1935
|
}
|
|
1934
1936
|
}
|
|
1935
1937
|
${E}`;
|
|
1936
|
-
var
|
|
1938
|
+
var zt = e`
|
|
1937
1939
|
query GetWidget($id: ID!) {
|
|
1938
1940
|
getWidget(id: $id) {
|
|
1939
1941
|
...WidgetFullFields
|
|
1940
1942
|
}
|
|
1941
1943
|
}
|
|
1942
|
-
${N}`,
|
|
1944
|
+
${N}`, Bt = e`
|
|
1943
1945
|
query GetWidgetActions($widgetId: ID!) {
|
|
1944
1946
|
getWidgetActions(widgetId: $widgetId) {
|
|
1945
1947
|
...WidgetActionFields
|
|
1946
1948
|
}
|
|
1947
1949
|
}
|
|
1948
|
-
${M}`,
|
|
1950
|
+
${M}`, $ = e`
|
|
1949
1951
|
query GetWidgetTypes {
|
|
1950
1952
|
getWidgetTypes {
|
|
1951
1953
|
...WidgetTypeInfoFields
|
|
@@ -1971,7 +1973,7 @@ e`
|
|
|
1971
1973
|
${k}
|
|
1972
1974
|
${A}
|
|
1973
1975
|
${j}`;
|
|
1974
|
-
var
|
|
1976
|
+
var Vt = e`
|
|
1975
1977
|
query ListEventLogs($dashboardId: ID, $widgetId: ID, $eventName: String, $status: EventStatus, $first: Int, $after: String) {
|
|
1976
1978
|
listEventLogs(
|
|
1977
1979
|
dashboardId: $dashboardId
|
|
@@ -1994,7 +1996,7 @@ var Ht = e`
|
|
|
1994
1996
|
}
|
|
1995
1997
|
}
|
|
1996
1998
|
${T}
|
|
1997
|
-
${D}`,
|
|
1999
|
+
${D}`, Ht = e`
|
|
1998
2000
|
query ListEventWebhookMappings($dashboardId: ID, $widgetId: ID, $isActive: Boolean) {
|
|
1999
2001
|
listEventWebhookMappings(
|
|
2000
2002
|
dashboardId: $dashboardId
|
|
@@ -2022,13 +2024,13 @@ e`
|
|
|
2022
2024
|
}
|
|
2023
2025
|
${F}
|
|
2024
2026
|
${D}`;
|
|
2025
|
-
var
|
|
2027
|
+
var Ut = e`
|
|
2026
2028
|
query ListWidgetsByDashboard($dashboardId: ID!, $type: WidgetType) {
|
|
2027
2029
|
listWidgetsByDashboard(dashboardId: $dashboardId, type: $type) {
|
|
2028
2030
|
...WidgetListFields
|
|
2029
2031
|
}
|
|
2030
2032
|
}
|
|
2031
|
-
${P}`,
|
|
2033
|
+
${P}`, Wt = e`
|
|
2032
2034
|
query ListWidgetsForPage($pageId: ID!, $type: WidgetType) {
|
|
2033
2035
|
listWidgets(pageId: $pageId, type: $type, first: 100) {
|
|
2034
2036
|
edges {
|
|
@@ -2039,29 +2041,29 @@ var Wt = e`
|
|
|
2039
2041
|
totalCount
|
|
2040
2042
|
}
|
|
2041
2043
|
}
|
|
2042
|
-
${P}`,
|
|
2044
|
+
${P}`, Gt = e`
|
|
2043
2045
|
mutation CreateWorkflow($input: CreateWorkflowInput!) {
|
|
2044
2046
|
createWorkflow(input: $input) {
|
|
2045
2047
|
...WorkflowFullFields
|
|
2046
2048
|
}
|
|
2047
2049
|
}
|
|
2048
|
-
${z}`,
|
|
2050
|
+
${z}`, Kt = e`
|
|
2049
2051
|
mutation DeleteWorkflow($id: ID!) {
|
|
2050
2052
|
deleteWorkflow(id: $id)
|
|
2051
2053
|
}
|
|
2052
|
-
`,
|
|
2054
|
+
`, qt = e`
|
|
2053
2055
|
mutation ExecuteWorkflow($id: ID!, $triggerData: JSON) {
|
|
2054
2056
|
executeWorkflow(id: $id, triggerData: $triggerData) {
|
|
2055
2057
|
...WorkflowFullFields
|
|
2056
2058
|
}
|
|
2057
2059
|
}
|
|
2058
|
-
${z}`,
|
|
2060
|
+
${z}`, Jt = e`
|
|
2059
2061
|
mutation LinkDataSinkToWorkflow($workflowId: ID!, $input: LinkDataSinkInput!) {
|
|
2060
2062
|
linkDataSinkToWorkflow(workflowId: $workflowId, input: $input) {
|
|
2061
2063
|
...DataSinkWorkflowLinkFields
|
|
2062
2064
|
}
|
|
2063
2065
|
}
|
|
2064
|
-
${R}`,
|
|
2066
|
+
${R}`, Yt = e`
|
|
2065
2067
|
mutation UnlinkDataSinkFromWorkflow($workflowId: ID!, $dataSinkId: ID!) {
|
|
2066
2068
|
unlinkDataSinkFromWorkflow(workflowId: $workflowId, dataSinkId: $dataSinkId)
|
|
2067
2069
|
}
|
|
@@ -2073,25 +2075,25 @@ e`
|
|
|
2073
2075
|
}
|
|
2074
2076
|
}
|
|
2075
2077
|
${R}`;
|
|
2076
|
-
var
|
|
2078
|
+
var Xt = e`
|
|
2077
2079
|
mutation UpdateWorkflow($id: ID!, $input: UpdateWorkflowInput!, $version: Int!) {
|
|
2078
2080
|
updateWorkflow(id: $id, input: $input, version: $version) {
|
|
2079
2081
|
...WorkflowFullFields
|
|
2080
2082
|
}
|
|
2081
2083
|
}
|
|
2082
|
-
${z}`,
|
|
2084
|
+
${z}`, Zt = e`
|
|
2083
2085
|
query GetWorkflow($id: ID!) {
|
|
2084
2086
|
workflow(id: $id) {
|
|
2085
2087
|
...WorkflowFullFields
|
|
2086
2088
|
}
|
|
2087
2089
|
}
|
|
2088
|
-
${z}`,
|
|
2090
|
+
${z}`, Qt = e`
|
|
2089
2091
|
query GetWorkflowByKey($key: String!) {
|
|
2090
2092
|
workflowByKey(key: $key) {
|
|
2091
2093
|
...WorkflowFullFields
|
|
2092
2094
|
}
|
|
2093
2095
|
}
|
|
2094
|
-
${z}`,
|
|
2096
|
+
${z}`, $t = e`
|
|
2095
2097
|
query ListWorkflows($filter: FluidGridsWorkflowFilterInput) {
|
|
2096
2098
|
workflows(filter: $filter) {
|
|
2097
2099
|
...WorkflowListItem
|
|
@@ -2099,6 +2101,6 @@ var Zt = e`
|
|
|
2099
2101
|
}
|
|
2100
2102
|
${B}`;
|
|
2101
2103
|
//#endregion
|
|
2102
|
-
export { X as ArchiveTemplateDocument, Ve as BatchCreateDataSinksDocument, He as BatchDeleteDataSinksDocument,
|
|
2104
|
+
export { X as ArchiveTemplateDocument, Ve as BatchCreateDataSinksDocument, He as BatchDeleteDataSinksDocument, yt as BatchUpdateWidgetPositionsDocument, Z as CloneDashboardDocument, Q as CreateDashboardDocument, ne as CreateDashboardPageDocument, re as CreateDashboardViewDocument, Ue as CreateDataSinkDocument, bt as CreateEventWebhookMappingDocument, ie as CreateGlobalFilterDocument, $e as CreateParserDocument, ot as CreatePipelineDocument, ht as CreateSandboxDocument, ae as CreateTemplateDocument, St as CreateWidgetActionDocument, xt as CreateWidgetDocument, Ct as CreateWidgetDrilldownDocument, Gt as CreateWorkflowDocument, Ze as DataSinkDataUpdatedDocument, Qe as DataSinkUpdatedDocument, oe as DeleteDashboardDocument, se as DeleteDashboardPageDocument, ce as DeleteDashboardViewDocument, We as DeleteDataSinkDocument, wt as DeleteEventWebhookMappingDocument, le as DeleteGlobalFilterDocument, et as DeleteParserDocument, st as DeletePipelineDocument, ue as DeleteTemplateDocument, Et as DeleteWidgetActionDocument, Tt as DeleteWidgetDocument, Dt as DeleteWidgetDrilldownDocument, Kt as DeleteWorkflowDocument, de as DeprecateTemplateDocument, Ot as DuplicateWidgetDocument, kt as EmitWidgetEventDocument, tt as ExecuteParserDocument, ct as ExecutePipelineDocument, qt as ExecuteWorkflowDocument, Oe as ExportDashboardDocument, _t as ExtendSandboxTtlDocument, ke as GetDashboardDocument, Ae as GetDashboardViewDocument, Ye as GetDataSinkDataDocument, Je as GetDataSinkDocument, je as GetDefaultDashboardViewDocument, rt as GetParserDocument, dt as GetPipelineDocument, ft as GetPipelineExecutionDocument, vt as GetSandboxDocument, Me as GetTemplateDocument, Bt as GetWidgetActionsDocument, zt as GetWidgetDocument, $ as GetWidgetTypesDocument, Qt as GetWorkflowByKeyDocument, Zt as GetWorkflowDocument, fe as ImportDashboardDocument, pe as InstantiateTemplateDocument, Ge as InvalidateDataSinkCacheDocument, Jt as LinkDataSinkToWorkflowDocument, Ne as ListDashboardSharesDocument, Pe as ListDashboardViewsDocument, Fe as ListDashboardsDocument, Xe as ListDataSinksDocument, Vt as ListEventLogsDocument, Ht as ListEventWebhookMappingsDocument, Ie as ListFeaturedTemplatesDocument, it as ListParsersDocument, pt as ListPipelineExecutionsDocument, mt as ListPipelinesDocument, Le as ListSharedWithMeDocument, Re as ListTemplatesDocument, Ut as ListWidgetsByDashboardDocument, Wt as ListWidgetsForPageDocument, $t as ListWorkflowsDocument, gt as ProxySandboxRequestDocument, me as PublishTemplateDocument, he as RateTemplateDocument, Ke as RefreshDataSinkDocument, At as RefreshWidgetDataDocument, ge as ReorderDashboardPagesDocument, _e as ReorderGlobalFiltersDocument, jt as ReorderWidgetActionsDocument, Mt as RetryEventDeliveryDocument, ve as RevokeAllSharesDocument, ye as RevokeDashboardShareDocument, ze as SearchTemplatesDocument, be as SetDefaultViewDocument, xe as ShareDashboardDocument, at as TestParserExpressionDocument, lt as TestPipelineDocument, Nt as TestWebhookMappingDocument, Pt as ToggleEventWebhookMappingDocument, Yt as UnlinkDataSinkFromWorkflowDocument, Se as UpdateDashboardDocument, Ce as UpdateDashboardPageDocument, we as UpdateDashboardShareDocument, Te as UpdateDashboardViewDocument, qe as UpdateDataSinkDocument, Ft as UpdateEventWebhookMappingDocument, Ee as UpdateGlobalFilterDocument, nt as UpdateParserDocument, ut as UpdatePipelineDocument, De as UpdateTemplateDocument, Lt as UpdateWidgetActionDocument, It as UpdateWidgetDocument, Rt as UpdateWidgetDrilldownDocument, Xt as UpdateWorkflowDocument, Be as ValidateDashboardImportDocument, V as WorkspaceInstalledAppsDocument, U as useCreateEntityCommentMutation, G as useDeleteEntityCommentMutation, Y as useGetEntityCommentsQuery, q as useResolveEntityCommentMutation };
|
|
2103
2105
|
|
|
2104
2106
|
//# sourceMappingURL=wspace-operations.js.map
|