@esri/solution-common 4.1.2 → 5.0.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.
- package/dist/cjs/completeItem.d.ts +29 -29
- package/dist/cjs/completeItem.js +81 -81
- package/dist/cjs/create-hub-request-options.d.ts +29 -29
- package/dist/cjs/create-hub-request-options.js +63 -63
- package/dist/cjs/deleteHelpers/deleteEmptyGroups.d.ts +24 -24
- package/dist/cjs/deleteHelpers/deleteEmptyGroups.js +41 -41
- package/dist/cjs/deleteHelpers/deleteGroupIfEmpty.d.ts +27 -27
- package/dist/cjs/deleteHelpers/deleteGroupIfEmpty.js +96 -96
- package/dist/cjs/deleteHelpers/deleteSolutionContents.d.ts +38 -38
- package/dist/cjs/deleteHelpers/deleteSolutionContents.js +129 -129
- package/dist/cjs/deleteHelpers/deleteSolutionFolder.d.ts +29 -29
- package/dist/cjs/deleteHelpers/deleteSolutionFolder.js +78 -78
- package/dist/cjs/deleteHelpers/deleteSolutionItem.d.ts +30 -30
- package/dist/cjs/deleteHelpers/deleteSolutionItem.js +53 -53
- package/dist/cjs/deleteHelpers/index.d.ts +22 -22
- package/dist/cjs/deleteHelpers/index.js +25 -25
- package/dist/cjs/deleteHelpers/reconstructBuildOrderIds.d.ts +27 -27
- package/dist/cjs/deleteHelpers/reconstructBuildOrderIds.js +33 -33
- package/dist/cjs/deleteHelpers/removeItems.d.ts +34 -34
- package/dist/cjs/deleteHelpers/removeItems.js +111 -111
- package/dist/cjs/deleteHelpers/reportProgress.d.ts +27 -27
- package/dist/cjs/deleteHelpers/reportProgress.js +45 -45
- package/dist/cjs/deleteSolution.d.ts +55 -55
- package/dist/cjs/deleteSolution.js +106 -106
- package/dist/cjs/dependencies.d.ts +26 -26
- package/dist/cjs/dependencies.js +170 -170
- package/dist/cjs/featureServiceHelpers.d.ts +791 -791
- package/dist/cjs/featureServiceHelpers.js +2420 -2420
- package/dist/cjs/generalHelpers.d.ts +392 -385
- package/dist/cjs/generalHelpers.js +857 -854
- package/dist/cjs/generalHelpers.js.map +1 -1
- package/dist/cjs/get-subscription-info.d.ts +27 -27
- package/dist/cjs/get-subscription-info.js +38 -38
- package/dist/cjs/getDeletableSolutionInfo.d.ts +29 -29
- package/dist/cjs/getDeletableSolutionInfo.js +52 -52
- package/dist/cjs/getItemTypeAbbrev.d.ts +19 -19
- package/dist/cjs/getItemTypeAbbrev.js +184 -184
- package/dist/cjs/getSolutionSummary.d.ts +27 -27
- package/dist/cjs/getSolutionSummary.js +100 -100
- package/dist/cjs/index.d.ts +43 -44
- package/dist/cjs/index.js +46 -47
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/interfaces.d.ts +1334 -1334
- package/dist/cjs/interfaces.js +74 -74
- package/dist/cjs/interfaces.js.map +1 -1
- package/dist/cjs/libConnectors.d.ts +73 -73
- package/dist/cjs/libConnectors.js +114 -114
- package/dist/cjs/migrations/apply-schema.d.ts +24 -24
- package/dist/cjs/migrations/apply-schema.js +35 -35
- package/dist/cjs/migrations/is-legacy-solution.d.ts +24 -24
- package/dist/cjs/migrations/is-legacy-solution.js +39 -39
- package/dist/cjs/migrations/upgrade-three-dot-one.d.ts +27 -27
- package/dist/cjs/migrations/upgrade-three-dot-one.js +48 -48
- package/dist/cjs/migrations/upgrade-three-dot-zero.d.ts +27 -27
- package/dist/cjs/migrations/upgrade-three-dot-zero.js +42 -42
- package/dist/cjs/migrations/upgrade-two-dot-five.d.ts +24 -24
- package/dist/cjs/migrations/upgrade-two-dot-five.js +72 -72
- package/dist/cjs/migrations/upgrade-two-dot-four.d.ts +24 -24
- package/dist/cjs/migrations/upgrade-two-dot-four.js +71 -71
- package/dist/cjs/migrations/upgrade-two-dot-one.d.ts +7 -7
- package/dist/cjs/migrations/upgrade-two-dot-one.js +38 -38
- package/dist/cjs/migrations/upgrade-two-dot-seven.d.ts +23 -23
- package/dist/cjs/migrations/upgrade-two-dot-seven.js +57 -57
- package/dist/cjs/migrations/upgrade-two-dot-six.d.ts +27 -27
- package/dist/cjs/migrations/upgrade-two-dot-six.js +60 -60
- package/dist/cjs/migrations/upgrade-two-dot-three.d.ts +23 -23
- package/dist/cjs/migrations/upgrade-two-dot-three.js +54 -54
- package/dist/cjs/migrations/upgrade-two-dot-two.d.ts +23 -23
- package/dist/cjs/migrations/upgrade-two-dot-two.js +57 -57
- package/dist/cjs/migrations/upgrade-two-dot-zero.d.ts +44 -44
- package/dist/cjs/migrations/upgrade-two-dot-zero.js +94 -94
- package/dist/cjs/migrator.d.ts +25 -25
- package/dist/cjs/migrator.js +76 -76
- package/dist/cjs/resourceHelpers.d.ts +191 -191
- package/dist/cjs/resourceHelpers.js +383 -390
- package/dist/cjs/resourceHelpers.js.map +1 -1
- package/dist/cjs/resources/add-resource-from-blob.d.ts +26 -26
- package/dist/cjs/resources/add-resource-from-blob.js +51 -51
- package/dist/cjs/resources/addMetadataFromBlob.d.ts +25 -25
- package/dist/cjs/resources/addMetadataFromBlob.js +42 -42
- package/dist/cjs/resources/convert-item-resource-to-storage-resource.d.ts +32 -32
- package/dist/cjs/resources/convert-item-resource-to-storage-resource.js +69 -69
- package/dist/cjs/resources/convert-storage-resource-to-item-resource.d.ts +29 -29
- package/dist/cjs/resources/convert-storage-resource-to-item-resource.js +69 -69
- package/dist/cjs/resources/copyAssociatedFiles.d.ts +67 -67
- package/dist/cjs/resources/copyAssociatedFiles.js +301 -301
- package/dist/cjs/resources/copyDataIntoItem.d.ts +33 -33
- package/dist/cjs/resources/copyDataIntoItem.js +61 -62
- package/dist/cjs/resources/copyDataIntoItem.js.map +1 -1
- package/dist/cjs/resources/copyMetadataIntoItem.d.ts +26 -26
- package/dist/cjs/resources/copyMetadataIntoItem.js +45 -45
- package/dist/cjs/resources/copyResourceIntoZip.d.ts +33 -33
- package/dist/cjs/resources/copyResourceIntoZip.js +77 -77
- package/dist/cjs/resources/copyZipIntoItem.d.ts +25 -25
- package/dist/cjs/resources/copyZipIntoItem.js +53 -53
- package/dist/cjs/resources/createCopyResults.d.ts +25 -25
- package/dist/cjs/resources/createCopyResults.js +35 -35
- package/dist/cjs/resources/get-blob.d.ts +26 -26
- package/dist/cjs/resources/get-blob.js +26 -26
- package/dist/cjs/resources/getItemResourcesFilesFromPaths.d.ts +24 -24
- package/dist/cjs/resources/getItemResourcesFilesFromPaths.js +48 -48
- package/dist/cjs/resources/getItemResourcesPaths.d.ts +26 -26
- package/dist/cjs/resources/getItemResourcesPaths.js +72 -72
- package/dist/cjs/resources/index.d.ts +29 -29
- package/dist/cjs/resources/index.js +32 -32
- package/dist/cjs/resources/solution-resource.d.ts +35 -35
- package/dist/cjs/resources/solution-resource.js +30 -30
- package/dist/cjs/resources/solution-resource.js.map +1 -1
- package/dist/cjs/resources/transform-resource-paths-to-solution-resources.d.ts +56 -56
- package/dist/cjs/resources/transform-resource-paths-to-solution-resources.js +145 -145
- package/dist/cjs/restHelpers.d.ts +586 -585
- package/dist/cjs/restHelpers.js +1888 -1883
- package/dist/cjs/restHelpers.js.map +1 -1
- package/dist/cjs/restHelpersGet.d.ts +288 -288
- package/dist/cjs/restHelpersGet.js +803 -803
- package/dist/cjs/sharing/index.d.ts +16 -16
- package/dist/cjs/sharing/index.js +19 -19
- package/dist/cjs/sharing/share-item-to-groups.d.ts +26 -26
- package/dist/cjs/sharing/share-item-to-groups.js +43 -43
- package/dist/cjs/templatization.d.ts +139 -139
- package/dist/cjs/templatization.js +313 -313
- package/dist/cjs/trackingHelpers.d.ts +116 -116
- package/dist/cjs/trackingHelpers.js +216 -216
- package/dist/cjs/velocityHelpers.d.ts +57 -57
- package/dist/cjs/velocityHelpers.js +134 -134
- package/dist/cjs/workforceHelpers.d.ts +115 -115
- package/dist/cjs/workforceHelpers.js +746 -746
- package/dist/cjs/workforceHelpers.js.map +1 -1
- package/dist/esm/completeItem.d.ts +29 -29
- package/dist/esm/completeItem.js +76 -76
- package/dist/esm/create-hub-request-options.d.ts +29 -29
- package/dist/esm/create-hub-request-options.js +59 -59
- package/dist/esm/deleteHelpers/deleteEmptyGroups.d.ts +24 -24
- package/dist/esm/deleteHelpers/deleteEmptyGroups.js +37 -37
- package/dist/esm/deleteHelpers/deleteGroupIfEmpty.d.ts +27 -27
- package/dist/esm/deleteHelpers/deleteGroupIfEmpty.js +91 -91
- package/dist/esm/deleteHelpers/deleteSolutionContents.d.ts +38 -38
- package/dist/esm/deleteHelpers/deleteSolutionContents.js +124 -124
- package/dist/esm/deleteHelpers/deleteSolutionFolder.d.ts +29 -29
- package/dist/esm/deleteHelpers/deleteSolutionFolder.js +73 -73
- package/dist/esm/deleteHelpers/deleteSolutionItem.d.ts +30 -30
- package/dist/esm/deleteHelpers/deleteSolutionItem.js +48 -48
- package/dist/esm/deleteHelpers/index.d.ts +22 -22
- package/dist/esm/deleteHelpers/index.js +22 -22
- package/dist/esm/deleteHelpers/reconstructBuildOrderIds.d.ts +27 -27
- package/dist/esm/deleteHelpers/reconstructBuildOrderIds.js +28 -28
- package/dist/esm/deleteHelpers/removeItems.d.ts +34 -34
- package/dist/esm/deleteHelpers/removeItems.js +106 -106
- package/dist/esm/deleteHelpers/reportProgress.d.ts +27 -27
- package/dist/esm/deleteHelpers/reportProgress.js +41 -41
- package/dist/esm/deleteSolution.d.ts +55 -55
- package/dist/esm/deleteSolution.js +100 -100
- package/dist/esm/dependencies.d.ts +26 -26
- package/dist/esm/dependencies.js +166 -166
- package/dist/esm/featureServiceHelpers.d.ts +791 -791
- package/dist/esm/featureServiceHelpers.js +2336 -2336
- package/dist/esm/generalHelpers.d.ts +392 -385
- package/dist/esm/generalHelpers.js +810 -808
- package/dist/esm/generalHelpers.js.map +1 -1
- package/dist/esm/get-subscription-info.d.ts +27 -27
- package/dist/esm/get-subscription-info.js +34 -34
- package/dist/esm/getDeletableSolutionInfo.d.ts +29 -29
- package/dist/esm/getDeletableSolutionInfo.js +47 -47
- package/dist/esm/getItemTypeAbbrev.d.ts +19 -19
- package/dist/esm/getItemTypeAbbrev.js +180 -180
- package/dist/esm/getSolutionSummary.d.ts +27 -27
- package/dist/esm/getSolutionSummary.js +95 -95
- package/dist/esm/index.d.ts +43 -44
- package/dist/esm/index.js +43 -44
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/interfaces.d.ts +1334 -1334
- package/dist/esm/interfaces.js +70 -70
- package/dist/esm/libConnectors.d.ts +73 -73
- package/dist/esm/libConnectors.js +104 -104
- package/dist/esm/migrations/apply-schema.d.ts +24 -24
- package/dist/esm/migrations/apply-schema.js +31 -31
- package/dist/esm/migrations/is-legacy-solution.d.ts +24 -24
- package/dist/esm/migrations/is-legacy-solution.js +35 -35
- package/dist/esm/migrations/upgrade-three-dot-one.d.ts +27 -27
- package/dist/esm/migrations/upgrade-three-dot-one.js +44 -44
- package/dist/esm/migrations/upgrade-three-dot-zero.d.ts +27 -27
- package/dist/esm/migrations/upgrade-three-dot-zero.js +38 -38
- package/dist/esm/migrations/upgrade-two-dot-five.d.ts +24 -24
- package/dist/esm/migrations/upgrade-two-dot-five.js +68 -68
- package/dist/esm/migrations/upgrade-two-dot-four.d.ts +24 -24
- package/dist/esm/migrations/upgrade-two-dot-four.js +67 -67
- package/dist/esm/migrations/upgrade-two-dot-one.d.ts +7 -7
- package/dist/esm/migrations/upgrade-two-dot-one.js +34 -34
- package/dist/esm/migrations/upgrade-two-dot-seven.d.ts +23 -23
- package/dist/esm/migrations/upgrade-two-dot-seven.js +53 -53
- package/dist/esm/migrations/upgrade-two-dot-six.d.ts +27 -27
- package/dist/esm/migrations/upgrade-two-dot-six.js +56 -56
- package/dist/esm/migrations/upgrade-two-dot-three.d.ts +23 -23
- package/dist/esm/migrations/upgrade-two-dot-three.js +50 -50
- package/dist/esm/migrations/upgrade-two-dot-two.d.ts +23 -23
- package/dist/esm/migrations/upgrade-two-dot-two.js +53 -53
- package/dist/esm/migrations/upgrade-two-dot-zero.d.ts +44 -44
- package/dist/esm/migrations/upgrade-two-dot-zero.js +87 -87
- package/dist/esm/migrator.d.ts +25 -25
- package/dist/esm/migrator.js +72 -72
- package/dist/esm/resourceHelpers.d.ts +191 -191
- package/dist/esm/resourceHelpers.js +364 -371
- package/dist/esm/resourceHelpers.js.map +1 -1
- package/dist/esm/resources/add-resource-from-blob.d.ts +26 -26
- package/dist/esm/resources/add-resource-from-blob.js +47 -47
- package/dist/esm/resources/addMetadataFromBlob.d.ts +25 -25
- package/dist/esm/resources/addMetadataFromBlob.js +38 -38
- package/dist/esm/resources/convert-item-resource-to-storage-resource.d.ts +32 -32
- package/dist/esm/resources/convert-item-resource-to-storage-resource.js +65 -65
- package/dist/esm/resources/convert-storage-resource-to-item-resource.d.ts +29 -29
- package/dist/esm/resources/convert-storage-resource-to-item-resource.js +65 -65
- package/dist/esm/resources/copyAssociatedFiles.d.ts +67 -67
- package/dist/esm/resources/copyAssociatedFiles.js +293 -293
- package/dist/esm/resources/copyDataIntoItem.d.ts +33 -33
- package/dist/esm/resources/copyDataIntoItem.js +56 -57
- package/dist/esm/resources/copyDataIntoItem.js.map +1 -1
- package/dist/esm/resources/copyMetadataIntoItem.d.ts +26 -26
- package/dist/esm/resources/copyMetadataIntoItem.js +41 -41
- package/dist/esm/resources/copyResourceIntoZip.d.ts +33 -33
- package/dist/esm/resources/copyResourceIntoZip.js +72 -72
- package/dist/esm/resources/copyZipIntoItem.d.ts +25 -25
- package/dist/esm/resources/copyZipIntoItem.js +49 -49
- package/dist/esm/resources/createCopyResults.d.ts +25 -25
- package/dist/esm/resources/createCopyResults.js +31 -31
- package/dist/esm/resources/get-blob.d.ts +26 -26
- package/dist/esm/resources/get-blob.js +22 -22
- package/dist/esm/resources/getItemResourcesFilesFromPaths.d.ts +24 -24
- package/dist/esm/resources/getItemResourcesFilesFromPaths.js +44 -44
- package/dist/esm/resources/getItemResourcesPaths.d.ts +26 -26
- package/dist/esm/resources/getItemResourcesPaths.js +68 -68
- package/dist/esm/resources/index.d.ts +29 -29
- package/dist/esm/resources/index.js +29 -29
- package/dist/esm/resources/solution-resource.d.ts +35 -35
- package/dist/esm/resources/solution-resource.js +27 -27
- package/dist/esm/resources/transform-resource-paths-to-solution-resources.d.ts +56 -56
- package/dist/esm/resources/transform-resource-paths-to-solution-resources.js +137 -137
- package/dist/esm/restHelpers.d.ts +586 -585
- package/dist/esm/restHelpers.js +1827 -1823
- package/dist/esm/restHelpers.js.map +1 -1
- package/dist/esm/restHelpersGet.d.ts +288 -288
- package/dist/esm/restHelpersGet.js +763 -763
- package/dist/esm/sharing/index.d.ts +16 -16
- package/dist/esm/sharing/index.js +16 -16
- package/dist/esm/sharing/share-item-to-groups.d.ts +26 -26
- package/dist/esm/sharing/share-item-to-groups.js +39 -39
- package/dist/esm/templatization.d.ts +139 -139
- package/dist/esm/templatization.js +293 -293
- package/dist/esm/trackingHelpers.d.ts +116 -116
- package/dist/esm/trackingHelpers.js +204 -204
- package/dist/esm/velocityHelpers.d.ts +57 -57
- package/dist/esm/velocityHelpers.js +128 -128
- package/dist/esm/workforceHelpers.d.ts +115 -115
- package/dist/esm/workforceHelpers.js +717 -717
- package/dist/esm/workforceHelpers.js.map +1 -1
- package/package.json +2 -2
- package/dist/cjs/polyfills.d.ts +0 -40
- package/dist/cjs/polyfills.js +0 -98
- package/dist/cjs/polyfills.js.map +0 -1
- package/dist/esm/polyfills.d.ts +0 -40
- package/dist/esm/polyfills.js +0 -93
- package/dist/esm/polyfills.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceHelpers.js","sourceRoot":"","sources":["../../src/resourceHelpers.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AAEH,6CASsB;AACtB,
|
|
1
|
+
{"version":3,"file":"resourceHelpers.js","sourceRoot":"","sources":["../../src/resourceHelpers.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,26 +1,26 @@
|
|
|
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 { UserSession } from "../interfaces";
|
|
17
|
-
/**
|
|
18
|
-
* Add a resource from a blob
|
|
19
|
-
*
|
|
20
|
-
* @param blob
|
|
21
|
-
* @param itemId
|
|
22
|
-
* @param folder
|
|
23
|
-
* @param filename
|
|
24
|
-
* @param authentication
|
|
25
|
-
*/
|
|
26
|
-
export declare function addResourceFromBlob(blob: any, itemId: string, folder: string, filename: string, authentication: UserSession): Promise<any>;
|
|
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 { UserSession } from "../interfaces";
|
|
17
|
+
/**
|
|
18
|
+
* Add a resource from a blob
|
|
19
|
+
*
|
|
20
|
+
* @param blob
|
|
21
|
+
* @param itemId
|
|
22
|
+
* @param folder
|
|
23
|
+
* @param filename
|
|
24
|
+
* @param authentication
|
|
25
|
+
*/
|
|
26
|
+
export declare function addResourceFromBlob(blob: any, itemId: string, folder: string, filename: string, authentication: UserSession): Promise<any>;
|
|
@@ -1,52 +1,52 @@
|
|
|
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
|
-
exports.addResourceFromBlob = void 0;
|
|
19
|
-
const arcgis_rest_portal_1 = require("@esri/arcgis-rest-portal");
|
|
20
|
-
const arcgis_rest_request_1 = require("@esri/arcgis-rest-request");
|
|
21
|
-
/**
|
|
22
|
-
* Add a resource from a blob
|
|
23
|
-
*
|
|
24
|
-
* @param blob
|
|
25
|
-
* @param itemId
|
|
26
|
-
* @param folder
|
|
27
|
-
* @param filename
|
|
28
|
-
* @param authentication
|
|
29
|
-
*/
|
|
30
|
-
function addResourceFromBlob(blob, itemId, folder, filename, authentication) {
|
|
31
|
-
// Check that the filename has an extension because it is required by the addResources call
|
|
32
|
-
if (filename && filename.indexOf(".") < 0) {
|
|
33
|
-
return new Promise((resolve, reject) => {
|
|
34
|
-
reject(new arcgis_rest_request_1.ArcGISAuthError("Filename must have an extension indicating its type"));
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
const addRsrcOptions = {
|
|
38
|
-
id: itemId,
|
|
39
|
-
resource: blob,
|
|
40
|
-
name: filename,
|
|
41
|
-
authentication: authentication,
|
|
42
|
-
params: {}
|
|
43
|
-
};
|
|
44
|
-
if (folder) {
|
|
45
|
-
addRsrcOptions.params = {
|
|
46
|
-
resourcesPrefix: folder
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
return (0, arcgis_rest_portal_1.addItemResource)(addRsrcOptions);
|
|
50
|
-
}
|
|
51
|
-
exports.addResourceFromBlob = addResourceFromBlob;
|
|
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
|
+
exports.addResourceFromBlob = void 0;
|
|
19
|
+
const arcgis_rest_portal_1 = require("@esri/arcgis-rest-portal");
|
|
20
|
+
const arcgis_rest_request_1 = require("@esri/arcgis-rest-request");
|
|
21
|
+
/**
|
|
22
|
+
* Add a resource from a blob
|
|
23
|
+
*
|
|
24
|
+
* @param blob
|
|
25
|
+
* @param itemId
|
|
26
|
+
* @param folder
|
|
27
|
+
* @param filename
|
|
28
|
+
* @param authentication
|
|
29
|
+
*/
|
|
30
|
+
function addResourceFromBlob(blob, itemId, folder, filename, authentication) {
|
|
31
|
+
// Check that the filename has an extension because it is required by the addResources call
|
|
32
|
+
if (filename && filename.indexOf(".") < 0) {
|
|
33
|
+
return new Promise((resolve, reject) => {
|
|
34
|
+
reject(new arcgis_rest_request_1.ArcGISAuthError("Filename must have an extension indicating its type"));
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
const addRsrcOptions = {
|
|
38
|
+
id: itemId,
|
|
39
|
+
resource: blob,
|
|
40
|
+
name: filename,
|
|
41
|
+
authentication: authentication,
|
|
42
|
+
params: {}
|
|
43
|
+
};
|
|
44
|
+
if (folder) {
|
|
45
|
+
addRsrcOptions.params = {
|
|
46
|
+
resourcesPrefix: folder
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
return (0, arcgis_rest_portal_1.addItemResource)(addRsrcOptions);
|
|
50
|
+
}
|
|
51
|
+
exports.addResourceFromBlob = addResourceFromBlob;
|
|
52
52
|
//# sourceMappingURL=add-resource-from-blob.js.map
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
/** @license
|
|
2
|
-
* Copyright 2021 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 { UserSession } from "../interfaces";
|
|
17
|
-
/**
|
|
18
|
-
* Adds metadata to an AGO item.
|
|
19
|
-
*
|
|
20
|
-
* @param blob Blob containing metadata
|
|
21
|
-
* @param itemId Item to receive metadata
|
|
22
|
-
* @param authentication Credentials for the request
|
|
23
|
-
* @returns Promise resolving to JSON containing success boolean
|
|
24
|
-
*/
|
|
25
|
-
export declare function addMetadataFromBlob(blob: Blob, itemId: string, authentication: UserSession): Promise<any>;
|
|
1
|
+
/** @license
|
|
2
|
+
* Copyright 2021 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 { UserSession } from "../interfaces";
|
|
17
|
+
/**
|
|
18
|
+
* Adds metadata to an AGO item.
|
|
19
|
+
*
|
|
20
|
+
* @param blob Blob containing metadata
|
|
21
|
+
* @param itemId Item to receive metadata
|
|
22
|
+
* @param authentication Credentials for the request
|
|
23
|
+
* @returns Promise resolving to JSON containing success boolean
|
|
24
|
+
*/
|
|
25
|
+
export declare function addMetadataFromBlob(blob: Blob, itemId: string, authentication: UserSession): Promise<any>;
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/** @license
|
|
3
|
-
* Copyright 2021 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.addMetadataFromBlob = void 0;
|
|
19
|
-
const arcgis_rest_portal_1 = require("@esri/arcgis-rest-portal");
|
|
20
|
-
// ------------------------------------------------------------------------------------------------------------------ //
|
|
21
|
-
/**
|
|
22
|
-
* Adds metadata to an AGO item.
|
|
23
|
-
*
|
|
24
|
-
* @param blob Blob containing metadata
|
|
25
|
-
* @param itemId Item to receive metadata
|
|
26
|
-
* @param authentication Credentials for the request
|
|
27
|
-
* @returns Promise resolving to JSON containing success boolean
|
|
28
|
-
*/
|
|
29
|
-
function addMetadataFromBlob(blob, itemId, authentication) {
|
|
30
|
-
const updateOptions = {
|
|
31
|
-
item: {
|
|
32
|
-
id: itemId
|
|
33
|
-
},
|
|
34
|
-
params: {
|
|
35
|
-
// Pass metadata in via params because item property is serialized, which discards a blob
|
|
36
|
-
metadata: blob
|
|
37
|
-
},
|
|
38
|
-
authentication: authentication
|
|
39
|
-
};
|
|
40
|
-
return (0, arcgis_rest_portal_1.updateItem)(updateOptions);
|
|
41
|
-
}
|
|
42
|
-
exports.addMetadataFromBlob = addMetadataFromBlob;
|
|
1
|
+
"use strict";
|
|
2
|
+
/** @license
|
|
3
|
+
* Copyright 2021 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.addMetadataFromBlob = void 0;
|
|
19
|
+
const arcgis_rest_portal_1 = require("@esri/arcgis-rest-portal");
|
|
20
|
+
// ------------------------------------------------------------------------------------------------------------------ //
|
|
21
|
+
/**
|
|
22
|
+
* Adds metadata to an AGO item.
|
|
23
|
+
*
|
|
24
|
+
* @param blob Blob containing metadata
|
|
25
|
+
* @param itemId Item to receive metadata
|
|
26
|
+
* @param authentication Credentials for the request
|
|
27
|
+
* @returns Promise resolving to JSON containing success boolean
|
|
28
|
+
*/
|
|
29
|
+
function addMetadataFromBlob(blob, itemId, authentication) {
|
|
30
|
+
const updateOptions = {
|
|
31
|
+
item: {
|
|
32
|
+
id: itemId
|
|
33
|
+
},
|
|
34
|
+
params: {
|
|
35
|
+
// Pass metadata in via params because item property is serialized, which discards a blob
|
|
36
|
+
metadata: blob
|
|
37
|
+
},
|
|
38
|
+
authentication: authentication
|
|
39
|
+
};
|
|
40
|
+
return (0, arcgis_rest_portal_1.updateItem)(updateOptions);
|
|
41
|
+
}
|
|
42
|
+
exports.addMetadataFromBlob = addMetadataFromBlob;
|
|
43
43
|
//# sourceMappingURL=addMetadataFromBlob.js.map
|
|
@@ -1,32 +1,32 @@
|
|
|
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 { SolutionResourceType } from "./solution-resource";
|
|
17
|
-
/**
|
|
18
|
-
* Generates a folder and filename for storing a copy of an item's resource in a storage item.
|
|
19
|
-
*
|
|
20
|
-
* @param prefix Base prefix for resource
|
|
21
|
-
* @param sourceResourceFilename Either filename or folder/filename to resource
|
|
22
|
-
* @param storageVersion Version of the Solution template
|
|
23
|
-
* @param storageFileType Optional argument that when supplied will control the how the prefix is created
|
|
24
|
-
* @returns Folder and filename for storage; folder is the itemID plus ("_" + storageFolder) if storageFolder
|
|
25
|
-
* exists plus ("_" + part of sourceResourceFilename before "/" if that separator exists);
|
|
26
|
-
* file is sourceResourceFilename
|
|
27
|
-
* @see convertStorageResourceToItemResource
|
|
28
|
-
*/
|
|
29
|
-
export declare function convertItemResourceToStorageResource(prefix: string, sourceResourceFilename: string, storageVersion?: number, storageFileType?: SolutionResourceType): {
|
|
30
|
-
folder: string;
|
|
31
|
-
filename: string;
|
|
32
|
-
};
|
|
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 { SolutionResourceType } from "./solution-resource";
|
|
17
|
+
/**
|
|
18
|
+
* Generates a folder and filename for storing a copy of an item's resource in a storage item.
|
|
19
|
+
*
|
|
20
|
+
* @param prefix Base prefix for resource
|
|
21
|
+
* @param sourceResourceFilename Either filename or folder/filename to resource
|
|
22
|
+
* @param storageVersion Version of the Solution template
|
|
23
|
+
* @param storageFileType Optional argument that when supplied will control the how the prefix is created
|
|
24
|
+
* @returns Folder and filename for storage; folder is the itemID plus ("_" + storageFolder) if storageFolder
|
|
25
|
+
* exists plus ("_" + part of sourceResourceFilename before "/" if that separator exists);
|
|
26
|
+
* file is sourceResourceFilename
|
|
27
|
+
* @see convertStorageResourceToItemResource
|
|
28
|
+
*/
|
|
29
|
+
export declare function convertItemResourceToStorageResource(prefix: string, sourceResourceFilename: string, storageVersion?: number, storageFileType?: SolutionResourceType): {
|
|
30
|
+
folder: string;
|
|
31
|
+
filename: string;
|
|
32
|
+
};
|
|
@@ -1,70 +1,70 @@
|
|
|
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.convertItemResourceToStorageResource = void 0;
|
|
19
|
-
const solution_resource_1 = require("./solution-resource");
|
|
20
|
-
/**
|
|
21
|
-
* Generates a folder and filename for storing a copy of an item's resource in a storage item.
|
|
22
|
-
*
|
|
23
|
-
* @param prefix Base prefix for resource
|
|
24
|
-
* @param sourceResourceFilename Either filename or folder/filename to resource
|
|
25
|
-
* @param storageVersion Version of the Solution template
|
|
26
|
-
* @param storageFileType Optional argument that when supplied will control the how the prefix is created
|
|
27
|
-
* @returns Folder and filename for storage; folder is the itemID plus ("_" + storageFolder) if storageFolder
|
|
28
|
-
* exists plus ("_" + part of sourceResourceFilename before "/" if that separator exists);
|
|
29
|
-
* file is sourceResourceFilename
|
|
30
|
-
* @see convertStorageResourceToItemResource
|
|
31
|
-
*/
|
|
32
|
-
function convertItemResourceToStorageResource(prefix, sourceResourceFilename, storageVersion = 0, storageFileType) {
|
|
33
|
-
/* istanbul ignore else */
|
|
34
|
-
if (storageFileType !== undefined) {
|
|
35
|
-
switch (storageFileType) {
|
|
36
|
-
case solution_resource_1.SolutionResourceType.data:
|
|
37
|
-
prefix = `${prefix}_info_data`;
|
|
38
|
-
break;
|
|
39
|
-
case solution_resource_1.SolutionResourceType.fakezip:
|
|
40
|
-
prefix = `${prefix}_info_dataz`;
|
|
41
|
-
break;
|
|
42
|
-
case solution_resource_1.SolutionResourceType.info:
|
|
43
|
-
prefix = `${prefix}_info`;
|
|
44
|
-
break;
|
|
45
|
-
case solution_resource_1.SolutionResourceType.metadata:
|
|
46
|
-
prefix = `${prefix}_info_metadata`;
|
|
47
|
-
break;
|
|
48
|
-
case solution_resource_1.SolutionResourceType.thumbnail:
|
|
49
|
-
prefix = `${prefix}_info_thumbnail`;
|
|
50
|
-
break;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
let folder = prefix;
|
|
54
|
-
let filename = sourceResourceFilename;
|
|
55
|
-
const iLastSlash = filename.lastIndexOf("/");
|
|
56
|
-
if (iLastSlash >= 0) {
|
|
57
|
-
let subpath = filename.substr(0, iLastSlash);
|
|
58
|
-
if (storageVersion === 0) {
|
|
59
|
-
subpath = subpath.replace("/", "_");
|
|
60
|
-
folder += "_" + subpath;
|
|
61
|
-
}
|
|
62
|
-
else {
|
|
63
|
-
folder += "/" + subpath;
|
|
64
|
-
}
|
|
65
|
-
filename = filename.substr(iLastSlash + 1);
|
|
66
|
-
}
|
|
67
|
-
return { folder, filename };
|
|
68
|
-
}
|
|
69
|
-
exports.convertItemResourceToStorageResource = convertItemResourceToStorageResource;
|
|
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.convertItemResourceToStorageResource = void 0;
|
|
19
|
+
const solution_resource_1 = require("./solution-resource");
|
|
20
|
+
/**
|
|
21
|
+
* Generates a folder and filename for storing a copy of an item's resource in a storage item.
|
|
22
|
+
*
|
|
23
|
+
* @param prefix Base prefix for resource
|
|
24
|
+
* @param sourceResourceFilename Either filename or folder/filename to resource
|
|
25
|
+
* @param storageVersion Version of the Solution template
|
|
26
|
+
* @param storageFileType Optional argument that when supplied will control the how the prefix is created
|
|
27
|
+
* @returns Folder and filename for storage; folder is the itemID plus ("_" + storageFolder) if storageFolder
|
|
28
|
+
* exists plus ("_" + part of sourceResourceFilename before "/" if that separator exists);
|
|
29
|
+
* file is sourceResourceFilename
|
|
30
|
+
* @see convertStorageResourceToItemResource
|
|
31
|
+
*/
|
|
32
|
+
function convertItemResourceToStorageResource(prefix, sourceResourceFilename, storageVersion = 0, storageFileType) {
|
|
33
|
+
/* istanbul ignore else */
|
|
34
|
+
if (storageFileType !== undefined) {
|
|
35
|
+
switch (storageFileType) {
|
|
36
|
+
case solution_resource_1.SolutionResourceType.data:
|
|
37
|
+
prefix = `${prefix}_info_data`;
|
|
38
|
+
break;
|
|
39
|
+
case solution_resource_1.SolutionResourceType.fakezip:
|
|
40
|
+
prefix = `${prefix}_info_dataz`;
|
|
41
|
+
break;
|
|
42
|
+
case solution_resource_1.SolutionResourceType.info:
|
|
43
|
+
prefix = `${prefix}_info`;
|
|
44
|
+
break;
|
|
45
|
+
case solution_resource_1.SolutionResourceType.metadata:
|
|
46
|
+
prefix = `${prefix}_info_metadata`;
|
|
47
|
+
break;
|
|
48
|
+
case solution_resource_1.SolutionResourceType.thumbnail:
|
|
49
|
+
prefix = `${prefix}_info_thumbnail`;
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
let folder = prefix;
|
|
54
|
+
let filename = sourceResourceFilename;
|
|
55
|
+
const iLastSlash = filename.lastIndexOf("/");
|
|
56
|
+
if (iLastSlash >= 0) {
|
|
57
|
+
let subpath = filename.substr(0, iLastSlash);
|
|
58
|
+
if (storageVersion === 0) {
|
|
59
|
+
subpath = subpath.replace("/", "_");
|
|
60
|
+
folder += "_" + subpath;
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
folder += "/" + subpath;
|
|
64
|
+
}
|
|
65
|
+
filename = filename.substr(iLastSlash + 1);
|
|
66
|
+
}
|
|
67
|
+
return { folder, filename };
|
|
68
|
+
}
|
|
69
|
+
exports.convertItemResourceToStorageResource = convertItemResourceToStorageResource;
|
|
70
70
|
//# sourceMappingURL=convert-item-resource-to-storage-resource.js.map
|
|
@@ -1,29 +1,29 @@
|
|
|
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 { IDeployFilename } from "../interfaces";
|
|
17
|
-
/**
|
|
18
|
-
* Extracts an item's resource folder and filename from the filename used to store a copy in a storage item.
|
|
19
|
-
*
|
|
20
|
-
* @param storageResourceFilename Filename used to store the resource, metadata, or thumbnail of an item
|
|
21
|
-
* @param storageVersion Version of the Solution template
|
|
22
|
-
* @returns Folder and filename for storing information in an item, as well as the type (resource, metadata,
|
|
23
|
-
* or thumbnail) of the information; the folder property is only meaningful for the resource type
|
|
24
|
-
* @see generateResourceStorageFilename
|
|
25
|
-
* @see generateMetadataStorageFilename
|
|
26
|
-
* @see generateThumbnailStorageFilename
|
|
27
|
-
* @see convertItemResourceToStorageResource
|
|
28
|
-
*/
|
|
29
|
-
export declare function convertStorageResourceToItemResource(storageResourceFilename: string, storageVersion?: number): IDeployFilename;
|
|
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 { IDeployFilename } from "../interfaces";
|
|
17
|
+
/**
|
|
18
|
+
* Extracts an item's resource folder and filename from the filename used to store a copy in a storage item.
|
|
19
|
+
*
|
|
20
|
+
* @param storageResourceFilename Filename used to store the resource, metadata, or thumbnail of an item
|
|
21
|
+
* @param storageVersion Version of the Solution template
|
|
22
|
+
* @returns Folder and filename for storing information in an item, as well as the type (resource, metadata,
|
|
23
|
+
* or thumbnail) of the information; the folder property is only meaningful for the resource type
|
|
24
|
+
* @see generateResourceStorageFilename
|
|
25
|
+
* @see generateMetadataStorageFilename
|
|
26
|
+
* @see generateThumbnailStorageFilename
|
|
27
|
+
* @see convertItemResourceToStorageResource
|
|
28
|
+
*/
|
|
29
|
+
export declare function convertStorageResourceToItemResource(storageResourceFilename: string, storageVersion?: number): IDeployFilename;
|