@abyss-project/main 1.0.38 → 1.0.40

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.
@@ -4,6 +4,27 @@ export declare enum AbyssApplicationEvent {
4
4
  AUTHENTICATION_USER_LOGIN = "authentication.user.login",
5
5
  AUTHENTICATION_USER_LOGIN_REFRESH = "authentication.user.login-refresh",
6
6
  MAILING_EMAIL_SEND = "mailing.email.send",
7
+ ABYSS_STORAGE_MINDEE_EXTRACT = "abyss-storage.mindee.extract",
8
+ ABYSS_STORAGE_COLLECTION_FREEPIK_FETCH = "abyss-storage.collection.freepik.fetch",
9
+ ABYSS_STORAGE_COLLECTION_FREEPIK_GET_DOWNLOAD_URL = "abyss-storage.collection.freepik.get-download-url",
10
+ ABYSS_STORAGE_COLLECTION_FREEPIK_SAVE = "abyss-storage.collection.freepik.save",
11
+ ABYSS_STORAGE_PRE_SIGNED_URL_CREATE = "abyss-storage.pre-signed-url.create",
12
+ ABYSS_STORAGE_PRE_SIGNED_URL_WRITE = "abyss-storage.pre-signed-url.write",
13
+ ABYSS_STORAGE_ARCHIVE_GENERATE = "abyss-storage.archive.generate",
14
+ ABYSS_STORAGE_ARCHIVE_EXTRACT = "abyss-storage.archive.extract",
15
+ ABYSS_STORAGE_WEBHOOK_SEND_UPLOAD = "abyss-storage.webhook.send.upload",
16
+ ABYSS_STORAGE_WEBHOOK_SEND_WRITE = "abyss-storage.webhook.send.write",
17
+ ABYSS_STORAGE_WEBHOOK_SEND_DELETE = "abyss-storage.webhook.send.delete",
18
+ ABYSS_STORAGE_STORAGE_DELETE_ELEMENT = "abyss-storage.storage.delete-element",
19
+ ABYSS_STORAGE_STORAGE_DELETE_TMP_ELEMENT = "abyss-storage.storage.delete-tmp-element",
20
+ ABYSS_STORAGE_STORAGE_DELETE_STREAM_MEDIA = "abyss-storage.storage.delete-stream-media",
21
+ ABYSS_STORAGE_STORAGE_UPLOAD = "abyss-storage.storage.upload",
22
+ ABYSS_STORAGE_STORAGE_WRITE = "abyss-storage.storage.write",
23
+ ABYSS_STORAGE_STORAGE_DUPLICATE = "abyss-storage.storage.duplicate",
24
+ ABYSS_STORAGE_STORAGE_DUPLICATE_MULTIPLE = "abyss-storage.storage.duplicate-multiple",
25
+ ABYSS_STORAGE_STORAGE_GENERATE_THUMBNAIL = "abyss-storage.storage.generate-thumbnail",
26
+ ABYSS_STORAGE_STORAGE_ENCRYPT = "abyss-storage.storage.encrypt",
27
+ ABYSS_STORAGE_STORAGE_DECRYPT = "abyss-storage.storage.decrypt",
7
28
  ABYSS_CLOUD_CLOUD_CREATE = "abyss-cloud.cloud.create",
8
29
  ABYSS_CLOUD_CLOUD_DELETE = "abyss-cloud.cloud.delete",
9
30
  ABYSS_CLOUD_CLOUD_SHARE_CREATE = "abyss-cloud.cloud-share.create",
@@ -8,6 +8,27 @@ var AbyssApplicationEvent;
8
8
  AbyssApplicationEvent["AUTHENTICATION_USER_LOGIN"] = "authentication.user.login";
9
9
  AbyssApplicationEvent["AUTHENTICATION_USER_LOGIN_REFRESH"] = "authentication.user.login-refresh";
10
10
  AbyssApplicationEvent["MAILING_EMAIL_SEND"] = "mailing.email.send";
11
+ AbyssApplicationEvent["ABYSS_STORAGE_MINDEE_EXTRACT"] = "abyss-storage.mindee.extract";
12
+ AbyssApplicationEvent["ABYSS_STORAGE_COLLECTION_FREEPIK_FETCH"] = "abyss-storage.collection.freepik.fetch";
13
+ AbyssApplicationEvent["ABYSS_STORAGE_COLLECTION_FREEPIK_GET_DOWNLOAD_URL"] = "abyss-storage.collection.freepik.get-download-url";
14
+ AbyssApplicationEvent["ABYSS_STORAGE_COLLECTION_FREEPIK_SAVE"] = "abyss-storage.collection.freepik.save";
15
+ AbyssApplicationEvent["ABYSS_STORAGE_PRE_SIGNED_URL_CREATE"] = "abyss-storage.pre-signed-url.create";
16
+ AbyssApplicationEvent["ABYSS_STORAGE_PRE_SIGNED_URL_WRITE"] = "abyss-storage.pre-signed-url.write";
17
+ AbyssApplicationEvent["ABYSS_STORAGE_ARCHIVE_GENERATE"] = "abyss-storage.archive.generate";
18
+ AbyssApplicationEvent["ABYSS_STORAGE_ARCHIVE_EXTRACT"] = "abyss-storage.archive.extract";
19
+ AbyssApplicationEvent["ABYSS_STORAGE_WEBHOOK_SEND_UPLOAD"] = "abyss-storage.webhook.send.upload";
20
+ AbyssApplicationEvent["ABYSS_STORAGE_WEBHOOK_SEND_WRITE"] = "abyss-storage.webhook.send.write";
21
+ AbyssApplicationEvent["ABYSS_STORAGE_WEBHOOK_SEND_DELETE"] = "abyss-storage.webhook.send.delete";
22
+ AbyssApplicationEvent["ABYSS_STORAGE_STORAGE_DELETE_ELEMENT"] = "abyss-storage.storage.delete-element";
23
+ AbyssApplicationEvent["ABYSS_STORAGE_STORAGE_DELETE_TMP_ELEMENT"] = "abyss-storage.storage.delete-tmp-element";
24
+ AbyssApplicationEvent["ABYSS_STORAGE_STORAGE_DELETE_STREAM_MEDIA"] = "abyss-storage.storage.delete-stream-media";
25
+ AbyssApplicationEvent["ABYSS_STORAGE_STORAGE_UPLOAD"] = "abyss-storage.storage.upload";
26
+ AbyssApplicationEvent["ABYSS_STORAGE_STORAGE_WRITE"] = "abyss-storage.storage.write";
27
+ AbyssApplicationEvent["ABYSS_STORAGE_STORAGE_DUPLICATE"] = "abyss-storage.storage.duplicate";
28
+ AbyssApplicationEvent["ABYSS_STORAGE_STORAGE_DUPLICATE_MULTIPLE"] = "abyss-storage.storage.duplicate-multiple";
29
+ AbyssApplicationEvent["ABYSS_STORAGE_STORAGE_GENERATE_THUMBNAIL"] = "abyss-storage.storage.generate-thumbnail";
30
+ AbyssApplicationEvent["ABYSS_STORAGE_STORAGE_ENCRYPT"] = "abyss-storage.storage.encrypt";
31
+ AbyssApplicationEvent["ABYSS_STORAGE_STORAGE_DECRYPT"] = "abyss-storage.storage.decrypt";
11
32
  AbyssApplicationEvent["ABYSS_CLOUD_CLOUD_CREATE"] = "abyss-cloud.cloud.create";
12
33
  AbyssApplicationEvent["ABYSS_CLOUD_CLOUD_DELETE"] = "abyss-cloud.cloud.delete";
13
34
  AbyssApplicationEvent["ABYSS_CLOUD_CLOUD_SHARE_CREATE"] = "abyss-cloud.cloud-share.create";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/main",
3
- "version": "1.0.38",
3
+ "version": "1.0.40",
4
4
  "description": "Core package to interact with Abyss-Project",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",