@vertigis/viewer-spec 53.0.0 → 53.2.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.
@@ -154,10 +154,10 @@
154
154
  "popupTemplate": {
155
155
  "anyOf": [
156
156
  {
157
- "$ref": "#/definitions/esri.PopupTemplate"
157
+ "$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo"
158
158
  },
159
159
  {
160
- "$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo"
160
+ "$ref": "#/definitions/esri.PopupTemplate"
161
161
  }
162
162
  ],
163
163
  "description": "The template for displaying content in a pop-up when the feature is selected. If not explicitly set, it will be inherited from the associated layer extension if there is one."
@@ -438,6 +438,49 @@
438
438
  },
439
439
  "type": "object"
440
440
  },
441
+ "@vertigis.arcgis-extensions.data.TaskSettings.TaskSettingsProperties": {
442
+ "additionalProperties": false,
443
+ "description": "Properties that can be passed into the constructor for {@link data /TaskSettings!TaskSettings}.",
444
+ "properties": {
445
+ "enableAdd": {
446
+ "description": "See {@link data /TaskSettings!TaskSettings.enableAdd}.",
447
+ "type": "boolean"
448
+ },
449
+ "enableDelete": {
450
+ "description": "See {@link data /TaskSettings!TaskSettings.enableDelete}.",
451
+ "type": "boolean"
452
+ },
453
+ "enableEditing": {
454
+ "description": "See {@link data /TaskSettings!TaskSettings.enableEditing}.",
455
+ "type": "boolean"
456
+ },
457
+ "enableExport": {
458
+ "description": "See {@link data /TaskSettings!TaskSettings.enableExport}.",
459
+ "type": "boolean"
460
+ },
461
+ "enableIdentify": {
462
+ "description": "See {@link data /TaskSettings!TaskSettings.enableIdentify}.",
463
+ "type": "boolean"
464
+ },
465
+ "enableQuery": {
466
+ "description": "See {@link data /TaskSettings!TaskSettings.enableQuery}.",
467
+ "type": "boolean"
468
+ },
469
+ "enableSearch": {
470
+ "description": "See {@link data /TaskSettings!TaskSettings.enableSearch}.",
471
+ "type": "boolean"
472
+ },
473
+ "enableUpdate": {
474
+ "description": "See {@link data /TaskSettings!TaskSettings.enableUpdate}.",
475
+ "type": "boolean"
476
+ },
477
+ "useStudioSearch": {
478
+ "description": "See {@link data /TaskSettings!TaskSettings.useStudioSearch}.",
479
+ "type": "boolean"
480
+ }
481
+ },
482
+ "type": "object"
483
+ },
441
484
  "@vertigis.arcgis-extensions.data._TableExtension.TableReference": {
442
485
  "additionalProperties": false,
443
486
  "description": "Matches an existing table in a map.",
@@ -453,6 +496,36 @@
453
496
  },
454
497
  "type": "object"
455
498
  },
499
+ "@vertigis.arcgis-extensions.data.convert.CellData": {
500
+ "additionalProperties": false,
501
+ "description": "Data for a cell in a table.",
502
+ "properties": {
503
+ "formatted": {
504
+ "description": "The formatted value of the cell.",
505
+ "type": "string"
506
+ },
507
+ "raw": {
508
+ "anyOf": [
509
+ {
510
+ "format": "date-time",
511
+ "type": "string"
512
+ },
513
+ {
514
+ "type": [
515
+ "string",
516
+ "number",
517
+ "boolean"
518
+ ]
519
+ }
520
+ ],
521
+ "description": "The raw value of the cell."
522
+ }
523
+ },
524
+ "required": [
525
+ "raw"
526
+ ],
527
+ "type": "object"
528
+ },
456
529
  "@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties": {
457
530
  "additionalProperties": false,
458
531
  "description": "Properties that can be passed into the constructor for {@link mapping /Bookmark!Bookmark}.",
@@ -2255,8 +2328,8 @@
2255
2328
  "type": "boolean"
2256
2329
  },
2257
2330
  "symbol": {
2258
- "$ref": "#/definitions/esri.Symbol",
2259
- "description": "The symbol to edit. (Currently supports only SimpleLineSymbol and SimpleFillSymbol)."
2331
+ "$ref": "#/definitions/SymbolLike",
2332
+ "description": "The symbol to use for the command/operation."
2260
2333
  },
2261
2334
  "symbolPresets": {
2262
2335
  "description": "Symbol presets that can be assigned to a graphic. If defined, these presets will override any that are configured in the DrawService.",
@@ -2264,6 +2337,65 @@
2264
2337
  "$ref": "#/definitions/SymbolPresetProperties"
2265
2338
  },
2266
2339
  "type": "array"
2340
+ },
2341
+ "symbols": {
2342
+ "anyOf": [
2343
+ {
2344
+ "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
2345
+ },
2346
+ {
2347
+ "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
2348
+ },
2349
+ {
2350
+ "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
2351
+ },
2352
+ {
2353
+ "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
2354
+ },
2355
+ {
2356
+ "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
2357
+ },
2358
+ {
2359
+ "$ref": "#/definitions/esri.SimpleMarkerSymbol"
2360
+ },
2361
+ {
2362
+ "$ref": "#/definitions/esri.PictureMarkerSymbol"
2363
+ },
2364
+ {
2365
+ "$ref": "#/definitions/esri.SimpleLineSymbol"
2366
+ },
2367
+ {
2368
+ "$ref": "#/definitions/esri.SimpleFillSymbol"
2369
+ },
2370
+ {
2371
+ "$ref": "#/definitions/esri.PictureFillSymbol"
2372
+ },
2373
+ {
2374
+ "$ref": "#/definitions/esri.PointSymbol3D"
2375
+ },
2376
+ {
2377
+ "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
2378
+ },
2379
+ {
2380
+ "$ref": "#/definitions/esri.LineSymbol3D"
2381
+ },
2382
+ {
2383
+ "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
2384
+ },
2385
+ {
2386
+ "$ref": "#/definitions/esri.PolygonSymbol3D"
2387
+ },
2388
+ {
2389
+ "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
2390
+ },
2391
+ {
2392
+ "items": {
2393
+ "$ref": "#/definitions/SymbolLike"
2394
+ },
2395
+ "type": "array"
2396
+ }
2397
+ ],
2398
+ "description": "The symbols to use for the command/operation."
2267
2399
  }
2268
2400
  },
2269
2401
  "type": "object"
@@ -2289,13 +2421,69 @@
2289
2421
  "description": "Map(s) to use for the command/operation."
2290
2422
  },
