@arcgis/languages-sdk-spec 5.1.0-next.55 → 5.1.0-next.57

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.
@@ -22,7 +22,7 @@ export interface BaseSdkPredefinedProfile<ProfileId extends string, Bundle exten
22
22
  /**
23
23
  * Supported profile variable types
24
24
  */
25
- export type SdkVariableType = "array" | "boolean" | "date" | "dateOnly" | "dictionary" | "feature" | "featureSet" | "featureSetCollection" | "geometry" | "knowledgeGraph" | "number" | "pixel" | "text" | "time" | "voxel";
25
+ export type SdkVariableType = "array" | "boolean" | "dataCatalogDatastore" | "date" | "dateOnly" | "dictionary" | "feature" | "featureSet" | "featureSetCollection" | "geometry" | "knowledgeGraph" | "number" | "pixel" | "text" | "time" | "voxel";
26
26
  /**
27
27
  * Describes variables
28
28
  */
@@ -158,6 +158,7 @@
158
158
  "enum": [
159
159
  "array",
160
160
  "boolean",
161
+ "dataCatalogDatastore",
161
162
  "date",
162
163
  "dateOnly",
163
164
  "feature",
@@ -172,6 +172,7 @@
172
172
  "enum": [
173
173
  "array",
174
174
  "boolean",
175
+ "dataCatalogDatastore",
175
176
  "date",
176
177
  "dateOnly",
177
178
  "feature",
@@ -111,6 +111,7 @@
111
111
  "enum": [
112
112
  "array",
113
113
  "boolean",
114
+ "dataCatalogDatastore",
114
115
  "date",
115
116
  "dateOnly",
116
117
  "feature",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/languages-sdk-spec",
3
- "version": "5.1.0-next.55",
3
+ "version": "5.1.0-next.57",
4
4
  "description": "ArcGIS languages types and schemas for design a language sdk",
5
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
6
  "type": "module",