@design-edito/tools 0.1.53 → 0.1.55

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 (335) hide show
  1. package/agnostic/arrays/find-duplicates/index.js +1 -1
  2. package/agnostic/arrays/index.js +9 -9
  3. package/agnostic/arrays/is-array-of/index.js +1 -1
  4. package/agnostic/arrays/make/index.js +1 -1
  5. package/agnostic/arrays/random-pick/index.js +5 -5
  6. package/agnostic/arrays/shuffle/index.js +1 -1
  7. package/agnostic/booleans/index.js +1 -1
  8. package/agnostic/booleans/is-falsy/index.js +1 -1
  9. package/agnostic/css/bem/index.js +3 -3
  10. package/agnostic/css/generate-nice-color/index.js +1 -1
  11. package/agnostic/css/index.js +14 -14
  12. package/agnostic/css/is-valid-css-class-name/index.js +1 -1
  13. package/agnostic/css/styles-set/index.js +5 -5
  14. package/agnostic/errors/index.js +3 -3
  15. package/agnostic/errors/register/index.js +1 -1
  16. package/agnostic/errors/unknown-to-string/index.js +1 -1
  17. package/agnostic/html/get-node-ancestors/index.js +1 -1
  18. package/agnostic/html/get-position-inside-parent/index.js +1 -1
  19. package/agnostic/html/hyper-json/cast/index.js +3 -3
  20. package/agnostic/html/hyper-json/index.js +4 -4
  21. package/agnostic/html/hyper-json/method/index.js +1 -1
  22. package/agnostic/html/hyper-json/serialize/index.js +1 -1
  23. package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.js +3 -3
  24. package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js +3 -3
  25. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +3 -3
  26. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +3 -3
  27. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +3 -3
  28. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +3 -3
  29. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +3 -3
  30. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +3 -3
  31. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +3 -3
  32. package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +3 -3
  33. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +3 -3
  34. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +3 -3
  35. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +3 -3
  36. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +3 -3
  37. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +3 -3
  38. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +3 -3
  39. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +3 -3
  40. package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +3 -3
  41. package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +3 -3
  42. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +3 -3
  43. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +3 -3
  44. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +3 -3
  45. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +3 -3
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +3 -3
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +3 -3
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +3 -3
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +3 -3
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +3 -3
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +3 -3
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +3 -3
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +3 -3
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +3 -3
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +3 -3
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +3 -3
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +3 -3
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +3 -3
  59. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +3 -3
  60. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +3 -3
  61. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +3 -3
  62. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +3 -3
  63. package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +3 -3
  64. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +3 -3
  65. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +3 -3
  66. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +3 -3
  67. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +3 -3
  68. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +3 -3
  69. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +3 -3
  70. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +3 -3
  71. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +3 -3
  72. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +3 -3
  73. package/agnostic/html/hyper-json/smart-tags/index.js +1 -1
  74. package/agnostic/html/hyper-json/smart-tags/isolated/any/index.js +1 -1
  75. package/agnostic/html/hyper-json/smart-tags/isolated/array/index.js +1 -1
  76. package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +3 -3
  77. package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +3 -3
  78. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +3 -3
  79. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +3 -3
  80. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +3 -3
  81. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +3 -3
  82. package/agnostic/html/hyper-json/smart-tags/isolated/null/index.js +1 -1
  83. package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +3 -3
  84. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +3 -3
  85. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +3 -3
  86. package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +3 -3
  87. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +3 -3
  88. package/agnostic/html/hyper-json/transformer/index.js +1 -1
  89. package/agnostic/html/hyper-json/tree/index.js +3 -3
  90. package/agnostic/html/hyper-json/types/index.js +1 -1
  91. package/agnostic/html/hyper-json/utils/index.js +3 -3
  92. package/agnostic/html/index.js +16 -16
  93. package/agnostic/html/insert-node/index.js +1 -1
  94. package/agnostic/html/placeholders/index.js +1 -1
  95. package/agnostic/html/replace-in-element/index.js +1 -1
  96. package/agnostic/html/sanitize/index.js +5 -5
  97. package/agnostic/html/selector-to-element/index.js +5 -5
  98. package/agnostic/html/string-to-nodes/index.js +6 -6
  99. package/agnostic/misc/assert/index.js +4 -4
  100. package/agnostic/misc/cast/index.js +1 -1
  101. package/agnostic/misc/crawler/index.js +1 -1
  102. package/agnostic/misc/crossenv/detect-runtime/index.js +1 -1
  103. package/agnostic/misc/crossenv/index.js +1 -1
  104. package/agnostic/misc/crossenv/types/index.js +1 -1
  105. package/agnostic/misc/crossenv/window/index.js +1 -1
  106. package/agnostic/misc/data-size/index.js +1 -1
  107. package/agnostic/misc/elo/index.js +1 -1
  108. package/agnostic/misc/get-current-downlink/index.js +1 -1
  109. package/agnostic/misc/index.js +28 -28
  110. package/agnostic/misc/is-constructor-function/index.js +1 -1
  111. package/agnostic/misc/is-nullish/index.js +1 -1
  112. package/agnostic/misc/logs/index.js +3 -3
  113. package/agnostic/misc/logs/logger/index.js +1 -1
  114. package/agnostic/misc/logs/make-text-block/index.js +1 -1
  115. package/agnostic/misc/logs/styles/index.js +1 -1
  116. package/agnostic/misc/lorem-ipsum/index.js +12 -12
  117. package/agnostic/misc/outcome/index.js +1 -1
  118. package/agnostic/numbers/absolute-modulo/index.js +1 -1
  119. package/agnostic/numbers/clamp/index.js +1 -1
  120. package/agnostic/numbers/index.js +6 -6
  121. package/agnostic/numbers/interpolate/index.js +1 -1
  122. package/agnostic/numbers/responsive-harmonics/index.js +1 -1
  123. package/agnostic/numbers/round/index.js +1 -1
  124. package/agnostic/objects/deep-get-property/index.js +1 -1
  125. package/agnostic/objects/enums/index.js +1 -1
  126. package/agnostic/objects/enums/is-in-enum/index.js +1 -1
  127. package/agnostic/objects/flatten-getters/index.js +1 -1
  128. package/agnostic/objects/index.js +13 -13
  129. package/agnostic/objects/is-object/index.js +1 -1
  130. package/agnostic/objects/is-record/index.js +1 -1
  131. package/agnostic/objects/record-format/index.js +1 -1
  132. package/agnostic/objects/record-map/index.js +1 -1
  133. package/agnostic/objects/validation/index.js +1 -1
  134. package/agnostic/optim/index.js +1 -1
  135. package/agnostic/optim/memoize/index.js +1 -1
  136. package/agnostic/optim/throttle-debounce/index.js +1 -1
  137. package/agnostic/random/hex-char/index.js +1 -1
  138. package/agnostic/random/index.js +1 -1
  139. package/agnostic/random/random/index.js +1 -1
  140. package/agnostic/random/uuid/index.js +1 -1
  141. package/agnostic/regexps/index.js +1 -1
  142. package/agnostic/strings/char-codes/index.js +1 -1
  143. package/agnostic/strings/index.js +8 -8
  144. package/agnostic/strings/matches/index.js +1 -1
  145. package/agnostic/strings/normalize-indent/index.js +1 -1
  146. package/agnostic/strings/replace-all/index.js +1 -1
  147. package/agnostic/strings/to-alphanum/index.js +1 -1
  148. package/agnostic/strings/trim/index.js +1 -1
  149. package/agnostic/time/dates/format-date/index.js +1 -1
  150. package/agnostic/time/dates/index.js +1 -1
  151. package/agnostic/time/duration/index.js +1 -1
  152. package/agnostic/time/index.js +7 -7
  153. package/agnostic/time/timeout/index.js +1 -1
  154. package/agnostic/time/transitions/index.js +1 -1
  155. package/agnostic/time/wait/index.js +1 -1
  156. package/chunks/chunk-2PNFMIXN.js +20 -0
  157. package/chunks/chunk-35W7XRC3.js +173 -0
  158. package/chunks/chunk-3GTGE66Y.js +32 -0
  159. package/chunks/chunk-422KBDRV.js +203 -0
  160. package/chunks/chunk-454MZ5UE.js +239 -0
  161. package/chunks/chunk-4CAHGPFA.js +32 -0
  162. package/chunks/chunk-4OH2EX3D.js +191 -0
  163. package/chunks/chunk-4WOYAD35.js +31 -0
  164. package/chunks/chunk-55MT7BMY.js +16 -0
  165. package/chunks/chunk-5IPSIDXB.js +31 -0
  166. package/chunks/chunk-5JMTDJWX.js +37 -0
  167. package/chunks/chunk-5RGHYFQH.js +70 -0
  168. package/chunks/chunk-5VHFXWFM.js +31 -0
  169. package/chunks/chunk-6DA4S65P.js +37 -0
  170. package/chunks/chunk-6PNTQUTX.js +20 -0
  171. package/chunks/chunk-6WVNJVBE.js +34 -0
  172. package/chunks/chunk-7DDXALPH.js +49 -0
  173. package/chunks/chunk-7N7BJA6C.js +36 -0
  174. package/chunks/chunk-7YSTZ7GY.js +31 -0
  175. package/chunks/chunk-A4FSJC46.js +58 -0
  176. package/chunks/chunk-AE6L2HYA.js +56 -0
  177. package/chunks/chunk-AIESW26U.js +47 -0
  178. package/chunks/chunk-AM26FWT6.js +31 -0
  179. package/chunks/chunk-AZLVQV5A.js +39 -0
  180. package/chunks/chunk-BNNAZPI2.js +191 -0
  181. package/chunks/chunk-BONBND7I.js +239 -0
  182. package/chunks/chunk-CMWR77VW.js +54 -0
  183. package/chunks/chunk-D2NTUAFE.js +4284 -0
  184. package/chunks/chunk-D5E2CIDK.js +20 -0
  185. package/chunks/chunk-EHVYR4OU.js +56 -0
  186. package/chunks/chunk-EM37BFXO.js +35 -0
  187. package/chunks/chunk-ERAFJXWH.js +20 -0
  188. package/chunks/chunk-FEFY3V6P.js +31 -0
  189. package/chunks/chunk-FJTOFK3C.js +203 -0
  190. package/chunks/chunk-G66DWXF3.js +31 -0
  191. package/chunks/chunk-GKG3UQH3.js +191 -0
  192. package/chunks/chunk-GP44TBRI.js +39 -0
  193. package/chunks/chunk-HKTNK262.js +23 -0
  194. package/chunks/chunk-HQGZVWBB.js +56 -0
  195. package/chunks/chunk-HTNLTDQT.js +28 -0
  196. package/chunks/chunk-I66DPQN2.js +31 -0
  197. package/chunks/chunk-IJ7SOXLA.js +107 -0
  198. package/chunks/chunk-ISAIFQAY.js +100 -0
  199. package/chunks/chunk-JBDWHJ4Q.js +31 -0
  200. package/chunks/chunk-JJWKHBXD.js +68 -0
  201. package/chunks/chunk-JSYVAPV6.js +6 -0
  202. package/chunks/chunk-KH5JTC2N.js +49 -0
  203. package/chunks/chunk-KTB7NX4Q.js +56 -0
  204. package/chunks/chunk-KUIQRVIC.js +100 -0
  205. package/chunks/chunk-L2L27BLX.js +56 -0
  206. package/chunks/chunk-LXZULGNN.js +37 -0
  207. package/chunks/chunk-MC5RLVK5.js +4284 -0
  208. package/chunks/chunk-MOA6JFUQ.js +2369 -0
  209. package/chunks/chunk-MUYZV5F3.js +2369 -0
  210. package/chunks/chunk-MUZGZ3ZF.js +50 -0
  211. package/chunks/chunk-N4BZJOGW.js +56 -0
  212. package/chunks/chunk-N4LMP4UM.js +31 -0
  213. package/chunks/chunk-N5QAGJXV.js +49 -0
  214. package/chunks/chunk-OD33BN4K.js +32 -0
  215. package/chunks/chunk-OPO25SDO.js +28 -0
  216. package/chunks/chunk-P3QFJTAE.js +129 -0
  217. package/chunks/chunk-Q7HA7IAA.js +20 -0
  218. package/chunks/chunk-QTTNO4T6.js +37 -0
  219. package/chunks/chunk-QUWGF5WZ.js +191 -0
  220. package/chunks/chunk-QVIRBFMQ.js +31 -0
  221. package/chunks/chunk-QZPBUDX2.js +20 -0
  222. package/chunks/chunk-ROJZUEYL.js +37 -0
  223. package/chunks/chunk-RWWYR54P.js +31 -0
  224. package/chunks/chunk-SPMF4X5X.js +31 -0
  225. package/chunks/chunk-UHH75BZP.js +56 -0
  226. package/chunks/chunk-UJN2WZGO.js +32 -0
  227. package/chunks/chunk-UT75PSLP.js +20 -0
  228. package/chunks/chunk-UVSTFYSD.js +28 -0
  229. package/chunks/chunk-VHCD3Z4T.js +20 -0
  230. package/chunks/chunk-VLHSIIPO.js +20 -0
  231. package/chunks/chunk-VQEP2EQF.js +100 -0
  232. package/chunks/chunk-VV72XGJJ.js +58 -0
  233. package/chunks/chunk-VXSOUAUT.js +100 -0
  234. package/chunks/chunk-W5LE6YQ5.js +16 -0
  235. package/chunks/chunk-W6BFU7Y5.js +56 -0
  236. package/chunks/chunk-WDXNM5YB.js +20 -0
  237. package/chunks/chunk-WO2R3QFK.js +20 -0
  238. package/chunks/chunk-WOGRENMM.js +31 -0
  239. package/chunks/chunk-X4XXZ44B.js +37 -0
  240. package/chunks/chunk-X5FAZBWL.js +130 -0
  241. package/chunks/chunk-XC2YGMNJ.js +203 -0
  242. package/chunks/chunk-YMRAUWRW.js +20 -0
  243. package/chunks/chunk-ZNA7SWFK.js +29 -0
  244. package/components/Comp/index.js +1 -1
  245. package/node/@aws-s3/index.d.ts +2 -0
  246. package/node/@aws-s3/index.js +12 -0
  247. package/node/@aws-s3/storage/file/download/index.d.ts +22 -0
  248. package/node/@aws-s3/storage/file/download/index.js +9 -0
  249. package/node/@aws-s3/storage/file/index.d.ts +3 -0
  250. package/node/@aws-s3/storage/file/index.js +14 -0
  251. package/node/@aws-s3/storage/file/upload/index.d.ts +28 -0
  252. package/node/@aws-s3/storage/file/upload/index.js +9 -0
  253. package/node/@aws-s3/storage/index.d.ts +2 -0
  254. package/node/@aws-s3/storage/index.js +12 -0
  255. package/node/@design-edito/index.js +6 -6
  256. package/node/@design-edito/thumbnails/colors/index.js +2 -2
  257. package/node/@design-edito/thumbnails/common/index.js +2 -2
  258. package/node/@design-edito/thumbnails/easings/index.js +2 -2
  259. package/node/@design-edito/thumbnails/index.js +8 -8
  260. package/node/@design-edito/thumbnails/layout/index.js +4 -4
  261. package/node/@express/@multer/index.js +2 -3
  262. package/node/@express/index.js +2 -3
  263. package/node/@google-cloud/index.js +17 -17
  264. package/node/@google-cloud/storage/bucket/get-metadata/index.js +2 -2
  265. package/node/@google-cloud/storage/bucket/index.js +6 -6
  266. package/node/@google-cloud/storage/bucket/list/index.js +2 -2
  267. package/node/@google-cloud/storage/file/copy/index.d.ts +3 -3
  268. package/node/@google-cloud/storage/file/copy/index.js +2 -2
  269. package/node/@google-cloud/storage/file/download/index.d.ts +5 -4
  270. package/node/@google-cloud/storage/file/download/index.js +2 -2
  271. package/node/@google-cloud/storage/file/erase/index.js +2 -2
  272. package/node/@google-cloud/storage/file/exists/index.js +2 -2
  273. package/node/@google-cloud/storage/file/generate-signed-url/index.js +2 -2
  274. package/node/@google-cloud/storage/file/get-metadata/index.js +2 -2
  275. package/node/@google-cloud/storage/file/get-permissions/index.js +2 -2
  276. package/node/@google-cloud/storage/file/index.js +22 -22
  277. package/node/@google-cloud/storage/file/move/index.d.ts +3 -3
  278. package/node/@google-cloud/storage/file/move/index.js +2 -2
  279. package/node/@google-cloud/storage/file/revoke-signed-urls/index.js +5 -5
  280. package/node/@google-cloud/storage/file/update-metadata/index.js +2 -2
  281. package/node/@google-cloud/storage/file/upload/index.d.ts +13 -9
  282. package/node/@google-cloud/storage/file/upload/index.js +2 -2
  283. package/node/@google-cloud/storage/index.js +19 -19
  284. package/node/cloud-storage/client/index.d.ts +14 -0
  285. package/node/cloud-storage/client/index.js +20 -0
  286. package/node/cloud-storage/credentials/index.d.ts +33 -0
  287. package/node/cloud-storage/credentials/index.js +1 -0
  288. package/node/cloud-storage/endpoint/index.d.ts +24 -0
  289. package/node/cloud-storage/endpoint/index.js +13 -0
  290. package/node/cloud-storage/index.d.ts +5 -0
  291. package/node/cloud-storage/index.js +31 -0
  292. package/node/cloud-storage/operations/download/index.d.ts +5 -0
  293. package/node/cloud-storage/operations/download/index.js +15 -0
  294. package/node/cloud-storage/operations/index.d.ts +3 -0
  295. package/node/cloud-storage/operations/index.js +24 -0
  296. package/node/cloud-storage/operations/upload/index.d.ts +6 -0
  297. package/node/cloud-storage/operations/upload/index.js +15 -0
  298. package/node/encryption/buffer/index.d.ts +5 -4
  299. package/node/encryption/buffer/index.js +11 -11
  300. package/node/encryption/generate-key/index.js +1 -1
  301. package/node/encryption/index.d.ts +4 -5
  302. package/node/encryption/index.js +10 -22
  303. package/node/encryption/key/index.d.ts +16 -0
  304. package/node/encryption/key/index.js +7 -0
  305. package/node/encryption/uint8-array/index.js +2 -2
  306. package/node/files/index.js +4 -4
  307. package/node/files/is-in-directory/index.js +1 -1
  308. package/node/files/read-write/index.js +1 -1
  309. package/node/files/subpaths/index.js +1 -1
  310. package/node/ftps/file/download/index.d.ts +22 -0
  311. package/node/ftps/file/download/index.js +9 -0
  312. package/node/ftps/file/index.d.ts +3 -0
  313. package/node/ftps/file/index.js +14 -0
  314. package/node/ftps/file/upload/index.d.ts +24 -0
  315. package/node/ftps/file/upload/index.js +9 -0
  316. package/node/ftps/index.d.ts +2 -0
  317. package/node/ftps/index.js +11 -0
  318. package/node/images/exports/index.js +2 -4
  319. package/node/images/index.js +11 -13
  320. package/node/images/prepare/index.js +10 -12
  321. package/node/images/transform/area-composition/index.js +7 -8
  322. package/node/images/transform/index.d.ts +182 -5
  323. package/node/images/transform/index.js +8 -9
  324. package/node/index.d.ts +5 -1
  325. package/node/process/index.js +1 -1
  326. package/node/process/on-exit/index.js +1 -1
  327. package/node/sftp/file/download/index.d.ts +20 -0
  328. package/node/sftp/file/download/index.js +9 -0
  329. package/node/sftp/file/index.d.ts +3 -0
  330. package/node/sftp/file/index.js +14 -0
  331. package/node/sftp/file/upload/index.d.ts +24 -0
  332. package/node/sftp/file/upload/index.js +9 -0
  333. package/node/sftp/index.d.ts +2 -0
  334. package/node/sftp/index.js +11 -0
  335. package/package.json +7 -5
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  multer_exports
3
- } from "../../chunks/chunk-JRXTMXKV.js";
4
- import "../../chunks/chunk-VP3Y6EMX.js";
3
+ } from "../../chunks/chunk-GP44TBRI.js";
5
4
  import "../../chunks/chunk-JMU5PDBD.js";
