@burdenoff/microfe-bigconsole 2026.912.3 → 2026.915.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.
@@ -1853,6 +1853,17 @@ var ut = e`
1853
1853
  }
1854
1854
  }
1855
1855
  `, mt = e`
1856
+ query GetReusableAssistantSandbox($id: ID!, $context: ContextInput!) {
1857
+ getSandbox(id: $id, context: $context) {
1858
+ id
1859
+ name
1860
+ status
1861
+ metadata
1862
+ template
1863
+ createdBy
1864
+ }
1865
+ }
1866
+ `, ht = e`
1856
1867
  query GetActiveSandboxes($context: ContextInput!) {
1857
1868
  getActiveSandboxes(context: $context) {
1858
1869
  id
@@ -1863,7 +1874,7 @@ var ut = e`
1863
1874
  createdBy
1864
1875
  }
1865
1876
  }
1866
- `, ht = e`
1877
+ `, gt = e`
1867
1878
  mutation BatchUpdateWidgetPositions($updates: [WidgetPositionUpdateInput!]!) {
1868
1879
  batchUpdateWidgetPositions(updates: $updates) {
1869
1880
  id
@@ -1871,25 +1882,25 @@ var ut = e`
1871
1882
  updatedAt
1872
1883
  }
1873
1884
  }
1874
- `, gt = e`
1885
+ `, _t = e`
1875
1886
  mutation CreateEventWebhookMapping($input: CreateEventWebhookMappingInput!) {
1876
1887
  createEventWebhookMapping(input: $input) {
1877
1888
  ...EventWebhookMappingFields
1878
1889
  }
1879
1890
  }
1880
- ${D}`, _t = e`
1891
+ ${D}`, vt = e`
1881
1892
  mutation CreateWidget($input: BigConsoleCreateWidgetInput!) {
1882
1893
  createBigConsoleWidget(input: $input) {
1883
1894
  ...WidgetFullFields
1884
1895
  }
1885
1896
  }
1886
- ${P}`, vt = e`
1897
+ ${P}`, yt = e`
1887
1898
  mutation CreateWidgetAction($input: CreateWidgetActionInput!) {
1888
1899
  createWidgetAction(input: $input) {
1889
1900
  ...WidgetActionFields
1890
1901
  }
1891
1902
  }
1892
- ${N}`, yt = e`
1903
+ ${N}`, bt = e`
1893
1904
  mutation CreateWidgetDrilldown($sourceWidgetId: ID!, $targetDashboardId: ID!, $parameterMapping: JSON!, $navigationMode: NavigationMode = SAME_WINDOW) {
1894
1905
  createWidgetDrilldown(
1895
1906
  sourceWidgetId: $sourceWidgetId
@@ -1900,29 +1911,29 @@ var ut = e`
1900
1911
  ...WidgetDrilldownFields
1901
1912
  }
1902
1913
  }
1903
- ${A}`, bt = e`
1914
+ ${A}`, xt = e`
1904
1915
  mutation DeleteEventWebhookMapping($id: ID!) {
1905
1916
  deleteEventWebhookMapping(id: $id)
1906
1917
  }
1907
- `, xt = e`
1918
+ `, St = e`
1908
1919
  mutation DeleteWidget($id: ID!) {
1909
1920
  deleteBigConsoleWidget(id: $id)
1910
1921
  }
1911
- `, St = e`
1922
+ `, Ct = e`
1912
1923
  mutation DeleteWidgetAction($id: ID!) {
1913
1924
  deleteWidgetAction(id: $id)
1914
1925
  }
1915
- `, Ct = e`
1926
+ `, wt = e`
1916
1927
  mutation DeleteWidgetDrilldown($id: ID!) {
1917
1928
  deleteWidgetDrilldown(id: $id)
1918
1929
  }
1919
- `, wt = e`
1930
+ `, Tt = e`
1920
1931
  mutation DuplicateWidget($id: ID!, $newPosition: WidgetPositionInput, $newTitle: String) {
1921
1932
  duplicateWidget(id: $id, newPosition: $newPosition, newTitle: $newTitle) {
1922
1933
  ...WidgetFullFields
1923
1934
  }
1924
1935
  }
