@esri/solution-deployer 6.0.5-alpha.0 → 6.1.0-alpha.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.
Files changed (55) hide show
  1. package/package.json +15 -15
  2. package/dist/cjs/deploySolutionFromTemplate.d.ts +0 -55
  3. package/dist/cjs/deploySolutionFromTemplate.js +0 -334
  4. package/dist/cjs/deploySolutionFromTemplate.js.map +0 -1
  5. package/dist/cjs/deploySolutionItems.d.ts +0 -224
  6. package/dist/cjs/deploySolutionItems.js +0 -876
  7. package/dist/cjs/deploySolutionItems.js.map +0 -1
  8. package/dist/cjs/deployer.d.ts +0 -34
  9. package/dist/cjs/deployer.js +0 -99
  10. package/dist/cjs/deployer.js.map +0 -1
  11. package/dist/cjs/deployerUtils.d.ts +0 -47
  12. package/dist/cjs/deployerUtils.js +0 -120
  13. package/dist/cjs/deployerUtils.js.map +0 -1
  14. package/dist/cjs/helpers/post-process.d.ts +0 -29
  15. package/dist/cjs/helpers/post-process.js +0 -63
  16. package/dist/cjs/helpers/post-process.js.map +0 -1
  17. package/dist/cjs/helpers/share-templates-to-groups.d.ts +0 -24
  18. package/dist/cjs/helpers/share-templates-to-groups.js +0 -65
  19. package/dist/cjs/helpers/share-templates-to-groups.js.map +0 -1
  20. package/dist/cjs/helpers/sortTemplates.d.ts +0 -23
  21. package/dist/cjs/helpers/sortTemplates.js +0 -14
  22. package/dist/cjs/helpers/sortTemplates.js.map +0 -1
  23. package/dist/cjs/index.d.ts +0 -24
  24. package/dist/cjs/index.js +0 -28
  25. package/dist/cjs/index.js.map +0 -1
  26. package/dist/cjs/module-map.d.ts +0 -23
  27. package/dist/cjs/module-map.js +0 -234
  28. package/dist/cjs/module-map.js.map +0 -1
  29. package/dist/esm/deploySolutionFromTemplate.d.ts +0 -55
  30. package/dist/esm/deploySolutionFromTemplate.js +0 -319
  31. package/dist/esm/deploySolutionFromTemplate.js.map +0 -1
  32. package/dist/esm/deploySolutionItems.d.ts +0 -224
  33. package/dist/esm/deploySolutionItems.js +0 -853
  34. package/dist/esm/deploySolutionItems.js.map +0 -1
  35. package/dist/esm/deployer.d.ts +0 -34
  36. package/dist/esm/deployer.js +0 -94
  37. package/dist/esm/deployer.js.map +0 -1
  38. package/dist/esm/deployerUtils.d.ts +0 -47
  39. package/dist/esm/deployerUtils.js +0 -112
  40. package/dist/esm/deployerUtils.js.map +0 -1
  41. package/dist/esm/helpers/post-process.d.ts +0 -29
  42. package/dist/esm/helpers/post-process.js +0 -59
  43. package/dist/esm/helpers/post-process.js.map +0 -1
  44. package/dist/esm/helpers/share-templates-to-groups.d.ts +0 -24
  45. package/dist/esm/helpers/share-templates-to-groups.js +0 -61
  46. package/dist/esm/helpers/share-templates-to-groups.js.map +0 -1
  47. package/dist/esm/helpers/sortTemplates.d.ts +0 -23
  48. package/dist/esm/helpers/sortTemplates.js +0 -10
  49. package/dist/esm/helpers/sortTemplates.js.map +0 -1
  50. package/dist/esm/index.d.ts +0 -24
  51. package/dist/esm/index.js +0 -25
  52. package/dist/esm/index.js.map +0 -1
  53. package/dist/esm/module-map.d.ts +0 -23
  54. package/dist/esm/module-map.js +0 -230
  55. package/dist/esm/module-map.js.map +0 -1