2291
2423
  "symbol": {
2292
- "$ref": "#/definitions/esri.Symbol",
2293
- "description": "The symbol that is the result of the operation."
2424
+ "$ref": "#/definitions/SymbolLike",
2425
+ "description": "The symbol to use for the command/operation."
2426
+ },
2427
+ "symbols": {
2428
+ "anyOf": [
2429
+ {
2430
+ "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
2431
+ },
2432
+ {
2433
+ "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
2434
+ },
2435
+ {
2436
+ "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
2437
+ },
2438
+ {
2439
+ "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
2440
+ },
2441
+ {
2442
+ "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
2443
+ },
2444
+ {
2445
+ "$ref": "#/definitions/esri.SimpleMarkerSymbol"
2446
+ },
2447
+ {
2448
+ "$ref": "#/definitions/esri.PictureMarkerSymbol"
2449
+ },
2450
+ {
2451
+ "$ref": "#/definitions/esri.SimpleLineSymbol"
2452
+ },
2453
+ {
2454
+ "$ref": "#/definitions/esri.SimpleFillSymbol"
2455
+ },
2456
+ {
2457
+ "$ref": "#/definitions/esri.PictureFillSymbol"
2458
+ },
2459
+ {
2460
+ "$ref": "#/definitions/esri.PointSymbol3D"
2461
+ },
2462
+ {
2463
+ "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
2464
+ },
2465
+ {
2466
+ "$ref": "#/definitions/esri.LineSymbol3D"
2467
+ },
2468
+ {
2469
+ "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
2470
+ },
2471
+ {
2472
+ "$ref": "#/definitions/esri.PolygonSymbol3D"
2473
+ },
2474
+ {
2475
+ "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
2476
+ },
2477
+ {
2478
+ "items": {
2479
+ "$ref": "#/definitions/SymbolLike"
2480
+ },
2481
+ "type": "array"
2482
+ }
2483
+ ],
2484
+ "description": "The symbols to use for the command/operation."
2294
2485
  }
2295
2486
  },
2296
- "required": [
2297
- "symbol"
2298
- ],
2299
2487
  "type": "object"
2300
2488
  },
2301
2489
  "EditorGeometryMode": {
@@ -2466,6 +2654,36 @@
2466
2654
  ],
2467
2655
  "description": "Represents one or more features."
2468
2656
  },
2657
+ "FileLike": {
2658
+ "anyOf": [
2659
+ {
2660
+ "$ref": "Blob"
2661
+ },
2662
+ {
2663
+ "$ref": "File"
2664
+ }
2665
+ ],
2666
+ "description": "A data containing object that may or may not be named."
2667
+ },
2668
+ "Filter": {
2669
+ "additionalProperties": false,
2670
+ "description": "A filter that can be displayed in the filter builder.",
2671
+ "properties": {
2672
+ "layers": {
2673
+ "$ref": "#/definitions/LayersLike",
2674
+ "description": "Alias of `source`, to facilitate command chaining. If multiple layers are present, only the first will be used as the source. One of `source` or `layers` is required."
2675
+ },
2676
+ "source": {
2677
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource",
2678
+ "description": "The feature source to filter. One of `source` or `layers` is required."
2679
+ },
2680
+ "where": {
2681
+ "description": "The where clause to filter by.",
2682
+ "type": "string"
2683
+ }
2684
+ },
2685
+ "type": "object"
2686
+ },
2469
2687
  "FilterDistanceUnits": {
2470
2688
  "description": "The unit for calculating the buffer distance when 'distance' is specified for a filter effect.",
2471
2689
  "enum": [
@@ -2625,7 +2843,7 @@
2625
2843
  "type": "string"
2626
2844
  }
2627
2845
  ],
2628
- "description": "The component to focus. If the selector property is not defined, the first focusable element within the component will receieve focus. If this property is not defined, only the selector will be used."
2846
+ "description": "The component to focus. If the selector property is not defined, the first focusable element within the component will receive focus. If this property is not defined, only the selector will be used."
2629
2847
  },
2630
2848
  "selector": {
2631
2849
  "description": "The CSS selector used to find an HTML Element in the DOM. If a component is also provided, the selector will only look within the component's element tree in the DOM.",
@@ -2643,9 +2861,9 @@
2643
2861
  "description": "Arguments for the \"results.from-csv\" operation.",
2644
2862
  "properties": {
2645
2863
  "blobs": {
2646
- "description": "The blob(s) that contains the csv file.",
2864
+ "description": "The data files to use for the command/operation.",
2647
2865
  "items": {
2648
- "$ref": "Blob"
2866
+ "$ref": "FileLike"
2649
2867
  },
2650
2868
  "type": "array"
2651
2869
  },
@@ -2665,6 +2883,13 @@
2665
2883
  "description": "Indicates if a primary key should be generated if not found, defaults to true.",
2666
2884
  "type": "boolean"
2667
2885
  },
2886
+ "geometryFields": {
2887
+ "description": "A set of custom field names to use with the selected geometry format.",
2888
+ "items": {
2889
+ "type": "string"
2890
+ },
2891
+ "type": "array"
2892
+ },
2668
2893
  "geometryFormat": {
2669
2894
  "$ref": "@vertigis.arcgis-extensions.data.convert.GeometryFormat",
2670
2895
  "description": "The format for serializing the geometry. The default is WKT."
@@ -2705,9 +2930,6 @@
2705
2930
  "type": "boolean"
2706
2931
  }
2707
2932
  },
2708
- "required": [
2709
- "blobs"
2710
- ],
2711
2933
  "type": "object"
2712
2934
  },
2713
2935
  "FromGraphicsArgs": {
@@ -2779,9 +3001,9 @@
2779
3001
  "description": "Arguments for the \"results.from-shapefile\" operation.",
2780
3002
  "properties": {
2781
3003
  "blobs": {
2782
- "description": "The blob(s) that contains the Shapefile file.",
3004
+ "description": "The data files to use for the command/operation.",
2783
3005
  "items": {
2784
- "$ref": "Blob"
3006
+ "$ref": "FileLike"
2785
3007
  },
2786
3008
  "type": "array"
2787
3009
  },
@@ -2825,9 +3047,6 @@
2825
3047
  "type": "boolean"
2826
3048
  }
2827
3049
  },
2828
- "required": [
2829
- "blobs"
2830
- ],
2831
3050
  "type": "object"
2832
3051
  },
2833
3052
  "FromXLSXConversionArgs": {
@@ -2835,9 +3054,9 @@
2835
3054
  "description": "Arguments for the \"results.from-xlsx\" operation.",
2836
3055
  "properties": {
2837
3056
  "blobs": {
2838
- "description": "The blob(s) that contains the xlsx file.",
3057
+ "description": "The data files to use for the command/operation.",
2839
3058
  "items": {
2840
- "$ref": "Blob"
3059
+ "$ref": "FileLike"
2841
3060
  },
2842
3061
  "type": "array"
2843
3062
  },
@@ -2853,6 +3072,13 @@
2853
3072
  "description": "Indicates if a primary key should be generated if not found, defaults to true.",
2854
3073
  "type": "boolean"
2855
3074
  },
3075
+ "geometryFields": {
3076
+ "description": "A set of custom field names to use with the selected geometry format.",
3077
+ "items": {
3078
+ "type": "string"
3079
+ },
3080
+ "type": "array"
3081
+ },
2856
3082
  "geometryFormat": {
2857
3083
  "$ref": "@vertigis.arcgis-extensions.data.convert.GeometryFormat",
2858
3084
  "description": "The format for serializing the geometry. The default is WKT."
@@ -2893,9 +3119,6 @@
2893
3119
  "type": "boolean"
2894
3120
  }
2895
3121
  },
2896
- "required": [
2897
- "blobs"
2898
- ],
2899
3122
  "type": "object"
2900
3123
  },
2901
3124
  "GeocodeArgs": {
@@ -3396,6 +3619,20 @@
3396
3619
  ],
3397
3620
  "type": "object"
3398
3621
  },
