@vertigis/viewer-spec 61.9.0 → 61.9.2
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.
- package/messaging/registry/tasks.d.ts +3 -1
- package/messaging/schema/common-action.schema.json +1 -19757
- package/messaging/schema/common-event.schema.json +1 -14046
- package/messaging/schema/mobile-action.schema.json +1 -24321
- package/messaging/schema/mobile-event.schema.json +1 -16454
- package/messaging/schema/web-action.schema.json +1 -33770
- package/messaging/schema/web-event.schema.json +1 -16559
- package/messaging/schema/web-tasks-operation-definitions.md +1 -1
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -301,7 +301,9 @@ export declare class TasksOperations extends OperationRegistry {
|
|
|
301
301
|
*/
|
|
302
302
|
get supportsIdentify(): Operation<FeatureSource | SupportsIdentifyArgs, boolean>;
|
|
303
303
|
/**
|
|
304
|
-
* Returns features that match the supplied where clause.
|
|
304
|
+
* Returns features that match the supplied where clause. When executing a
|
|
305
|
+
* tasks.query operation against an ArcGIS Server service, the server must
|
|
306
|
+
* be configured to allow standardized queries. Web only.
|
|
305
307
|
*
|
|
306
308
|
* @webOnly
|
|
307
309
|
*/
|