@vertigis/viewer-spec 61.14.0 → 61.15.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.
Files changed (109) hide show
  1. package/analytics/MobileAction.d.ts +1 -1
  2. package/analytics/WebAction.d.ts +1 -1
  3. package/app-config/AppConfig.d.ts +1 -1
  4. package/app-config/common/ApplicationModelProperties.d.ts +1 -1
  5. package/app-config/common/BookmarksModelProperties.d.ts +2 -2
  6. package/app-config/common/BrandingThemeProperties.d.ts +1 -1
  7. package/app-config/common/CoordinateModelProperties.d.ts +1 -1
  8. package/app-config/common/EventListenerModelProperties.d.ts +1 -1
  9. package/app-config/common/FeatureDetailsModelProperties.d.ts +1 -1
  10. package/app-config/common/HighlightModelProperties.d.ts +1 -1
  11. package/app-config/common/LayerPresetsModelProperties.d.ts +1 -1
  12. package/app-config/common/LayoutProperties.d.ts +1 -1
  13. package/app-config/common/MapModelProperties.d.ts +1 -1
  14. package/app-config/common/MenuModelProperties.d.ts +2 -2
  15. package/app-config/common/ModelProperties.d.ts +1 -1
  16. package/app-config/common/RegionModelProperties.d.ts +1 -1
  17. package/app-config/common/ResultsModelProperties.d.ts +1 -1
  18. package/app-config/common/SearchModelProperties.d.ts +1 -1
  19. package/app-config/common/TranslatableText.d.ts +1 -1
  20. package/app-config/common/WorkflowModelProperties.d.ts +1 -1
  21. package/app-config/common/colors.d.ts +2 -2
  22. package/app-config/mobile/BasemapModelProperties.d.ts +1 -1
  23. package/app-config/mobile/CoordinateModelProperties.d.ts +1 -1
  24. package/app-config/mobile/FeatureDetailsModelProperties.d.ts +1 -1
  25. package/app-config/mobile/MapModelProperties.d.ts +1 -1
  26. package/app-config/mobile/OfflineModelProperties.d.ts +1 -1
  27. package/app-config/mobile/ResultsModelProperties.d.ts +1 -1
  28. package/app-config/schema/common-app-config.schema.json +1 -1
  29. package/app-config/schema/mobile-app-config.schema.json +1 -1
  30. package/app-config/schema/web-app-config.schema.json +1 -1
  31. package/app-config/web/BasemapModelProperties.d.ts +1 -1
  32. package/app-config/web/ChartModelProperties.d.ts +2 -2
  33. package/app-config/web/DataLinkSourceProperties.d.ts +2 -2
  34. package/app-config/web/DrawModelProperties.d.ts +9 -9
  35. package/app-config/web/FeatureInfoModelProperties.d.ts +1 -1
  36. package/app-config/web/FeatureListProperties.d.ts +1 -1
  37. package/app-config/web/FeatureSetProperties.d.ts +3 -3
  38. package/app-config/web/FeatureSummaryModelProperties.d.ts +1 -1
  39. package/app-config/web/GeoDataModelProperties.d.ts +1 -1
  40. package/app-config/web/GeocoderModelProperties.d.ts +2 -2
  41. package/app-config/web/KpiCardModelProperties.d.ts +2 -2
  42. package/app-config/web/MenuItemModelProperties.d.ts +1 -1
  43. package/app-config/web/ModelProperties.d.ts +1 -1
  44. package/app-config/web/QueryBuilderModelProperties.d.ts +1 -1
  45. package/app-config/web/ReportModelProperties.d.ts +1 -1
  46. package/app-config/web/ResultsModelProperties.d.ts +1 -1
  47. package/app-config/web/ResultsServiceModelProperties.d.ts +1 -1
  48. package/app-config/web/SearchServiceProperties.d.ts +1 -1
  49. package/app-config/web/SharedProjectsModelProperties.d.ts +3 -3
  50. package/app-config/web/SharedStorageModelProperties.d.ts +1 -1
  51. package/app-config/web/SnappingProperties.d.ts +3 -3
  52. package/app-config/web/SplashScreenModelProperties.d.ts +1 -1
  53. package/app-config/web/TopologyProperties.d.ts +2 -2
  54. package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
  55. package/messaging/Command.d.ts +1 -1
  56. package/messaging/Event.d.ts +1 -1
  57. package/messaging/Message.d.ts +1 -1
  58. package/messaging/MessageBus.d.ts +2 -2
  59. package/messaging/Operation.d.ts +1 -1
  60. package/messaging/common.d.ts +37 -37
  61. package/messaging/registry/auth.d.ts +3 -4
  62. package/messaging/registry/basemap.d.ts +1 -1
  63. package/messaging/registry/drawing.d.ts +9 -9
  64. package/messaging/registry/edit.d.ts +48 -11
  65. package/messaging/registry/file.d.ts +1 -2
  66. package/messaging/registry/geocode.d.ts +1 -1
  67. package/messaging/registry/geolocation.d.ts +2 -2
  68. package/messaging/registry/geometry.d.ts +5 -5
  69. package/messaging/registry/layer-presets.d.ts +1 -1
  70. package/messaging/registry/layers.d.ts +0 -1
  71. package/messaging/registry/location-marker.d.ts +5 -5
  72. package/messaging/registry/map.d.ts +12 -12
  73. package/messaging/registry/measurement.d.ts +1 -1
  74. package/messaging/registry/offline.d.ts +7 -9
  75. package/messaging/registry/portal.d.ts +1 -1
  76. package/messaging/registry/printing.d.ts +4 -4
  77. package/messaging/registry/project.d.ts +6 -6
  78. package/messaging/registry/reports.d.ts +1 -1
  79. package/messaging/registry/results.d.ts +10 -10
  80. package/messaging/registry/sketching.d.ts +12 -12
  81. package/messaging/registry/tasks.d.ts +4 -4
  82. package/messaging/registry/utility-network.d.ts +4 -5
  83. package/messaging/registry/viewer.d.ts +1 -1
  84. package/messaging/schema/common-action.schema.json +1 -1
  85. package/messaging/schema/common-event.schema.json +1 -1
  86. package/messaging/schema/mobile-action.schema.json +1 -1
  87. package/messaging/schema/mobile-event.schema.json +1 -1
  88. package/messaging/schema/web-action.schema.json +1 -1
  89. package/messaging/schema/web-drawing-command-definitions.md +554 -76
  90. package/messaging/schema/web-drawing-operation-definitions.md +268 -21
  91. package/messaging/schema/web-edit-command-definitions.md +52 -9
  92. package/messaging/schema/web-event.schema.json +1 -1
  93. package/messaging/schema/web-geocode-operation-definitions.md +1 -1
  94. package/messaging/schema/web-geometry-command-definitions.md +0 -16
  95. package/messaging/schema/web-geometry-operation-definitions.md +233 -18
  96. package/messaging/schema/web-map-command-definitions.md +870 -58
  97. package/messaging/schema/web-map-operation-definitions.md +8 -0
  98. package/messaging/schema/web-measurement-command-definitions.md +556 -94
  99. package/messaging/schema/web-measurement-operation-definitions.md +124 -11
  100. package/messaging/schema/web-portal-operation-definitions.md +8 -0
  101. package/messaging/schema/web-printing-operation-definitions.md +1 -1
  102. package/messaging/schema/web-results-command-definitions.md +3 -3
  103. package/messaging/schema/web-results-operation-definitions.md +4 -1
  104. package/messaging/schema/web-system-command-definitions.md +3 -1
  105. package/messaging/schema/web-system-operation-definitions.md +16 -0
  106. package/messaging/schema/web-ui-operation-definitions.md +1 -1
  107. package/package.json +33 -29
  108. package/version.d.ts +1 -1
  109. package/version.js +1 -1
