@vertigis/viewer-spec 61.14.1 → 61.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) 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 +3 -3
  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 +261 -20
  91. package/messaging/schema/web-edit-command-definitions.md +8 -0
  92. package/messaging/schema/web-event.schema.json +1 -1
  93. package/messaging/schema/web-geometry-command-definitions.md +0 -16
  94. package/messaging/schema/web-geometry-operation-definitions.md +233 -18
  95. package/messaging/schema/web-map-command-definitions.md +870 -58
  96. package/messaging/schema/web-map-operation-definitions.md +8 -0
  97. package/messaging/schema/web-measurement-command-definitions.md +556 -94
  98. package/messaging/schema/web-measurement-operation-definitions.md +124 -11
  99. package/messaging/schema/web-portal-operation-definitions.md +8 -0
  100. package/messaging/schema/web-printing-operation-definitions.md +1 -1
  101. package/messaging/schema/web-results-operation-definitions.md +4 -1
  102. package/messaging/schema/web-system-command-definitions.md +3 -1
  103. package/messaging/schema/web-system-operation-definitions.md +16 -0
  104. package/messaging/schema/web-ui-operation-definitions.md +1 -1
  105. package/package.json +33 -29
  106. package/version.d.ts +1 -1
  107. package/version.js +1 -1
@@ -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
  }
@@ -566,6 +781,14 @@ EditSymbolArgs properties:
566
781
  "description": "Map(s) to use for the command/operation."
567
782
  },
568
783
  "parent": {
784
+ "anyOf": [
785
+ {
786
+ "$ref": "#/definitions/Model"
787
+ },
788
+ {
789
+ "type": "string"
790
+ }
791
+ ],
569
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."
570
793
  },
571
794
  "showOnlySymbolPresets": {
@@ -681,7 +904,16 @@ Outputs: `EditSymbolResult`
681
904
  # operation: drawing.get-default-symbol
682
905
  Description: Gets the value of the default point, line, or polygon symbol for the provided geometry type. Web only.
683
906
 
684
- 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
+ ```
685
917
 
686
918
  Outputs: `DrawingSymbolConfig`
687
919
 
@@ -689,7 +921,16 @@ Outputs: `DrawingSymbolConfig`
689
921
  # operation: drawing.get-default-symbol3-d
690
922
  Description: Gets the value of the default 3D point, line, or polygon symbol for the provided geometry type. Web only.
691
923
 
692
- 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
+ ```
693
934
 
694
935
  Outputs: `DrawingSymbolConfig`
695
936
 
@@ -503,6 +503,14 @@ DisplayUpdateFeatureArgs properties:
503
503
  "type": "string"
504
504
  },
505
505
  "parent": {
506
+ "anyOf": [
507
+ {
508
+ "$ref": "#/definitions/Model"
509
+ },
510
+ {
511
+ "type": "string"
512
+ }
513
+ ],
506
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."
507
515
  },
508
516
  "pluginSettings": {