@esri/solution-common 4.1.2 → 5.0.1
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 +1889 -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 +1828 -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 +3 -3
- 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,29 +1,29 @@
|
|
|
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
|
-
/**
|
|
17
|
-
* Provides functions for accessing a complete item.
|
|
18
|
-
*
|
|
19
|
-
* @module completeItem
|
|
20
|
-
*/
|
|
21
|
-
import { ICompleteItem, UserSession } from "./interfaces";
|
|
22
|
-
/**
|
|
23
|
-
* Gets everything about an item.
|
|
24
|
-
*
|
|
25
|
-
* @param itemId Id of an item whose information is sought
|
|
26
|
-
* @param authentication Credentials for the request
|
|
27
|
-
* @returns Promise that will resolve with everything known about the item
|
|
28
|
-
*/
|
|
29
|
-
export declare function getCompleteItem(itemId: string, authentication: UserSession): Promise<ICompleteItem>;
|
|
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
|
+
/**
|
|
17
|
+
* Provides functions for accessing a complete item.
|
|
18
|
+
*
|
|
19
|
+
* @module completeItem
|
|
20
|
+
*/
|
|
21
|
+
import { ICompleteItem, UserSession } from "./interfaces";
|
|
22
|
+
/**
|
|
23
|
+
* Gets everything about an item.
|
|
24
|
+
*
|
|
25
|
+
* @param itemId Id of an item whose information is sought
|
|
26
|
+
* @param authentication Credentials for the request
|
|
27
|
+
* @returns Promise that will resolve with everything known about the item
|
|
28
|
+
*/
|
|
29
|
+
export declare function getCompleteItem(itemId: string, authentication: UserSession): Promise<ICompleteItem>;
|
package/dist/cjs/completeItem.js
CHANGED
|
@@ -1,82 +1,82 @@
|
|
|
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.getCompleteItem = void 0;
|
|
19
|
-
const tslib_1 = require("tslib");
|
|
20
|
-
const restHelpers = tslib_1.__importStar(require("./restHelpers"));
|
|
21
|
-
const restHelpersGet = tslib_1.__importStar(require("./restHelpersGet"));
|
|
22
|
-
// ------------------------------------------------------------------------------------------------------------------ //
|
|
23
|
-
/**
|
|
24
|
-
* Gets everything about an item.
|
|
25
|
-
*
|
|
26
|
-
* @param itemId Id of an item whose information is sought
|
|
27
|
-
* @param authentication Credentials for the request
|
|
28
|
-
* @returns Promise that will resolve with everything known about the item
|
|
29
|
-
*/
|
|
30
|
-
function getCompleteItem(itemId, authentication) {
|
|
31
|
-
let itemBase;
|
|
32
|
-
let completeItem;
|
|
33
|
-
return restHelpersGet
|
|
34
|
-
.getItemBase(itemId, authentication)
|
|
35
|
-
.then((response) => {
|
|
36
|
-
itemBase = response;
|
|
37
|
-
return Promise.all([
|
|
38
|
-
restHelpersGet.getItemDataAsFile(itemId, itemBase.name, authentication),
|
|
39
|
-
restHelpersGet.getItemThumbnailAsFile(itemId, itemBase.thumbnail, false, authentication),
|
|
40
|
-
restHelpersGet.getItemMetadataAsFile(itemId, authentication),
|
|
41
|
-
restHelpersGet.getItemResourcesFiles(itemId, authentication),
|
|
42
|
-
restHelpersGet.getItemRelatedItemsInSameDirection(itemId, "forward", authentication),
|
|
43
|
-
restHelpersGet.getItemRelatedItemsInSameDirection(itemId, "reverse", authentication)
|
|
44
|
-
]);
|
|
45
|
-
})
|
|
46
|
-
.then(responses => {
|
|
47
|
-
const [itemData, itemThumbnail, itemMetadata, itemResources, itemFwdRelatedItems, itemRevRelatedItems] = responses;
|
|
48
|
-
// Summarize what we have
|
|
49
|
-
// ----------------------
|
|
50
|
-
// (itemBase: IItem) text/plain JSON
|
|
51
|
-
// (itemData: File) */*
|
|
52
|
-
// (itemThumbnail: File) image/*
|
|
53
|
-
// (itemMetadata: File) application/xml
|
|
54
|
-
// (itemResources: File[]) list of */*
|
|
55
|
-
// (itemFwdRelatedItems: IRelatedItems[]) list of forward relationshipType/relatedItems[] pairs
|
|
56
|
-
// (itemRevRelatedItems: IRelatedItems[]) list of reverse relationshipType/relatedItems[] pairs
|
|
57
|
-
completeItem = {
|
|
58
|
-
base: itemBase,
|
|
59
|
-
data: itemData,
|
|
60
|
-
thumbnail: itemThumbnail,
|
|
61
|
-
metadata: itemMetadata,
|
|
62
|
-
resources: itemResources,
|
|
63
|
-
fwdRelatedItems: itemFwdRelatedItems,
|
|
64
|
-
revRelatedItems: itemRevRelatedItems
|
|
65
|
-
};
|
|
66
|
-
if (itemBase.type === "Feature Service") {
|
|
67
|
-
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
68
|
-
return restHelpers.getFeatureServiceProperties(itemBase.url, authentication);
|
|
69
|
-
}
|
|
70
|
-
else {
|
|
71
|
-
return Promise.resolve(null);
|
|
72
|
-
}
|
|
73
|
-
})
|
|
74
|
-
.then((properties) => {
|
|
75
|
-
if (properties) {
|
|
76
|
-
completeItem.featureServiceProperties = properties;
|
|
77
|
-
}
|
|
78
|
-
return Promise.resolve(completeItem);
|
|
79
|
-
});
|
|
80
|
-
}
|
|
81
|
-
exports.getCompleteItem = getCompleteItem;
|
|
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.getCompleteItem = void 0;
|
|
19
|
+
const tslib_1 = require("tslib");
|
|
20
|
+
const restHelpers = tslib_1.__importStar(require("./restHelpers"));
|
|
21
|
+
const restHelpersGet = tslib_1.__importStar(require("./restHelpersGet"));
|
|
22
|
+
// ------------------------------------------------------------------------------------------------------------------ //
|
|
23
|
+
/**
|
|
24
|
+
* Gets everything about an item.
|
|
25
|
+
*
|
|
26
|
+
* @param itemId Id of an item whose information is sought
|
|
27
|
+
* @param authentication Credentials for the request
|
|
28
|
+
* @returns Promise that will resolve with everything known about the item
|
|
29
|
+
*/
|
|
30
|
+
function getCompleteItem(itemId, authentication) {
|
|
31
|
+
let itemBase;
|
|
32
|
+
let completeItem;
|
|
33
|
+
return restHelpersGet
|
|
34
|
+
.getItemBase(itemId, authentication)
|
|
35
|
+
.then((response) => {
|
|
36
|
+
itemBase = response;
|
|
37
|
+
return Promise.all([
|
|
38
|
+
restHelpersGet.getItemDataAsFile(itemId, itemBase.name, authentication),
|
|
39
|
+
restHelpersGet.getItemThumbnailAsFile(itemId, itemBase.thumbnail, false, authentication),
|
|
40
|
+
restHelpersGet.getItemMetadataAsFile(itemId, authentication),
|
|
41
|
+
restHelpersGet.getItemResourcesFiles(itemId, authentication),
|
|
42
|
+
restHelpersGet.getItemRelatedItemsInSameDirection(itemId, "forward", authentication),
|
|
43
|
+
restHelpersGet.getItemRelatedItemsInSameDirection(itemId, "reverse", authentication)
|
|
44
|
+
]);
|
|
45
|
+
})
|
|
46
|
+
.then(responses => {
|
|
47
|
+
const [itemData, itemThumbnail, itemMetadata, itemResources, itemFwdRelatedItems, itemRevRelatedItems] = responses;
|
|
48
|
+
// Summarize what we have
|
|
49
|
+
// ----------------------
|
|
50
|
+
// (itemBase: IItem) text/plain JSON
|
|
51
|
+
// (itemData: File) */*
|
|
52
|
+
// (itemThumbnail: File) image/*
|
|
53
|
+
// (itemMetadata: File) application/xml
|
|
54
|
+
// (itemResources: File[]) list of */*
|
|
55
|
+
// (itemFwdRelatedItems: IRelatedItems[]) list of forward relationshipType/relatedItems[] pairs
|
|
56
|
+
// (itemRevRelatedItems: IRelatedItems[]) list of reverse relationshipType/relatedItems[] pairs
|
|
57
|
+
completeItem = {
|
|
58
|
+
base: itemBase,
|
|
59
|
+
data: itemData,
|
|
60
|
+
thumbnail: itemThumbnail,
|
|
61
|
+
metadata: itemMetadata,
|
|
62
|
+
resources: itemResources,
|
|
63
|
+
fwdRelatedItems: itemFwdRelatedItems,
|
|
64
|
+
revRelatedItems: itemRevRelatedItems
|
|
65
|
+
};
|
|
66
|
+
if (itemBase.type === "Feature Service") {
|
|
67
|
+
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
68
|
+
return restHelpers.getFeatureServiceProperties(itemBase.url, authentication);
|
|
69
|
+
}
|
|
70
|
+
else {
|
|
71
|
+
return Promise.resolve(null);
|
|
72
|
+
}
|
|
73
|
+
})
|
|
74
|
+
.then((properties) => {
|
|
75
|
+
if (properties) {
|
|
76
|
+
completeItem.featureServiceProperties = properties;
|
|
77
|
+
}
|
|
78
|
+
return Promise.resolve(completeItem);
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
exports.getCompleteItem = getCompleteItem;
|
|
82
82
|
//# sourceMappingURL=completeItem.js.map
|
|
@@ -1,29 +1,29 @@
|
|
|
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
|
-
import { IHubUserRequestOptions } from "@esri/hub-common";
|
|
18
|
-
/**
|
|
19
|
-
* Create a IHubUserRequestOptions object from
|
|
20
|
-
* the UserSession
|
|
21
|
-
* If passed, it will use `templateDictionary`
|
|
22
|
-
* values instead of making additional requests
|
|
23
|
-
*
|
|
24
|
-
* @export
|
|
25
|
-
* @param {UserSession} authentication
|
|
26
|
-
* @param {*} templateDictionary
|
|
27
|
-
* @returns {IHubUserRequestOptions}
|
|
28
|
-
*/
|
|
29
|
-
export declare function createHubRequestOptions(authentication: UserSession, templateDictionary?: any): Promise<IHubUserRequestOptions>;
|
|
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
|
+
import { IHubUserRequestOptions } from "@esri/hub-common";
|
|
18
|
+
/**
|
|
19
|
+
* Create a IHubUserRequestOptions object from
|
|
20
|
+
* the UserSession
|
|
21
|
+
* If passed, it will use `templateDictionary`
|
|
22
|
+
* values instead of making additional requests
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
* @param {UserSession} authentication
|
|
26
|
+
* @param {*} templateDictionary
|
|
27
|
+
* @returns {IHubUserRequestOptions}
|
|
28
|
+
*/
|
|
29
|
+
export declare function createHubRequestOptions(authentication: UserSession, templateDictionary?: any): Promise<IHubUserRequestOptions>;
|
|
@@ -1,64 +1,64 @@
|
|
|
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.createHubRequestOptions = void 0;
|
|
19
|
-
const hub_common_1 = require("@esri/hub-common");
|
|
20
|
-
const arcgis_rest_portal_1 = require("@esri/arcgis-rest-portal");
|
|
21
|
-
/**
|
|
22
|
-
* Create a IHubUserRequestOptions object from
|
|
23
|
-
* the UserSession
|
|
24
|
-
* If passed, it will use `templateDictionary`
|
|
25
|
-
* values instead of making additional requests
|
|
26
|
-
*
|
|
27
|
-
* @export
|
|
28
|
-
* @param {UserSession} authentication
|
|
29
|
-
* @param {*} templateDictionary
|
|
30
|
-
* @returns {IHubUserRequestOptions}
|
|
31
|
-
*/
|
|
32
|
-
function createHubRequestOptions(authentication, templateDictionary = {}) {
|
|
33
|
-
// We used to pull the user
|
|
34
|
-
// the template dictionary, but ran into issues
|
|
35
|
-
// with the user.groups being filtered to groups
|
|
36
|
-
// the user owns, vs all groups the user belongs to
|
|
37
|
-
// this was problematic as we need to check if the user
|
|
38
|
-
// can add more groups, based on how close they are to
|
|
39
|
-
// the max 512 group limit.
|
|
40
|
-
// At this time we are simply fetching the user directly
|
|
41
|
-
const promises = [];
|
|
42
|
-
if (templateDictionary.organization) {
|
|
43
|
-
promises.push(Promise.resolve(templateDictionary.organization));
|
|
44
|
-
}
|
|
45
|
-
else {
|
|
46
|
-
promises.push((0, arcgis_rest_portal_1.getSelf)({ authentication }));
|
|
47
|
-
}
|
|
48
|
-
// always get the user
|
|
49
|
-
promises.push((0, arcgis_rest_portal_1.getUser)({ authentication }));
|
|
50
|
-
return Promise.all(promises).then(([pSelf, user]) => {
|
|
51
|
-
pSelf.user = user;
|
|
52
|
-
const ro = {
|
|
53
|
-
authentication,
|
|
54
|
-
portalSelf: pSelf,
|
|
55
|
-
isPortal: pSelf.isPortal
|
|
56
|
-
};
|
|
57
|
-
if (!pSelf.isPortal) {
|
|
58
|
-
ro.hubApiUrl = (0, hub_common_1.getHubUrlFromPortal)(pSelf);
|
|
59
|
-
}
|
|
60
|
-
return ro;
|
|
61
|
-
});
|
|
62
|
-
}
|
|
63
|
-
exports.createHubRequestOptions = createHubRequestOptions;
|
|
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.createHubRequestOptions = void 0;
|
|
19
|
+
const hub_common_1 = require("@esri/hub-common");
|
|
20
|
+
const arcgis_rest_portal_1 = require("@esri/arcgis-rest-portal");
|
|
21
|
+
/**
|
|
22
|
+
* Create a IHubUserRequestOptions object from
|
|
23
|
+
* the UserSession
|
|
24
|
+
* If passed, it will use `templateDictionary`
|
|
25
|
+
* values instead of making additional requests
|
|
26
|
+
*
|
|
27
|
+
* @export
|
|
28
|
+
* @param {UserSession} authentication
|
|
29
|
+
* @param {*} templateDictionary
|
|
30
|
+
* @returns {IHubUserRequestOptions}
|
|
31
|
+
*/
|
|
32
|
+
function createHubRequestOptions(authentication, templateDictionary = {}) {
|
|
33
|
+
// We used to pull the user
|
|
34
|
+
// the template dictionary, but ran into issues
|
|
35
|
+
// with the user.groups being filtered to groups
|
|
36
|
+
// the user owns, vs all groups the user belongs to
|
|
37
|
+
// this was problematic as we need to check if the user
|
|
38
|
+
// can add more groups, based on how close they are to
|
|
39
|
+
// the max 512 group limit.
|
|
40
|
+
// At this time we are simply fetching the user directly
|
|
41
|
+
const promises = [];
|
|
42
|
+
if (templateDictionary.organization) {
|
|
43
|
+
promises.push(Promise.resolve(templateDictionary.organization));
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
promises.push((0, arcgis_rest_portal_1.getSelf)({ authentication }));
|
|
47
|
+
}
|
|
48
|
+
// always get the user
|
|
49
|
+
promises.push((0, arcgis_rest_portal_1.getUser)({ authentication }));
|
|
50
|
+
return Promise.all(promises).then(([pSelf, user]) => {
|
|
51
|
+
pSelf.user = user;
|
|
52
|
+
const ro = {
|
|
53
|
+
authentication,
|
|
54
|
+
portalSelf: pSelf,
|
|
55
|
+
isPortal: pSelf.isPortal
|
|
56
|
+
};
|
|
57
|
+
if (!pSelf.isPortal) {
|
|
58
|
+
ro.hubApiUrl = (0, hub_common_1.getHubUrlFromPortal)(pSelf);
|
|
59
|
+
}
|
|
60
|
+
return ro;
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
exports.createHubRequestOptions = createHubRequestOptions;
|
|
64
64
|
//# sourceMappingURL=create-hub-request-options.js.map
|
|
@@ -1,24 +1,24 @@
|
|
|
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
|
-
* Deletes a set of empty groups if they're empty and belong to the user in the authentication.
|
|
19
|
-
*
|
|
20
|
-
* @param groups Ids of the groups to be deleted
|
|
21
|
-
* @param authentication Credentials for the request
|
|
22
|
-
* @returns Promise that will resolve with the list of successfully deleted groups
|
|
23
|
-
*/
|
|
24
|
-
export declare function deleteEmptyGroups(groups: string[], authentication: UserSession): Promise<string[]>;
|
|
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
|
+
* Deletes a set of empty groups if they're empty and belong to the user in the authentication.
|
|
19
|
+
*
|
|
20
|
+
* @param groups Ids of the groups to be deleted
|
|
21
|
+
* @param authentication Credentials for the request
|
|
22
|
+
* @returns Promise that will resolve with the list of successfully deleted groups
|
|
23
|
+
*/
|
|
24
|
+
export declare function deleteEmptyGroups(groups: string[], authentication: UserSession): Promise<string[]>;
|
|
@@ -1,42 +1,42 @@
|
|
|
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.deleteEmptyGroups = void 0;
|
|
19
|
-
/**
|
|
20
|
-
* @module deleteEmptyGroups
|
|
21
|
-
*/
|
|
22
|
-
const deleteGroupIfEmpty_1 = require("./deleteGroupIfEmpty");
|
|
23
|
-
// ------------------------------------------------------------------------------------------------------------------ //
|
|
24
|
-
/**
|
|
25
|
-
* Deletes a set of empty groups if they're empty and belong to the user in the authentication.
|
|
26
|
-
*
|
|
27
|
-
* @param groups Ids of the groups to be deleted
|
|
28
|
-
* @param authentication Credentials for the request
|
|
29
|
-
* @returns Promise that will resolve with the list of successfully deleted groups
|
|
30
|
-
*/
|
|
31
|
-
function deleteEmptyGroups(groups, authentication) {
|
|
32
|
-
if (groups.length === 0) {
|
|
33
|
-
return Promise.resolve([]);
|
|
34
|
-
}
|
|
35
|
-
// Attempt to delete each group
|
|
36
|
-
return Promise.all(groups.map(groupId => (0, deleteGroupIfEmpty_1.deleteGroupIfEmpty)(groupId, authentication))).then((responses) => {
|
|
37
|
-
// Return just the group ids that succeeded
|
|
38
|
-
return groups.filter((groupId, index) => responses[index]);
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
exports.deleteEmptyGroups = deleteEmptyGroups;
|
|
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.deleteEmptyGroups = void 0;
|
|
19
|
+
/**
|
|
20
|
+
* @module deleteEmptyGroups
|
|
21
|
+
*/
|
|
22
|
+
const deleteGroupIfEmpty_1 = require("./deleteGroupIfEmpty");
|
|
23
|
+
// ------------------------------------------------------------------------------------------------------------------ //
|
|
24
|
+
/**
|
|
25
|
+
* Deletes a set of empty groups if they're empty and belong to the user in the authentication.
|
|
26
|
+
*
|
|
27
|
+
* @param groups Ids of the groups to be deleted
|
|
28
|
+
* @param authentication Credentials for the request
|
|
29
|
+
* @returns Promise that will resolve with the list of successfully deleted groups
|
|
30
|
+
*/
|
|
31
|
+
function deleteEmptyGroups(groups, authentication) {
|
|
32
|
+
if (groups.length === 0) {
|
|
33
|
+
return Promise.resolve([]);
|
|
34
|
+
}
|
|
35
|
+
// Attempt to delete each group
|
|
36
|
+
return Promise.all(groups.map(groupId => (0, deleteGroupIfEmpty_1.deleteGroupIfEmpty)(groupId, authentication))).then((responses) => {
|
|
37
|
+
// Return just the group ids that succeeded
|
|
38
|
+
return groups.filter((groupId, index) => responses[index]);
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
exports.deleteEmptyGroups = deleteEmptyGroups;
|
|
42
42
|
//# sourceMappingURL=deleteEmptyGroups.js.map
|
|
@@ -1,27 +1,27 @@
|
|
|
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
|
-
/**
|
|
17
|
-
* @module deleteGroupIfEmpty
|
|
18
|
-
*/
|
|
19
|
-
import { UserSession } from "../interfaces";
|
|
20
|
-
/**
|
|
21
|
-
* Deletes a group if it's empty and belongs to the specified user.
|
|
22
|
-
*
|
|
23
|
-
* @param groupId Id of the group to be deleted
|
|
24
|
-
* @param authentication Credentials for the request
|
|
25
|
-
* @returns Promise indicating if group was deleted
|
|
26
|
-
*/
|
|
27
|
-
export declare function deleteGroupIfEmpty(groupId: string, authentication: UserSession): Promise<boolean>;
|
|
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
|
+
/**
|
|
17
|
+
* @module deleteGroupIfEmpty
|
|
18
|
+
*/
|
|
19
|
+
import { UserSession } from "../interfaces";
|
|
20
|
+
/**
|
|
21
|
+
* Deletes a group if it's empty and belongs to the specified user.
|
|
22
|
+
*
|
|
23
|
+
* @param groupId Id of the group to be deleted
|
|
24
|
+
* @param authentication Credentials for the request
|
|
25
|
+
* @returns Promise indicating if group was deleted
|
|
26
|
+
*/
|
|
27
|
+
export declare function deleteGroupIfEmpty(groupId: string, authentication: UserSession): Promise<boolean>;
|