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