@@ -5,7 +5,7 @@ In Web, creates graphics out of GeometryLike or CreateGraphicsArgs, with the cur
5
5
 
6
6
  In Mobile, creates graphics from the given CreateGraphicsArgs or CreateGraphicsArgs[] (or some GeometryLike args). Any provided symbol parameter is used, otherwise a default symbol is used.
7
7
 
8
- Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | CreateGraphicsResult | @arcgis.core.Graphic.Graphic | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.FeatureJson.FeatureJson | @arcgis.core.rest.support.FeatureSet.FeatureSet | ( @arcgis.core.Graphic.Graphic | esri.rest-api.FeatureJson.FeatureJson )[] | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson | ( @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson )[] | CreateGraphicsArgs | CreateGraphicsArgs[] )`
8
+ Inputs: `( CreateGraphicsResult | @arcgis.core.Graphic.Graphic | @vertigis.api-docs.Features Feature|FeatureSet|FeatureList|FeatureStream|Feature[] | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.FeatureJson.FeatureJson | @arcgis.core.rest.support.FeatureSet.FeatureSet | ( @arcgis.core.Graphic.Graphic | esri.rest-api.FeatureJson.FeatureJson )[] | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson | ( @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson )[] | CreateGraphicsArgs | CreateGraphicsArgs[] )`
9
9
 
10
10
  CreateGraphicsResult properties:
11
11
  ```json