1925
- ${P}`, Tt = e`
1936
+ ${P}`, Et = e`
1926
1937
  mutation EmitWidgetEvent($input: EmitWidgetEventInput!) {
1927
1938
  emitWidgetEvent(input: $input) {
1928
1939
  ...EventLogFields
@@ -1940,26 +1951,26 @@ e`
1940
1951
  }
1941
1952
  }
1942
1953
  ${P}`;
1943
- var Et = e`
1954
+ var Dt = e`
1944
1955
  mutation RefreshWidgetData($widgetId: ID!) {
1945
1956
  refreshWidgetData(widgetId: $widgetId) {
1946
1957
  ...WidgetDataFields
1947
1958
  }
1948
1959
  }
1949
- ${M}`, Dt = e`
1960
+ ${M}`, Ot = e`
1950
1961
  mutation ReorderWidgetActions($widgetId: ID!, $actionIds: [ID!]!) {
1951
1962
  reorderWidgetActions(widgetId: $widgetId, actionIds: $actionIds) {
1952
1963
  id
1953
1964
  order
1954
1965
  }
1955
1966
  }
1956
- `, Ot = e`
1967
+ `, kt = e`
1957
1968
  mutation RetryEventDelivery($eventId: ID!) {
1958
1969
  retryEventDelivery(eventId: $eventId) {
1959
1970
  ...EventLogFields
1960
1971
  }
1961
1972
  }
1962
- ${E}`, kt = e`
1973
+ ${E}`, At = e`
1963
1974
  mutation TestWebhookMapping($id: ID!) {
1964
1975
  testWebhookMapping(id: $id) {
1965
1976
  success
@@ -1969,31 +1980,31 @@ var Et = e`
1969
1980
  latencyMs
1970
1981
  }
1971
1982
  }
1972
- `, At = e`
1983
+ `, jt = e`
1973
1984
  mutation ToggleEventWebhookMapping($id: ID!, $isActive: Boolean!) {
1974
1985
  toggleEventWebhookMapping(id: $id, isActive: $isActive) {
1975
1986
  ...EventWebhookMappingFields
1976
1987
  }
1977
1988
  }
1978
- ${D}`, jt = e`
1989
+ ${D}`, Mt = e`
1979
1990
  mutation UpdateEventWebhookMapping($id: ID!, $input: UpdateEventWebhookMappingInput!) {
1980
1991
  updateEventWebhookMapping(id: $id, input: $input) {
1981
1992
  ...EventWebhookMappingFields
1982
1993
  }
1983
1994
  }
1984
- ${D}`, Mt = e`
1995
+ ${D}`, Nt = e`
1985
1996
  mutation UpdateWidget($input: BigConsoleUpdateWidgetInput!) {
1986
1997
  updateBigConsoleWidget(input: $input) {
1987
1998
  ...WidgetFullFields
1988
1999
  }
1989
2000
  }
1990
- ${P}`, Nt = e`
2001
+ ${P}`, $ = e`
1991
2002
  mutation UpdateWidgetAction($input: UpdateWidgetActionInput!) {
1992
2003
  updateWidgetAction(input: $input) {
1993
2004
  ...WidgetActionFields
1994
2005
  }
1995
2006
  }
1996
- ${N}`, $ = e`
2007
+ ${N}`, Pt = e`
1997
2008
  mutation UpdateWidgetDrilldown($id: ID!, $targetDashboardId: ID, $parameterMapping: JSON, $navigationMode: NavigationMode, $enabled: Boolean) {
1998
2009
  updateWidgetDrilldown(
1999
2010
  id: $id
@@ -2032,19 +2043,19 @@ e`
2032
2043
  }
2033
2044
  }
2034
2045
  ${D}`;
2035
- var Pt = e`
2046
+ var Ft = e`
2036
2047
  query GetWidget($id: ID!) {
2037
2048
  getWidget(id: $id) {
2038
2049
  ...WidgetFullFields
2039
2050
  }
2040
2051
  }
2041
- ${P}`, Ft = e`
2052
+ ${P}`, It = e`
2042
2053
  query GetWidgetActions($widgetId: ID!) {
2043
2054
  getWidgetActions(widgetId: $widgetId) {
2044
2055
  ...WidgetActionFields
2045
2056
  }
2046
2057
  }
2047
- ${N}`, It = e`
2058
+ ${N}`, Lt = e`
2048
2059
  query GetWidgetTypes {
2049
2060
  getWidgetTypes {
2050
2061
  ...WidgetTypeInfoFields
@@ -2070,7 +2081,7 @@ e`
2070
2081
  ${A}
2071
2082
  ${j}
2072
2083
  ${M}`;
2073
- var Lt = e`
2084
+ var Rt = e`
2074
2085
  query ListEventLogs($dashboardId: ID, $widgetId: ID, $eventName: String, $status: EventStatus, $first: Int, $after: String) {
2075
2086
  listEventLogs(
2076
2087
  dashboardId: $dashboardId
@@ -2093,7 +2104,7 @@ var Lt = e`
2093
2104
  }
2094
2105
  }
2095
2106
  ${E}