package/dist/cjs/index.js DELETED
@@ -1,28 +0,0 @@
1
- "use strict";
2
- /** @license
3
- * Copyright 2018 Esri
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- const tslib_1 = require("tslib");
19
- /**
20
- * Manages the deployment of a Solution.
21
- *
22
- * @module deployer
23
- */
24
- tslib_1.__exportStar(require("./deployer"), exports);
25
- tslib_1.__exportStar(require("./deployerUtils"), exports);
26
- tslib_1.__exportStar(require("./deploySolutionItems"), exports);
27
- tslib_1.__exportStar(require("./module-map"), exports);
28
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH;;;;GAIG;AAEH,qDAA2B;AAC3B,0DAAgC;AAChC,gEAAsC;AACtC,uDAA6B"}
@@ -1,23 +0,0 @@
1
- /** @license
2
- * Copyright 2020 Esri
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import { moduleHandler, IItemTypeModuleMap } from "@esri/solution-common";
17
- export declare const UNSUPPORTED: moduleHandler;
18
- /**
19
- * Mapping from item type to module with type-specific template-handling code.
20
- * AGO types come from a blend of arcgis-portal-app\src\js\arcgisonline\pages\item\_Info.ts and
21
- * arcgis-portal-app\src\js\arcgis-components\src\_utils\metadata\item\displayName.ts
22
- */
23
- export declare const moduleMap: IItemTypeModuleMap;
@@ -1,234 +0,0 @@
1
- "use strict";
2
- /** @license
3
- * Copyright 2020 Esri
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.moduleMap = exports.UNSUPPORTED = void 0;
19
- const tslib_1 = require("tslib");
20
- const featureLayer = tslib_1.__importStar(require("@esri/solution-feature-layer"));
21
- const fileProcessor = tslib_1.__importStar(require("@esri/solution-file"));
22
- const formProcessor = tslib_1.__importStar(require("@esri/solution-form"));
23
- const group = tslib_1.__importStar(require("@esri/solution-group"));
24
- const solution_hub_types_1 = require("@esri/solution-hub-types");
25
- const solution_simple_types_1 = require("@esri/solution-simple-types");
26
- const solution_storymap_1 = require("@esri/solution-storymap");
27
- const solution_velocity_1 = require("@esri/solution-velocity");
28
- const solution_web_experience_1 = require("@esri/solution-web-experience");
29
- const solution_web_tool_1 = require("@esri/solution-web-tool");
30
- const workflowProcessor = tslib_1.__importStar(require("@esri/solution-workflow"));
31
- exports.UNSUPPORTED = null;
32
- /**
33
- * Mapping from item type to module with type-specific template-handling code.
34
- * AGO types come from a blend of arcgis-portal-app\src\js\arcgisonline\pages\item\_Info.ts and
35
- * arcgis-portal-app\src\js\arcgis-components\src\_utils\metadata\item\displayName.ts
36
- */
37
- exports.moduleMap = {
38
- ////////////////////////////////////////////////////////
39
- // Group type
40
- "Group": group,
41
- ////////////////////////////////////////////////////////
42
- // Layer types
43
- "Big Data Analytic": solution_velocity_1.VelocityProcessor,
44
- "Feature Collection": solution_simple_types_1.simpleTypes,
45
- "Feature Service": featureLayer,
46
- "Feed": solution_velocity_1.VelocityProcessor,
47
- "Geocoding Service": undefined,
48
- "Geodata Service": undefined,
49
- "Geometry Service": undefined,
50
- "Geoprocessing Service": solution_web_tool_1.WebToolProcessor,
51
- "Globe Service": undefined,
52
- "Image Service": undefined,
53
- "KML": undefined,
54
- "Map Service": featureLayer,
55
- "Network Analysis Service": undefined,
56
- "Real Time Analytic": solution_velocity_1.VelocityProcessor,
57
- "Relational Database Connection": undefined,
58
- "Scene Service": undefined,
59
- "Stream Service": undefined,
60
- "Tool": undefined,
61
- "Vector Tile Service": solution_simple_types_1.simpleTypes,
62
- "WFS": undefined,
63
- "WMS": undefined,
64
- "WMTS": undefined,
65
- "Workflow Manager Service": undefined,
66
- ////////////////////////////////////////////////////////
67
- // Map types
68
- "3D Web Scene": undefined,
69
- "Web Map": solution_simple_types_1.simpleTypes,
70
- "Web Scene": solution_simple_types_1.simpleTypes,
71
- ////////////////////////////////////////////////////////
72
- // App types
73
- "Application": undefined,
74
- "Dashboard": solution_simple_types_1.simpleTypes,
75
- "Data Pipeline": solution_simple_types_1.simpleTypes,
76
- "Data Store": undefined,
77
- "Desktop Application": undefined,
78
- "Excalibur Imagery Project": undefined,
79
- "Form": formProcessor,
80
- "Hub Initiative": exports.UNSUPPORTED,
81
- "Hub Page": solution_hub_types_1.HubPageProcessor,
82
- "Hub Site Application": solution_hub_types_1.HubSiteProcessor,
83
- "Insights Model": solution_simple_types_1.simpleTypes,
84
- "Insights Page": undefined,
85
- "Insights Theme": undefined,
86
- "Insights Workbook": undefined,
87
- "Mission": undefined,
88
- "Mobile Application": undefined,
89
- "Notebook": solution_simple_types_1.notebookProcessor,
90
- "Oriented Imagery Catalog": solution_simple_types_1.simpleTypes,
91
- "Ortho Mapping Project": undefined,
92
- "QuickCapture Project": solution_simple_types_1.quickcaptureProcessor,
93
- "Site Application": solution_hub_types_1.HubSiteProcessor,
94
- "Site Page": solution_hub_types_1.HubPageProcessor,
95
- "Solution": exports.UNSUPPORTED,
96
- "StoryMap": solution_storymap_1.StoryMapProcessor,
97
- "Urban Model": undefined,
98
- "Web Experience Template": undefined,
99
- "Web Experience": solution_web_experience_1.WebExperienceProcessor,
100
- "Web Mapping Application": solution_simple_types_1.simpleTypes,
101
- "Workforce Project": solution_simple_types_1.simpleTypes,
102
- ////////////////////////////////////////////////////////
103
- // File types
104
- "360 VR Experience": fileProcessor,
105
- "AppBuilder Extension": fileProcessor,
106
- "AppBuilder Widget Package": fileProcessor,
107
- "Application Configuration": fileProcessor,
108
- "ArcGIS Pro Add In": fileProcessor,
109
- "ArcGIS Pro Configuration": fileProcessor,
110
- "ArcPad Package": fileProcessor,
111
- "Basemap Package": fileProcessor,
112
- "CAD Drawing": fileProcessor,
113
- "CityEngine Web Scene": fileProcessor,
114
- "Code Attachment": exports.UNSUPPORTED,
115
- "Code Sample": fileProcessor,
116
- "Color Set": fileProcessor,
117
- "Compact Tile Package": fileProcessor,
118
- "CSV Collection": fileProcessor,
119
- "CSV": fileProcessor,
120
- "Deep Learning Package": fileProcessor,
121
- "Desktop Add In": fileProcessor,
122
- "Desktop Application Template": fileProcessor,
123
- "Desktop Style": fileProcessor,
124
- "Document Link": fileProcessor,
125
- "Explorer Add In": fileProcessor,
126
- "Explorer Layer": fileProcessor,
127
- "Explorer Map": fileProcessor,
128
- "Feature Collection Template": fileProcessor,
129
- "File Geodatabase": fileProcessor,
130
- "GeoJson": fileProcessor,
131
- "GeoPackage": fileProcessor,
132
- "Geoprocessing Package": fileProcessor,
133
- "Geoprocessing Sample": fileProcessor,
134
- "Globe Document": fileProcessor,
135
- "Image Collection": fileProcessor,
136
- "Image": fileProcessor,
137
- "iWork Keynote": fileProcessor,
138
- "iWork Numbers": fileProcessor,
139
- "iWork Pages": fileProcessor,
140
- "KML Collection": fileProcessor,
141
- "Layer Package": fileProcessor,
142
- "Layer Template": fileProcessor,
143
- "Layer": fileProcessor,
144
- "Layout": fileProcessor,
145
- "Locator Package": fileProcessor,
146
- "Map Document": fileProcessor,
147
- "Map Package": fileProcessor,
148
- "Map Template": fileProcessor,
149
- "Microsoft Excel": fileProcessor,
150
- "Microsoft Powerpoint": fileProcessor,
151
- "Microsoft Word": fileProcessor,
152
- "Mobile Basemap Package": fileProcessor,
153
- "Mobile Map Package": fileProcessor,
154
- "Mobile Scene Package": fileProcessor,
155
- "Native Application": fileProcessor,
156
- "Native Application Installer": fileProcessor,
157
- "Native Application Template": fileProcessor,
158
- "netCDF": fileProcessor,
159
- "Operation View": fileProcessor,
160
- "Operations Dashboard Add In": fileProcessor,
161
- "Operations Dashboard Extension": fileProcessor,
162
- "PDF": fileProcessor,
163
- "Pro Layer Package": fileProcessor,
164
- "Pro Layer": fileProcessor,
165
- "Pro Map Package": fileProcessor,
166
- "Pro Map": fileProcessor,
167
- "Pro Report": fileProcessor,
168
- "Project Package": fileProcessor,
169
- "Project Template": fileProcessor,
170
- "Published Map": fileProcessor,
171
- "Raster function template": fileProcessor,
172
- "Report Template": fileProcessor,
173
- "Rule Package": fileProcessor,
174
- "Scene Document": fileProcessor,
175
- "Scene Package": fileProcessor,
176
- "Service Definition": fileProcessor,
177
- "Shapefile": fileProcessor,
178
- "Statistical Data Collection": fileProcessor,
179
- "Style": solution_simple_types_1.simpleTypes,
180
- "Survey123 Add In": fileProcessor,
181
- "Symbol Set": fileProcessor,
182
- "Task File": fileProcessor,
183
- "Tile Package": fileProcessor,
184
- "Toolbox Package": fileProcessor,
185
- "Vector Tile Package": fileProcessor,
186
- "Viewer Configuration": fileProcessor,
187
- "Visio Document": fileProcessor,
188
- "Window Mobile Package": fileProcessor,
189
- "Windows Mobile Package": fileProcessor,
190
- "Windows Viewer Add In": fileProcessor,
191
- "Windows Viewer Configuration": fileProcessor,
192
- "Workflow": workflowProcessor,
193
- "Workflow Manager Package": fileProcessor,
194
- ////////////////////////////////////////////////////////
195
- // New types
196
- "Administrative Report": undefined,
197
- "Apache Parquet": undefined,
198
- "API Key": undefined,
199
- "datastore catalog service": undefined,
200
- "Deep Learning Studio Project": undefined,
201
- "Earth Configuration": undefined,
202
- "Elevation Layer": undefined,
203
- "Esri Classifier Definition": undefined,
204
- "Export Package": undefined,
205
- "GeoBIM Application": undefined,
206
- "GeoBIM Project": undefined,
207
- "Geoenrichment Service": undefined,
208
- "GML": undefined,
209
- "Hub Event": undefined,
210
- "Hub Initiative Template": undefined,
211
- "Hub Project": undefined,
212
- "Insights Data Engineering Model": undefined,
213
- "Insights Data Engineering Workbook": undefined,
214
- "Insights Workbook Package": undefined,
215
- "Knowledge Graph": undefined,
216
- "Knowledge Studio Project": undefined,
217
- "Link Chart": undefined,
218
- "Map Image Layer": undefined,
219
- "Markup": undefined,
220
- "OGCFeatureServer": undefined,
221
- "Pro Project": undefined,
222
- "Pro Report Template": undefined,
223
- "Route Layer": undefined,
224
- "Scene Layer Package": undefined,
225
- "Site Initiative": undefined,
226
- "StoryMap Theme": undefined,
227
- "Table": undefined,
228
- "Video Service": undefined,
229
- ////////////////////////////////////////////////////////
230
- // Testing "types"
231
- "Undefined": undefined,
232
- "Unsupported": exports.UNSUPPORTED,
233
- };
234
- //# sourceMappingURL=module-map.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"module-map.js","sourceRoot":"","sources":["../../src/module-map.ts"],"names":[],"mappings":"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"}
@@ -1,55 +0,0 @@
1
- /** @license
2
- * Copyright 2018 Esri
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import * as common from "@esri/solution-common";
17
- export declare function deploySolutionFromTemplate(templateSolutionId: string, solutionTemplateBase: any, solutionTemplateData: any, authentication: common.UserSession, options: common.IDeploySolutionOptions): Promise<string>;
18
- /**
19
- * Add templates for the items that were automatically created by workflow
20
- *
21
- * @param preProcessResponse response from pre processing of workflow items
22
- * @param solutionTemplateData the current solution template data that will be used to show item details
23
- */
24
- export declare function _handleWorkflowManagedTemplates(preProcessResponse: common.IPreProcessWorkflowTemplatesResponse, solutionTemplateData: any): void;
25
- /**
26
- * Add source-id to items/groups typeKeywords
27
- *
28
- * @param template the array of solution data templates
29
- * @private
30
- */
31
- export declare function _addSourceId(templates: common.IItemTemplate[]): common.IItemTemplate[];
32
- /**
33
- * Update the deployOptions with the group properties
34
- *
35
- * @param deployOptions
36
- * @param sourceInfo
37
- * @param authentication
38
- * @param isGroup Boolean to indicate if the files are associated with a group or item
39
- * @private
40
- */
41
- export declare function _applySourceToDeployOptions(deployOptions: common.IDeploySolutionOptions, solutionTemplateBase: any, templateDictionary: any, authentication: common.UserSession): common.IDeploySolutionOptions;
42
- export declare function _replaceParamVariables(solutionTemplateData: any, templateDictionary: any): void;
43
- export declare function _updateProp(template: common.IItemTemplate, path: string, lookup: string, templateDictionary: any): common.IItemTemplate;
44
- export declare function _checkedReplaceAll(template: string, oldValue: string, newValue: string): string;
45
- export declare function _getPortalBaseUrl(portalResponse: common.IPortal, authentication: common.UserSession): string;
46
- export declare function _updateGroupReferences(itemTemplates: any[], templateDictionary: any): any[];
47
- export declare function _purgeTemplateProperties(itemTemplate: any): any;
48
- /**
49
- * Returns a match of a supplied id with the suffix ".itemId" in the template dictionary.
50
- *
51
- * @param id Id to look for
52
- * @param templateDictionary Hash mapping property names to replacement values
53
- * @returns Match in template dictionary or original id
54
- */
55
- export declare function _getNewItemId(id: string, templateDictionary: any): string;