@vertigis/viewer-spec 50.8.2 → 50.9.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.
@@ -188,6 +188,20 @@ export interface FromGraphicsArgs {
188
188
  * workflow.
189
189
  */
190
190
  workflowItemId?: string;
191
+ /**
192
+ * Whether to fetch attachments for the returned features. Defaults to
193
+ * false.
194
+ *
195
+ * @mobileOnly
196
+ */
197
+ fetchAttachments?: boolean;
198
+ /**
199
+ * Whether to fetch related features for the returned features. Defaults to
200
+ * false.
201
+ *
202
+ * @mobileOnly
203
+ */
204
+ fetchRelatedFeatures?: boolean;
191
205
  }
192
206
  /**
193
207
  * Arguments for the "results.open-attachment" command.
@@ -1436,6 +1436,14 @@
1436
1436
  "$ref": "#/definitions/@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties",
1437
1437
  "description": "FeatureSettings to use for feature metadata if the layer is not provided or can't be found."
1438
1438
  },
1439
+ "fetchAttachments": {
1440
+ "description": "Whether to fetch attachments for the returned features. Defaults to false.",
1441
+ "type": "boolean"
1442
+ },
1443
+ "fetchRelatedFeatures": {
1444
+ "description": "Whether to fetch related features for the returned features. Defaults to false.",
1445
+ "type": "boolean"
1446
+ },
1439
1447
  "graphics": {
1440
1448
  "$ref": "#/definitions/GraphicsLike",
1441
1449
  "description": "A selection of graphics to be converted to features."
@@ -1737,6 +1737,14 @@
1737
1737
  "$ref": "#/definitions/@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties",
1738
1738
  "description": "FeatureSettings to use for feature metadata if the layer is not provided or can't be found."
1739
1739
  },
1740
+ "fetchAttachments": {
1741
+ "description": "Whether to fetch attachments for the returned features. Defaults to false.",
1742
+ "type": "boolean"
1743
+ },
1744
+ "fetchRelatedFeatures": {
1745
+ "description": "Whether to fetch related features for the returned features. Defaults to false.",
1746
+ "type": "boolean"
1747
+ },
1740
1748
  "graphics": {
1741
1749
  "$ref": "#/definitions/GraphicsLike",
1742
1750
  "description": "A selection of graphics to be converted to features."
@@ -2471,6 +2471,14 @@
2471
2471
  "$ref": "#/definitions/@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties",
2472
2472
  "description": "FeatureSettings to use for feature metadata if the layer is not provided or can't be found."
2473
2473
  },
2474
+ "fetchAttachments": {
2475
+ "description": "Whether to fetch attachments for the returned features. Defaults to false.",
2476
+ "type": "boolean"
2477
+ },
2478
+ "fetchRelatedFeatures": {
2479
+ "description": "Whether to fetch related features for the returned features. Defaults to false.",
2480
+ "type": "boolean"
2481
+ },
2474
2482
  "graphics": {
2475
2483
  "$ref": "#/definitions/GraphicsLike",
2476
2484
  "description": "A selection of graphics to be converted to features."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "50.8.2",
3
+ "version": "50.9.0",
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 = "50.8.2";
4
+ export declare const version = "50.9.0";
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 = "50.8.2";
4
+ export const version = "50.9.0";