@vertigis/viewer-spec 59.1.0 → 59.3.0

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.
@@ -35,6 +35,7 @@ import { SketchingCommands } from "./sketching.js";
35
35
  import { StudioAnalyticsCommands } from "./studioAnalytics.js";
36
36
  import { SystemCommands } from "./system.js";
37
37
  import { UICommands } from "./ui.js";
38
+ import { UtilityNetworkCommands } from "./utility-network.js";
38
39
  import { ViewerCommands } from "./viewer.js";
39
40
  import { WorkflowCommands } from "./workflow.js";
40
41
  export declare class Commands extends CommandRegistry {
@@ -74,6 +75,7 @@ export declare class Commands extends CommandRegistry {
74
75
  readonly studioAnalytics: StudioAnalyticsCommands;
75
76
  readonly system: SystemCommands;
76
77
  readonly ui: UICommands;
78
+ readonly utilityNetwork: UtilityNetworkCommands;
77
79
  readonly viewer: ViewerCommands;
78
80
  readonly workflow: WorkflowCommands;
79
81
  protected readonly _prefix = "";
@@ -1 +1 @@
1
- import{CommandRegistry as s}from"../CommandRegistry.js";import{AppCommands as e}from"./app.js";import{AuthCommands as m}from"./auth.js";import{BasemapCommands as r}from"./basemap.js";import{ChartsCommands as i}from"./charts.js";import{DrawingCommands as t}from"./drawing.js";import{EditCommands as o}from"./edit.js";import{FileCommands as a}from"./file.js";import{FilterBuilderCommands as n}from"./filter-builder.js";import{GeolocationCommands as p}from"./geolocation.js";import{GeometryToolbarCommands as g}from"./geometry-toolbar.js";import{GeometryCommands as h}from"./geometry.js";import{HighlightsCommands as f}from"./highlights.js";import{IwtmCommands as w}from"./iwtm.js";import{KpiCommands as j}from"./kpi.js";import{LayerComparisonCommands as _}from"./layer-comparison.js";import{LayerPresetsCommands as l}from"./layer-presets.js";import{LayersCommands as c}from"./layers.js";import{LicensingCommands as y}from"./licensing.js";import{LocationMarkerCommands as u}from"./location-marker.js";import{MapCommands as d}from"./map.js";import{MeasurementCommands as k}from"./measurement.js";import{NetworkCommands as b}from"./network.js";import{OfflineCommands as x}from"./offline.js";import{PanelCommands as C}from"./panel.js";import{PhotosCommands as q}from"./photos.js";import{PrintCommands as v}from"./printing.js";import{ProjectCommands as A}from"./project.js";import{QueryBuilderCommands as B}from"./query-builder.js";import{RegionCommands as M}from"./region.js";import{ReportsCommands as P}from"./reports.js";import{ResultsCommands as R}from"./results.js";import{SearchCommands as T}from"./search.js";import{SketchingCommands as z}from"./sketching.js";import{StudioAnalyticsCommands as D}from"./studioAnalytics.js";import{SystemCommands as E}from"./system.js";import{UICommands as F}from"./ui.js";import{ViewerCommands as G}from"./viewer.js";import{WorkflowCommands as H}from"./workflow.js";export class Commands extends s{app=new e(this._messages);auth=new m(this._messages);basemap=new r(this._messages);charts=new i(this._messages);drawing=new t(this._messages);edit=new o(this._messages);file=new a(this._messages);filterBuilder=new n(this._messages);geolocation=new p(this._messages);geometry=new h(this._messages);geometryToolbar=new g(this._messages);highlights=new f(this._messages);iwtm=new w(this._messages);kpi=new j(this._messages);layers=new c(this._messages);layerComparison=new _(this._messages);layerPresets=new l(this._messages);licensing=new y(this._messages);locationMarker=new u(this._messages);map=new d(this._messages);measurement=new k(this._messages);network=new b(this._messages);offline=new x(this._messages);panel=new C(this._messages);project=new A(this._messages);photos=new q(this._messages);printing=new v(this._messages);queryBuilder=new B(this._messages);region=new M(this._messages);reports=new P(this._messages);results=new R(this._messages);search=new T(this._messages);sketching=new z(this._messages);studioAnalytics=new D(this._messages);system=new E(this._messages);ui=new F(this._messages);viewer=new G(this._messages);workflow=new H(this._messages);_prefix=""}
1
+ import{CommandRegistry as s}from"../CommandRegistry.js";import{AppCommands as e}from"./app.js";import{AuthCommands as m}from"./auth.js";import{BasemapCommands as r}from"./basemap.js";import{ChartsCommands as i}from"./charts.js";import{DrawingCommands as t}from"./drawing.js";import{EditCommands as o}from"./edit.js";import{FileCommands as a}from"./file.js";import{FilterBuilderCommands as n}from"./filter-builder.js";import{GeolocationCommands as p}from"./geolocation.js";import{GeometryToolbarCommands as g}from"./geometry-toolbar.js";import{GeometryCommands as h}from"./geometry.js";import{HighlightsCommands as w}from"./highlights.js";import{IwtmCommands as f}from"./iwtm.js";import{KpiCommands as j}from"./kpi.js";import{LayerComparisonCommands as _}from"./layer-comparison.js";import{LayerPresetsCommands as l}from"./layer-presets.js";import{LayersCommands as y}from"./layers.js";import{LicensingCommands as c}from"./licensing.js";import{LocationMarkerCommands as u}from"./location-marker.js";import{MapCommands as d}from"./map.js";import{MeasurementCommands as k}from"./measurement.js";import{NetworkCommands as b}from"./network.js";import{OfflineCommands as x}from"./offline.js";import{PanelCommands as C}from"./panel.js";import{PhotosCommands as q}from"./photos.js";import{PrintCommands as v}from"./printing.js";import{ProjectCommands as A}from"./project.js";import{QueryBuilderCommands as B}from"./query-builder.js";import{RegionCommands as M}from"./region.js";import{ReportsCommands as N}from"./reports.js";import{ResultsCommands as P}from"./results.js";import{SearchCommands as R}from"./search.js";import{SketchingCommands as T}from"./sketching.js";import{StudioAnalyticsCommands as z}from"./studioAnalytics.js";import{SystemCommands as D}from"./system.js";import{UICommands as E}from"./ui.js";import{UtilityNetworkCommands as F}from"./utility-network.js";import{ViewerCommands as G}from"./viewer.js";import{WorkflowCommands as H}from"./workflow.js";export class Commands extends s{app=new e(this._messages);auth=new m(this._messages);basemap=new r(this._messages);charts=new i(this._messages);drawing=new t(this._messages);edit=new o(this._messages);file=new a(this._messages);filterBuilder=new n(this._messages);geolocation=new p(this._messages);geometry=new h(this._messages);geometryToolbar=new g(this._messages);highlights=new w(this._messages);iwtm=new f(this._messages);kpi=new j(this._messages);layers=new y(this._messages);layerComparison=new _(this._messages);layerPresets=new l(this._messages);licensing=new c(this._messages);locationMarker=new u(this._messages);map=new d(this._messages);measurement=new k(this._messages);network=new b(this._messages);offline=new x(this._messages);panel=new C(this._messages);project=new A(this._messages);photos=new q(this._messages);printing=new v(this._messages);queryBuilder=new B(this._messages);region=new M(this._messages);reports=new N(this._messages);results=new P(this._messages);search=new R(this._messages);sketching=new T(this._messages);studioAnalytics=new z(this._messages);system=new D(this._messages);ui=new E(this._messages);utilityNetwork=new F(this._messages);viewer=new G(this._messages);workflow=new H(this._messages);_prefix=""}
@@ -29,6 +29,7 @@ import { SketchingOperations } from "./sketching.js";
29
29
  import { SystemOperations } from "./system.js";
30
30
  import { TasksOperations } from "./tasks.js";
31
31
  import { UIOperations } from "./ui.js";
32
+ import { UtilityNetworkOperations } from "./utility-network.js";
32
33
  import { ViewerOperations } from "./viewer.js";
33
34
  import { WorkflowOperations } from "./workflow.js";
34
35
  export declare class Operations extends OperationRegistry {
@@ -61,6 +62,7 @@ export declare class Operations extends OperationRegistry {
61
62
  readonly results: ResultsOperations;
62
63
  readonly tasks: TasksOperations;
63
64
  readonly ui: UIOperations;
65
+ readonly utilityNetwork: UtilityNetworkOperations;
64
66
  readonly viewer: ViewerOperations;
65
67
  readonly workflow: WorkflowOperations;
66
68
  /**
@@ -1 +1 @@
1
- import{OperationRegistry as s}from"../OperationRegistry.js";import{AppOperations as e}from"./app.js";import{ArcadeOperations as m}from"./arcade.js";import{AuthOperations as i}from"./auth.js";import{BasemapOperations as r}from"./basemap.js";import{ChartOperations as t}from"./charts.js";import{DebugConsoleOperations as o}from"./debugConsole.js";import{DrawingOperations as a}from"./drawing.js";import{EditOperations as g}from"./edit.js";import{FileOperations as n}from"./file.js";import{FilterBuilderOperations as p}from"./filter-builder.js";import{GeocodeOperations as f}from"./geocode.js";import{GeolocationOperations as h}from"./geolocation.js";import{GeometryOperations as w}from"./geometry.js";import{HighlightsOperations as j}from"./highlights.js";import{KpiOperations as _}from"./kpi.js";import{LicensingOperations as l}from"./licensing.js";import{LogViewerOperations as u}from"./logViewer.js";import{MapOperations as c}from"./map.js";import{MeasurementOperations as d}from"./measurement.js";import{MessagingOperations as k}from"./messaging.js";import{NetworkOperations as y}from"./network.js";import{OfflineOperations as b}from"./offline.js";import{PortalOperations as x}from"./portal.js";import{ProjectOperations as q}from"./project.js";import{QueryBuilderOperations as v}from"./query-builder.js";import{ResultsOperations as B}from"./results.js";import{SketchingOperations as C}from"./sketching.js";import{SystemOperations as O}from"./system.js";import{TasksOperations as V}from"./tasks.js";import{UIOperations as R}from"./ui.js";import{ViewerOperations as z}from"./viewer.js";import{WorkflowOperations as A}from"./workflow.js";export class Operations extends s{arcade=new m(this._messages);auth=new i(this._messages);app=new e(this._messages);basemap=new r(this._messages);charts=new t(this._messages);edit=new g(this._messages);drawing=new a(this._messages);file=new n(this._messages);filterBuilder=new p(this._messages);geocode=new f(this._messages);geolocation=new h(this._messages);geometry=new w(this._messages);highlights=new j(this._messages);kpi=new _(this._messages);licensing=new l(this._messages);logViewer=new u(this._messages);map=new c(this._messages);measurement=new d(this._messages);messaging=new k(this._messages);network=new y(this._messages);offline=new b(this._messages);portal=new x(this._messages);project=new q(this._messages);queryBuilder=new v(this._messages);sketching=new C(this._messages);system=new O(this._messages);results=new B(this._messages);tasks=new V(this._messages);ui=new R(this._messages);viewer=new z(this._messages);workflow=new A(this._messages);debugConsole=new o(this._messages);_prefix=""}
1
+ import{OperationRegistry as s}from"../OperationRegistry.js";import{AppOperations as e}from"./app.js";import{ArcadeOperations as m}from"./arcade.js";import{AuthOperations as i}from"./auth.js";import{BasemapOperations as t}from"./basemap.js";import{ChartOperations as r}from"./charts.js";import{DebugConsoleOperations as o}from"./debugConsole.js";import{DrawingOperations as a}from"./drawing.js";import{EditOperations as g}from"./edit.js";import{FileOperations as n}from"./file.js";import{FilterBuilderOperations as p}from"./filter-builder.js";import{GeocodeOperations as w}from"./geocode.js";import{GeolocationOperations as f}from"./geolocation.js";import{GeometryOperations as h}from"./geometry.js";import{HighlightsOperations as j}from"./highlights.js";import{KpiOperations as _}from"./kpi.js";import{LicensingOperations as l}from"./licensing.js";import{LogViewerOperations as u}from"./logViewer.js";import{MapOperations as c}from"./map.js";import{MeasurementOperations as d}from"./measurement.js";import{MessagingOperations as k}from"./messaging.js";import{NetworkOperations as y}from"./network.js";import{OfflineOperations as b}from"./offline.js";import{PortalOperations as x}from"./portal.js";import{ProjectOperations as q}from"./project.js";import{QueryBuilderOperations as v}from"./query-builder.js";import{ResultsOperations as B}from"./results.js";import{SketchingOperations as C}from"./sketching.js";import{SystemOperations as O}from"./system.js";import{TasksOperations as V}from"./tasks.js";import{UIOperations as N}from"./ui.js";import{UtilityNetworkOperations as R}from"./utility-network.js";import{ViewerOperations as z}from"./viewer.js";import{WorkflowOperations as A}from"./workflow.js";export class Operations extends s{arcade=new m(this._messages);auth=new i(this._messages);app=new e(this._messages);basemap=new t(this._messages);charts=new r(this._messages);edit=new g(this._messages);drawing=new a(this._messages);file=new n(this._messages);filterBuilder=new p(this._messages);geocode=new w(this._messages);geolocation=new f(this._messages);geometry=new h(this._messages);highlights=new j(this._messages);kpi=new _(this._messages);licensing=new l(this._messages);logViewer=new u(this._messages);map=new c(this._messages);measurement=new d(this._messages);messaging=new k(this._messages);network=new y(this._messages);offline=new b(this._messages);portal=new x(this._messages);project=new q(this._messages);queryBuilder=new v(this._messages);sketching=new C(this._messages);system=new O(this._messages);results=new B(this._messages);tasks=new V(this._messages);ui=new N(this._messages);utilityNetwork=new R(this._messages);viewer=new z(this._messages);workflow=new A(this._messages);debugConsole=new o(this._messages);_prefix=""}
@@ -1,5 +1,5 @@
1
- /// <reference types="dotnet-bcl" />
2
1
  /// <reference types="esri-runtime-sdk" />
2
+ /// <reference types="dotnet-bcl" />
3
3
  import type FeatureLayer from "@arcgis/core/layers/FeatureLayer";
4
4
  import type Layer from "@arcgis/core/layers/Layer";
5
5
  import type { GeometryUnion } from "@arcgis/core/unionTypes.js";
@@ -116,6 +116,10 @@ export interface PrintErrorEventArgs extends PrintEventArgsBase {
116
116
  * The HTTP status code associated with the error, if it's a HTTP error.
117
117
  */
118
118
  errorCode?: number;
119
+ /**
120
+ * The URL from which to download the print log created by the engine.
121
+ */
122
+ downloadLogUrl?: string;
119
123
  }
120
124
  /**
121
125
  * Arguments for the printing.print-finished event.
@@ -125,6 +129,10 @@ export interface PrintFinishedEventArgs extends PrintEventArgsBase {
125
129
  * The URL from which to download the print.
126
130
  */
127
131
  downloadUrl: string;
132
+ /**
133
+ * The URL from which to download the print log created by the engine.
134
+ */
135
+ downloadLogUrl?: string;
128
136
  }
129
137
  /**
130
138
  * Arguments for the printing.print-progress event.
@@ -145,6 +153,10 @@ export interface PrintPreparedEventArgs extends PrintEventArgsBase {
145
153
  * Arguments for the printing.print-started event.
146
154
  */
147
155
  export interface PrintStartedEventArgs extends PrintEventArgsBase {
156
+ /**
157
+ * The title of the print.
158
+ */
159
+ title?: string;
148
160
  }
149
161
  export declare class PrintCommands extends CommandRegistry {
150
162
  protected readonly _prefix = "printing";
@@ -531,6 +531,10 @@
531
531
  "additionalProperties": false,
532
532
  "description": "Arguments for the printing.print-error event.",
533
533
  "properties": {
534
+ "downloadLogUrl": {
535
+ "description": "The URL from which to download the print log created by the engine.",
536
+ "type": "string"
537
+ },
534
538
  "errorCode": {
535
539
  "description": "The HTTP status code associated with the error, if it's a HTTP error.",
536
540
  "type": "number"
@@ -559,6 +563,10 @@
559
563
  "additionalProperties": false,
560
564
  "description": "Arguments for the printing.print-finished event.",
561
565
  "properties": {
566
+ "downloadLogUrl": {
567
+ "description": "The URL from which to download the print log created by the engine.",
568
+ "type": "string"
569
+ },
562
570
  "downloadUrl": {
563
571
  "description": "The URL from which to download the print.",
564
572
  "type": "string"
@@ -609,6 +617,10 @@
609
617
  "printTemplateId": {
610
618
  "description": "The ID of the print template being used.",
611
619
  "type": "string"
620
+ },
621
+ "title": {
622
+ "description": "The title of the print.",
623
+ "type": "string"
612
624
  }
613
625
  },
614
626
  "required": [
@@ -2438,6 +2438,26 @@
2438
2438
  },
2439
2439
  "type": "object"
2440
2440
  },
2441
+ "Error": {
2442
+ "additionalProperties": false,
2443
+ "properties": {
2444
+ "cause": {},
2445
+ "message": {
2446
+ "type": "string"
2447
+ },
2448
+ "name": {
2449
+ "type": "string"
2450
+ },
2451
+ "stack": {
2452
+ "type": "string"
2453
+ }
2454
+ },
2455
+ "required": [
2456
+ "message",
2457
+ "name"
2458
+ ],
2459
+ "type": "object"
2460
+ },
2441
2461
  "EvaluateWorkflowArgs": {
2442
2462
  "additionalProperties": false,
2443
2463
  "description": "Arguments for the workflow.evaluate command.",
@@ -2948,6 +2968,28 @@
2948
2968
  },
2949
2969
  "type": "object"
2950
2970
  },
2971
+ "GetUtilityElementsArgs": {
2972
+ "additionalProperties": false,
2973
+ "description": "Arguments for the getUtilityElementsFromFeatures operation.",
2974
+ "properties": {
2975
+ "features": {
2976
+ "$ref": "#/definitions/FeaturesLike",
2977
+ "description": "Features to use for the command/operation."
2978
+ },
2979
+ "maps": {
2980
+ "$ref": "MapsLike",
2981
+ "description": "Map(s) to use for the command/operation."
2982
+ },
2983
+ "utilityNetwork": {
2984
+ "$ref": "esriRuntimeSdk.UtilityNetwork",
2985
+ "description": "The utility network involved in the operation."
2986
+ }
2987
+ },
2988
+ "required": [
2989
+ "utilityNetwork"
2990
+ ],
2991
+ "type": "object"
2992
+ },
2951
2993
  "GetViewInsetsArgs": {
2952
2994
  "additionalProperties": false,
2953
2995
  "description": "Result of the \"map.get-view-insets\" operation.",
@@ -3392,6 +3434,56 @@
3392
3434
  },
3393
3435
  "type": "object"
3394
3436
  },
3437
+ "MapsFeatureResultArgs": {
3438
+ "additionalProperties": false,
3439
+ "description": "Event args for any events that contain results that were obtained for from a map operation.",
3440
+ "properties": {
3441
+ "duration": {
3442
+ "$ref": "#/definitions/TimeSpan",
3443
+ "description": "The amount of time that it took to perform the operation."
3444
+ },
3445
+ "error": {
3446
+ "$ref": "#/definitions/Error",
3447
+ "description": "The error associated with these results if there is one."
3448
+ },
3449
+ "features": {
3450
+ "$ref": "#/definitions/FeaturesLike",
3451
+ "description": "Features to use for the command/operation."
3452
+ },
3453
+ "geometry": {
3454
+ "$ref": "#/definitions/@arcgis.core.unionTypes.GeometryUnion",
3455
+ "description": "The geometry associated with the event. This may be an alteration of the original geometry (eg. Buffered)."
3456
+ },
3457
+ "maps": {
3458
+ "$ref": "MapsLike",
3459
+ "description": "Map(s) to use for the command/operation."
3460
+ },
3461
+ "originalGeometry": {
3462
+ "$ref": "#/definitions/@arcgis.core.unionTypes.GeometryUnion",
3463
+ "description": "The original geometry associated with the event. The original geometry pertains to the original input geometry that was passed into the operation before the event was generated."
3464
+ },
3465
+ "sourceOperation": {
3466
+ "$ref": "#/definitions/SourceOperation",
3467
+ "description": "The type of operation that created these results."
3468
+ },
3469
+ "sources": {
3470
+ "description": "The feature sources that were used to produce the result.",
3471
+ "items": {
3472
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource"
3473
+ },
3474
+ "type": "array"
3475
+ }
3476
+ },
3477
+ "required": [
3478
+ "duration",
3479
+ "error",
3480
+ "geometry",
3481
+ "originalGeometry",
3482
+ "sourceOperation",
3483
+ "sources"
3484
+ ],
3485
+ "type": "object"
3486
+ },
3395
3487
  "MapsLike": {
3396
3488
  "anyOf": [
3397
3489
  {
@@ -3458,6 +3550,44 @@
3458
3550
  ],
3459
3551
  "type": "string"
3460
3552
  },
3553
+ "NetworkTraceArgs": {
3554
+ "additionalProperties": false,
3555
+ "description": "Arguments for the runTrace operation.",
3556
+ "properties": {
3557
+ "barriers": {
3558
+ "description": "The barriers to use for the trace (optional).",
3559
+ "items": {
3560
+ "$ref": "esriRuntimeSdk.UtilityElement"
3561
+ },
3562
+ "type": "array"
3563
+ },
3564
+ "maps": {
3565
+ "$ref": "MapsLike",
3566
+ "description": "Map(s) to use for the command/operation."
3567
+ },
3568
+ "startPoints": {
3569
+ "description": "The start point(s) to use for the trace.",
3570
+ "items": {
3571
+ "$ref": "esriRuntimeSdk.UtilityElement"
3572
+ },
3573
+ "type": "array"
3574
+ },
3575
+ "traceConfiguration": {
3576
+ "$ref": "esriRuntimeSdk.UtilityNamedTraceConfiguration",
3577
+ "description": "The configuration to use for the trace."
3578
+ },
3579
+ "utilityNetwork": {
3580
+ "$ref": "esriRuntimeSdk.UtilityNetwork",
3581
+ "description": "The utility network involved in the operation."
3582
+ }
3583
+ },
3584
+ "required": [
3585
+ "startPoints",
3586
+ "traceConfiguration",
3587
+ "utilityNetwork"
3588
+ ],
3589
+ "type": "object"
3590
+ },
3461
3591
  "NotificationCategory": {
3462
3592
  "description": "A category for a notification that affects the color and icon used.",
3463
3593
  "enum": [
@@ -4623,6 +4753,18 @@
4623
4753
  },
4624
4754
  "type": "object"
4625
4755
  },
4756
+ "SourceOperation": {
4757
+ "description": "Describes the source of results.",
4758
+ "enum": [
4759
+ "Add",
4760
+ "Geocode",
4761
+ "Identify",
4762
+ "Search",
4763
+ "Unknown",
4764
+ "Workflow"
4765
+ ],
4766
+ "type": "string"
4767
+ },
4626
4768
  "StartSketchArgs": {
4627
4769
  "additionalProperties": false,
4628
4770
  "description": "Arguments for the \"map.start-sketch\" operation.",
@@ -4901,6 +5043,41 @@
4901
5043
  },
4902
5044
  "type": "object"
4903
5045
  },
5046
+ "TimeSpan": {
5047
+ "additionalProperties": false,
5048
+ "type": "object"
5049
+ },
5050
+ "TraceCompletedArgs": {
5051
+ "additionalProperties": false,
5052
+ "description": "Results from a completed trace.",
5053
+ "properties": {
5054
+ "maps": {
5055
+ "$ref": "MapsLike",
5056
+ "description": "Map(s) to use for the command/operation."
5057
+ },
5058
+ "traceConfiguration": {
5059
+ "$ref": "esriRuntimeSdk.UtilityNamedTraceConfiguration",
5060
+ "description": "The configuration that was used to get these results."
5061
+ },
5062
+ "traceResults": {
5063
+ "description": "Results from the trace.",
5064
+ "items": {
5065
+ "$ref": "esriRuntimeSdk.UtilityTraceResult"
5066
+ },
5067
+ "type": "array"
5068
+ },
5069
+ "utilityNetwork": {
5070
+ "$ref": "esriRuntimeSdk.UtilityNetwork",
5071
+ "description": "The utility network involved in the operation."
5072
+ }
5073
+ },
5074
+ "required": [
5075
+ "traceConfiguration",
5076
+ "traceResults",
5077
+ "utilityNetwork"
5078
+ ],
5079
+ "type": "object"
5080
+ },
4904
5081
  "TrackCustomEventArgs": {
4905
5082
  "additionalProperties": false,
4906
5083
  "description": "Arguments for the 'studio-analytics.track-custom-event' command.",
@@ -5090,6 +5267,24 @@
5090
5267
  ],
5091
5268
  "type": "object"
5092
5269
  },
5270
+ "UtilityNetworkArgs": {
5271
+ "additionalProperties": false,
5272
+ "description": "Arguments relating to a utility network.",
5273
+ "properties": {
5274
+ "maps": {
5275
+ "$ref": "MapsLike",
5276
+ "description": "Map(s) to use for the command/operation."
5277
+ },
5278
+ "utilityNetwork": {
5279
+ "$ref": "esriRuntimeSdk.UtilityNetwork",
5280
+ "description": "The utility network involved in the operation."
5281
+ }
5282
+ },
5283
+ "required": [
5284
+ "utilityNetwork"
5285
+ ],
5286
+ "type": "object"
5287
+ },
5093
5288
  "VisualVariableJson": {
5094
5289
  "anyOf": [
5095
5290
  {
@@ -17019,6 +17214,66 @@
17019
17214
  "ui.set-theme:input": {
17020
17215
  "type": "string"
17021
17216
  },
17217
+ "utility-network.feature-results-from-trace": {
17218
+ "description": "Gets feature results args from trace results, to display in the results list for example.",
17219
+ "enum": [
17220
+ "utility-network.feature-results-from-trace"
17221
+ ]
17222
+ },
17223
+ "utility-network.feature-results-from-trace:input": {
17224
+ "$ref": "#/definitions/TraceCompletedArgs"
17225
+ },
17226
+ "utility-network.feature-results-from-trace:output": {
17227
+ "$ref": "MapsFeatureResultArgs"
17228
+ },
17229
+ "utility-network.get-named-traces": {
17230
+ "description": "Returns a list of available named traces from the specified network. Mobile only. Only available to VertiGIS Networks customers.",
17231
+ "enum": [
17232
+ "utility-network.get-named-traces"
17233
+ ]
17234
+ },
17235
+ "utility-network.get-named-traces:input": {
17236
+ "$ref": "#/definitions/UtilityNetworkArgs"
17237
+ },
17238
+ "utility-network.get-named-traces:output": {
17239
+ "items": {
17240
+ "$ref": "esriRuntimeSdk.UtilityNamedTraceConfiguration"
17241
+ },
17242
+ "type": "array"
17243
+ },
17244
+ "utility-network.get-utility-elements-from-features": {
17245
+ "description": "Gets a list of UtilityElements from a list of Features. Mobile only. Only available to VertiGIS Networks customers.",
17246
+ "enum": [
17247
+ "utility-network.get-utility-elements-from-features"
17248
+ ]
17249
+ },
17250
+ "utility-network.get-utility-elements-from-features:input": {
17251
+ "$ref": "#/definitions/GetUtilityElementsArgs"
17252
+ },
17253
+ "utility-network.get-utility-elements-from-features:output": {
17254
+ "items": {
17255
+ "$ref": "esriRuntimeSdk.UtilityElement"
17256
+ },
17257
+ "type": "array"
17258
+ },
17259
+ "utility-network.run-trace": {
17260
+ "description": "Runs a trace on a utility network. Mobile only. Only available to VertiGIS Networks customers.",
17261
+ "enum": [
17262
+ "utility-network.run-trace"
17263
+ ]
17264
+ },
17265
+ "utility-network.run-trace:input": {
17266
+ "$ref": "#/definitions/NetworkTraceArgs"
17267
+ },
17268
+ "utility-network.run-trace:output": {
17269
+ "$ref": "#/definitions/TraceCompletedArgs"
17270
+ },
17271
+ "utility-network.show-trace-panel": {
17272
+ "description": "Displays the UI panel to perform a named trace. Mobile only. Only available to VertiGIS Networks customers.",
17273
+ "enum": [
17274
+ "utility-network.show-trace-panel"
17275
+ ]
17276
+ },
17022
17277
  "viewer-spec.Action": {
17023
17278
  "anyOf": [
17024
17279
  {
@@ -19350,6 +19605,9 @@
19350
19605
  {
19351
19606
  "$ref": "#/definitions/ui.set-theme"
19352
19607
  },
19608
+ {
19609
+ "$ref": "#/definitions/utility-network.show-trace-panel"
19610
+ },
19353
19611
  {
19354
19612
  "$ref": "#/definitions/viewer.log-debug"
19355
19613
  },
@@ -20188,6 +20446,70 @@
20188
20446
  ],
20189
20447
  "type": "object"
20190
20448
  },
20449
+ {
20450
+ "additionalProperties": false,
20451
+ "properties": {
20452
+ "arguments": {
20453
+ "$ref": "#/definitions/utility-network.feature-results-from-trace:input"
20454
+ },
20455
+ "name": {
20456
+ "$ref": "#/definitions/utility-network.feature-results-from-trace"
20457
+ }
20458
+ },
20459
+ "required": [
20460
+ "name",
20461
+ "arguments"
20462
+ ],
20463
+ "type": "object"
20464
+ },
20465
+ {
20466
+ "additionalProperties": false,
20467
+ "properties": {
20468
+ "arguments": {
20469
+ "$ref": "#/definitions/utility-network.get-named-traces:input"
20470
+ },
20471
+ "name": {
20472
+ "$ref": "#/definitions/utility-network.get-named-traces"
20473
+ }
20474
+ },
20475
+ "required": [
20476
+ "name",
20477
+ "arguments"
20478
+ ],
20479
+ "type": "object"
20480
+ },
20481
+ {
20482
+ "additionalProperties": false,
20483
+ "properties": {
20484
+ "arguments": {
20485
+ "$ref": "#/definitions/utility-network.get-utility-elements-from-features:input"
20486
+ },
20487
+ "name": {
20488
+ "$ref": "#/definitions/utility-network.get-utility-elements-from-features"
20489
+ }
20490
+ },
20491
+ "required": [
20492
+ "name",
20493
+ "arguments"
20494
+ ],
20495
+ "type": "object"
20496
+ },
20497
+ {
20498
+ "additionalProperties": false,
20499
+ "properties": {
20500
+ "arguments": {
20501
+ "$ref": "#/definitions/utility-network.run-trace:input"
20502
+ },
20503
+ "name": {
20504
+ "$ref": "#/definitions/utility-network.run-trace"
20505
+ }
20506
+ },
20507
+ "required": [
20508
+ "name",
20509
+ "arguments"
20510
+ ],
20511
+ "type": "object"
20512
+ },
20191
20513
  {
20192
20514
  "additionalProperties": false,
20193
20515
  "properties": {
@@ -20378,6 +20700,18 @@
20378
20700
  {
20379
20701
  "$ref": "#/definitions/ui.confirm"
20380
20702
  },
20703
+ {
20704
+ "$ref": "#/definitions/utility-network.feature-results-from-trace"
20705
+ },
20706
+ {
20707
+ "$ref": "#/definitions/utility-network.get-named-traces"
20708
+ },
20709
+ {
20710
+ "$ref": "#/definitions/utility-network.get-utility-elements-from-features"
20711
+ },
20712
+ {
20713
+ "$ref": "#/definitions/utility-network.run-trace"
20714
+ },
20381
20715
  {
20382
20716
  "$ref": "#/definitions/workflow.evaluate"
20383
20717
  }
@@ -1670,6 +1670,10 @@
1670
1670
  "additionalProperties": false,
1671
1671
  "description": "Arguments for the printing.print-error event.",
1672
1672
  "properties": {
1673
+ "downloadLogUrl": {
1674
+ "description": "The URL from which to download the print log created by the engine.",
1675
+ "type": "string"
1676
+ },
1673
1677
  "errorCode": {
1674
1678
  "description": "The HTTP status code associated with the error, if it's a HTTP error.",
1675
1679
  "type": "number"
@@ -1698,6 +1702,10 @@
1698
1702
  "additionalProperties": false,
1699
1703
  "description": "Arguments for the printing.print-finished event.",
1700
1704
  "properties": {
1705
+ "downloadLogUrl": {
1706
+ "description": "The URL from which to download the print log created by the engine.",
1707
+ "type": "string"
1708
+ },
1701
1709
  "downloadUrl": {
1702
1710
  "description": "The URL from which to download the print.",
1703
1711
  "type": "string"
@@ -1748,6 +1756,10 @@
1748
1756
  "printTemplateId": {
1749
1757
  "description": "The ID of the print template being used.",
1750
1758
  "type": "string"
1759
+ },
1760
+ "title": {
1761
+ "description": "The title of the print.",
1762
+ "type": "string"
1751
1763
  }
1752
1764
  },
1753
1765
  "required": [
@@ -1334,6 +1334,10 @@
1334
1334
  "additionalProperties": false,
1335
1335
  "description": "Arguments for the printing.print-error event.",
1336
1336
  "properties": {
1337
+ "downloadLogUrl": {
1338
+ "description": "The URL from which to download the print log created by the engine.",
1339
+ "type": "string"
1340
+ },
1337
1341
  "errorCode": {
1338
1342
  "description": "The HTTP status code associated with the error, if it's a HTTP error.",
1339
1343
  "type": "number"
@@ -1362,6 +1366,10 @@
1362
1366
  "additionalProperties": false,
1363
1367
  "description": "Arguments for the printing.print-finished event.",
1364
1368
  "properties": {
1369
+ "downloadLogUrl": {
1370
+ "description": "The URL from which to download the print log created by the engine.",
1371
+ "type": "string"
1372
+ },
1365
1373
  "downloadUrl": {
1366
1374
  "description": "The URL from which to download the print.",
1367
1375
  "type": "string"
@@ -1450,6 +1458,10 @@
1450
1458
  "printTemplateId": {
1451
1459
  "description": "The ID of the print template being used.",
1452
1460
  "type": "string"
1461
+ },
1462
+ "title": {
1463
+ "description": "The title of the print.",
1464
+ "type": "string"
1453
1465
  }
1454
1466
  },
1455
1467
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.1.0",
3
+ "version": "59.3.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "59.1.0";
4
+ export declare const version = "59.3.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "59.1.0";
4
+ export const version = "59.3.0";