3622
+ "GetFilterArgs": {
3623
+ "additionalProperties": false,
3624
+ "description": "Arguments for the \"filter-builder.get-filter\" operation.",
3625
+ "properties": {
3626
+ "filterBuilder": {
3627
+ "$ref": "#/definitions/ModelRef",
3628
+ "description": "The filter builder component that will be targeted. If not specified, all active filter builder components in the layout will be targeted."
3629
+ }
3630
+ },
3631
+ "required": [
3632
+ "filterBuilder"
3633
+ ],
3634
+ "type": "object"
3635
+ },
3399
3636
  "GetKpiDefinitionResult": {
3400
3637
  "additionalProperties": false,
3401
3638
  "description": "The result of the the charts.update-definition operation.",
@@ -3452,6 +3689,20 @@
3452
3689
  ],
3453
3690
  "type": "object"
3454
3691
  },
3692
+ "GetQueryArgs": {
3693
+ "additionalProperties": false,
3694
+ "description": "Arguments for the \"query-builder.get-query\" operation.",
3695
+ "properties": {
3696
+ "queryBuilder": {
3697
+ "$ref": "#/definitions/ModelRef",
3698
+ "description": "The query builder component that will be targeted. If not specified, all active query builder components in the layout will be targeted."
3699
+ }
3700
+ },
3701
+ "required": [
3702
+ "queryBuilder"
3703
+ ],
3704
+ "type": "object"
3705
+ },
3455
3706
  "GetViewpointResult": {
3456
3707
  "additionalProperties": false,
3457
3708
  "description": "The result of getting a Viewpoint.",
@@ -3522,6 +3773,20 @@
3522
3773
  },
3523
3774
  "type": "object"
3524
3775
  },
3776
+ "HasFiles": {
3777
+ "additionalProperties": false,
3778
+ "description": "An object that has a `blobs` property containing data files.",
3779
+ "properties": {
3780
+ "blobs": {
3781
+ "description": "The data files to use for the command/operation.",
3782
+ "items": {
3783
+ "$ref": "FileLike"
3784
+ },
3785
+ "type": "array"
3786
+ }
3787
+ },
3788
+ "type": "object"
3789
+ },
3525
3790
  "HasGeometry": {
3526
3791
  "additionalProperties": false,
3527
3792
  "description": "An object that has a `geometry` property.",
@@ -3780,6 +4045,122 @@
3780
4045
  ],
3781
4046
  "description": "A (sub)layer extension, or an object that is convertible to one."
3782
4047
  },
4048
+ "LayerSettingsArgs": {
4049
+ "additionalProperties": false,
4050
+ "description": "Arguments for a `layers.edit-settings` operation.",
4051
+ "properties": {
4052
+ "layers": {
4053
+ "$ref": "#/definitions/LayersLike",
4054
+ "description": "Layer(s) to use for the command/operation."
4055
+ },
4056
+ "maps": {
4057
+ "$ref": "MapsLike",
4058
+ "description": "Map(s) to use for the command/operation."
4059
+ },
4060
+ "popupTemplate": {
4061
+ "anyOf": [
4062
+ {
4063
+ "$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo"
4064
+ },
4065
+ {
4066
+ "items": {
4067
+ "$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo"
4068
+ },
4069
+ "type": "array"
4070
+ }
4071
+ ],
4072
+ "description": "Configuration for a popup template to be used by features in the layer."
4073
+ },
4074
+ "symbols": {
4075
+ "anyOf": [
4076
+ {
4077
+ "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
4078
+ },
4079
+ {
4080
+ "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
4081
+ },
4082
+ {
4083
+ "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
4084
+ },
4085
+ {
4086
+ "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
4087
+ },
4088
+ {
4089
+ "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
4090
+ },
4091
+ {
4092
+ "$ref": "#/definitions/esri.SimpleMarkerSymbol"
4093
+ },
4094
+ {
4095
+ "$ref": "#/definitions/esri.PictureMarkerSymbol"
4096
+ },
4097
+ {
4098
+ "$ref": "#/definitions/esri.SimpleLineSymbol"
4099
+ },
4100
+ {
4101
+ "$ref": "#/definitions/esri.SimpleFillSymbol"
4102
+ },
4103
+ {
4104
+ "$ref": "#/definitions/esri.PictureFillSymbol"
4105
+ },
4106
+ {
4107
+ "$ref": "#/definitions/esri.PointSymbol3D"
4108
+ },
4109
+ {
4110
+ "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
4111
+ },
4112
+ {
4113
+ "$ref": "#/definitions/esri.LineSymbol3D"
4114
+ },
4115
+ {
4116
+ "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
4117
+ },
4118
+ {
4119
+ "$ref": "#/definitions/esri.PolygonSymbol3D"
4120
+ },
4121
+ {
4122
+ "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
4123
+ },
4124
+ {
4125
+ "items": {
4126
+ "$ref": "#/definitions/SymbolLike"
4127
+ },
4128
+ "type": "array"
4129
+ }
4130
+ ],
4131
+ "description": "The symbols to use for the command/operation."
4132
+ },
4133
+ "taskSettings": {
4134
+ "anyOf": [
4135
+ {
4136
+ "$ref": "#/definitions/@vertigis.arcgis-extensions.data.TaskSettings.TaskSettingsProperties"
4137
+ },
4138
+ {
4139
+ "items": {
4140
+ "$ref": "#/definitions/@vertigis.arcgis-extensions.data.TaskSettings.TaskSettingsProperties"
4141
+ },
4142
+ "type": "array"
4143
+ }
4144
+ ],
4145
+ "description": "Settings relevant to layer tasks."
4146
+ },
4147
+ "title": {
4148
+ "anyOf": [
4149
+ {
4150
+ "items": {
4151
+ "type": "string"
4152
+ },
4153
+ "type": "array"
4154
+ },
4155
+ {
4156
+ "type": "string"
4157
+ }
4158
+ ],
4159
+ "description": "The title of the layer."
4160
+ }
4161
+ },
4162
+ "type": "object"
4163
+ },
3783
4164
  "Layers": {
3784
4165
  "anyOf": [
3785
4166
  {
@@ -4200,7 +4581,7 @@
4200
4581
  "type": "string"
4201
4582
  },
4202
4583
  "timeout": {
4203
- "description": "A timeout before the narration is excecuted. This can be used to avoid focus changes that can interrupt the screen reader. Defaults to 50ms.",
4584
+ "description": "A timeout before the narration is executed. This can be used to avoid focus changes that can interrupt the screen reader. Defaults to 50ms.",
4204
4585
  "type": "number"
4205
4586
  }
4206
4587
  },
@@ -4522,6 +4903,75 @@
4522
4903
  },
4523
4904
  "type": "object"
4524
4905
  },
