@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.
Files changed (404) hide show
  1. package/dist/cjs/arcgisRestJS.d.ts +63 -0
  2. package/dist/cjs/arcgisRestJS.js +158 -0
  3. package/dist/cjs/arcgisRestJS.js.map +1 -0
  4. package/dist/cjs/completeItem.d.ts +30 -0
  5. package/dist/cjs/completeItem.js +72 -0
  6. package/dist/cjs/completeItem.js.map +1 -0
  7. package/dist/cjs/create-hub-request-options.d.ts +29 -0
  8. package/dist/cjs/create-hub-request-options.js +64 -0
  9. package/dist/cjs/create-hub-request-options.js.map +1 -0
  10. package/dist/cjs/deleteHelpers/deleteEmptyGroups.d.ts +24 -0
  11. package/dist/cjs/deleteHelpers/deleteEmptyGroups.js +42 -0
  12. package/dist/cjs/deleteHelpers/deleteEmptyGroups.js.map +1 -0
  13. package/dist/cjs/deleteHelpers/deleteGroupIfEmpty.d.ts +27 -0
  14. package/dist/cjs/deleteHelpers/deleteGroupIfEmpty.js +99 -0
  15. package/dist/cjs/deleteHelpers/deleteGroupIfEmpty.js.map +1 -0
  16. package/dist/cjs/deleteHelpers/deleteSolutionContents.d.ts +39 -0
  17. package/dist/cjs/deleteHelpers/deleteSolutionContents.js +127 -0
  18. package/dist/cjs/deleteHelpers/deleteSolutionContents.js.map +1 -0
  19. package/dist/cjs/deleteHelpers/deleteSolutionFolder.d.ts +29 -0
  20. package/dist/cjs/deleteHelpers/deleteSolutionFolder.js +81 -0
  21. package/dist/cjs/deleteHelpers/deleteSolutionFolder.js.map +1 -0
  22. package/dist/cjs/deleteHelpers/deleteSolutionItem.d.ts +31 -0
  23. package/dist/cjs/deleteHelpers/deleteSolutionItem.js +52 -0
  24. package/dist/cjs/deleteHelpers/deleteSolutionItem.js.map +1 -0
  25. package/dist/cjs/deleteHelpers/index.d.ts +22 -0
  26. package/dist/cjs/deleteHelpers/index.js +26 -0
  27. package/dist/cjs/deleteHelpers/index.js.map +1 -0
  28. package/dist/cjs/deleteHelpers/reconstructBuildOrderIds.d.ts +27 -0
  29. package/dist/cjs/deleteHelpers/reconstructBuildOrderIds.js +34 -0
  30. package/dist/cjs/deleteHelpers/reconstructBuildOrderIds.js.map +1 -0
  31. package/dist/cjs/deleteHelpers/removeItems.d.ts +35 -0
  32. package/dist/cjs/deleteHelpers/removeItems.js +116 -0
  33. package/dist/cjs/deleteHelpers/removeItems.js.map +1 -0
  34. package/dist/cjs/deleteHelpers/reportProgress.d.ts +27 -0
  35. package/dist/cjs/deleteHelpers/reportProgress.js +46 -0
  36. package/dist/cjs/deleteHelpers/reportProgress.js.map +1 -0
  37. package/dist/cjs/deleteSolution.d.ts +56 -0
  38. package/dist/cjs/deleteSolution.js +107 -0
  39. package/dist/cjs/deleteSolution.js.map +1 -0
  40. package/dist/cjs/dependencies.d.ts +26 -0
  41. package/dist/cjs/dependencies.js +171 -0
  42. package/dist/cjs/dependencies.js.map +1 -0
  43. package/dist/cjs/featureServiceHelpers.d.ts +847 -0
  44. package/dist/cjs/featureServiceHelpers.js +2553 -0
  45. package/dist/cjs/featureServiceHelpers.js.map +1 -0
  46. package/dist/cjs/formHelpers.d.ts +26 -0
  47. package/dist/cjs/formHelpers.js +40 -0
  48. package/dist/cjs/formHelpers.js.map +1 -0
  49. package/dist/cjs/generalHelpers.d.ts +447 -0
  50. package/dist/cjs/generalHelpers.js +959 -0
  51. package/dist/cjs/generalHelpers.js.map +1 -0
  52. package/dist/cjs/get-subscription-info.d.ts +27 -0
  53. package/dist/cjs/get-subscription-info.js +38 -0
  54. package/dist/cjs/get-subscription-info.js.map +1 -0
  55. package/dist/cjs/getDeletableSolutionInfo.d.ts +30 -0
  56. package/dist/cjs/getDeletableSolutionInfo.js +53 -0
  57. package/dist/cjs/getDeletableSolutionInfo.js.map +1 -0
  58. package/dist/cjs/getItemTypeAbbrev.d.ts +19 -0
  59. package/dist/cjs/getItemTypeAbbrev.js +186 -0
  60. package/dist/cjs/getItemTypeAbbrev.js.map +1 -0
  61. package/dist/cjs/getSolutionSummary.d.ts +28 -0
  62. package/dist/cjs/getSolutionSummary.js +100 -0
  63. package/dist/cjs/getSolutionSummary.js.map +1 -0
  64. package/dist/cjs/index.d.ts +49 -0
  65. package/dist/cjs/index.js +53 -0
  66. package/dist/cjs/index.js.map +1 -0
  67. package/dist/cjs/interfaces.d.ts +1446 -0
  68. package/dist/cjs/interfaces.js +72 -0
  69. package/dist/cjs/interfaces.js.map +1 -0
  70. package/dist/cjs/item-reuse.d.ts +140 -0
  71. package/dist/cjs/item-reuse.js +176 -0
  72. package/dist/cjs/item-reuse.js.map +1 -0
  73. package/dist/cjs/libConnectors.d.ts +73 -0
  74. package/dist/cjs/libConnectors.js +115 -0
  75. package/dist/cjs/libConnectors.js.map +1 -0
  76. package/dist/cjs/migrations/apply-schema.d.ts +24 -0
  77. package/dist/cjs/migrations/apply-schema.js +36 -0
  78. package/dist/cjs/migrations/apply-schema.js.map +1 -0
  79. package/dist/cjs/migrations/is-legacy-solution.d.ts +24 -0
  80. package/dist/cjs/migrations/is-legacy-solution.js +39 -0
  81. package/dist/cjs/migrations/is-legacy-solution.js.map +1 -0
  82. package/dist/cjs/migrations/upgrade-three-dot-one.d.ts +26 -0
  83. package/dist/cjs/migrations/upgrade-three-dot-one.js +48 -0
  84. package/dist/cjs/migrations/upgrade-three-dot-one.js.map +1 -0
  85. package/dist/cjs/migrations/upgrade-three-dot-zero.d.ts +27 -0
  86. package/dist/cjs/migrations/upgrade-three-dot-zero.js +43 -0
  87. package/dist/cjs/migrations/upgrade-three-dot-zero.js.map +1 -0
  88. package/dist/cjs/migrations/upgrade-two-dot-five.d.ts +24 -0
  89. package/dist/cjs/migrations/upgrade-two-dot-five.js +73 -0
  90. package/dist/cjs/migrations/upgrade-two-dot-five.js.map +1 -0
  91. package/dist/cjs/migrations/upgrade-two-dot-four.d.ts +24 -0
  92. package/dist/cjs/migrations/upgrade-two-dot-four.js +72 -0
  93. package/dist/cjs/migrations/upgrade-two-dot-four.js.map +1 -0
  94. package/dist/cjs/migrations/upgrade-two-dot-one.d.ts +7 -0
  95. package/dist/cjs/migrations/upgrade-two-dot-one.js +39 -0
  96. package/dist/cjs/migrations/upgrade-two-dot-one.js.map +1 -0
  97. package/dist/cjs/migrations/upgrade-two-dot-seven.d.ts +23 -0
  98. package/dist/cjs/migrations/upgrade-two-dot-seven.js +58 -0
  99. package/dist/cjs/migrations/upgrade-two-dot-seven.js.map +1 -0
  100. package/dist/cjs/migrations/upgrade-two-dot-six.d.ts +27 -0
  101. package/dist/cjs/migrations/upgrade-two-dot-six.js +61 -0
  102. package/dist/cjs/migrations/upgrade-two-dot-six.js.map +1 -0
  103. package/dist/cjs/migrations/upgrade-two-dot-three.d.ts +23 -0
  104. package/dist/cjs/migrations/upgrade-two-dot-three.js +55 -0
  105. package/dist/cjs/migrations/upgrade-two-dot-three.js.map +1 -0
  106. package/dist/cjs/migrations/upgrade-two-dot-two.d.ts +23 -0
  107. package/dist/cjs/migrations/upgrade-two-dot-two.js +58 -0
  108. package/dist/cjs/migrations/upgrade-two-dot-two.js.map +1 -0
  109. package/dist/cjs/migrations/upgrade-two-dot-zero.d.ts +44 -0
  110. package/dist/cjs/migrations/upgrade-two-dot-zero.js +95 -0
  111. package/dist/cjs/migrations/upgrade-two-dot-zero.js.map +1 -0
  112. package/dist/cjs/migrator.d.ts +25 -0
  113. package/dist/cjs/migrator.js +75 -0
  114. package/dist/cjs/migrator.js.map +1 -0
  115. package/dist/cjs/resourceHelpers.d.ts +192 -0
  116. package/dist/cjs/resourceHelpers.js +380 -0
  117. package/dist/cjs/resourceHelpers.js.map +1 -0
  118. package/dist/cjs/resources/add-resource.d.ts +38 -0
  119. package/dist/cjs/resources/add-resource.js +84 -0
  120. package/dist/cjs/resources/add-resource.js.map +1 -0
  121. package/dist/cjs/resources/addMetadataFromBlob.d.ts +25 -0
  122. package/dist/cjs/resources/addMetadataFromBlob.js +43 -0
  123. package/dist/cjs/resources/addMetadataFromBlob.js.map +1 -0
  124. package/dist/cjs/resources/convert-item-resource-to-storage-resource.d.ts +32 -0
  125. package/dist/cjs/resources/convert-item-resource-to-storage-resource.js +70 -0
  126. package/dist/cjs/resources/convert-item-resource-to-storage-resource.js.map +1 -0
  127. package/dist/cjs/resources/convert-storage-resource-to-item-resource.d.ts +29 -0
  128. package/dist/cjs/resources/convert-storage-resource-to-item-resource.js +70 -0
  129. package/dist/cjs/resources/convert-storage-resource-to-item-resource.js.map +1 -0
  130. package/dist/cjs/resources/copyAssociatedFiles.d.ts +79 -0
  131. package/dist/cjs/resources/copyAssociatedFiles.js +348 -0
  132. package/dist/cjs/resources/copyAssociatedFiles.js.map +1 -0
  133. package/dist/cjs/resources/copyDataIntoItem.d.ts +34 -0
  134. package/dist/cjs/resources/copyDataIntoItem.js +45 -0
  135. package/dist/cjs/resources/copyDataIntoItem.js.map +1 -0
  136. package/dist/cjs/resources/copyMetadataIntoItem.d.ts +27 -0
  137. package/dist/cjs/resources/copyMetadataIntoItem.js +44 -0
  138. package/dist/cjs/resources/copyMetadataIntoItem.js.map +1 -0
  139. package/dist/cjs/resources/copyResourceIntoZip.d.ts +34 -0
  140. package/dist/cjs/resources/copyResourceIntoZip.js +74 -0
  141. package/dist/cjs/resources/copyResourceIntoZip.js.map +1 -0
  142. package/dist/cjs/resources/copyZipIntoItem.d.ts +26 -0
  143. package/dist/cjs/resources/copyZipIntoItem.js +53 -0
  144. package/dist/cjs/resources/copyZipIntoItem.js.map +1 -0
  145. package/dist/cjs/resources/createCopyResults.d.ts +25 -0
  146. package/dist/cjs/resources/createCopyResults.js +36 -0
  147. package/dist/cjs/resources/createCopyResults.js.map +1 -0
  148. package/dist/cjs/resources/get-blob.d.ts +25 -0
  149. package/dist/cjs/resources/get-blob.js +42 -0
  150. package/dist/cjs/resources/get-blob.js.map +1 -0
  151. package/dist/cjs/resources/getItemResourcesFilesFromPaths.d.ts +25 -0
  152. package/dist/cjs/resources/getItemResourcesFilesFromPaths.js +49 -0
  153. package/dist/cjs/resources/getItemResourcesFilesFromPaths.js.map +1 -0
  154. package/dist/cjs/resources/getItemResourcesPaths.d.ts +27 -0
  155. package/dist/cjs/resources/getItemResourcesPaths.js +80 -0
  156. package/dist/cjs/resources/getItemResourcesPaths.js.map +1 -0
  157. package/dist/cjs/resources/index.d.ts +30 -0
  158. package/dist/cjs/resources/index.js +34 -0
  159. package/dist/cjs/resources/index.js.map +1 -0
  160. package/dist/cjs/resources/solution-resource.d.ts +35 -0
  161. package/dist/cjs/resources/solution-resource.js +31 -0
  162. package/dist/cjs/resources/solution-resource.js.map +1 -0
  163. package/dist/cjs/resources/transform-resource-paths-to-solution-resources.d.ts +56 -0
  164. package/dist/cjs/resources/transform-resource-paths-to-solution-resources.js +140 -0
  165. package/dist/cjs/resources/transform-resource-paths-to-solution-resources.js.map +1 -0
  166. package/dist/cjs/resources/update-resource.d.ts +27 -0
  167. package/dist/cjs/resources/update-resource.js +52 -0
  168. package/dist/cjs/resources/update-resource.js.map +1 -0
  169. package/dist/cjs/restHelpers.d.ts +634 -0
  170. package/dist/cjs/restHelpers.js +2008 -0
  171. package/dist/cjs/restHelpers.js.map +1 -0
  172. package/dist/cjs/restHelpersGet.d.ts +303 -0
  173. package/dist/cjs/restHelpersGet.js +835 -0
  174. package/dist/cjs/restHelpersGet.js.map +1 -0
  175. package/dist/cjs/sharing/index.d.ts +16 -0
  176. package/dist/cjs/sharing/index.js +20 -0
  177. package/dist/cjs/sharing/index.js.map +1 -0
  178. package/dist/cjs/sharing/share-item-to-groups.d.ts +26 -0
  179. package/dist/cjs/sharing/share-item-to-groups.js +44 -0
  180. package/dist/cjs/sharing/share-item-to-groups.js.map +1 -0
  181. package/dist/cjs/templatization.d.ts +139 -0
  182. package/dist/cjs/templatization.js +311 -0
  183. package/dist/cjs/templatization.js.map +1 -0
  184. package/dist/cjs/trackingHelpers.d.ts +115 -0
  185. package/dist/cjs/trackingHelpers.js +212 -0
  186. package/dist/cjs/trackingHelpers.js.map +1 -0
  187. package/dist/cjs/velocityHelpers.d.ts +68 -0
  188. package/dist/cjs/velocityHelpers.js +151 -0
  189. package/dist/cjs/velocityHelpers.js.map +1 -0
  190. package/dist/cjs/webtoolHelpers.d.ts +57 -0
  191. package/dist/cjs/webtoolHelpers.js +102 -0
  192. package/dist/cjs/webtoolHelpers.js.map +1 -0
  193. package/dist/cjs/workflowHelpers.d.ts +112 -0
  194. package/dist/cjs/workflowHelpers.js +284 -0
  195. package/dist/cjs/workflowHelpers.js.map +1 -0
  196. package/dist/cjs/workforceHelpers.d.ts +121 -0
  197. package/dist/cjs/workforceHelpers.js +720 -0
  198. package/dist/cjs/workforceHelpers.js.map +1 -0
  199. package/dist/cjs/zip-utils.d.ts +85 -0
  200. package/dist/cjs/zip-utils.js +154 -0
  201. package/dist/cjs/zip-utils.js.map +1 -0
  202. package/dist/esm/arcgisRestJS.d.ts +63 -0
  203. package/dist/esm/arcgisRestJS.js +110 -0
  204. package/dist/esm/arcgisRestJS.js.map +1 -0
  205. package/dist/esm/completeItem.d.ts +30 -0
  206. package/dist/esm/completeItem.js +67 -0
  207. package/dist/esm/completeItem.js.map +1 -0
  208. package/dist/esm/create-hub-request-options.d.ts +29 -0
  209. package/dist/esm/create-hub-request-options.js +60 -0
  210. package/dist/esm/create-hub-request-options.js.map +1 -0
  211. package/dist/esm/deleteHelpers/deleteEmptyGroups.d.ts +24 -0
  212. package/dist/esm/deleteHelpers/deleteEmptyGroups.js +38 -0
  213. package/dist/esm/deleteHelpers/deleteEmptyGroups.js.map +1 -0
  214. package/dist/esm/deleteHelpers/deleteGroupIfEmpty.d.ts +27 -0
  215. package/dist/esm/deleteHelpers/deleteGroupIfEmpty.js +95 -0
  216. package/dist/esm/deleteHelpers/deleteGroupIfEmpty.js.map +1 -0
  217. package/dist/esm/deleteHelpers/deleteSolutionContents.d.ts +39 -0
  218. package/dist/esm/deleteHelpers/deleteSolutionContents.js +122 -0
  219. package/dist/esm/deleteHelpers/deleteSolutionContents.js.map +1 -0
  220. package/dist/esm/deleteHelpers/deleteSolutionFolder.d.ts +29 -0
  221. package/dist/esm/deleteHelpers/deleteSolutionFolder.js +77 -0
  222. package/dist/esm/deleteHelpers/deleteSolutionFolder.js.map +1 -0
  223. package/dist/esm/deleteHelpers/deleteSolutionItem.d.ts +31 -0
  224. package/dist/esm/deleteHelpers/deleteSolutionItem.js +48 -0
  225. package/dist/esm/deleteHelpers/deleteSolutionItem.js.map +1 -0
  226. package/dist/esm/deleteHelpers/index.d.ts +22 -0
  227. package/dist/esm/deleteHelpers/index.js +23 -0
  228. package/dist/esm/deleteHelpers/index.js.map +1 -0
  229. package/dist/esm/deleteHelpers/reconstructBuildOrderIds.d.ts +27 -0
  230. package/dist/esm/deleteHelpers/reconstructBuildOrderIds.js +29 -0
  231. package/dist/esm/deleteHelpers/reconstructBuildOrderIds.js.map +1 -0
  232. package/dist/esm/deleteHelpers/removeItems.d.ts +35 -0
  233. package/dist/esm/deleteHelpers/removeItems.js +111 -0
  234. package/dist/esm/deleteHelpers/removeItems.js.map +1 -0
  235. package/dist/esm/deleteHelpers/reportProgress.d.ts +27 -0
  236. package/dist/esm/deleteHelpers/reportProgress.js +42 -0
  237. package/dist/esm/deleteHelpers/reportProgress.js.map +1 -0
  238. package/dist/esm/deleteSolution.d.ts +56 -0
  239. package/dist/esm/deleteSolution.js +101 -0
  240. package/dist/esm/deleteSolution.js.map +1 -0
  241. package/dist/esm/dependencies.d.ts +26 -0
  242. package/dist/esm/dependencies.js +167 -0
  243. package/dist/esm/dependencies.js.map +1 -0
  244. package/dist/esm/featureServiceHelpers.d.ts +847 -0
  245. package/dist/esm/featureServiceHelpers.js +2466 -0
  246. package/dist/esm/featureServiceHelpers.js.map +1 -0
  247. package/dist/esm/formHelpers.d.ts +26 -0
  248. package/dist/esm/formHelpers.js +35 -0
  249. package/dist/esm/formHelpers.js.map +1 -0
  250. package/dist/esm/generalHelpers.d.ts +447 -0
  251. package/dist/esm/generalHelpers.js +903 -0
  252. package/dist/esm/generalHelpers.js.map +1 -0
  253. package/dist/esm/get-subscription-info.d.ts +27 -0
  254. package/dist/esm/get-subscription-info.js +34 -0
  255. package/dist/esm/get-subscription-info.js.map +1 -0
  256. package/dist/esm/getDeletableSolutionInfo.d.ts +30 -0
  257. package/dist/esm/getDeletableSolutionInfo.js +48 -0
  258. package/dist/esm/getDeletableSolutionInfo.js.map +1 -0
  259. package/dist/esm/getItemTypeAbbrev.d.ts +19 -0
  260. package/dist/esm/getItemTypeAbbrev.js +182 -0
  261. package/dist/esm/getItemTypeAbbrev.js.map +1 -0
  262. package/dist/esm/getSolutionSummary.d.ts +28 -0
  263. package/dist/esm/getSolutionSummary.js +95 -0
  264. package/dist/esm/getSolutionSummary.js.map +1 -0
  265. package/dist/esm/index.d.ts +49 -0
  266. package/dist/esm/index.js +50 -0
  267. package/dist/esm/index.js.map +1 -0
  268. package/dist/esm/interfaces.d.ts +1446 -0
  269. package/dist/esm/interfaces.js +69 -0
  270. package/dist/esm/interfaces.js.map +1 -0
  271. package/dist/esm/item-reuse.d.ts +140 -0
  272. package/dist/esm/item-reuse.js +167 -0
  273. package/dist/esm/item-reuse.js.map +1 -0
  274. package/dist/esm/libConnectors.d.ts +73 -0
  275. package/dist/esm/libConnectors.js +105 -0
  276. package/dist/esm/libConnectors.js.map +1 -0
  277. package/dist/esm/migrations/apply-schema.d.ts +24 -0
  278. package/dist/esm/migrations/apply-schema.js +32 -0
  279. package/dist/esm/migrations/apply-schema.js.map +1 -0
  280. package/dist/esm/migrations/is-legacy-solution.d.ts +24 -0
  281. package/dist/esm/migrations/is-legacy-solution.js +35 -0
  282. package/dist/esm/migrations/is-legacy-solution.js.map +1 -0
  283. package/dist/esm/migrations/upgrade-three-dot-one.d.ts +26 -0
  284. package/dist/esm/migrations/upgrade-three-dot-one.js +44 -0
  285. package/dist/esm/migrations/upgrade-three-dot-one.js.map +1 -0
  286. package/dist/esm/migrations/upgrade-three-dot-zero.d.ts +27 -0
  287. package/dist/esm/migrations/upgrade-three-dot-zero.js +39 -0
  288. package/dist/esm/migrations/upgrade-three-dot-zero.js.map +1 -0
  289. package/dist/esm/migrations/upgrade-two-dot-five.d.ts +24 -0
  290. package/dist/esm/migrations/upgrade-two-dot-five.js +69 -0
  291. package/dist/esm/migrations/upgrade-two-dot-five.js.map +1 -0
  292. package/dist/esm/migrations/upgrade-two-dot-four.d.ts +24 -0
  293. package/dist/esm/migrations/upgrade-two-dot-four.js +68 -0
  294. package/dist/esm/migrations/upgrade-two-dot-four.js.map +1 -0
  295. package/dist/esm/migrations/upgrade-two-dot-one.d.ts +7 -0
  296. package/dist/esm/migrations/upgrade-two-dot-one.js +35 -0
  297. package/dist/esm/migrations/upgrade-two-dot-one.js.map +1 -0
  298. package/dist/esm/migrations/upgrade-two-dot-seven.d.ts +23 -0
  299. package/dist/esm/migrations/upgrade-two-dot-seven.js +54 -0
  300. package/dist/esm/migrations/upgrade-two-dot-seven.js.map +1 -0
  301. package/dist/esm/migrations/upgrade-two-dot-six.d.ts +27 -0
  302. package/dist/esm/migrations/upgrade-two-dot-six.js +57 -0
  303. package/dist/esm/migrations/upgrade-two-dot-six.js.map +1 -0
  304. package/dist/esm/migrations/upgrade-two-dot-three.d.ts +23 -0
  305. package/dist/esm/migrations/upgrade-two-dot-three.js +51 -0
  306. package/dist/esm/migrations/upgrade-two-dot-three.js.map +1 -0
  307. package/dist/esm/migrations/upgrade-two-dot-two.d.ts +23 -0
  308. package/dist/esm/migrations/upgrade-two-dot-two.js +54 -0
  309. package/dist/esm/migrations/upgrade-two-dot-two.js.map +1 -0
  310. package/dist/esm/migrations/upgrade-two-dot-zero.d.ts +44 -0
  311. package/dist/esm/migrations/upgrade-two-dot-zero.js +88 -0
  312. package/dist/esm/migrations/upgrade-two-dot-zero.js.map +1 -0
  313. package/dist/esm/migrator.d.ts +25 -0
  314. package/dist/esm/migrator.js +71 -0
  315. package/dist/esm/migrator.js.map +1 -0
  316. package/dist/esm/resourceHelpers.d.ts +192 -0
  317. package/dist/esm/resourceHelpers.js +361 -0
  318. package/dist/esm/resourceHelpers.js.map +1 -0
  319. package/dist/esm/resources/add-resource.d.ts +38 -0
  320. package/dist/esm/resources/add-resource.js +79 -0
  321. package/dist/esm/resources/add-resource.js.map +1 -0
  322. package/dist/esm/resources/addMetadataFromBlob.d.ts +25 -0
  323. package/dist/esm/resources/addMetadataFromBlob.js +39 -0
  324. package/dist/esm/resources/addMetadataFromBlob.js.map +1 -0
  325. package/dist/esm/resources/convert-item-resource-to-storage-resource.d.ts +32 -0
  326. package/dist/esm/resources/convert-item-resource-to-storage-resource.js +66 -0
  327. package/dist/esm/resources/convert-item-resource-to-storage-resource.js.map +1 -0
  328. package/dist/esm/resources/convert-storage-resource-to-item-resource.d.ts +29 -0
  329. package/dist/esm/resources/convert-storage-resource-to-item-resource.js +66 -0
  330. package/dist/esm/resources/convert-storage-resource-to-item-resource.js.map +1 -0
  331. package/dist/esm/resources/copyAssociatedFiles.d.ts +79 -0
  332. package/dist/esm/resources/copyAssociatedFiles.js +339 -0
  333. package/dist/esm/resources/copyAssociatedFiles.js.map +1 -0
  334. package/dist/esm/resources/copyDataIntoItem.d.ts +34 -0
  335. package/dist/esm/resources/copyDataIntoItem.js +40 -0
  336. package/dist/esm/resources/copyDataIntoItem.js.map +1 -0
  337. package/dist/esm/resources/copyMetadataIntoItem.d.ts +27 -0
  338. package/dist/esm/resources/copyMetadataIntoItem.js +40 -0
  339. package/dist/esm/resources/copyMetadataIntoItem.js.map +1 -0
  340. package/dist/esm/resources/copyResourceIntoZip.d.ts +34 -0
  341. package/dist/esm/resources/copyResourceIntoZip.js +69 -0
  342. package/dist/esm/resources/copyResourceIntoZip.js.map +1 -0
  343. package/dist/esm/resources/copyZipIntoItem.d.ts +26 -0
  344. package/dist/esm/resources/copyZipIntoItem.js +49 -0
  345. package/dist/esm/resources/copyZipIntoItem.js.map +1 -0
  346. package/dist/esm/resources/createCopyResults.d.ts +25 -0
  347. package/dist/esm/resources/createCopyResults.js +32 -0
  348. package/dist/esm/resources/createCopyResults.js.map +1 -0
  349. package/dist/esm/resources/get-blob.d.ts +25 -0
  350. package/dist/esm/resources/get-blob.js +38 -0
  351. package/dist/esm/resources/get-blob.js.map +1 -0
  352. package/dist/esm/resources/getItemResourcesFilesFromPaths.d.ts +25 -0
  353. package/dist/esm/resources/getItemResourcesFilesFromPaths.js +45 -0
  354. package/dist/esm/resources/getItemResourcesFilesFromPaths.js.map +1 -0
  355. package/dist/esm/resources/getItemResourcesPaths.d.ts +27 -0
  356. package/dist/esm/resources/getItemResourcesPaths.js +76 -0
  357. package/dist/esm/resources/getItemResourcesPaths.js.map +1 -0
  358. package/dist/esm/resources/index.d.ts +30 -0
  359. package/dist/esm/resources/index.js +31 -0
  360. package/dist/esm/resources/index.js.map +1 -0
  361. package/dist/esm/resources/solution-resource.d.ts +35 -0
  362. package/dist/esm/resources/solution-resource.js +28 -0
  363. package/dist/esm/resources/solution-resource.js.map +1 -0
  364. package/dist/esm/resources/transform-resource-paths-to-solution-resources.d.ts +56 -0
  365. package/dist/esm/resources/transform-resource-paths-to-solution-resources.js +132 -0
  366. package/dist/esm/resources/transform-resource-paths-to-solution-resources.js.map +1 -0
  367. package/dist/esm/resources/update-resource.d.ts +27 -0
  368. package/dist/esm/resources/update-resource.js +48 -0
  369. package/dist/esm/resources/update-resource.js.map +1 -0
  370. package/dist/esm/restHelpers.d.ts +634 -0
  371. package/dist/esm/restHelpers.js +1943 -0
  372. package/dist/esm/restHelpers.js.map +1 -0
  373. package/dist/esm/restHelpersGet.d.ts +303 -0
  374. package/dist/esm/restHelpersGet.js +793 -0
  375. package/dist/esm/restHelpersGet.js.map +1 -0
  376. package/dist/esm/sharing/index.d.ts +16 -0
  377. package/dist/esm/sharing/index.js +17 -0
  378. package/dist/esm/sharing/index.js.map +1 -0
  379. package/dist/esm/sharing/share-item-to-groups.d.ts +26 -0
  380. package/dist/esm/sharing/share-item-to-groups.js +40 -0
  381. package/dist/esm/sharing/share-item-to-groups.js.map +1 -0
  382. package/dist/esm/templatization.d.ts +139 -0
  383. package/dist/esm/templatization.js +291 -0
  384. package/dist/esm/templatization.js.map +1 -0
  385. package/dist/esm/trackingHelpers.d.ts +115 -0
  386. package/dist/esm/trackingHelpers.js +200 -0
  387. package/dist/esm/trackingHelpers.js.map +1 -0
  388. package/dist/esm/velocityHelpers.d.ts +68 -0
  389. package/dist/esm/velocityHelpers.js +144 -0
  390. package/dist/esm/velocityHelpers.js.map +1 -0
  391. package/dist/esm/webtoolHelpers.d.ts +57 -0
  392. package/dist/esm/webtoolHelpers.js +95 -0
  393. package/dist/esm/webtoolHelpers.js.map +1 -0
  394. package/dist/esm/workflowHelpers.d.ts +112 -0
  395. package/dist/esm/workflowHelpers.js +270 -0
  396. package/dist/esm/workflowHelpers.js.map +1 -0
  397. package/dist/esm/workforceHelpers.d.ts +121 -0
  398. package/dist/esm/workforceHelpers.js +691 -0
  399. package/dist/esm/workforceHelpers.js.map +1 -0
  400. package/dist/esm/zip-utils.d.ts +85 -0
  401. package/dist/esm/zip-utils.js +142 -0
  402. package/dist/esm/zip-utils.js.map +1 -0
  403. package/dist/solution.js_commit.txt +7 -0
  404. package/package.json +2 -2
