@plutonhq/core-backend 0.1.6 → 0.1.8

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 (295) hide show
  1. package/dist/controllers/BackupController.d.ts.map +1 -1
  2. package/dist/controllers/BackupController.js +1 -1
  3. package/dist/controllers/BackupController.js.map +1 -1
  4. package/dist/index.d.ts +1 -0
  5. package/dist/index.d.ts.map +1 -1
  6. package/dist/index.js +1 -1
  7. package/dist/index.js.map +1 -1
  8. package/dist/managers/BaseSystemManager.js +1 -1
  9. package/dist/managers/BaseSystemManager.js.map +1 -1
  10. package/dist/middlewares/versionMiddleware.js +1 -1
  11. package/dist/middlewares/versionMiddleware.js.map +1 -1
  12. package/dist/notifications/BackupNotification.js +1 -1
  13. package/dist/notifications/BackupNotification.js.map +1 -1
  14. package/dist/notifications/BaseNotification.js +1 -1
  15. package/dist/notifications/BaseNotification.js.map +1 -1
  16. package/dist/notifications/templateLoader.js +1 -1
  17. package/dist/notifications/templateLoader.js.map +1 -1
  18. package/dist/services/PlanService.js +1 -1
  19. package/dist/services/PlanService.js.map +1 -1
  20. package/dist/services/StorageService.d.ts.map +1 -1
  21. package/dist/services/StorageService.js +1 -1
  22. package/dist/services/StorageService.js.map +1 -1
  23. package/dist/stores/SettingsStore.d.ts +2 -2
  24. package/dist/stores/SettingsStore.d.ts.map +1 -1
  25. package/dist/stores/SettingsStore.js +1 -1
  26. package/dist/stores/SettingsStore.js.map +1 -1
  27. package/dist/utils/getBackupSourceFiles.js +1 -1
  28. package/dist/utils/getBackupSourceFiles.js.map +1 -1
  29. package/dist/utils/providers/_features.d.ts +70 -0
  30. package/dist/utils/providers/_features.d.ts.map +1 -1
  31. package/dist/utils/providers/_features.js +1 -1
  32. package/dist/utils/providers/_features.js.map +1 -1
  33. package/dist/utils/providers/_s3Options.d.ts +73 -0
  34. package/dist/utils/providers/_s3Options.d.ts.map +1 -1
  35. package/dist/utils/providers/_s3Options.js +1 -1
  36. package/dist/utils/providers/_s3Options.js.map +1 -1
  37. package/dist/utils/providers/arvan.d.ts +73 -0
  38. package/dist/utils/providers/arvan.d.ts.map +1 -1
  39. package/dist/utils/providers/azureblob.d.ts +33 -0
  40. package/dist/utils/providers/azureblob.d.ts.map +1 -1
  41. package/dist/utils/providers/azureblob.js +1 -1
  42. package/dist/utils/providers/azureblob.js.map +1 -1
  43. package/dist/utils/providers/azurefiles.js +1 -1
  44. package/dist/utils/providers/azurefiles.js.map +1 -1
  45. package/dist/utils/providers/b2.d.ts.map +1 -1
  46. package/dist/utils/providers/b2.js +1 -1
  47. package/dist/utils/providers/b2.js.map +1 -1
  48. package/dist/utils/providers/boxCom.js +1 -1
  49. package/dist/utils/providers/boxCom.js.map +1 -1
  50. package/dist/utils/providers/ceph.d.ts +73 -0
  51. package/dist/utils/providers/ceph.d.ts.map +1 -1
  52. package/dist/utils/providers/ceph.js +1 -1
  53. package/dist/utils/providers/ceph.js.map +1 -1
  54. package/dist/utils/providers/dreamobjects.d.ts +73 -0
  55. package/dist/utils/providers/dreamobjects.d.ts.map +1 -1
  56. package/dist/utils/providers/drime.d.ts +30 -0
  57. package/dist/utils/providers/drime.d.ts.map +1 -0
  58. package/dist/utils/providers/drime.js +1 -0
  59. package/dist/utils/providers/drime.js.map +1 -0
  60. package/dist/utils/providers/dropbox.d.ts +17 -0
  61. package/dist/utils/providers/dropbox.d.ts.map +1 -1
  62. package/dist/utils/providers/dropbox.js +1 -1
  63. package/dist/utils/providers/dropbox.js.map +1 -1
  64. package/dist/utils/providers/fichier.js +1 -1
  65. package/dist/utils/providers/fichier.js.map +1 -1
  66. package/dist/utils/providers/filelu.d.ts +21 -0
  67. package/dist/utils/providers/filelu.d.ts.map +1 -0
  68. package/dist/utils/providers/filelu.js +1 -0
  69. package/dist/utils/providers/filelu.js.map +1 -0
  70. package/dist/utils/providers/filen.d.ts +21 -0
  71. package/dist/utils/providers/filen.d.ts.map +1 -0
  72. package/dist/utils/providers/filen.js +1 -0
  73. package/dist/utils/providers/filen.js.map +1 -0
  74. package/dist/utils/providers/filesCom.d.ts.map +1 -1
  75. package/dist/utils/providers/filesCom.js +1 -1
  76. package/dist/utils/providers/filesCom.js.map +1 -1
  77. package/dist/utils/providers/ftp.d.ts +2 -37
  78. package/dist/utils/providers/ftp.d.ts.map +1 -1
  79. package/dist/utils/providers/ftp.js +1 -1
  80. package/dist/utils/providers/ftp.js.map +1 -1
  81. package/dist/utils/providers/gcs.d.ts +36 -0
  82. package/dist/utils/providers/gcs.d.ts.map +1 -1
  83. package/dist/utils/providers/gcs.js +1 -1
  84. package/dist/utils/providers/gcs.js.map +1 -1
  85. package/dist/utils/providers/gdrive.d.ts +17 -0
  86. package/dist/utils/providers/gdrive.d.ts.map +1 -1
  87. package/dist/utils/providers/gdrive.js +1 -1
  88. package/dist/utils/providers/gdrive.js.map +1 -1
  89. package/dist/utils/providers/gofile.d.ts.map +1 -1
  90. package/dist/utils/providers/gofile.js +1 -1
  91. package/dist/utils/providers/gofile.js.map +1 -1
  92. package/dist/utils/providers/gphotos.d.ts +17 -0
  93. package/dist/utils/providers/gphotos.d.ts.map +1 -1
  94. package/dist/utils/providers/gphotos.js +1 -1
  95. package/dist/utils/providers/gphotos.js.map +1 -1
  96. package/dist/utils/providers/hdfs.d.ts.map +1 -1
  97. package/dist/utils/providers/hdfs.js +1 -1
  98. package/dist/utils/providers/hdfs.js.map +1 -1
  99. package/dist/utils/providers/hidrive.d.ts +17 -0
  100. package/dist/utils/providers/hidrive.d.ts.map +1 -1
  101. package/dist/utils/providers/hidrive.js +1 -1
  102. package/dist/utils/providers/hidrive.js.map +1 -1
  103. package/dist/utils/providers/http.js +1 -1
  104. package/dist/utils/providers/http.js.map +1 -1
  105. package/dist/utils/providers/ibmcos.d.ts +73 -0
  106. package/dist/utils/providers/ibmcos.d.ts.map +1 -1
  107. package/dist/utils/providers/ibmcos.js +1 -1
  108. package/dist/utils/providers/ibmcos.js.map +1 -1
  109. package/dist/utils/providers/idrive.d.ts +73 -0
  110. package/dist/utils/providers/idrive.d.ts.map +1 -1
  111. package/dist/utils/providers/internetarchive.d.ts.map +1 -1
  112. package/dist/utils/providers/internetarchive.js +1 -1
  113. package/dist/utils/providers/internetarchive.js.map +1 -1
  114. package/dist/utils/providers/internxt.d.ts +21 -0
  115. package/dist/utils/providers/internxt.d.ts.map +1 -0
  116. package/dist/utils/providers/internxt.js +1 -0
  117. package/dist/utils/providers/internxt.js.map +1 -0
  118. package/dist/utils/providers/ionos.d.ts +73 -0
  119. package/dist/utils/providers/ionos.d.ts.map +1 -1
  120. package/dist/utils/providers/jottacloud.d.ts.map +1 -1
  121. package/dist/utils/providers/jottacloud.js +1 -1
  122. package/dist/utils/providers/jottacloud.js.map +1 -1
  123. package/dist/utils/providers/koofr.d.ts.map +1 -1
  124. package/dist/utils/providers/koofr.js +1 -1
  125. package/dist/utils/providers/koofr.js.map +1 -1
  126. package/dist/utils/providers/leviia.d.ts +73 -0
  127. package/dist/utils/providers/leviia.d.ts.map +1 -1
  128. package/dist/utils/providers/liara.d.ts +73 -0
  129. package/dist/utils/providers/liara.d.ts.map +1 -1
  130. package/dist/utils/providers/linode.d.ts +73 -0
  131. package/dist/utils/providers/linode.d.ts.map +1 -1
  132. package/dist/utils/providers/local.d.ts.map +1 -1
  133. package/dist/utils/providers/local.js +1 -1
  134. package/dist/utils/providers/local.js.map +1 -1
  135. package/dist/utils/providers/lyvecloud.d.ts +73 -0
  136. package/dist/utils/providers/lyvecloud.d.ts.map +1 -1
  137. package/dist/utils/providers/magalu.d.ts +73 -0
  138. package/dist/utils/providers/magalu.d.ts.map +1 -1
  139. package/dist/utils/providers/mailru.d.ts.map +1 -1
  140. package/dist/utils/providers/mailru.js +1 -1
  141. package/dist/utils/providers/mailru.js.map +1 -1
  142. package/dist/utils/providers/mega.js +1 -1
  143. package/dist/utils/providers/mega.js.map +1 -1
  144. package/dist/utils/providers/minio.d.ts +73 -0
  145. package/dist/utils/providers/minio.d.ts.map +1 -1
  146. package/dist/utils/providers/netstorage.d.ts +15 -0
  147. package/dist/utils/providers/netstorage.d.ts.map +1 -1
  148. package/dist/utils/providers/netstorage.js +1 -1
  149. package/dist/utils/providers/netstorage.js.map +1 -1
  150. package/dist/utils/providers/obs.d.ts +73 -0
  151. package/dist/utils/providers/obs.d.ts.map +1 -1
  152. package/dist/utils/providers/obs.js +1 -1
  153. package/dist/utils/providers/onedrive.d.ts +13 -0
  154. package/dist/utils/providers/onedrive.d.ts.map +1 -1
  155. package/dist/utils/providers/onedrive.js +1 -1
  156. package/dist/utils/providers/onedrive.js.map +1 -1
  157. package/dist/utils/providers/opendrive.d.ts.map +1 -1
  158. package/dist/utils/providers/opendrive.js +1 -1
  159. package/dist/utils/providers/opendrive.js.map +1 -1
  160. package/dist/utils/providers/oracle.d.ts.map +1 -1
  161. package/dist/utils/providers/oracle.js +1 -1
  162. package/dist/utils/providers/oracle.js.map +1 -1
  163. package/dist/utils/providers/oss.d.ts +73 -0
  164. package/dist/utils/providers/oss.d.ts.map +1 -1
  165. package/dist/utils/providers/oss.js +1 -1
  166. package/dist/utils/providers/oss.js.map +1 -1
  167. package/dist/utils/providers/outscale.d.ts +73 -0
  168. package/dist/utils/providers/outscale.d.ts.map +1 -1
  169. package/dist/utils/providers/outscale.js +1 -1
  170. package/dist/utils/providers/pcloud.d.ts +16 -0
  171. package/dist/utils/providers/pcloud.d.ts.map +1 -1
  172. package/dist/utils/providers/pcloud.js +1 -1
  173. package/dist/utils/providers/pcloud.js.map +1 -1
  174. package/dist/utils/providers/petabox.d.ts +73 -0
  175. package/dist/utils/providers/petabox.d.ts.map +1 -1
  176. package/dist/utils/providers/pikpak.d.ts.map +1 -1
  177. package/dist/utils/providers/pikpak.js +1 -1
  178. package/dist/utils/providers/pikpak.js.map +1 -1
  179. package/dist/utils/providers/premiumizeme.d.ts.map +1 -1
  180. package/dist/utils/providers/premiumizeme.js +1 -1
  181. package/dist/utils/providers/premiumizeme.js.map +1 -1
  182. package/dist/utils/providers/protondrive.d.ts.map +1 -1
  183. package/dist/utils/providers/protondrive.js +1 -1
  184. package/dist/utils/providers/protondrive.js.map +1 -1
  185. package/dist/utils/providers/putio.d.ts.map +1 -1
  186. package/dist/utils/providers/putio.js +1 -1
  187. package/dist/utils/providers/putio.js.map +1 -1
  188. package/dist/utils/providers/qingstor.d.ts.map +1 -1
  189. package/dist/utils/providers/qingstor.js +1 -1
  190. package/dist/utils/providers/qingstor.js.map +1 -1
  191. package/dist/utils/providers/qiniu.d.ts +73 -0
  192. package/dist/utils/providers/qiniu.d.ts.map +1 -1
  193. package/dist/utils/providers/qiniu.js +1 -1
  194. package/dist/utils/providers/qiniu.js.map +1 -1
  195. package/dist/utils/providers/quatrix.d.ts.map +1 -1
  196. package/dist/utils/providers/quatrix.js +1 -1
  197. package/dist/utils/providers/quatrix.js.map +1 -1
  198. package/dist/utils/providers/r2.d.ts +73 -0
  199. package/dist/utils/providers/r2.d.ts.map +1 -1
  200. package/dist/utils/providers/rackcorp.d.ts +73 -0
  201. package/dist/utils/providers/rackcorp.d.ts.map +1 -1
  202. package/dist/utils/providers/rackcorp.js +1 -1
  203. package/dist/utils/providers/rackcorp.js.map +1 -1
  204. package/dist/utils/providers/rclone.d.ts +73 -0
  205. package/dist/utils/providers/rclone.d.ts.map +1 -1
  206. package/dist/utils/providers/s3.d.ts +94 -0
  207. package/dist/utils/providers/s3.d.ts.map +1 -1
  208. package/dist/utils/providers/s3.js +1 -1
  209. package/dist/utils/providers/s3.js.map +1 -1
  210. package/dist/utils/providers/scaleway.d.ts +73 -0
  211. package/dist/utils/providers/scaleway.d.ts.map +1 -1
  212. package/dist/utils/providers/seafile.d.ts.map +1 -1
  213. package/dist/utils/providers/seafile.js +1 -1
  214. package/dist/utils/providers/seafile.js.map +1 -1
  215. package/dist/utils/providers/seaweedfs.d.ts +73 -0
  216. package/dist/utils/providers/seaweedfs.d.ts.map +1 -1
  217. package/dist/utils/providers/seaweedfs.js +1 -1
  218. package/dist/utils/providers/seaweedfs.js.map +1 -1
  219. package/dist/utils/providers/selectel.d.ts +73 -0
  220. package/dist/utils/providers/selectel.d.ts.map +1 -1
  221. package/dist/utils/providers/sftp.d.ts +16 -0
  222. package/dist/utils/providers/sftp.d.ts.map +1 -1
  223. package/dist/utils/providers/sftp.js +1 -1
  224. package/dist/utils/providers/sftp.js.map +1 -1
  225. package/dist/utils/providers/shade.d.ts +21 -0
  226. package/dist/utils/providers/shade.d.ts.map +1 -0
  227. package/dist/utils/providers/shade.js +1 -0
  228. package/dist/utils/providers/shade.js.map +1 -0
  229. package/dist/utils/providers/sharefile.d.ts +20 -0
  230. package/dist/utils/providers/sharefile.d.ts.map +1 -1
  231. package/dist/utils/providers/sharefile.js +1 -1
  232. package/dist/utils/providers/sharefile.js.map +1 -1
  233. package/dist/utils/providers/sia.d.ts.map +1 -1
  234. package/dist/utils/providers/sia.js +1 -1
  235. package/dist/utils/providers/sia.js.map +1 -1
  236. package/dist/utils/providers/smb.d.ts.map +1 -1
  237. package/dist/utils/providers/smb.js +1 -1
  238. package/dist/utils/providers/smb.js.map +1 -1
  239. package/dist/utils/providers/spaces.d.ts +73 -0
  240. package/dist/utils/providers/spaces.d.ts.map +1 -1
  241. package/dist/utils/providers/storj.d.ts.map +1 -1
  242. package/dist/utils/providers/storj.js +1 -1
  243. package/dist/utils/providers/storj.js.map +1 -1
  244. package/dist/utils/providers/sugarsync.d.ts.map +1 -1
  245. package/dist/utils/providers/sugarsync.js +1 -1
  246. package/dist/utils/providers/sugarsync.js.map +1 -1
  247. package/dist/utils/providers/swift.d.ts +52 -0
  248. package/dist/utils/providers/swift.d.ts.map +1 -1
  249. package/dist/utils/providers/swift.js +1 -1
  250. package/dist/utils/providers/swift.js.map +1 -1
  251. package/dist/utils/providers/synologyc2.d.ts +73 -0
  252. package/dist/utils/providers/synologyc2.d.ts.map +1 -1
  253. package/dist/utils/providers/tencent.d.ts +73 -0
  254. package/dist/utils/providers/tencent.d.ts.map +1 -1
  255. package/dist/utils/providers/tencent.js +1 -1
  256. package/dist/utils/providers/tencent.js.map +1 -1
  257. package/dist/utils/providers/types.d.ts +18 -0
  258. package/dist/utils/providers/types.d.ts.map +1 -0
  259. package/dist/utils/providers/types.js +1 -0
  260. package/dist/utils/providers/types.js.map +1 -0
  261. package/dist/utils/providers/ulozto.d.ts.map +1 -1
  262. package/dist/utils/providers/ulozto.js +1 -1
  263. package/dist/utils/providers/ulozto.js.map +1 -1
  264. package/dist/utils/providers/wasabi.d.ts +73 -0
  265. package/dist/utils/providers/wasabi.d.ts.map +1 -1
  266. package/dist/utils/providers/wasabi.js +1 -1
  267. package/dist/utils/providers/wasabi.js.map +1 -1
  268. package/dist/utils/providers/webdav.d.ts +41 -0
  269. package/dist/utils/providers/webdav.d.ts.map +1 -1
  270. package/dist/utils/providers/webdav.js +1 -1
  271. package/dist/utils/providers/webdav.js.map +1 -1
  272. package/dist/utils/providers/yandex.d.ts.map +1 -1
  273. package/dist/utils/providers/yandex.js +1 -1
  274. package/dist/utils/providers/yandex.js.map +1 -1
  275. package/dist/utils/providers/zoho.d.ts +16 -0
  276. package/dist/utils/providers/zoho.d.ts.map +1 -1
  277. package/dist/utils/providers/zoho.js +1 -1
  278. package/dist/utils/providers/zoho.js.map +1 -1
  279. package/dist/utils/providers.d.ts +3 -17
  280. package/dist/utils/providers.d.ts.map +1 -1
  281. package/dist/utils/providers.js +1 -1
  282. package/dist/utils/providers.js.map +1 -1
  283. package/dist/utils/rclone/helpers.d.ts.map +1 -1
  284. package/dist/utils/rclone/helpers.js +1 -1
  285. package/dist/utils/rclone/helpers.js.map +1 -1
  286. package/dist/utils/rclone/parsers.js +1 -1
  287. package/dist/utils/rclone/parsers.js.map +1 -1
  288. package/dist/utils/restic/helpers.d.ts.map +1 -1
  289. package/dist/utils/restic/helpers.js +1 -1
  290. package/dist/utils/restic/helpers.js.map +1 -1
  291. package/package.json +7 -3
  292. package/dist/notifications/templates/email/backup/BackupFailedNotification.ts +0 -110
  293. package/dist/notifications/templates/email/backup/BackupStartedNotification.ts +0 -87
  294. package/dist/notifications/templates/email/backup/BackupSuccessNotification.ts +0 -97
  295. package/dist/notifications/templates/email/test-email/TestEmailNotification.ts +0 -27