@@ -29,15 +29,98 @@ esri.rest-api.FeatureJson.FeatureJson properties:
29
29
  ```json
30
30
  {
31
31
  "attributes": {
32
+ "anyOf": [
33
+ {
34
+ "description": "Construct a type with a set of properties K of type T"
35
+ },
36
+ {
37
+ "type": "null"
38
+ }
39
+ ],
32
40
  "description": "The feature attributes. It is a JSON object that contains a dictionary of name-value pairs. The names are the feature field names. The values are the field values and they can be any of the standard JSON types - string, number and boolean. Note that date values are encoded as numbers. The number represents the number of milliseconds since epoch (January 1,\n1970) in UTC."
33
41
  },
34
42
  "geometry": {
43
+ "anyOf": [
44
+ {
45
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
46
+ },
47
+ {
48
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
49
+ },
50
+ {
51
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
52
+ },
53
+ {
54
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
55
+ },
56
+ {
57
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
58
+ },
59
+ {
60
+ "type": "null"
61
+ }
62
+ ],
35
63
  "description": "The feature geometry."
36
64
  },
37
65
  "popupInfo": {
66
+ "anyOf": [
67
+ {
68
+ "$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson"
69
+ },
70
+ {
71
+ "type": "null"
72
+ }
73
+ ],
38
74
  "description": "A popupInfo object defining the content of popup window when you click a feature on the map. Applicable to features in a map notes feature layer only."
39
75
  },
40
76
  "symbol": {
77
+ "anyOf": [
78
+ {
79
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
80
+ },
81
+ {
82
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
83
+ },
84
+ {
85
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
86
+ },
87
+ {
88
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
89
+ },
90
+ {
91
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
92
+ },
93
+ {
94
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
95
+ },
96
+ {
97
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
98
+ },
99
+ {
100
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
101
+ },
102
+ {
103
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LabelSymbol3DJson"
104
+ },
105
+ {
106
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
107
+ },
108
+ {
109
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.MeshSymbol3DJson"
110
+ },
111
+ {
112
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
113
+ },
114
+ {
115
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
116
+ },
117
+ {
118
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.StyleSymbolReferenceJson"
119
+ },
120
+ {
121
+ "type": "null"
122
+ }
123
+ ],
41
124
  "description": "Symbol used for drawing the feature."
42
125
  }
43
126
  }
@@ -48,14 +131,26 @@ esri.rest-api.GeometryJson.PointJson properties:
48
131
  {
49
132
  "m": {
50
133
  "description": "M coordinate which contains measures used for linear referencing.",
51
- "type": "number"
134
+ "type": [
135
+ "null",
136
+ "number"
137
+ ]
52
138
  },
53
139
  "spatialReference": {
140
+ "anyOf": [
141
+ {
142
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
143
+ },
144
+ {
145
+ "type": "null"
146
+ }
147
+ ],
54
148
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
55
149
  },
56
150
  "x": {
57
151
  "description": "X coordinate which is measured along the east/west axis.",
58
152
  "type": [
153
+ "null",
59
154
  "string",
60
155
  "number"
61
156
  ],
@@ -64,6 +159,7 @@ esri.rest-api.GeometryJson.PointJson properties:
64
159
  "y": {
65
160
  "description": "Y coordinate which is measured along the north/south axis.",
66
161
  "type": [
162
+ "null",
67
163
  "string",
68
164
  "number"
69
165
  ],
@@ -72,6 +168,7 @@ esri.rest-api.GeometryJson.PointJson properties:
72
168
  "z": {
73
169
  "description": "Z coordinate which measures height or elevation.",
74
170
  "type": [
171
+ "null",
75
172
  "string",
76
173
  "number"
77
174
  ]
@@ -84,11 +181,17 @@ esri.rest-api.GeometryJson.MultipointJson properties:
84
181
  {
85
182
  "hasM": {
86
183
  "description": "Indicates whether the geometry contains M coordinate values.",
87
- "type": "boolean"
184
+ "type": [
185
+ "null",
186
+ "boolean"
187
+ ]
88
188
  },
89
189
  "hasZ": {
90
190
  "description": "Indicates whether the geometry contains Z coordinate values.",
91
- "type": "boolean"
191
+ "type": [
192
+ "null",
193
+ "boolean"
194
+ ]
92
195
  },
93
196
  "points": {
94
197
  "description": "An array that corresponds to 2D and 3D points.",
@@ -102,6 +205,14 @@ esri.rest-api.GeometryJson.MultipointJson properties:
102
205
  "isRequired": "true"
103
206
  },
104
207
  "spatialReference": {
208
+ "anyOf": [
209
+ {
210
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
211
+ },
212
+ {
213
+ "type": "null"
214
+ }
215
+ ],
105
216
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
106
217
  }
107
218
  }
@@ -112,11 +223,17 @@ esri.rest-api.GeometryJson.PolylineJson properties:
112
223
  {
113
224
  "hasM": {
114
225
  "description": "Indicates whether the geometry contains M coordinate values.",
115
- "type": "boolean"
226
+ "type": [
227
+ "null",
228
+ "boolean"
229
+ ]
116
230
  },
117
231
  "hasZ": {
118
232
  "description": "Indicates whether the geometry contains Z coordinate values.",
119
- "type": "boolean"
233
+ "type": [
234
+ "null",
235
+ "boolean"
236
+ ]
120
237
  },
121
238
  "paths": {
122
239
  "description": "Three nested arrays which corresponds to a polyline.",
@@ -133,6 +250,14 @@ esri.rest-api.GeometryJson.PolylineJson properties:
133
250
  "isRequired": "true"
134
251
  },
135
252
  "spatialReference": {
253
+ "anyOf": [
254
+ {
255
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
256
+ },
257
+ {
258
+ "type": "null"
259
+ }
260
+ ],
136
261
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
137
262
  }
138
263
  }
@@ -143,11 +268,17 @@ esri.rest-api.GeometryJson.PolygonJson properties:
143
268
  {
144
269
  "hasM": {
145
270
  "description": "Indicates whether the geometry contains M coordinate values.",
146
- "type": "boolean"
271
+ "type": [
272
+ "null",
273
+ "boolean"
274
+ ]
147
275
  },
148
276
  "hasZ": {
149
277
  "description": "Indicates whether the geometry contains Z coordinate values.",
150
- "type": "boolean"
278
+ "type": [
279
+ "null",
280
+ "boolean"
281
+ ]
151
282
  },
152
283
  "rings": {
153
284
  "description": "Represents an array of points. Each point is an array of numbers.",
@@ -164,6 +295,14 @@ esri.rest-api.GeometryJson.PolygonJson properties:
164
295
  "isRequired": "true"
165
296
  },
166
297
  "spatialReference": {
298
+ "anyOf": [
299
+ {
300
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
301
+ },
302
+ {
303
+ "type": "null"
304
+ }
305
+ ],
167
306
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
168
307
  }
169
308
  }
@@ -173,23 +312,43 @@ esri.rest-api.GeometryJson.ExtentJson properties:
173
312
  ```json