6
- import "../../chunks/chunk-XCBH6NLF.js";
5
+ import "../../chunks/chunk-WSFCRVEQ.js";
7
6
  export {
8
7
  multer_exports as Multer
9
8
  };
@@ -1,24 +1,24 @@
1
1
  import {
2
2
  storage_exports
3
- } from "../../chunks/chunk-BV67SWXG.js";
4
- import "../../chunks/chunk-QMWX2A56.js";
5
- import "../../chunks/chunk-YZDZQ7AZ.js";
6
- import "../../chunks/chunk-RSMUYH5H.js";
7
- import "../../chunks/chunk-I2ILSLBK.js";
8
- import "../../chunks/chunk-UG36UPJK.js";
9
- import "../../chunks/chunk-PVHLWKA6.js";
10
- import "../../chunks/chunk-LAA2DQDK.js";
11
- import "../../chunks/chunk-FG53JEP2.js";
12
- import "../../chunks/chunk-4FOK7DUZ.js";
13
- import "../../chunks/chunk-CIJQHLIW.js";
14
- import "../../chunks/chunk-F5GXXF3A.js";
15
- import "../../chunks/chunk-YDNQHZRS.js";
16
- import "../../chunks/chunk-GL54CDM2.js";
17
- import "../../chunks/chunk-KYMCGWPM.js";
18
- import "../../chunks/chunk-AF2MI5O5.js";
3
+ } from "../../chunks/chunk-VHCD3Z4T.js";
4
+ import "../../chunks/chunk-YMRAUWRW.js";
5
+ import "../../chunks/chunk-ZNA7SWFK.js";
6
+ import "../../chunks/chunk-7YSTZ7GY.js";
7
+ import "../../chunks/chunk-L2L27BLX.js";
8
+ import "../../chunks/chunk-EM37BFXO.js";
9
+ import "../../chunks/chunk-QVIRBFMQ.js";
10
+ import "../../chunks/chunk-4CAHGPFA.js";
11
+ import "../../chunks/chunk-WOGRENMM.js";
12
+ import "../../chunks/chunk-X4XXZ44B.js";
13
+ import "../../chunks/chunk-G66DWXF3.js";
14
+ import "../../chunks/chunk-JBDWHJ4Q.js";
15
+ import "../../chunks/chunk-5IPSIDXB.js";
16
+ import "../../chunks/chunk-5VHFXWFM.js";
17
+ import "../../chunks/chunk-KH5JTC2N.js";
18
+ import "../../chunks/chunk-6WVNJVBE.js";
19
19
  import "../../chunks/chunk-JMU5PDBD.js";
