@conterra/ct-mapapps-typings 4.17.1-next.20240318051610 → 4.17.1-next.20240319050341

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 (2) hide show
  1. package/editing/api.d.ts +4 -0
  2. package/package.json +1 -1
package/editing/api.d.ts CHANGED
@@ -11,6 +11,10 @@ type WellKnownWorkflow = NonNullable<__esri.EditorProperties["allowedWorkflows"]
11
11
  * Properties used to create an {@link Editor}.
12
12
  */
13
13
  type EditorProperties = Omit<__esri.EditorProperties, "allowedWorkflows"> & {
14
+ /**
15
+ * @deprecated since ArcGIS Maps SDK for JavaScript 4.29
16
+ * use {@link __esri.EditorProperties.visibleElements} instead;
17
+ */
14
18
  allowedWorkflows?: WellKnownWorkflow[];
15
19
  };
16
20
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conterra/ct-mapapps-typings",
3
- "version": "4.17.1-next.20240318051610",
3
+ "version": "4.17.1-next.20240319050341",
4
4
  "description": "TypeDefinitions for ct-mapapps",
5
5
  "author": "conterra",
6
6
  "license": "Apache-2.0"