174
313
  {
175
314
  "spatialReference": {
315
+ "anyOf": [
316
+ {
317
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
318
+ },
319
+ {
320
+ "type": "null"
321
+ }
322
+ ],
176
323
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
177
324
  },
178
325
  "xmax": {
179
326
  "description": "A numeric value indicating the top-right X-coordinate of an extent envelope.",
180
- "type": "number"
327
+ "type": [
328
+ "null",
329
+ "number"
330
+ ]
181
331
  },
182
332
  "xmin": {
183
333
  "description": "A numeric value indicating the bottom-left X-coordinate of an extent envelope.",
184
- "type": "number"
334
+ "type": [
335
+ "null",
336
+ "number"
337
+ ]
185
338
  },
186
339
  "ymax": {
187
340
  "description": "A numeric value indicating the top-right Y-coordinate of an extent envelope.",
188
- "type": "number"
341
+ "type": [
342
+ "null",
343
+ "number"
344
+ ]
189
345
  },
190
346
  "ymin": {
191
347
  "description": "A numeric value indicating the bottom-left Y-coordinate of an extent envelope.",
192
- "type": "number"
348
+ "type": [
349
+ "null",
350
+ "number"
351
+ ]
193
352
  }
194
353
  }
195
354
  ```
@@ -199,14 +358,26 @@ esri.rest-api.GeometryJson.PointJson properties:
199
358
  {
200
359
  "m": {
201
360
  "description": "M coordinate which contains measures used for linear referencing.",
202
- "type": "number"
361
+ "type": [
362
+ "null",
363
+ "number"
364
+ ]
203
365
  },
204
366
  "spatialReference": {
367
+ "anyOf": [
368
+ {
369
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
370
+ },
371
+ {
372
+ "type": "null"
373
+ }
374
+ ],
205
375
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
206
376
  },
207
377
  "x": {
208
378
  "description": "X coordinate which is measured along the east/west axis.",
209
379
  "type": [
380
+ "null",
210
381
  "string",
211
382
  "number"
212
383
  ],
@@ -215,6 +386,7 @@ esri.rest-api.GeometryJson.PointJson properties:
215
386
  "y": {
216
387
  "description": "Y coordinate which is measured along the north/south axis.",
217
388
  "type": [
389
+ "null",
218
390
  "string",
219
391
  "number"
220
392
  ],
@@ -223,6 +395,7 @@ esri.rest-api.GeometryJson.PointJson properties:
223
395
  "z": {
224
396
  "description": "Z coordinate which measures height or elevation.",
225
397
  "type": [
398
+ "null",
226
399
  "string",
227
400
  "number"
228
401
  ]
@@ -235,11 +408,17 @@ esri.rest-api.GeometryJson.MultipointJson properties:
235
408
  {
236
409
  "hasM": {
237
410
  "description": "Indicates whether the geometry contains M coordinate values.",
238
- "type": "boolean"
411
+ "type": [
412
+ "null",
413
+ "boolean"
414
+ ]
239
415
  },
240
416
  "hasZ": {
241
417
  "description": "Indicates whether the geometry contains Z coordinate values.",
242
- "type": "boolean"
418
+ "type": [
419
+ "null",
420
+ "boolean"
421
+ ]
243
422
  },
244
423
  "points": {
245
424
  "description": "An array that corresponds to 2D and 3D points.",
@@ -253,6 +432,14 @@ esri.rest-api.GeometryJson.MultipointJson properties:
253
432
  "isRequired": "true"
254
433
  },
255
434
  "spatialReference": {
435
+ "anyOf": [
436
+ {
437
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
438
+ },
439
+ {
440
+ "type": "null"
441
+ }
442
+ ],
256
443
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
257
444
  }
258
445
  }
@@ -263,11 +450,17 @@ esri.rest-api.GeometryJson.PolylineJson properties:
263
450
  {
264
451
  "hasM": {
265
452
  "description": "Indicates whether the geometry contains M coordinate values.",
266
- "type": "boolean"
453
+ "type": [
454
+ "null",
455
+ "boolean"
456
+ ]
267
457
  },
268
458
  "hasZ": {
269
459
  "description": "Indicates whether the geometry contains Z coordinate values.",
270
- "type": "boolean"
460
+ "type": [
461
+ "null",
462
+ "boolean"
463
+ ]
271
464
  },
272
465
  "paths": {
273
466
  "description": "Three nested arrays which corresponds to a polyline.",
@@ -284,6 +477,14 @@ esri.rest-api.GeometryJson.PolylineJson properties:
284
477
  "isRequired": "true"
285
478
  },
286
479
  "spatialReference": {
480
+ "anyOf": [
481
+ {
482
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
483
+ },
484
+ {
485
+ "type": "null"
486
+ }
487
+ ],
287
488
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
288
489
  }
289
490
  }
@@ -294,11 +495,17 @@ esri.rest-api.GeometryJson.PolygonJson properties:
294
495
  {
295
496
  "hasM": {
296
497
  "description": "Indicates whether the geometry contains M coordinate values.",
297
- "type": "boolean"
498
+ "type": [
499
+ "null",
500
+ "boolean"
501
+ ]
298
502
  },
299
503
  "hasZ": {
300
504
  "description": "Indicates whether the geometry contains Z coordinate values.",
301
- "type": "boolean"
505
+ "type": [
506
+ "null",
507
+ "boolean"
508
+ ]
302
509
  },
303
510
  "rings": {
304
511
  "description": "Represents an array of points. Each point is an array of numbers.",
@@ -315,6 +522,14 @@ esri.rest-api.GeometryJson.PolygonJson properties:
315
522
  "isRequired": "true"
316
523
  },
317
524
  "spatialReference": {
525
+ "anyOf": [
526
+ {
527
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
528
+ },
529
+ {
530
+ "type": "null"
531
+ }
532
+ ],
318
533
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
319
534
  }
320
535
  }
@@ -334,6 +549,9 @@ CreateGraphicsArgs properties:
334
549
  {
335
550
  "$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
336
551
  },
552
+ {
553
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
554
+ },
337
555
  {
338
556
  "$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
339
557
  },
@@ -348,6 +566,9 @@ CreateGraphicsArgs properties:
348
566
  "anyOf": [
349
567
  {
350
568
  "$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
569
+ },
570
+ {
571
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
351
572
  }
352
573
  ]
353
574
  },
@@ -560,6 +781,14 @@ EditSymbolArgs properties:
560
781
  "description": "Map(s) to use for the command/operation."
561
782
  },
562
783
  "parent": {
784
+ "anyOf": [
785
+ {
786
+ "$ref": "#/definitions/Model"
787
+ },
788
+ {
789
+ "type": "string"
790
+ }
791
+ ],
563
792
  "description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
564
793
  },
565
794
  "showOnlySymbolPresets": {
@@ -675,7 +904,16 @@ Outputs: `EditSymbolResult`
675
904
  # operation: drawing.get-default-symbol
676
905
  Description: Gets the value of the default point, line, or polygon symbol for the provided geometry type. Web only.
677
906
 
678
- Inputs: `None`
907
+ Inputs: `( GetDefaultSymbolArgs | "extent" | "mesh" | "multipatch" | "multipoint" | "point" | "polygon" | "polyline" )`
908
+
909
+ GetDefaultSymbolArgs properties:
910
+ ```json
911
+ {
912
+ "geometryType": {
913
+ "description": "The geometry type for the default symbol to retrieve."
914
+ }
915
+ }
916
+ ```
679
917
 
680
918
  Outputs: `DrawingSymbolConfig`
681
919
 
@@ -683,7 +921,16 @@ Outputs: `DrawingSymbolConfig`
683
921
  # operation: drawing.get-default-symbol3-d
684
922
  Description: Gets the value of the default 3D point, line, or polygon symbol for the provided geometry type. Web only.
685
923
 
686
- Inputs: `None`
924
+ Inputs: `( GetDefaultSymbolArgs | "extent" | "mesh" | "multipatch" | "multipoint" | "point" | "polygon" | "polyline" )`
925
+
926
+ GetDefaultSymbolArgs properties:
927
+ ```json
928
+ {
929
+ "geometryType": {
930
+ "description": "The geometry type for the default symbol to retrieve."
931
+ }
932
+ }
933
+ ```
687
934
 
688
935
  Outputs: `DrawingSymbolConfig`
689
936
 
@@ -303,11 +303,11 @@ DisplayAddFeatureArgs properties:
303
303
  # command: edit.display-add-related-feature
304
304
  Description: Begin an interactive feature editing session for a new related feature. The specified feature will be the original feature that the new related feature will be added to in the relationship.
305
305
 
306
- **Example:** Create and edit a new record on a related table, with the option to add attachments. Make sure the 'COMMENTS' field is included in the editable attributes and make it required.
306
+ **Example (Web):** Create and edit a new record on a related table, with the option to add attachments. Make sure the 'COMMENTS' field is included in the editable attributes and make it required.
307
307
 
308
308
  _Notes:_.
309
309
 
310
- 1. The feature used here must come from the running viewer, and cannot be an ad-hoc feature created from a JSON object. For example, you can use the output of `results.get-active-features`, or the feature provided in a command chain context.
310
+ 1. The feature used here must come from the running viewer, and cannot be an ad-hoc feature created from a JSON object. For example, you can use the output of `results.get-active-features` (Web only), or the feature provided in a command chain context.
311
311
  2. `editableExpression` and `requiredExpression` both take an Arcade expression, and here the string "true" is just a simple Arcade expression that always returns true. You can also use a more complex expression, or reference one from your webmap.
312
312
 
313
313
  ```