2096
- ${O}`, Rt = e`
2107
+ ${O}`, zt = e`
2097
2108
  query ListEventWebhookMappings($dashboardId: ID, $widgetId: ID, $isActive: Boolean) {
2098
2109
  listEventWebhookMappings(
2099
2110
  dashboardId: $dashboardId
@@ -2121,13 +2132,13 @@ e`
2121
2132
  }
2122
2133
  ${I}
2123
2134
  ${O}`;
2124
- var zt = e`
2135
+ var Bt = e`
2125
2136
  query ListWidgetsByDashboard($dashboardId: ID!, $type: WidgetType) {
2126
2137
  listWidgetsByDashboard(dashboardId: $dashboardId, type: $type) {
2127
2138
  ...WidgetListFields
2128
2139
  }
2129
2140
  }
2130
- ${F}`, Bt = e`
2141
+ ${F}`, Vt = e`
2131
2142
  query ListWidgetsForPage($pageId: ID!, $type: WidgetType) {
2132
2143
  listWidgets(pageId: $pageId, type: $type, first: 100) {
2133
2144
  edges {
@@ -2138,29 +2149,29 @@ var zt = e`
2138
2149
  totalCount
2139
2150
  }
2140
2151
  }
2141
- ${F}`, Vt = e`
2152
+ ${F}`, Ht = e`
2142
2153
  mutation CreateWorkflow($input: CreateWorkflowInput!) {
2143
2154
  createWorkflow(input: $input) {
2144
2155
  ...WorkflowFullFields
2145
2156
  }
2146
2157
  }
2147
- ${B}`, Ht = e`
2158
+ ${B}`, Ut = e`
2148
2159
  mutation DeleteWorkflow($id: ID!) {
2149
2160
  deleteWorkflow(id: $id)
2150
2161
  }
2151
- `, Ut = e`
2162
+ `, Wt = e`
2152
2163
  mutation ExecuteWorkflow($id: ID!, $triggerData: JSON) {
2153
2164
  executeWorkflow(id: $id, triggerData: $triggerData) {
2154
2165
  ...WorkflowFullFields
2155
2166
  }
2156
2167
  }
2157
- ${B}`, Wt = e`
2168
+ ${B}`, Gt = e`
2158
2169
  mutation LinkDataSinkToWorkflow($workflowId: ID!, $input: LinkDataSinkInput!) {
2159
2170
  linkDataSinkToWorkflow(workflowId: $workflowId, input: $input) {
2160
2171
  ...DataSinkWorkflowLinkFields
2161
2172
  }
2162
2173
  }
2163
- ${z}`, Gt = e`
2174
+ ${z}`, Kt = e`
2164
2175
  mutation UnlinkDataSinkFromWorkflow($workflowId: ID!, $dataSinkId: ID!) {
2165
2176
  unlinkDataSinkFromWorkflow(workflowId: $workflowId, dataSinkId: $dataSinkId)
2166
2177
  }
@@ -2172,25 +2183,25 @@ e`
2172
2183
  }
2173
2184
  }
2174
2185
  ${z}`;
2175
- var Kt = e`
2186
+ var qt = e`
2176
2187
  mutation UpdateWorkflow($id: ID!, $input: UpdateWorkflowInput!, $version: Int!) {
2177
2188
  updateWorkflow(id: $id, input: $input, version: $version) {
2178
2189
  ...WorkflowFullFields
2179
2190
  }
2180
2191
  }
2181
- ${B}`, qt = e`
2192
+ ${B}`, Jt = e`
2182
2193
  query GetWorkflow($id: ID!) {
2183
2194
  workflow(id: $id) {
2184
2195
  ...WorkflowFullFields
2185
2196
  }
2186
2197
  }
2187
- ${B}`, Jt = e`
2198
+ ${B}`, Yt = e`
2188
2199
  query GetWorkflowByKey($key: String!) {
2189
2200
  workflowByKey(key: $key) {
2190
2201
  ...WorkflowFullFields
2191
2202
  }
2192
2203
  }
2193
- ${B}`, Yt = e`
2204
+ ${B}`, Xt = e`
2194
2205
  query ListWorkflows($filter: FluidGridsWorkflowFilterInput) {
2195
2206
  workflows(filter: $filter) {
2196
2207
  ...WorkflowListItem
@@ -2198,6 +2209,6 @@ var Kt = e`
2198
2209
  }
2199
2210
  ${V}`;
2200
2211
  //#endregion
2201
- export { Ie as BatchCreateDataSinksDocument, Le as BatchDeleteDataSinksDocument, ht as BatchUpdateWidgetPositionsDocument, Z as CloneDashboardDocument, Q as CreateDashboardDocument, ne as CreateDashboardEmbedPolicyDocument, re as CreateDashboardPageDocument, ie as CreateDashboardViewDocument, Re as CreateDataSinkDocument, gt as CreateEventWebhookMappingDocument, ae as CreateGlobalFilterDocument, Je as CreateParserDocument, tt as CreatePipelineDocument, ut as CreateSandboxDocument, vt as CreateWidgetActionDocument, _t as CreateWidgetDocument, yt as CreateWidgetDrilldownDocument, Vt as CreateWorkflowDocument, Ke as DataSinkDataUpdatedDocument, qe as DataSinkUpdatedDocument, oe as DeleteDashboardDocument, se as DeleteDashboardPageDocument, ce as DeleteDashboardViewDocument, ze as DeleteDataSinkDocument, bt as DeleteEventWebhookMappingDocument, le as DeleteGlobalFilterDocument, Ye as DeleteParserDocument, nt as DeletePipelineDocument, St as DeleteWidgetActionDocument, xt as DeleteWidgetDocument, Ct as DeleteWidgetDrilldownDocument, Ht as DeleteWorkflowDocument, wt as DuplicateWidgetDocument, Tt as EmitWidgetEventDocument, Xe as ExecuteParserDocument, rt as ExecutePipelineDocument, Ut as ExecuteWorkflowDocument, Ee as ExportDashboardDocument, ft as ExtendSandboxTtlDocument, mt as GetActiveSandboxesDocument, De as GetDashboardDocument, Oe as GetDashboardViewDocument, We as GetDataSinkDataDocument, Ue as GetDataSinkDocument, ke as GetDefaultDashboardViewDocument, Qe as GetParserDocument, ot as GetPipelineDocument, st as GetPipelineExecutionDocument, pt as GetSandboxDocument, Ft as GetWidgetActionsDocument, Pt as GetWidgetDocument, It as GetWidgetTypesDocument, Jt as GetWorkflowByKeyDocument, qt as GetWorkflowDocument, ue as ImportDashboardDocument, Be as InvalidateDataSinkCacheDocument, Wt as LinkDataSinkToWorkflowDocument, Ae as ListDashboardEmbedPoliciesDocument, je as ListDashboardSharesDocument, Me as ListDashboardViewsDocument, Ne as ListDashboardsDocument, Ge as ListDataSinksDocument, Lt as ListEventLogsDocument, Rt as ListEventWebhookMappingsDocument, $e as ListParsersDocument, ct as ListPipelineExecutionsDocument, lt as ListPipelinesDocument, Pe as ListSharedWithMeDocument, zt as ListWidgetsByDashboardDocument, Bt as ListWidgetsForPageDocument, Yt as ListWorkflowsDocument, dt as ProxySandboxRequestDocument, de as PublishDashboardEmbedPolicyDocument, Ve as RefreshDataSinkDocument, Et as RefreshWidgetDataDocument, fe as ReorderDashboardPagesDocument, pe as ReorderGlobalFiltersDocument, Dt as ReorderWidgetActionsDocument, Ot as RetryEventDeliveryDocument, me as RevokeAllSharesDocument, he as RevokeDashboardEmbedPolicyDocument, ge as RevokeDashboardShareDocument, _e as RotateDashboardEmbedPolicyDocument, ve as SetDefaultViewDocument, ye as ShareDashboardDocument, et as TestParserExpressionDocument, it as TestPipelineDocument, kt as TestWebhookMappingDocument, At as ToggleEventWebhookMappingDocument, Gt as UnlinkDataSinkFromWorkflowDocument, be as UpdateDashboardDocument, xe as UpdateDashboardEmbedPolicyDocument, Se as UpdateDashboardPageDocument, Ce as UpdateDashboardShareDocument, we as UpdateDashboardViewDocument, He as UpdateDataSinkDocument, jt as UpdateEventWebhookMappingDocument, Te as UpdateGlobalFilterDocument, Ze as UpdateParserDocument, at as UpdatePipelineDocument, Nt as UpdateWidgetActionDocument, Mt as UpdateWidgetDocument, $ as UpdateWidgetDrilldownDocument, Kt as UpdateWorkflowDocument, Fe as ValidateDashboardImportDocument, H as WorkspaceInstalledAppsDocument, W as useCreateEntityCommentMutation, K as useDeleteEntityCommentMutation, X as useGetEntityCommentsQuery, J as useResolveEntityCommentMutation };
2212
+ export { Ie as BatchCreateDataSinksDocument, Le as BatchDeleteDataSinksDocument, gt as BatchUpdateWidgetPositionsDocument, Z as CloneDashboardDocument, Q as CreateDashboardDocument, ne as CreateDashboardEmbedPolicyDocument, re as CreateDashboardPageDocument, ie as CreateDashboardViewDocument, Re as CreateDataSinkDocument, _t as CreateEventWebhookMappingDocument, ae as CreateGlobalFilterDocument, Je as CreateParserDocument, tt as CreatePipelineDocument, ut as CreateSandboxDocument, yt as CreateWidgetActionDocument, vt as CreateWidgetDocument, bt as CreateWidgetDrilldownDocument, Ht as CreateWorkflowDocument, Ke as DataSinkDataUpdatedDocument, qe as DataSinkUpdatedDocument, oe as DeleteDashboardDocument, se as DeleteDashboardPageDocument, ce as DeleteDashboardViewDocument, ze as DeleteDataSinkDocument, xt as DeleteEventWebhookMappingDocument, le as DeleteGlobalFilterDocument, Ye as DeleteParserDocument, nt as DeletePipelineDocument, Ct as DeleteWidgetActionDocument, St as DeleteWidgetDocument, wt as DeleteWidgetDrilldownDocument, Ut as DeleteWorkflowDocument, Tt as DuplicateWidgetDocument, Et as EmitWidgetEventDocument, Xe as ExecuteParserDocument, rt as ExecutePipelineDocument, Wt as ExecuteWorkflowDocument, Ee as ExportDashboardDocument, ft as ExtendSandboxTtlDocument, ht as GetActiveSandboxesDocument, De as GetDashboardDocument, Oe as GetDashboardViewDocument, We as GetDataSinkDataDocument, Ue as GetDataSinkDocument, ke as GetDefaultDashboardViewDocument, Qe as GetParserDocument, ot as GetPipelineDocument, st as GetPipelineExecutionDocument, mt as GetReusableAssistantSandboxDocument, pt as GetSandboxDocument, It as GetWidgetActionsDocument, Ft as GetWidgetDocument, Lt as GetWidgetTypesDocument, Yt as GetWorkflowByKeyDocument, Jt as GetWorkflowDocument, ue as ImportDashboardDocument, Be as InvalidateDataSinkCacheDocument, Gt as LinkDataSinkToWorkflowDocument, Ae as ListDashboardEmbedPoliciesDocument, je as ListDashboardSharesDocument, Me as ListDashboardViewsDocument, Ne as ListDashboardsDocument, Ge as ListDataSinksDocument, Rt as ListEventLogsDocument, zt as ListEventWebhookMappingsDocument, $e as ListParsersDocument, ct as ListPipelineExecutionsDocument, lt as ListPipelinesDocument, Pe as ListSharedWithMeDocument, Bt as ListWidgetsByDashboardDocument, Vt as ListWidgetsForPageDocument, Xt as ListWorkflowsDocument, dt as ProxySandboxRequestDocument, de as PublishDashboardEmbedPolicyDocument, Ve as RefreshDataSinkDocument, Dt as RefreshWidgetDataDocument, fe as ReorderDashboardPagesDocument, pe as ReorderGlobalFiltersDocument, Ot as ReorderWidgetActionsDocument, kt as RetryEventDeliveryDocument, me as RevokeAllSharesDocument, he as RevokeDashboardEmbedPolicyDocument, ge as RevokeDashboardShareDocument, _e as RotateDashboardEmbedPolicyDocument, ve as SetDefaultViewDocument, ye as ShareDashboardDocument, et as TestParserExpressionDocument, it as TestPipelineDocument, At as TestWebhookMappingDocument, jt as ToggleEventWebhookMappingDocument, Kt as UnlinkDataSinkFromWorkflowDocument, be as UpdateDashboardDocument, xe as UpdateDashboardEmbedPolicyDocument, Se as UpdateDashboardPageDocument, Ce as UpdateDashboardShareDocument, we as UpdateDashboardViewDocument, He as UpdateDataSinkDocument, Mt as UpdateEventWebhookMappingDocument, Te as UpdateGlobalFilterDocument, Ze as UpdateParserDocument, at as UpdatePipelineDocument, $ as UpdateWidgetActionDocument, Nt as UpdateWidgetDocument, Pt as UpdateWidgetDrilldownDocument, qt as UpdateWorkflowDocument, Fe as ValidateDashboardImportDocument, H as WorkspaceInstalledAppsDocument, W as useCreateEntityCommentMutation, K as useDeleteEntityCommentMutation, X as useGetEntityCommentsQuery, J as useResolveEntityCommentMutation };
2202
2213
 
2203
2214
  //# sourceMappingURL=wspace-operations.js.map