@esri/solution-deployer 1.1.3 → 1.3.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.
@@ -15,6 +15,13 @@
15
15
  */
16
16
  import * as common from "@esri/solution-common";
17
17
  export declare function deploySolutionFromTemplate(templateSolutionId: string, solutionTemplateBase: any, solutionTemplateData: any, authentication: common.UserSession, options: common.IDeploySolutionOptions): Promise<string>;
18
+ /**
19
+ * Add source-id to items/groups typeKeywords
20
+ *
21
+ * @param template the array of solution data templates
22
+ * @internal
23
+ */
24
+ export declare function _addSourceId(templates: common.IItemTemplate[]): common.IItemTemplate[];
18
25
  /**
19
26
  * Update the deployOptions with the group properties
20
27
  *