@esri/solution-common 6.1.3 → 6.1.4
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/arcgisRestJS.d.ts +63 -0
- package/dist/cjs/arcgisRestJS.js +158 -0
- package/dist/cjs/arcgisRestJS.js.map +1 -0
- package/dist/cjs/completeItem.d.ts +30 -0
- package/dist/cjs/completeItem.js +72 -0
- package/dist/cjs/completeItem.js.map +1 -0
- package/dist/cjs/create-hub-request-options.d.ts +29 -0
- package/dist/cjs/create-hub-request-options.js +64 -0
- package/dist/cjs/create-hub-request-options.js.map +1 -0
- package/dist/cjs/deleteHelpers/deleteEmptyGroups.d.ts +24 -0
- package/dist/cjs/deleteHelpers/deleteEmptyGroups.js +42 -0
- package/dist/cjs/deleteHelpers/deleteEmptyGroups.js.map +1 -0
- package/dist/cjs/deleteHelpers/deleteGroupIfEmpty.d.ts +27 -0
- package/dist/cjs/deleteHelpers/deleteGroupIfEmpty.js +99 -0
- package/dist/cjs/deleteHelpers/deleteGroupIfEmpty.js.map +1 -0
- package/dist/cjs/deleteHelpers/deleteSolutionContents.d.ts +39 -0
- package/dist/cjs/deleteHelpers/deleteSolutionContents.js +127 -0
- package/dist/cjs/deleteHelpers/deleteSolutionContents.js.map +1 -0
- package/dist/cjs/deleteHelpers/deleteSolutionFolder.d.ts +29 -0
- package/dist/cjs/deleteHelpers/deleteSolutionFolder.js +81 -0
- package/dist/cjs/deleteHelpers/deleteSolutionFolder.js.map +1 -0
- package/dist/cjs/deleteHelpers/deleteSolutionItem.d.ts +31 -0
- package/dist/cjs/deleteHelpers/deleteSolutionItem.js +52 -0
- package/dist/cjs/deleteHelpers/deleteSolutionItem.js.map +1 -0
- package/dist/cjs/deleteHelpers/index.d.ts +22 -0
- package/dist/cjs/deleteHelpers/index.js +26 -0
- package/dist/cjs/deleteHelpers/index.js.map +1 -0
- package/dist/cjs/deleteHelpers/reconstructBuildOrderIds.d.ts +27 -0
- package/dist/cjs/deleteHelpers/reconstructBuildOrderIds.js +34 -0
- package/dist/cjs/deleteHelpers/reconstructBuildOrderIds.js.map +1 -0
- package/dist/cjs/deleteHelpers/removeItems.d.ts +35 -0
- package/dist/cjs/deleteHelpers/removeItems.js +116 -0
- package/dist/cjs/deleteHelpers/removeItems.js.map +1 -0
- package/dist/cjs/deleteHelpers/reportProgress.d.ts +27 -0
- package/dist/cjs/deleteHelpers/reportProgress.js +46 -0
- package/dist/cjs/deleteHelpers/reportProgress.js.map +1 -0
- package/dist/cjs/deleteSolution.d.ts +56 -0
- package/dist/cjs/deleteSolution.js +107 -0
- package/dist/cjs/deleteSolution.js.map +1 -0
- package/dist/cjs/dependencies.d.ts +26 -0
- package/dist/cjs/dependencies.js +171 -0
- package/dist/cjs/dependencies.js.map +1 -0
- package/dist/cjs/featureServiceHelpers.d.ts +847 -0
- package/dist/cjs/featureServiceHelpers.js +2553 -0
- package/dist/cjs/featureServiceHelpers.js.map +1 -0
- package/dist/cjs/formHelpers.d.ts +26 -0
- package/dist/cjs/formHelpers.js +40 -0
- package/dist/cjs/formHelpers.js.map +1 -0
- package/dist/cjs/generalHelpers.d.ts +447 -0
- package/dist/cjs/generalHelpers.js +959 -0
- package/dist/cjs/generalHelpers.js.map +1 -0
- package/dist/cjs/get-subscription-info.d.ts +27 -0
- package/dist/cjs/get-subscription-info.js +38 -0
- package/dist/cjs/get-subscription-info.js.map +1 -0
- package/dist/cjs/getDeletableSolutionInfo.d.ts +30 -0
- package/dist/cjs/getDeletableSolutionInfo.js +53 -0
- package/dist/cjs/getDeletableSolutionInfo.js.map +1 -0
- package/dist/cjs/getItemTypeAbbrev.d.ts +19 -0
- package/dist/cjs/getItemTypeAbbrev.js +186 -0
- package/dist/cjs/getItemTypeAbbrev.js.map +1 -0
- package/dist/cjs/getSolutionSummary.d.ts +28 -0
- package/dist/cjs/getSolutionSummary.js +100 -0
- package/dist/cjs/getSolutionSummary.js.map +1 -0
- package/dist/cjs/index.d.ts +49 -0
- package/dist/cjs/index.js +53 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/interfaces.d.ts +1446 -0
- package/dist/cjs/interfaces.js +72 -0
- package/dist/cjs/interfaces.js.map +1 -0
- package/dist/cjs/item-reuse.d.ts +140 -0
- package/dist/cjs/item-reuse.js +176 -0
- package/dist/cjs/item-reuse.js.map +1 -0
- package/dist/cjs/libConnectors.d.ts +73 -0
- package/dist/cjs/libConnectors.js +115 -0
- package/dist/cjs/libConnectors.js.map +1 -0
- package/dist/cjs/migrations/apply-schema.d.ts +24 -0
- package/dist/cjs/migrations/apply-schema.js +36 -0
- package/dist/cjs/migrations/apply-schema.js.map +1 -0
- package/dist/cjs/migrations/is-legacy-solution.d.ts +24 -0
- package/dist/cjs/migrations/is-legacy-solution.js +39 -0
- package/dist/cjs/migrations/is-legacy-solution.js.map +1 -0
- package/dist/cjs/migrations/upgrade-three-dot-one.d.ts +26 -0
- package/dist/cjs/migrations/upgrade-three-dot-one.js +48 -0
- package/dist/cjs/migrations/upgrade-three-dot-one.js.map +1 -0
- package/dist/cjs/migrations/upgrade-three-dot-zero.d.ts +27 -0
- package/dist/cjs/migrations/upgrade-three-dot-zero.js +43 -0
- package/dist/cjs/migrations/upgrade-three-dot-zero.js.map +1 -0
- package/dist/cjs/migrations/upgrade-two-dot-five.d.ts +24 -0
- package/dist/cjs/migrations/upgrade-two-dot-five.js +73 -0
- package/dist/cjs/migrations/upgrade-two-dot-five.js.map +1 -0
- package/dist/cjs/migrations/upgrade-two-dot-four.d.ts +24 -0
- package/dist/cjs/migrations/upgrade-two-dot-four.js +72 -0
- package/dist/cjs/migrations/upgrade-two-dot-four.js.map +1 -0
- package/dist/cjs/migrations/upgrade-two-dot-one.d.ts +7 -0
- package/dist/cjs/migrations/upgrade-two-dot-one.js +39 -0
- package/dist/cjs/migrations/upgrade-two-dot-one.js.map +1 -0
- package/dist/cjs/migrations/upgrade-two-dot-seven.d.ts +23 -0
- package/dist/cjs/migrations/upgrade-two-dot-seven.js +58 -0
- package/dist/cjs/migrations/upgrade-two-dot-seven.js.map +1 -0
- package/dist/cjs/migrations/upgrade-two-dot-six.d.ts +27 -0
- package/dist/cjs/migrations/upgrade-two-dot-six.js +61 -0
- package/dist/cjs/migrations/upgrade-two-dot-six.js.map +1 -0
- package/dist/cjs/migrations/upgrade-two-dot-three.d.ts +23 -0
- package/dist/cjs/migrations/upgrade-two-dot-three.js +55 -0
- package/dist/cjs/migrations/upgrade-two-dot-three.js.map +1 -0
- package/dist/cjs/migrations/upgrade-two-dot-two.d.ts +23 -0
- package/dist/cjs/migrations/upgrade-two-dot-two.js +58 -0
- package/dist/cjs/migrations/upgrade-two-dot-two.js.map +1 -0
- package/dist/cjs/migrations/upgrade-two-dot-zero.d.ts +44 -0
- package/dist/cjs/migrations/upgrade-two-dot-zero.js +95 -0
- package/dist/cjs/migrations/upgrade-two-dot-zero.js.map +1 -0
- package/dist/cjs/migrator.d.ts +25 -0
- package/dist/cjs/migrator.js +75 -0
- package/dist/cjs/migrator.js.map +1 -0
- package/dist/cjs/resourceHelpers.d.ts +192 -0
- package/dist/cjs/resourceHelpers.js +380 -0
- package/dist/cjs/resourceHelpers.js.map +1 -0
- package/dist/cjs/resources/add-resource.d.ts +38 -0
- package/dist/cjs/resources/add-resource.js +84 -0
- package/dist/cjs/resources/add-resource.js.map +1 -0
- package/dist/cjs/resources/addMetadataFromBlob.d.ts +25 -0
- package/dist/cjs/resources/addMetadataFromBlob.js +43 -0
- package/dist/cjs/resources/addMetadataFromBlob.js.map +1 -0
- package/dist/cjs/resources/convert-item-resource-to-storage-resource.d.ts +32 -0
- package/dist/cjs/resources/convert-item-resource-to-storage-resource.js +70 -0
- package/dist/cjs/resources/convert-item-resource-to-storage-resource.js.map +1 -0
- package/dist/cjs/resources/convert-storage-resource-to-item-resource.d.ts +29 -0
- package/dist/cjs/resources/convert-storage-resource-to-item-resource.js +70 -0
- package/dist/cjs/resources/convert-storage-resource-to-item-resource.js.map +1 -0
- package/dist/cjs/resources/copyAssociatedFiles.d.ts +79 -0
- package/dist/cjs/resources/copyAssociatedFiles.js +348 -0
- package/dist/cjs/resources/copyAssociatedFiles.js.map +1 -0
- package/dist/cjs/resources/copyDataIntoItem.d.ts +34 -0
- package/dist/cjs/resources/copyDataIntoItem.js +45 -0
- package/dist/cjs/resources/copyDataIntoItem.js.map +1 -0
- package/dist/cjs/resources/copyMetadataIntoItem.d.ts +27 -0
- package/dist/cjs/resources/copyMetadataIntoItem.js +44 -0
- package/dist/cjs/resources/copyMetadataIntoItem.js.map +1 -0
- package/dist/cjs/resources/copyResourceIntoZip.d.ts +34 -0
- package/dist/cjs/resources/copyResourceIntoZip.js +74 -0
- package/dist/cjs/resources/copyResourceIntoZip.js.map +1 -0
- package/dist/cjs/resources/copyZipIntoItem.d.ts +26 -0
- package/dist/cjs/resources/copyZipIntoItem.js +53 -0
- package/dist/cjs/resources/copyZipIntoItem.js.map +1 -0
- package/dist/cjs/resources/createCopyResults.d.ts +25 -0
- package/dist/cjs/resources/createCopyResults.js +36 -0
- package/dist/cjs/resources/createCopyResults.js.map +1 -0
- package/dist/cjs/resources/get-blob.d.ts +25 -0
- package/dist/cjs/resources/get-blob.js +42 -0
- package/dist/cjs/resources/get-blob.js.map +1 -0
- package/dist/cjs/resources/getItemResourcesFilesFromPaths.d.ts +25 -0
- package/dist/cjs/resources/getItemResourcesFilesFromPaths.js +49 -0
- package/dist/cjs/resources/getItemResourcesFilesFromPaths.js.map +1 -0
- package/dist/cjs/resources/getItemResourcesPaths.d.ts +27 -0
- package/dist/cjs/resources/getItemResourcesPaths.js +80 -0
- package/dist/cjs/resources/getItemResourcesPaths.js.map +1 -0
- package/dist/cjs/resources/index.d.ts +30 -0
- package/dist/cjs/resources/index.js +34 -0
- package/dist/cjs/resources/index.js.map +1 -0
- package/dist/cjs/resources/solution-resource.d.ts +35 -0
- package/dist/cjs/resources/solution-resource.js +31 -0
- package/dist/cjs/resources/solution-resource.js.map +1 -0
- package/dist/cjs/resources/transform-resource-paths-to-solution-resources.d.ts +56 -0
- package/dist/cjs/resources/transform-resource-paths-to-solution-resources.js +140 -0
- package/dist/cjs/resources/transform-resource-paths-to-solution-resources.js.map +1 -0
- package/dist/cjs/resources/update-resource.d.ts +27 -0
- package/dist/cjs/resources/update-resource.js +52 -0
- package/dist/cjs/resources/update-resource.js.map +1 -0
- package/dist/cjs/restHelpers.d.ts +634 -0
- package/dist/cjs/restHelpers.js +2008 -0
- package/dist/cjs/restHelpers.js.map +1 -0
- package/dist/cjs/restHelpersGet.d.ts +303 -0
- package/dist/cjs/restHelpersGet.js +835 -0
- package/dist/cjs/restHelpersGet.js.map +1 -0
- package/dist/cjs/sharing/index.d.ts +16 -0
- package/dist/cjs/sharing/index.js +20 -0
- package/dist/cjs/sharing/index.js.map +1 -0
- package/dist/cjs/sharing/share-item-to-groups.d.ts +26 -0
- package/dist/cjs/sharing/share-item-to-groups.js +44 -0
- package/dist/cjs/sharing/share-item-to-groups.js.map +1 -0
- package/dist/cjs/templatization.d.ts +139 -0
- package/dist/cjs/templatization.js +311 -0
- package/dist/cjs/templatization.js.map +1 -0
- package/dist/cjs/trackingHelpers.d.ts +115 -0
- package/dist/cjs/trackingHelpers.js +212 -0
- package/dist/cjs/trackingHelpers.js.map +1 -0
- package/dist/cjs/velocityHelpers.d.ts +68 -0
- package/dist/cjs/velocityHelpers.js +151 -0
- package/dist/cjs/velocityHelpers.js.map +1 -0
- package/dist/cjs/webtoolHelpers.d.ts +57 -0
- package/dist/cjs/webtoolHelpers.js +102 -0
- package/dist/cjs/webtoolHelpers.js.map +1 -0
- package/dist/cjs/workflowHelpers.d.ts +112 -0
- package/dist/cjs/workflowHelpers.js +284 -0
- package/dist/cjs/workflowHelpers.js.map +1 -0
- package/dist/cjs/workforceHelpers.d.ts +121 -0
- package/dist/cjs/workforceHelpers.js +720 -0
- package/dist/cjs/workforceHelpers.js.map +1 -0
- package/dist/cjs/zip-utils.d.ts +85 -0
- package/dist/cjs/zip-utils.js +154 -0
- package/dist/cjs/zip-utils.js.map +1 -0
- package/dist/esm/arcgisRestJS.d.ts +63 -0
- package/dist/esm/arcgisRestJS.js +110 -0
- package/dist/esm/arcgisRestJS.js.map +1 -0
- package/dist/esm/completeItem.d.ts +30 -0
- package/dist/esm/completeItem.js +67 -0
- package/dist/esm/completeItem.js.map +1 -0
- package/dist/esm/create-hub-request-options.d.ts +29 -0
- package/dist/esm/create-hub-request-options.js +60 -0
- package/dist/esm/create-hub-request-options.js.map +1 -0
- package/dist/esm/deleteHelpers/deleteEmptyGroups.d.ts +24 -0
- package/dist/esm/deleteHelpers/deleteEmptyGroups.js +38 -0
- package/dist/esm/deleteHelpers/deleteEmptyGroups.js.map +1 -0
- package/dist/esm/deleteHelpers/deleteGroupIfEmpty.d.ts +27 -0
- package/dist/esm/deleteHelpers/deleteGroupIfEmpty.js +95 -0
- package/dist/esm/deleteHelpers/deleteGroupIfEmpty.js.map +1 -0
- package/dist/esm/deleteHelpers/deleteSolutionContents.d.ts +39 -0
- package/dist/esm/deleteHelpers/deleteSolutionContents.js +122 -0
- package/dist/esm/deleteHelpers/deleteSolutionContents.js.map +1 -0
- package/dist/esm/deleteHelpers/deleteSolutionFolder.d.ts +29 -0
- package/dist/esm/deleteHelpers/deleteSolutionFolder.js +77 -0
- package/dist/esm/deleteHelpers/deleteSolutionFolder.js.map +1 -0
- package/dist/esm/deleteHelpers/deleteSolutionItem.d.ts +31 -0
- package/dist/esm/deleteHelpers/deleteSolutionItem.js +48 -0
- package/dist/esm/deleteHelpers/deleteSolutionItem.js.map +1 -0
- package/dist/esm/deleteHelpers/index.d.ts +22 -0
- package/dist/esm/deleteHelpers/index.js +23 -0
- package/dist/esm/deleteHelpers/index.js.map +1 -0
- package/dist/esm/deleteHelpers/reconstructBuildOrderIds.d.ts +27 -0
- package/dist/esm/deleteHelpers/reconstructBuildOrderIds.js +29 -0
- package/dist/esm/deleteHelpers/reconstructBuildOrderIds.js.map +1 -0
- package/dist/esm/deleteHelpers/removeItems.d.ts +35 -0
- package/dist/esm/deleteHelpers/removeItems.js +111 -0
- package/dist/esm/deleteHelpers/removeItems.js.map +1 -0
- package/dist/esm/deleteHelpers/reportProgress.d.ts +27 -0
- package/dist/esm/deleteHelpers/reportProgress.js +42 -0
- package/dist/esm/deleteHelpers/reportProgress.js.map +1 -0
- package/dist/esm/deleteSolution.d.ts +56 -0
- package/dist/esm/deleteSolution.js +101 -0
- package/dist/esm/deleteSolution.js.map +1 -0
- package/dist/esm/dependencies.d.ts +26 -0
- package/dist/esm/dependencies.js +167 -0
- package/dist/esm/dependencies.js.map +1 -0
- package/dist/esm/featureServiceHelpers.d.ts +847 -0
- package/dist/esm/featureServiceHelpers.js +2466 -0
- package/dist/esm/featureServiceHelpers.js.map +1 -0
- package/dist/esm/formHelpers.d.ts +26 -0
- package/dist/esm/formHelpers.js +35 -0
- package/dist/esm/formHelpers.js.map +1 -0
- package/dist/esm/generalHelpers.d.ts +447 -0
- package/dist/esm/generalHelpers.js +903 -0
- package/dist/esm/generalHelpers.js.map +1 -0
- package/dist/esm/get-subscription-info.d.ts +27 -0
- package/dist/esm/get-subscription-info.js +34 -0
- package/dist/esm/get-subscription-info.js.map +1 -0
- package/dist/esm/getDeletableSolutionInfo.d.ts +30 -0
- package/dist/esm/getDeletableSolutionInfo.js +48 -0
- package/dist/esm/getDeletableSolutionInfo.js.map +1 -0
- package/dist/esm/getItemTypeAbbrev.d.ts +19 -0
- package/dist/esm/getItemTypeAbbrev.js +182 -0
- package/dist/esm/getItemTypeAbbrev.js.map +1 -0
- package/dist/esm/getSolutionSummary.d.ts +28 -0
- package/dist/esm/getSolutionSummary.js +95 -0
- package/dist/esm/getSolutionSummary.js.map +1 -0
- package/dist/esm/index.d.ts +49 -0
- package/dist/esm/index.js +50 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/interfaces.d.ts +1446 -0
- package/dist/esm/interfaces.js +69 -0
- package/dist/esm/interfaces.js.map +1 -0
- package/dist/esm/item-reuse.d.ts +140 -0
- package/dist/esm/item-reuse.js +167 -0
- package/dist/esm/item-reuse.js.map +1 -0
- package/dist/esm/libConnectors.d.ts +73 -0
- package/dist/esm/libConnectors.js +105 -0
- package/dist/esm/libConnectors.js.map +1 -0
- package/dist/esm/migrations/apply-schema.d.ts +24 -0
- package/dist/esm/migrations/apply-schema.js +32 -0
- package/dist/esm/migrations/apply-schema.js.map +1 -0
- package/dist/esm/migrations/is-legacy-solution.d.ts +24 -0
- package/dist/esm/migrations/is-legacy-solution.js +35 -0
- package/dist/esm/migrations/is-legacy-solution.js.map +1 -0
- package/dist/esm/migrations/upgrade-three-dot-one.d.ts +26 -0
- package/dist/esm/migrations/upgrade-three-dot-one.js +44 -0
- package/dist/esm/migrations/upgrade-three-dot-one.js.map +1 -0
- package/dist/esm/migrations/upgrade-three-dot-zero.d.ts +27 -0
- package/dist/esm/migrations/upgrade-three-dot-zero.js +39 -0
- package/dist/esm/migrations/upgrade-three-dot-zero.js.map +1 -0
- package/dist/esm/migrations/upgrade-two-dot-five.d.ts +24 -0
- package/dist/esm/migrations/upgrade-two-dot-five.js +69 -0
- package/dist/esm/migrations/upgrade-two-dot-five.js.map +1 -0
- package/dist/esm/migrations/upgrade-two-dot-four.d.ts +24 -0
- package/dist/esm/migrations/upgrade-two-dot-four.js +68 -0
- package/dist/esm/migrations/upgrade-two-dot-four.js.map +1 -0
- package/dist/esm/migrations/upgrade-two-dot-one.d.ts +7 -0
- package/dist/esm/migrations/upgrade-two-dot-one.js +35 -0
- package/dist/esm/migrations/upgrade-two-dot-one.js.map +1 -0
- package/dist/esm/migrations/upgrade-two-dot-seven.d.ts +23 -0
- package/dist/esm/migrations/upgrade-two-dot-seven.js +54 -0
- package/dist/esm/migrations/upgrade-two-dot-seven.js.map +1 -0
- package/dist/esm/migrations/upgrade-two-dot-six.d.ts +27 -0
- package/dist/esm/migrations/upgrade-two-dot-six.js +57 -0
- package/dist/esm/migrations/upgrade-two-dot-six.js.map +1 -0
- package/dist/esm/migrations/upgrade-two-dot-three.d.ts +23 -0
- package/dist/esm/migrations/upgrade-two-dot-three.js +51 -0
- package/dist/esm/migrations/upgrade-two-dot-three.js.map +1 -0
- package/dist/esm/migrations/upgrade-two-dot-two.d.ts +23 -0
- package/dist/esm/migrations/upgrade-two-dot-two.js +54 -0
- package/dist/esm/migrations/upgrade-two-dot-two.js.map +1 -0
- package/dist/esm/migrations/upgrade-two-dot-zero.d.ts +44 -0
- package/dist/esm/migrations/upgrade-two-dot-zero.js +88 -0
- package/dist/esm/migrations/upgrade-two-dot-zero.js.map +1 -0
- package/dist/esm/migrator.d.ts +25 -0
- package/dist/esm/migrator.js +71 -0
- package/dist/esm/migrator.js.map +1 -0
- package/dist/esm/resourceHelpers.d.ts +192 -0
- package/dist/esm/resourceHelpers.js +361 -0
- package/dist/esm/resourceHelpers.js.map +1 -0
- package/dist/esm/resources/add-resource.d.ts +38 -0
- package/dist/esm/resources/add-resource.js +79 -0
- package/dist/esm/resources/add-resource.js.map +1 -0
- package/dist/esm/resources/addMetadataFromBlob.d.ts +25 -0
- package/dist/esm/resources/addMetadataFromBlob.js +39 -0
- package/dist/esm/resources/addMetadataFromBlob.js.map +1 -0
- package/dist/esm/resources/convert-item-resource-to-storage-resource.d.ts +32 -0
- package/dist/esm/resources/convert-item-resource-to-storage-resource.js +66 -0
- package/dist/esm/resources/convert-item-resource-to-storage-resource.js.map +1 -0
- package/dist/esm/resources/convert-storage-resource-to-item-resource.d.ts +29 -0
- package/dist/esm/resources/convert-storage-resource-to-item-resource.js +66 -0
- package/dist/esm/resources/convert-storage-resource-to-item-resource.js.map +1 -0
- package/dist/esm/resources/copyAssociatedFiles.d.ts +79 -0
- package/dist/esm/resources/copyAssociatedFiles.js +339 -0
- package/dist/esm/resources/copyAssociatedFiles.js.map +1 -0
- package/dist/esm/resources/copyDataIntoItem.d.ts +34 -0
- package/dist/esm/resources/copyDataIntoItem.js +40 -0
- package/dist/esm/resources/copyDataIntoItem.js.map +1 -0
- package/dist/esm/resources/copyMetadataIntoItem.d.ts +27 -0
- package/dist/esm/resources/copyMetadataIntoItem.js +40 -0
- package/dist/esm/resources/copyMetadataIntoItem.js.map +1 -0
- package/dist/esm/resources/copyResourceIntoZip.d.ts +34 -0
- package/dist/esm/resources/copyResourceIntoZip.js +69 -0
- package/dist/esm/resources/copyResourceIntoZip.js.map +1 -0
- package/dist/esm/resources/copyZipIntoItem.d.ts +26 -0
- package/dist/esm/resources/copyZipIntoItem.js +49 -0
- package/dist/esm/resources/copyZipIntoItem.js.map +1 -0
- package/dist/esm/resources/createCopyResults.d.ts +25 -0
- package/dist/esm/resources/createCopyResults.js +32 -0
- package/dist/esm/resources/createCopyResults.js.map +1 -0
- package/dist/esm/resources/get-blob.d.ts +25 -0
- package/dist/esm/resources/get-blob.js +38 -0
- package/dist/esm/resources/get-blob.js.map +1 -0
- package/dist/esm/resources/getItemResourcesFilesFromPaths.d.ts +25 -0
- package/dist/esm/resources/getItemResourcesFilesFromPaths.js +45 -0
- package/dist/esm/resources/getItemResourcesFilesFromPaths.js.map +1 -0
- package/dist/esm/resources/getItemResourcesPaths.d.ts +27 -0
- package/dist/esm/resources/getItemResourcesPaths.js +76 -0
- package/dist/esm/resources/getItemResourcesPaths.js.map +1 -0
- package/dist/esm/resources/index.d.ts +30 -0
- package/dist/esm/resources/index.js +31 -0
- package/dist/esm/resources/index.js.map +1 -0
- package/dist/esm/resources/solution-resource.d.ts +35 -0
- package/dist/esm/resources/solution-resource.js +28 -0
- package/dist/esm/resources/solution-resource.js.map +1 -0
- package/dist/esm/resources/transform-resource-paths-to-solution-resources.d.ts +56 -0
- package/dist/esm/resources/transform-resource-paths-to-solution-resources.js +132 -0
- package/dist/esm/resources/transform-resource-paths-to-solution-resources.js.map +1 -0
- package/dist/esm/resources/update-resource.d.ts +27 -0
- package/dist/esm/resources/update-resource.js +48 -0
- package/dist/esm/resources/update-resource.js.map +1 -0
- package/dist/esm/restHelpers.d.ts +634 -0
- package/dist/esm/restHelpers.js +1943 -0
- package/dist/esm/restHelpers.js.map +1 -0
- package/dist/esm/restHelpersGet.d.ts +303 -0
- package/dist/esm/restHelpersGet.js +793 -0
- package/dist/esm/restHelpersGet.js.map +1 -0
- package/dist/esm/sharing/index.d.ts +16 -0
- package/dist/esm/sharing/index.js +17 -0
- package/dist/esm/sharing/index.js.map +1 -0
- package/dist/esm/sharing/share-item-to-groups.d.ts +26 -0
- package/dist/esm/sharing/share-item-to-groups.js +40 -0
- package/dist/esm/sharing/share-item-to-groups.js.map +1 -0
- package/dist/esm/templatization.d.ts +139 -0
- package/dist/esm/templatization.js +291 -0
- package/dist/esm/templatization.js.map +1 -0
- package/dist/esm/trackingHelpers.d.ts +115 -0
- package/dist/esm/trackingHelpers.js +200 -0
- package/dist/esm/trackingHelpers.js.map +1 -0
- package/dist/esm/velocityHelpers.d.ts +68 -0
- package/dist/esm/velocityHelpers.js +144 -0
- package/dist/esm/velocityHelpers.js.map +1 -0
- package/dist/esm/webtoolHelpers.d.ts +57 -0
- package/dist/esm/webtoolHelpers.js +95 -0
- package/dist/esm/webtoolHelpers.js.map +1 -0
- package/dist/esm/workflowHelpers.d.ts +112 -0
- package/dist/esm/workflowHelpers.js +270 -0
- package/dist/esm/workflowHelpers.js.map +1 -0
- package/dist/esm/workforceHelpers.d.ts +121 -0
- package/dist/esm/workforceHelpers.js +691 -0
- package/dist/esm/workforceHelpers.js.map +1 -0
- package/dist/esm/zip-utils.d.ts +85 -0
- package/dist/esm/zip-utils.js +142 -0
- package/dist/esm/zip-utils.js.map +1 -0
- package/dist/solution.js_commit.txt +7 -0
- package/package.json +2 -2
|
@@ -0,0 +1,84 @@
|
|
|
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.addTextResource = exports.addBlobResource = void 0;
|
|
19
|
+
const arcgisRestJS_1 = require("../arcgisRestJS");
|
|
20
|
+
/**
|
|
21
|
+
* Adds a blob resource.
|
|
22
|
+
*
|
|
23
|
+
* @param blob Blob containing the resource to add
|
|
24
|
+
* @param itemId Id of the item to add the resource to
|
|
25
|
+
* @param folder A prefix string added to the filename in the storage; use null or undefined for no folder
|
|
26
|
+
* @param filename File name used to rename an existing file resource uploaded.
|
|
27
|
+
* File name must have the file resource extension.
|
|
28
|
+
* @param authentication Credentials for the request
|
|
29
|
+
*/
|
|
30
|
+
function addBlobResource(blob, itemId, folder, filename, authentication) {
|
|
31
|
+
// Check that the filename has an extension because it is required by the addResources call
|
|
32
|
+
if (filename && filename.indexOf(".") < 0) {
|
|
33
|
+
return new Promise((resolve, reject) => {
|
|
34
|
+
reject(new arcgisRestJS_1.ArcGISAuthError("Filename must have an extension indicating its type"));
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
const requestOptions = {
|
|
38
|
+
id: itemId,
|
|
39
|
+
resource: blob,
|
|
40
|
+
name: filename,
|
|
41
|
+
authentication: authentication,
|
|
42
|
+
params: {},
|
|
43
|
+
};
|
|
44
|
+
if (folder) {
|
|
45
|
+
requestOptions.params = {
|
|
46
|
+
resourcesPrefix: folder,
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
return (0, arcgisRestJS_1.addItemResource)(requestOptions);
|
|
50
|
+
}
|
|
51
|
+
exports.addBlobResource = addBlobResource;
|
|
52
|
+
/**
|
|
53
|
+
* Adds a text resource.
|
|
54
|
+
*
|
|
55
|
+
* @param content Text to add as a resource
|
|
56
|
+
* @param itemId Id of the item to add the resource to
|
|
57
|
+
* @param folder A prefix string added to the filename in the storage; use null or undefined for no folder
|
|
58
|
+
* @param filename File name used to rename an existing file resource uploaded, or to be used together with
|
|
59
|
+
* text as file name for it. File name must have the file resource extension.
|
|
60
|
+
* @param authentication Credentials for the request
|
|
61
|
+
*/
|
|
62
|
+
function addTextResource(content, itemId, folder, filename, authentication) {
|
|
63
|
+
// Check that the filename has an extension because it is required by the addResources call
|
|
64
|
+
if (filename && filename.indexOf(".") < 0) {
|
|
65
|
+
return new Promise((resolve, reject) => {
|
|
66
|
+
reject(new arcgisRestJS_1.ArcGISAuthError("Filename must have an extension indicating its type"));
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
const requestOptions = {
|
|
70
|
+
id: itemId,
|
|
71
|
+
content,
|
|
72
|
+
name: filename,
|
|
73
|
+
authentication: authentication,
|
|
74
|
+
params: {},
|
|
75
|
+
};
|
|
76
|
+
if (folder) {
|
|
77
|
+
requestOptions.params = {
|
|
78
|
+
resourcesPrefix: folder,
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
return (0, arcgisRestJS_1.addItemResource)(requestOptions);
|
|
82
|
+
}
|
|
83
|
+
exports.addTextResource = addTextResource;
|
|
84
|
+
//# sourceMappingURL=add-resource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-resource.js","sourceRoot":"","sources":["../../../src/resources/add-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,kDAAsG;AAEtG;;;;;;;;;GASG;AACH,SAAgB,eAAe,CAC7B,IAAS,EACT,MAAc,EACd,MAAc,EACd,QAAgB,EAChB,cAA2B;IAE3B,2FAA2F;IAC3F,IAAI,QAAQ,IAAI,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;QACzC,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACrC,MAAM,CAAC,IAAI,8BAAe,CAAC,qDAAqD,CAAC,CAAC,CAAC;QACrF,CAAC,CAAC,CAAC;KACJ;IAED,MAAM,cAAc,GAAyB;QAC3C,EAAE,EAAE,MAAM;QACV,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE,cAAc;QAC9B,MAAM,EAAE,EAAE;KACX,CAAC;IACF,IAAI,MAAM,EAAE;QACV,cAAc,CAAC,MAAM,GAAG;YACtB,eAAe,EAAE,MAAM;SACxB,CAAC;KACH;IACD,OAAO,IAAA,8BAAe,EAAC,cAAc,CAAC,CAAC;AACzC,CAAC;AA3BD,0CA2BC;AAED;;;;;;;;;GASG;AACH,SAAgB,eAAe,CAC7B,OAAe,EACf,MAAc,EACd,MAAc,EACd,QAAgB,EAChB,cAA2B;IAE3B,2FAA2F;IAC3F,IAAI,QAAQ,IAAI,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;QACzC,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACrC,MAAM,CAAC,IAAI,8BAAe,CAAC,qDAAqD,CAAC,CAAC,CAAC;QACrF,CAAC,CAAC,CAAC;KACJ;IAED,MAAM,cAAc,GAAyB;QAC3C,EAAE,EAAE,MAAM;QACV,OAAO;QACP,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE,cAAc;QAC9B,MAAM,EAAE,EAAE;KACX,CAAC;IACF,IAAI,MAAM,EAAE;QACV,cAAc,CAAC,MAAM,GAAG;YACtB,eAAe,EAAE,MAAM;SACxB,CAAC;KACH;IACD,OAAO,IAAA,8BAAe,EAAC,cAAc,CAAC,CAAC;AACzC,CAAC;AA3BD,0CA2BC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/** @license
|
|
2
|
+
* Copyright 2021 Esri
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { UserSession } from "../arcgisRestJS";
|
|
17
|
+
/**
|
|
18
|
+
* Adds metadata to an AGO item.
|
|
19
|
+
*
|
|
20
|
+
* @param blob Blob containing metadata
|
|
21
|
+
* @param itemId Item to receive metadata
|
|
22
|
+
* @param authentication Credentials for the request
|
|
23
|
+
* @returns Promise resolving to JSON containing success boolean
|
|
24
|
+
*/
|
|
25
|
+
export declare function addMetadataFromBlob(blob: Blob, itemId: string, authentication: UserSession): Promise<any>;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/** @license
|
|
3
|
+
* Copyright 2021 Esri
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.addMetadataFromBlob = void 0;
|
|
19
|
+
const arcgisRestJS_1 = require("../arcgisRestJS");
|
|
20
|
+
// ------------------------------------------------------------------------------------------------------------------ //
|
|
21
|
+
/**
|
|
22
|
+
* Adds metadata to an AGO item.
|
|
23
|
+
*
|
|
24
|
+
* @param blob Blob containing metadata
|
|
25
|
+
* @param itemId Item to receive metadata
|
|
26
|
+
* @param authentication Credentials for the request
|
|
27
|
+
* @returns Promise resolving to JSON containing success boolean
|
|
28
|
+
*/
|
|
29
|
+
function addMetadataFromBlob(blob, itemId, authentication) {
|
|
30
|
+
const updateOptions = {
|
|
31
|
+
item: {
|
|
32
|
+
id: itemId,
|
|
33
|
+
},
|
|
34
|
+
params: {
|
|
35
|
+
// Pass metadata in via params because item property is serialized, which discards a blob
|
|
36
|
+
metadata: blob,
|
|
37
|
+
},
|
|
38
|
+
authentication: authentication,
|
|
39
|
+
};
|
|
40
|
+
return (0, arcgisRestJS_1.restUpdateItem)(updateOptions);
|
|
41
|
+
}
|
|
42
|
+
exports.addMetadataFromBlob = addMetadataFromBlob;
|
|
43
|
+
//# sourceMappingURL=addMetadataFromBlob.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"addMetadataFromBlob.js","sourceRoot":"","sources":["../../../src/resources/addMetadataFromBlob.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,kDAA8D;AAE9D,wHAAwH;AAExH;;;;;;;GAOG;AACH,SAAgB,mBAAmB,CAAC,IAAU,EAAE,MAAc,EAAE,cAA2B;IACzF,MAAM,aAAa,GAAQ;QACzB,IAAI,EAAE;YACJ,EAAE,EAAE,MAAM;SACX;QACD,MAAM,EAAE;YACN,yFAAyF;YACzF,QAAQ,EAAE,IAAI;SACf;QACD,cAAc,EAAE,cAAc;KAC/B,CAAC;IACF,OAAO,IAAA,6BAAc,EAAC,aAAa,CAAC,CAAC;AACvC,CAAC;AAZD,kDAYC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/** @license
|
|
2
|
+
* Copyright 2020 Esri
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SolutionResourceType } from "./solution-resource";
|
|
17
|
+
/**
|
|
18
|
+
* Generates a folder and filename for storing a copy of an item's resource in a storage item.
|
|
19
|
+
*
|
|
20
|
+
* @param prefix Base prefix for resource
|
|
21
|
+
* @param sourceResourceFilename Either filename or folder/filename to resource
|
|
22
|
+
* @param storageVersion Version of the Solution template
|
|
23
|
+
* @param storageFileType Optional argument that when supplied will control the how the prefix is created
|
|
24
|
+
* @returns Folder and filename for storage; folder is the itemID plus ("_" + storageFolder) if storageFolder
|
|
25
|
+
* exists plus ("_" + part of sourceResourceFilename before "/" if that separator exists);
|
|
26
|
+
* file is sourceResourceFilename
|
|
27
|
+
* @see convertStorageResourceToItemResource
|
|
28
|
+
*/
|
|
29
|
+
export declare function convertItemResourceToStorageResource(prefix: string, sourceResourceFilename: string, storageVersion?: number, storageFileType?: SolutionResourceType): {
|
|
30
|
+
folder: string;
|
|
31
|
+
filename: string;
|
|
32
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/** @license
|
|
3
|
+
* Copyright 2020 Esri
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.convertItemResourceToStorageResource = void 0;
|
|
19
|
+
const solution_resource_1 = require("./solution-resource");
|
|
20
|
+
/**
|
|
21
|
+
* Generates a folder and filename for storing a copy of an item's resource in a storage item.
|
|
22
|
+
*
|
|
23
|
+
* @param prefix Base prefix for resource
|
|
24
|
+
* @param sourceResourceFilename Either filename or folder/filename to resource
|
|
25
|
+
* @param storageVersion Version of the Solution template
|
|
26
|
+
* @param storageFileType Optional argument that when supplied will control the how the prefix is created
|
|
27
|
+
* @returns Folder and filename for storage; folder is the itemID plus ("_" + storageFolder) if storageFolder
|
|
28
|
+
* exists plus ("_" + part of sourceResourceFilename before "/" if that separator exists);
|
|
29
|
+
* file is sourceResourceFilename
|
|
30
|
+
* @see convertStorageResourceToItemResource
|
|
31
|
+
*/
|
|
32
|
+
function convertItemResourceToStorageResource(prefix, sourceResourceFilename, storageVersion = 0, storageFileType) {
|
|
33
|
+
/* istanbul ignore else */
|
|
34
|
+
if (storageFileType !== undefined) {
|
|
35
|
+
switch (storageFileType) {
|
|
36
|
+
case solution_resource_1.SolutionResourceType.data:
|
|
37
|
+
prefix = `${prefix}_info_data`;
|
|
38
|
+
break;
|
|
39
|
+
case solution_resource_1.SolutionResourceType.fakezip:
|
|
40
|
+
prefix = `${prefix}_info_dataz`;
|
|
41
|
+
break;
|
|
42
|
+
case solution_resource_1.SolutionResourceType.info:
|
|
43
|
+
prefix = `${prefix}_info`;
|
|
44
|
+
break;
|
|
45
|
+
case solution_resource_1.SolutionResourceType.metadata:
|
|
46
|
+
prefix = `${prefix}_info_metadata`;
|
|
47
|
+
break;
|
|
48
|
+
case solution_resource_1.SolutionResourceType.thumbnail:
|
|
49
|
+
prefix = `${prefix}_info_thumbnail`;
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
let folder = prefix;
|
|
54
|
+
let filename = sourceResourceFilename;
|
|
55
|
+
const iLastSlash = filename.lastIndexOf("/");
|
|
56
|
+
if (iLastSlash >= 0) {
|
|
57
|
+
let subpath = filename.substr(0, iLastSlash);
|
|
58
|
+
if (storageVersion === 0) {
|
|
59
|
+
subpath = subpath.replace("/", "_");
|
|
60
|
+
folder += "_" + subpath;
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
folder += "/" + subpath;
|
|
64
|
+
}
|
|
65
|
+
filename = filename.substr(iLastSlash + 1);
|
|
66
|
+
}
|
|
67
|
+
return { folder, filename };
|
|
68
|
+
}
|
|
69
|
+
exports.convertItemResourceToStorageResource = convertItemResourceToStorageResource;
|
|
70
|
+
//# sourceMappingURL=convert-item-resource-to-storage-resource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"convert-item-resource-to-storage-resource.js","sourceRoot":"","sources":["../../../src/resources/convert-item-resource-to-storage-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,2DAA2D;AAE3D;;;;;;;;;;;GAWG;AACH,SAAgB,oCAAoC,CAClD,MAAc,EACd,sBAA8B,EAC9B,cAAc,GAAG,CAAC,EAClB,eAAsC;IAKtC,0BAA0B;IAC1B,IAAI,eAAe,KAAK,SAAS,EAAE;QACjC,QAAQ,eAAe,EAAE;YACvB,KAAK,wCAAoB,CAAC,IAAI;gBAC5B,MAAM,GAAG,GAAG,MAAM,YAAY,CAAC;gBAC/B,MAAM;YACR,KAAK,wCAAoB,CAAC,OAAO;gBAC/B,MAAM,GAAG,GAAG,MAAM,aAAa,CAAC;gBAChC,MAAM;YACR,KAAK,wCAAoB,CAAC,IAAI;gBAC5B,MAAM,GAAG,GAAG,MAAM,OAAO,CAAC;gBAC1B,MAAM;YACR,KAAK,wCAAoB,CAAC,QAAQ;gBAChC,MAAM,GAAG,GAAG,MAAM,gBAAgB,CAAC;gBACnC,MAAM;YACR,KAAK,wCAAoB,CAAC,SAAS;gBACjC,MAAM,GAAG,GAAG,MAAM,iBAAiB,CAAC;gBACpC,MAAM;SACT;KACF;IAED,IAAI,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,QAAQ,GAAG,sBAAsB,CAAC;IACtC,MAAM,UAAU,GAAG,QAAQ,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;IAC7C,IAAI,UAAU,IAAI,CAAC,EAAE;QACnB,IAAI,OAAO,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC;QAC7C,IAAI,cAAc,KAAK,CAAC,EAAE;YACxB,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;YACpC,MAAM,IAAI,GAAG,GAAG,OAAO,CAAC;SACzB;aAAM;YACL,MAAM,IAAI,GAAG,GAAG,OAAO,CAAC;SACzB;QACD,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAAC,UAAU,GAAG,CAAC,CAAC,CAAC;KAC5C;IAED,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;AAC9B,CAAC;AA7CD,oFA6CC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/** @license
|
|
2
|
+
* Copyright 2020 Esri
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { IDeployFilename } from "../interfaces";
|
|
17
|
+
/**
|
|
18
|
+
* Extracts an item's resource folder and filename from the filename used to store a copy in a storage item.
|
|
19
|
+
*
|
|
20
|
+
* @param storageResourceFilename Filename used to store the resource, metadata, or thumbnail of an item
|
|
21
|
+
* @param storageVersion Version of the Solution template
|
|
22
|
+
* @returns Folder and filename for storing information in an item, as well as the type (resource, metadata,
|
|
23
|
+
* or thumbnail) of the information; the folder property is only meaningful for the resource type
|
|
24
|
+
* @see generateResourceStorageFilename
|
|
25
|
+
* @see generateMetadataStorageFilename
|
|
26
|
+
* @see generateThumbnailStorageFilename
|
|
27
|
+
* @see convertItemResourceToStorageResource
|
|
28
|
+
*/
|
|
29
|
+
export declare function convertStorageResourceToItemResource(storageResourceFilename: string, storageVersion?: number): IDeployFilename;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/** @license
|
|
3
|
+
* Copyright 2020 Esri
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.convertStorageResourceToItemResource = void 0;
|
|
19
|
+
const interfaces_1 = require("../interfaces");
|
|
20
|
+
/**
|
|
21
|
+
* Extracts an item's resource folder and filename from the filename used to store a copy in a storage item.
|
|
22
|
+
*
|
|
23
|
+
* @param storageResourceFilename Filename used to store the resource, metadata, or thumbnail of an item
|
|
24
|
+
* @param storageVersion Version of the Solution template
|
|
25
|
+
* @returns Folder and filename for storing information in an item, as well as the type (resource, metadata,
|
|
26
|
+
* or thumbnail) of the information; the folder property is only meaningful for the resource type
|
|
27
|
+
* @see generateResourceStorageFilename
|
|
28
|
+
* @see generateMetadataStorageFilename
|
|
29
|
+
* @see generateThumbnailStorageFilename
|
|
30
|
+
* @see convertItemResourceToStorageResource
|
|
31
|
+
*/
|
|
32
|
+
function convertStorageResourceToItemResource(storageResourceFilename, storageVersion = 0) {
|
|
33
|
+
const nameParts = storageResourceFilename.split("/");
|
|
34
|
+
let filename = nameParts.pop();
|
|
35
|
+
let folder = "";
|
|
36
|
+
const firstPrefixPart = nameParts.shift(); // undefined if there's no folder
|
|
37
|
+
// Handle special "folders"
|
|
38
|
+
let type = interfaces_1.EFileType.Resource;
|
|
39
|
+
if (firstPrefixPart) {
|
|
40
|
+
if (firstPrefixPart.endsWith("_info_thumbnail")) {
|
|
41
|
+
type = interfaces_1.EFileType.Thumbnail;
|
|
42
|
+
}
|
|
43
|
+
else if (firstPrefixPart.endsWith("_info_metadata")) {
|
|
44
|
+
type = interfaces_1.EFileType.Metadata;
|
|
45
|
+
filename = "metadata.xml";
|
|
46
|
+
}
|
|
47
|
+
else if (firstPrefixPart.endsWith("_info_data")) {
|
|
48
|
+
type = interfaces_1.EFileType.Data;
|
|
49
|
+
}
|
|
50
|
+
else if (firstPrefixPart.endsWith("_info_dataz")) {
|
|
51
|
+
filename = filename.replace(/\.zip$/, "");
|
|
52
|
+
type = interfaces_1.EFileType.Data;
|
|
53
|
+
// Otherwise, strip off item id
|
|
54
|
+
}
|
|
55
|
+
else if (storageVersion < 1) {
|
|
56
|
+
// Version 0
|
|
57
|
+
const folderStart = firstPrefixPart.indexOf("_");
|
|
58
|
+
if (folderStart > 0) {
|
|
59
|
+
folder = firstPrefixPart.substr(folderStart + 1);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
// Version ≥ 1
|
|
64
|
+
folder = nameParts.join("/"); // folder is optional, in which case this will be ""
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
return { type, folder, filename };
|
|
68
|
+
}
|
|
69
|
+
exports.convertStorageResourceToItemResource = convertStorageResourceToItemResource;
|
|
70
|
+
//# sourceMappingURL=convert-storage-resource-to-item-resource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"convert-storage-resource-to-item-resource.js","sourceRoot":"","sources":["../../../src/resources/convert-storage-resource-to-item-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,8CAA2D;AAE3D;;;;;;;;;;;GAWG;AACH,SAAgB,oCAAoC,CAClD,uBAA+B,EAC/B,cAAc,GAAG,CAAC;IAElB,MAAM,SAAS,GAAG,uBAAuB,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IACrD,IAAI,QAAQ,GAAG,SAAS,CAAC,GAAG,EAAE,CAAC;IAC/B,IAAI,MAAM,GAAG,EAAE,CAAC;IAChB,MAAM,eAAe,GAAG,SAAS,CAAC,KAAK,EAAE,CAAC,CAAC,iCAAiC;IAE5E,2BAA2B;IAC3B,IAAI,IAAI,GAAG,sBAAS,CAAC,QAAQ,CAAC;IAC9B,IAAI,eAAe,EAAE;QACnB,IAAI,eAAe,CAAC,QAAQ,CAAC,iBAAiB,CAAC,EAAE;YAC/C,IAAI,GAAG,sBAAS,CAAC,SAAS,CAAC;SAC5B;aAAM,IAAI,eAAe,CAAC,QAAQ,CAAC,gBAAgB,CAAC,EAAE;YACrD,IAAI,GAAG,sBAAS,CAAC,QAAQ,CAAC;YAC1B,QAAQ,GAAG,cAAc,CAAC;SAC3B;aAAM,IAAI,eAAe,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE;YACjD,IAAI,GAAG,sBAAS,CAAC,IAAI,CAAC;SACvB;aAAM,IAAI,eAAe,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE;YAClD,QAAQ,GAAG,QAAQ,CAAC,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;YAC1C,IAAI,GAAG,sBAAS,CAAC,IAAI,CAAC;YAEtB,+BAA+B;SAChC;aAAM,IAAI,cAAc,GAAG,CAAC,EAAE;YAC7B,YAAY;YACZ,MAAM,WAAW,GAAG,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;YACjD,IAAI,WAAW,GAAG,CAAC,EAAE;gBACnB,MAAM,GAAG,eAAe,CAAC,MAAM,CAAC,WAAW,GAAG,CAAC,CAAC,CAAC;aAClD;SACF;aAAM;YACL,cAAc;YACd,MAAM,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,oDAAoD;SACnF;KACF;IAED,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;AACpC,CAAC;AArCD,oFAqCC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
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 sending resources to AGO.
|
|
18
|
+
*/
|
|
19
|
+
import { UserSession } from "../arcgisRestJS";
|
|
20
|
+
import { IAssociatedFileCopyResults, IAssociatedFileInfo, IItemTemplate, ISourceFile, IZipInfo } from "../interfaces";
|
|
21
|
+
/**
|
|
22
|
+
* Copies the files for storing the resources, metadata, and thumbnail of an item or group to a storage item
|
|
23
|
+
* with a specified path by collecting files into zip files.
|
|
24
|
+
*
|
|
25
|
+
* @param files List of item files' URLs and folder/filenames for storing the files
|
|
26
|
+
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
27
|
+
* @param destinationAuthentication Credentials for the request to the storage
|
|
28
|
+
* @param maxFilesPerZip Number of files to include per zip file; AGO limits zips to 50 files
|
|
29
|
+
* @returns A promise which resolves to a list of the result of the copies
|
|
30
|
+
*/
|
|
31
|
+
export declare function copyFilesAsResources(files: ISourceFile[], destinationItemId: string, destinationAuthentication: UserSession, maxFilesPerZip?: number): Promise<IAssociatedFileCopyResults[]>;
|
|
32
|
+
/**
|
|
33
|
+
* Copies the files described by a list of full URLs and storage folder/filename combinations for storing
|
|
34
|
+
* the resources, metadata, and thumbnail of an item or group to a storage item with different
|
|
35
|
+
* handling based on the type of file.
|
|
36
|
+
*
|
|
37
|
+
* @param fileInfos List of item files' URLs and folder/filenames for storing the files
|
|
38
|
+
* @param sourceAuthentication Credentials for the request to the source
|
|
39
|
+
* @param sourceItemId Id of item supplying resource/metadata
|
|
40
|
+
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
41
|
+
* @param destinationAuthentication Credentials for the request to the storage
|
|
42
|
+
* @param template Description of item that will receive files
|
|
43
|
+
* @param templateDictionary Hash of facts: org URL, adlib replacements, deferreds for dependencies
|
|
44
|
+
* @returns A promise which resolves to a list of the result of the copies
|
|
45
|
+
*/
|
|
46
|
+
export declare function copyAssociatedFilesByType(fileInfos: IAssociatedFileInfo[], sourceAuthentication: UserSession, sourceItemId: string, destinationItemId: string, destinationAuthentication: UserSession, template?: any, templateDictionary?: any): Promise<IAssociatedFileCopyResults[]>;
|
|
47
|
+
/**
|
|
48
|
+
* Copies one or more zipfiles to a storage item.
|
|
49
|
+
*
|
|
50
|
+
* @param zipInfos List of zip files containing files to store
|
|
51
|
+
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
52
|
+
* @param destinationAuthentication Credentials for the request to the storage
|
|
53
|
+
* @returns A promise which resolves to a list of the result of the copies
|
|
54
|
+
* @private
|
|
55
|
+
*/
|
|
56
|
+
export declare function _copyAssociatedFileZips(zipInfos: IZipInfo[], destinationItemId: string, destinationAuthentication: UserSession): Promise<IAssociatedFileCopyResults[]>;
|
|
57
|
+
/**
|
|
58
|
+
* Replace templatizations in an item's resources
|
|
59
|
+
*
|
|
60
|
+
* @param sourceAuthentication Credentials for the request to the source
|
|
61
|
+
* @param sourceItemId Id of item supplying resource/metadata
|
|
62
|
+
* @param itemTemplate Item being created
|
|
63
|
+
* @param fileInfos Resources for the item; these resources are modified as needed
|
|
64
|
+
* by removing the templatization: the `url` property is replaced by the `file` property
|
|
65
|
+
* @param destinationAuthentication Credentials for the request to the storage
|
|
66
|
+
* @param templateDictionary Hash of facts: org URL, adlib replacements, deferreds for dependencies
|
|
67
|
+
*
|
|
68
|
+
* @returns A promise that resolves when all de-templatization has completed
|
|
69
|
+
*/
|
|
70
|
+
export declare function _detemplatizeResources(sourceAuthentication: UserSession, sourceItemId: string, itemTemplate: IItemTemplate, fileInfos: IAssociatedFileInfo[], destinationAuthentication: UserSession, templateDictionary?: any): Promise<void[]>;
|
|
71
|
+
/**
|
|
72
|
+
* Copies one or more zipfiles to a storage item in a serial fashion, waiting a bit between sends.
|
|
73
|
+
*
|
|
74
|
+
* @param zipInfos List of zip files containing files to store
|
|
75
|
+
* @param destinationItemId Id of item to receive copy of resource/metadata/thumbnail
|
|
76
|
+
* @param destinationAuthentication Credentials for the request to the storage
|
|
77
|
+
* @returns A promise which resolves to a list of the result of the copies
|
|
78
|
+
*/
|
|
79
|
+
export declare function _sendZipsSeriallyToItem(zipInfos: IZipInfo[], destinationItemId: string, destinationAuthentication: UserSession): Promise<IAssociatedFileCopyResults[]>;
|