20
20
  import "../../chunks/chunk-FENXVJYO.js";
21
- import "../../chunks/chunk-XCBH6NLF.js";
21
+ import "../../chunks/chunk-WSFCRVEQ.js";
22
22
  export {
23
23
  storage_exports as Storage
24
24
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  getMetadata
3
- } from "../../../../../chunks/chunk-AF2MI5O5.js";
3
+ } from "../../../../../chunks/chunk-ZNA7SWFK.js";
4
4
  import "../../../../../chunks/chunk-JMU5PDBD.js";
5
5
  import "../../../../../chunks/chunk-FENXVJYO.js";
6
- import "../../../../../chunks/chunk-XCBH6NLF.js";
6
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
7
7
  export {
8
8
  getMetadata
9
9
  };
@@ -1,13 +1,13 @@
1
- import "../../../../chunks/chunk-GL54CDM2.js";
2
- import {
3
- list_exports
4
- } from "../../../../chunks/chunk-KYMCGWPM.js";
1
+ import "../../../../chunks/chunk-YMRAUWRW.js";
5
2
  import {
6
3
  get_metadata_exports
7
- } from "../../../../chunks/chunk-AF2MI5O5.js";
4
+ } from "../../../../chunks/chunk-ZNA7SWFK.js";
5
+ import {
6
+ list_exports
7
+ } from "../../../../chunks/chunk-7YSTZ7GY.js";
8
8
  import "../../../../chunks/chunk-JMU5PDBD.js";
