@esri/solution-common 6.1.3 → 6.1.5

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,361 @@
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
+ * Provides common functions involving the management of item and group resources.
18
+ *
19
+ * @module resourceHelpers
20
+ *
21
+ * How it works
22
+ *
23
+ * An item may have resources that are listed as a set of filenames and/or folder/filename combinations. It may have
24
+ * a thumbnail, listed in its item info as a filename or folder/filename combination. It may have metadata, which is
25
+ * not listed, but has a distinct URL. A group may have a thumbnail, but not the others.
26
+ *
27
+ * For storing these files in a common storage item, a new folder and filename combination is created for each. The
28
+ * filename is kept as-is. The folder consists of the source item's id and an optional suffix. For thumbnails, the
29
+ * suffix is "_info_thumbnail"; for metadata, the suffix is "_info_metadata"; for resources, the suffix is "_" plus
30
+ * the resource's folder's name; if the resource doesn't have a folder, there is no suffix.
31
+ *
32
+ * Note that "thumbnail" is included in an item's thumbnail property like a folder (e.g., "thumbnail/thumbnail.png"),
33
+ * and the item's thumbnail is accessed using a path such as "%lt;itemId>/info/thumbnail/thumbnail.png". Groups,
34
+ * on the other hand, have a property with a simple name (e.g., "thumbnail.png") and it is accessed using a path
35
+ * such as "%lt;groupId>/info/thumbnail.png".
36
+ *
37
+ * For copying these files from the common storage item to another item, one converts the unique names back into the
38
+ * original names (or the special cases for thumbnails and metadata).
39
+ *
40
+ * Routines are provided to
41
+ * 1. create full URLs to resources, thumbnails, and metadata.
42
+ * 2. create a folder and filename combination that uniquely identifies these files for
43
+ * storing them in a single, shared storage item
44
+ * 3. copy a set of resources, thumbnails, and metadata for an item to a storage item
45
+ * 4. copy a file by URL to an item using specified folder and filename
46
+ * 5. undo the unique folder and filename into the original folder and filename
47
+ */
48
+ import { EFileType, } from "./interfaces";
49
+ import { removeItemResource, restUpdateGroup, restUpdateItem, updateItemResource, } from "./arcgisRestJS";
50
+ import { appendQueryParam, checkUrlPathTermination } from "./generalHelpers";
51
+ import { convertItemResourceToStorageResource } from "./resources/convert-item-resource-to-storage-resource";
52
+ import { convertStorageResourceToItemResource } from "./resources/convert-storage-resource-to-item-resource";
53
+ import { getThumbnailFile } from "./restHelpersGet";
54
+ import { copyAssociatedFilesByType, copyFilesAsResources } from "./resources/copyAssociatedFiles";
55
+ // ------------------------------------------------------------------------------------------------------------------ //
56
+ export function addThumbnailFromBlob(blob, itemId, authentication, isGroup = false) {
57
+ const updateOptions = {
58
+ params: {
59
+ // Pass image in directly because item object is serialized, which discards a blob
60
+ thumbnail: blob,
61
+ },
62
+ authentication: authentication,
63
+ };
64
+ updateOptions[isGroup ? "group" : "item"] = {
65
+ id: itemId,
66
+ };
67
+ return isGroup ? restUpdateGroup(updateOptions) : restUpdateItem(updateOptions);
68
+ }
69
+ export function convertBlobToSupportableResource(blob, filename = "") {
70
+ const originalFilename = blob.name || filename;
71
+ let filenameToUse = originalFilename;
72
+ if (filenameToUse && !isSupportedFileType(filenameToUse)) {
73
+ filenameToUse = filenameToUse + ".zip";
74
+ }
75
+ return {
76
+ blob: new File([blob], filenameToUse, { type: blob.type }),
77
+ filename: originalFilename,
78
+ mimeType: blob.type,
79
+ };
80
+ }
81
+ /**
82
+ * Copies the files described by a list of full URLs and folder/filename combinations for
83
+ * the resources and metadata of an item or group to an item.
84
+ *
85
+ * @param storageAuthentication Credentials for the request to the storage
86
+ * @param filePaths List of item files' URLs and folder/filenames for storing the files
87
+ * @param sourceItemId Id of item supplying resource/metadata
88
+ * @param destinationFolderId Id of folder
89
+ * @param destinationItemId Id of item to receive copy of resource/metadata
90
+ * @param destinationAuthentication Credentials for the request to the destination
91
+ * @param template Description of item that will receive files
92
+ * @param templateDictionary Hash of facts: org URL, adlib replacements, deferreds for dependencies
93
+ * @returns A promise which resolves to a boolean indicating if the copies were successful
94
+ */
95
+ export function copyFilesFromStorageItem(storageAuthentication, filePaths, sourceItemId, destinationFolderId, destinationItemId, destinationAuthentication, template = {}, templateDictionary = {}) {
96
+ // TODO: This is only used in deployer, so move there
97
+ // changed to allow the template to be passed in
98
+ // because Hub templates need to swap out the templateId
99
+ // in the resource filename
100
+ const mimeTypes = template.properties || null;
101
+ // remove the template.itemId from the fileName in the filePaths
102
+ /* istanbul ignore else */
103
+ if (template.itemId) {
104
+ filePaths = filePaths.map((fp) => {
105
+ /* istanbul ignore else */
106
+ if (fp.filename.indexOf(template.itemId) === 0 && fp.folder === "") {
107
+ fp.filename = fp.filename.replace(`${template.itemId}-`, "");
108
+ }
109
+ return fp;
110
+ });
111
+ }
112
+ return new Promise((resolve, reject) => {
113
+ const fileInfos = filePaths.map((path) => {
114
+ return {
115
+ folder: path.type === EFileType.Data ? destinationFolderId : path.folder,
116
+ filename: path.filename,
117
+ type: path.type,
118
+ mimeType: mimeTypes ? mimeTypes[path.filename] : "",
119
+ url: path.url,
120
+ };
121
+ });
122
+ void copyAssociatedFilesByType(fileInfos, storageAuthentication, sourceItemId, destinationItemId, destinationAuthentication, template, templateDictionary).then((results) => {
123
+ const allOK = results
124
+ // Filter out metadata
125
+ .filter((result) => result.filename !== "metadata.xml")
126
+ // Extract success
127
+ .map((result) => result.fetchedFromSource && result.copiedToDestination)
128
+ // Boil it down to a single result
129
+ .reduce((success, currentValue) => success && currentValue, true);
130
+ if (allOK) {
131
+ resolve(true);
132
+ }
133
+ else {
134
+ reject();
135
+ }
136
+ });
137
+ });
138
+ }
139
+ /**
140
+ * Copies the files for storing the resources, metadata, and thumbnail of an item or group to a storage item
141
+ * with a specified path.
142
+ *
143
+ * @param files List of item files and paths for storing the files
144
+ * @param storageItemId Id of item to receive copy of resource/metadata
145
+ * @param storageAuthentication Credentials for the request to the storage
146
+ * @returns A promise which resolves to a list of the filenames under which the resource/metadata are stored
147
+ */
148
+ export function copyFilesToStorageItem(files, storageItemId, storageAuthentication) {
149
+ return new Promise((resolve) => {
150
+ // eslint-disable-next-line @typescript-eslint/no-floating-promises
151
+ void copyFilesAsResources(files, storageItemId, storageAuthentication).then((results) => {
152
+ resolve(results
153
+ // Filter out failures
154
+ .filter((result) => result.fetchedFromSource && result.copiedToDestination)
155
+ // Return folder and filename in storage item's resources
156
+ .map((result) => result.folder + "/" + result.filename));
157
+ });
158
+ });
159
+ }
160
+ /**
161
+ * Generates a folder and filename for storing a copy of an item's metadata in a storage item.
162
+ *
163
+ * @param itemId Id of item
164
+ * @returns Folder and filename for storage; folder is the itemID suffixed with "_info_metadata"
165
+ * @see convertStorageResourceToItemResource
166
+ */
167
+ export function generateMetadataStorageFilename(itemId) {
168
+ return {
169
+ folder: itemId + "_info_metadata",
170
+ filename: "metadata.xml",
171
+ };
172
+ }
173
+ /**
174
+ * Generates a list of full URLs and storage folder/filename combinations for storing the resources, metadata,
175
+ * and thumbnail of an item.
176
+ *
177
+ * @param portalSharingUrl Server/sharing
178
+ * @param itemId Id of item
179
+ * @param thumbnailUrlPart Partial path to the thumbnail held in an item's JSON
180
+ * @param resourceFilenames List of resource filenames for an item, e.g., ["file1", "myFolder/file2"]
181
+ * @param isGroup Boolean to indicate if the files are associated with a group or item
182
+ * @param storageVersion Version of the Solution template
183
+ * @returns List of item files' URLs and folder/filenames for storing the files
184
+ */
185
+ export function generateSourceFilePaths(portalSharingUrl, itemId, thumbnailUrlPart, resourceFilenames, isGroup = false, storageVersion = 0) {
186
+ const filePaths = resourceFilenames.map((resourceFilename) => {
187
+ return {
188
+ itemId,
189
+ url: generateSourceResourceUrl(portalSharingUrl, itemId, resourceFilename),
190
+ ...convertItemResourceToStorageResource(itemId, resourceFilename, storageVersion),
191
+ };
192
+ });
193
+ filePaths.push({
194
+ itemId,
195
+ url: generateSourceMetadataUrl(portalSharingUrl, itemId, isGroup),
196
+ ...generateMetadataStorageFilename(itemId),
197
+ });
198
+ /* istanbul ignore else */
199
+ if (thumbnailUrlPart) {
200
+ filePaths.push(generateSourceThumbnailPath(portalSharingUrl, itemId, thumbnailUrlPart, isGroup));
201
+ }
202
+ return filePaths;
203
+ }
204
+ /**
205
+ * Generates the full URL and storage folder/filename for storing an item's thumbnail.
206
+ *
207
+ * @param portalSharingUrl Server/sharing
208
+ * @param itemId Id of item
209
+ * @param thumbnailUrlPart Partial path to the thumbnail held in an item's JSON
210
+ * @param isGroup Boolean to indicate if the files are associated with a group or item
211
+ * @returns URL and folder/filename for storing the thumbnail
212
+ */
213
+ export function generateSourceThumbnailPath(portalSharingUrl, itemId, thumbnailUrlPart, isGroup = false) {
214
+ return {
215
+ itemId,
216
+ url: appendQueryParam(generateSourceThumbnailUrl(portalSharingUrl, itemId, thumbnailUrlPart, isGroup), "w=400"),
217
+ ...generateThumbnailStorageFilename(itemId, thumbnailUrlPart),
218
+ };
219
+ }
220
+ /**
221
+ * Generates the URL for reading an item's metadata.
222
+ *
223
+ * @param sourcePortalSharingUrl Server/sharing
224
+ * @param itemId Id of item
225
+ * @param isGroup Boolean to indicate if the files are associated with a group or item
226
+ * @returns URL string
227
+ */
228
+ export function generateSourceMetadataUrl(sourcePortalSharingUrl, itemId, isGroup = false) {
229
+ return (checkUrlPathTermination(sourcePortalSharingUrl) +
230
+ (isGroup ? "community/groups/" : "content/items/") +
231
+ itemId +
232
+ "/info/metadata/metadata.xml");
233
+ }
234
+ /**
235
+ * Generates the URL for reading an item's resource given the filename of the resource.
236
+ *
237
+ * @param sourcePortalSharingUrl Server/sharing
238
+ * @param itemId Id of item
239
+ * @param sourceResourceFilename Either filename or folder/filename to resource
240
+ * @returns URL string
241
+ */
242
+ export function generateSourceResourceUrl(sourcePortalSharingUrl, itemId, sourceResourceFilename) {
243
+ return (checkUrlPathTermination(sourcePortalSharingUrl) + "content/items/" + itemId + "/resources/" + sourceResourceFilename);
244
+ }
245
+ /**
246
+ * Generates the URL for reading an item's thumbnail.
247
+ *
248
+ * @param sourcePortalSharingUrl Server/sharing
249
+ * @param itemId Id of item
250
+ * @param thumbnailUrlPart Partial path to the thumbnail held in an item's JSON
251
+ * @param isGroup Boolean to indicate if the files are associated with a group or item
252
+ * @returns URL string
253
+ */
254
+ export function generateSourceThumbnailUrl(sourcePortalSharingUrl, itemId, thumbnailUrlPart, isGroup = false) {
255
+ return (checkUrlPathTermination(sourcePortalSharingUrl) +
256
+ (isGroup ? "community/groups/" : "content/items/") +
257
+ itemId +
258
+ "/info/" +
259
+ thumbnailUrlPart);
260
+ }
261
+ /**
262
+ * Generates a list of full URLs and folder/filename combinations used to store the resources, metadata,
263
+ * and thumbnail of an item.
264
+ *
265
+ * @param portalSharingUrl Server/sharing
266
+ * @param storageItemId Id of storage item
267
+ * @param resourceFilenames List of resource filenames for an item, e.g., ["file1", "myFolder/file2"]
268
+ * @param storageVersion Version of the Solution template
269
+ * @returns List of item files' URLs and folder/filenames for storing the files
270
+ */
271
+ export function generateStorageFilePaths(portalSharingUrl, storageItemId, resourceFilenames = [], storageVersion = 0) {
272
+ return resourceFilenames.map((resourceFilename) => {
273
+ return {
274
+ url: generateSourceResourceUrl(portalSharingUrl, storageItemId, resourceFilename),
275
+ ...convertStorageResourceToItemResource(resourceFilename, storageVersion),
276
+ };
277
+ });
278
+ }
279
+ /**
280
+ * Generates a folder and filename for storing a copy of an item's thumbnail in a storage item.
281
+ *
282
+ * @param itemId Id of item
283
+ * @param thumbnailUrlPart Partial path to the thumbnail held in an item's JSON; can also be a filename
284
+ * @returns Folder and filename for storage; folder is the itemID suffixed with "_info_thumbnail";
285
+ * file is URI-encoded thumbnailUrlPart
286
+ * @see convertStorageResourceToItemResource
287
+ */
288
+ export function generateThumbnailStorageFilename(itemId, thumbnailurl) {
289
+ const folder = itemId + "_info_thumbnail";
290
+ const thumbnailUrlParts = thumbnailurl.split("/");
291
+ const filename = thumbnailUrlParts.length === 1 ? thumbnailUrlParts[0] : thumbnailUrlParts[1];
292
+ return { folder, filename };
293
+ }
294
+ export function isSupportedFileType(filename) {
295
+ // Supported file formats are: .json, .xml, .txt, .png, .pbf, .zip, .jpeg, .jpg, .gif, .bmp, .gz, .svg,
296
+ // .svgz, .geodatabase (https://developers.arcgis.com/rest/users-groups-and-items/add-resources.htm)
297
+ const filenameExtension = filename.match(/\.([a-z]+)$/i);
298
+ const supportedExtensions = "|.json|.xml|.txt|.png|.pbf|.zip|.jpeg|.jpg|.gif|.bmp|.gz|.svg|.svgz|.geodatabase|";
299
+ return !!filenameExtension && supportedExtensions.indexOf("|" + filenameExtension[0] + "|") >= 0;
300
+ }
301
+ /**
302
+ * Gets the thumbnail of an item or group.
303
+ *
304
+ * @param authentication Credentials for the request to the storage
305
+ * @param filePaths List of item files' URLs and folder/filenames for storing the files
306
+ * @returns A promise which resolves to a boolean indicating if the copies were successful
307
+ */
308
+ export function getThumbnailFromStorageItem(authentication, filePaths) {
309
+ let thumbnailUrl;
310
+ let thumbnailFilename;
311
+ filePaths.forEach((path) => {
312
+ if (path.type === EFileType.Thumbnail) {
313
+ thumbnailUrl = path.url;
314
+ thumbnailFilename = path.filename;
315
+ }
316
+ });
317
+ if (!thumbnailUrl) {
318
+ return Promise.resolve(null);
319
+ }
320
+ return getThumbnailFile(thumbnailUrl, thumbnailFilename, authentication);
321
+ }
322
+ /**
323
+ * Removes the item's resource that matches the filename with new content
324
+ *
325
+ * @param itemId Id of the item to remove
326
+ * @param filename Name of the resource file to remove
327
+ * @param authentication Credentials for the request to the storage
328
+ * @returns A promise which resolves with a success true/false response
329
+ */
330
+ export function removeItemResourceFile(itemId, filename, authentication) {
331
+ return removeItemResource({
332
+ id: itemId,
333
+ resource: filename,
334
+ authentication: authentication,
335
+ });
336
+ }
337
+ /**
338
+ * Updates the item's resource that matches the filename with new content
339
+ *
340
+ * @param itemId Id of the item to update
341
+ * @param filename Name of the resource file to update; prefix optional (e.g., a/b/file.txt)
342
+ * @param resource The new content to update the resource with
343
+ * @param authentication Credentials for the request to the storage
344
+ * @returns A promise which resolves with a success true/false response
345
+ */
346
+ export function updateItemResourceFile(itemId, filename, resource, authentication) {
347
+ // Prefix has to be specified separately
348
+ const prefixedFilenameParts = filename.split("/");
349
+ const prefix = prefixedFilenameParts.length > 1
350
+ ? prefixedFilenameParts.slice(0, prefixedFilenameParts.length - 1).join("/")
351
+ : undefined;
352
+ const suffix = prefixedFilenameParts[prefixedFilenameParts.length - 1];
353
+ return updateItemResource({
354
+ id: itemId,
355
+ prefix: prefix,
356
+ name: suffix,
357
+ resource,
358
+ authentication: authentication,
359
+ });
360
+ }
361
+ //# sourceMappingURL=resourceHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resourceHelpers.js","sourceRoot":"","sources":["../../src/resourceHelpers.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,38 @@
1
+ /** @license
2
+ * Copyright 2018 Esri
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { UserSession } from "../arcgisRestJS";
17
+ /**
18
+ * Adds a blob resource.
19
+ *
20
+ * @param blob Blob containing the resource to add
21
+ * @param itemId Id of the item to add the resource to
22
+ * @param folder A prefix string added to the filename in the storage; use null or undefined for no folder
23
+ * @param filename File name used to rename an existing file resource uploaded.
24
+ * File name must have the file resource extension.
25
+ * @param authentication Credentials for the request
26
+ */
27
+ export declare function addBlobResource(blob: any, itemId: string, folder: string, filename: string, authentication: UserSession): Promise<any>;
28
+ /**
29
+ * Adds a text resource.
30
+ *
31
+ * @param content Text to add as a resource
32
+ * @param itemId Id of the item to add the resource to
33
+ * @param folder A prefix string added to the filename in the storage; use null or undefined for no folder
34
+ * @param filename File name used to rename an existing file resource uploaded, or to be used together with
35
+ * text as file name for it. File name must have the file resource extension.
36
+ * @param authentication Credentials for the request
37
+ */
38
+ export declare function addTextResource(content: string, itemId: string, folder: string, filename: string, authentication: UserSession): Promise<any>;
@@ -0,0 +1,79 @@
1
+ /** @license
2
+ * Copyright 2018 Esri
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { ArcGISAuthError, addItemResource } from "../arcgisRestJS";
17
+ /**
18
+ * Adds a blob resource.
19
+ *
20
+ * @param blob Blob containing the resource to add
21
+ * @param itemId Id of the item to add the resource to
22
+ * @param folder A prefix string added to the filename in the storage; use null or undefined for no folder
23
+ * @param filename File name used to rename an existing file resource uploaded.
24
+ * File name must have the file resource extension.
25
+ * @param authentication Credentials for the request
26
+ */
27
+ export function addBlobResource(blob, itemId, folder, filename, authentication) {
28
+ // Check that the filename has an extension because it is required by the addResources call
29
+ if (filename && filename.indexOf(".") < 0) {
30
+ return new Promise((resolve, reject) => {
31
+ reject(new ArcGISAuthError("Filename must have an extension indicating its type"));
32
+ });
33
+ }
34
+ const requestOptions = {
35
+ id: itemId,
36
+ resource: blob,
37
+ name: filename,
38
+ authentication: authentication,
39
+ params: {},
40
+ };
41
+ if (folder) {
42
+ requestOptions.params = {
43
+ resourcesPrefix: folder,
44
+ };
45
+ }
46
+ return addItemResource(requestOptions);
47
+ }
48
+ /**
49
+ * Adds a text resource.
50
+ *
51
+ * @param content Text to add as a resource
52
+ * @param itemId Id of the item to add the resource to
53
+ * @param folder A prefix string added to the filename in the storage; use null or undefined for no folder
54
+ * @param filename File name used to rename an existing file resource uploaded, or to be used together with
55
+ * text as file name for it. File name must have the file resource extension.
56
+ * @param authentication Credentials for the request
57
+ */
58
+ export function addTextResource(content, itemId, folder, filename, authentication) {
59
+ // Check that the filename has an extension because it is required by the addResources call
60
+ if (filename && filename.indexOf(".") < 0) {
61
+ return new Promise((resolve, reject) => {
62
+ reject(new ArcGISAuthError("Filename must have an extension indicating its type"));
63
+ });
64
+ }
65
+ const requestOptions = {
66
+ id: itemId,
67
+ content,
68
+ name: filename,
69
+ authentication: authentication,
70
+ params: {},
71
+ };
72
+ if (folder) {
73
+ requestOptions.params = {
74
+ resourcesPrefix: folder,
75
+ };
76
+ }
77
+ return addItemResource(requestOptions);
78
+ }
79
+ //# 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,OAAO,EAAwB,eAAe,EAAE,eAAe,EAAe,MAAM,iBAAiB,CAAC;AAEtG;;;;;;;;;GASG;AACH,MAAM,UAAU,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,eAAe,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,eAAe,CAAC,cAAc,CAAC,CAAC;AACzC,CAAC;AAED;;;;;;;;;GASG;AACH,MAAM,UAAU,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,eAAe,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,eAAe,CAAC,cAAc,CAAC,CAAC;AACzC,CAAC"}
@@ -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,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
+ import { restUpdateItem } from "../arcgisRestJS";
17
+ // ------------------------------------------------------------------------------------------------------------------ //
18
+ /**
19
+ * Adds metadata to an AGO item.
20
+ *
21
+ * @param blob Blob containing metadata
22
+ * @param itemId Item to receive metadata
23
+ * @param authentication Credentials for the request
24
+ * @returns Promise resolving to JSON containing success boolean
25
+ */
26
+ export function addMetadataFromBlob(blob, itemId, authentication) {
27
+ const updateOptions = {
28
+ item: {
29
+ id: itemId,
30
+ },
31
+ params: {
32
+ // Pass metadata in via params because item property is serialized, which discards a blob
33
+ metadata: blob,
34
+ },
35
+ authentication: authentication,
36
+ };
37
+ return restUpdateItem(updateOptions);
38
+ }
39
+ //# sourceMappingURL=addMetadataFromBlob.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addMetadataFromBlob.js","sourceRoot":"","sources":["../../../src/resources/addMetadataFromBlob.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,cAAc,EAAe,MAAM,iBAAiB,CAAC;AAE9D,wHAAwH;AAExH;;;;;;;GAOG;AACH,MAAM,UAAU,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,cAAc,CAAC,aAAa,CAAC,CAAC;AACvC,CAAC"}
@@ -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,66 @@
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 function convertItemResourceToStorageResource(prefix, sourceResourceFilename, storageVersion = 0, storageFileType) {
30
+ /* istanbul ignore else */
31
+ if (storageFileType !== undefined) {
32
+ switch (storageFileType) {
33
+ case SolutionResourceType.data:
34
+ prefix = `${prefix}_info_data`;
35
+ break;
36
+ case SolutionResourceType.fakezip:
37
+ prefix = `${prefix}_info_dataz`;
38
+ break;
39
+ case SolutionResourceType.info:
40
+ prefix = `${prefix}_info`;
41
+ break;
42
+ case SolutionResourceType.metadata:
43
+ prefix = `${prefix}_info_metadata`;
44
+ break;
45
+ case SolutionResourceType.thumbnail:
46
+ prefix = `${prefix}_info_thumbnail`;
47
+ break;
48
+ }
49
+ }
50
+ let folder = prefix;
51
+ let filename = sourceResourceFilename;
52
+ const iLastSlash = filename.lastIndexOf("/");
53
+ if (iLastSlash >= 0) {
54
+ let subpath = filename.substr(0, iLastSlash);
55
+ if (storageVersion === 0) {
56
+ subpath = subpath.replace("/", "_");
57
+ folder += "_" + subpath;
58
+ }
59
+ else {
60
+ folder += "/" + subpath;
61
+ }
62
+ filename = filename.substr(iLastSlash + 1);
63
+ }
64
+ return { folder, filename };
65
+ }
66
+ //# sourceMappingURL=convert-item-resource-to-storage-resource.js.map