@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,57 +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 { UserSession } from "./interfaces";
|
|
17
|
-
export declare const BASE_NAMES: string[];
|
|
18
|
-
export declare const PROP_NAMES: string[];
|
|
19
|
-
/**
|
|
20
|
-
* Get the base velocity url from the current orgs subscription info
|
|
21
|
-
*
|
|
22
|
-
* This function will update the input templateDictionary arg with the velocity url
|
|
23
|
-
* so we can reuse it without pinging the org again for subsequent requests to the
|
|
24
|
-
* velocity api.
|
|
25
|
-
*
|
|
26
|
-
* @param authentication Credentials for the requests
|
|
27
|
-
* @param templateDictionary Hash of facts: folder id, org URL, adlib replacements
|
|
28
|
-
*
|
|
29
|
-
* @returns a promise that will resolve with the velocity url or an empty string when the org does not support velocity
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare function getVelocityUrlBase(authentication: UserSession, templateDictionary: any): Promise<string>;
|
|
33
|
-
/**
|
|
34
|
-
* Update any velocity urls found in the data
|
|
35
|
-
*
|
|
36
|
-
* This function can be extended to support any item type specific functions such as
|
|
37
|
-
* removing the itemId from operational layers in a webmap
|
|
38
|
-
*
|
|
39
|
-
* @param data The data object of the item
|
|
40
|
-
* @param type The item type
|
|
41
|
-
* @param templateDictionary Hash of facts: folder id, org URL, adlib replacements
|
|
42
|
-
*
|
|
43
|
-
* @returns an updated instance of the data object that was supplied.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export declare function updateVelocityReferences(data: any, type: string, templateDictionary: any): any;
|
|
47
|
-
/**
|
|
48
|
-
* Helper function to update velocity urls found in the data
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
* @param data The data object of the item
|
|
52
|
-
* @param velocityUrl The velocity url from the current organization
|
|
53
|
-
*
|
|
54
|
-
* @returns an updated instance of the data object that was supplied.
|
|
55
|
-
* @private
|
|
56
|
-
*/
|
|
57
|
-
export declare function _replaceVelocityUrls(data: any, velocityUrl: string): 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
|
+
export declare const BASE_NAMES: string[];
|
|
18
|
+
export declare const PROP_NAMES: string[];
|
|
19
|
+
/**
|
|
20
|
+
* Get the base velocity url from the current orgs subscription info
|
|
21
|
+
*
|
|
22
|
+
* This function will update the input templateDictionary arg with the velocity url
|
|
23
|
+
* so we can reuse it without pinging the org again for subsequent requests to the
|
|
24
|
+
* velocity api.
|
|
25
|
+
*
|
|
26
|
+
* @param authentication Credentials for the requests
|
|
27
|
+
* @param templateDictionary Hash of facts: folder id, org URL, adlib replacements
|
|
28
|
+
*
|
|
29
|
+
* @returns a promise that will resolve with the velocity url or an empty string when the org does not support velocity
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare function getVelocityUrlBase(authentication: UserSession, templateDictionary: any): Promise<string>;
|
|
33
|
+
/**
|
|
34
|
+
* Update any velocity urls found in the data
|
|
35
|
+
*
|
|
36
|
+
* This function can be extended to support any item type specific functions such as
|
|
37
|
+
* removing the itemId from operational layers in a webmap
|
|
38
|
+
*
|
|
39
|
+
* @param data The data object of the item
|
|
40
|
+
* @param type The item type
|
|
41
|
+
* @param templateDictionary Hash of facts: folder id, org URL, adlib replacements
|
|
42
|
+
*
|
|
43
|
+
* @returns an updated instance of the data object that was supplied.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
export declare function updateVelocityReferences(data: any, type: string, templateDictionary: any): any;
|
|
47
|
+
/**
|
|
48
|
+
* Helper function to update velocity urls found in the data
|
|
49
|
+
*
|
|
50
|
+
*
|
|
51
|
+
* @param data The data object of the item
|
|
52
|
+
* @param velocityUrl The velocity url from the current organization
|
|
53
|
+
*
|
|
54
|
+
* @returns an updated instance of the data object that was supplied.
|
|
55
|
+
* @private
|
|
56
|
+
*/
|
|
57
|
+
export declare function _replaceVelocityUrls(data: any, velocityUrl: string): any;
|
|
@@ -1,129 +1,129 @@
|
|
|
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 { getSubscriptionInfo } from "./get-subscription-info";
|
|
17
|
-
import { getProp } from "./generalHelpers";
|
|
18
|
-
// Known base names if output, source, or feed name is missing
|
|
19
|
-
export const BASE_NAMES = [
|
|
20
|
-
"feat-lyr-new",
|
|
21
|
-
"feat-lyr-existing",
|
|
22
|
-
"stream-lyr-new"
|
|
23
|
-
];
|
|
24
|
-
// Known prop paths that can contain item Ids
|
|
25
|
-
export const PROP_NAMES = [
|
|
26
|
-
".portal.mapServicePortalItemID",
|
|
27
|
-
".portal.featureServicePortalItemID",
|
|
28
|
-
".portal.streamServicePortalItemID",
|
|
29
|
-
".portalItemId"
|
|
30
|
-
];
|
|
31
|
-
/**
|
|
32
|
-
* Get the base velocity url from the current orgs subscription info
|
|
33
|
-
*
|
|
34
|
-
* This function will update the input templateDictionary arg with the velocity url
|
|
35
|
-
* so we can reuse it without pinging the org again for subsequent requests to the
|
|
36
|
-
* velocity api.
|
|
37
|
-
*
|
|
38
|
-
* @param authentication Credentials for the requests
|
|
39
|
-
* @param templateDictionary Hash of facts: folder id, org URL, adlib replacements
|
|
40
|
-
*
|
|
41
|
-
* @returns a promise that will resolve with the velocity url or an empty string when the org does not support velocity
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
export function getVelocityUrlBase(authentication, templateDictionary) {
|
|
45
|
-
// if we already have the base url no need to make any additional requests
|
|
46
|
-
if (templateDictionary.hasOwnProperty("velocityUrl")) {
|
|
47
|
-
return Promise.resolve(templateDictionary.velocityUrl);
|
|
48
|
-
}
|
|
49
|
-
else {
|
|
50
|
-
// get the url from the orgs subscription info
|
|
51
|
-
return getSubscriptionInfo({ authentication }).then((subscriptionInfo) => {
|
|
52
|
-
let velocityUrl = "";
|
|
53
|
-
const orgCapabilities = getProp(subscriptionInfo, "orgCapabilities");
|
|
54
|
-
/* istanbul ignore else */
|
|
55
|
-
if (Array.isArray(orgCapabilities)) {
|
|
56
|
-
orgCapabilities.some(c => {
|
|
57
|
-
/* istanbul ignore else */
|
|
58
|
-
if (c.id === "velocity" && c.status === "active" && c.velocityUrl) {
|
|
59
|
-
velocityUrl = c.velocityUrl;
|
|
60
|
-
}
|
|
61
|
-
return velocityUrl;
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
// add the base url to the templateDictionary for reuse
|
|
65
|
-
templateDictionary.velocityUrl = velocityUrl;
|
|
66
|
-
return Promise.resolve(velocityUrl);
|
|
67
|
-
});
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
/**
|
|
71
|
-
* Update any velocity urls found in the data
|
|
72
|
-
*
|
|
73
|
-
* This function can be extended to support any item type specific functions such as
|
|
74
|
-
* removing the itemId from operational layers in a webmap
|
|
75
|
-
*
|
|
76
|
-
* @param data The data object of the item
|
|
77
|
-
* @param type The item type
|
|
78
|
-
* @param templateDictionary Hash of facts: folder id, org URL, adlib replacements
|
|
79
|
-
*
|
|
80
|
-
* @returns an updated instance of the data object that was supplied.
|
|
81
|
-
*
|
|
82
|
-
*/
|
|
83
|
-
export function updateVelocityReferences(data, type, templateDictionary) {
|
|
84
|
-
const velocityUrl = templateDictionary.velocityUrl;
|
|
85
|
-
if (data && type === "Web Map" && velocityUrl) {
|
|
86
|
-
const layersAndTables = (data.operationalLayers || []).concat(data.tables || []);
|
|
87
|
-
(layersAndTables).forEach((l) => {
|
|
88
|
-
if (l.url && l.url.indexOf(velocityUrl) > -1 && l.itemId) {
|
|
89
|
-
delete l.itemId;
|
|
90
|
-
}
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
return velocityUrl && data ? _replaceVelocityUrls(data, velocityUrl) : data;
|
|
94
|
-
}
|
|
95
|
-
/**
|
|
96
|
-
* Helper function to update velocity urls found in the data
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
* @param data The data object of the item
|
|
100
|
-
* @param velocityUrl The velocity url from the current organization
|
|
101
|
-
*
|
|
102
|
-
* @returns an updated instance of the data object that was supplied.
|
|
103
|
-
* @private
|
|
104
|
-
*/
|
|
105
|
-
export function _replaceVelocityUrls(data, velocityUrl) {
|
|
106
|
-
let dataString = JSON.stringify(data);
|
|
107
|
-
if (dataString.indexOf(velocityUrl) > -1) {
|
|
108
|
-
// replace any instance of the velocity base url
|
|
109
|
-
dataString = dataString.replace(new RegExp(`${velocityUrl}`, "gi"), "{{velocityUrl}}");
|
|
110
|
-
// add solutionItemId to any velocity service names
|
|
111
|
-
const regex = new RegExp("{{velocityUrl}}.+?(?=/[A-Za-z]+Server)", "gi");
|
|
112
|
-
const results = dataString.match(regex);
|
|
113
|
-
/* istanbul ignore else */
|
|
114
|
-
if (results) {
|
|
115
|
-
const uniqueResults = results.filter((v, i, self) => self.indexOf(v) === i);
|
|
116
|
-
uniqueResults.forEach(result => {
|
|
117
|
-
// these names can contain reserved characters for regex
|
|
118
|
-
// for example: http://something/name(something else)
|
|
119
|
-
// TypeScript for es2015 doesn't have a definition for `replaceAll`
|
|
120
|
-
dataString = dataString.replaceAll(result, `${result}_{{solutionItemId}}`);
|
|
121
|
-
});
|
|
122
|
-
}
|
|
123
|
-
return JSON.parse(dataString);
|
|
124
|
-
}
|
|
125
|
-
else {
|
|
126
|
-
return data;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
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 { getSubscriptionInfo } from "./get-subscription-info";
|
|
17
|
+
import { getProp } from "./generalHelpers";
|
|
18
|
+
// Known base names if output, source, or feed name is missing
|
|
19
|
+
export const BASE_NAMES = [
|
|
20
|
+
"feat-lyr-new",
|
|
21
|
+
"feat-lyr-existing",
|
|
22
|
+
"stream-lyr-new"
|
|
23
|
+
];
|
|
24
|
+
// Known prop paths that can contain item Ids
|
|
25
|
+
export const PROP_NAMES = [
|
|
26
|
+
".portal.mapServicePortalItemID",
|
|
27
|
+
".portal.featureServicePortalItemID",
|
|
28
|
+
".portal.streamServicePortalItemID",
|
|
29
|
+
".portalItemId"
|
|
30
|
+
];
|
|
31
|
+
/**
|
|
32
|
+
* Get the base velocity url from the current orgs subscription info
|
|
33
|
+
*
|
|
34
|
+
* This function will update the input templateDictionary arg with the velocity url
|
|
35
|
+
* so we can reuse it without pinging the org again for subsequent requests to the
|
|
36
|
+
* velocity api.
|
|
37
|
+
*
|
|
38
|
+
* @param authentication Credentials for the requests
|
|
39
|
+
* @param templateDictionary Hash of facts: folder id, org URL, adlib replacements
|
|
40
|
+
*
|
|
41
|
+
* @returns a promise that will resolve with the velocity url or an empty string when the org does not support velocity
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
export function getVelocityUrlBase(authentication, templateDictionary) {
|
|
45
|
+
// if we already have the base url no need to make any additional requests
|
|
46
|
+
if (templateDictionary.hasOwnProperty("velocityUrl")) {
|
|
47
|
+
return Promise.resolve(templateDictionary.velocityUrl);
|
|
48
|
+
}
|
|
49
|
+
else {
|
|
50
|
+
// get the url from the orgs subscription info
|
|
51
|
+
return getSubscriptionInfo({ authentication }).then((subscriptionInfo) => {
|
|
52
|
+
let velocityUrl = "";
|
|
53
|
+
const orgCapabilities = getProp(subscriptionInfo, "orgCapabilities");
|
|
54
|
+
/* istanbul ignore else */
|
|
55
|
+
if (Array.isArray(orgCapabilities)) {
|
|
56
|
+
orgCapabilities.some(c => {
|
|
57
|
+
/* istanbul ignore else */
|
|
58
|
+
if (c.id === "velocity" && c.status === "active" && c.velocityUrl) {
|
|
59
|
+
velocityUrl = c.velocityUrl;
|
|
60
|
+
}
|
|
61
|
+
return velocityUrl;
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
// add the base url to the templateDictionary for reuse
|
|
65
|
+
templateDictionary.velocityUrl = velocityUrl;
|
|
66
|
+
return Promise.resolve(velocityUrl);
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Update any velocity urls found in the data
|
|
72
|
+
*
|
|
73
|
+
* This function can be extended to support any item type specific functions such as
|
|
74
|
+
* removing the itemId from operational layers in a webmap
|
|
75
|
+
*
|
|
76
|
+
* @param data The data object of the item
|
|
77
|
+
* @param type The item type
|
|
78
|
+
* @param templateDictionary Hash of facts: folder id, org URL, adlib replacements
|
|
79
|
+
*
|
|
80
|
+
* @returns an updated instance of the data object that was supplied.
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
export function updateVelocityReferences(data, type, templateDictionary) {
|
|
84
|
+
const velocityUrl = templateDictionary.velocityUrl;
|
|
85
|
+
if (data && type === "Web Map" && velocityUrl) {
|
|
86
|
+
const layersAndTables = (data.operationalLayers || []).concat(data.tables || []);
|
|
87
|
+
(layersAndTables).forEach((l) => {
|
|
88
|
+
if (l.url && l.url.indexOf(velocityUrl) > -1 && l.itemId) {
|
|
89
|
+
delete l.itemId;
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
return velocityUrl && data ? _replaceVelocityUrls(data, velocityUrl) : data;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Helper function to update velocity urls found in the data
|
|
97
|
+
*
|
|
98
|
+
*
|
|
99
|
+
* @param data The data object of the item
|
|
100
|
+
* @param velocityUrl The velocity url from the current organization
|
|
101
|
+
*
|
|
102
|
+
* @returns an updated instance of the data object that was supplied.
|
|
103
|
+
* @private
|
|
104
|
+
*/
|
|
105
|
+
export function _replaceVelocityUrls(data, velocityUrl) {
|
|
106
|
+
let dataString = JSON.stringify(data);
|
|
107
|
+
if (dataString.indexOf(velocityUrl) > -1) {
|
|
108
|
+
// replace any instance of the velocity base url
|
|
109
|
+
dataString = dataString.replace(new RegExp(`${velocityUrl}`, "gi"), "{{velocityUrl}}");
|
|
110
|
+
// add solutionItemId to any velocity service names
|
|
111
|
+
const regex = new RegExp("{{velocityUrl}}.+?(?=/[A-Za-z]+Server)", "gi");
|
|
112
|
+
const results = dataString.match(regex);
|
|
113
|
+
/* istanbul ignore else */
|
|
114
|
+
if (results) {
|
|
115
|
+
const uniqueResults = results.filter((v, i, self) => self.indexOf(v) === i);
|
|
116
|
+
uniqueResults.forEach(result => {
|
|
117
|
+
// these names can contain reserved characters for regex
|
|
118
|
+
// for example: http://something/name(something else)
|
|
119
|
+
// TypeScript for es2015 doesn't have a definition for `replaceAll`
|
|
120
|
+
dataString = dataString.replaceAll(result, `${result}_{{solutionItemId}}`);
|
|
121
|
+
});
|
|
122
|
+
}
|
|
123
|
+
return JSON.parse(dataString);
|
|
124
|
+
}
|
|
125
|
+
else {
|
|
126
|
+
return data;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
129
|
//# sourceMappingURL=velocityHelpers.js.map
|
|
@@ -1,115 +1,115 @@
|
|
|
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 { IItemTemplate, IFeatureServiceProperties, UserSession } from "./interfaces";
|
|
17
|
-
/**
|
|
18
|
-
* Converts an workforce item to a template.
|
|
19
|
-
*
|
|
20
|
-
* @param itemTemplate template for the workforce project item
|
|
21
|
-
* @param authentication credentials for any requests
|
|
22
|
-
* @param templateDictionary Hash of key details used for variable replacement
|
|
23
|
-
* @returns templatized itemTemplate
|
|
24
|
-
*/
|
|
25
|
-
export declare function convertWorkforceItemToTemplate(itemTemplate: IItemTemplate, authentication: UserSession, templateDictionary: any): Promise<IItemTemplate>;
|
|
26
|
-
/**
|
|
27
|
-
* Gets the ids of the dependencies of the workforce project.
|
|
28
|
-
*
|
|
29
|
-
* @param data itemTemplate data
|
|
30
|
-
* @param keyProperties workforce project properties that contain references to dependencies
|
|
31
|
-
* @param authentication credentials for any requests
|
|
32
|
-
* @returns List of dependencies ids
|
|
33
|
-
*/
|
|
34
|
-
export declare function extractWorkforceDependencies(data: any, keyProperties: string[], authentication: UserSession): Promise<any>;
|
|
35
|
-
/**
|
|
36
|
-
* Templatizes key item properties.
|
|
37
|
-
*
|
|
38
|
-
* @param data itemTemplate data
|
|
39
|
-
* @param keyProperties workforce project properties that should be templatized
|
|
40
|
-
* @param urlHash a key value pair of url and itemId
|
|
41
|
-
* @param templateDictionary Hash of key details used for variable replacement
|
|
42
|
-
* @returns an updated data object to be stored in the template
|
|
43
|
-
*/
|
|
44
|
-
export declare function templatizeWorkforce(data: any, keyProperties: string[], urlHash: any, templateDictionary: any): any;
|
|
45
|
-
/**
|
|
46
|
-
* Evaluate key properties in the workforce service of additional items that are needed
|
|
47
|
-
*
|
|
48
|
-
* @param itemTemplate template for the workforce project item
|
|
49
|
-
* @param dependencies list of the items dependencies
|
|
50
|
-
* @returns an array of objects with dependency ids
|
|
51
|
-
*/
|
|
52
|
-
export declare function getWorkforceDependencies(itemTemplate: IItemTemplate, dependencies: any[]): any;
|
|
53
|
-
export declare function getWorkforceServiceInfo(properties: IFeatureServiceProperties, url: string, authentication: UserSession): Promise<IFeatureServiceProperties>;
|
|
54
|
-
/**
|
|
55
|
-
* Wrap global id and assignmenttype values in curly braces
|
|
56
|
-
*
|
|
57
|
-
* Added for issue #734
|
|
58
|
-
*
|
|
59
|
-
* This function will update the provided workforceInfos object
|
|
60
|
-
*
|
|
61
|
-
* @param workforceInfos the object that stores the integration and type info with global ids
|
|
62
|
-
* @private
|
|
63
|
-
*/
|
|
64
|
-
export declare function _updateGlobalIdAndAssignmentType(workforceInfos: any): void;
|
|
65
|
-
export declare function _getAssignmentTypeInfos(assignmentTypes: any): any[];
|
|
66
|
-
export declare function _getAssignmentIntegrationInfos(assignmentIntegrations: any, authentication: UserSession): Promise<any>;
|
|
67
|
-
export declare function getUrlDependencies(requests: Array<Promise<any>>, urls: string[]): Promise<any>;
|
|
68
|
-
/**
|
|
69
|
-
* Templatizes values from a urlTemplate
|
|
70
|
-
*
|
|
71
|
-
* @param item the object that may contain a urlTemplate
|
|
72
|
-
* @param urlHash a key value pair of url and itemId
|
|
73
|
-
* @private
|
|
74
|
-
*/
|
|
75
|
-
export declare function _templatizeUrlTemplate(item: any, urlHash: any): void;
|
|
76
|
-
export declare function getLayerId(url: string): any;
|
|
77
|
-
export declare function getReplaceValue(layerId: any, suffix: string): string;
|
|
78
|
-
export declare function postProcessWorkforceTemplates(templates: IItemTemplate[]): IItemTemplate[];
|
|
79
|
-
export declare function _templatizeWorkforceProject(t: IItemTemplate, groupUpdates: any): any;
|
|
80
|
-
export declare function _templatizeWorkforceDispatcherOrWorker(t: IItemTemplate, type: string): IItemTemplate;
|
|
81
|
-
export declare function isWorkforceProject(itemTemplate: IItemTemplate): boolean;
|
|
82
|
-
export declare function getKeyWorkforceProperties(version: number): string[];
|
|
83
|
-
/**
|
|
84
|
-
* Test the provided value for any urls and submit a request to obtain the service item id for the url
|
|
85
|
-
*
|
|
86
|
-
* @param v a string value to test for urls
|
|
87
|
-
* @param authentication credentials for the requests
|
|
88
|
-
* @returns an object with any pending requests and the urls that requests were made to
|
|
89
|
-
*/
|
|
90
|
-
export declare function urlTest(v: any, authentication: UserSession): any;
|
|
91
|
-
export declare function _getURLs(v: string): string[];
|
|
92
|
-
/**
|
|
93
|
-
* Gets the current user and updates the dispatchers service
|
|
94
|
-
*
|
|
95
|
-
* @param newlyCreatedItem Item to be created; n.b.: this item is modified
|
|
96
|
-
* @param destinationAuthentication The session used to create the new item(s)
|
|
97
|
-
* @returns A promise that will resolve with \{ "success" === true || false \}
|
|
98
|
-
*/
|
|
99
|
-
export declare function fineTuneCreatedWorkforceItem(newlyCreatedItem: IItemTemplate, destinationAuthentication: UserSession, url: string, templateDictionary: any): Promise<any>;
|
|
100
|
-
export declare function _getFields(url: string, ids: number[], authentication: UserSession): Promise<any>;
|
|
101
|
-
export declare function _updateUrl(url: string): string;
|
|
102
|
-
export declare function _getAddFeatures(updateInfos: any, fields: any[]): any;
|
|
103
|
-
export declare function _getField(name: string, fields: string[]): string;
|
|
104
|
-
/**
|
|
105
|
-
* Updates the dispatchers service to include the current user as a dispatcher
|
|
106
|
-
*
|
|
107
|
-
* @param dispatchers The dispatchers object from the workforce items data
|
|
108
|
-
* @param name Current users name
|
|
109
|
-
* @param fullName Current users full name
|
|
110
|
-
* @param destinationAuthentication The session used to create the new item(s)
|
|
111
|
-
* @returns A promise that will resolve with true || false
|
|
112
|
-
* @private
|
|
113
|
-
*/
|
|
114
|
-
export declare function _updateDispatchers(url: any, name: string, fullName: string, authentication: UserSession, isPortal: boolean): Promise<boolean>;
|
|
115
|
-
export declare function _applyEdits(url: string, adds: any[], authentication: UserSession, useGlobalIds?: boolean): any;
|
|
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 { IItemTemplate, IFeatureServiceProperties, UserSession } from "./interfaces";
|
|
17
|
+
/**
|
|
18
|
+
* Converts an workforce item to a template.
|
|
19
|
+
*
|
|
20
|
+
* @param itemTemplate template for the workforce project item
|
|
21
|
+
* @param authentication credentials for any requests
|
|
22
|
+
* @param templateDictionary Hash of key details used for variable replacement
|
|
23
|
+
* @returns templatized itemTemplate
|
|
24
|
+
*/
|
|
25
|
+
export declare function convertWorkforceItemToTemplate(itemTemplate: IItemTemplate, authentication: UserSession, templateDictionary: any): Promise<IItemTemplate>;
|
|
26
|
+
/**
|
|
27
|
+
* Gets the ids of the dependencies of the workforce project.
|
|
28
|
+
*
|
|
29
|
+
* @param data itemTemplate data
|
|
30
|
+
* @param keyProperties workforce project properties that contain references to dependencies
|
|
31
|
+
* @param authentication credentials for any requests
|
|
32
|
+
* @returns List of dependencies ids
|
|
33
|
+
*/
|
|
34
|
+
export declare function extractWorkforceDependencies(data: any, keyProperties: string[], authentication: UserSession): Promise<any>;
|
|
35
|
+
/**
|
|
36
|
+
* Templatizes key item properties.
|
|
37
|
+
*
|
|
38
|
+
* @param data itemTemplate data
|
|
39
|
+
* @param keyProperties workforce project properties that should be templatized
|
|
40
|
+
* @param urlHash a key value pair of url and itemId
|
|
41
|
+
* @param templateDictionary Hash of key details used for variable replacement
|
|
42
|
+
* @returns an updated data object to be stored in the template
|
|
43
|
+
*/
|
|
44
|
+
export declare function templatizeWorkforce(data: any, keyProperties: string[], urlHash: any, templateDictionary: any): any;
|
|
45
|
+
/**
|
|
46
|
+
* Evaluate key properties in the workforce service of additional items that are needed
|
|
47
|
+
*
|
|
48
|
+
* @param itemTemplate template for the workforce project item
|
|
49
|
+
* @param dependencies list of the items dependencies
|
|
50
|
+
* @returns an array of objects with dependency ids
|
|
51
|
+
*/
|
|
52
|
+
export declare function getWorkforceDependencies(itemTemplate: IItemTemplate, dependencies: any[]): any;
|
|
53
|
+
export declare function getWorkforceServiceInfo(properties: IFeatureServiceProperties, url: string, authentication: UserSession): Promise<IFeatureServiceProperties>;
|
|
54
|
+
/**
|
|
55
|
+
* Wrap global id and assignmenttype values in curly braces
|
|
56
|
+
*
|
|
57
|
+
* Added for issue #734
|
|
58
|
+
*
|
|
59
|
+
* This function will update the provided workforceInfos object
|
|
60
|
+
*
|
|
61
|
+
* @param workforceInfos the object that stores the integration and type info with global ids
|
|
62
|
+
* @private
|
|
63
|
+
*/
|
|
64
|
+
export declare function _updateGlobalIdAndAssignmentType(workforceInfos: any): void;
|
|
65
|
+
export declare function _getAssignmentTypeInfos(assignmentTypes: any): any[];
|
|
66
|
+
export declare function _getAssignmentIntegrationInfos(assignmentIntegrations: any, authentication: UserSession): Promise<any>;
|
|
67
|
+
export declare function getUrlDependencies(requests: Array<Promise<any>>, urls: string[]): Promise<any>;
|
|
68
|
+
/**
|
|
69
|
+
* Templatizes values from a urlTemplate
|
|
70
|
+
*
|
|
71
|
+
* @param item the object that may contain a urlTemplate
|
|
72
|
+
* @param urlHash a key value pair of url and itemId
|
|
73
|
+
* @private
|
|
74
|
+
*/
|
|
75
|
+
export declare function _templatizeUrlTemplate(item: any, urlHash: any): void;
|
|
76
|
+
export declare function getLayerId(url: string): any;
|
|
77
|
+
export declare function getReplaceValue(layerId: any, suffix: string): string;
|
|
78
|
+
export declare function postProcessWorkforceTemplates(templates: IItemTemplate[]): IItemTemplate[];
|
|
79
|
+
export declare function _templatizeWorkforceProject(t: IItemTemplate, groupUpdates: any): any;
|
|
80
|
+
export declare function _templatizeWorkforceDispatcherOrWorker(t: IItemTemplate, type: string): IItemTemplate;
|
|
81
|
+
export declare function isWorkforceProject(itemTemplate: IItemTemplate): boolean;
|
|
82
|
+
export declare function getKeyWorkforceProperties(version: number): string[];
|
|
83
|
+
/**
|
|
84
|
+
* Test the provided value for any urls and submit a request to obtain the service item id for the url
|
|
85
|
+
*
|
|
86
|
+
* @param v a string value to test for urls
|
|
87
|
+
* @param authentication credentials for the requests
|
|
88
|
+
* @returns an object with any pending requests and the urls that requests were made to
|
|
89
|
+
*/
|
|
90
|
+
export declare function urlTest(v: any, authentication: UserSession): any;
|
|
91
|
+
export declare function _getURLs(v: string): string[];
|
|
92
|
+
/**
|
|
93
|
+
* Gets the current user and updates the dispatchers service
|
|
94
|
+
*
|
|
95
|
+
* @param newlyCreatedItem Item to be created; n.b.: this item is modified
|
|
96
|
+
* @param destinationAuthentication The session used to create the new item(s)
|
|
97
|
+
* @returns A promise that will resolve with \{ "success" === true || false \}
|
|
98
|
+
*/
|
|
99
|
+
export declare function fineTuneCreatedWorkforceItem(newlyCreatedItem: IItemTemplate, destinationAuthentication: UserSession, url: string, templateDictionary: any): Promise<any>;
|
|
100
|
+
export declare function _getFields(url: string, ids: number[], authentication: UserSession): Promise<any>;
|
|
101
|
+
export declare function _updateUrl(url: string): string;
|
|
102
|
+
export declare function _getAddFeatures(updateInfos: any, fields: any[]): any;
|
|
103
|
+
export declare function _getField(name: string, fields: string[]): string;
|
|
104
|
+
/**
|
|
105
|
+
* Updates the dispatchers service to include the current user as a dispatcher
|
|
106
|
+
*
|
|
107
|
+
* @param dispatchers The dispatchers object from the workforce items data
|
|
108
|
+
* @param name Current users name
|
|
109
|
+
* @param fullName Current users full name
|
|
110
|
+
* @param destinationAuthentication The session used to create the new item(s)
|
|
111
|
+
* @returns A promise that will resolve with true || false
|
|
112
|
+
* @private
|
|
113
|
+
*/
|
|
114
|
+
export declare function _updateDispatchers(url: any, name: string, fullName: string, authentication: UserSession, isPortal: boolean): Promise<boolean>;
|
|
115
|
+
export declare function _applyEdits(url: string, adds: any[], authentication: UserSession, useGlobalIds?: boolean): any;
|