9
9
  import "../../../../chunks/chunk-FENXVJYO.js";
10
- import "../../../../chunks/chunk-XCBH6NLF.js";
10
+ import "../../../../chunks/chunk-WSFCRVEQ.js";
11
11
  export {
12
12
  get_metadata_exports as GetMetadata,
13
13
  list_exports as List
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  list
3
- } from "../../../../../chunks/chunk-KYMCGWPM.js";
3
+ } from "../../../../../chunks/chunk-7YSTZ7GY.js";
4
4
  import "../../../../../chunks/chunk-JMU5PDBD.js";
5
5
  import "../../../../../chunks/chunk-FENXVJYO.js";
6
- import "../../../../../chunks/chunk-XCBH6NLF.js";
6
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
7
7
  export {
8
8
  list
9
9
  };
@@ -7,15 +7,15 @@ export type CopyOptions = {
7
7
  /**
8
8
  * Copies a file from one location to another within a Google Cloud Storage bucket.
9
9
  *
10
- * This function copies the file located at `sourcePath` to `destinationPath` in the same or a different Google Cloud Storage bucket.
10
+ * This function copies the file located at `sourcePath` to `targetPath` in the same or a different Google Cloud Storage bucket.
11
11
  * It can be customized using optional `fileOptions` and `copyOptions` to control the copying behavior.
12
12
  *
13
13
  * @param {string} sourcePath - The path of the source file to be copied.
14
- * @param {string} destinationPath - The destination path where the file will be copied to.
14
+ * @param {string} targetPath - The target path where the file will be copied to.
15
15
  * @param {Bucket} bucket - The Google Cloud Storage bucket object containing the file to be copied.
16
16
  * @param {CopyOptions} [options] - Optional configuration options for the file copy operation.
17
17
  * @returns {Promise<Outcome.Either<true, string>>} A promise that resolves to an `Outcome.Either`.
18
18
  * - On success: `Outcome.makeSuccess(true)` indicating the file was successfully copied.
19
19
  * - On failure: `Outcome.makeFailure(errStr)` with an error message if the copy operation fails.
20
20
  */
21
- export declare function copy(sourcePath: string, destinationPath: string, bucket: Bucket, options?: CopyOptions): Promise<Outcome.Either<true, string>>;
21
+ export declare function copy(sourcePath: string, targetPath: string, bucket: Bucket, options?: CopyOptions): Promise<Outcome.Either<true, string>>;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  copy
3
- } from "../../../../../chunks/chunk-PVHLWKA6.js";
3
+ } from "../../../../../chunks/chunk-5IPSIDXB.js";
4
4
  import "../../../../../chunks/chunk-JMU5PDBD.js";
