@esri/solution-simple-types 5.2.11 → 5.2.12
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,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import JSZip from "jszip";
|
|
17
17
|
/**
|
|
18
|
-
* Templatizes the URLs in webhooks in a form's zip object.
|
|
18
|
+
* Templatizes the URLs in webhooks in a form's zip object. Assumes ArcGIS Online.
|
|
19
19
|
*
|
|
20
20
|
* @param zipObject Form zip object to templatize; it is modified in place
|
|
21
21
|
* @param sourceOrgUrl URL of the source organization, e.g., "https://myorg.maps.arcgis.com"
|
|
@@ -20,7 +20,7 @@ const tslib_1 = require("tslib");
|
|
|
20
20
|
const common = tslib_1.__importStar(require("@esri/solution-common"));
|
|
21
21
|
// ------------------------------------------------------------------------------------------------------------------ //
|
|
22
22
|
/**
|
|
23
|
-
* Templatizes the URLs in webhooks in a form's zip object.
|
|
23
|
+
* Templatizes the URLs in webhooks in a form's zip object. Assumes ArcGIS Online.
|
|
24
24
|
*
|
|
25
25
|
* @param zipObject Form zip object to templatize; it is modified in place
|
|
26
26
|
* @param sourceOrgUrl URL of the source organization, e.g., "https://myorg.maps.arcgis.com"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import JSZip from "jszip";
|
|
17
17
|
/**
|
|
18
|
-
* Templatizes the URLs in webhooks in a form's zip object.
|
|
18
|
+
* Templatizes the URLs in webhooks in a form's zip object. Assumes ArcGIS Online.
|
|
19
19
|
*
|
|
20
20
|
* @param zipObject Form zip object to templatize; it is modified in place
|
|
21
21
|
* @param sourceOrgUrl URL of the source organization, e.g., "https://myorg.maps.arcgis.com"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
import * as common from "@esri/solution-common";
|
|
17
17
|
// ------------------------------------------------------------------------------------------------------------------ //
|
|
18
18
|
/**
|
|
19
|
-
* Templatizes the URLs in webhooks in a form's zip object.
|
|
19
|
+
* Templatizes the URLs in webhooks in a form's zip object. Assumes ArcGIS Online.
|
|
20
20
|
*
|
|
21
21
|
* @param zipObject Form zip object to templatize; it is modified in place
|
|
22
22
|
* @param sourceOrgUrl URL of the source organization, e.g., "https://myorg.maps.arcgis.com"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/solution-simple-types",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.12",
|
|
4
4
|
"description": "Manages the creation and deployment of simple item types for @esri/solution.js.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"@esri/hub-common": "^14.109.1",
|
|
27
27
|
"@esri/hub-sites": "^14.2.4",
|
|
28
28
|
"@esri/hub-teams": "^14.1.0",
|
|
29
|
-
"@esri/solution-common": "^5.2.
|
|
30
|
-
"@esri/solution-feature-layer": "^5.2.
|
|
31
|
-
"@esri/solution-file": "^5.2.
|
|
32
|
-
"@esri/solution-group": "^5.2.
|
|
29
|
+
"@esri/solution-common": "^5.2.12",
|
|
30
|
+
"@esri/solution-feature-layer": "^5.2.12",
|
|
31
|
+
"@esri/solution-file": "^5.2.12",
|
|
32
|
+
"@esri/solution-group": "^5.2.12",
|
|
33
33
|
"@types/jasmine": "^5.1.4",
|
|
34
34
|
"fetch-mock": "^7.7.3",
|
|
35
35
|
"jasmine": "^5.1.0",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"esri",
|
|
91
91
|
"ES6"
|
|
92
92
|
],
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "020aa48438e262d141caa5d3a97bb16200c71629"
|
|
94
94
|
}
|