@vertigis/viewer-spec 61.9.0 → 61.9.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.
@@ -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. Web only.
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
  */
@@ -28042,7 +28042,7 @@
28042
28042
  "$ref": "#/definitions/Features"
28043
28043
  },
28044
28044
  "tasks.query": {
28045
- "description": "Returns features that match the supplied where clause. Web only.",
28045
+ "description": "Returns features that match the supplied where clause. When executing a tasks.query operation against an ArcGIS Server service, the server must be configured to allow standardized queries. Web only.",
28046
28046
  "enum": [
28047
28047
  "tasks.query"
28048
28048
  ]
@@ -138,7 +138,7 @@ Outputs: `Features`
138
138
 
139
139
  ---
140
140
  # operation: tasks.query
141
- Description: Returns features that match the supplied where clause. Web only.
141
+ Description: Returns features that match the supplied where clause. When executing a tasks.query operation against an ArcGIS Server service, the server must be configured to allow standardized queries. Web only.
142
142
 
143
143
  Inputs: `QueryArgs`
144
144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "61.9.0",
3
+ "version": "61.9.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "61.9.0";
4
+ export declare const version = "61.9.1";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "61.9.0";
4
+ export const version = "61.9.1";