@vertigis/viewer-spec 58.21.0 → 58.22.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.
@@ -20,6 +20,7 @@ import { LicensingCommands } from "./licensing.js";
20
20
  import { LocationMarkerCommands } from "./location-marker.js";
21
21
  import { MapCommands } from "./map.js";
22
22
  import { MeasurementCommands } from "./measurement.js";
23
+ import { NetworkCommands } from "./network.js";
23
24
  import { OfflineCommands } from "./offline.js";
24
25
  import { PanelCommands } from "./panel.js";
25
26
  import { PhotosCommands } from "./photos.js";
@@ -58,6 +59,7 @@ export declare class Commands extends CommandRegistry {
58
59
  readonly locationMarker: LocationMarkerCommands;
59
60
  readonly map: MapCommands;
60
61
  readonly measurement: MeasurementCommands;
62
+ readonly network: NetworkCommands;
61
63
  readonly offline: OfflineCommands;
62
64
  readonly panel: PanelCommands;
63
65
  readonly project: ProjectCommands;
@@ -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{OfflineCommands as b}from"./offline.js";import{PanelCommands as x}from"./panel.js";import{PhotosCommands as C}from"./photos.js";import{PrintCommands as q}from"./printing.js";import{ProjectCommands as v}from"./project.js";import{QueryBuilderCommands as A}from"./query-builder.js";import{RegionCommands as B}from"./region.js";import{ReportsCommands as M}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{ViewerCommands as F}from"./viewer.js";import{WorkflowCommands as G}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);offline=new b(this._messages);panel=new x(this._messages);project=new v(this._messages);photos=new C(this._messages);printing=new q(this._messages);queryBuilder=new A(this._messages);region=new B(this._messages);reports=new M(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);viewer=new F(this._messages);workflow=new G(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 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=""}
@@ -12,6 +12,7 @@ import { LayersEvents } from "./layers.js";
12
12
  import { LayoutEvents } from "./layout.js";
13
13
  import { LocationMarkerEvents } from "./location-marker.js";
14
14
  import { MapEvents } from "./map.js";
15
+ import { NetworkEvents } from "./network.js";
15
16
  import { OfflineEvents } from "./offline.js";
16
17
  import { PanelEvents } from "./panel.js";
17
18
  import { PhotosEvents } from "./photos.js";