@@ -325,7 +325,27 @@ _Notes:_.
325
325
  }
326
326
  ```
327
327
 
328
- Inputs: `DisplayAddRelatedFeatureArgs`
328
+ **Example (Mobile):** Create and edit a new record on a feature.
329
+
330
+ _Notes:_.
331
+
332
+ 1. The feature used here must come from the running viewer, and cannot be an
333
+ ad-hoc feature created from a JSON object. For example, the feature
334
+ provided to a Workflow from a Feature Action context (as in this
335
+ example), or from a query.
336
+ 2. The relatedFeatureSource in this example is a table passed in to the
337
+ Workflow as an input like so: `{ "tableSource":
338
+ "item://table-extension/your-table-extension-id" }`
339
+
340
+ ```
341
+ {
342
+ "feature": $getWorkflowInputs.inputs.context[0]
343
+ "relationshipId": "1",
344
+ "relatedFeatureSource": $getWorkflowInputs.inputs.tableSource
345
+ }
346
+ ```
347
+
348
+ Inputs: `( DisplayAddRelatedFeatureArgs | DisplayAddRelatedFeatureMobileArgs )`
329
349
 
330
350
  DisplayAddRelatedFeatureArgs properties:
331
351
  ```json
@@ -378,10 +398,6 @@ DisplayAddRelatedFeatureArgs properties:
378
398
  "pluginSettings": {
379
399
  "description": "Additional settings that are specific to sketching plugins, keyed by plugin ID. The only currently supported plugin is \"snapping\". A boolean value can also be assigned to completely disable, or enable with default settings."
380
400
  },
