@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,33 +1,33 @@
|
|
|
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 { IAssociatedFileCopyResults, IAssociatedFileInfo, IFileMimeTyped, UserSession } from "../interfaces";
|
|
17
|
-
/**
|
|
18
|
-
* Copies data into an AGO item.
|
|
19
|
-
*
|
|
20
|
-
* @param fileInfo Information about the source and destination of the file such as its URL, folder, filename
|
|
21
|
-
* @param sourceAuthentication Credentials for the request to the source
|
|
22
|
-
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
23
|
-
* @param destinationAuthentication Credentials for the request to the storage
|
|
24
|
-
* @returns A promise which resolves to the result of the copy
|
|
25
|
-
*/
|
|
26
|
-
export declare function copyDataIntoItem(fileInfo: IAssociatedFileInfo, sourceAuthentication: UserSession, destinationItemId: string, destinationAuthentication: UserSession): Promise<IAssociatedFileCopyResults>;
|
|
27
|
-
/**
|
|
28
|
-
* Creates a file with a specified mime type.
|
|
29
|
-
*
|
|
30
|
-
* @param fileDescription Structure containing a file and the desired mime type
|
|
31
|
-
* @returns Created file
|
|
32
|
-
*/
|
|
33
|
-
export declare function createMimeTypedFile(fileDescription: IFileMimeTyped): File;
|
|
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 { IAssociatedFileCopyResults, IAssociatedFileInfo, IFileMimeTyped, UserSession } from "../interfaces";
|
|
17
|
+
/**
|
|
18
|
+
* Copies data into an AGO item.
|
|
19
|
+
*
|
|
20
|
+
* @param fileInfo Information about the source and destination of the file such as its URL, folder, filename
|
|
21
|
+
* @param sourceAuthentication Credentials for the request to the source
|
|
22
|
+
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
23
|
+
* @param destinationAuthentication Credentials for the request to the storage
|
|
24
|
+
* @returns A promise which resolves to the result of the copy
|
|
25
|
+
*/
|
|
26
|
+
export declare function copyDataIntoItem(fileInfo: IAssociatedFileInfo, sourceAuthentication: UserSession, destinationItemId: string, destinationAuthentication: UserSession): Promise<IAssociatedFileCopyResults>;
|
|
27
|
+
/**
|
|
28
|
+
* Creates a file with a specified mime type.
|
|
29
|
+
*
|
|
30
|
+
* @param fileDescription Structure containing a file and the desired mime type
|
|
31
|
+
* @returns Created file
|
|
32
|
+
*/
|
|
33
|
+
export declare function createMimeTypedFile(fileDescription: IFileMimeTyped): File;
|
|
@@ -1,58 +1,57 @@
|
|
|
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 { createCopyResults } from "./createCopyResults";
|
|
17
|
-
import { getBlob } from "./get-blob";
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
* @param
|
|
25
|
-
* @param
|
|
26
|
-
* @param
|
|
27
|
-
* @
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
* @
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
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 { createCopyResults } from "./createCopyResults";
|
|
17
|
+
import { getBlob } from "./get-blob";
|
|
18
|
+
import { updateItem as helpersUpdateItem } from "../restHelpers";
|
|
19
|
+
// ------------------------------------------------------------------------------------------------------------------ //
|
|
20
|
+
/**
|
|
21
|
+
* Copies data into an AGO item.
|
|
22
|
+
*
|
|
23
|
+
* @param fileInfo Information about the source and destination of the file such as its URL, folder, filename
|
|
24
|
+
* @param sourceAuthentication Credentials for the request to the source
|
|
25
|
+
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
26
|
+
* @param destinationAuthentication Credentials for the request to the storage
|
|
27
|
+
* @returns A promise which resolves to the result of the copy
|
|
28
|
+
*/
|
|
29
|
+
export function copyDataIntoItem(fileInfo, sourceAuthentication, destinationItemId, destinationAuthentication) {
|
|
30
|
+
return new Promise(resolve => {
|
|
31
|
+
getBlob(fileInfo.url, sourceAuthentication).then(blob => {
|
|
32
|
+
const update = {
|
|
33
|
+
id: destinationItemId,
|
|
34
|
+
data: createMimeTypedFile({
|
|
35
|
+
blob: blob,
|
|
36
|
+
filename: fileInfo.filename,
|
|
37
|
+
mimeType: fileInfo.mimeType || blob.type
|
|
38
|
+
})
|
|
39
|
+
};
|
|
40
|
+
helpersUpdateItem(update, destinationAuthentication, fileInfo.folder).then(() => resolve(createCopyResults(fileInfo, true, true)), () => resolve(createCopyResults(fileInfo, true, false)) // unable to add resource
|
|
41
|
+
);
|
|
42
|
+
}, () => resolve(createCopyResults(fileInfo, false)) // unable to get resource
|
|
43
|
+
);
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Creates a file with a specified mime type.
|
|
48
|
+
*
|
|
49
|
+
* @param fileDescription Structure containing a file and the desired mime type
|
|
50
|
+
* @returns Created file
|
|
51
|
+
*/
|
|
52
|
+
export function createMimeTypedFile(fileDescription) {
|
|
53
|
+
return new File([fileDescription.blob], fileDescription.filename, {
|
|
54
|
+
type: fileDescription.mimeType
|
|
55
|
+
});
|
|
56
|
+
}
|
|
58
57
|
//# sourceMappingURL=copyDataIntoItem.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copyDataIntoItem.js","sourceRoot":"","sources":["../../../src/resources/copyDataIntoItem.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"copyDataIntoItem.js","sourceRoot":"","sources":["../../../src/resources/copyDataIntoItem.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,UAAU,IAAI,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEjE,wHAAwH;AAExH;;;;;;;;GAQG;AACH,MAAM,UAAU,gBAAgB,CAC9B,QAA6B,EAC7B,oBAAiC,EACjC,iBAAyB,EACzB,yBAAsC;IAEtC,OAAO,IAAI,OAAO,CAA6B,OAAO,CAAC,EAAE;QACvD,OAAO,CAAC,QAAQ,CAAC,GAAG,EAAE,oBAAoB,CAAC,CAAC,IAAI,CAC9C,IAAI,CAAC,EAAE;YACL,MAAM,MAAM,GAAgB;gBAC1B,EAAE,EAAE,iBAAiB;gBACrB,IAAI,EAAE,mBAAmB,CAAC;oBACxB,IAAI,EAAE,IAAI;oBACV,QAAQ,EAAE,QAAQ,CAAC,QAAQ;oBAC3B,QAAQ,EAAE,QAAQ,CAAC,QAAQ,IAAI,IAAI,CAAC,IAAI;iBACzC,CAAC;aACH,CAAC;YAEF,iBAAiB,CACf,MAAM,EACN,yBAAyB,EACzB,QAAQ,CAAC,MAAM,CAChB,CAAC,IAAI,CACJ,GAAG,EAAE,CACH,OAAO,CACL,iBAAiB,CACf,QAAQ,EACR,IAAI,EACJ,IAAI,CACyB,CAChC,EACH,GAAG,EAAE,CACH,OAAO,CACL,iBAAiB,CACf,QAAQ,EACR,IAAI,EACJ,KAAK,CACwB,CAChC,CAAC,yBAAyB;aAC9B,CAAC;QACJ,CAAC,EACD,GAAG,EAAE,CACH,OAAO,CACL,iBAAiB,CAAC,QAAQ,EAAE,KAAK,CAA+B,CACjE,CAAC,yBAAyB;SAC9B,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,mBAAmB,CAAC,eAA+B;IACjE,OAAO,IAAI,IAAI,CAAC,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,eAAe,CAAC,QAAQ,EAAE;QAChE,IAAI,EAAE,eAAe,CAAC,QAAQ;KAC/B,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -1,26 +1,26 @@
|
|
|
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 { IAssociatedFileCopyResults, IAssociatedFileInfo, UserSession } from "../interfaces";
|
|
17
|
-
/**
|
|
18
|
-
* Copies metadata into an AGO item.
|
|
19
|
-
*
|
|
20
|
-
* @param fileInfo Information about the source and destination of the file such as its URL, folder, filename
|
|
21
|
-
* @param sourceAuthentication Credentials for the request to the source
|
|
22
|
-
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
23
|
-
* @param destinationAuthentication Credentials for the request to the storage
|
|
24
|
-
* @returns A promise which resolves to the result of the copy
|
|
25
|
-
*/
|
|
26
|
-
export declare function copyMetadataIntoItem(fileInfo: IAssociatedFileInfo, sourceAuthentication: UserSession, destinationItemId: string, destinationAuthentication: UserSession): Promise<IAssociatedFileCopyResults>;
|
|
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 { IAssociatedFileCopyResults, IAssociatedFileInfo, UserSession } from "../interfaces";
|
|
17
|
+
/**
|
|
18
|
+
* Copies metadata into an AGO item.
|
|
19
|
+
*
|
|
20
|
+
* @param fileInfo Information about the source and destination of the file such as its URL, folder, filename
|
|
21
|
+
* @param sourceAuthentication Credentials for the request to the source
|
|
22
|
+
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
23
|
+
* @param destinationAuthentication Credentials for the request to the storage
|
|
24
|
+
* @returns A promise which resolves to the result of the copy
|
|
25
|
+
*/
|
|
26
|
+
export declare function copyMetadataIntoItem(fileInfo: IAssociatedFileInfo, sourceAuthentication: UserSession, destinationItemId: string, destinationAuthentication: UserSession): Promise<IAssociatedFileCopyResults>;
|
|
@@ -1,42 +1,42 @@
|
|
|
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 { addMetadataFromBlob } from "./addMetadataFromBlob";
|
|
17
|
-
import { createCopyResults } from "./createCopyResults";
|
|
18
|
-
import { getBlob } from "./get-blob";
|
|
19
|
-
// ------------------------------------------------------------------------------------------------------------------ //
|
|
20
|
-
/**
|
|
21
|
-
* Copies metadata into an AGO item.
|
|
22
|
-
*
|
|
23
|
-
* @param fileInfo Information about the source and destination of the file such as its URL, folder, filename
|
|
24
|
-
* @param sourceAuthentication Credentials for the request to the source
|
|
25
|
-
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
26
|
-
* @param destinationAuthentication Credentials for the request to the storage
|
|
27
|
-
* @returns A promise which resolves to the result of the copy
|
|
28
|
-
*/
|
|
29
|
-
export function copyMetadataIntoItem(fileInfo, sourceAuthentication, destinationItemId, destinationAuthentication) {
|
|
30
|
-
return new Promise(resolve => {
|
|
31
|
-
getBlob(fileInfo.url, sourceAuthentication).then(blob => {
|
|
32
|
-
if (blob.type !== "text/xml" && blob.type !== "application/xml") {
|
|
33
|
-
resolve(createCopyResults(fileInfo, false)); // unable to get resource
|
|
34
|
-
return;
|
|
35
|
-
}
|
|
36
|
-
addMetadataFromBlob(blob, destinationItemId, destinationAuthentication).then(() => resolve(createCopyResults(fileInfo, true, true)), () => resolve(createCopyResults(fileInfo, true, false)) // unable to add resource
|
|
37
|
-
);
|
|
38
|
-
}, () => resolve(createCopyResults(fileInfo, false)) // unable to get resource
|
|
39
|
-
);
|
|
40
|
-
});
|
|
41
|
-
}
|
|
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 { addMetadataFromBlob } from "./addMetadataFromBlob";
|
|
17
|
+
import { createCopyResults } from "./createCopyResults";
|
|
18
|
+
import { getBlob } from "./get-blob";
|
|
19
|
+
// ------------------------------------------------------------------------------------------------------------------ //
|
|
20
|
+
/**
|
|
21
|
+
* Copies metadata into an AGO item.
|
|
22
|
+
*
|
|
23
|
+
* @param fileInfo Information about the source and destination of the file such as its URL, folder, filename
|
|
24
|
+
* @param sourceAuthentication Credentials for the request to the source
|
|
25
|
+
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
26
|
+
* @param destinationAuthentication Credentials for the request to the storage
|
|
27
|
+
* @returns A promise which resolves to the result of the copy
|
|
28
|
+
*/
|
|
29
|
+
export function copyMetadataIntoItem(fileInfo, sourceAuthentication, destinationItemId, destinationAuthentication) {
|
|
30
|
+
return new Promise(resolve => {
|
|
31
|
+
getBlob(fileInfo.url, sourceAuthentication).then(blob => {
|
|
32
|
+
if (blob.type !== "text/xml" && blob.type !== "application/xml") {
|
|
33
|
+
resolve(createCopyResults(fileInfo, false)); // unable to get resource
|
|
34
|
+
return;
|
|
35
|
+
}
|
|
36
|
+
addMetadataFromBlob(blob, destinationItemId, destinationAuthentication).then(() => resolve(createCopyResults(fileInfo, true, true)), () => resolve(createCopyResults(fileInfo, true, false)) // unable to add resource
|
|
37
|
+
);
|
|
38
|
+
}, () => resolve(createCopyResults(fileInfo, false)) // unable to get resource
|
|
39
|
+
);
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
42
|
//# sourceMappingURL=copyMetadataIntoItem.js.map
|
|
@@ -1,33 +1,33 @@
|
|
|
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 { IAssociatedFileCopyResults, IAssociatedFileInfo, ISourceFile, IZipInfo, UserSession } from "../interfaces";
|
|
17
|
-
/**
|
|
18
|
-
* Copies a resource into a zipfile.
|
|
19
|
-
*
|
|
20
|
-
* @param file Information about the source and destination of the file such as its URL, folder, filename
|
|
21
|
-
* @param zipInfo Information about a zipfile such as its name and its zip object
|
|
22
|
-
* @returns The result of the copy
|
|
23
|
-
*/
|
|
24
|
-
export declare function copyResourceIntoZip(file: ISourceFile, zipInfo: IZipInfo): IAssociatedFileCopyResults;
|
|
25
|
-
/**
|
|
26
|
-
* Copies a resource into a zipfile.
|
|
27
|
-
*
|
|
28
|
-
* @param fileInfo Information about the source and destination of the file such as its URL, folder, filename
|
|
29
|
-
* @param sourceAuthentication Credentials for the request to the source
|
|
30
|
-
* @param zipInfo Information about a zipfile such as its name and its zip object
|
|
31
|
-
* @returns A promise which resolves to the result of the copy
|
|
32
|
-
*/
|
|
33
|
-
export declare function copyResourceIntoZipFromInfo(fileInfo: IAssociatedFileInfo, sourceAuthentication: UserSession, zipInfo: IZipInfo): Promise<IAssociatedFileCopyResults>;
|
|
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 { IAssociatedFileCopyResults, IAssociatedFileInfo, ISourceFile, IZipInfo, UserSession } from "../interfaces";
|
|
17
|
+
/**
|
|
18
|
+
* Copies a resource into a zipfile.
|
|
19
|
+
*
|
|
20
|
+
* @param file Information about the source and destination of the file such as its URL, folder, filename
|
|
21
|
+
* @param zipInfo Information about a zipfile such as its name and its zip object
|
|
22
|
+
* @returns The result of the copy
|
|
23
|
+
*/
|
|
24
|
+
export declare function copyResourceIntoZip(file: ISourceFile, zipInfo: IZipInfo): IAssociatedFileCopyResults;
|
|
25
|
+
/**
|
|
26
|
+
* Copies a resource into a zipfile.
|
|
27
|
+
*
|
|
28
|
+
* @param fileInfo Information about the source and destination of the file such as its URL, folder, filename
|
|
29
|
+
* @param sourceAuthentication Credentials for the request to the source
|
|
30
|
+
* @param zipInfo Information about a zipfile such as its name and its zip object
|
|
31
|
+
* @returns A promise which resolves to the result of the copy
|
|
32
|
+
*/
|
|
33
|
+
export declare function copyResourceIntoZipFromInfo(fileInfo: IAssociatedFileInfo, sourceAuthentication: UserSession, zipInfo: IZipInfo): Promise<IAssociatedFileCopyResults>;
|
|
@@ -1,73 +1,73 @@
|
|
|
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 { createCopyResults } from "./createCopyResults";
|
|
17
|
-
import { getBlobAsFile } from "../restHelpersGet";
|
|
18
|
-
// ------------------------------------------------------------------------------------------------------------------ //
|
|
19
|
-
/**
|
|
20
|
-
* Copies a resource into a zipfile.
|
|
21
|
-
*
|
|
22
|
-
* @param file Information about the source and destination of the file such as its URL, folder, filename
|
|
23
|
-
* @param zipInfo Information about a zipfile such as its name and its zip object
|
|
24
|
-
* @returns The result of the copy
|
|
25
|
-
*/
|
|
26
|
-
export function copyResourceIntoZip(file, zipInfo) {
|
|
27
|
-
// Add it to the zip
|
|
28
|
-
if (file.folder) {
|
|
29
|
-
zipInfo.zip
|
|
30
|
-
.folder(file.folder)
|
|
31
|
-
.file(file.filename, file.file, { binary: true });
|
|
32
|
-
}
|
|
33
|
-
else {
|
|
34
|
-
zipInfo.zip.file(file.filename, file.file, { binary: true });
|
|
35
|
-
}
|
|
36
|
-
zipInfo.filelist.push(file);
|
|
37
|
-
return createCopyResults(file, true);
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* Copies a resource into a zipfile.
|
|
41
|
-
*
|
|
42
|
-
* @param fileInfo Information about the source and destination of the file such as its URL, folder, filename
|
|
43
|
-
* @param sourceAuthentication Credentials for the request to the source
|
|
44
|
-
* @param zipInfo Information about a zipfile such as its name and its zip object
|
|
45
|
-
* @returns A promise which resolves to the result of the copy
|
|
46
|
-
*/
|
|
47
|
-
export function copyResourceIntoZipFromInfo(fileInfo, sourceAuthentication, zipInfo) {
|
|
48
|
-
return new Promise(resolve => {
|
|
49
|
-
let filePromise;
|
|
50
|
-
if (fileInfo.file) {
|
|
51
|
-
filePromise = Promise.resolve(fileInfo.file);
|
|
52
|
-
}
|
|
53
|
-
else {
|
|
54
|
-
filePromise = getBlobAsFile(fileInfo.url, fileInfo.filename, sourceAuthentication);
|
|
55
|
-
}
|
|
56
|
-
filePromise.then((file) => {
|
|
57
|
-
// And add it to the zip
|
|
58
|
-
if (fileInfo.folder) {
|
|
59
|
-
zipInfo.zip
|
|
60
|
-
.folder(fileInfo.folder)
|
|
61
|
-
.file(fileInfo.filename, file, { binary: true });
|
|
62
|
-
}
|
|
63
|
-
else {
|
|
64
|
-
zipInfo.zip.file(fileInfo.filename, file, { binary: true });
|
|
65
|
-
}
|
|
66
|
-
zipInfo.filelist.push(fileInfo);
|
|
67
|
-
resolve(createCopyResults(fileInfo, true));
|
|
68
|
-
}, () => resolve(
|
|
69
|
-
// unable to get resource
|
|
70
|
-
createCopyResults(fileInfo, false)));
|
|
71
|
-
});
|
|
72
|
-
}
|
|
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 { createCopyResults } from "./createCopyResults";
|
|
17
|
+
import { getBlobAsFile } from "../restHelpersGet";
|
|
18
|
+
// ------------------------------------------------------------------------------------------------------------------ //
|
|
19
|
+
/**
|
|
20
|
+
* Copies a resource into a zipfile.
|
|
21
|
+
*
|
|
22
|
+
* @param file Information about the source and destination of the file such as its URL, folder, filename
|
|
23
|
+
* @param zipInfo Information about a zipfile such as its name and its zip object
|
|
24
|
+
* @returns The result of the copy
|
|
25
|
+
*/
|
|
26
|
+
export function copyResourceIntoZip(file, zipInfo) {
|
|
27
|
+
// Add it to the zip
|
|
28
|
+
if (file.folder) {
|
|
29
|
+
zipInfo.zip
|
|
30
|
+
.folder(file.folder)
|
|
31
|
+
.file(file.filename, file.file, { binary: true });
|
|
32
|
+
}
|
|
33
|
+
else {
|
|
34
|
+
zipInfo.zip.file(file.filename, file.file, { binary: true });
|
|
35
|
+
}
|
|
36
|
+
zipInfo.filelist.push(file);
|
|
37
|
+
return createCopyResults(file, true);
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Copies a resource into a zipfile.
|
|
41
|
+
*
|
|
42
|
+
* @param fileInfo Information about the source and destination of the file such as its URL, folder, filename
|
|
43
|
+
* @param sourceAuthentication Credentials for the request to the source
|
|
44
|
+
* @param zipInfo Information about a zipfile such as its name and its zip object
|
|
45
|
+
* @returns A promise which resolves to the result of the copy
|
|
46
|
+
*/
|
|
47
|
+
export function copyResourceIntoZipFromInfo(fileInfo, sourceAuthentication, zipInfo) {
|
|
48
|
+
return new Promise(resolve => {
|
|
49
|
+
let filePromise;
|
|
50
|
+
if (fileInfo.file) {
|
|
51
|
+
filePromise = Promise.resolve(fileInfo.file);
|
|
52
|
+
}
|
|
53
|
+
else {
|
|
54
|
+
filePromise = getBlobAsFile(fileInfo.url, fileInfo.filename, sourceAuthentication);
|
|
55
|
+
}
|
|
56
|
+
filePromise.then((file) => {
|
|
57
|
+
// And add it to the zip
|
|
58
|
+
if (fileInfo.folder) {
|
|
59
|
+
zipInfo.zip
|
|
60
|
+
.folder(fileInfo.folder)
|
|
61
|
+
.file(fileInfo.filename, file, { binary: true });
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
zipInfo.zip.file(fileInfo.filename, file, { binary: true });
|
|
65
|
+
}
|
|
66
|
+
zipInfo.filelist.push(fileInfo);
|
|
67
|
+
resolve(createCopyResults(fileInfo, true));
|
|
68
|
+
}, () => resolve(
|
|
69
|
+
// unable to get resource
|
|
70
|
+
createCopyResults(fileInfo, false)));
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
73
|
//# sourceMappingURL=copyResourceIntoZip.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 { IZipCopyResults, IZipInfo, UserSession } from "../interfaces";
|
|
17
|
-
/**
|
|
18
|
-
* Copies a zipfile into an AGO item.
|
|
19
|
-
*
|
|
20
|
-
* @param zipInfo Information about a zipfile such as its name and its zip object
|
|
21
|
-
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
22
|
-
* @param destinationAuthentication Credentials for the request to the storage
|
|
23
|
-
* @returns A promise which resolves to the result of the copy
|
|
24
|
-
*/
|
|
25
|
-
export declare function copyZipIntoItem(zipInfo: IZipInfo, destinationItemId: string, destinationAuthentication: UserSession): Promise<IZipCopyResults>;
|
|
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 { IZipCopyResults, IZipInfo, UserSession } from "../interfaces";
|
|
17
|
+
/**
|
|
18
|
+
* Copies a zipfile into an AGO item.
|
|
19
|
+
*
|
|
20
|
+
* @param zipInfo Information about a zipfile such as its name and its zip object
|
|
21
|
+
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
22
|
+
* @param destinationAuthentication Credentials for the request to the storage
|
|
23
|
+
* @returns A promise which resolves to the result of the copy
|
|
24
|
+
*/
|
|
25
|
+
export declare function copyZipIntoItem(zipInfo: IZipInfo, destinationItemId: string, destinationAuthentication: UserSession): Promise<IZipCopyResults>;
|