@@ -42,6 +43,7 @@ export declare class Events extends EventRegistry {
42
43
  readonly layout: LayoutEvents;
43
44
  readonly locationMarker: LocationMarkerEvents;
44
45
  readonly map: MapEvents;
46
+ readonly network: NetworkEvents;
45
47
  readonly offline: OfflineEvents;
46
48
  readonly panel: PanelEvents;
47
49
  readonly project: ProjectEvents;
@@ -1 +1 @@
1
- import{EventRegistry as s}from"../EventRegistry.js";import{AppConfigEvents as e}from"./app-config.js";import{AppEvents as o}from"./app.js";import{AuthEvents as t}from"./auth.js";import{BookmarkEvents as m}from"./bookmark.js";import{DeviceEvents as r}from"./device.js";import{DisplayEvents as i}from"./display.js";import{EditEvents as a}from"./edit.js";import{GeolocationEvents as p}from"./geolocation.js";import{InputEvents as n}from"./input.js";import{LayersEvents as g}from"./layers.js";import{LayoutEvents as f}from"./layout.js";import{LocationMarkerEvents as h}from"./location-marker.js";import{MapEvents as w}from"./map.js";import{OfflineEvents as j}from"./offline.js";import{PanelEvents as _}from"./panel.js";import{PhotosEvents as l}from"./photos.js";import{PortalEvents as c}from"./portal.js";import{PrintEvents as u}from"./printing.js";import{ProjectEvents as k}from"./project.js";import{RegionEvents as d}from"./region.js";import{ReportEvents as y}from"./reports.js";import{ResultsEvents as v}from"./results.js";import{SearchEvents as x}from"./search.js";import{SettingsEvents as b}from"./settings.js";import{ShortcutEvents as E}from"./shortcut.js";import{TasksEvents as C}from"./tasks.js";import{UIEvents as M}from"./ui.js";import{ViewerEvents as R}from"./viewer.js";import{WorkflowEvents as q}from"./workflow.js";export class Events extends s{app=new o(this._messages);appConfig=new e(this._messages);auth=new t(this._messages);bookmark=new m(this._messages);device=new r(this._messages);display=new i(this._messages);edit=new a(this._messages);geolocation=new p(this._messages);input=new n(this._messages);layers=new g(this._messages);layout=new f(this._messages);locationMarker=new h(this._messages);map=new w(this._messages);offline=new j(this._messages);panel=new _(this._messages);project=new k(this._messages);photos=new l(this._messages);portal=new c(this._messages);printing=new u(this._messages);region=new d(this._messages);reports=new y(this._messages);results=new v(this._messages);search=new x(this._messages);settings=new b(this._messages);shortcuts=new E(this._messages);tasks=new C(this._messages);ui=new M(this._messages);viewer=new R(this._messages);workflow=new q(this._messages);_prefix=""}
1
+ import{EventRegistry as s}from"../EventRegistry.js";import{AppConfigEvents as e}from"./app-config.js";import{AppEvents as o}from"./app.js";import{AuthEvents as t}from"./auth.js";import{BookmarkEvents as m}from"./bookmark.js";import{DeviceEvents as r}from"./device.js";import{DisplayEvents as i}from"./display.js";import{EditEvents as a}from"./edit.js";import{GeolocationEvents as p}from"./geolocation.js";import{InputEvents as n}from"./input.js";import{LayersEvents as g}from"./layers.js";import{LayoutEvents as f}from"./layout.js";import{LocationMarkerEvents as h}from"./location-marker.js";import{MapEvents as w}from"./map.js";import{NetworkEvents as j}from"./network.js";import{OfflineEvents as _}from"./offline.js";import{PanelEvents as l}from"./panel.js";import{PhotosEvents as c}from"./photos.js";import{PortalEvents as k}from"./portal.js";import{PrintEvents as u}from"./printing.js";import{ProjectEvents as d}from"./project.js";import{RegionEvents as y}from"./region.js";import{ReportEvents as v}from"./reports.js";import{ResultsEvents as x}from"./results.js";import{SearchEvents as b}from"./search.js";import{SettingsEvents as E}from"./settings.js";import{ShortcutEvents as C}from"./shortcut.js";import{TasksEvents as M}from"./tasks.js";import{UIEvents as R}from"./ui.js";import{ViewerEvents as q}from"./viewer.js";import{WorkflowEvents as z}from"./workflow.js";export class Events extends s{app=new o(this._messages);appConfig=new e(this._messages);auth=new t(this._messages);bookmark=new m(this._messages);device=new r(this._messages);display=new i(this._messages);edit=new a(this._messages);geolocation=new p(this._messages);input=new n(this._messages);layers=new g(this._messages);layout=new f(this._messages);locationMarker=new h(this._messages);map=new w(this._messages);network=new j(this._messages);offline=new _(this._messages);panel=new l(this._messages);project=new d(this._messages);photos=new c(this._messages);portal=new k(this._messages);printing=new u(this._messages);region=new y(this._messages);reports=new v(this._messages);results=new x(this._messages);search=new b(this._messages);settings=new E(this._messages);shortcuts=new C(this._messages);tasks=new M(this._messages);ui=new R(this._messages);viewer=new q(this._messages);workflow=new z(this._messages);_prefix=""}
@@ -1,4 +1,5 @@
1
1
  import type { Command } from "../Command.js";
2
+ import { CommandRegistry } from "../CommandRegistry.js";
2
3
  import type { Event } from "../Event.js";
3
4
  import { EventRegistry } from "../EventRegistry.js";
4
5
  import type { Operation } from "../Operation.js";
@@ -12,39 +13,42 @@ export interface HostAndPortArgs {
12
13
  /** The port number to connect to. Must be an integer. */
13
14
  port: number;
14
15
  }
15
- export declare class NetworkEvents extends EventRegistry {
16
+ export declare class NetworkCommands extends CommandRegistry {
16
17
  protected readonly _prefix = "network";
17
18
  /**
18
- * Raised when the user has blocked the app from making web requests. Mobile
19
- * only.
19
+ * Turns on Disconnected Mode which prevents the app from making web
20
+ * requests independent of the device's network connectivity.
20
21
  *
21
22
  * @mobileOnly
22
23
  */
23
- get webRequestsDisabled(): Event;
24
+ get disableWebRequests(): Command<void>;
24
25
  /**
25
- * Raised when the user has allowed the app to make web requests. Mobile
26
- * only.
26
+ * Turns off Disconnected Mode allowing the device to make web requests if
27
+ * it has a network connection.
27
28
  *
28
29
  * @mobileOnly
29
30
  */
30
- get webRequestsEnabled(): Event;
31
+ get enableWebRequests(): Command<void>;
31
32
  }
32
- export declare class NetworkOperations extends OperationRegistry {
33
+ export declare class NetworkEvents extends EventRegistry {
33
34
  protected readonly _prefix = "network";
34
35
  /**
35
- * Turns on Disconnected Mode which prevents the app from making web
36
- * requests independent of the device's network connectivity.
36
+ * Raised when the user has blocked the app from making web requests. Mobile
37
+ * only.
37
38
  *
38
39
  * @mobileOnly
39
40
  */
40
- get disableWebRequests(): Command<void>;
41
+ get webRequestsDisabled(): Event;
41
42
  /**
42
- * Turns off Disconnected Mode allowing the device to make web requests if
43
- * it has a network connection.
43
+ * Raised when the user has allowed the app to make web requests. Mobile
44
+ * only.
44
45
  *
45
46
  * @mobileOnly
46
47
  */
47
- get enableWebRequests(): Command<void>;
48
+ get webRequestsEnabled(): Event;
49
+ }
50
+ export declare class NetworkOperations extends OperationRegistry {
51
+ protected readonly _prefix = "network";
48
52
  /**
49
53
  * Determines if Disconnected Mode is enabled and web requests can be sent
50
54
  * by the app.
@@ -1 +1 @@
1
- import{EventRegistry as e}from"../EventRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class NetworkEvents extends e{_prefix="network";get webRequestsDisabled(){return this._get("web-requests-disabled")}get webRequestsEnabled(){return this._get("web-requests-enabled")}}export class NetworkOperations extends t{_prefix="network";get disableWebRequests(){return this._get("disable-web-requests")}get enableWebRequests(){return this._get("enable-web-requests")}get areWebRequestsDisabled(){return this._get("are-web-requests-disabled")}get hasConnection(){return this._get("has-connection")}get getStatus(){return this._get("get-status")}get canReachHost(){return this._get("can-reach-host")}get canReachUrl(){return this._get("can-reach-url")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export class NetworkCommands extends e{_prefix="network";get disableWebRequests(){return this._get("disable-web-requests")}get enableWebRequests(){return this._get("enable-web-requests")}}export class NetworkEvents extends t{_prefix="network";get webRequestsDisabled(){return this._get("web-requests-disabled")}get webRequestsEnabled(){return this._get("web-requests-enabled")}}export class NetworkOperations extends s{_prefix="network";get areWebRequestsDisabled(){return this._get("are-web-requests-disabled")}get hasConnection(){return this._get("has-connection")}get getStatus(){return this._get("get-status")}get canReachHost(){return this._get("can-reach-host")}get canReachUrl(){return this._get("can-reach-url")}}
@@ -0,0 +1,15 @@
1
+ import type { Event } from "../Event.js";
2
+ import { EventRegistry } from "../EventRegistry.js";
3
+ import type { TraceCompletedArgs } from "./utility-network.js";
4
+ /**
5
+ * Events relating to utility network tracing.
6
+ */
7
+ export declare class TracingEvents extends EventRegistry {
8
+ protected readonly _prefix = "tracing";
9
+ /**
10
+ * Raised when a utility network trace is succesfully completed.
11
+ *
12
+ * @mobileOnly
13
+ */
14
+ get completed(): Event<TraceCompletedArgs>;
15
+ }
@@ -0,0 +1 @@
1
+ import{EventRegistry as e}from"../EventRegistry.js";export class TracingEvents extends e{_prefix="tracing";get completed(){return this._get("trace-completed")}}
@@ -0,0 +1,99 @@
1
+ /// <reference types="esri-runtime-sdk" />
2
+ import type UtilityElement from "esri-runtime-sdk/UtilityElement";
3
+ import type UtilityNamedTraceConfiguration from "esri-runtime-sdk/UtilityNamedTraceConfiguration";
4
+ import type UtilityNetwork from "esri-runtime-sdk/UtilityNetwork";
5
+ import type UtilityTraceResult from "esri-runtime-sdk/UtilityTraceResult";
6
+ import type { Command } from "../Command.js";
7
+ import { CommandRegistry } from "../CommandRegistry.js";
8
+ import type { Operation } from "../Operation.js";
9
+ import { OperationRegistry } from "../OperationRegistry.js";
10
+ import type { HasMaps, MapsFeatureResultArgs, HasMapsAndFeatures } from "../common.js";
11
+ /**
12
+ * Arguments relating to a utility network.
13
+ */
14
+ export interface HasUtilityNetwork {
15
+ /**
16
+ * The utility network involved in the operation.
17
+ */
18
+ utilityNetwork: UtilityNetwork;
19
+ }
20
+ /**
21
+ * Results from a completed trace.
22
+ */
23
+ export interface TraceCompletedArgs extends MapsFeatureResultArgs, HasUtilityNetwork {
24
+ /**
25
+ * Results from the trace.
26
+ */
27
+ traceResults: UtilityTraceResult[];
28
+ /**
29
+ * The configuration that was used to get these results.
30
+ */
31
+ traceConfiguration: UtilityNamedTraceConfiguration;
32
+ }
33
+ /**
34
+ * Arguments for the runTrace operation.
35
+ */
36
+ export interface NetworkTraceArgs extends UtilityNetworkArgs {
37
+ /**
38
+ * The start point(s) to use for the trace.
39
+ */
40
+ startPoints: UtilityElement[];
41
+ /**
42
+ * The barriers to use for the trace (optional).
43
+ */
44
+ barriers?: UtilityElement[];
45
+ /**
46
+ * The configuration to use for the trace.
47
+ */
48
+ traceConfiguration: UtilityNamedTraceConfiguration;
49
+ }
50
+ /**
51
+ * Arguments for the getUtilityElementsFromFeatures operation.
52
+ */
53
+ export interface GetUtilityElementsArgs extends HasUtilityNetwork, HasMapsAndFeatures {
54
+ }
55
+ /**
56
+ * Arguments relating to a utility network.
57
+ */
58
+ export interface UtilityNetworkArgs extends HasUtilityNetwork, HasMaps {
59
+ }
60
+ /**
61
+ * Commands relating to utility networks.
62
+ */
63
+ export declare class UtilityNetworkCommands extends CommandRegistry {
64
+ protected readonly _prefix = "utility-network";
65
+ /**
66
+ * Displays the UI panel to perform a named trace. Mobile only. Only
67
+ * available to VertiGIS Networks customers.
68
+ *
69
+ * @mobileOnly
70
+ */
71
+ get showTracePanel(): Command;
72
+ }
73
+ /**
74
+ * Operations relating to utility networks.
75
+ */
76
+ export declare class UtilityNetworkOperations extends OperationRegistry {
77
+ protected readonly _prefix = "utility-network";
78
+ /**
79
+ * Runs a trace on a utility network. Mobile only. Only available to
80
+ * VertiGIS Networks customers.
81
+ *
82
+ * @mobileOnly
83
+ */
84
+ get runTrace(): Operation<NetworkTraceArgs, TraceCompletedArgs>;
85
+ /**
86
+ * Gets a list of UtilityElements from a list of Features. Mobile only. Only
87
+ * available to VertiGIS Networks customers.
88
+ *
89
+ * @mobileOnly
90
+ */
91
+ get getUtilityElementsFromFeatures(): Operation<GetUtilityElementsArgs, UtilityElement[]>;
92
+ /**
93
+ * Returns a list of available named traces from the specified network.
94
+ * Mobile only. Only available to VertiGIS Networks customers.
95
+ *
96
+ * @mobileOnly
97
+ */
98
+ get getNamedTraces(): Operation<UtilityNetworkArgs, UtilityNamedTraceConfiguration[]>;
99
+ }
@@ -0,0 +1 @@
1
+ import{CommandRegistry as t}from"../CommandRegistry.js";import{OperationRegistry as e}from"../OperationRegistry.js";export class UtilityNetworkCommands extends t{_prefix="utility-network";get showTracePanel(){return this._get("show-network-trace-panel")}}export class UtilityNetworkOperations extends e{_prefix="utility-network";get runTrace(){return this._get("run-trace")}get getUtilityElementsFromFeatures(){return this._get("get-elements-from-features")}get getNamedTraces(){return this._get("get-trace-configurations")}}
@@ -15687,6 +15687,18 @@
15687
15687
  "network.can-reach-url:output": {
15688
15688
  "type": "boolean"
15689
15689
  },
15690
+ "network.disable-web-requests": {
15691
+ "description": "Turns on Disconnected Mode which prevents the app from making web requests independent of the device's network connectivity.",
15692
+ "enum": [
15693
+ "network.disable-web-requests"
15694
+ ]
15695
+ },
15696
+ "network.enable-web-requests": {
15697
+ "description": "Turns off Disconnected Mode allowing the device to make web requests if it has a network connection.",
15698
+ "enum": [
15699
+ "network.enable-web-requests"
15700
+ ]
15701
+ },
15690
15702
  "network.get-status": {
15691
15703
  "description": "Returns the network status. Mobile only.",
15692
15704
  "enum": [
@@ -18795,6 +18807,12 @@
18795
18807
  {
18796
18808
  "$ref": "#/definitions/measurement.stop"
18797
18809
  },
18810
+ {
18811
+ "$ref": "#/definitions/network.disable-web-requests"
18812
+ },
18813
+ {
18814
+ "$ref": "#/definitions/network.enable-web-requests"
18815
+ },
18798
18816
  {
18799
18817
  "$ref": "#/definitions/offline.cancel-create-area"
18800
18818
  },
@@ -11697,6 +11697,18 @@
11697
11697
  "map.viewpoint-changed:input": {
11698
11698
  "$ref": "MapEvent"
11699
11699
  },
11700
+ "network.web-requests-disabled": {
11701
+ "description": "Raised when the user has blocked the app from making web requests. Mobile only.",
11702
+ "enum": [
11703
+ "network.web-requests-disabled"
11704
+ ]
11705
+ },
11706
+ "network.web-requests-enabled": {
11707
+ "description": "Raised when the user has allowed the app to make web requests. Mobile only.",
11708
+ "enum": [
11709
+ "network.web-requests-enabled"
11710
+ ]
11711
+ },
11700
11712
  "offline.area-activated": {
11701
11713
  "description": "Raised when an offline area is activated. Mobile only.",
11702
11714
  "enum": [
@@ -12269,6 +12281,12 @@
12269
12281
  {
12270
12282
  "$ref": "#/definitions/map.viewpoint-changed"
12271
12283
  },
12284
+ {
12285
+ "$ref": "#/definitions/network.web-requests-disabled"
12286
+ },
12287
+ {
12288
+ "$ref": "#/definitions/network.web-requests-enabled"
12289
+ },
12272
12290
  {
12273
12291
  "$ref": "#/definitions/offline.area-activated"
12274
12292
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "58.21.0",
3
+ "version": "58.22.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 = "58.21.0";
4
+ export declare const version = "58.22.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 = "58.21.0";
4
+ export const version = "58.22.0";