@@ -0,0 +1,39 @@
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 a function for deleting a deployed Solution item and all of the items that were created
18
+ * as part of that deployment.
19
+ *
20
+ * @module deleteSolution
21
+ */
22
+ import { UserSession } from "../arcgisRestJS";
23
+ import { IDeleteSolutionOptions, ISolutionPrecis } from "../interfaces";
24
+ /**
25
+ * Deletes a deployed Solution item and and all of the items that were created
26
+ * as part of that deployment.
27
+ *
28
+ * @param solutionItemId Id of a deployed Solution
29
+ * @param solutionSummary List of items in the solution that would be deleted
30
+ * @param authentication Credentials for the request
31
+ * @param options Progress reporting options
32
+ * @returns Promise that will resolve with a list of two solution summaries: successful deletions
33
+ * and failed deletions. Ignored items (e.g., already deleted) and items shared with more than
34
+ * one Solution will not be in either list.
35
+ * Note that Solution item and its deployment folder will only be deleted if all of its deployed
36
+ * items were deleted (the failure list is empty). This makes it possible to re-attempted
37
+ * deletion using the solutionItemId.
38
+ */
39
+ export declare function deleteSolutionContents(solutionItemId: string, solutionSummary: ISolutionPrecis, authentication: UserSession, options?: IDeleteSolutionOptions): Promise<ISolutionPrecis[]>;
@@ -0,0 +1,127 @@
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.deleteSolutionContents = void 0;
19
+ const tslib_1 = require("tslib");
20
+ const interfaces_1 = require("../interfaces");
21
+ const deleteEmptyGroups = tslib_1.__importStar(require("./deleteEmptyGroups"));
22
+ const deleteSolutionFolder = tslib_1.__importStar(require("./deleteSolutionFolder"));
23
+ const deleteSolutionItem = tslib_1.__importStar(require("./deleteSolutionItem"));
24
+ const removeItems = tslib_1.__importStar(require("./removeItems"));
25
+ const reportProgress = tslib_1.__importStar(require("./reportProgress"));
26
+ // ------------------------------------------------------------------------------------------------------------------ //
27
+ /**
28
+ * Deletes a deployed Solution item and and all of the items that were created
29
+ * as part of that deployment.
30
+ *
31
+ * @param solutionItemId Id of a deployed Solution
32
+ * @param solutionSummary List of items in the solution that would be deleted
33
+ * @param authentication Credentials for the request
34
+ * @param options Progress reporting options
35
+ * @returns Promise that will resolve with a list of two solution summaries: successful deletions
36
+ * and failed deletions. Ignored items (e.g., already deleted) and items shared with more than
37
+ * one Solution will not be in either list.
38
+ * Note that Solution item and its deployment folder will only be deleted if all of its deployed
39
+ * items were deleted (the failure list is empty). This makes it possible to re-attempted
40
+ * deletion using the solutionItemId.
41
+ */
42
+ function deleteSolutionContents(solutionItemId, solutionSummary, authentication, options) {
43
+ const deleteOptions = options || {};
44
+ let progressPercentStep = 0;
45
+ let percentDone = 0;
46
+ let solutionDeletedSummary;
47
+ let solutionFailureSummary;
48
+ let solutionIds = [];
49
+ return new Promise((resolve) => {
50
+ let removalPromise = Promise.resolve([
51
+ {
52
+ id: solutionSummary.id,
53
+ title: solutionSummary.title,
54
+ folder: solutionSummary.folder,
55
+ items: [],
56
+ groups: [],
57
+ },
58
+ {
59
+ id: solutionSummary.id,
60
+ title: solutionSummary.title,
61
+ folder: solutionSummary.folder,
62
+ items: [],
63
+ groups: [],
64
+ },
65
+ ]);
66
+ if (solutionSummary.items.length > 0) {
67
+ // Save a copy of the Solution item ids for the deleteSolutionFolder call because removeItems
68
+ // destroys the solutionSummary.items list
69
+ if (solutionItemId) {
70
+ solutionIds = solutionSummary.items.map((item) => item.id).concat([solutionItemId]);
71
+ }
72
+ const hubSiteItemIds = solutionSummary.items
73
+ .filter((item) => item.type === "Hub Site Application")
74
+ .map((item) => item.id);
75
+ // Delete the items
76
+ progressPercentStep = 100 / (solutionSummary.items.length + 2); // one extra for starting plus one extra for solution itself
77
+ reportProgress.reportProgress((percentDone += progressPercentStep), deleteOptions); // let the caller know that we've started
78
+ // Proceed with the deletion
79
+ removalPromise = removeItems.removeItems(solutionSummary, hubSiteItemIds, authentication, percentDone, progressPercentStep, deleteOptions);
80
+ }
81
+ removalPromise
82
+ .then((results) => {
83
+ [solutionDeletedSummary, solutionFailureSummary] = results;
84
+ // Attempt to delete groups; we won't be checking success
85
+ return new Promise((resolve2) => {
86
+ // eslint-disable-next-line @typescript-eslint/no-floating-promises
87
+ deleteEmptyGroups.deleteEmptyGroups(solutionSummary.groups, authentication).then(() => {
88
+ resolve2(results);
89
+ });
90
+ });
91
+ })
92
+ .then(() => {
93
+ if (solutionItemId) {
94
+ // If there were no failed deletes, it's OK to delete Solution item
95
+ if (solutionFailureSummary.items.length === 0) {
96
+ return deleteSolutionItem.deleteSolutionItem(solutionItemId, authentication);
97
+ }
98
+ else {
99
+ // Not all items were deleted, so don't delete solution
100
+ return Promise.resolve({ success: false, itemId: solutionItemId });
101
+ }
102
+ }
103
+ else {
104
+ return Promise.resolve({ success: true, itemId: "" });
105
+ }
106
+ })
107
+ .then((solutionItemDeleteStatus) => {
108
+ // If all deletes succeeded, see if we can delete the folder that contained them
109
+ if (solutionItemDeleteStatus.success) {
110
+ reportProgress.reportProgress(99, deleteOptions, solutionItemId, interfaces_1.EItemProgressStatus.Finished);
111
+ // Can't delete if folder contains non-solution items
112
+ return deleteSolutionFolder.deleteSolutionFolder(solutionIds, solutionSummary.folder, authentication);
113
+ }
114
+ else {
115
+ return Promise.resolve(false);
116
+ }
117
+ })
118
+ .then(() => {
119
+ resolve([solutionDeletedSummary, solutionFailureSummary]);
120
+ })
121
+ .catch(() => {
122
+ resolve([solutionDeletedSummary, solutionFailureSummary]);
123
+ });
124
+ });
125
+ }
126
+ exports.deleteSolutionContents = deleteSolutionContents;
127
+ //# sourceMappingURL=deleteSolutionContents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteSolutionContents.js","sourceRoot":"","sources":["../../../src/deleteHelpers/deleteSolutionContents.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,29 @@
1
+ /** @license
2
+ * Copyright 2018 Esri
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ /**
17
+ * @module deleteSolutionFolder
18
+ */
19
+ import { UserSession } from "../arcgisRestJS";
20
+ /**
21
+ * Deletes a deployed Solution's folder if the folder is empty.
22
+ *
23
+ * @param solutionFolderId Id of the folder of a deployed Solution
24
+ * @param deletedItemIds Ids in the Solution, including the Solution item; used to deal with lagging folder deletion
25
+ * @param authentication Credentials for the request
26
+ * @returns Promise that will resolve if deletion was successful and fail if any part of it failed;
27
+ * if the folder has a non-Solution item, it will not be deleted, but the function will return true
28
+ */
29
+ export declare function deleteSolutionFolder(solutionIds: string[], folderId: string, authentication: UserSession): Promise<boolean>;
@@ -0,0 +1,81 @@
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.deleteSolutionFolder = void 0;
19
+ /**
20
+ * @module deleteSolutionFolder
21
+ */
22
+ const arcgisRestJS_1 = require("../arcgisRestJS");
23
+ // ------------------------------------------------------------------------------------------------------------------ //
24
+ /**
25
+ * Deletes a deployed Solution's folder if the folder is empty.
26
+ *
27
+ * @param solutionFolderId Id of the folder of a deployed Solution
28
+ * @param deletedItemIds Ids in the Solution, including the Solution item; used to deal with lagging folder deletion
29
+ * @param authentication Credentials for the request
30
+ * @returns Promise that will resolve if deletion was successful and fail if any part of it failed;
31
+ * if the folder has a non-Solution item, it will not be deleted, but the function will return true
32
+ */
33
+ function deleteSolutionFolder(solutionIds, folderId, authentication) {
34
+ // See if the deployment folder is empty and can be deleted; first, we need info about user
35
+ // eslint-disable-next-line @typescript-eslint/no-floating-promises
36
+ return authentication
37
+ .getUser({ authentication })
38
+ .then((user) => {
39
+ // And then we need to be sure that the folder is empty
40
+ const query = new arcgisRestJS_1.SearchQueryBuilder()
41
+ .match(authentication.username)
42
+ .in("owner")
43
+ .and()
44
+ .match(user.orgId)
45
+ .in("orgid")
46
+ .and()
47
+ .match(folderId)
48
+ .in("ownerfolder");
49
+ return (0, arcgisRestJS_1.restSearchItems)({
50
+ q: query,
51
+ authentication,
52
+ });
53
+ })
54
+ .then((searchResult) => {
55
+ // If the search results are all in the deletedItemIds list, then we're dealing with AGO lagging:
56
+ // successfully reporting a deletion and yet still returning the item in search results.
57
+ // Filter the Solution items out of the search results.
58
+ const nonSolutionItems = searchResult.results
59
+ .map((foundItem) => foundItem.id)
60
+ .filter((foundItemId) => !solutionIds.includes(foundItemId)); // only save non-solution items
61
+ // If the list is empty, then there are no non-solution items
62
+ if (nonSolutionItems.length === 0) {
63
+ // OK to delete the folder
64
+ return (0, arcgisRestJS_1.restRemoveFolder)({
65
+ folderId: folderId,
66
+ owner: authentication.username,
67
+ authentication,
68
+ });
69
+ }
70
+ else {
71
+ // A non-deployment item is in the folder, so leave it alone
72
+ return Promise.resolve({ success: true });
73
+ }
74
+ })
75
+ .then((deleteFolderResponse) => {
76
+ // Extract the success property
77
+ return deleteFolderResponse.success;
78
+ });
79
+ }
80
+ exports.deleteSolutionFolder = deleteSolutionFolder;
81
+ //# sourceMappingURL=deleteSolutionFolder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteSolutionFolder.js","sourceRoot":"","sources":["../../../src/deleteHelpers/deleteSolutionFolder.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH;;GAEG;AAEH,kDAOyB;AAEzB,wHAAwH;AAExH;;;;;;;;GAQG;AACH,SAAgB,oBAAoB,CAClC,WAAqB,EACrB,QAAgB,EAChB,cAA2B;IAE3B,2FAA2F;IAC3F,mEAAmE;IACnE,OAAO,cAAc;SAClB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;SAC3B,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE;QACb,uDAAuD;QACvD,MAAM,KAAK,GAAG,IAAI,iCAAkB,EAAE;aACnC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC;aAC9B,EAAE,CAAC,OAAO,CAAC;aACX,GAAG,EAAE;aACL,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC;aACjB,EAAE,CAAC,OAAO,CAAC;aACX,GAAG,EAAE;aACL,KAAK,CAAC,QAAQ,CAAC;aACf,EAAE,CAAC,aAAa,CAAC,CAAC;QAErB,OAAO,IAAA,8BAAe,EAAC;YACrB,CAAC,EAAE,KAAK;YACR,cAAc;SACf,CAAC,CAAC;IACL,CAAC,CAAC;SACD,IAAI,CAAC,CAAC,YAAkC,EAAE,EAAE;QAC3C,iGAAiG;QACjG,wFAAwF;QACxF,uDAAuD;QACvD,MAAM,gBAAgB,GAAG,YAAY,CAAC,OAAO;aAC1C,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC;aAChC,MAAM,CAAC,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC,WAAW,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,+BAA+B;QAE/F,6DAA6D;QAC7D,IAAI,gBAAgB,CAAC,MAAM,KAAK,CAAC,EAAE;YACjC,0BAA0B;YAC1B,OAAO,IAAA,+BAAgB,EAAC;gBACtB,QAAQ,EAAE,QAAQ;gBAClB,KAAK,EAAE,cAAc,CAAC,QAAQ;gBAC9B,cAAc;aACf,CAAC,CAAC;SACJ;aAAM;YACL,4DAA4D;YAC5D,OAAO,OAAO,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;SAC3C;IACH,CAAC,CAAC;SACD,IAAI,CAAC,CAAC,oBAAoB,EAAE,EAAE;QAC7B,+BAA+B;QAC/B,OAAO,oBAAoB,CAAC,OAAO,CAAC;IACtC,CAAC,CAAC,CAAC;AACP,CAAC;AAnDD,oDAmDC"}
@@ -0,0 +1,31 @@
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 a function for deleting a deployed Solution item.
18
+ *
19
+ * @module deleteSolutionItem
20
+ */
21
+ import { IStatusResponse } from "../interfaces";
22
+ import { UserSession } from "../arcgisRestJS";
23
+ /**
24
+ * Deletes a deployed Solution item and and all of the items that were created
25
+ * as part of that deployment.
26
+ *
27
+ * @param solutionItemId Id of a deployed Solution
28
+ * @param authentication Credentials for the request
29
+ * @returns Promise that will resolve with the status of deleting the item
30
+ */
31
+ export declare function deleteSolutionItem(solutionItemId: string, authentication: UserSession): Promise<IStatusResponse>;
@@ -0,0 +1,52 @@
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.deleteSolutionItem = void 0;
19
+ const arcgisRestJS_1 = require("../arcgisRestJS");
20
+ const restHelpers_1 = require("../restHelpers");
21
+ // ------------------------------------------------------------------------------------------------------------------ //
22
+ /**
23
+ * Deletes a deployed Solution item and and all of the items that were created
24
+ * as part of that deployment.
25
+ *
26
+ * @param solutionItemId Id of a deployed Solution
27
+ * @param authentication Credentials for the request
28
+ * @returns Promise that will resolve with the status of deleting the item
29
+ */
30
+ function deleteSolutionItem(solutionItemId, authentication) {
31
+ const protectOptions = {
32
+ id: solutionItemId,
33
+ authentication,
34
+ };
35
+ return (0, arcgisRestJS_1.unprotectItem)(protectOptions)
36
+ .then((result) => {
37
+ if (result.success) {
38
+ return (0, restHelpers_1.removeItem)(solutionItemId, authentication);
39
+ }
40
+ else {
41
+ return Promise.resolve(result);
42
+ }
43
+ })
44
+ .then((result) => {
45
+ return Promise.resolve({
46
+ success: result.success,
47
+ itemId: solutionItemId,
48
+ });
49
+ });
50
+ }
51
+ exports.deleteSolutionItem = deleteSolutionItem;
52
+ //# sourceMappingURL=deleteSolutionItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteSolutionItem.js","sourceRoot":"","sources":["../../../src/deleteHelpers/deleteSolutionItem.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AASH,kDAA+E;AAC/E,gDAA4C;AAE5C,wHAAwH;AAExH;;;;;;;GAOG;AACH,SAAgB,kBAAkB,CAAC,cAAsB,EAAE,cAA2B;IACpF,MAAM,cAAc,GAAqB;QACvC,EAAE,EAAE,cAAc;QAClB,cAAc;KACf,CAAC;IACF,OAAO,IAAA,4BAAa,EAAC,cAAc,CAAC;SACjC,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE;QACf,IAAI,MAAM,CAAC,OAAO,EAAE;YAClB,OAAO,IAAA,wBAAU,EAAC,cAAc,EAAE,cAAc,CAAC,CAAC;SACnD;aAAM;YACL,OAAO,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;SAChC;IACH,CAAC,CAAC;SACD,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE;QACf,OAAO,OAAO,CAAC,OAAO,CAAC;YACrB,OAAO,EAAE,MAAM,CAAC,OAAO;YACvB,MAAM,EAAE,cAAc;SACvB,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;AACP,CAAC;AAnBD,gDAmBC"}
@@ -0,0 +1,22 @@
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
+ export * from "./deleteEmptyGroups";
17
+ export * from "./deleteGroupIfEmpty";
18
+ export * from "./deleteSolutionFolder";
19
+ export * from "./deleteSolutionItem";
20
+ export * from "./reconstructBuildOrderIds";
21
+ export * from "./removeItems";
22
+ export * from "./reportProgress";
@@ -0,0 +1,26 @@
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
+ const tslib_1 = require("tslib");
19
+ tslib_1.__exportStar(require("./deleteEmptyGroups"), exports);
20
+ tslib_1.__exportStar(require("./deleteGroupIfEmpty"), exports);
21
+ tslib_1.__exportStar(require("./deleteSolutionFolder"), exports);
22
+ tslib_1.__exportStar(require("./deleteSolutionItem"), exports);
23
+ tslib_1.__exportStar(require("./reconstructBuildOrderIds"), exports);
24
+ tslib_1.__exportStar(require("./removeItems"), exports);
25
+ tslib_1.__exportStar(require("./reportProgress"), exports);
26
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/deleteHelpers/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,8DAAoC;AACpC,+DAAqC;AACrC,iEAAuC;AACvC,+DAAqC;AACrC,qEAA2C;AAC3C,wDAA8B;AAC9B,2DAAiC"}
@@ -0,0 +1,27 @@
1
+ /** @license
2
+ * Copyright 2018 Esri
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ /**
17
+ * @module reconstructBuildOrderIds
18
+ */
19
+ import { IItemTemplate } from "../interfaces";
20
+ /**
21
+ * Reconstructs the build order of a set of templates.
22
+ *
23
+ * @param templates A collection of AGO item templates
24
+ * @returns The ids of the source templates in build order, which is not necessarily the same
25
+ * as the build order used to create the template Solution
26
+ */
27
+ export declare function reconstructBuildOrderIds(templates: IItemTemplate[]): string[];
@@ -0,0 +1,34 @@
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.reconstructBuildOrderIds = void 0;
19
+ const tslib_1 = require("tslib");
20
+ const dependencies = tslib_1.__importStar(require("../dependencies"));
21
+ // ------------------------------------------------------------------------------------------------------------------ //
22
+ /**
23
+ * Reconstructs the build order of a set of templates.
24
+ *
25
+ * @param templates A collection of AGO item templates
26
+ * @returns The ids of the source templates in build order, which is not necessarily the same
27
+ * as the build order used to create the template Solution
28
+ */
29
+ function reconstructBuildOrderIds(templates) {
30
+ const buildOrdering = dependencies.topologicallySortItems(templates);
31
+ return buildOrdering.buildOrder;
32
+ }
33
+ exports.reconstructBuildOrderIds = reconstructBuildOrderIds;
34
+ //# sourceMappingURL=reconstructBuildOrderIds.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reconstructBuildOrderIds.js","sourceRoot":"","sources":["../../../src/deleteHelpers/reconstructBuildOrderIds.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;AAMH,sEAAgD;AAEhD,wHAAwH;AAExH;;;;;;GAMG;AACH,SAAgB,wBAAwB,CAAC,SAA0B;IACjE,MAAM,aAAa,GAAmB,YAAY,CAAC,sBAAsB,CAAC,SAAS,CAAC,CAAC;IACrF,OAAO,aAAa,CAAC,UAAU,CAAC;AAClC,CAAC;AAHD,4DAGC"}
@@ -0,0 +1,35 @@
1
+ /** @license
2
+ * Copyright 2018 Esri
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ /**
17
+ * @module removeItems
18
+ */
19
+ import { IDeleteSolutionOptions, ISolutionPrecis } from "../interfaces";
20
+ import { UserSession } from "../arcgisRestJS";
21
+ /**
22
+ * Removes a list of items starting from the end.
23
+ *
24
+ * @param itemIds List of ids of items to remove
25
+ * @param hubSiteItemIds List of ids in itemIds that are for Hub Sites
26
+ * @param authentication Credentials for the request
27
+ * @param percentDone Percent done in range 0 to 100
28
+ * @param progressPercentStep Amount that percentDone changes for each item deleted
29
+ * @param solutionDeletedSummary Solution summary containing items successfully deleted
30
+ * @param solutionFailureSummary Solution summary containing items that could not be deleted
31
+ * @param deleteOptions Reporting options
32
+ * @returns Promise that will resolve with a list of two solution summaries: successful deletions
33
+ * and failed deletions. Ignored items (e.g., already deleted) will not be in either list.
34
+ */
35
+ export declare function removeItems(solutionSummary: ISolutionPrecis, hubSiteItemIds: string[], authentication: UserSession, percentDone: number, progressPercentStep: number, deleteOptions?: IDeleteSolutionOptions): Promise<ISolutionPrecis[]>;
@@ -0,0 +1,116 @@
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.removeItems = void 0;
19
+ const tslib_1 = require("tslib");
20
+ /**
21
+ * @module removeItems
22
+ */
23
+ const interfaces_1 = require("../interfaces");
24
+ const reportProgress = tslib_1.__importStar(require("./reportProgress"));
25
+ const hubSites = tslib_1.__importStar(require("@esri/hub-sites"));
26
+ const arcgisRestJS_1 = require("../arcgisRestJS");
27
+ const restHelpers_1 = require("../restHelpers");
28
+ const workflowHelpers = tslib_1.__importStar(require("../workflowHelpers"));
29
+ const create_hub_request_options_1 = require("../create-hub-request-options");
30
+ // ------------------------------------------------------------------------------------------------------------------ //
31
+ /**
32
+ * Removes a list of items starting from the end.
33
+ *
34
+ * @param itemIds List of ids of items to remove
35
+ * @param hubSiteItemIds List of ids in itemIds that are for Hub Sites
36
+ * @param authentication Credentials for the request
37
+ * @param percentDone Percent done in range 0 to 100
38
+ * @param progressPercentStep Amount that percentDone changes for each item deleted
39
+ * @param solutionDeletedSummary Solution summary containing items successfully deleted
40
+ * @param solutionFailureSummary Solution summary containing items that could not be deleted
41
+ * @param deleteOptions Reporting options
42
+ * @returns Promise that will resolve with a list of two solution summaries: successful deletions
43
+ * and failed deletions. Ignored items (e.g., already deleted) will not be in either list.
44
+ */
45
+ function removeItems(solutionSummary, hubSiteItemIds, authentication, percentDone, progressPercentStep, deleteOptions = {}) {
46
+ let solutionDeletedSummary;
47
+ let solutionFailureSummary;
48
+ const itemToDelete = solutionSummary.items.shift();
49
+ const percentDoneReport = percentDone + progressPercentStep * (solutionSummary.items.length + 1);
50
+ if (itemToDelete) {
51
+ // On to next item in list
52
+ return removeItems(solutionSummary, hubSiteItemIds, authentication, percentDone, progressPercentStep, deleteOptions)
53
+ .then((results) => {
54
+ // Done with subsequent items in list; now delete the current item
55
+ [solutionDeletedSummary, solutionFailureSummary] = results;
56
+ // Remove any delete protection on item
57
+ return (0, arcgisRestJS_1.unprotectItem)({
58
+ id: itemToDelete.id,
59
+ authentication: authentication,
60
+ });
61
+ })
62
+ .then(async () => {
63
+ // Delete the item
64
+ if (hubSiteItemIds.includes(itemToDelete.id)) {
65
+ const options = await (0, create_hub_request_options_1.createHubRequestOptions)(authentication);
66
+ return hubSites.removeSite(itemToDelete.id, options);
67
+ }
68
+ else if (itemToDelete.type === "Workflow") {
69
+ const workflowBaseUrl = await workflowHelpers.getWorkflowBaseURL(authentication);
70
+ return workflowHelpers.deleteWorkflowItem(itemToDelete.id, workflowBaseUrl, authentication);
71
+ }
72
+ else {
73
+ return (0, restHelpers_1.removeItem)(itemToDelete.id, authentication);
74
+ }
75
+ })
76
+ .then(() => {
77
+ // Successful deletion
78
+ solutionDeletedSummary.items.push(itemToDelete);
79
+ reportProgress.reportProgress(percentDoneReport, deleteOptions, itemToDelete.id, interfaces_1.EItemProgressStatus.Finished);
80
+ return [solutionDeletedSummary, solutionFailureSummary];
81
+ })
82
+ .catch((error) => {
83
+ const errorMessage = error.error?.message || error.message;
84
+ if (errorMessage && errorMessage.includes("Item does not exist or is inaccessible")) {
85
+ // Filter out errors where the item doesn't exist, such as from a previous delete attempt
86
+ reportProgress.reportProgress(percentDoneReport, deleteOptions, itemToDelete.id, interfaces_1.EItemProgressStatus.Ignored);
87
+ }
88
+ else {
89
+ // Otherwise, we have a real delete error, including where AGO simply returns "success: false"
90
+ solutionFailureSummary.items.push(itemToDelete);
91
+ reportProgress.reportProgress(percentDoneReport, deleteOptions, itemToDelete.id, interfaces_1.EItemProgressStatus.Failed);
92
+ }
93
+ return [solutionDeletedSummary, solutionFailureSummary];
94
+ });
95
+ }
96
+ else {
97
+ // We've exhausted our list of items; start building up the lists of results
98
+ solutionDeletedSummary = {
99
+ id: solutionSummary.id,
100
+ title: solutionSummary.title,
101
+ folder: solutionSummary.folder,
102
+ items: [],
103
+ groups: [],
104
+ };
105
+ solutionFailureSummary = {
106
+ id: solutionSummary.id,
107
+ title: solutionSummary.title,
108
+ folder: solutionSummary.folder,
109
+ items: [],
110
+ groups: [],
111
+ };
112
+ return Promise.resolve([solutionDeletedSummary, solutionFailureSummary]);
113
+ }
114
+ }
115
+ exports.removeItems = removeItems;
116
+ //# sourceMappingURL=removeItems.js.map