4906
+ "Query": {
4907
+ "additionalProperties": false,
4908
+ "description": "A query that can be displayed in the query builder, or executed using the `tasks.query` operation.",
4909
+ "properties": {
4910
+ "geometry": {
4911
+ "$ref": "#/definitions/GeometryLike",
4912
+ "description": "If specified, limits the results to ones that intersect the given geometry."
4913
+ },
4914
+ "layers": {
4915
+ "$ref": "#/definitions/LayersLike",
4916
+ "description": "Alias of `source`, to facilitate command chaining. If multiple layers are present, only the first will be used as the source. One of `source` or `layers` is required."
4917
+ },
4918
+ "source": {
4919
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource",
4920
+ "description": "The feature source to query. One of `source` or `layers` is required."
4921
+ },
4922
+ "where": {
4923
+ "description": "The where clause to query by.",
4924
+ "type": "string"
4925
+ }
4926
+ },
4927
+ "type": "object"
4928
+ },
4929
+ "QueryArgs": {
4930
+ "additionalProperties": false,
4931
+ "description": "Arguments for the tasks.query operation.",
4932
+ "properties": {
4933
+ "geometry": {
4934
+ "$ref": "#/definitions/GeometryLike",
4935
+ "description": "The geometry to query by."
4936
+ },
4937
+ "maxAllowableOffset": {
4938
+ "description": "The maximum allowable offset used for generalizing returned geometries.",
4939
+ "type": "number"
4940
+ },
4941
+ "maxResults": {
4942
+ "description": "The maximum number of results to return.",
4943
+ "type": "number"
4944
+ },
4945
+ "outFields": {
4946
+ "description": "Fields that should be returned for each feature.",
4947
+ "items": {
4948
+ "type": "string"
4949
+ },
4950
+ "type": "array"
4951
+ },
4952
+ "outSpatialReference": {
4953
+ "$ref": "#/definitions/esri.SpatialReference",
4954
+ "description": "The spatial reference for the returned geometry."
4955
+ },
4956
+ "returnGeometry": {
4957
+ "description": "Whether geometry for features should be returned.",
4958
+ "type": "boolean"
4959
+ },
4960
+ "source": {
4961
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource",
4962
+ "description": "The feature source to query."
4963
+ },
4964
+ "where": {
4965
+ "description": "The where clause to query by.",
4966
+ "type": "string"
4967
+ }
4968
+ },
4969
+ "required": [
4970
+ "source",
4971
+ "where"
4972
+ ],
4973
+ "type": "object"
4974
+ },
4525
4975
  "ReadFileArgs": {
4526
4976
  "additionalProperties": false,
4527
4977
  "description": "Arguments for the system.read-file operation.",
@@ -5149,6 +5599,29 @@
5149
5599
  ],
5150
5600
  "type": "object"
5151
5601
  },
5602
+ "SetFilterArgs": {
5603
+ "additionalProperties": false,
5604
+ "description": "Arguments for the \"filter-builder.set-filter\" command.",
5605
+ "properties": {
5606
+ "filterBuilder": {
5607
+ "$ref": "#/definitions/ModelRef",
5608
+ "description": "The filter builder component that will be targeted. If not specified, all active filter builder components in the layout will be targeted."
5609
+ },
5610
+ "layers": {
5611
+ "$ref": "#/definitions/LayersLike",
5612
+ "description": "Alias of `source`, to facilitate command chaining. If multiple layers are present, only the first will be used as the source. One of `source` or `layers` is required."
5613
+ },
5614
+ "source": {
5615
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource",
5616
+ "description": "The feature source to filter. One of `source` or `layers` is required."
5617
+ },
5618
+ "where": {
5619
+ "description": "The where clause to filter by.",
5620
+ "type": "string"
5621
+ }
5622
+ },
5623
+ "type": "object"
5624
+ },
5152
5625
  "SetGeometryModeArgs": {
5153
5626
  "additionalProperties": false,
5154
5627
  "description": "Arguments for the \"sketching.set-geometry-mode\" command.",
@@ -5272,9 +5745,36 @@
5272
5745
  "description": "The view mode to activate on the results list component."
5273
5746
  }
5274
5747
  },
5275
- "required": [
5276
- "viewMode"
5277
- ],
5748
+ "required": [
5749
+ "viewMode"
5750
+ ],
5751
+ "type": "object"
5752
+ },
5753
+ "SetQueryArgs": {
5754
+ "additionalProperties": false,
5755
+ "description": "Arguments for the \"query-builder.set-query\" command.",
5756
+ "properties": {
5757
+ "geometry": {
5758
+ "$ref": "#/definitions/GeometryLike",
5759
+ "description": "If specified, limits the results to ones that intersect the given geometry."
5760
+ },
5761
+ "layers": {
5762
+ "$ref": "#/definitions/LayersLike",
5763
+ "description": "Alias of `source`, to facilitate command chaining. If multiple layers are present, only the first will be used as the source. One of `source` or `layers` is required."
5764
+ },
5765
+ "queryBuilder": {
5766
+ "$ref": "#/definitions/ModelRef",
5767
+ "description": "The query builder component that will be targeted. If not specified, all active query builder components in the layout will be targeted."
5768
+ },
5769
+ "source": {
5770
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource",
5771
+ "description": "The feature source to query. One of `source` or `layers` is required."
5772
+ },
5773
+ "where": {
5774
+ "description": "The where clause to query by.",
5775
+ "type": "string"
5776
+ }
5777
+ },
5278
5778
  "type": "object"
5279
5779
  },
5280
5780
  "SetSnappingConfigurationArgs": {
@@ -5318,12 +5818,67 @@
5318
5818
  "symbol": {
5319
5819
  "$ref": "#/definitions/SymbolLike",
5320
5820
  "description": "The symbol to use for the command/operation."
5821
+ },
5822
+ "symbols": {
5823
+ "anyOf": [
5824
+ {
5825
+ "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
5826
+ },
5827
+ {
5828
+ "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
5829
+ },
5830
+ {
5831
+ "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
5832
+ },
5833
+ {
5834
+ "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
5835
+ },
5836
+ {
5837
+ "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
5838
+ },
5839
+ {
5840
+ "$ref": "#/definitions/esri.SimpleMarkerSymbol"
5841
+ },
5842
+ {
5843
+ "$ref": "#/definitions/esri.PictureMarkerSymbol"
5844
+ },
5845
+ {
5846
+ "$ref": "#/definitions/esri.SimpleLineSymbol"
5847
+ },
5848
+ {
5849
+ "$ref": "#/definitions/esri.SimpleFillSymbol"
5850
+ },
5851
+ {
5852
+ "$ref": "#/definitions/esri.PictureFillSymbol"
5853
+ },
5854
+ {
5855
+ "$ref": "#/definitions/esri.PointSymbol3D"
5856
+ },
5857
+ {
5858
+ "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
5859
+ },
5860
+ {
5861
+ "$ref": "#/definitions/esri.LineSymbol3D"
5862
+ },
5863
+ {
5864
+ "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
5865
+ },
5866
+ {
5867
+ "$ref": "#/definitions/esri.PolygonSymbol3D"
5868
+ },
5869
+ {
5870
+ "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
5871
+ },
5872
+ {
5873
+ "items": {
5874
+ "$ref": "#/definitions/SymbolLike"
5875
+ },
5876
+ "type": "array"
5877
+ }
5878
+ ],
5879
+ "description": "The symbols to use for the command/operation."
5321
5880
  }
5322
5881
  },
5323
- "required": [
5324
- "layers",
5325
- "symbol"
5326
- ],
5327
5882
  "type": "object"
5328
5883
  },
5329
5884
  "SetViewModeArgs": {
@@ -5763,6 +6318,20 @@
5763
6318
  ],
5764
6319
  "type": "object"
5765
6320
  },
