@arcgis/ai-agents 5.1.0-next.8 → 5.1.0-next.81
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/agents/arcgisKnowledge/context/arcgisKnowledgeContext.d.ts +2 -2
- package/dist/agents/arcgisKnowledge/context/getArcgisKnowledgeContext.d.ts +2 -2
- package/dist/agents/arcgisKnowledge/state/arcgisKnowledgeState.d.ts +4 -4
- package/dist/agents/arcgisKnowledge/tools/addRecords/adapter.d.ts +2 -6
- package/dist/agents/arcgisKnowledge/tools/addRecords/core.d.ts +2 -2
- package/dist/agents/arcgisKnowledge/tools/applyLayout/adapter.d.ts +13 -7
- package/dist/agents/arcgisKnowledge/tools/applyLayout/core.d.ts +2 -2
- package/dist/agents/arcgisKnowledge/tools/changeNonspatialVisibility/adapter.d.ts +6 -7
- package/dist/agents/arcgisKnowledge/tools/changeNonspatialVisibility/core.d.ts +1 -1
- package/dist/agents/arcgisKnowledge/tools/createLinkChart/adapter.d.ts +2 -6
- package/dist/agents/arcgisKnowledge/tools/createLinkChart/core.d.ts +2 -2
- package/dist/agents/arcgisKnowledge/tools/generateCypher/GenerateCypherDataModel.d.ts +3 -3
- package/dist/agents/arcgisKnowledge/tools/generateCypher/adapter.d.ts +2 -6
- package/dist/agents/arcgisKnowledge/tools/generateCypher/core.d.ts +1 -1
- package/dist/agents/arcgisKnowledge/tools/index.d.ts +34 -53
- package/dist/agents/arcgisKnowledge/utils/dataTransformationUtils.d.ts +7 -7
- package/dist/agents/arcgisKnowledge/utils/queryUtils.d.ts +2 -2
- package/dist/agents/dataExploration/context/dataExplorationContext.d.ts +1 -1
- package/dist/agents/dataExploration/state/dataExplorationState.d.ts +5 -3
- package/dist/agents/dataExploration/tools/filterTools/clearFilters/adapter.d.ts +4 -0
- package/dist/agents/dataExploration/tools/filterTools/clearFilters/core.d.ts +2 -0
- package/dist/agents/dataExploration/tools/filterTools/resetMap/adapter.d.ts +4 -0
- package/dist/agents/dataExploration/tools/filterTools/resetMap/core.d.ts +2 -0
- package/dist/agents/dataExploration/tools/filterTools/setDefinitionExpression/adapter.d.ts +2 -8
- package/dist/agents/dataExploration/tools/filterTools/setDefinitionExpression/core.d.ts +1 -1
- package/dist/agents/dataExploration/tools/filterTools/setFeatureEffect/adapter.d.ts +73 -68
- package/dist/agents/dataExploration/tools/filterTools/setFeatureEffect/core.d.ts +4 -3
- package/dist/agents/dataExploration/tools/filterTools/setFeatureFilter/adapter.d.ts +66 -61
- package/dist/agents/dataExploration/tools/filterTools/setFeatureFilter/core.d.ts +4 -3
- package/dist/agents/dataExploration/tools/index.d.ts +229 -378
- package/dist/agents/dataExploration/tools/queryTools/getAttribute/adapter.d.ts +4 -20
- package/dist/agents/dataExploration/tools/queryTools/getAttribute/core.d.ts +1 -1
- package/dist/agents/dataExploration/tools/queryTools/getStatistics/adapter.d.ts +71 -54
- package/dist/agents/dataExploration/tools/queryTools/getStatistics/core.d.ts +4 -4
- package/dist/agents/dataExploration/tools/queryTools/getTopFeatures/adapter.d.ts +69 -80
- package/dist/agents/dataExploration/tools/queryTools/getTopFeatures/core.d.ts +3 -3
- package/dist/agents/dataExploration/tools/queryTools/queryFeatures/adapter.d.ts +30 -105
- package/dist/agents/dataExploration/tools/queryTools/queryFeatures/core.d.ts +1 -1
- package/dist/agents/dataExploration/types/types.d.ts +10 -3
- package/dist/agents/dataExploration/utils/getDomainName.d.ts +2 -2
- package/dist/agents/dataExploration/utils/getGeometry.d.ts +2 -2
- package/dist/agents/dataExploration/utils/mergeWhereClauses.d.ts +8 -0
- package/dist/agents/dataExploration/utils/zoomToWhereClause.d.ts +3 -2
- package/dist/agents/help/nodes/helpToolCalling.d.ts +3 -0
- package/dist/agents/help/state/helpState.d.ts +7 -3
- package/dist/agents/help/tools/index.d.ts +7 -0
- package/dist/agents/help/tools/listFields/adapter.d.ts +8 -0
- package/dist/agents/help/tools/listFields/core.d.ts +2 -0
- package/dist/agents/help/types/types.d.ts +4 -0
- package/dist/agents/layerStyling/context/layerStylingContext.d.ts +1 -1
- package/dist/agents/layerStyling/state/layerStylingState.d.ts +3 -3
- package/dist/agents/layerStyling/tools/applyChartRenderer/adapter.d.ts +4 -14
- package/dist/agents/layerStyling/tools/applyChartRenderer/core.d.ts +2 -2
- package/dist/agents/layerStyling/tools/applyColorAgeRenderer/adapter.d.ts +13 -16
- package/dist/agents/layerStyling/tools/applyColorAgeRenderer/core.d.ts +2 -2
- package/dist/agents/layerStyling/tools/applyColorRenderer/adapter.d.ts +13 -16
- package/dist/agents/layerStyling/tools/applyColorRenderer/core.d.ts +2 -2
- package/dist/agents/layerStyling/tools/applyColorSizeUnivariateRenderer/adapter.d.ts +13 -16
- package/dist/agents/layerStyling/tools/applyColorSizeUnivariateRenderer/core.d.ts +2 -2
- package/dist/agents/layerStyling/tools/applyDotDensityRenderer/adapter.d.ts +4 -12
- package/dist/agents/layerStyling/tools/applyDotDensityRenderer/core.d.ts +2 -2
- package/dist/agents/layerStyling/tools/applyHeatmapRenderer/adapter.d.ts +4 -12
- package/dist/agents/layerStyling/tools/applyHeatmapRenderer/core.d.ts +2 -2
- package/dist/agents/layerStyling/tools/applyPredominanceRenderer/adapter.d.ts +4 -14
- package/dist/agents/layerStyling/tools/applyPredominanceRenderer/core.d.ts +2 -2
- package/dist/agents/layerStyling/tools/applyRelationshipRenderer/adapter.d.ts +4 -12
- package/dist/agents/layerStyling/tools/applyRelationshipRenderer/core.d.ts +2 -2
- package/dist/agents/layerStyling/tools/applySizeAgeRenderer/adapter.d.ts +13 -16
- package/dist/agents/layerStyling/tools/applySizeAgeRenderer/core.d.ts +2 -2
- package/dist/agents/layerStyling/tools/applySizeRenderer/adapter.d.ts +13 -16
- package/dist/agents/layerStyling/tools/applySizeRenderer/core.d.ts +2 -2
- package/dist/agents/layerStyling/tools/applyTypeRenderer/adapter.d.ts +13 -16
- package/dist/agents/layerStyling/tools/applyTypeRenderer/core.d.ts +2 -2
- package/dist/agents/layerStyling/tools/index.d.ts +98 -160
- package/dist/agents/layerStyling/types/types.d.ts +12 -12
- package/dist/agents/navigation/context/navigationContext.d.ts +1 -1
- package/dist/agents/navigation/state/navigationState.d.ts +16 -7
- package/dist/agents/navigation/tools/goToAddress/adapter.d.ts +2 -6
- package/dist/agents/navigation/tools/goToAddress/core.d.ts +1 -1
- package/dist/agents/navigation/tools/goToBookmark/adapter.d.ts +2 -6
- package/dist/agents/navigation/tools/goToBookmark/core.d.ts +1 -1
- package/dist/agents/navigation/tools/goToFeatures/adapter.d.ts +3 -9
- package/dist/agents/navigation/tools/goToFeatures/core.d.ts +1 -1
- package/dist/agents/navigation/tools/goToFullExtent/adapter.d.ts +1 -1
- package/dist/agents/navigation/tools/goToFullExtent/core.d.ts +1 -1
- package/dist/agents/navigation/tools/goToHomeExtent/adapter.d.ts +1 -1
- package/dist/agents/navigation/tools/goToHomeExtent/core.d.ts +1 -1
- package/dist/agents/navigation/tools/goToLayer/adapter.d.ts +3 -11
- package/dist/agents/navigation/tools/goToLayer/core.d.ts +2 -2
- package/dist/agents/navigation/tools/goToScale/adapter.d.ts +2 -6
- package/dist/agents/navigation/tools/goToScale/core.d.ts +1 -1
- package/dist/agents/navigation/tools/goToViewpoint/adapter.d.ts +6 -26
- package/dist/agents/navigation/tools/goToViewpoint/core.d.ts +1 -1
- package/dist/agents/navigation/tools/goToZoom/adapter.d.ts +2 -6
- package/dist/agents/navigation/tools/goToZoom/core.d.ts +1 -1
- package/dist/agents/navigation/tools/index.d.ts +19 -65
- package/dist/agents/navigation/types/types.d.ts +5 -1
- package/dist/data_explore_filter_prompt-g9GTTJyj.js +124 -0
- package/dist/data_explore_query_prompt-DqJVadVm.js +130 -0
- package/dist/{help_prompt-wgcBcna5.js → help_prompt-CZjpixev.js} +15 -2
- package/dist/index.d.ts +0 -2
- package/dist/index.js +2071 -2576
- package/dist/{navigation_intent_prompt-zcuSWrlv.js → navigation_intent_prompt-BPGHLtha.js} +14 -3
- package/dist/{navigation_tool_prompt-C2jIBkeu.js → navigation_tool_prompt-BKqPOpCk.js} +14 -3
- package/dist/summarize_query_response_prompt-DHuLLiUo.js +63 -0
- package/dist/utils/contextSelectors.d.ts +0 -9
- package/dist/utils/dateTimeUtils.d.ts +31 -0
- package/dist/utils/fieldStatistics.d.ts +1 -1
- package/dist/utils/getFieldStatistics.d.ts +1 -1
- package/dist/utils/reducers.d.ts +3 -0
- package/dist/utils/textFormatters.d.ts +14 -0
- package/dist/utils/useClientSide.d.ts +2 -2
- package/package.json +6 -6
- package/dist/agents/layerFilter/context/getLayerFilterContext.d.ts +0 -3
- package/dist/agents/layerFilter/context/layerFilterContext.d.ts +0 -9
- package/dist/agents/layerFilter/graph/layerFilterGraph.d.ts +0 -8
- package/dist/agents/layerFilter/index.d.ts +0 -2
- package/dist/agents/layerFilter/nodes/fieldStatistics.d.ts +0 -3
- package/dist/agents/layerFilter/nodes/layerFilterExit.d.ts +0 -3
- package/dist/agents/layerFilter/nodes/layerFilterLLM.d.ts +0 -3
- package/dist/agents/layerFilter/nodes/layerFilterToolCalling.d.ts +0 -3
- package/dist/agents/layerFilter/nodes/requireLayerFilterServices.d.ts +0 -7
- package/dist/agents/layerFilter/nodes/vectorSearchFields.d.ts +0 -3
- package/dist/agents/layerFilter/nodes/vectorSearchLayers.d.ts +0 -3
- package/dist/agents/layerFilter/state/layerFilterState.d.ts +0 -10
- package/dist/agents/layerFilter/tools/index.d.ts +0 -153
- package/dist/agents/layerFilter/tools/setDefinitionExpression/adapter.d.ts +0 -22
- package/dist/agents/layerFilter/tools/setDefinitionExpression/core.d.ts +0 -2
- package/dist/agents/layerFilter/tools/setFeatureEffect/adapter.d.ts +0 -99
- package/dist/agents/layerFilter/tools/setFeatureEffect/core.d.ts +0 -6
- package/dist/agents/layerFilter/tools/setFeatureFilter/adapter.d.ts +0 -87
- package/dist/agents/layerFilter/tools/setFeatureFilter/core.d.ts +0 -6
- package/dist/agents/layerFilter/types/types.d.ts +0 -9
- package/dist/agents/layerFilter/utils/getGeometryForFilter.d.ts +0 -14
- package/dist/agents/layerFilter/utils/zoomToWhereClause.d.ts +0 -2
- package/dist/agents/layerQuery/context/getLayerQueryContext.d.ts +0 -3
- package/dist/agents/layerQuery/context/layerQueryContext.d.ts +0 -9
- package/dist/agents/layerQuery/graph/layerQueryGraph.d.ts +0 -8
- package/dist/agents/layerQuery/index.d.ts +0 -2
- package/dist/agents/layerQuery/nodes/fieldStatistics.d.ts +0 -3
- package/dist/agents/layerQuery/nodes/layerQueryExit.d.ts +0 -3
- package/dist/agents/layerQuery/nodes/layerQueryLLM.d.ts +0 -3
- package/dist/agents/layerQuery/nodes/layerQueryToolCalling.d.ts +0 -3
- package/dist/agents/layerQuery/nodes/requireLayerQueryServices.d.ts +0 -7
- package/dist/agents/layerQuery/nodes/summarizeQueryResponseLLM.d.ts +0 -3
- package/dist/agents/layerQuery/nodes/vectorSearchFields.d.ts +0 -3
- package/dist/agents/layerQuery/nodes/vectorSearchLayers.d.ts +0 -3
- package/dist/agents/layerQuery/state/layerQueryState.d.ts +0 -12
- package/dist/agents/layerQuery/tools/getAttribute/adapter.d.ts +0 -44
- package/dist/agents/layerQuery/tools/getAttribute/core.d.ts +0 -5
- package/dist/agents/layerQuery/tools/getAttribute/index.d.ts +0 -1
- package/dist/agents/layerQuery/tools/getStatistics/adapter.d.ts +0 -90
- package/dist/agents/layerQuery/tools/getStatistics/core.d.ts +0 -15
- package/dist/agents/layerQuery/tools/getStatistics/index.d.ts +0 -1
- package/dist/agents/layerQuery/tools/getTopFeatures/adapter.d.ts +0 -131
- package/dist/agents/layerQuery/tools/getTopFeatures/core.d.ts +0 -15
- package/dist/agents/layerQuery/tools/getTopFeatures/index.d.ts +0 -1
- package/dist/agents/layerQuery/tools/index.d.ts +0 -304
- package/dist/agents/layerQuery/tools/queryFeatures/adapter.d.ts +0 -93
- package/dist/agents/layerQuery/tools/queryFeatures/core.d.ts +0 -8
- package/dist/agents/layerQuery/tools/queryFeatures/index.d.ts +0 -1
- package/dist/agents/layerQuery/types/types.d.ts +0 -15
- package/dist/agents/layerQuery/utils/getGeometryForQuery.d.ts +0 -8
- package/dist/data_explore_filter_prompt-CpgEu_mo.js +0 -79
- package/dist/data_explore_query_prompt-CtSDS9l_.js +0 -90
- package/dist/data_query_prompt-N4YzctpM.js +0 -61
- package/dist/layer_filter_prompt-0ujK87_y.js +0 -4
- package/dist/summarize_query_response_prompt-CeugxjZK.js +0 -32
- package/dist/summarize_query_response_prompt-DBJy1AAu.js +0 -30
- package/dist/utils/timeZone.d.ts +0 -8
- /package/dist/agents/{layerFilter/tools/setDefinitionExpression → dataExploration/tools/filterTools/clearFilters}/index.d.ts +0 -0
- /package/dist/agents/{layerFilter/tools/setFeatureEffect → dataExploration/tools/filterTools/resetMap}/index.d.ts +0 -0
- /package/dist/agents/{layerFilter/tools/setFeatureFilter → help/tools/listFields}/index.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { default as KnowledgeGraph } from '@arcgis/core/rest/knowledgeGraph/KnowledgeGraph';
|
|
2
|
-
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView';
|
|
1
|
+
import { default as KnowledgeGraph } from '@arcgis/core/rest/knowledgeGraph/KnowledgeGraph.js';
|
|
2
|
+
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView.js';
|
|
3
3
|
/**
|
|
4
4
|
* Context required by the Knowledge Link Chart agent.
|
|
5
5
|
* Supplied by the application via an agent `getContext()` provider.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RunnableConfig } from '@langchain/core/runnables';
|
|
2
|
-
import { default as KnowledgeGraph } from '@arcgis/core/rest/knowledgeGraph/KnowledgeGraph';
|
|
3
|
-
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView';
|
|
2
|
+
import { default as KnowledgeGraph } from '@arcgis/core/rest/knowledgeGraph/KnowledgeGraph.js';
|
|
3
|
+
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView.js';
|
|
4
4
|
export declare function getLinkChartContext(config?: RunnableConfig): {
|
|
5
5
|
linkChartView: LinkChartView;
|
|
6
6
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AgentExecutionContext } from '@arcgis/ai-orchestrator';
|
|
2
2
|
export declare const arcgisKnowledgeState: import('@langchain/langgraph/web').AnnotationRoot<{
|
|
3
|
-
|
|
4
|
-
outputMessage: import('@langchain/langgraph/web').
|
|
5
|
-
intent: import('@langchain/langgraph/web').
|
|
3
|
+
agentExecutionContext: import('@langchain/langgraph/web').BaseChannel<AgentExecutionContext, AgentExecutionContext | import('@langchain/langgraph/web').OverwriteValue<AgentExecutionContext>, unknown>;
|
|
4
|
+
outputMessage: import('@langchain/langgraph/web').BaseChannel<string, string | import('@langchain/langgraph/web').OverwriteValue<string>, unknown>;
|
|
5
|
+
intent: import('@langchain/langgraph/web').BaseChannel<string, string | import('@langchain/langgraph/web').OverwriteValue<string>, unknown>;
|
|
6
6
|
}>;
|
|
7
7
|
export type ArcgisKnowledgeGraphStateType = typeof arcgisKnowledgeState.State;
|
|
8
8
|
export declare const arcgisKnowledgeServerSkillState: {
|
|
@@ -5,12 +5,8 @@ export declare function addRecordsWrapper({ prompt }: {
|
|
|
5
5
|
}, config?: RunnableConfig): Promise<string>;
|
|
6
6
|
export declare const addRecords: import('@langchain/core/tools').DynamicStructuredTool<z.ZodObject<{
|
|
7
7
|
prompt: z.ZodString;
|
|
8
|
-
},
|
|
8
|
+
}, z.core.$strip>, {
|
|
9
9
|
prompt: string;
|
|
10
10
|
}, {
|
|
11
11
|
prompt: string;
|
|
12
|
-
}
|
|
13
|
-
prompt: string;
|
|
14
|
-
}, {
|
|
15
|
-
prompt: string;
|
|
16
|
-
}, string, "addRecords">;
|
|
12
|
+
}, string, unknown, "addRecords">;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { RunnableConfig } from '@langchain/core/runnables';
|
|
2
|
-
import { default as KnowledgeGraph } from '@arcgis/core/rest/knowledgeGraph/KnowledgeGraph';
|
|
3
|
-
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView';
|
|
2
|
+
import { default as KnowledgeGraph } from '@arcgis/core/rest/knowledgeGraph/KnowledgeGraph.js';
|
|
3
|
+
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView.js';
|
|
4
4
|
export declare function executeAddRecords(prompt: string, knowledgeGraph: KnowledgeGraph, graphQueryServiceUrl: string, view: LinkChartView, config?: RunnableConfig): Promise<string>;
|
|
@@ -4,13 +4,19 @@ export declare function applyLayoutWrapper({ layout }: {
|
|
|
4
4
|
layout: string;
|
|
5
5
|
}, config?: RunnableConfig): Promise<string>;
|
|
6
6
|
export declare const applyLayout: import('@langchain/core/tools').DynamicStructuredTool<z.ZodObject<{
|
|
7
|
-
layout: z.ZodEnum<
|
|
8
|
-
|
|
7
|
+
layout: z.ZodEnum<{
|
|
8
|
+
"basic-grid": "basic-grid";
|
|
9
|
+
"chronological-mono-timeline": "chronological-mono-timeline";
|
|
10
|
+
"chronological-multi-timeline": "chronological-multi-timeline";
|
|
11
|
+
"geographic-organic-standard": "geographic-organic-standard";
|
|
12
|
+
"hierarchical-bottom-to-top": "hierarchical-bottom-to-top";
|
|
13
|
+
"organic-community": "organic-community";
|
|
14
|
+
"organic-standard": "organic-standard";
|
|
15
|
+
"radial-root-centric": "radial-root-centric";
|
|
16
|
+
"tree-left-to-right": "tree-left-to-right";
|
|
17
|
+
}>;
|
|
18
|
+
}, z.core.$strip>, {
|
|
9
19
|
layout: "basic-grid" | "chronological-mono-timeline" | "chronological-multi-timeline" | "geographic-organic-standard" | "hierarchical-bottom-to-top" | "organic-community" | "organic-standard" | "radial-root-centric" | "tree-left-to-right";
|
|
10
20
|
}, {
|
|
11
21
|
layout: "basic-grid" | "chronological-mono-timeline" | "chronological-multi-timeline" | "geographic-organic-standard" | "hierarchical-bottom-to-top" | "organic-community" | "organic-standard" | "radial-root-centric" | "tree-left-to-right";
|
|
12
|
-
}
|
|
13
|
-
layout: string;
|
|
14
|
-
}, {
|
|
15
|
-
layout: "basic-grid" | "chronological-mono-timeline" | "chronological-multi-timeline" | "geographic-organic-standard" | "hierarchical-bottom-to-top" | "organic-community" | "organic-standard" | "radial-root-centric" | "tree-left-to-right";
|
|
16
|
-
}, string, "applyLayout">;
|
|
22
|
+
}, string, unknown, "applyLayout">;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { LayoutMode } from '@arcgis/core/layers/knowledgeGraph/types';
|
|
2
|
-
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView';
|
|
1
|
+
import { LayoutMode } from '@arcgis/core/layers/knowledgeGraph/types.js';
|
|
2
|
+
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView.js';
|
|
3
3
|
export declare function executeApplyLayout(layout: LayoutMode, linkChartView: LinkChartView): Promise<string>;
|
|
@@ -4,13 +4,12 @@ export declare function changeNonspatialVisibilityWrapper({ setting }: {
|
|
|
4
4
|
setting: string;
|
|
5
5
|
}, config?: RunnableConfig): string;
|
|
6
6
|
export declare const changeNonspatialVisibility: import('@langchain/core/tools').DynamicStructuredTool<z.ZodObject<{
|
|
7
|
-
setting: z.ZodEnum<
|
|
8
|
-
|
|
7
|
+
setting: z.ZodEnum<{
|
|
8
|
+
visible: "visible";
|
|
9
|
+
hidden: "hidden";
|
|
10
|
+
}>;
|
|
11
|
+
}, z.core.$strip>, {
|
|
9
12
|
setting: "visible" | "hidden";
|
|
10
13
|
}, {
|
|
11
14
|
setting: "visible" | "hidden";
|
|
12
|
-
}
|
|
13
|
-
setting: string;
|
|
14
|
-
}, {
|
|
15
|
-
setting: "visible" | "hidden";
|
|
16
|
-
}, string, "changeNonspatialVisibility">;
|
|
15
|
+
}, string, unknown, "changeNonspatialVisibility">;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView';
|
|
1
|
+
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView.js';
|
|
2
2
|
export declare function executeChangeNonspatialVisibility(setting: "hidden" | "visible", linkChartView: LinkChartView): string;
|
|
@@ -5,12 +5,8 @@ export declare function createLinkChartWrapper({ prompt }: {
|
|
|
5
5
|
}, config?: RunnableConfig): Promise<string>;
|
|
6
6
|
export declare const createLinkChart: import('@langchain/core/tools').DynamicStructuredTool<z.ZodObject<{
|
|
7
7
|
prompt: z.ZodString;
|
|
8
|
-
},
|
|
8
|
+
}, z.core.$strip>, {
|
|
9
9
|
prompt: string;
|
|
10
10
|
}, {
|
|
11
11
|
prompt: string;
|
|
12
|
-
}
|
|
13
|
-
prompt: string;
|
|
14
|
-
}, {
|
|
15
|
-
prompt: string;
|
|
16
|
-
}, string, "createLinkChart">;
|
|
12
|
+
}, string, unknown, "createLinkChart">;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { RunnableConfig } from '@langchain/core/runnables';
|
|
2
|
-
import { default as KnowledgeGraph } from '@arcgis/core/rest/knowledgeGraph/KnowledgeGraph';
|
|
3
|
-
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView';
|
|
2
|
+
import { default as KnowledgeGraph } from '@arcgis/core/rest/knowledgeGraph/KnowledgeGraph.js';
|
|
3
|
+
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView.js';
|
|
4
4
|
export declare function executeCreateLinkChart(prompt: string, knowledgeGraph: KnowledgeGraph, graphQueryServiceUrl: string, view: LinkChartView, config?: RunnableConfig): Promise<string>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { default as DataModel } from '@arcgis/core/rest/knowledgeGraph/DataModel';
|
|
2
|
-
import { default as EntityType } from '@arcgis/core/rest/knowledgeGraph/EntityType';
|
|
3
|
-
import { default as RelationshipType } from '@arcgis/core/rest/knowledgeGraph/RelationshipType';
|
|
1
|
+
import { default as DataModel } from '@arcgis/core/rest/knowledgeGraph/DataModel.js';
|
|
2
|
+
import { default as EntityType } from '@arcgis/core/rest/knowledgeGraph/EntityType.js';
|
|
3
|
+
import { default as RelationshipType } from '@arcgis/core/rest/knowledgeGraph/RelationshipType.js';
|
|
4
4
|
export default class GenerateCypherContext {
|
|
5
5
|
dataModel: DataModel;
|
|
6
6
|
kind: string;
|
|
@@ -5,12 +5,8 @@ export declare function generateCypherWrapper({ prompt }: {
|
|
|
5
5
|
}, config?: RunnableConfig): Promise<string>;
|
|
6
6
|
export declare const generateCypher: import('@langchain/core/tools').DynamicStructuredTool<z.ZodObject<{
|
|
7
7
|
prompt: z.ZodString;
|
|
8
|
-
},
|
|
8
|
+
}, z.core.$strip>, {
|
|
9
9
|
prompt: string;
|
|
10
10
|
}, {
|
|
11
11
|
prompt: string;
|
|
12
|
-
}
|
|
13
|
-
prompt: string;
|
|
14
|
-
}, {
|
|
15
|
-
prompt: string;
|
|
16
|
-
}, string, "generateCypher">;
|
|
12
|
+
}, string, unknown, "generateCypher">;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as DataModel } from '@arcgis/core/rest/knowledgeGraph/DataModel';
|
|
1
|
+
import { default as DataModel } from '@arcgis/core/rest/knowledgeGraph/DataModel.js';
|
|
2
2
|
import { RunnableConfig } from '@langchain/core/runnables';
|
|
3
3
|
export declare function executeGenerateCypher(prompt: string, dataModel: DataModel, graphQueryServiceUrl: string, config?: RunnableConfig): Promise<string>;
|
|
4
4
|
export declare function getCypherFromPrompt(prompt: string, dataModel: DataModel, graphQueryServiceUrl: string, config?: RunnableConfig): Promise<{
|
|
@@ -1,82 +1,63 @@
|
|
|
1
1
|
export declare const arcgisKnowledgeTools: (import('@langchain/core/tools').DynamicStructuredTool<import('zod').ZodObject<{
|
|
2
2
|
prompt: import('zod').ZodString;
|
|
3
|
-
},
|
|
4
|
-
prompt: string;
|
|
5
|
-
}, {
|
|
6
|
-
prompt: string;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
}, import('zod/v4/core').$strip>, {
|
|
4
|
+
prompt: string;
|
|
5
|
+
}, {
|
|
6
|
+
prompt: string;
|
|
7
|
+
}, string, unknown, "addRecords"> | import('@langchain/core/tools').DynamicStructuredTool<import('zod').ZodObject<{
|
|
8
|
+
layout: import('zod').ZodEnum<{
|
|
9
|
+
"basic-grid": "basic-grid";
|
|
10
|
+
"chronological-mono-timeline": "chronological-mono-timeline";
|
|
11
|
+
"chronological-multi-timeline": "chronological-multi-timeline";
|
|
12
|
+
"geographic-organic-standard": "geographic-organic-standard";
|
|
13
|
+
"hierarchical-bottom-to-top": "hierarchical-bottom-to-top";
|
|
14
|
+
"organic-community": "organic-community";
|
|
15
|
+
"organic-standard": "organic-standard";
|
|
16
|
+
"radial-root-centric": "radial-root-centric";
|
|
17
|
+
"tree-left-to-right": "tree-left-to-right";
|
|
18
|
+
}>;
|
|
19
|
+
}, import('zod/v4/core').$strip>, {
|
|
14
20
|
layout: "basic-grid" | "chronological-mono-timeline" | "chronological-multi-timeline" | "geographic-organic-standard" | "hierarchical-bottom-to-top" | "organic-community" | "organic-standard" | "radial-root-centric" | "tree-left-to-right";
|
|
15
21
|
}, {
|
|
16
22
|
layout: "basic-grid" | "chronological-mono-timeline" | "chronological-multi-timeline" | "geographic-organic-standard" | "hierarchical-bottom-to-top" | "organic-community" | "organic-standard" | "radial-root-centric" | "tree-left-to-right";
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
}, "strip", import('zod').ZodTypeAny, {
|
|
24
|
-
setting: "visible" | "hidden";
|
|
25
|
-
}, {
|
|
23
|
+
}, string, unknown, "applyLayout"> | import('@langchain/core/tools').DynamicStructuredTool<import('zod').ZodObject<{
|
|
24
|
+
setting: import('zod').ZodEnum<{
|
|
25
|
+
visible: "visible";
|
|
26
|
+
hidden: "hidden";
|
|
27
|
+
}>;
|
|
28
|
+
}, import('zod/v4/core').$strip>, {
|
|
26
29
|
setting: "visible" | "hidden";
|
|
27
|
-
}>, {
|
|
28
|
-
setting: string;
|
|
29
30
|
}, {
|
|
30
31
|
setting: "visible" | "hidden";
|
|
31
|
-
}, string, "changeNonspatialVisibility"> | import('@langchain/core/tools').DynamicStructuredTool<import('zod').ZodObject<{
|
|
32
|
+
}, string, unknown, "changeNonspatialVisibility"> | import('@langchain/core/tools').DynamicStructuredTool<import('zod').ZodObject<{
|
|
32
33
|
prompt: import('zod').ZodString;
|
|
33
|
-
},
|
|
34
|
-
prompt: string;
|
|
35
|
-
}, {
|
|
36
|
-
prompt: string;
|
|
37
|
-
}>, {
|
|
34
|
+
}, import('zod/v4/core').$strip>, {
|
|
38
35
|
prompt: string;
|
|
39
36
|
}, {
|
|
40
37
|
prompt: string;
|
|
41
|
-
}, string, "createLinkChart"> | import('@langchain/core/tools').DynamicStructuredTool<import('zod').ZodObject<{
|
|
38
|
+
}, string, unknown, "createLinkChart"> | import('@langchain/core/tools').DynamicStructuredTool<import('zod').ZodObject<{
|
|
42
39
|
prompt: import('zod').ZodString;
|
|
43
|
-
},
|
|
40
|
+
}, import('zod/v4/core').$strip>, {
|
|
44
41
|
prompt: string;
|
|
45
42
|
}, {
|
|
46
43
|
prompt: string;
|
|
47
|
-
}
|
|
48
|
-
prompt: string;
|
|
49
|
-
}, {
|
|
50
|
-
prompt: string;
|
|
51
|
-
}, string, "generateCypher">)[];
|
|
44
|
+
}, string, unknown, "generateCypher">)[];
|
|
52
45
|
export declare const arcgisKnowledgeServerSkills: (import('@langchain/core/tools').DynamicStructuredTool<import('zod').ZodObject<{
|
|
53
46
|
prompt: import('zod').ZodString;
|
|
54
|
-
},
|
|
55
|
-
prompt: string;
|
|
56
|
-
}, {
|
|
57
|
-
prompt: string;
|
|
58
|
-
}>, {
|
|
47
|
+
}, import('zod/v4/core').$strip>, {
|
|
59
48
|
prompt: string;
|
|
60
49
|
}, {
|
|
61
50
|
prompt: string;
|
|
62
|
-
}, string, "addRecords"> | import('@langchain/core/tools').DynamicStructuredTool<import('zod').ZodObject<{
|
|
51
|
+
}, string, unknown, "addRecords"> | import('@langchain/core/tools').DynamicStructuredTool<import('zod').ZodObject<{
|
|
63
52
|
prompt: import('zod').ZodString;
|
|
64
|
-
},
|
|
53
|
+
}, import('zod/v4/core').$strip>, {
|
|
65
54
|
prompt: string;
|
|
66
55
|
}, {
|
|
67
56
|
prompt: string;
|
|
68
|
-
}
|
|
69
|
-
prompt: string;
|
|
70
|
-
}, {
|
|
71
|
-
prompt: string;
|
|
72
|
-
}, string, "createLinkChart"> | import('@langchain/core/tools').DynamicStructuredTool<import('zod').ZodObject<{
|
|
57
|
+
}, string, unknown, "createLinkChart"> | import('@langchain/core/tools').DynamicStructuredTool<import('zod').ZodObject<{
|
|
73
58
|
prompt: import('zod').ZodString;
|
|
74
|
-
},
|
|
75
|
-
prompt: string;
|
|
76
|
-
}, {
|
|
77
|
-
prompt: string;
|
|
78
|
-
}>, {
|
|
59
|
+
}, import('zod/v4/core').$strip>, {
|
|
79
60
|
prompt: string;
|
|
80
61
|
}, {
|
|
81
62
|
prompt: string;
|
|
82
|
-
}, string, "generateCypher">)[];
|
|
63
|
+
}, string, unknown, "generateCypher">)[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IdTypePair } from '@arcgis/core/layers/knowledgeGraph/types';
|
|
2
|
-
import { GraphAnyValue } from '@arcgis/core/rest/knowledgeGraph/GraphAnyValue';
|
|
3
|
-
import { default as GraphNamedObject } from '@arcgis/core/rest/knowledgeGraph/GraphNamedObject';
|
|
4
|
-
import { default as GraphObject } from '@arcgis/core/rest/knowledgeGraph/GraphObject';
|
|
5
|
-
import { default as KnowledgeGraph } from '@arcgis/core/rest/knowledgeGraph/KnowledgeGraph';
|
|
6
|
-
import { default as Path } from '@arcgis/core/rest/knowledgeGraph/Path';
|
|
7
|
-
import { default as WebLinkChart } from '@arcgis/core/WebLinkChart';
|
|
1
|
+
import { IdTypePair } from '@arcgis/core/layers/knowledgeGraph/types.js';
|
|
2
|
+
import { GraphAnyValue } from '@arcgis/core/rest/knowledgeGraph/GraphAnyValue.js';
|
|
3
|
+
import { default as GraphNamedObject } from '@arcgis/core/rest/knowledgeGraph/GraphNamedObject.js';
|
|
4
|
+
import { default as GraphObject } from '@arcgis/core/rest/knowledgeGraph/GraphObject.js';
|
|
5
|
+
import { default as KnowledgeGraph } from '@arcgis/core/rest/knowledgeGraph/KnowledgeGraph.js';
|
|
6
|
+
import { default as Path } from '@arcgis/core/rest/knowledgeGraph/Path.js';
|
|
7
|
+
import { default as WebLinkChart } from '@arcgis/core/WebLinkChart.js';
|
|
8
8
|
export declare function extractGraphNamedObjectsFromQueryValueRecursive(resultValue: GraphAnyValue, results: Map<string, IdTypePair>): void;
|
|
9
9
|
export declare function isGraphNamedObject(item: GraphAnyValue): item is GraphNamedObject;
|
|
10
10
|
export declare function isPathObject(item: GraphAnyValue): item is Path;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IdTypePair } from '@arcgis/core/layers/knowledgeGraph/types';
|
|
2
|
-
import { default as GraphQueryStreamingResult } from '@arcgis/core/rest/knowledgeGraph/GraphQueryStreamingResult';
|
|
1
|
+
import { IdTypePair } from '@arcgis/core/layers/knowledgeGraph/types.js';
|
|
2
|
+
import { default as GraphQueryStreamingResult } from '@arcgis/core/rest/knowledgeGraph/GraphQueryStreamingResult.js';
|
|
3
3
|
export declare const queryResultToIdTypePairs: (queryResult: GraphQueryStreamingResult) => Promise<IdTypePair[]>;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AgentExecutionContext, AgentStatus, VectorSearchFieldResults } from '@arcgis/ai-orchestrator';
|
|
2
2
|
import { QueryResponse } from '../types/types';
|
|
3
3
|
import { LayerFieldInfo } from '../../../types/types';
|
|
4
4
|
export declare const DataExplorationState: import('@langchain/langgraph/web').AnnotationRoot<{
|
|
5
|
-
|
|
6
|
-
outputMessage: import('@langchain/langgraph/web').
|
|
5
|
+
agentExecutionContext: import('@langchain/langgraph/web').BaseChannel<AgentExecutionContext, AgentExecutionContext | import('@langchain/langgraph/web').OverwriteValue<AgentExecutionContext>, unknown>;
|
|
6
|
+
outputMessage: import('@langchain/langgraph/web').BaseChannel<string, string | import('@langchain/langgraph/web').OverwriteValue<string>, unknown>;
|
|
7
|
+
summary: import('@langchain/langgraph/web').BaseChannel<string, string | import('@langchain/langgraph/web').OverwriteValue<string>, unknown>;
|
|
8
|
+
status: import('@langchain/langgraph/web').BaseChannel<AgentStatus, AgentStatus | import('@langchain/langgraph/web').OverwriteValue<AgentStatus>, unknown>;
|
|
7
9
|
vectorSearchLayerIds: import('@langchain/langgraph/web').LastValue<string[]>;
|
|
8
10
|
vectorSearchFieldResults: import('@langchain/langgraph/web').LastValue<VectorSearchFieldResults>;
|
|
9
11
|
layerFieldInfo: import('@langchain/langgraph/web').LastValue<LayerFieldInfo>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as z } from 'zod';
|
|
2
|
+
import { RunnableConfig } from '@langchain/core/runnables';
|
|
3
|
+
export declare const clearFiltersWrapper: (_input: Record<string, never>, config?: RunnableConfig) => Promise<string>;
|
|
4
|
+
export declare const clearFiltersTool: import('@langchain/core/tools').DynamicStructuredTool<z.ZodObject<{}, z.core.$strip>, Record<string, never>, Record<string, never>, string, unknown, "clearFilters">;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as z } from 'zod';
|
|
2
|
+
import { RunnableConfig } from '@langchain/core/runnables';
|
|
3
|
+
export declare const resetMapWrapper: (_input: Record<string, never>, config?: RunnableConfig) => Promise<string>;
|
|
4
|
+
export declare const resetMapTool: import('@langchain/core/tools').DynamicStructuredTool<z.ZodObject<{}, z.core.$strip>, Record<string, never>, Record<string, never>, string, unknown, "resetMap">;
|
|
@@ -7,16 +7,10 @@ export declare const setDefinitionExpressionWrapper: ({ layerId, definitionExpre
|
|
|
7
7
|
export declare const setDefinitionExpressionTool: import('@langchain/core/tools').DynamicStructuredTool<z.ZodObject<{
|
|
8
8
|
layerId: z.ZodString;
|
|
9
9
|
definitionExpression: z.ZodString;
|
|
10
|
-
},
|
|
10
|
+
}, z.core.$strip>, {
|
|
11
11
|
layerId: string;
|
|
12
12
|
definitionExpression: string;
|
|
13
13
|
}, {
|
|
14
14
|
layerId: string;
|
|
15
15
|
definitionExpression: string;
|
|
16
|
-
}
|
|
17
|
-
layerId: string;
|
|
18
|
-
definitionExpression: string;
|
|
19
|
-
}, {
|
|
20
|
-
layerId: string;
|
|
21
|
-
definitionExpression: string;
|
|
22
|
-
}, string, "setDefinitionExpression">;
|
|
16
|
+
}, string, unknown, "setDefinitionExpression">;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { default as MapView } from '@arcgis/core/views/MapView';
|
|
1
|
+
import { default as MapView } from '@arcgis/core/views/MapView.js';
|
|
2
2
|
export declare const setDefinitionExpression: (layerId: string, definitionExpression: string, arcgisMapView: MapView) => Promise<string>;
|
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
import { RunnableConfig } from '@langchain/core/runnables';
|
|
2
2
|
import { default as z } from 'zod';
|
|
3
|
-
import {
|
|
4
|
-
export declare const setFeatureEffectWrapper: ({ targetLayer,
|
|
3
|
+
import { GeometryConfig } from '../../../types/types';
|
|
4
|
+
export declare const setFeatureEffectWrapper: ({ targetLayer, geometryFilter, useCurrentExtent, includedEffect, excludedEffect, }: {
|
|
5
5
|
targetLayer: {
|
|
6
6
|
layerId: string;
|
|
7
7
|
where: string;
|
|
8
|
+
objectIds?: number[];
|
|
8
9
|
};
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
where: string;
|
|
12
|
-
distance: number;
|
|
13
|
-
units: typeof distanceUnitsSchema._type;
|
|
14
|
-
};
|
|
10
|
+
geometryFilter?: GeometryConfig;
|
|
11
|
+
useCurrentExtent?: boolean;
|
|
15
12
|
includedEffect?: string;
|
|
16
13
|
excludedEffect?: string;
|
|
17
14
|
}, config?: RunnableConfig) => Promise<string>;
|
|
@@ -19,81 +16,89 @@ export declare const setFeatureEffectTool: import('@langchain/core/tools').Dynam
|
|
|
19
16
|
targetLayer: z.ZodObject<{
|
|
20
17
|
layerId: z.ZodString;
|
|
21
18
|
where: z.ZodString;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}, {
|
|
26
|
-
where: string;
|
|
27
|
-
layerId: string;
|
|
28
|
-
}>;
|
|
29
|
-
geometryLayer: z.ZodOptional<z.ZodObject<{
|
|
19
|
+
objectIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
20
|
+
}, z.core.$strip>;
|
|
21
|
+
geometryFilter: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
30
22
|
layerId: z.ZodString;
|
|
31
23
|
where: z.ZodString;
|
|
32
|
-
distance: z.ZodNumber
|
|
33
|
-
units: z.ZodEnum<
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
24
|
+
distance: z.ZodOptional<z.ZodNumber>;
|
|
25
|
+
units: z.ZodOptional<z.ZodEnum<{
|
|
26
|
+
feet: "feet";
|
|
27
|
+
miles: "miles";
|
|
28
|
+
"nautical-miles": "nautical-miles";
|
|
29
|
+
"us-nautical-miles": "us-nautical-miles";
|
|
30
|
+
meters: "meters";
|
|
31
|
+
kilometers: "kilometers";
|
|
32
|
+
}>>;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
point: z.ZodObject<{
|
|
35
|
+
x: z.ZodNumber;
|
|
36
|
+
y: z.ZodNumber;
|
|
37
|
+
spatialReference: z.ZodOptional<z.ZodObject<{
|
|
38
|
+
wkid: z.ZodNumber;
|
|
39
|
+
}, z.core.$strip>>;
|
|
40
|
+
}, z.core.$strip>;
|
|
41
|
+
distance: z.ZodOptional<z.ZodNumber>;
|
|
42
|
+
units: z.ZodOptional<z.ZodEnum<{
|
|
43
|
+
feet: "feet";
|
|
44
|
+
miles: "miles";
|
|
45
|
+
"nautical-miles": "nautical-miles";
|
|
46
|
+
"us-nautical-miles": "us-nautical-miles";
|
|
47
|
+
meters: "meters";
|
|
48
|
+
kilometers: "kilometers";
|
|
49
|
+
}>>;
|
|
50
|
+
}, z.core.$strip>]>>;
|
|
51
|
+
useCurrentExtent: z.ZodOptional<z.ZodBoolean>;
|
|
52
|
+
includedEffect: z.ZodDefault<z.ZodString>;
|
|
53
|
+
excludedEffect: z.ZodDefault<z.ZodString>;
|
|
54
|
+
}, z.core.$strip>, {
|
|
55
|
+
targetLayer: {
|
|
38
56
|
layerId: string;
|
|
39
|
-
}, {
|
|
40
|
-
distance: number;
|
|
41
|
-
units: "feet" | "miles" | "nautical-miles" | "us-nautical-miles" | "meters" | "kilometers";
|
|
42
57
|
where: string;
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
includedEffect: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
46
|
-
excludedEffect: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
47
|
-
}, "strip", z.ZodTypeAny, {
|
|
58
|
+
objectIds?: number[] | undefined;
|
|
59
|
+
};
|
|
48
60
|
includedEffect: string;
|
|
49
61
|
excludedEffect: string;
|
|
50
|
-
|
|
51
|
-
where: string;
|
|
62
|
+
geometryFilter?: {
|
|
52
63
|
layerId: string;
|
|
53
|
-
};
|
|
54
|
-
geometryLayer?: {
|
|
55
|
-
distance: number;
|
|
56
|
-
units: "feet" | "miles" | "nautical-miles" | "us-nautical-miles" | "meters" | "kilometers";
|
|
57
64
|
where: string;
|
|
58
|
-
|
|
65
|
+
distance?: number | undefined;
|
|
66
|
+
units?: "feet" | "miles" | "nautical-miles" | "us-nautical-miles" | "meters" | "kilometers" | undefined;
|
|
67
|
+
} | {
|
|
68
|
+
point: {
|
|
69
|
+
x: number;
|
|
70
|
+
y: number;
|
|
71
|
+
spatialReference?: {
|
|
72
|
+
wkid: number;
|
|
73
|
+
} | undefined;
|
|
74
|
+
};
|
|
75
|
+
distance?: number | undefined;
|
|
76
|
+
units?: "feet" | "miles" | "nautical-miles" | "us-nautical-miles" | "meters" | "kilometers" | undefined;
|
|
59
77
|
} | undefined;
|
|
78
|
+
useCurrentExtent?: boolean | undefined;
|
|
60
79
|
}, {
|
|
61
|
-
targetLayer: {
|
|
62
|
-
where: string;
|
|
63
|
-
layerId: string;
|
|
64
|
-
};
|
|
65
|
-
includedEffect?: string | undefined;
|
|
66
|
-
excludedEffect?: string | undefined;
|
|
67
|
-
geometryLayer?: {
|
|
68
|
-
distance: number;
|
|
69
|
-
units: "feet" | "miles" | "nautical-miles" | "us-nautical-miles" | "meters" | "kilometers";
|
|
70
|
-
where: string;
|
|
71
|
-
layerId: string;
|
|
72
|
-
} | undefined;
|
|
73
|
-
}>, {
|
|
74
80
|
targetLayer: {
|
|
75
81
|
layerId: string;
|
|
76
82
|
where: string;
|
|
83
|
+
objectIds?: number[] | undefined;
|
|
77
84
|
};
|
|
78
|
-
|
|
85
|
+
geometryFilter?: {
|
|
79
86
|
layerId: string;
|
|
80
87
|
where: string;
|
|
81
|
-
distance
|
|
82
|
-
units
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
88
|
+
distance?: number | undefined;
|
|
89
|
+
units?: "feet" | "miles" | "nautical-miles" | "us-nautical-miles" | "meters" | "kilometers" | undefined;
|
|
90
|
+
} | {
|
|
91
|
+
point: {
|
|
92
|
+
x: number;
|
|
93
|
+
y: number;
|
|
94
|
+
spatialReference?: {
|
|
95
|
+
wkid: number;
|
|
96
|
+
} | undefined;
|
|
97
|
+
};
|
|
98
|
+
distance?: number | undefined;
|
|
99
|
+
units?: "feet" | "miles" | "nautical-miles" | "us-nautical-miles" | "meters" | "kilometers" | undefined;
|
|
100
|
+
} | undefined;
|
|
101
|
+
useCurrentExtent?: boolean | undefined;
|
|
91
102
|
includedEffect?: string | undefined;
|
|
92
103
|
excludedEffect?: string | undefined;
|
|
93
|
-
|
|
94
|
-
distance: number;
|
|
95
|
-
units: "feet" | "miles" | "nautical-miles" | "us-nautical-miles" | "meters" | "kilometers";
|
|
96
|
-
where: string;
|
|
97
|
-
layerId: string;
|
|
98
|
-
} | undefined;
|
|
99
|
-
}, string, "setFeatureEffect">;
|
|
104
|
+
}, string, unknown, "setFeatureEffect">;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { default as MapView } from '@arcgis/core/views/MapView';
|
|
1
|
+
import { GeometryConfig } from '../../../types/types';
|
|
2
|
+
import { default as MapView } from '@arcgis/core/views/MapView.js';
|
|
3
3
|
export declare const setFeatureEffect: (targetLayer: {
|
|
4
4
|
layerId: string;
|
|
5
5
|
where: string;
|
|
6
|
-
|
|
6
|
+
objectIds?: number[];
|
|
7
|
+
}, arcgisMapView: MapView, includedEffect: string, excludedEffect: string, geometryFilter?: GeometryConfig, useCurrentExtent?: boolean) => Promise<string>;
|