@esri/solution-creator 5.6.6 → 5.6.7

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.
@@ -33,7 +33,7 @@ import { IDatasourceInfo, IItemProgressCallback, IItemTemplate, ISourceFile, Use
33
33
  */
34
34
  export declare function createItemTemplate(solutionItemId: string, itemId: string, templateDictionary: any, srcAuthentication: UserSession, destAuthentication: UserSession, existingTemplates: IItemTemplate[], itemProgressCallback: IItemProgressCallback): Promise<ISourceFile[]>;
35
35
  /**
36
- * Remove webtoolDefinition resource from Geoprocessing Service
36
+ * Remove webtool resource files from Geoprocessing Service
37
37
  * This needs to be done after fetched so we can read from the file before we remove it
38
38
  *
39
39
  * @param template The current template
@@ -216,7 +216,7 @@ function createItemTemplate(solutionItemId, itemId, templateDictionary, srcAuthe
216
216
  }
217
217
  exports.createItemTemplate = createItemTemplate;
218
218
  /**
219
- * Remove webtoolDefinition resource from Geoprocessing Service
219
+ * Remove webtool resource files from Geoprocessing Service
220
220
  * This needs to be done after fetched so we can read from the file before we remove it
221
221
  *
222
222
  * @param template The current template
@@ -33,7 +33,7 @@ import { IDatasourceInfo, IItemProgressCallback, IItemTemplate, ISourceFile, Use
33
33
  */
34
34
  export declare function createItemTemplate(solutionItemId: string, itemId: string, templateDictionary: any, srcAuthentication: UserSession, destAuthentication: UserSession, existingTemplates: IItemTemplate[], itemProgressCallback: IItemProgressCallback): Promise<ISourceFile[]>;
35
35
  /**
36
- * Remove webtoolDefinition resource from Geoprocessing Service
36
+ * Remove webtool resource files from Geoprocessing Service
37
37
  * This needs to be done after fetched so we can read from the file before we remove it
38
38
  *
39
39
  * @param template The current template
@@ -212,7 +212,7 @@ export function createItemTemplate(solutionItemId, itemId, templateDictionary, s
212
212
  });
213
213
  }
214
214
  /**
215
- * Remove webtoolDefinition resource from Geoprocessing Service
215
+ * Remove webtool resource files from Geoprocessing Service
216
216
  * This needs to be done after fetched so we can read from the file before we remove it
217
217
  *
218
218
  * @param template The current template
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-creator",
3
- "version": "5.6.6",
3
+ "version": "5.6.7",
4
4
  "description": "Manages the creation of a Solution item for @esri/solution.js.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -30,18 +30,18 @@
30
30
  "@esri/arcgis-rest-request": "^3.7.0",
31
31
  "@esri/arcgis-rest-service-admin": "^3.7.0",
32
32
  "@esri/hub-common": "^14.177.1",
33
- "@esri/solution-common": "^5.6.6",
34
- "@esri/solution-feature-layer": "^5.6.6",
35
- "@esri/solution-file": "^5.6.6",
36
- "@esri/solution-form": "^5.6.6",
37
- "@esri/solution-group": "^5.6.6",
38
- "@esri/solution-hub-types": "^5.6.6",
39
- "@esri/solution-simple-types": "^5.6.6",
40
- "@esri/solution-storymap": "^5.6.6",
41
- "@esri/solution-velocity": "^5.6.6",
42
- "@esri/solution-web-experience": "^5.6.6",
43
- "@esri/solution-web-tool": "^5.6.6",
44
- "@esri/solution-workflow": "^5.6.6",
33
+ "@esri/solution-common": "^5.6.7",
34
+ "@esri/solution-feature-layer": "^5.6.7",
35
+ "@esri/solution-file": "^5.6.7",
36
+ "@esri/solution-form": "^5.6.7",
37
+ "@esri/solution-group": "^5.6.7",
38
+ "@esri/solution-hub-types": "^5.6.7",
39
+ "@esri/solution-simple-types": "^5.6.7",
40
+ "@esri/solution-storymap": "^5.6.7",
41
+ "@esri/solution-velocity": "^5.6.7",
42
+ "@esri/solution-web-experience": "^5.6.7",
43
+ "@esri/solution-web-tool": "^5.6.7",
44
+ "@esri/solution-workflow": "^5.6.7",
45
45
  "tslib": "1.14.1"
46
46
  },
47
47
  "scripts": {
@@ -95,5 +95,5 @@
95
95
  "esri",
96
96
  "ES6"
97
97
  ],
98
- "gitHead": "c14cc533aa4049e8fbbdb3c0a19ffd379400796e"
98
+ "gitHead": "7237620f178ad4293575a1ec6752d2593e9929d0"
99
99
  }