6321
+ "SupportsQueryArgs": {
6322
+ "additionalProperties": false,
6323
+ "description": "The arguments for the tasks.supports-identify operation.",
6324
+ "properties": {
6325
+ "source": {
6326
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource",
6327
+ "description": "The feature source to query."
6328
+ }
6329
+ },
6330
+ "required": [
6331
+ "source"
6332
+ ],
6333
+ "type": "object"
6334
+ },
5766
6335
  "SwitchActiveNodeArgs": {
5767
6336
  "additionalProperties": false,
5768
6337
  "description": "Deprecated - use \"sketching.set-active-points\" with {@link SetActivePointsArgs}.",
@@ -6034,6 +6603,13 @@
6034
6603
  "description": "Indicates if a primary key should be generated if not found, defaults to true.",
6035
6604
  "type": "boolean"
6036
6605
  },
6606
+ "geometryFields": {
6607
+ "description": "A set of custom field names to use with the selected geometry format.",
6608
+ "items": {
6609
+ "type": "string"
6610
+ },
6611
+ "type": "array"
6612
+ },
6037
6613
  "geometryFormat": {
6038
6614
  "$ref": "@vertigis.arcgis-extensions.data.convert.GeometryFormat",
6039
6615
  "description": "The format for serializing the geometry. The default is WKT."
@@ -6144,6 +6720,13 @@
6144
6720
  "description": "Indicates if a primary key should be generated if not found, defaults to true.",
6145
6721
  "type": "boolean"
6146
6722
  },
6723
+ "geometryFields": {
6724
+ "description": "A set of custom field names to use with the selected geometry format.",
6725
+ "items": {
6726
+ "type": "string"
6727
+ },
6728
+ "type": "array"
6729
+ },
6147
6730
  "geometryFormat": {
6148
6731
  "$ref": "@vertigis.arcgis-extensions.data.convert.GeometryFormat",
6149
6732
  "description": "The format for serializing the geometry. The default is WKT."
@@ -6477,6 +7060,88 @@
6477
7060
  },
6478
7061
  "type": "object"
6479
7062
  },
7063
+ "UploadDataArgs": {
7064
+ "additionalProperties": false,
7065
+ "description": "Arguements for the \"results.upload-data-args-to-feature\" operation.",
7066
+ "properties": {
7067
+ "data": {
7068
+ "description": "The cells in the table.",
7069
+ "items": {
7070
+ "items": {
7071
+ "$ref": "#/definitions/@vertigis.arcgis-extensions.data.convert.CellData"
7072
+ },
7073
+ "type": "array"
7074
+ },
7075
+ "type": "array"
7076
+ },
7077
+ "dateFormat": {
7078
+ "description": "The format for dates. The default is DateFormat.ROUND_TRIP. This can be a defined DateFormat string, the \"timestamp\" pseudo-format, or a custom format string.",
7079
+ "type": "string"
7080
+ },
7081
+ "displayField": {
7082
+ "description": "Typically a string field with text formatted for display.",
7083
+ "type": "string"
7084
+ },
7085
+ "escapeFormulaChars": {
7086
+ "description": "Whether to a prefix values that start with typical formula triggering chars (=,-,+,@).",
7087
+ "type": "boolean"
7088
+ },
7089
+ "generatePrimaryKey": {
7090
+ "description": "Indicates if a primary key should be generated if not found, defaults to true.",
7091
+ "type": "boolean"
7092
+ },
7093
+ "geometryFields": {
7094
+ "description": "The names of the geometry field(s).",
7095
+ "items": {
7096
+ "type": "string"
7097
+ },
7098
+ "type": "array"
7099
+ },
7100
+ "geometryFormat": {
7101
+ "$ref": "@vertigis.arcgis-extensions.data.convert.GeometryFormat",
7102
+ "description": "The format of the geometry in this table."
7103
+ },
7104
+ "inSpatialReference": {
7105
+ "$ref": "#/definitions/esri.SpatialReference",
7106
+ "description": "The spatial reference of the geometry in this table."
7107
+ },
7108
+ "includeHeaderRow": {
7109
+ "description": "The header row contains column names.",
7110
+ "type": "boolean"
7111
+ },
7112
+ "numberFormat": {
7113
+ "description": "The format for numbers. The default is NumberFormat.ROUND_TRIP.",
7114
+ "type": "string"
7115
+ },
7116
+ "outFields": {
7117
+ "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
7118
+ "items": {
7119
+ "type": "string"
7120
+ },
7121
+ "type": "array"
7122
+ },
7123
+ "outSpatialReference": {
7124
+ "$ref": "#/definitions/esri.SpatialReference",
7125
+ "description": "The output spatial reference of the converted table."
7126
+ },
7127
+ "primaryKeyField": {
7128
+ "description": "Optionally the primary key field.",
7129
+ "type": "string"
7130
+ },
7131
+ "title": {
7132
+ "description": "A title for this dataset.",
7133
+ "type": "string"
7134
+ },
7135
+ "useFormattedValues": {
7136
+ "description": "If true, the configured formatters will be run on the raw values in the supplied data and these values will be output with type information if possible. If false, the formatted or presentable values already present in the supplied data will be taken 'as-is'. Field types configured on the input will be ignored and all values will be output as strings.",
7137
+ "type": "boolean"
7138
+ }
7139
+ },
7140
+ "required": [
7141
+ "data"
7142
+ ],
7143
+ "type": "object"
7144
+ },
6480
7145
  "Vector2D": {
6481
7146
  "additionalProperties": false,
6482
7147
  "description": "A representation of a 2D vector or point.",
@@ -16526,6 +17191,36 @@
16526
17191
  ],
16527
17192
  "type": "string"
16528
17193
  },