5
5
  import "../../../../../chunks/chunk-FENXVJYO.js";
6
- import "../../../../../chunks/chunk-XCBH6NLF.js";
6
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
7
7
  export {
8
8
  copy
9
9
  };
@@ -1,3 +1,4 @@
1
+ import { Readable } from 'node:stream';
1
2
  import { Bucket, FileOptions, DownloadOptions as GCSFileDownloadOptions } from '@google-cloud/storage';
2
3
  import { Outcome } from '~/agnostic/misc/outcome';
3
4
  export type DownloadOptions = {
@@ -7,14 +8,14 @@ export type DownloadOptions = {
7
8
  /**
8
9
  * Downloads a file from a specified Google Cloud Storage bucket.
9
10
  *
10
- * This function downloads a file from the given bucket and path, returning the file content as a `Buffer`.
11
+ * This function downloads a file from the given bucket and path, returning the file content as a `Readable`.
11
12
  * The download process can be customized using optional `fileOptions` and `downloadOptions`.
12
13
  *
13
14
  * @param {string} sourcePath - The path of the file to be downloaded in the bucket.
14
15
  * @param {Bucket} bucket - The Google Cloud Storage bucket object from which to download the file.
15
16
  * @param {DownloadOptions} [options] - Optional configuration options for the download.
16
- * @returns {Promise<Outcome.Either<Buffer, string>>} A promise that resolves to an `Outcome.Either`.
17
- * - On success: `Outcome.makeSuccess(buffer)` containing the downloaded file's content as a `Buffer`.
17
+ * @returns {Promise<Outcome.Either<Readable, string>>} A promise that resolves to an `Outcome.Either`.
18
+ * - On success: `Outcome.makeSuccess(stream)` containing the downloaded file's content as a `Readable`.
18
19
  * - On failure: `Outcome.makeFailure(errStr)` with an error message if the download fails.
19
20
  */
20
- export declare function download(sourcePath: string, bucket: Bucket, options?: DownloadOptions): Promise<Outcome.Either<Buffer, string>>;
21
+ export declare function download(sourcePath: string, bucket: Bucket, options?: DownloadOptions): Promise<Outcome.Either<Readable, string>>;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  download
3
- } from "../../../../../chunks/chunk-LAA2DQDK.js";
3
+ } from "../../../../../chunks/chunk-6WVNJVBE.js";
4
4
  import "../../../../../chunks/chunk-JMU5PDBD.js";
5
5
  import "../../../../../chunks/chunk-FENXVJYO.js";
6
- import "../../../../../chunks/chunk-XCBH6NLF.js";
6
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
7
7
  export {
8
8
  download
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  erase
3
- } from "../../../../../chunks/chunk-FG53JEP2.js";
3
+ } from "../../../../../chunks/chunk-G66DWXF3.js";
4
4
  import "../../../../../chunks/chunk-JMU5PDBD.js";
5
5
  import "../../../../../chunks/chunk-FENXVJYO.js";
6
- import "../../../../../chunks/chunk-XCBH6NLF.js";
6
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
7
7
  export {
8
8
  erase
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  exists
3
- } from "../../../../../chunks/chunk-CIJQHLIW.js";
3
+ } from "../../../../../chunks/chunk-5VHFXWFM.js";
4
4
  import "../../../../../chunks/chunk-JMU5PDBD.js";
5
5
  import "../../../../../chunks/chunk-FENXVJYO.js";
6
- import "../../../../../chunks/chunk-XCBH6NLF.js";
6
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
7
7
  export {
8
8
  exists
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generateSignedUrl
3
- } from "../../../../../chunks/chunk-4FOK7DUZ.js";
3
+ } from "../../../../../chunks/chunk-EM37BFXO.js";
4
4
  import "../../../../../chunks/chunk-JMU5PDBD.js";
5
5
  import "../../../../../chunks/chunk-FENXVJYO.js";
6
- import "../../../../../chunks/chunk-XCBH6NLF.js";
6
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
7
7
  export {
8
8
  generateSignedUrl
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  getMetadata
3
- } from "../../../../../chunks/chunk-YDNQHZRS.js";
3
+ } from "../../../../../chunks/chunk-QVIRBFMQ.js";
4
4
  import "../../../../../chunks/chunk-JMU5PDBD.js";
5
5
  import "../../../../../chunks/chunk-FENXVJYO.js";
6
- import "../../../../../chunks/chunk-XCBH6NLF.js";
6
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
7
7
  export {
8
8
  getMetadata
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  getPermissions
3
- } from "../../../../../chunks/chunk-F5GXXF3A.js";
3
+ } from "../../../../../chunks/chunk-WOGRENMM.js";
4
4
  import "../../../../../chunks/chunk-JMU5PDBD.js";
5
5
  import "../../../../../chunks/chunk-FENXVJYO.js";
6
- import "../../../../../chunks/chunk-XCBH6NLF.js";
6
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
7
7
  export {
8
8
  getPermissions
9
9
  };