@@ -7,6 +7,8 @@ declare const azureblobSettings: ({
7
7
  description: string;
8
8
  command: string;
9
9
  authFieldType?: undefined;
10
+ condition?: undefined;
11
+ options?: undefined;
10
12
  } | {
11
13
  label: string;
12
14
  value: string;
@@ -16,6 +18,8 @@ declare const azureblobSettings: ({
16
18
  default: string;
17
19
  description: string;
18
20
  command: string;
21
+ condition?: undefined;
22
+ options?: undefined;
19
23
  } | {
20
24
  label: string;
21
25
  value: string;
@@ -25,6 +29,35 @@ declare const azureblobSettings: ({
25
29
  description: string;
26
30
  command: string;
27
31
  authFieldType?: undefined;
32
+ condition?: undefined;
33
+ options?: undefined;
34
+ } | {
35
+ label: string;
36
+ value: string;
37
+ fieldType: string;
38
+ required: boolean;
39
+ default: string;
40
+ description: string;
41
+ command: string;
42
+ condition: {
43
+ use_msi: boolean;
44
+ }[];
45
+ authFieldType?: undefined;
46
+ options?: undefined;
47
+ } | {
48
+ label: string;
49
+ value: string;
50
+ fieldType: string;
51
+ required: boolean;
52
+ default: string;
53
+ description: string;
54
+ command: string;
55
+ options: {
56
+ label: string;
57
+ value: string;
58
+ }[];
59
+ authFieldType?: undefined;
60
+ condition?: undefined;
28
61
  })[];
29
62
  export default azureblobSettings;
30
63
  //# sourceMappingURL=azureblob.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"azureblob.d.ts","sourceRoot":"","sources":["../../../src/utils/providers/azureblob.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyWtB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"azureblob.d.ts","sourceRoot":"","sources":["../../../src/utils/providers/azureblob.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6XtB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- export default[{label:"Storage Account Name",value:"account",fieldType:"string",required:!0,default:"",description:"Azure Storage Account Name. Set this to the Azure Storage Account Name in use.",command:"--azureblob-account"},{label:"Storage Account Key",value:"key",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"Storage Account Shared Key. Leave blank to use SAS URL or Emulator.",command:"--azureblob-key"},{label:"Environment Auth",value:"env_auth",fieldType:"bool",required:!1,default:!1,description:"Read credentials from runtime (environment variables, CLI or MSI). See the authentication docs for full info.",command:"--azureblob-env-auth"},{label:"SAS URL",value:"sas_url",fieldType:"string",required:!1,default:"",description:"SAS URL for container level access only. Leave blank if using account/key or Emulator.",command:"--azureblob-sas-url"},{label:"Tenant ID",value:"tenant",fieldType:"string",authFieldType:"password",required:!1,default:"",description:"ID of the service principal's tenant. Also called its directory ID. Set this if using",command:"--azureblob-tenant"},{label:"Client ID",value:"client_id",fieldType:"string",authFieldType:"password",required:!1,default:"",description:"The ID of the client in use. Set this if using",command:"--azureblob-client-id"},{label:"Client Secret",value:"client_secret",fieldType:"string",required:!1,default:"",description:"One of the service principal's client secrets Set this if using",command:"--azureblob-client-secret"},{label:"Client Certificate Path",value:"client_certificate_path",fieldType:"string",required:!1,default:"",description:"Path to a PEM or PKCS12 certificate file including the private key. Set this if using",command:"--azureblob-client-certificate-path"},{label:"Client Certificate Password",value:"client_certificate_password",fieldType:"string",required:!1,default:"",description:"Password for the certificate file (optional). Optionally set this if using",command:"--azureblob-client-certificate-password"},{label:"Send Certificate Chain",value:"client_send_certificate_chain",fieldType:"bool",required:!1,default:!1,description:"Send the certificate chain when using certificate auth. Specifies whether an authentication request will include an x5c header to support subject name / issuer based authentication. When set to true, authentication requests include the x5c header.",command:"--azureblob-client-send-certificate-chain"},{label:"Username",value:"username",fieldType:"string",authFieldType:"password",required:!1,default:"",description:"User name (usually an email address) Set this if using",command:"--azureblob-username"},{label:"Password",value:"password",fieldType:"string",authFieldType:"password",required:!1,default:"",description:"The user's password. Set this if using",command:"--azureblob-password"},{label:"Service Principal File",value:"service_principal_file",fieldType:"string",required:!1,default:"",description:"Path to file containing credentials for use with a service principal. Leave blank normally. Needed only if you want to use a service principal instead of interactive login.",command:"--azureblob-service-principal-file"},{label:"Disable Instance Discovery",value:"disable_instance_discovery",fieldType:"bool",required:!1,default:!1,description:"Skip requesting Microsoft Entra instance metadata This should be set true only by applications authenticating in disconnected clouds, or private clouds such as Azure Stack.",command:"--azureblob-disable-instance-discovery"},{label:"Use MSI",value:"use_msi",fieldType:"bool",required:!1,default:!1,description:"Use a managed service identity to authenticate (only works in Azure). When true, use a managed service identity to authenticate to Azure Storage instead of a SAS token or account key.",command:"--azureblob-use-msi"},{label:"MSI Object ID",value:"msi_object_id",fieldType:"string",required:!1,default:"",description:"Object ID of the user-assigned MSI to use, if any. Leave blank if msi_client_id or msi_mi_res_id specified.",command:"--azureblob-msi-object-id"},{label:"MSI Client ID",value:"msi_client_id",fieldType:"string",required:!1,default:"",description:"Object ID of the user-assigned MSI to use, if any. Leave blank if msi_object_id or msi_mi_res_id specified.",command:"--azureblob-msi-client-id"},{label:"MSI Resource ID",value:"msi_mi_res_id",fieldType:"string",required:!1,default:"",description:"Azure resource ID of the user-assigned MSI to use, if any. Leave blank if msi_client_id or msi_object_id specified.",command:"--azureblob-msi-mi-res-id"},{label:"Use Emulator",value:"use_emulator",fieldType:"bool",required:!1,default:!1,description:"Uses local storage emulator if provided as 'true'. Leave blank if using real azure storage endpoint.",command:"--azureblob-use-emulator"},{label:"Use Azure CLI",value:"use_az",fieldType:"bool",required:!1,default:!1,description:"Use Azure CLI tool az for authentication Set to use the Azure CLI tool az as the sole means of authentication.",command:"--azureblob-use-az"},{label:"Endpoint",value:"endpoint",fieldType:"string",required:!1,default:"",description:"Endpoint for the service. Leave blank normally.",command:"--azureblob-endpoint"},{label:"Upload Cutoff",value:"upload_cutoff",fieldType:"string",required:!1,default:"",description:"Cutoff for switching to chunked upload (<= 256 MiB) (deprecated).",command:"--azureblob-upload-cutoff"},{label:"Chunk Size",value:"chunk_size",fieldType:"sizesuffix",required:!1,default:"4mi",description:'Upload chunk size. Note that this is stored in memory and there may be up to "--transfers" * "--azureblob-upload-concurrency" chunks stored at once in memory.',command:"--azureblob-chunk-size"},{label:"Upload Concurrency",value:"upload_concurrency",fieldType:"int",required:!1,default:"16",description:"Concurrency for multipart uploads. This is the number of chunks of the same file that are uploaded concurrently.",command:"--azureblob-upload-concurrency"},{label:"List Chunk",value:"list_chunk",fieldType:"int",required:!1,default:"5000",description:'Size of blob list. This sets the number of blobs requested in each listing chunk. Default is the maximum, 5000. "List blobs" requests are permitted 2 minutes per megabyte to complete. If an operation is taking longer than 2 minutes per megabyte on average, it will time out ( source ). This can be used to limit the number of blobs items to return, to avoid the time out.',command:"--azureblob-list-chunk"},{label:"Access Tier",value:"access_tier",fieldType:"string",required:!1,default:"",description:"Access tier of blob: hot, cool, cold or archive. Archived blobs can be restored by setting access tier to hot, cool or cold. Leave blank if you intend to use default access tier, which is set at account level",command:"--azureblob-access-tier"},{label:"Archive Tier Delete",value:"archive_tier_delete",fieldType:"bool",required:!1,default:!1,description:"Delete archive tier blobs before overwriting. Archive tier blobs cannot be updated. So without this flag, if you attempt to update an archive tier blob, then rclone will produce the error:",command:"--azureblob-archive-tier-delete"},{label:"Disable Checksum",value:"disable_checksum",fieldType:"bool",required:!1,default:!1,description:"Don't store MD5 checksum with object metadata. Normally rclone will calculate the MD5 checksum of the input before uploading it so it can add it to metadata on the object. This is great for data integrity checking but can cause long delays for large files to start uploading.",command:"--azureblob-disable-checksum"},{label:"Memory Pool Flush Time",value:"memory_pool_flush_time",fieldType:"duration",required:!1,default:"1m0s",description:"How often internal memory buffer pools will be flushed. (no longer used)",command:"--azureblob-memory-pool-flush-time"},{label:"Memory Pool Use MMAP",value:"memory_pool_use_mmap",fieldType:"bool",required:!1,default:!1,description:"Whether to use mmap buffers in internal memory pool. (no longer used)",command:"--azureblob-memory-pool-use-mmap"},{label:"Encoding",value:"encoding",fieldType:"encoding",required:!1,default:"slash,backslash,del,ctl,rightperiod,invalidutf8",description:"The encoding for the backend. See the encoding section in the overview for more info.",command:"--azureblob-encoding"},{label:"Public Access",value:"public_access",fieldType:"string",required:!1,default:"",description:"Public access level of a container: blob or container.",command:"--azureblob-public-access"},{label:"Directory Markers",value:"directory_markers",fieldType:"bool",required:!1,default:!1,description:'Upload an empty object with a trailing slash when a new directory is created Empty folders are unsupported for bucket based storages, this option creates an empty object ending with "/", to persist the folder.',command:"--azureblob-directory-markers"},{label:"No Check Container",value:"no_check_container",fieldType:"bool",required:!1,default:!1,description:"If set, don't attempt to check the container exists or create it. This can be useful when trying to minimize the number of transactions rclone does if you know the container exists already.",command:"--azureblob-no-check-container"},{label:"No Head Object",value:"no_head_object",fieldType:"bool",required:!1,default:!1,description:"If set, do not do HEAD before GET when getting objects.",command:"--azureblob-no-head-object"},{label:"Delete Snapshots",value:"delete_snapshots",fieldType:"string",required:!1,default:"",description:"Set to specify how to deal with snapshots on blob deletion.",command:"--azureblob-delete-snapshots"},{label:"Description",value:"description",fieldType:"string",required:!1,default:"",description:"Description of the Storage.",command:"--azureblob-description"}];
1
+ export default[{label:"Storage Account Name",value:"account",fieldType:"string",required:!0,default:"",description:"Azure Storage Account Name. Set this to the Azure Storage Account Name in use.",command:"--azureblob-account"},{label:"Storage Account Key",value:"key",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"Storage Account Shared Key. Leave blank to use SAS URL or Emulator.",command:"--azureblob-key"},{label:"Environment Auth",value:"env_auth",fieldType:"bool",required:!1,default:!1,description:"Read credentials from runtime (environment variables, CLI or MSI). See the authentication docs for full info.",command:"--azureblob-env-auth"},{label:"SAS URL",value:"sas_url",fieldType:"string",required:!1,default:"",description:"SAS URL for container level access only. Leave blank if using account/key or Emulator.",command:"--azureblob-sas-url"},{label:"Tenant ID",value:"tenant",fieldType:"string",authFieldType:"password",required:!1,default:"",description:"ID of the service principal's tenant, also called its directory ID.",command:"--azureblob-tenant"},{label:"Client ID",value:"client_id",fieldType:"string",authFieldType:"password",required:!1,default:"",description:"The ID of the client in use.",command:"--azureblob-client-id"},{label:"Client Secret",value:"client_secret",fieldType:"string",required:!1,default:"",description:"One of the service principal's client secrets.",command:"--azureblob-client-secret"},{label:"Client Certificate Path",value:"client_certificate_path",fieldType:"string",required:!1,default:"",description:"Path to a PEM or PKCS12 certificate file including the private key.",command:"--azureblob-client-certificate-path"},{label:"Client Certificate Password",value:"client_certificate_password",fieldType:"string",required:!1,default:"",description:"Password for the certificate file (optional).",command:"--azureblob-client-certificate-password"},{label:"Send Certificate Chain",value:"client_send_certificate_chain",fieldType:"bool",required:!1,default:!1,description:"Send the certificate chain when using certificate auth. Specifies whether an authentication request will include an x5c header to support subject name / issuer based authentication. When set to true, authentication requests include the x5c header.",command:"--azureblob-client-send-certificate-chain"},{label:"Username",value:"username",fieldType:"string",authFieldType:"password",required:!1,default:"",description:"User name (usually an email address).",command:"--azureblob-username"},{label:"Password",value:"password",fieldType:"string",authFieldType:"password",required:!1,default:"",description:"The user's password.",command:"--azureblob-password"},{label:"Service Principal File",value:"service_principal_file",fieldType:"string",required:!1,default:"",description:"Path to file containing credentials for use with a service principal. Leave blank normally. Needed only if you want to use a service principal instead of interactive login.",command:"--azureblob-service-principal-file"},{label:"Disable Instance Discovery",value:"disable_instance_discovery",fieldType:"bool",required:!1,default:!1,description:"Skip requesting Microsoft Entra instance metadata This should be set true only by applications authenticating in disconnected clouds, or private clouds such as Azure Stack.",command:"--azureblob-disable-instance-discovery"},{label:"Use MSI",value:"use_msi",fieldType:"bool",required:!1,default:!1,description:"Use a managed service identity to authenticate (only works in Azure). When true, use a managed service identity to authenticate to Azure Storage instead of a SAS token or account key.",command:"--azureblob-use-msi"},{label:"MSI Object ID",value:"msi_object_id",fieldType:"string",required:!1,default:"",description:"Object ID of the user-assigned MSI to use, if any. Leave blank if MSI Client ID or MSI Resource ID is specified.",command:"--azureblob-msi-object-id",condition:[{use_msi:!0}]},{label:"MSI Client ID",value:"msi_client_id",fieldType:"string",required:!1,default:"",description:"Client ID of the user-assigned MSI to use, if any. Leave blank if MSI Object ID or MSI Resource ID is specified.",command:"--azureblob-msi-client-id",condition:[{use_msi:!0}]},{label:"MSI Resource ID",value:"msi_mi_res_id",fieldType:"string",required:!1,default:"",description:"Azure resource ID of the user-assigned MSI to use, if any. Leave blank if MSI Client ID or MSI Object ID is specified.",command:"--azureblob-msi-mi-res-id",condition:[{use_msi:!0}]},{label:"Use Emulator",value:"use_emulator",fieldType:"bool",required:!1,default:!1,description:"Uses local storage emulator if provided as 'true'. Leave blank if using real azure storage endpoint.",command:"--azureblob-use-emulator"},{label:"Use Azure CLI",value:"use_az",fieldType:"bool",required:!1,default:!1,description:"Use the Azure CLI tool (az) as the sole means of authentication.",command:"--azureblob-use-az"},{label:"Endpoint",value:"endpoint",fieldType:"string",required:!1,default:"",description:"Endpoint for the service. Leave blank normally.",command:"--azureblob-endpoint"},{label:"Upload Cutoff",value:"upload_cutoff",fieldType:"string",required:!1,default:"",description:"Cutoff for switching to chunked upload (<= 256 MiB) (deprecated).",command:"--azureblob-upload-cutoff"},{label:"Chunk Size",value:"chunk_size",fieldType:"sizesuffix",required:!1,default:"4mi",description:"Upload chunk size. Chunks are stored in memory, and memory usage depends on the number of concurrent transfers.",command:"--azureblob-chunk-size"},{label:"Upload Concurrency",value:"upload_concurrency",fieldType:"int",required:!1,default:"16",description:"Concurrency for multipart uploads. This is the number of chunks of the same file that are uploaded concurrently.",command:"--azureblob-upload-concurrency"},{label:"List Chunk",value:"list_chunk",fieldType:"int",required:!1,default:"5000",description:"Number of blobs requested per listing page. Reduce this value if listing operations are timing out.",command:"--azureblob-list-chunk"},{label:"Access Tier",value:"access_tier",fieldType:"select",required:!1,default:"",description:"Access tier of blob: hot, cool, cold or archive. Archived blobs can be restored by setting access tier to hot, cool or cold. Leave blank if you intend to use default access tier, which is set at account level",command:"--azureblob-access-tier",options:[{label:"Default (account-level)",value:""},{label:"Hot",value:"hot"},{label:"Cool",value:"cool"},{label:"Cold",value:"cold"},{label:"Archive",value:"archive"}]},{label:"Archive Tier Delete",value:"archive_tier_delete",fieldType:"bool",required:!1,default:!1,description:"Delete archive tier blobs before overwriting. Archive tier blobs cannot be updated directly, so this deletes them first before writing new data.",command:"--azureblob-archive-tier-delete"},{label:"Disable Checksum",value:"disable_checksum",fieldType:"bool",required:!1,default:!1,description:"Don't store MD5 checksum with object metadata. Disabling checksums can speed up uploads for large files but reduces data integrity verification.",command:"--azureblob-disable-checksum"},{label:"Memory Pool Flush Time",value:"memory_pool_flush_time",fieldType:"duration",required:!1,default:"1m0s",description:"How often internal memory buffer pools will be flushed. (no longer used)",command:"--azureblob-memory-pool-flush-time"},{label:"Memory Pool Use MMAP",value:"memory_pool_use_mmap",fieldType:"bool",required:!1,default:!1,description:"Whether to use mmap buffers in internal memory pool. (no longer used)",command:"--azureblob-memory-pool-use-mmap"},{label:"Encoding",value:"encoding",fieldType:"encoding",required:!1,default:"slash,backslash,del,ctl,rightperiod,invalidutf8",description:"The encoding for the backend.",command:"--azureblob-encoding"},{label:"Public Access",value:"public_access",fieldType:"select",required:!1,default:"",description:"Public access level of a container: blob or container.",command:"--azureblob-public-access",options:[{label:"No public access",value:""},{label:"Blob-level public read",value:"blob"},{label:"Full public read (container)",value:"container"}]},{label:"Directory Markers",value:"directory_markers",fieldType:"bool",required:!1,default:!1,description:'Upload an empty object with a trailing slash when a new directory is created Empty folders are unsupported for bucket based storages, this option creates an empty object ending with "/", to persist the folder.',command:"--azureblob-directory-markers"},{label:"No Check Container",value:"no_check_container",fieldType:"bool",required:!1,default:!1,description:"If set, don't attempt to check the container exists or create it. Useful if you know the container already exists and want to reduce API calls.",command:"--azureblob-no-check-container"},{label:"No Head Object",value:"no_head_object",fieldType:"bool",required:!1,default:!1,description:"If set, do not do HEAD before GET when getting objects.",command:"--azureblob-no-head-object"},{label:"Delete Snapshots",value:"delete_snapshots",fieldType:"select",required:!1,default:"",description:"Set to specify how to deal with snapshots on blob deletion.",command:"--azureblob-delete-snapshots",options:[{label:"Fail if blob has snapshots",value:""},{label:"Delete blob and all snapshots",value:"include"},{label:"Delete only snapshots",value:"only"}]},{label:"Description",value:"description",fieldType:"string",required:!1,default:"",description:"Description of the Storage.",command:"--azureblob-description"}];
@@ -1 +1 @@
1
- {"version":3,"file":"azureblob.js","sourceRoot":"","sources":["../../../src/utils/providers/azureblob.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"azureblob.js","sourceRoot":"","sources":["../../../src/utils/providers/azureblob.ts"],"names":[],"mappings":"AAAA,MAAM,iBAAiB,GAAG;IACzB;QACC,KAAK,EAAE,sBAAsB;QAC7B,KAAK,EAAE,SAAS;QAChB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,gFAAgF;QAC7F,OAAO,EAAE,qBAAqB;KAC9B;IACD;QACC,KAAK,EAAE,qBAAqB;QAC5B,KAAK,EAAE,KAAK;QACZ,SAAS,EAAE,QAAQ;QACnB,aAAa,EAAE,QAAQ;QACvB,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,qEAAqE;QAClF,OAAO,EAAE,iBAAiB;KAC1B;IACD;QACC,KAAK,EAAE,kBAAkB;QACzB,KAAK,EAAE,UAAU;QACjB,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EACV,+GAA+G;QAChH,OAAO,EAAE,sBAAsB;KAC/B;IACD;QACC,KAAK,EAAE,SAAS;QAChB,KAAK,EAAE,SAAS;QAChB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EACV,wFAAwF;QACzF,OAAO,EAAE,qBAAqB;KAC9B;IACD;QACC,KAAK,EAAE,WAAW;QAClB,KAAK,EAAE,QAAQ;QACf,SAAS,EAAE,QAAQ;QACnB,aAAa,EAAE,UAAU;QACzB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EACV,qEAAqE;QACtE,OAAO,EAAE,oBAAoB;KAC7B;IACD;QACC,KAAK,EAAE,WAAW;QAClB,KAAK,EAAE,WAAW;QAClB,SAAS,EAAE,QAAQ;QACnB,aAAa,EAAE,UAAU;QACzB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,8BAA8B;QAC3C,OAAO,EAAE,uBAAuB;KAChC;IACD;QACC,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE,eAAe;QACtB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,gDAAgD;QAC7D,OAAO,EAAE,2BAA2B;KACpC;IACD;QACC,KAAK,EAAE,yBAAyB;QAChC,KAAK,EAAE,yBAAyB;QAChC,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EACV,qEAAqE;QACtE,OAAO,EAAE,qCAAqC;KAC9C;IACD;QACC,KAAK,EAAE,6BAA6B;QACpC,KAAK,EAAE,6BAA6B;QACpC,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,+CAA+C;QAC5D,OAAO,EAAE,yCAAyC;KAClD;IACD;QACC,KAAK,EAAE,wBAAwB;QAC/B,KAAK,EAAE,+BAA+B;QACtC,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EACV,yPAAyP;QAC1P,OAAO,EAAE,2CAA2C;KACpD;IACD;QACC,KAAK,EAAE,UAAU;QACjB,KAAK,EAAE,UAAU;QACjB,SAAS,EAAE,QAAQ;QACnB,aAAa,EAAE,UAAU;QACzB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,uCAAuC;QACpD,OAAO,EAAE,sBAAsB;KAC/B;IACD;QACC,KAAK,EAAE,UAAU;QACjB,KAAK,EAAE,UAAU;QACjB,SAAS,EAAE,QAAQ;QACnB,aAAa,EAAE,UAAU;QACzB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,sBAAsB;QACnC,OAAO,EAAE,sBAAsB;KAC/B;IACD;QACC,KAAK,EAAE,wBAAwB;QAC/B,KAAK,EAAE,wBAAwB;QAC/B,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EACV,8KAA8K;QAC/K,OAAO,EAAE,oCAAoC;KAC7C;IACD;QACC,KAAK,EAAE,4BAA4B;QACnC,KAAK,EAAE,4BAA4B;QACnC,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EACV,8KAA8K;QAC/K,OAAO,EAAE,wCAAwC;KACjD;IACD;QACC,KAAK,EAAE,SAAS;QAChB,KAAK,EAAE,SAAS;QAChB,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EACV,yLAAyL;QAC1L,OAAO,EAAE,qBAAqB;KAC9B;IACD;QACC,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE,eAAe;QACtB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EACV,kHAAkH;QACnH,OAAO,EAAE,2BAA2B;QACpC,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;KAC9B;IACD;QACC,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE,eAAe;QACtB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EACV,kHAAkH;QACnH,OAAO,EAAE,2BAA2B;QACpC,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;KAC9B;IACD;QACC,KAAK,EAAE,iBAAiB;QACxB,KAAK,EAAE,eAAe;QACtB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EACV,wHAAwH;QACzH,OAAO,EAAE,2BAA2B;QACpC,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;KAC9B;IACD;QACC,KAAK,EAAE,cAAc;QACrB,KAAK,EAAE,cAAc;QACrB,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EACV,sGAAsG;QACvG,OAAO,EAAE,0BAA0B;KACnC;IACD;QACC,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE,QAAQ;QACf,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EACV,kEAAkE;QACnE,OAAO,EAAE,oBAAoB;KAC7B;IACD;QACC,KAAK,EAAE,UAAU;QACjB,KAAK,EAAE,UAAU;QACjB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,iDAAiD;QAC9D,OAAO,EAAE,sBAAsB;KAC/B;IACD;QACC,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE,eAAe;QACtB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,mEAAmE;QAChF,OAAO,EAAE,2BAA2B;KACpC;IACD;QACC,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,YAAY;QACnB,SAAS,EAAE,YAAY;QACvB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EACV,iHAAiH;QAClH,OAAO,EAAE,wBAAwB;KACjC;IACD;QACC,KAAK,EAAE,oBAAoB;QAC3B,KAAK,EAAE,oBAAoB;QAC3B,SAAS,EAAE,KAAK;QAChB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,IAAI;QACb,WAAW,EACV,kHAAkH;QACnH,OAAO,EAAE,gCAAgC;KACzC;IACD;QACC,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,YAAY;QACnB,SAAS,EAAE,KAAK;QAChB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,MAAM;QACf,WAAW,EACV,qGAAqG;QACtG,OAAO,EAAE,wBAAwB;KACjC;IACD;QACC,KAAK,EAAE,aAAa;QACpB,KAAK,EAAE,aAAa;QACpB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EACV,kNAAkN;QACnN,OAAO,EAAE,yBAAyB;QAClC,OAAO,EAAE;YACR,EAAE,KAAK,EAAE,yBAAyB,EAAE,KAAK,EAAE,EAAE,EAAE;YAC/C,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE;YAC9B,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;YAChC,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;YAChC,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;SACtC;KACD;IACD;QACC,KAAK,EAAE,qBAAqB;QAC5B,KAAK,EAAE,qBAAqB;QAC5B,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EACV,kJAAkJ;QACnJ,OAAO,EAAE,iCAAiC;KAC1C;IACD;QACC,KAAK,EAAE,kBAAkB;QACzB,KAAK,EAAE,kBAAkB;QACzB,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EACV,kJAAkJ;QACnJ,OAAO,EAAE,8BAA8B;KACvC;IACD;QACC,KAAK,EAAE,wBAAwB;QAC/B,KAAK,EAAE,wBAAwB;QAC/B,SAAS,EAAE,UAAU;QACrB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,MAAM;QACf,WAAW,EAAE,0EAA0E;QACvF,OAAO,EAAE,oCAAoC;KAC7C;IACD;QACC,KAAK,EAAE,sBAAsB;QAC7B,KAAK,EAAE,sBAAsB;QAC7B,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,uEAAuE;QACpF,OAAO,EAAE,kCAAkC;KAC3C;IACD;QACC,KAAK,EAAE,UAAU;QACjB,KAAK,EAAE,UAAU;QACjB,SAAS,EAAE,UAAU;QACrB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,iDAAiD;QAC1D,WAAW,EACV,+BAA+B;QAChC,OAAO,EAAE,sBAAsB;KAC/B;IACD;QACC,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE,eAAe;QACtB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,wDAAwD;QACrE,OAAO,EAAE,2BAA2B;QACpC,OAAO,EAAE;YACR,EAAE,KAAK,EAAE,kBAAkB,EAAE,KAAK,EAAE,EAAE,EAAE;YACxC,EAAE,KAAK,EAAE,wBAAwB,EAAE,KAAK,EAAE,MAAM,EAAE;YAClD,EAAE,KAAK,EAAE,8BAA8B,EAAE,KAAK,EAAE,WAAW,EAAE;SAC7D;KACD;IACD;QACC,KAAK,EAAE,mBAAmB;QAC1B,KAAK,EAAE,mBAAmB;QAC1B,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EACV,mNAAmN;QACpN,OAAO,EAAE,+BAA+B;KACxC;IACD;QACC,KAAK,EAAE,oBAAoB;QAC3B,KAAK,EAAE,oBAAoB;QAC3B,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EACV,iJAAiJ;QAClJ,OAAO,EAAE,gCAAgC;KACzC;IACD;QACC,KAAK,EAAE,gBAAgB;QACvB,KAAK,EAAE,gBAAgB;QACvB,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,yDAAyD;QACtE,OAAO,EAAE,4BAA4B;KACrC;IACD;QACC,KAAK,EAAE,kBAAkB;QACzB,KAAK,EAAE,kBAAkB;QACzB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,6DAA6D;QAC1E,OAAO,EAAE,8BAA8B;QACvC,OAAO,EAAE;YACR,EAAE,KAAK,EAAE,4BAA4B,EAAE,KAAK,EAAE,EAAE,EAAE;YAClD,EAAE,KAAK,EAAE,+BAA+B,EAAE,KAAK,EAAE,SAAS,EAAE;YAC5D,EAAE,KAAK,EAAE,uBAAuB,EAAE,KAAK,EAAE,MAAM,EAAE;SACjD;KACD;IACD;QACC,KAAK,EAAE,aAAa;QACpB,KAAK,EAAE,aAAa;QACpB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,6BAA6B;QAC1C,OAAO,EAAE,yBAAyB;KAClC;CACD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- export default[{label:"Storage Account Name",value:"account",fieldType:"string",required:!0,default:"",description:"Azure Storage Account Name. Set this to the Azure Storage Account Name in use.",command:"--azurefiles-account"},{label:"Share Name",value:"share_name",fieldType:"string",required:!0,default:"",description:"Azure Files Share Name. This is required and is the name of the share to access.",command:"--azurefiles-share-name"},{label:"Storage Account Key",value:"key",fieldType:"string",required:!0,default:"",description:"Storage Account Shared Key. Leave blank to use SAS URL or connection string.",command:"--azurefiles-key"},{label:"SAS URL",value:"sas_url",fieldType:"string",required:!1,default:"",description:"SAS URL. Leave blank if using account/key or connection string.",command:"--azurefiles-sas-url"},{label:"Connection String",value:"connection_string",fieldType:"string",required:!1,default:"",description:"Azure Files Connection String.",command:"--azurefiles-connection-string"},{label:"Environment Auth",value:"env_auth",fieldType:"bool",required:!1,default:!1,description:"Read credentials from runtime (environment variables, CLI or MSI). See the authentication docs for full info.",command:"--azurefiles-env-auth"},{label:"Tenant ID",value:"tenant",fieldType:"string",required:!1,default:"",description:"ID of the service principal's tenant. Also called its directory ID. Set this if using",command:"--azurefiles-tenant"},{label:"Client ID",value:"client_id",fieldType:"string",required:!1,default:"",description:"The ID of the client in use. Set this if using",command:"--azurefiles-client-id"},{label:"Client Secret",value:"client_secret",fieldType:"string",required:!1,default:"",description:"One of the service principal's client secrets Set this if using",command:"--azurefiles-client-secret"},{label:"Client Certificate Path",value:"client_certificate_path",fieldType:"string",required:!1,default:"",description:"Path to a PEM or PKCS12 certificate file including the private key. Set this if using",command:"--azurefiles-client-certificate-path"},{label:"Client Certificate Password",value:"client_certificate_password",fieldType:"string",required:!1,default:"",description:"Password for the certificate file (optional). Optionally set this if using",command:"--azurefiles-client-certificate-password"},{label:"Send Certificate Chain",value:"client_send_certificate_chain",fieldType:"bool",required:!1,default:!1,description:"Send the certificate chain when using certificate auth. Specifies whether an authentication request will include an x5c header to support subject name / issuer based authentication. When set to true, authentication requests include the x5c header.",command:"--azurefiles-client-send-certificate-chain"},{label:"Username",value:"username",fieldType:"string",required:!1,default:"",description:"User name (usually an email address) Set this if using",command:"--azurefiles-username"},{label:"Password",value:"password",fieldType:"string",required:!1,default:"",description:"The user's password Set this if using",command:"--azurefiles-password"},{label:"Service Principal File",value:"service_principal_file",fieldType:"string",required:!1,default:"",description:"Path to file containing credentials for use with a service principal. Leave blank normally. Needed only if you want to use a service principal instead of interactive login.",command:"--azurefiles-service-principal-file"},{label:"Use MSI",value:"use_msi",fieldType:"bool",required:!1,default:!1,description:"Use a managed service identity to authenticate (only works in Azure). When true, use a managed service identity to authenticate to Azure Storage instead of a SAS token or account key.",command:"--azurefiles-use-msi"},{label:"MSI Object ID",value:"msi_object_id",fieldType:"string",required:!1,default:"",description:"Object ID of the user-assigned MSI to use, if any. Leave blank if msi_client_id or msi_mi_res_id specified.",command:"--azurefiles-msi-object-id"},{label:"MSI Client ID",value:"msi_client_id",fieldType:"string",required:!1,default:"",description:"Object ID of the user-assigned MSI to use, if any. Leave blank if msi_object_id or msi_mi_res_id specified.",command:"--azurefiles-msi-client-id"},{label:"MSI Resource ID",value:"msi_mi_res_id",fieldType:"string",required:!1,default:"",description:"Azure resource ID of the user-assigned MSI to use, if any. Leave blank if msi_client_id or msi_object_id specified.",command:"--azurefiles-msi-mi-res-id"},{label:"Endpoint",value:"endpoint",fieldType:"string",required:!1,default:"",description:"Endpoint for the service. Leave blank normally.",command:"--azurefiles-endpoint"},{label:"Chunk Size",value:"chunk_size",fieldType:"sizesuffix",required:!1,default:"4mi",description:'Upload chunk size. Note that this is stored in memory and there may be up to "--transfers" * "--azurefile-upload-concurrency" chunks stored at once in memory.',command:"--azurefiles-chunk-size"},{label:"Upload Concurrency",value:"upload_concurrency",fieldType:"int",required:!1,default:"16",description:"Concurrency for multipart uploads. This is the number of chunks of the same file that are uploaded concurrently.",command:"--azurefiles-upload-concurrency"},{label:"Max Stream Size",value:"max_stream_size",fieldType:"sizesuffix",required:!1,default:"10gi",description:"Max size for streamed files. Azure files needs to know in advance how big the file will be. When rclone doesn't know it uses this value instead.",command:"--azurefiles-max-stream-size"},{label:"Encoding",value:"encoding",fieldType:"encoding",required:!1,default:"slash,ltgt,doublequote,colon,question,asterisk,pipe,backslash,del,ctl,rightperiod,invalidutf8,dot",description:"The encoding for the backend. See the encoding section in the overview for more info.",command:"--azurefiles-encoding"},{label:"Description",value:"description",fieldType:"string",required:!1,default:"",description:"Description of the Storage.",command:"--azurefiles-description"}];
1
+ export default[{label:"Storage Account Name",value:"account",fieldType:"string",required:!0,default:"",description:"Azure Storage Account Name. Set this to the Azure Storage Account Name in use.",command:"--azurefiles-account"},{label:"Share Name",value:"share_name",fieldType:"string",required:!0,default:"",description:"Azure Files Share Name. This is required and is the name of the share to access.",command:"--azurefiles-share-name"},{label:"Storage Account Key",value:"key",fieldType:"string",required:!0,default:"",description:"Storage Account Shared Key. Leave blank to use SAS URL or connection string.",command:"--azurefiles-key"},{label:"SAS URL",value:"sas_url",fieldType:"string",required:!1,default:"",description:"SAS URL. Leave blank if using account/key or connection string.",command:"--azurefiles-sas-url"},{label:"Connection String",value:"connection_string",fieldType:"string",required:!1,default:"",description:"Azure Files Connection String.",command:"--azurefiles-connection-string"},{label:"Environment Auth",value:"env_auth",fieldType:"bool",required:!1,default:!1,description:"Read credentials from runtime (environment variables, CLI or MSI). See the authentication docs for full info.",command:"--azurefiles-env-auth"},{label:"Tenant ID",value:"tenant",fieldType:"string",required:!1,default:"",description:"ID of the service principal's tenant, also called its directory ID.",command:"--azurefiles-tenant"},{label:"Client ID",value:"client_id",fieldType:"string",required:!1,default:"",description:"The ID of the client in use.",command:"--azurefiles-client-id"},{label:"Client Secret",value:"client_secret",fieldType:"string",required:!1,default:"",description:"One of the service principal's client secrets.",command:"--azurefiles-client-secret"},{label:"Client Certificate Path",value:"client_certificate_path",fieldType:"string",required:!1,default:"",description:"Path to a PEM or PKCS12 certificate file including the private key.",command:"--azurefiles-client-certificate-path"},{label:"Client Certificate Password",value:"client_certificate_password",fieldType:"string",required:!1,default:"",description:"Password for the certificate file (optional).",command:"--azurefiles-client-certificate-password"},{label:"Send Certificate Chain",value:"client_send_certificate_chain",fieldType:"bool",required:!1,default:!1,description:"Send the certificate chain when using certificate auth. Specifies whether an authentication request will include an x5c header to support subject name / issuer based authentication. When set to true, authentication requests include the x5c header.",command:"--azurefiles-client-send-certificate-chain"},{label:"Username",value:"username",fieldType:"string",required:!1,default:"",description:"User name (usually an email address).",command:"--azurefiles-username"},{label:"Password",value:"password",fieldType:"string",required:!1,default:"",description:"The user's password.",command:"--azurefiles-password"},{label:"Service Principal File",value:"service_principal_file",fieldType:"string",required:!1,default:"",description:"Path to file containing credentials for use with a service principal. Leave blank normally. Needed only if you want to use a service principal instead of interactive login.",command:"--azurefiles-service-principal-file"},{label:"Use MSI",value:"use_msi",fieldType:"bool",required:!1,default:!1,description:"Use a managed service identity to authenticate (only works in Azure). When true, use a managed service identity to authenticate to Azure Storage instead of a SAS token or account key.",command:"--azurefiles-use-msi"},{label:"MSI Object ID",value:"msi_object_id",fieldType:"string",required:!1,default:"",description:"Object ID of the user-assigned MSI to use, if any. Leave blank if MSI Client ID or MSI Resource ID is specified.",command:"--azurefiles-msi-object-id"},{label:"MSI Client ID",value:"msi_client_id",fieldType:"string",required:!1,default:"",description:"Client ID of the user-assigned MSI to use, if any. Leave blank if MSI Object ID or MSI Resource ID is specified.",command:"--azurefiles-msi-client-id"},{label:"MSI Resource ID",value:"msi_mi_res_id",fieldType:"string",required:!1,default:"",description:"Azure resource ID of the user-assigned MSI to use, if any. Leave blank if MSI Client ID or MSI Object ID is specified.",command:"--azurefiles-msi-mi-res-id"},{label:"Endpoint",value:"endpoint",fieldType:"string",required:!1,default:"",description:"Endpoint for the service. Leave blank normally.",command:"--azurefiles-endpoint"},{label:"Chunk Size",value:"chunk_size",fieldType:"sizesuffix",required:!1,default:"4mi",description:"Upload chunk size. Chunks are stored in memory, and memory usage depends on the number of concurrent transfers.",command:"--azurefiles-chunk-size"},{label:"Upload Concurrency",value:"upload_concurrency",fieldType:"int",required:!1,default:"16",description:"Concurrency for multipart uploads. This is the number of chunks of the same file that are uploaded concurrently.",command:"--azurefiles-upload-concurrency"},{label:"Max Stream Size",value:"max_stream_size",fieldType:"sizesuffix",required:!1,default:"10gi",description:"Max size for streamed files. Azure Files needs to know the file size in advance. This value is used when the file size is unknown.",command:"--azurefiles-max-stream-size"},{label:"Encoding",value:"encoding",fieldType:"encoding",required:!1,default:"slash,ltgt,doublequote,colon,question,asterisk,pipe,backslash,del,ctl,rightperiod,invalidutf8,dot",description:"The encoding for the backend.",command:"--azurefiles-encoding"},{label:"Description",value:"description",fieldType:"string",required:!1,default:"",description:"Description of the Storage.",command:"--azurefiles-description"}];
@@ -1 +1 @@
1
- {"version":3,"file":"azurefiles.js","sourceRoot":"","sources":["../../../src/utils/providers/azurefiles.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"azurefiles.js","sourceRoot":"","sources":["../../../src/utils/providers/azurefiles.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"b2.d.ts","sourceRoot":"","sources":["../../../src/utils/providers/b2.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyLf,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"b2.d.ts","sourceRoot":"","sources":["../../../src/utils/providers/b2.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwLf,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1 +1 @@
1
- export default[{label:"Account ID",value:"account",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"Account ID or Application Key ID.",command:"--b2-account"},{label:"Application Key",value:"key",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"Application Key.",command:"--b2-key"},{label:"Hard Delete",value:"hard_delete",fieldType:"bool",required:!1,default:!1,description:"Permanently delete files on remote removal, otherwise hide files.",command:"--b2-hard-delete"},{label:"Endpoint",value:"endpoint",fieldType:"string",required:!1,default:"",description:"Endpoint for the service. Leave blank normally.",command:"--b2-endpoint"},{label:"Test Mode",value:"test_mode",fieldType:"string",required:!1,default:"",description:"A flag string for X-Bz-Test-Mode header for debugging. This is for debugging purposes only. Setting it to one of the strings below will cause b2 to return specific errors: fail_some_uploads, expire_some_account_authorization_tokens, force_cap_exceeded",command:"--b2-test-mode"},{label:"Include Versions",value:"versions",fieldType:"bool",required:!1,default:!1,description:"Include old versions in directory listings. Note that when using this no file write operations are permitted, so you can't upload files or delete them.",command:"--b2-versions"},{label:"Version At",value:"version_at",fieldType:"time",required:!1,default:"off",description:"Show file versions as they were at the specified time. Note that when using this no file write operations are permitted, so you can't upload files or delete them.",command:"--b2-version-at"},{label:"Upload Cutoff",value:"upload_cutoff",fieldType:"sizesuffix",required:!1,default:"200mi",description:'Cutoff for switching to chunked upload. Files above this size will be uploaded in chunks of "--b2-chunk-size".',command:"--b2-upload-cutoff"},{label:"Copy Cutoff",value:"copy_cutoff",fieldType:"sizesuffix",required:!1,default:"4gi",description:"Cutoff for switching to multipart copy. Any files larger than this that need to be server-side copied will be copied in chunks of this size.",command:"--b2-copy-cutoff"},{label:"Chunk Size",value:"chunk_size",fieldType:"sizesuffix",required:!1,default:"96mi",description:"Upload chunk size. When uploading large files, chunk the file into this size.",command:"--b2-chunk-size"},{label:"Upload Concurrency",value:"upload_concurrency",fieldType:"int",required:!1,default:"4",description:"Concurrency for multipart uploads. This is the number of chunks of the same file that are uploaded concurrently.",command:"--b2-upload-concurrency"},{label:"Disable Checksum",value:"disable_checksum",fieldType:"bool",required:!1,default:!1,description:"Disable checksums for large (> upload cutoff) files. Normally rclone will calculate the SHA1 checksum of the input before uploading it so it can add it to metadata on the object. This is great for data integrity checking but can cause long delays for large files to start uploading.",command:"--b2-disable-checksum"},{label:"Download URL",value:"download_url",fieldType:"string",required:!1,default:"",description:'Custom endpoint for downloads. This is usually set to a Cloudflare CDN URL as Backblaze offers free egress for data downloaded through the Cloudflare network. Rclone works with private buckets by sending an "Authorization" header. If the custom endpoint rewrites the requests for authentication, e.g., in Cloudflare Workers, this header needs to be handled properly. Leave blank if you want to use the endpoint provided by Backblaze.',command:"--b2-download-url"},{label:"Download Auth Duration",value:"download_auth_duration",fieldType:"duration",required:!1,default:"1w",description:'Time before the public link authorization token will expire in s or suffix ms|s|m|h|d. This is used in combination with "rclone link" for making files accessible to the public and sets the duration before the download authorization token will expire.',command:"--b2-download-auth-duration"},{label:"Memory Pool Flush Time",value:"memory_pool_flush_time",fieldType:"duration",required:!1,default:"1m0s",description:"How often internal memory buffer pools will be flushed. (no longer used)",command:"--b2-memory-pool-flush-time"},{label:"Memory Pool Use MMAP",value:"memory_pool_use_mmap",fieldType:"bool",required:!1,default:!1,description:"Whether to use mmap buffers in internal memory pool. (no longer used)",command:"--b2-memory-pool-use-mmap"},{label:"Lifecycle",value:"lifecycle",fieldType:"int",required:!1,default:"0",description:"Set the number of days deleted files should be kept when creating a bucket. On bucket creation, this parameter is used to create a lifecycle rule for the entire bucket.",command:"--b2-lifecycle"},{label:"Encoding",value:"encoding",fieldType:"encoding",required:!1,default:"slash,backslash,del,ctl,invalidutf8,dot",description:"The encoding for the backend. See the encoding section in the overview for more info.",command:"--b2-encoding"},{label:"Description",value:"description",fieldType:"string",required:!1,default:"",description:"Description of the Storage.",command:"--b2-description"}];
1
+ export default[{label:"Account ID",value:"account",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"Account ID or Application Key ID.",command:"--b2-account"},{label:"Application Key",value:"key",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"Application Key.",command:"--b2-key"},{label:"Hard Delete",value:"hard_delete",fieldType:"bool",required:!1,default:!1,description:"Permanently delete files on remote removal, otherwise hide files.",command:"--b2-hard-delete"},{label:"Endpoint",value:"endpoint",fieldType:"string",required:!1,default:"",description:"Endpoint for the service. Leave blank normally.",command:"--b2-endpoint"},{label:"Test Mode",value:"test_mode",fieldType:"string",required:!1,default:"",description:"A test mode flag for debugging purposes only. Setting it will cause B2 to return specific errors: fail_some_uploads, expire_some_account_authorization_tokens, force_cap_exceeded.",command:"--b2-test-mode"},{label:"Include Versions",value:"versions",fieldType:"bool",required:!1,default:!1,description:"Include old versions in directory listings. Note that when using this no file write operations are permitted, so you can't upload files or delete them.",command:"--b2-versions"},{label:"Version At",value:"version_at",fieldType:"time",required:!1,default:"off",description:"Show file versions as they were at the specified time. Note that when using this no file write operations are permitted, so you can't upload files or delete them.",command:"--b2-version-at"},{label:"Upload Cutoff",value:"upload_cutoff",fieldType:"sizesuffix",required:!1,default:"200mi",description:"Cutoff for switching to chunked upload. Files above this size will be uploaded in chunks of the configured Chunk Size.",command:"--b2-upload-cutoff"},{label:"Copy Cutoff",value:"copy_cutoff",fieldType:"sizesuffix",required:!1,default:"4gi",description:"Cutoff for switching to multipart copy. Any files larger than this that need to be server-side copied will be copied in chunks of this size.",command:"--b2-copy-cutoff"},{label:"Chunk Size",value:"chunk_size",fieldType:"sizesuffix",required:!1,default:"96mi",description:"Upload chunk size. When uploading large files, chunk the file into this size.",command:"--b2-chunk-size"},{label:"Upload Concurrency",value:"upload_concurrency",fieldType:"int",required:!1,default:"4",description:"Concurrency for multipart uploads. This is the number of chunks of the same file that are uploaded concurrently.",command:"--b2-upload-concurrency"},{label:"Disable Checksum",value:"disable_checksum",fieldType:"bool",required:!1,default:!1,description:"Disable checksums for large files (above the Upload Cutoff). Checksums ensure data integrity but can cause long delays for large files to start uploading.",command:"--b2-disable-checksum"},{label:"Download URL",value:"download_url",fieldType:"string",required:!1,default:"",description:"Custom endpoint for downloads, usually a Cloudflare CDN URL since Backblaze offers free egress through Cloudflare. Leave blank to use the default Backblaze endpoint.",command:"--b2-download-url"},{label:"Download Auth Duration",value:"download_auth_duration",fieldType:"duration",required:!1,default:"1w",description:"Time before the public link authorization token will expire. Used when making files accessible via public links.",command:"--b2-download-auth-duration"},{label:"Memory Pool Flush Time",value:"memory_pool_flush_time",fieldType:"duration",required:!1,default:"1m0s",description:"How often internal memory buffer pools will be flushed. (no longer used)",command:"--b2-memory-pool-flush-time"},{label:"Memory Pool Use MMAP",value:"memory_pool_use_mmap",fieldType:"bool",required:!1,default:!1,description:"Whether to use mmap buffers in internal memory pool. (no longer used)",command:"--b2-memory-pool-use-mmap"},{label:"Lifecycle",value:"lifecycle",fieldType:"int",required:!1,default:"0",description:"Set the number of days deleted files should be kept when creating a bucket. On bucket creation, this parameter is used to create a lifecycle rule for the entire bucket.",command:"--b2-lifecycle"},{label:"Encoding",value:"encoding",fieldType:"encoding",required:!1,default:"slash,backslash,del,ctl,invalidutf8,dot",description:"The encoding for the backend.",command:"--b2-encoding"},{label:"Description",value:"description",fieldType:"string",required:!1,default:"",description:"Description of the Storage.",command:"--b2-description"}];
@@ -1 +1 @@
1
- {"version":3,"file":"b2.js","sourceRoot":"","sources":["../../../src/utils/providers/b2.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"b2.js","sourceRoot":"","sources":["../../../src/utils/providers/b2.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- export default[{label:"Client ID",value:"client_id",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"OAuth Client Id",command:"--box-client-id"},{label:"Client Secret",value:"client_secret",authFieldType:"client",fieldType:"string",required:!0,default:"",description:"OAuth Client Secret",command:"--box-client-secret"},{label:"Config File",value:"box_config_file",fieldType:"string",required:!1,default:"",description:"Box App config.json location. Leave blank normally.",command:"--box-box-config-file"},{label:"OAuth Access Token",value:"token",fieldType:"string",authFieldType:"oauth",required:!1,default:"",description:"OAuth Access Token as a JSON blob.",command:"--box-token"},{label:"Auth URL",value:"auth_url",fieldType:"string",required:!1,default:"",description:"Auth server URL. Leave blank to use the provider defaults.",command:"--box-auth-url"},{label:"Token URL",value:"token_url",fieldType:"string",required:!1,default:"",description:"Token server url. Leave blank to use the provider defaults.",command:"--box-token-url"},{label:"Client Credentials",value:"client_credentials",authFieldType:"client",fieldType:"bool",required:!1,default:!1,description:"Use client credentials OAuth flow. This will use the OAUTH2 client Credentials Flow as described in RFC 6749.",command:"--box-client-credentials"},{label:"Root Folder ID",value:"root_folder_id",fieldType:"string",required:!1,default:"0",description:"Fill in for rclone to use a non root folder as its starting point.",command:"--box-root-folder-id"},{label:"Upload Cutoff",value:"upload_cutoff",fieldType:"sizesuffix",required:!1,default:"50mi",description:"Cutoff for switching to multipart upload (>= 50 MiB).",command:"--box-upload-cutoff"},{label:"Commit Retries",value:"commit_retries",fieldType:"int",required:!1,default:"100",description:"Max number of times to try committing a multipart file.",command:"--box-commit-retries"},{label:"List Chunk",value:"list_chunk",fieldType:"int",required:!1,default:"1000",description:"Size of listing chunk 1-1000.",command:"--box-list-chunk"},{label:"Owned By",value:"owned_by",fieldType:"string",required:!1,default:"",description:"Only show items owned by the login (email address) passed in.",command:"--box-owned-by"},{label:"Impersonate User",value:"impersonate",fieldType:"string",required:!1,default:"",description:"Impersonate this user ID when using a service account. Setting this flag allows rclone, when using a JWT service account, to act on behalf of another user by setting the as-user header.",command:"--box-impersonate"},{label:"Encoding",value:"encoding",fieldType:"encoding",required:!1,default:"slash,backslash,del,ctl,rightspace,invalidutf8,dot",description:"The encoding for the backend. See the encoding section in the overview for more info.",command:"--box-encoding"},{label:"Description",value:"description",fieldType:"string",required:!1,default:"",description:"Description of the Storage.",command:"--box-description"}];
1
+ export default[{label:"Client ID",value:"client_id",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"OAuth Client Id",command:"--box-client-id"},{label:"Client Secret",value:"client_secret",authFieldType:"client",fieldType:"string",required:!0,default:"",description:"OAuth Client Secret",command:"--box-client-secret"},{label:"Config File",value:"box_config_file",fieldType:"string",required:!1,default:"",description:"Box App config.json location. Leave blank normally.",command:"--box-box-config-file"},{label:"OAuth Access Token",value:"token",fieldType:"string",authFieldType:"oauth",required:!1,default:"",description:"OAuth Access Token as a JSON blob.",command:"--box-token"},{label:"Auth URL",value:"auth_url",fieldType:"string",required:!1,default:"",description:"Auth server URL. Leave blank to use the provider defaults.",command:"--box-auth-url"},{label:"Token URL",value:"token_url",fieldType:"string",required:!1,default:"",description:"Token server url. Leave blank to use the provider defaults.",command:"--box-token-url"},{label:"Client Credentials",value:"client_credentials",authFieldType:"client",fieldType:"bool",required:!1,default:!1,description:"Use client credentials OAuth flow. This will use the OAUTH2 client Credentials Flow as described in RFC 6749.",command:"--box-client-credentials"},{label:"Root Folder ID",value:"root_folder_id",fieldType:"string",required:!1,default:"0",description:'Set a non-root folder as the starting point. Use "0" for the root folder.',command:"--box-root-folder-id"},{label:"Upload Cutoff",value:"upload_cutoff",fieldType:"sizesuffix",required:!1,default:"50mi",description:"Cutoff for switching to multipart upload (>= 50 MiB).",command:"--box-upload-cutoff"},{label:"Commit Retries",value:"commit_retries",fieldType:"int",required:!1,default:"100",description:"Max number of times to try committing a multipart file.",command:"--box-commit-retries"},{label:"List Chunk",value:"list_chunk",fieldType:"int",required:!1,default:"1000",description:"Size of listing chunk 1-1000.",command:"--box-list-chunk"},{label:"Owned By",value:"owned_by",fieldType:"string",required:!1,default:"",description:"Only show items owned by the login (email address) passed in.",command:"--box-owned-by"},{label:"Impersonate User",value:"impersonate",fieldType:"string",required:!1,default:"",description:"Impersonate this user ID when using a service account, to act on behalf of another user.",command:"--box-impersonate"},{label:"Encoding",value:"encoding",fieldType:"encoding",required:!1,default:"slash,backslash,del,ctl,rightspace,invalidutf8,dot",description:"The encoding for the backend.",command:"--box-encoding"},{label:"Description",value:"description",fieldType:"string",required:!1,default:"",description:"Description of the Storage.",command:"--box-description"}];
@@ -1 +1 @@
1
- {"version":3,"file":"boxCom.js","sourceRoot":"","sources":["../../../src/utils/providers/boxCom.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"boxCom.js","sourceRoot":"","sources":["../../../src/utils/providers/boxCom.ts"],"names":[],"mappings":"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"}
@@ -6,6 +6,39 @@ declare const cephSettings: ({
6
6
  default: string;
7
7
  description: string;
8
8
  command: string;
9
+ options: {
10
+ label: string;
11
+ value: string;
12
+ }[];
13
+ condition?: undefined;
14
+ allowCustom?: undefined;
15
+ } | {
16
+ label: string;
17
+ value: string;
18
+ fieldType: string;
19
+ required: boolean;
20
+ default: string;
21
+ description: string;
22
+ command: string;
23
+ condition: {
24
+ server_side_encryption: string;
25
+ }[];
26
+ options?: undefined;
27
+ allowCustom?: undefined;
28
+ } | {
29
+ label: string;
30
+ value: string;
31
+ fieldType: string;
32
+ allowCustom: boolean;
33
+ required: boolean;
34
+ default: string;
35
+ description: string;
36
+ command: string;
37
+ options: {
38
+ label: string;
39
+ value: string;
40
+ }[];
41
+ condition?: undefined;
9
42
  } | {
10
43
  label: string;
11
44
  value: string;
@@ -14,6 +47,46 @@ declare const cephSettings: ({
14
47
  default: boolean;
15
48
  description: string;
16
49
  command: string;
50
+ options?: undefined;
51
+ condition?: undefined;
52
+ allowCustom?: undefined;
53
+ } | {
54
+ label: string;
55
+ value: string;
56
+ fieldType: string;
57
+ required: boolean;
58
+ default: string;
59
+ description: string;
60
+ command: string;
61
+ condition: {
62
+ sse_customer_algorithm: string;
63
+ }[];
64
+ options?: undefined;
65
+ allowCustom?: undefined;
66
+ } | {
67
+ label: string;
68
+ value: string;
69
+ fieldType: string;
70
+ required: boolean;
71
+ default: string;
72
+ description: string;
73
+ command: string;
74
+ options?: undefined;
75
+ condition?: undefined;
76
+ allowCustom?: undefined;
77
+ } | {
78
+ label: string;
79
+ value: string;
80
+ fieldType: string;
81
+ required: boolean;
82
+ default: string;
83
+ description: string;
84
+ command: string;
85
+ condition: {
86
+ env_auth: boolean;
87
+ }[];
88
+ options?: undefined;
89
+ allowCustom?: undefined;
17
90
  } | {
18
91
  label: string;
19
92
  value: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ceph.d.ts","sourceRoot":"","sources":["../../../src/utils/providers/ceph.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;IAgCjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"ceph.d.ts","sourceRoot":"","sources":["../../../src/utils/providers/ceph.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgCjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1 +1 @@
1
- import s3Options from"./_s3Options";const cephSettings=[{label:"Access Key ID",value:"access_key_id",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"Your Ceph Access Key ID.",command:"--s3-access-key-id"},{label:"Secret Access Key",value:"secret_access_key",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"Your Ceph Secret Access Key (password).",command:"--s3-secret-access-key"},{label:"Endpoint",value:"endpoint",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"API Ednpoint to conenct to. eg: https://ceph.endpoint.example.com",command:"--s3-endpoint"},...s3Options];export default cephSettings;
1
+ import s3Options from"./_s3Options";const cephSettings=[{label:"Access Key ID",value:"access_key_id",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"Your Ceph Access Key ID.",command:"--s3-access-key-id"},{label:"Secret Access Key",value:"secret_access_key",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"Your Ceph Secret Access Key (password).",command:"--s3-secret-access-key"},{label:"Endpoint",value:"endpoint",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"API Endpoint to connect to. Example: https://ceph.endpoint.example.com",command:"--s3-endpoint"},...s3Options];export default cephSettings;
@@ -1 +1 @@
1
- {"version":3,"file":"ceph.js","sourceRoot":"","sources":["../../../src/utils/providers/ceph.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,cAAc,CAAC;AAErC,MAAM,YAAY,GAAG;IACpB;QACC,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE,eAAe;QACtB,SAAS,EAAE,QAAQ;QACnB,aAAa,EAAE,QAAQ;QACvB,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,OAAO,EAAE,oBAAoB;KAC7B;IACD;QACC,KAAK,EAAE,mBAAmB;QAC1B,KAAK,EAAE,mBAAmB;QAC1B,SAAS,EAAE,QAAQ;QACnB,aAAa,EAAE,QAAQ;QACvB,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,yCAAyC;QACtD,OAAO,EAAE,wBAAwB;KACjC;IACD;QACC,KAAK,EAAE,UAAU;QACjB,KAAK,EAAE,UAAU;QACjB,SAAS,EAAE,QAAQ;QACnB,aAAa,EAAE,QAAQ;QACvB,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,mEAAmE;QAChF,OAAO,EAAE,eAAe;KACxB;IACD,GAAG,SAAS;CACZ,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"ceph.js","sourceRoot":"","sources":["../../../src/utils/providers/ceph.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,cAAc,CAAC;AAErC,MAAM,YAAY,GAAG;IACpB;QACC,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE,eAAe;QACtB,SAAS,EAAE,QAAQ;QACnB,aAAa,EAAE,QAAQ;QACvB,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,OAAO,EAAE,oBAAoB;KAC7B;IACD;QACC,KAAK,EAAE,mBAAmB;QAC1B,KAAK,EAAE,mBAAmB;QAC1B,SAAS,EAAE,QAAQ;QACnB,aAAa,EAAE,QAAQ;QACvB,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,yCAAyC;QACtD,OAAO,EAAE,wBAAwB;KACjC;IACD;QACC,KAAK,EAAE,UAAU;QACjB,KAAK,EAAE,UAAU;QACjB,SAAS,EAAE,QAAQ;QACnB,aAAa,EAAE,QAAQ;QACvB,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,wEAAwE;QACrF,OAAO,EAAE,eAAe;KACxB;IACD,GAAG,SAAS;CACZ,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -6,6 +6,39 @@ declare const dreamobjectsSettings: ({
6
6
  default: string;
7
7
  description: string;
8
8
  command: string;
9
+ options: {
10
+ label: string;
11
+ value: string;
12
+ }[];
13
+ condition?: undefined;
14
+ allowCustom?: undefined;
15
+ } | {
16
+ label: string;
17
+ value: string;
18
+ fieldType: string;
19
+ required: boolean;
20
+ default: string;
21
+ description: string;
22
+ command: string;
23
+ condition: {
24
+ server_side_encryption: string;
25
+ }[];
26
+ options?: undefined;
27
+ allowCustom?: undefined;
28
+ } | {
29
+ label: string;
30
+ value: string;
31
+ fieldType: string;
32
+ allowCustom: boolean;
33
+ required: boolean;
34
+ default: string;
35
+ description: string;
36
+ command: string;
37
+ options: {
38
+ label: string;
39
+ value: string;
40
+ }[];
41
+ condition?: undefined;
9
42
  } | {
10
43
  label: string;
11
44
  value: string;
@@ -14,6 +47,46 @@ declare const dreamobjectsSettings: ({
14
47
  default: boolean;
15
48
  description: string;
16
49
  command: string;
50
+ options?: undefined;
51
+ condition?: undefined;
52
+ allowCustom?: undefined;
53
+ } | {
54
+ label: string;
55
+ value: string;
56
+ fieldType: string;
57
+ required: boolean;
58
+ default: string;
59
+ description: string;
60
+ command: string;
61
+ condition: {
62
+ sse_customer_algorithm: string;
63
+ }[];
64
+ options?: undefined;
65
+ allowCustom?: undefined;
66
+ } | {
67
+ label: string;
68
+ value: string;
69
+ fieldType: string;
70
+ required: boolean;
71
+ default: string;
72
+ description: string;
73
+ command: string;
74
+ options?: undefined;
75
+ condition?: undefined;
76
+ allowCustom?: undefined;
77
+ } | {
78
+ label: string;
79
+ value: string;
80
+ fieldType: string;
81
+ required: boolean;
82
+ default: string;
83
+ description: string;
84
+ command: string;
85
+ condition: {
86
+ env_auth: boolean;
87
+ }[];
88
+ options?: undefined;
89
+ allowCustom?: undefined;
17
90
  } | {
18
91
  label: string;
19
92
  value: string;
@@ -1 +1 @@
1
- {"version":3,"file":"dreamobjects.d.ts","sourceRoot":"","sources":["../../../src/utils/providers/dreamobjects.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwCzB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"dreamobjects.d.ts","sourceRoot":"","sources":["../../../src/utils/providers/dreamobjects.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwCzB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,30 @@
1
+ declare const drimeSettings: ({
2
+ label: string;
3
+ value: string;
4
+ fieldType: string;
5
+ authFieldType: string;
6
+ required: boolean;
7
+ default: string;
8
+ description: string;
9
+ command: string;
10
+ } | {
11
+ label: string;
12
+ value: string;
13
+ fieldType: string;
14
+ required: boolean;
15
+ default: string;
16
+ description: string;
17
+ command: string;
18
+ authFieldType?: undefined;
19
+ } | {
20
+ label: string;
21
+ value: string;
22
+ fieldType: string;
23
+ required: boolean;
24
+ default: boolean;
25
+ description: string;
26
+ command: string;
27
+ authFieldType?: undefined;
28
+ })[];
29
+ export default drimeSettings;
30
+ //# sourceMappingURL=drime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drime.d.ts","sourceRoot":"","sources":["../../../src/utils/providers/drime.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiElB,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1 @@
1
+ export default[{label:"API Access Token",value:"access_token",fieldType:"string",authFieldType:"client",required:!0,default:"",description:"API Access token. You can get this from the web control panel under Settings → Developer.",command:"--drime-access-token"},{label:"Root Folder ID",value:"root_folder_id",fieldType:"string",required:!1,default:"",description:"ID of the root folder. Leave blank normally, it will be filled in automatically.",command:"--drime-root-folder-id"},{label:"Workspace ID",value:"workspace_id",fieldType:"string",required:!1,default:"",description:"Workspace ID. Leave blank unless you need to target a specific workspace.",command:"--drime-workspace-id"},{label:"List Chunk",value:"list_chunk",fieldType:"int",required:!1,default:"1000",description:"Number of items to list in each call.",command:"--drime-list-chunk"},{label:"Hard Delete",value:"hard_delete",fieldType:"bool",required:!1,default:!1,description:"Delete files permanently rather than putting them into the trash.",command:"--drime-hard-delete"},{label:"Encoding",value:"encoding",fieldType:"encoding",required:!1,default:"slash,backslash,del,ctl,leftspace,rightspace,invalidutf8,dot",description:"The encoding for the backend.",command:"--drime-encoding"},{label:"Description",value:"description",fieldType:"string",required:!1,default:"",description:"Description of the Storage.",command:"--drime-description"}];
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drime.js","sourceRoot":"","sources":["../../../src/utils/providers/drime.ts"],"names":[],"mappings":"AAAA,MAAM,aAAa,GAAG;IACrB;QACC,KAAK,EAAE,kBAAkB;QACzB,KAAK,EAAE,cAAc;QACrB,SAAS,EAAE,QAAQ;QACnB,aAAa,EAAE,QAAQ;QACvB,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,2FAA2F;QACxG,OAAO,EAAE,sBAAsB;KAC/B;IACD;QACC,KAAK,EAAE,gBAAgB;QACvB,KAAK,EAAE,gBAAgB;QACvB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,kFAAkF;QAC/F,OAAO,EAAE,wBAAwB;KACjC;IACD;QACC,KAAK,EAAE,cAAc;QACrB,KAAK,EAAE,cAAc;QACrB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,2EAA2E;QACxF,OAAO,EAAE,sBAAsB;KAC/B;IACD;QACC,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,YAAY;QACnB,SAAS,EAAE,KAAK;QAChB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,MAAM;QACf,WAAW,EAAE,uCAAuC;QACpD,OAAO,EAAE,oBAAoB;KAC7B;IACD;QACC,KAAK,EAAE,aAAa;QACpB,KAAK,EAAE,aAAa;QACpB,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,mEAAmE;QAChF,OAAO,EAAE,qBAAqB;KAC9B;IACD;QACC,KAAK,EAAE,UAAU;QACjB,KAAK,EAAE,UAAU;QACjB,SAAS,EAAE,UAAU;QACrB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,8DAA8D;QACvE,WAAW,EAAE,+BAA+B;QAC5C,OAAO,EAAE,kBAAkB;KAC3B;IACD;QACC,KAAK,EAAE,aAAa;QACpB,KAAK,EAAE,aAAa;QACpB,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,6BAA6B;QAC1C,OAAO,EAAE,qBAAqB;KAC9B;CACD,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -7,6 +7,7 @@ declare const dropboxSettings: ({
7
7
  default: string;
8
8
  description: string;
9
9
  command: string;
10
+ options?: undefined;
10
11
  } | {
11
12
  label: string;
12
13
  value: string;
@@ -16,6 +17,7 @@ declare const dropboxSettings: ({
16
17
  description: string;
17
18
  command: string;
18
19
  authFieldType?: undefined;
20
+ options?: undefined;
19
21
  } | {
20
22
  label: string;
21
23
  value: string;
@@ -25,6 +27,7 @@ declare const dropboxSettings: ({
25
27
  default: boolean;
26
28
  description: string;
27
29
  command: string;
30
+ options?: undefined;
28
31
  } | {
29
32
  label: string;
30
33
  value: string;
@@ -34,6 +37,20 @@ declare const dropboxSettings: ({
34
37
  description: string;
35
38
  command: string;
36
39
  authFieldType?: undefined;
40
+ options?: undefined;
41
+ } | {
42
+ label: string;
43
+ value: string;
44
+ fieldType: string;
45
+ required: boolean;
46
+ default: string;
47
+ description: string;
48
+ command: string;
49
+ options: {
50
+ label: string;
51
+ value: string;
52
+ }[];
53
+ authFieldType?: undefined;
37
54
  })[];
38
55
  export default dropboxSettings;
39
56
  //# sourceMappingURL=dropbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dropbox.d.ts","sourceRoot":"","sources":["../../../src/utils/providers/dropbox.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+KpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"dropbox.d.ts","sourceRoot":"","sources":["../../../src/utils/providers/dropbox.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiLpB,CAAC;AAEF,eAAe,eAAe,CAAC"}