@arcgis/languages-sdk-spec 5.1.0-next.9 → 5.1.0-next.90

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
  */
@@ -7,7 +7,7 @@ export type ArcadeBundleType = "ai" | "core" | "data-access" | "database" | "geo
7
7
  * The profile names this definition belongs to
8
8
  */
9
9
  export type ArcadeProfileType = "Attribute Rule Calculation" | "Attribute Rules" | "Dashboard Data" | "Field Calculation" | "Form Calculation" | "GeoAnalytics" | "Popups" | "Tasks" | "Velocity";
10
- export type ArcadeValueType = "Any" | "Array<Any>" | "Array<Attachment>" | "Array<Boolean>" | "Array<Date>" | "Array<DateOnly>" | "Array<Dictionary>" | "Array<Extent>" | "Array<Feature>" | "Array<Geometry>" | "Array<KnowledgeGraph>" | "Array<Multipoint>" | "Array<Number>" | "Array<Number|Text>" | "Array<Point>" | "Array<Polygon>" | "Array<Polyline>" | "Array<Text>" | "Array<Time>" | "Attachment" | "Boolean" | "Date" | "DateOnly" | "Dictionary" | "Extent" | "Feature" | "FeatureSet" | "FeatureSetCollection" | "Function" | "Geometry" | "KnowledgeGraph" | "Multipoint" | "Null" | "Number" | "Pixel" | "Point" | "Polygon" | "Polyline" | "Portal" | "Text" | "Time" | "Voxel";
10
+ export type ArcadeValueType = "Any" | "Array<Any>" | "Array<Attachment>" | "Array<Boolean>" | "Array<Date>" | "Array<DateOnly>" | "Array<Dictionary>" | "Array<Extent>" | "Array<Feature>" | "Array<Geometry>" | "Array<KnowledgeGraph>" | "Array<Multipoint>" | "Array<Number>" | "Array<Number|Text>" | "Array<Point>" | "Array<Polygon>" | "Array<Polyline>" | "Array<Portal>" | "Array<Text>" | "Array<Time>" | "Attachment" | "Boolean" | "Date" | "DateOnly" | "Dictionary" | "Extent" | "Feature" | "FeatureSet" | "FeatureSetCollection" | "Function" | "Geometry" | "KnowledgeGraph" | "Multipoint" | "Null" | "Number" | "Pixel" | "Point" | "Polygon" | "Polyline" | "Portal" | "Text" | "Time" | "Voxel";
11
11
  export type ArcadeSchemaItemBase = GenericSchemaItemBase<ArcadeBundleType, ArcadeProfileType>;
12
12
  /**
13
13
  * Definition for Arcade Api function
@@ -290,6 +290,7 @@
290
290
  "Array<Point>",
291
291
  "Array<Polygon>",
292
292
  "Array<Polyline>",
293
+ "Array<Portal>",
293
294
  "Array<Text>",
294
295
  "Array<Time>",
295
296
  "Attachment",
@@ -279,6 +279,7 @@
279
279
  "Array<Point>",
280
280
  "Array<Polygon>",
281
281
  "Array<Polyline>",
282
+ "Array<Portal>",
282
283
  "Array<Text>",
283
284
  "Array<Time>",
284
285
  "Attachment",
@@ -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.9",
3
+ "version": "5.1.0-next.90",
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",