@@ -1,40 +1,40 @@
1
- import "../../../../chunks/chunk-QMWX2A56.js";
1
+ import "../../../../chunks/chunk-L2L27BLX.js";
2
2
  import {
3
- revoke_signed_urls_exports
4
- } from "../../../../chunks/chunk-YZDZQ7AZ.js";
3
+ generate_signed_url_exports
4
+ } from "../../../../chunks/chunk-EM37BFXO.js";
5
5
  import {
6
- upload_exports
7
- } from "../../../../chunks/chunk-RSMUYH5H.js";
6
+ get_metadata_exports
7
+ } from "../../../../chunks/chunk-QVIRBFMQ.js";
8
8
  import {
9
9
  move_exports
10
- } from "../../../../chunks/chunk-I2ILSLBK.js";
10
+ } from "../../../../chunks/chunk-4CAHGPFA.js";
11
11
  import {
12
- update_metadata_exports
13
- } from "../../../../chunks/chunk-UG36UPJK.js";
14
- import {
15
- copy_exports
16
- } from "../../../../chunks/chunk-PVHLWKA6.js";
12
+ get_permissions_exports
13
+ } from "../../../../chunks/chunk-WOGRENMM.js";
17
14
  import {
18
- download_exports
19
- } from "../../../../chunks/chunk-LAA2DQDK.js";
15
+ revoke_signed_urls_exports
16
+ } from "../../../../chunks/chunk-X4XXZ44B.js";
20
17
  import {
21
18
  erase_exports
22
- } from "../../../../chunks/chunk-FG53JEP2.js";
19
+ } from "../../../../chunks/chunk-G66DWXF3.js";
23
20
  import {
24
- generate_signed_url_exports
25
- } from "../../../../chunks/chunk-4FOK7DUZ.js";
21
+ update_metadata_exports
22
+ } from "../../../../chunks/chunk-JBDWHJ4Q.js";
23
+ import {
24
+ copy_exports
25
+ } from "../../../../chunks/chunk-5IPSIDXB.js";
26
26
  import {
27
27
  exists_exports
28
- } from "../../../../chunks/chunk-CIJQHLIW.js";
28
+ } from "../../../../chunks/chunk-5VHFXWFM.js";
29
29
  import {
30
- get_permissions_exports
31
- } from "../../../../chunks/chunk-F5GXXF3A.js";
30
+ upload_exports
31
+ } from "../../../../chunks/chunk-KH5JTC2N.js";
32
32
  import {
33
- get_metadata_exports
34
- } from "../../../../chunks/chunk-YDNQHZRS.js";
33
+ download_exports
34
+ } from "../../../../chunks/chunk-6WVNJVBE.js";
35
35
  import "../../../../chunks/chunk-JMU5PDBD.js";
36
36
  import "../../../../chunks/chunk-FENXVJYO.js";
37
- import "../../../../chunks/chunk-XCBH6NLF.js";
37
+ import "../../../../chunks/chunk-WSFCRVEQ.js";
38
38
  export {
39
39
  copy_exports as Copy,
40
40
  download_exports as Download,
@@ -8,11 +8,11 @@ export type MoveOptions = {
8
8
  /**
9
9
  * Moves a file from one location to another within a Google Cloud Storage bucket.
10
10
  *
11
- * This function first copies the file located at `sourcePath` to `destinationPath`, then deletes the source file
11
+ * This function first copies the file located at `sourcePath` to `targetPath`, then deletes the source file
12
12
  * after the copy is successful. The process can be customized using optional `fileOptions`, `copyOptions`, and `deleteOptions`.
13
13
  *
14
14
  * @param {string} sourcePath - The path of the source file to be moved.
15
- * @param {string} destinationPath - The destination path where the file will be moved to.
15
+ * @param {string} targetPath - The target path where the file will be moved to.
16
16
  * @param {Bucket} bucket - The Google Cloud Storage bucket object containing the file to be moved.
17
17
  * @param {MoveOptions} [options] - Optional configuration options for the file move operation.
18
18
  * @returns {Promise<Outcome.Either<true, string>>} A promise that resolves to an `Outcome.Either`.
@@ -21,4 +21,4 @@ export type MoveOptions = {
21
21
  *
22
22
  * @throws {Error} Throws an error if the move operation fails (e.g., source file not found, insufficient permissions, etc.).
23
23
  */
24
- export declare function move(sourcePath: string, destinationPath: string, bucket: Bucket, options?: MoveOptions): Promise<Outcome.Either<true, string>>;
24
+ export declare function move(sourcePath: string, targetPath: string, bucket: Bucket, options?: MoveOptions): Promise<Outcome.Either<true, string>>;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  move
3
- } from "../../../../../chunks/chunk-I2ILSLBK.js";
3
+ } from "../../../../../chunks/chunk-4CAHGPFA.js";
4
4
  import "../../../../../chunks/chunk-JMU5PDBD.js";
5
5
  import "../../../../../chunks/chunk-FENXVJYO.js";
6
- import "../../../../../chunks/chunk-XCBH6NLF.js";
6
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
7
7
  export {
8
8
  move
9
9
  };
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  revokeSignedUrls
3
- } from "../../../../../chunks/chunk-YZDZQ7AZ.js";
4
- import "../../../../../chunks/chunk-RSMUYH5H.js";
5
- import "../../../../../chunks/chunk-LAA2DQDK.js";
6
- import "../../../../../chunks/chunk-FG53JEP2.js";
3
+ } from "../../../../../chunks/chunk-X4XXZ44B.js";
4
+ import "../../../../../chunks/chunk-G66DWXF3.js";
5
+ import "../../../../../chunks/chunk-KH5JTC2N.js";
6
+ import "../../../../../chunks/chunk-6WVNJVBE.js";
7
7
  import "../../../../../chunks/chunk-JMU5PDBD.js";
8
8
  import "../../../../../chunks/chunk-FENXVJYO.js";
9
- import "../../../../../chunks/chunk-XCBH6NLF.js";
9
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
10
10
  export {
11
11
  revokeSignedUrls
12
12
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  updateFileMetadata
3
- } from "../../../../../chunks/chunk-UG36UPJK.js";
3
+ } from "../../../../../chunks/chunk-JBDWHJ4Q.js";
4
4
  import "../../../../../chunks/chunk-JMU5PDBD.js";
5
5
  import "../../../../../chunks/chunk-FENXVJYO.js";
6
- import "../../../../../chunks/chunk-XCBH6NLF.js";
6
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
7
7
  export {
8
8
  updateFileMetadata
9
9
  };
@@ -1,21 +1,25 @@
1
+ import { Readable } from 'node:stream';
1
2
  import { Bucket, FileOptions, SaveOptions } from '@google-cloud/storage';
2
3
  import { Outcome } from '~/agnostic/misc/outcome';
3
4
  export type UploadOptions = {
4
5
  fileOptions?: FileOptions;
5
- saveOptions?: SaveOptions;
6
+ saveOptions?: SaveOptions & {
7
+ overwrite?: boolean;
8
+ };
6
9
  };