17194
+ "filter-builder.display-filter": {
17195
+ "description": "Sets the current filter criteria in the filter builder and also activates the component.",
17196
+ "enum": [
17197
+ "filter-builder.display-filter"
17198
+ ]
17199
+ },
17200
+ "filter-builder.display-filter:input": {
17201
+ "$ref": "#/definitions/SetFilterArgs"
17202
+ },
17203
+ "filter-builder.get-filter": {
17204
+ "description": "Gets the currently visible filter from the specified filter builder component. Note that this filter may not have yet been applied to the layer, so it might differ from the layer's definition expression.",
17205
+ "enum": [
17206
+ "filter-builder.get-filter"
17207
+ ]
17208
+ },
17209
+ "filter-builder.get-filter:input": {
17210
+ "$ref": "#/definitions/GetFilterArgs"
17211
+ },
17212
+ "filter-builder.get-filter:output": {
17213
+ "$ref": "#/definitions/Filter"
17214
+ },
17215
+ "filter-builder.set-filter": {
17216
+ "description": "Sets the current filter criteria in the filter builder.",
17217
+ "enum": [
17218
+ "filter-builder.set-filter"
17219
+ ]
17220
+ },
17221
+ "filter-builder.set-filter:input": {
17222
+ "$ref": "#/definitions/SetFilterArgs"
17223
+ },
16529
17224
  "geocode.batch-geocode": {
16530
17225
  "description": "Finds locations corresponding to multiple addresses. The geocoder must have the supportsBatchGeocoding capability.",
16531
17226
  "enum": [
@@ -17192,6 +17887,15 @@
17192
17887
  "layers.hide-labels:input": {
17193
17888
  "$ref": "#/definitions/SetLabelVisibilityArgs"
17194
17889
  },
17890
+ "layers.set-popup-template": {
17891
+ "description": "Updates the provided layer(s) with new popup template configuration.",
17892
+ "enum": [
17893
+ "layers.set-popup-template"
17894
+ ]
17895
+ },
17896
+ "layers.set-popup-template:input": {
17897
+ "$ref": "#/definitions/LayerSettingsArgs"
17898
+ },
17195
17899
  "layers.set-symbol": {
17196
17900
  "description": "Updates the symbol for the provided layer(s).",
17197
17901
  "enum": [
@@ -17201,6 +17905,24 @@
17201
17905
  "layers.set-symbol:input": {
17202
17906
  "$ref": "#/definitions/SetSymbolArgs"
17203
17907
  },
17908
+ "layers.set-task-settings": {
17909
+ "description": "Updates the provided layer(s) with new task settings.",
17910
+ "enum": [
17911
+ "layers.set-task-settings"
17912
+ ]
17913
+ },
17914
+ "layers.set-task-settings:input": {
17915
+ "$ref": "#/definitions/LayerSettingsArgs"
17916
+ },
17917
+ "layers.set-title": {
17918
+ "description": "Changes the title of the provided layer(s).",
17919
+ "enum": [
17920
+ "layers.set-title"
17921
+ ]
17922
+ },
17923
+ "layers.set-title:input": {
17924
+ "$ref": "#/definitions/LayerSettingsArgs"
17925
+ },
17204
17926
  "layers.set-visibility": {
17205
17927
  "description": "Updates the visibility of the provided layer(s).",
17206
17928
  "enum": [
@@ -18602,6 +19324,36 @@
18602
19324
  "project.show-share-link:input": {
18603
19325
  "$ref": "#/definitions/SharedProject"
18604
19326
  },
19327
+ "query-builder.display-query": {
19328
+ "description": "Sets the current query criteria in the query builder and also activates the component.",
19329
+ "enum": [
19330
+ "query-builder.display-query"
19331
+ ]
19332
+ },
19333
+ "query-builder.display-query:input": {
19334
+ "$ref": "#/definitions/SetQueryArgs"
19335
+ },
19336
+ "query-builder.get-query": {
19337
+ "description": "Gets the currently visible query from the specified query builder component.",
19338
+ "enum": [
19339
+ "query-builder.get-query"
19340
+ ]
19341
+ },
19342
+ "query-builder.get-query:input": {
19343
+ "$ref": "#/definitions/GetQueryArgs"
19344
+ },
19345
+ "query-builder.get-query:output": {
19346
+ "$ref": "#/definitions/Query"
19347
+ },
19348
+ "query-builder.set-query": {
19349
+ "description": "Sets the current query criteria in the query builder.",
19350
+ "enum": [
19351
+ "query-builder.set-query"
19352
+ ]
19353
+ },
19354
+ "query-builder.set-query:input": {
19355
+ "$ref": "#/definitions/SetQueryArgs"
19356
+ },
18605
19357
  "region.set-measurement-system": {
18606
19358
  "description": "Sets the current measurement system.",
18607
19359
  "enum": [
@@ -18657,6 +19409,24 @@
18657
19409
  }
18658
19410
  ]
18659
19411
  },
19412
+ "results.configure-upload-data": {
19413
+ "description": "Display a dialog to configure the arguements for the upload layer operation.",
19414
+ "enum": [
19415
+ "results.configure-upload-data"
19416
+ ]
19417
+ },
19418
+ "results.configure-upload-data:input": {
19419
+ "items": {
19420
+ "$ref": "#/definitions/UploadDataArgs"
19421
+ },
19422
+ "type": "array"
19423
+ },
19424
+ "results.configure-upload-data:output": {
19425
+ "items": {
19426
+ "$ref": "#/definitions/UploadDataArgs"
19427
+ },
19428
+ "type": "array"
19429
+ },
18660
19430
  "results.contains": {
18661
19431
  "description": "Check if features are contained in the specified results.",
18662
19432
  "enum": [
@@ -19267,6 +20037,55 @@
19267
20037
  },
19268
20038
  "type": "array"
19269
20039
  },
20040
+ "results.upload-data-from-files": {
20041
+ "description": "Convert the specified csv, xlsx or shapefile files to args that can be used to create Features.",
20042
+ "enum": [
20043
+ "results.upload-data-from-files"
20044
+ ]
20045
+ },
20046
+ "results.upload-data-from-files:input": {
20047
+ "anyOf": [
20048
+ {
20049
+ "items": {
20050
+ "$ref": "File"
20051
+ },
20052
+ "type": "array"
20053
+ },
20054
+ {
20055
+ "$ref": "#/definitions/FromCsvConversionArgs"
20056
+ },
20057
+ {
20058
+ "$ref": "#/definitions/FromShapefileConversionArgs"
20059
+ },
20060
+ {
20061
+ "$ref": "#/definitions/FromXLSXConversionArgs"
20062
+ }
20063
+ ]
20064
+ },
20065
+ "results.upload-data-from-files:output": {
20066
+ "items": {
20067
+ "$ref": "#/definitions/UploadDataArgs"
20068
+ },
20069
+ "type": "array"
20070
+ },
20071
+ "results.upload-data-to-features": {
20072
+ "description": "Convert the supplied upload data args to features.",
20073
+ "enum": [
20074
+ "results.upload-data-to-features"
20075
+ ]
20076
+ },
20077
+ "results.upload-data-to-features:input": {
20078
+ "items": {
20079
+ "$ref": "#/definitions/UploadDataArgs"
20080
+ },
20081
+ "type": "array"
20082
+ },
20083
+ "results.upload-data-to-features:output": {
20084
+ "items": {
20085
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
20086
+ },
20087
+ "type": "array"
20088
+ },
19270
20089
  "search.clear": {
19271
20090
  "description": "Clears the search input.",
19272
20091
  "enum": [
@@ -19644,6 +20463,18 @@
19644
20463
  },
19645
20464
  "type": "array"
19646
20465
  },
20466
+ "system.read-files": {
20467
+ "description": "A synonym for `system.read-file` that attaches the output to an args object for use in command chains.",
20468
+ "enum": [
20469
+ "system.read-files"
20470
+ ]
20471
+ },
20472
+ "system.read-files:input": {
20473
+ "$ref": "#/definitions/ReadFileArgs"
20474
+ },
20475
+ "system.read-files:output": {
20476
+ "$ref": "#/definitions/HasFiles"
20477
+ },
19647
20478
  "system.read-url": {
19648
20479
  "description": "Fetch a file from the specified URL.",
19649
20480
  "enum": [
@@ -19665,10 +20496,22 @@
19665
20496
  "tasks.identify"
19666
20497
  ]
19667
20498
  },
19668
- "tasks.identify:input": {
19669
- "$ref": "#/definitions/IdentifyArgs"
20499
+ "tasks.identify:input": {
20500
+ "$ref": "#/definitions/IdentifyArgs"
20501
+ },
20502
+ "tasks.identify:output": {
20503
+ "$ref": "#/definitions/Features"
20504
+ },
20505
+ "tasks.query": {
20506
+ "description": "Returns features that match the supplied where clause.",
20507
+ "enum": [
20508
+ "tasks.query"
20509
+ ]
20510
+ },
20511
+ "tasks.query:input": {
20512
+ "$ref": "#/definitions/QueryArgs"
19670
20513
  },
19671
- "tasks.identify:output": {
20514
+ "tasks.query:output": {
19672
20515
  "$ref": "#/definitions/Features"
19673
20516
  },
19674
20517
  "tasks.search": {
@@ -19702,6 +20545,25 @@
19702
20545
  "tasks.supports-identify:output": {
19703
20546
  "type": "boolean"
19704
20547
  },
20548
+ "tasks.supports-query": {
20549
+ "description": "Returns a boolean depicting whether a FeatureSource supports query.",
20550
+ "enum": [
20551
+ "tasks.supports-query"
20552
+ ]
20553
+ },
20554
+ "tasks.supports-query:input": {
20555
+ "anyOf": [
20556
+ {
20557
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource"
20558
+ },
20559
+ {
20560
+ "$ref": "#/definitions/SupportsQueryArgs"
20561
+ }
20562
+ ]
20563
+ },
20564
+ "tasks.supports-query:output": {
20565
+ "type": "boolean"
20566
+ },
19705
20567
  "tasks.supports-search": {
19706
20568
  "description": "Returns a boolean depicting whether a FeatureSource supports search.",
19707
20569
  "enum": [
@@ -20311,6 +21173,38 @@
20311
21173
  ],
20312
21174
  "type": "object"
20313
21175
  },
21176
+ {
21177
+ "additionalProperties": false,
21178
+ "properties": {
21179
+ "arguments": {
21180
+ "$ref": "#/definitions/filter-builder.display-filter:input"
21181
+ },
21182
+ "name": {
21183
+ "$ref": "#/definitions/filter-builder.display-filter"
21184
+ }
21185
+ },
21186
+ "required": [
21187
+ "name",
21188
+ "arguments"
21189
+ ],
21190
+ "type": "object"
21191
+ },
21192
+ {
21193
+ "additionalProperties": false,
21194
+ "properties": {
21195
+ "arguments": {
21196
+ "$ref": "#/definitions/filter-builder.set-filter:input"
21197
+ },
21198
+ "name": {
21199
+ "$ref": "#/definitions/filter-builder.set-filter"
21200
+ }
21201
+ },
21202
+ "required": [
21203
+ "name",
21204
+ "arguments"
21205
+ ],
21206
+ "type": "object"
21207
+ },
20314
21208
  {
20315
21209
  "additionalProperties": false,
20316
21210
  "properties": {
@@ -20743,6 +21637,22 @@
20743
21637
  ],
20744
21638
  "type": "object"
20745
21639
  },
21640
+ {
21641
+ "additionalProperties": false,
21642
+ "properties": {
21643
+ "arguments": {
21644
+ "$ref": "#/definitions/layers.set-popup-template:input"
21645
+ },
21646
+ "name": {
21647
+ "$ref": "#/definitions/layers.set-popup-template"
21648
+ }
21649
+ },
21650
+ "required": [
21651
+ "name",
21652
+ "arguments"
21653
+ ],
21654
+ "type": "object"
21655
+ },
20746
21656
  {
20747
21657
  "additionalProperties": false,
20748
21658
  "properties": {
@@ -20759,6 +21669,38 @@
20759
21669
  ],
20760
21670
  "type": "object"
20761
21671
  },
21672
+ {
21673
+ "additionalProperties": false,
21674
+ "properties": {
21675
+ "arguments": {
21676
+ "$ref": "#/definitions/layers.set-task-settings:input"
21677
+ },
21678
+ "name": {
21679
+ "$ref": "#/definitions/layers.set-task-settings"
21680
+ }
21681
+ },
21682
+ "required": [
21683
+ "name",
21684
+ "arguments"
21685
+ ],
21686
+ "type": "object"
21687
+ },
21688
+ {
21689
+ "additionalProperties": false,
21690
+ "properties": {
21691
+ "arguments": {
21692
+ "$ref": "#/definitions/layers.set-title:input"
21693
+ },
21694
+ "name": {
21695
+ "$ref": "#/definitions/layers.set-title"
21696
+ }
21697
+ },
21698
+ "required": [
21699
+ "name",
21700
+ "arguments"
21701
+ ],
21702
+ "type": "object"
21703
+ },
20762
21704
  {
20763
21705
  "additionalProperties": false,
20764
21706
  "properties": {
@@ -21607,6 +22549,38 @@
21607
22549
  ],
21608
22550
  "type": "object"
21609
22551
  },
22552
+ {
22553
+ "additionalProperties": false,
22554
+ "properties": {
22555
+ "arguments": {
22556
+ "$ref": "#/definitions/query-builder.display-query:input"
22557
+ },
22558
+ "name": {
22559
+ "$ref": "#/definitions/query-builder.display-query"
22560
+ }
22561
+ },
22562
+ "required": [
22563
+ "name",
22564
+ "arguments"
22565
+ ],
22566
+ "type": "object"
22567
+ },
22568
+ {
22569
+ "additionalProperties": false,
22570
+ "properties": {
22571
+ "arguments": {
22572
+ "$ref": "#/definitions/query-builder.set-query:input"
22573
+ },
22574
+ "name": {
22575
+ "$ref": "#/definitions/query-builder.set-query"
22576
+ }
22577
+ },
22578
+ "required": [
22579
+ "name",
22580
+ "arguments"
22581
+ ],
22582
+ "type": "object"
22583
+ },
21610
22584
  {
21611
22585
  "additionalProperties": false,
21612
22586
  "properties": {
@@ -22351,6 +23325,12 @@
22351
23325
  {
22352
23326
  "$ref": "#/definitions/edit.update-session"
22353
23327
  },
23328
+ {
23329
+ "$ref": "#/definitions/filter-builder.display-filter"
23330
+ },
23331
+ {
23332
+ "$ref": "#/definitions/filter-builder.set-filter"
23333
+ },
22354
23334
  {
22355
23335
  "$ref": "#/definitions/geolocation.auto-recenter"
22356
23336
  },
@@ -22438,9 +23418,18 @@
22438
23418
  {
22439
23419
  "$ref": "#/definitions/layers.hide-labels"
22440
23420
  },
23421
+ {
23422
+ "$ref": "#/definitions/layers.set-popup-template"
23423
+ },
22441
23424
  {
22442
23425
  "$ref": "#/definitions/layers.set-symbol"
22443
23426
  },
23427
+ {
23428
+ "$ref": "#/definitions/layers.set-task-settings"
23429
+ },
23430
+ {
23431
+ "$ref": "#/definitions/layers.set-title"
23432
+ },
22444
23433
  {
22445
23434
  "$ref": "#/definitions/layers.set-visibility"
22446
23435
  },
@@ -22600,6 +23589,12 @@
22600
23589
  {
22601
23590
  "$ref": "#/definitions/project.show-share-link"
22602
23591
  },
23592
+ {
23593
+ "$ref": "#/definitions/query-builder.display-query"
23594
+ },
23595
+ {
23596
+ "$ref": "#/definitions/query-builder.set-query"
23597
+ },
22603
23598
  {
22604
23599
  "$ref": "#/definitions/region.set-measurement-system"
22605
23600
  },
@@ -22907,6 +23902,22 @@
22907
23902
  ],
22908
23903
  "type": "object"
22909
23904
  },
23905
+ {
23906
+ "additionalProperties": false,
23907
+ "properties": {
23908
+ "arguments": {
23909
+ "$ref": "#/definitions/filter-builder.get-filter:input"
23910
+ },
23911
+ "name": {
23912
+ "$ref": "#/definitions/filter-builder.get-filter"
23913
+ }
23914
+ },
23915
+ "required": [
23916
+ "name",
23917
+ "arguments"
23918
+ ],
23919
+ "type": "object"
23920
+ },
22910
23921
  {
22911
23922
  "additionalProperties": false,
22912
23923
  "properties": {
@@ -23307,6 +24318,38 @@
23307
24318
  ],
23308
24319
  "type": "object"
23309
24320
  },
24321
+ {
24322
+ "additionalProperties": false,
24323
+ "properties": {
24324
+ "arguments": {
24325
+ "$ref": "#/definitions/query-builder.get-query:input"
24326
+ },
24327
+ "name": {
24328
+ "$ref": "#/definitions/query-builder.get-query"
24329
+ }
24330
+ },
24331
+ "required": [
24332
+ "name",
24333
+ "arguments"
24334
+ ],
24335
+ "type": "object"
24336
+ },
24337
+ {
24338
+ "additionalProperties": false,
24339
+ "properties": {
24340
+ "arguments": {
24341
+ "$ref": "#/definitions/results.configure-upload-data:input"
24342
+ },
24343
+ "name": {
24344
+ "$ref": "#/definitions/results.configure-upload-data"
24345
+ }
24346
+ },
24347
+ "required": [
24348
+ "name",
24349
+ "arguments"
24350
+ ],
24351
+ "type": "object"
24352
+ },
23310
24353
  {
23311
24354
  "additionalProperties": false,
23312
24355
  "properties": {
@@ -23515,6 +24558,38 @@
23515
24558
  ],
23516
24559
  "type": "object"
23517
24560
  },
24561
+ {
24562
+ "additionalProperties": false,
24563
+ "properties": {
24564
+ "arguments": {
24565
+ "$ref": "#/definitions/results.upload-data-from-files:input"
24566
+ },
24567
+ "name": {
24568
+ "$ref": "#/definitions/results.upload-data-from-files"
24569
+ }
24570
+ },
24571
+ "required": [
24572
+ "name",
24573
+ "arguments"
24574
+ ],
24575
+ "type": "object"
24576
+ },
24577
+ {
24578
+ "additionalProperties": false,
24579
+ "properties": {
24580
+ "arguments": {
24581
+ "$ref": "#/definitions/results.upload-data-to-features:input"
24582
+ },
24583
+ "name": {
24584
+ "$ref": "#/definitions/results.upload-data-to-features"
24585
+ }
24586
+ },
24587
+ "required": [
24588
+ "name",
24589
+ "arguments"
24590
+ ],
24591
+ "type": "object"
24592
+ },
23518
24593
  {
23519
24594
  "additionalProperties": false,
23520
24595
  "properties": {
@@ -23691,6 +24766,22 @@
23691
24766
  ],
23692
24767
  "type": "object"
23693
24768
  },
24769
+ {
24770
+ "additionalProperties": false,
24771
+ "properties": {
24772
+ "arguments": {
24773
+ "$ref": "#/definitions/system.read-files:input"
24774
+ },
24775
+ "name": {
24776
+ "$ref": "#/definitions/system.read-files"
24777
+ }
24778
+ },
24779
+ "required": [
24780
+ "name",
24781
+ "arguments"
24782
+ ],
24783
+ "type": "object"
24784
+ },
23694
24785
  {
23695
24786
  "additionalProperties": false,
23696
24787
  "properties": {
@@ -23723,6 +24814,22 @@
23723
24814
  ],
23724
24815
  "type": "object"
23725
24816
  },
24817
+ {
24818
+ "additionalProperties": false,
24819
+ "properties": {
24820
+ "arguments": {
24821
+ "$ref": "#/definitions/tasks.query:input"
24822
+ },
24823
+ "name": {
24824
+ "$ref": "#/definitions/tasks.query"
24825
+ }
24826
+ },
24827
+ "required": [
24828
+ "name",
24829
+ "arguments"
24830
+ ],
24831
+ "type": "object"
24832
+ },
23726
24833
  {
23727
24834
  "additionalProperties": false,
23728
24835
  "properties": {
@@ -23755,6 +24862,22 @@
23755
24862
  ],
23756
24863
  "type": "object"
23757
24864
  },
24865
+ {
24866
+ "additionalProperties": false,
24867
+ "properties": {
24868
+ "arguments": {
24869
+ "$ref": "#/definitions/tasks.supports-query:input"
24870
+ },
24871
+ "name": {
24872
+ "$ref": "#/definitions/tasks.supports-query"
24873
+ }
24874
+ },
24875
+ "required": [
24876
+ "name",
24877
+ "arguments"
24878
+ ],
24879
+ "type": "object"
24880
+ },
23758
24881
  {
23759
24882
  "additionalProperties": false,
23760
24883
  "properties": {
@@ -23874,6 +24997,9 @@
23874
24997
  {
23875
24998
  "$ref": "#/definitions/edit.create-feature"
23876
24999
  },
25000
+ {
25001
+ "$ref": "#/definitions/filter-builder.get-filter"
25002
+ },
23877
25003
  {
23878
25004
  "$ref": "#/definitions/geocode.batch-geocode"
23879
25005
  },
@@ -23973,6 +25099,12 @@
23973
25099
  {
23974
25100
  "$ref": "#/definitions/project.get-shared-content"
23975
25101
  },
25102
+ {
25103
+ "$ref": "#/definitions/query-builder.get-query"
25104
+ },
25105
+ {
25106
+ "$ref": "#/definitions/results.configure-upload-data"
25107
+ },
23976
25108
  {
23977
25109
  "$ref": "#/definitions/results.contains"
23978
25110
  },
@@ -24012,6 +25144,12 @@
24012
25144
  {
24013
25145
  "$ref": "#/definitions/results.to-graphics"
24014
25146
  },
25147
+ {
25148
+ "$ref": "#/definitions/results.upload-data-from-files"
25149
+ },
25150
+ {
25151
+ "$ref": "#/definitions/results.upload-data-to-features"
25152
+ },
24015
25153
  {
24016
25154
  "$ref": "#/definitions/sketching.add-node-to-geometry"
24017
25155
  },
@@ -24054,18 +25192,27 @@
24054
25192
  {
24055
25193
  "$ref": "#/definitions/system.read-file"
24056
25194
  },
25195
+ {
25196
+ "$ref": "#/definitions/system.read-files"
25197
+ },
24057
25198
  {
24058
25199
  "$ref": "#/definitions/system.read-url"
24059
25200
  },
24060
25201
  {
24061
25202
  "$ref": "#/definitions/tasks.identify"
24062
25203
  },
25204
+ {
25205
+ "$ref": "#/definitions/tasks.query"
25206
+ },
24063
25207
  {
24064
25208
  "$ref": "#/definitions/tasks.search"
24065
25209
  },
24066
25210
  {
24067
25211
  "$ref": "#/definitions/tasks.supports-identify"
24068
25212
  },
25213
+ {
25214
+ "$ref": "#/definitions/tasks.supports-query"
25215
+ },
24069
25216
  {
24070
25217
  "$ref": "#/definitions/tasks.supports-search"
24071
25218
  },