381
- "relatedFeatureSource": {
382
- "description": "The feature source for the related feature to create. Mobile only.",
383
- "isRequired": "true"
384
- },
385
401
  "relationshipId": {
386
402
  "description": "The ID of the relationship to add a feature to.",
387
403
  "type": "string",
@@ -409,11 +425,30 @@ DisplayAddRelatedFeatureArgs properties:
409
425
  }
410
426
  ```
411
427
 
428
+ DisplayAddRelatedFeatureMobileArgs properties:
429
+ ```json
430
+ {
431
+ "feature": {
432
+ "description": "The original feature to add a related feature to.",
433
+ "isRequired": "true"
434
+ },
435
+ "relatedFeatureSource": {
436
+ "description": "The feature source the related feature belongs to.",
437
+ "isRequired": "true"
438
+ },
439
+ "relationshipId": {
440
+ "description": "The ID of the relationship to add a feature to.",
441
+ "type": "string",
442
+ "isRequired": "true"
443
+ }
444
+ }
445
+ ```
446
+
412
447
  ---
413
448
  # command: edit.display-update-feature
414
449
  Description: Begin an interactive feature editing session with an existing feature. `DisplayUpdateFeatureArgs` is not supported on Mobile.
415
450
 
416
- Inputs: `( DisplayUpdateFeatureArgs )`
451
+ Inputs: `( @vertigis.api-docs.Features Feature | DisplayUpdateFeatureArgs )`
417
452
 
418
453
  DisplayUpdateFeatureArgs properties:
419
454
  ```json
@@ -468,6 +503,14 @@ DisplayUpdateFeatureArgs properties:
468
503
  "type": "string"
469
504
  },
470
505
  "parent": {
506
+ "anyOf": [
507
+ {
508
+ "$ref": "#/definitions/Model"
509
+ },
510
+ {
511
+ "type": "string"
512
+ }
513
+ ],
471
514
  "description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
472
515
  },
473
516
  "pluginSettings": {
@@ -488,7 +531,7 @@ DisplayUpdateFeatureArgs properties:
488
531
  # command: edit.update-feature
489
532
  Description: Updates a layer feature or features. Edits to the geometry and attributes of the supplied features will be committed to their respective feature sources. `Features` and `EditCommandArgs` are not supported on Mobile.
490
533
 
491
- Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | EditCommandArgs )`
534
+ Inputs: `( @vertigis.api-docs.Features Feature|FeatureSet|FeatureList|FeatureStream|Feature[] | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | EditCommandArgs )`
492
535
 
493
536
  Results properties:
494
537
  ```json