7
10
  /**
8
- * Uploads a file buffer to a specified Google Cloud Storage bucket.
11
+ * Uploads a file stream to a specified Google Cloud Storage bucket.
9
12
  *
10
- * This function uploads the provided file buffer to the specified bucket at the given destination path.
13
+ * This function uploads the provided file stream to the specified bucket at the given target path.
11
14
  * The upload can be customized using optional `fileOptions` and `saveOptions`.
15
+ * If the `overwrite` option is false and a file already exists at the target path, the upload is aborted.
12
16
  *
13
- * @param {Buffer} filebuffer - The file content to be uploaded.
14
- * @param {string} destinationPath - The destination path where the file will be saved in the bucket.
17
+ * @param {Readable} fileStream - The file content to be uploaded.
18
+ * @param {string} targetPath - The target path where the file will be saved in the bucket.
15
19
  * @param {Bucket} bucket - The Google Cloud Storage bucket object.
16
20
  * @param {UploadOptions} [options] - Optional options to configure the upload process.
17
- * @returns {Promise<Outcome.Either<true, string>>} A promise that resolves to an `Outcome.Either`.
18
- * - On success: `Outcome.makeSuccess(true)` indicating the upload was successful.
19
- * - On failure: `Outcome.makeFailure(errStr)` with an error message if the upload fails.
21
+ * @returns {Promise<Outcome.Either<true, string>>} A promise that resolves to an Outcome.Either.
22
+ * - On success: Outcome.makeSuccess(true) indicating the upload was successful.
23
+ * - On failure: Outcome.makeFailure(errStr) with an error message if the upload fails.
20
24
  */
21
- export declare function upload(filebuffer: Buffer, destinationPath: string, bucket: Bucket, options?: UploadOptions): Promise<Outcome.Either<true, string>>;
25
+ export declare function upload(fileStream: Readable, targetPath: string, bucket: Bucket, options?: UploadOptions): Promise<Outcome.Either<true, string>>;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  upload
3
- } from "../../../../../chunks/chunk-RSMUYH5H.js";
3
+ } from "../../../../../chunks/chunk-KH5JTC2N.js";
4
4
  import "../../../../../chunks/chunk-JMU5PDBD.js";
5
5
  import "../../../../../chunks/chunk-FENXVJYO.js";
6
- import "../../../../../chunks/chunk-XCBH6NLF.js";
6
+ import "../../../../../chunks/chunk-WSFCRVEQ.js";
7
7
  export {
8
8
  upload
9
9
  };
@@ -1,26 +1,26 @@
1
- import "../../../chunks/chunk-BV67SWXG.js";
2
- import {
3
- file_exports
4
- } from "../../../chunks/chunk-QMWX2A56.js";
5
- import "../../../chunks/chunk-YZDZQ7AZ.js";
6
- import "../../../chunks/chunk-RSMUYH5H.js";
7
- import "../../../chunks/chunk-I2ILSLBK.js";
8
- import "../../../chunks/chunk-UG36UPJK.js";
9
- import "../../../chunks/chunk-PVHLWKA6.js";
10
- import "../../../chunks/chunk-LAA2DQDK.js";
11
- import "../../../chunks/chunk-FG53JEP2.js";
12
- import "../../../chunks/chunk-4FOK7DUZ.js";
13
- import "../../../chunks/chunk-CIJQHLIW.js";
14
- import "../../../chunks/chunk-F5GXXF3A.js";
15
- import "../../../chunks/chunk-YDNQHZRS.js";
1
+ import "../../../chunks/chunk-VHCD3Z4T.js";
16
2
  import {
17
3
  bucket_exports
18
- } from "../../../chunks/chunk-GL54CDM2.js";
19
- import "../../../chunks/chunk-KYMCGWPM.js";
20
- import "../../../chunks/chunk-AF2MI5O5.js";
4
+ } from "../../../chunks/chunk-YMRAUWRW.js";
5
+ import "../../../chunks/chunk-ZNA7SWFK.js";
6
+ import "../../../chunks/chunk-7YSTZ7GY.js";
7
+ import {
8
+ file_exports
9
+ } from "../../../chunks/chunk-L2L27BLX.js";
10
+ import "../../../chunks/chunk-EM37BFXO.js";
11
+ import "../../../chunks/chunk-QVIRBFMQ.js";
12
+ import "../../../chunks/chunk-4CAHGPFA.js";
13
+ import "../../../chunks/chunk-WOGRENMM.js";
14
+ import "../../../chunks/chunk-X4XXZ44B.js";
15
+ import "../../../chunks/chunk-G66DWXF3.js";
16
+ import "../../../chunks/chunk-JBDWHJ4Q.js";
17
+ import "../../../chunks/chunk-5IPSIDXB.js";
18
+ import "../../../chunks/chunk-5VHFXWFM.js";
19
+ import "../../../chunks/chunk-KH5JTC2N.js";
20
+ import "../../../chunks/chunk-6WVNJVBE.js";
21
21
  import "../../../chunks/chunk-JMU5PDBD.js";
22
22
  import "../../../chunks/chunk-FENXVJYO.js";
23
- import "../../../chunks/chunk-XCBH6NLF.js";
23
+ import "../../../chunks/chunk-WSFCRVEQ.js";
24
24
  export {
25
25
  bucket_exports as Bucket,
26
26
  file_exports as File
@@ -0,0 +1,14 @@
1
+ import { Bucket } from '@google-cloud/storage';
2
+ import { S3 } from 'aws-sdk';
3
+ import { Client as FtpClient } from 'basic-ftp';
4
+ import SftpClient from 'ssh2-sftp-client';
5
+ import { Outcome } from '~/agnostic/misc/outcome';
6
+ import { GcsBucketCredentials, S3BucketCredentials, FtpCredentials, FtpsCredentials, SftpCredentials, Credentials } from '../credentials';
7
+ import { Type, Endpoint } from '../endpoint';
8
+ export type Client<T extends Type> = T extends Type.GCS ? Bucket : T extends Type.S3 ? S3 : T extends Type.FTP ? FtpClient : T extends Type.FTPS ? FtpClient : T extends Type.SFTP ? SftpClient : never;
9
+ export declare function makeClient<T extends Type>(endpointType: T, endpointIdentifier: Endpoint<T>['identifier'], credentials: Credentials<T>): Promise<Outcome.Either<Client<T>, string>>;
10
+ export declare function makeGcsClient(endpoint: Endpoint<Type.GCS>, credentials: GcsBucketCredentials): Outcome.Either<Bucket, string>;
11
+ export declare function makeS3Client(credentials: S3BucketCredentials): Outcome.Either<S3, string>;
12
+ export declare function makeFtpClient(endpoint: Endpoint<Type.FTP>, credentials: FtpCredentials): Promise<Outcome.Either<FtpClient, string>>;
13
+ export declare function makeFtpsClient(endpoint: Endpoint<Type.FTPS>, credentials: FtpsCredentials): Promise<Outcome.Either<FtpClient, string>>;
14
+ export declare function makeSftpClient(endpoint: Endpoint<Type.SFTP>, credentials: SftpCredentials): Promise<Outcome.Either<SftpClient, string>>;
@@ -0,0 +1,20 @@
1
+ import {
2
+ makeClient,
3
+ makeFtpClient,
4
+ makeFtpsClient,
5
+ makeGcsClient,
6
+ makeS3Client,
7
+ makeSftpClient
8
+ } from "../../../chunks/chunk-P3QFJTAE.js";
9
+ import "../../../chunks/chunk-CMWR77VW.js";
10
+ import "../../../chunks/chunk-JMU5PDBD.js";
11
+ import "../../../chunks/chunk-FENXVJYO.js";
12
+ import "../../../chunks/chunk-WSFCRVEQ.js";
13
+ export {
14
+ makeClient,
15
+ makeFtpClient,
16
+ makeFtpsClient,
17
+ makeGcsClient,
18
+ makeS3Client,
19
+ makeSftpClient
20
+ };
@@ -0,0 +1,33 @@
1
+ import { Type } from '../endpoint';
2
+ export type GcsBucketCredentials = {
3
+ client_email: string;
4
+ private_key: string;
5
+ project_id: string;
6
+ };
7
+ export type S3BucketCredentials = {
8
+ accessKeyId: string;
9
+ secretAccessKey: string;
10
+ region?: string;
11
+ };
12
+ export type FtpCredentials = {
13
+ host: string;
14
+ port: number;
15
+ username: string;
16
+ password: string;
17
+ };
18
+ export type FtpsCredentials = {
19
+ host: string;
20
+ port: number;
21
+ username: string;
22
+ password: string;
23
+ implicit: boolean;
24
+ };
25
+ export type SftpCredentials = {
26
+ host: string;
27
+ port: number;
28
+ username: string;
29
+ password?: string;
30
+ privateKey?: string;
31
+ passphrase?: string;
32
+ };
33
+ export type Credentials<T extends Type> = T extends Type.GCS ? GcsBucketCredentials : T extends Type.S3 ? S3BucketCredentials : T extends Type.FTP ? FtpCredentials : T extends Type.FTPS ? FtpsCredentials : T extends Type.SFTP ? SftpCredentials : never;
@@ -0,0 +1 @@
1
+ import "../../../chunks/chunk-JSYVAPV6.js";
@@ -0,0 +1,24 @@
1
+ export declare enum Type {
2
+ GCS = "gcs-bucket",
3
+ S3 = "s3-bucket",
4
+ FTP = "ftp",
5
+ FTPS = "ftps",
6
+ SFTP = "sftp"
7
+ }
8
+ export type Endpoint<T extends Type = Type> = {
9
+ type: T;
10
+ identifier: string;
11
+ };
12
+ export declare function gcsIdentifierData(identifier: string): {
13
+ bucketName: string | null;
14
+ path: string;
15
+ };
16
+ export declare function s3IdentifierData(identifier: string): {
17
+ bucketName: string | null;
18
+ path: string;
19
+ };
20
+ export declare function ftpIdentifierData(identifier: string): {
21
+ host: string | null;
22
+ port: string | null;
23
+ path: string;
24
+ };
@@ -0,0 +1,13 @@
1
+ import {
2
+ Type,
3
+ ftpIdentifierData,
4
+ gcsIdentifierData,
5
+ s3IdentifierData
6
+ } from "../../../chunks/chunk-CMWR77VW.js";
7
+ import "../../../chunks/chunk-WSFCRVEQ.js";
8
+ export {
9
+ Type,
10
+ ftpIdentifierData,
11
+ gcsIdentifierData,
12
+ s3IdentifierData
13
+ };
@@ -0,0 +1,5 @@
1
+ import * as Client from './client';
2
+ import * as Credentials from './credentials';
3
+ import * as Endpoint from './endpoint';
4
+ import * as Operations from './operations';
5
+ export { Client, Credentials, Endpoint, Operations };
@@ -0,0 +1,31 @@
1
+ import {
2
+ credentials_exports
3
+ } from "../../chunks/chunk-JSYVAPV6.js";
4
+ import {
5
+ operations_exports
6
+ } from "../../chunks/chunk-UT75PSLP.js";
7
+ import "../../chunks/chunk-EHVYR4OU.js";
8
+ import "../../chunks/chunk-N5QAGJXV.js";
9
+ import "../../chunks/chunk-KH5JTC2N.js";
10
+ import "../../chunks/chunk-AIESW26U.js";
11
+ import "../../chunks/chunk-AZLVQV5A.js";
12
+ import "../../chunks/chunk-HQGZVWBB.js";
13
+ import "../../chunks/chunk-7N7BJA6C.js";
14
+ import "../../chunks/chunk-6WVNJVBE.js";
15
+ import "../../chunks/chunk-UJN2WZGO.js";
16
+ import "../../chunks/chunk-OD33BN4K.js";
17
+ import {
18
+ client_exports
19
+ } from "../../chunks/chunk-P3QFJTAE.js";
20
+ import {
21
+ endpoint_exports
22
+ } from "../../chunks/chunk-CMWR77VW.js";
23
+ import "../../chunks/chunk-JMU5PDBD.js";
24
+ import "../../chunks/chunk-FENXVJYO.js";
25
+ import "../../chunks/chunk-WSFCRVEQ.js";
26
+ export {
27
+ client_exports as Client,
28
+ credentials_exports as Credentials,
29
+ endpoint_exports as Endpoint,
30
+ operations_exports as Operations
31
+ };
@@ -0,0 +1,5 @@
1
+ import { Outcome } from '~/agnostic/misc/outcome';
2
+ import { Client } from '../../client';
3
+ import { Credentials } from '../../credentials';
4
+ import { Type, Endpoint } from '../../endpoint';
5
+ export declare function download<T extends Type>(targetPath: string, endpointType: T, endpointIdentifier: Endpoint<T>['identifier'], credentials: Credentials<T>, client?: Client<T>): Promise<Outcome.Either<import("stream").Readable, string>>;