@abyss-project/main 1.0.9 → 1.0.11
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.
- package/README.md +1 -1
- package/dist/api/application.admin.api.d.ts +8 -8
- package/dist/api/application.admin.api.js +35 -35
- package/dist/api/application.api.d.ts +7 -7
- package/dist/api/application.api.js +31 -31
- package/dist/api/auth.api.d.ts +10 -10
- package/dist/api/auth.api.js +57 -57
- package/dist/api/billing.api.d.ts +4 -4
- package/dist/api/billing.api.js +16 -16
- package/dist/api/gift-code.admin.api.d.ts +8 -8
- package/dist/api/gift-code.admin.api.js +34 -34
- package/dist/api/gift-code.api.d.ts +4 -4
- package/dist/api/gift-code.api.js +20 -20
- package/dist/api/index.d.ts +23 -23
- package/dist/api/index.js +39 -39
- package/dist/api/metrics.admin.api.d.ts +4 -4
- package/dist/api/metrics.admin.api.js +16 -16
- package/dist/api/monitor.api.d.ts +2 -2
- package/dist/api/monitor.api.js +8 -8
- package/dist/api/newsletter.admin.api.d.ts +6 -6
- package/dist/api/newsletter.admin.api.js +25 -25
- package/dist/api/project-access.admin.api.d.ts +13 -13
- package/dist/api/project-access.admin.api.js +52 -52
- package/dist/api/project-access.api.d.ts +14 -14
- package/dist/api/project-access.api.js +59 -59
- package/dist/api/project.admin.api.d.ts +7 -7
- package/dist/api/project.admin.api.js +34 -34
- package/dist/api/project.api.d.ts +14 -14
- package/dist/api/project.api.js +62 -62
- package/dist/api/user-credit-purchase.admin.api.d.ts +7 -7
- package/dist/api/user-credit-purchase.admin.api.js +28 -28
- package/dist/api/user-credit-purchase.api.d.ts +3 -3
- package/dist/api/user-credit-purchase.api.js +14 -14
- package/dist/api/user-notification.admin.api.d.ts +5 -5
- package/dist/api/user-notification.admin.api.js +20 -20
- package/dist/api/user-notification.api.d.ts +4 -4
- package/dist/api/user-notification.api.js +18 -18
- package/dist/api/user-ticket.admin.api.d.ts +11 -11
- package/dist/api/user-ticket.admin.api.js +49 -49
- package/dist/api/user-ticket.api.d.ts +10 -10
- package/dist/api/user-ticket.api.js +45 -45
- package/dist/api/user-transaction.admin.api.d.ts +5 -5
- package/dist/api/user-transaction.admin.api.js +20 -20
- package/dist/api/user-transaction.api.d.ts +3 -3
- package/dist/api/user-transaction.api.js +14 -14
- package/dist/api/user.admin.api.d.ts +11 -11
- package/dist/api/user.admin.api.js +46 -46
- package/dist/api/user.api.d.ts +19 -19
- package/dist/api/user.api.js +84 -84
- package/dist/front/index.d.ts +1 -1
- package/dist/front/index.js +17 -17
- package/dist/front/redirection.d.ts +2 -2
- package/dist/front/redirection.js +5 -5
- package/dist/index.d.ts +21 -21
- package/dist/index.js +91 -89
- package/dist/translate/en.translate.d.ts +182 -182
- package/dist/translate/en.translate.js +186 -186
- package/dist/translate/fr.translate.d.ts +182 -182
- package/dist/translate/fr.translate.js +186 -186
- package/dist/translate/index.d.ts +2 -2
- package/dist/translate/index.js +18 -18
- package/dist/types/enum/abyss-service.enum.d.ts +12 -11
- package/dist/types/enum/abyss-service.enum.js +16 -15
- package/dist/types/enum/api-error.enum.d.ts +39 -39
- package/dist/types/enum/api-error.enum.js +44 -44
- package/dist/types/enum/billing-product.enum.d.ts +8 -8
- package/dist/types/enum/billing-product.enum.js +12 -12
- package/dist/types/enum/gift-code-type.enum.d.ts +3 -3
- package/dist/types/enum/gift-code-type.enum.js +7 -7
- package/dist/types/enum/index.d.ts +18 -18
- package/dist/types/enum/index.js +34 -34
- package/dist/types/enum/newsletter-type.enum.d.ts +4 -4
- package/dist/types/enum/newsletter-type.enum.js +8 -8
- package/dist/types/enum/oauth-account-type.enum.d.ts +3 -3
- package/dist/types/enum/oauth-account-type.enum.js +7 -7
- package/dist/types/enum/project-access-permission.enum.d.ts +13 -13
- package/dist/types/enum/project-access-permission.enum.js +17 -17
- package/dist/types/enum/project-application-access-permission.enum.d.ts +38 -38
- package/dist/types/enum/project-application-access-permission.enum.js +42 -42
- package/dist/types/enum/subscription-level.enum.d.ts +55 -55
- package/dist/types/enum/subscription-level.enum.js +128 -128
- package/dist/types/enum/token-type.enum.d.ts +5 -5
- package/dist/types/enum/token-type.enum.js +9 -9
- package/dist/types/enum/user-credit-purchase-currency.enum.d.ts +5 -5
- package/dist/types/enum/user-credit-purchase-currency.enum.js +9 -9
- package/dist/types/enum/user-credit-purchase-payment-method.enum.d.ts +3 -3
- package/dist/types/enum/user-credit-purchase-payment-method.enum.js +7 -7
- package/dist/types/enum/user-credit-purchase-platform.enum.d.ts +8 -8
- package/dist/types/enum/user-credit-purchase-platform.enum.js +12 -12
- package/dist/types/enum/user-language.enum.d.ts +4 -4
- package/dist/types/enum/user-language.enum.js +8 -8
- package/dist/types/enum/user-notification-content-type.enum.d.ts +286 -286
- package/dist/types/enum/user-notification-content-type.enum.js +51 -51
- package/dist/types/enum/user-notification-type.enum.d.ts +6 -6
- package/dist/types/enum/user-notification-type.enum.js +10 -10
- package/dist/types/enum/user-ticket-category.enum.d.ts +9 -9
- package/dist/types/enum/user-ticket-category.enum.js +13 -13
- package/dist/types/enum/user-transaction-type.enum.d.ts +14 -14
- package/dist/types/enum/user-transaction-type.enum.js +18 -18
- package/dist/types/index.d.ts +9 -9
- package/dist/types/index.js +21 -21
- package/dist/types/interface/api/index.d.ts +48 -48
- package/dist/types/interface/api/index.js +64 -64
- package/dist/types/interface/api/requests/application.admin.request.d.ts +36 -36
- package/dist/types/interface/api/requests/application.admin.request.js +2 -2
- package/dist/types/interface/api/requests/application.request.d.ts +34 -34
- package/dist/types/interface/api/requests/application.request.js +2 -2
- package/dist/types/interface/api/requests/auth.request.d.ts +40 -40
- package/dist/types/interface/api/requests/auth.request.js +2 -2
- package/dist/types/interface/api/requests/billing.request.d.ts +9 -9
- package/dist/types/interface/api/requests/billing.request.js +2 -2
- package/dist/types/interface/api/requests/gift-code.admin.request.d.ts +53 -53
- package/dist/types/interface/api/requests/gift-code.admin.request.js +2 -2
- package/dist/types/interface/api/requests/gift-code.request.d.ts +12 -12
- package/dist/types/interface/api/requests/gift-code.request.js +2 -2
- package/dist/types/interface/api/requests/newsletter.admin.request.d.ts +21 -21
- package/dist/types/interface/api/requests/newsletter.admin.request.js +2 -2
- package/dist/types/interface/api/requests/project-access.admin.request.d.ts +80 -80
- package/dist/types/interface/api/requests/project-access.admin.request.js +2 -2
- package/dist/types/interface/api/requests/project-access.request.d.ts +78 -78
- package/dist/types/interface/api/requests/project-access.request.js +2 -2
- package/dist/types/interface/api/requests/project.admin.request.d.ts +32 -32
- package/dist/types/interface/api/requests/project.admin.request.js +2 -2
- package/dist/types/interface/api/requests/project.request.d.ts +60 -60
- package/dist/types/interface/api/requests/project.request.js +2 -2
- package/dist/types/interface/api/requests/user-credit-purchase.admin.request.d.ts +43 -43
- package/dist/types/interface/api/requests/user-credit-purchase.admin.request.js +2 -2
- package/dist/types/interface/api/requests/user-credit-purchase.request.d.ts +10 -10
- package/dist/types/interface/api/requests/user-credit-purchase.request.js +2 -2
- package/dist/types/interface/api/requests/user-notification.admin.request.d.ts +27 -27
- package/dist/types/interface/api/requests/user-notification.admin.request.js +2 -2
- package/dist/types/interface/api/requests/user-notification.request.d.ts +14 -14
- package/dist/types/interface/api/requests/user-notification.request.js +2 -2
- package/dist/types/interface/api/requests/user-ticket.admin.request.d.ts +61 -61
- package/dist/types/interface/api/requests/user-ticket.admin.request.js +2 -2
- package/dist/types/interface/api/requests/user-ticket.request.d.ts +50 -50
- package/dist/types/interface/api/requests/user-ticket.request.js +2 -2
- package/dist/types/interface/api/requests/user-transaction.admin.request.d.ts +31 -31
- package/dist/types/interface/api/requests/user-transaction.admin.request.js +2 -2
- package/dist/types/interface/api/requests/user-transaction.request.d.ts +8 -8
- package/dist/types/interface/api/requests/user-transaction.request.js +2 -2
- package/dist/types/interface/api/requests/user.admin.request.d.ts +53 -53
- package/dist/types/interface/api/requests/user.admin.request.js +2 -2
- package/dist/types/interface/api/requests/user.request.d.ts +85 -85
- package/dist/types/interface/api/requests/user.request.js +2 -2
- package/dist/types/interface/api/responses/application.admin.response.d.ts +28 -28
- package/dist/types/interface/api/responses/application.admin.response.js +2 -2
- package/dist/types/interface/api/responses/application.response.d.ts +25 -25
- package/dist/types/interface/api/responses/application.response.js +2 -2
- package/dist/types/interface/api/responses/auth.response.d.ts +42 -42
- package/dist/types/interface/api/responses/auth.response.js +2 -2
- package/dist/types/interface/api/responses/billing.response.d.ts +18 -18
- package/dist/types/interface/api/responses/billing.response.js +2 -2
- package/dist/types/interface/api/responses/gift-code.admin.response.d.ts +25 -25
- package/dist/types/interface/api/responses/gift-code.admin.response.js +2 -2
- package/dist/types/interface/api/responses/gift-code.response.d.ts +12 -12
- package/dist/types/interface/api/responses/gift-code.response.js +2 -2
- package/dist/types/interface/api/responses/metrics.admin.response.d.ts +40 -40
- package/dist/types/interface/api/responses/metrics.admin.response.js +2 -2
- package/dist/types/interface/api/responses/monitor.response.d.ts +7 -7
- package/dist/types/interface/api/responses/monitor.response.js +2 -2
- package/dist/types/interface/api/responses/newsletter.admin.response.d.ts +17 -17
- package/dist/types/interface/api/responses/newsletter.admin.response.js +2 -2
- package/dist/types/interface/api/responses/project-access.admin.response.d.ts +51 -51
- package/dist/types/interface/api/responses/project-access.admin.response.js +2 -2
- package/dist/types/interface/api/responses/project-access.response.d.ts +49 -49
- package/dist/types/interface/api/responses/project-access.response.js +2 -2
- package/dist/types/interface/api/responses/project.admin.response.d.ts +54 -54
- package/dist/types/interface/api/responses/project.admin.response.js +2 -2
- package/dist/types/interface/api/responses/project.response.d.ts +94 -94
- package/dist/types/interface/api/responses/project.response.js +2 -2
- package/dist/types/interface/api/responses/user-credit-purchase.admin.response.d.ts +22 -22
- package/dist/types/interface/api/responses/user-credit-purchase.admin.response.js +2 -2
- package/dist/types/interface/api/responses/user-credit-purchase.response.d.ts +8 -8
- package/dist/types/interface/api/responses/user-credit-purchase.response.js +2 -2
- package/dist/types/interface/api/responses/user-notification.admin.response.d.ts +19 -19
- package/dist/types/interface/api/responses/user-notification.admin.response.js +2 -2
- package/dist/types/interface/api/responses/user-notification.response.d.ts +13 -13
- package/dist/types/interface/api/responses/user-notification.response.js +2 -2
- package/dist/types/interface/api/responses/user-ticket.admin.response.d.ts +38 -38
- package/dist/types/interface/api/responses/user-ticket.admin.response.js +2 -2
- package/dist/types/interface/api/responses/user-ticket.response.d.ts +34 -34
- package/dist/types/interface/api/responses/user-ticket.response.js +2 -2
- package/dist/types/interface/api/responses/user-transaction.admin.response.d.ts +13 -13
- package/dist/types/interface/api/responses/user-transaction.admin.response.js +2 -2
- package/dist/types/interface/api/responses/user-transaction.response.d.ts +11 -11
- package/dist/types/interface/api/responses/user-transaction.response.js +2 -2
- package/dist/types/interface/api/responses/user.admin.response.d.ts +45 -45
- package/dist/types/interface/api/responses/user.admin.response.js +2 -2
- package/dist/types/interface/api/responses/user.response.d.ts +85 -85
- package/dist/types/interface/api/responses/user.response.js +2 -2
- package/dist/types/interface/api/type-message/api-error.d.ts +8 -8
- package/dist/types/interface/api/type-message/api-error.js +2 -2
- package/dist/types/interface/api/type-message/base-order.d.ts +4 -4
- package/dist/types/interface/api/type-message/base-order.js +2 -2
- package/dist/types/interface/api/type-message/base-paginate.d.ts +10 -10
- package/dist/types/interface/api/type-message/base-paginate.js +2 -2
- package/dist/types/interface/api/type-message/response.d.ts +5 -5
- package/dist/types/interface/api/type-message/response.js +2 -2
- package/dist/types/interface/index.d.ts +21 -21
- package/dist/types/interface/index.js +37 -37
- package/dist/types/interface/models/application.model.d.ts +14 -14
- package/dist/types/interface/models/application.model.js +2 -2
- package/dist/types/interface/models/gift-code-activation.model.d.ts +13 -13
- package/dist/types/interface/models/gift-code-activation.model.js +2 -2
- package/dist/types/interface/models/gift-code.model.d.ts +18 -18
- package/dist/types/interface/models/gift-code.model.js +2 -2
- package/dist/types/interface/models/newsletter-history.model.d.ts +8 -8
- package/dist/types/interface/models/newsletter-history.model.js +2 -2
- package/dist/types/interface/models/newsletter-member.model.d.ts +7 -7
- package/dist/types/interface/models/newsletter-member.model.js +2 -2
- package/dist/types/interface/models/oauth-account.model.d.ts +17 -17
- package/dist/types/interface/models/oauth-account.model.js +2 -2
- package/dist/types/interface/models/project-access.model.d.ts +19 -19
- package/dist/types/interface/models/project-access.model.js +2 -2
- package/dist/types/interface/models/project-application-access.model.d.ts +13 -13
- package/dist/types/interface/models/project-application-access.model.js +2 -2
- package/dist/types/interface/models/project-authentication-session.model.d.ts +10 -10
- package/dist/types/interface/models/project-authentication-session.model.js +2 -2
- package/dist/types/interface/models/project-authentication.model.d.ts +10 -10
- package/dist/types/interface/models/project-authentication.model.js +2 -2
- package/dist/types/interface/models/project.model.d.ts +20 -20
- package/dist/types/interface/models/project.model.js +2 -2
- package/dist/types/interface/models/subscription.model.d.ts +16 -16
- package/dist/types/interface/models/subscription.model.js +2 -2
- package/dist/types/interface/models/token-history.model.d.ts +44 -44
- package/dist/types/interface/models/token-history.model.js +2 -2
- package/dist/types/interface/models/user-credit-purchase.model.d.ts +22 -22
- package/dist/types/interface/models/user-credit-purchase.model.js +2 -2
- package/dist/types/interface/models/user-notification.model.d.ts +14 -14
- package/dist/types/interface/models/user-notification.model.js +2 -2
- package/dist/types/interface/models/user-ticket-message-attachment.model.d.ts +14 -14
- package/dist/types/interface/models/user-ticket-message-attachment.model.js +2 -2
- package/dist/types/interface/models/user-ticket-message.model.d.ts +14 -14
- package/dist/types/interface/models/user-ticket-message.model.js +2 -2
- package/dist/types/interface/models/user-ticket.model.d.ts +15 -15
- package/dist/types/interface/models/user-ticket.model.js +2 -2
- package/dist/types/interface/models/user-transaction.model.d.ts +19 -19
- package/dist/types/interface/models/user-transaction.model.js +2 -2
- package/dist/types/interface/models/user.model.d.ts +34 -34
- package/dist/types/interface/models/user.model.js +2 -2
- package/dist/types/models/index.d.ts +1 -1
- package/dist/types/models/index.js +17 -17
- package/dist/types/models/transfer.model.d.ts +36 -36
- package/dist/types/models/transfer.model.js +73 -73
- package/dist/types/session.d.ts +26 -26
- package/dist/types/session.js +2 -2
- package/dist/types/utils/billing.util.d.ts +2 -2
- package/dist/types/utils/billing.util.js +33 -33
- package/dist/types/utils/convert-query.util.d.ts +2 -2
- package/dist/types/utils/convert-query.util.js +2 -2
- package/dist/types/utils/index.d.ts +6 -6
- package/dist/types/utils/index.js +21 -21
- package/dist/types/utils/notifications.type-util.d.ts +8 -8
- package/dist/types/utils/notifications.type-util.js +2 -2
- package/dist/types/utils/overwrite.util.d.ts +9 -9
- package/dist/types/utils/overwrite.util.js +2 -2
- package/dist/types/utils/require-one.util.d.ts +6 -6
- package/dist/types/utils/require-one.util.js +2 -2
- package/dist/utils/array.utils.d.ts +1 -1
- package/dist/utils/array.utils.js +7 -7
- package/dist/utils/byte.utils.d.ts +2 -2
- package/dist/utils/byte.utils.js +71 -71
- package/dist/utils/duration.utils.d.ts +1 -1
- package/dist/utils/duration.utils.js +10 -10
- package/dist/utils/enum-to-array.utils.d.ts +2 -2
- package/dist/utils/enum-to-array.utils.js +14 -14
- package/dist/utils/error.utils.d.ts +15 -15
- package/dist/utils/error.utils.js +24 -24
- package/dist/utils/import.utils.d.ts +1 -1
- package/dist/utils/import.utils.js +7 -7
- package/dist/utils/index.d.ts +9 -9
- package/dist/utils/index.js +25 -25
- package/dist/utils/is-valid-object.utils.d.ts +1 -1
- package/dist/utils/is-valid-object.utils.js +12 -12
- package/dist/utils/notification.utils.d.ts +3 -3
- package/dist/utils/notification.utils.js +11 -11
- package/dist/utils/sleep.utils.d.ts +1 -1
- package/dist/utils/sleep.utils.js +9 -9
- package/dist/utils/subscription.utils.d.ts +6 -6
- package/dist/utils/subscription.utils.js +41 -41
- package/package.json +5 -5
- package/tsconfig.json +105 -105
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserNotificationContentTypeData = exports.UserNotificationContentType = void 0;
|
|
4
|
-
var UserNotificationContentType;
|
|
5
|
-
(function (UserNotificationContentType) {
|
|
6
|
-
UserNotificationContentType["USER_CREDIT_PURCHASE"] = "user-credit-purchase";
|
|
7
|
-
UserNotificationContentType["USER_TICKET_RESPONSE"] = "user-ticket-response";
|
|
8
|
-
UserNotificationContentType["INVITE_USER_PROJECT"] = "invite-user-project";
|
|
9
|
-
UserNotificationContentType["PROJECT_SET_OWNERSHIP"] = "project-set-ownership";
|
|
10
|
-
UserNotificationContentType["USER_SUBSCRIPTION_NO_FUNDS_AUTO_RENEW_DISABLED"] = "user-subscription-no-funds-auto-renew-disabled";
|
|
11
|
-
UserNotificationContentType["USER_SUBSCRIPTION_EXPIRATION"] = "user-subscription-expiration";
|
|
12
|
-
UserNotificationContentType["USER_SUBSCRIPTION_EXPIRATION_WITHOUT_AUTO_RENEW"] = "user-subscription-expiration-without-auto-renew";
|
|
13
|
-
UserNotificationContentType["USER_SUBSCRIPTION_RENEW_SUCCESS"] = "user-subscription-renew-success";
|
|
14
|
-
UserNotificationContentType["USER_SUBSCRIPTION_AUTO_RENEW_SUCCESS"] = "user-subscription-auto-renew-success";
|
|
15
|
-
UserNotificationContentType["USER_SUBSCRIPTION_CREATE"] = "user-subscription-create";
|
|
16
|
-
UserNotificationContentType["USER_SUBSCRIPTION_AUTO_RENEW_ENABLED"] = "user-subscription-auto-renew-enabled";
|
|
17
|
-
UserNotificationContentType["USER_SUBSCRIPTION_AUTO_RENEW_DISABLED"] = "user-subscription-auto-renew-disabled";
|
|
18
|
-
UserNotificationContentType["USER_SUBSCRIPTION_CREATE_WITHOUT_AUTO_RENEW"] = "user-subscription-create-without-auto-renew";
|
|
19
|
-
UserNotificationContentType["PROJECT_SUBSCRIPTION_AUTO_RENEW_ENABLED"] = "project-subscription-auto-renew-enabled";
|
|
20
|
-
UserNotificationContentType["PROJECT_SUBSCRIPTION_AUTO_RENEW_DISABLED"] = "project-subscription-auto-renew-disabled";
|
|
21
|
-
UserNotificationContentType["PROJECT_SUBSCRIPTION_NO_FUNDS_AUTO_RENEW_DISABLED"] = "project-subscription-no-funds-auto-renew-disabled";
|
|
22
|
-
UserNotificationContentType["PROJECT_SUBSCRIPTION_EXPIRATION"] = "project-subscription-expiration";
|
|
23
|
-
UserNotificationContentType["PROJECT_SUBSCRIPTION_EXPIRATION_WITHOUT_AUTO_RENEW"] = "project-subscription-expiration-without-auto-renew";
|
|
24
|
-
UserNotificationContentType["PROJECT_SUBSCRIPTION_RENEW_SUCCESS"] = "project-subscription-renew-success";
|
|
25
|
-
UserNotificationContentType["PROJECT_SUBSCRIPTION_AUTO_RENEW_SUCCESS"] = "project-subscription-auto-renew-success";
|
|
26
|
-
UserNotificationContentType["PROJECT_SUBSCRIPTION_CREATE"] = "project-subscription-create";
|
|
27
|
-
UserNotificationContentType["PROJECT_SUBSCRIPTION_CREATE_WITHOUT_AUTO_RENEW"] = "project-subscription-create-without-auto-renew";
|
|
28
|
-
UserNotificationContentType["CREATE_CLOUD_SHARE"] = "create-cloud-share";
|
|
29
|
-
UserNotificationContentType["DELETE_CLOUD_SHARE"] = "delete-cloud-share";
|
|
30
|
-
UserNotificationContentType["CREATE_CLOUD"] = "create-cloud";
|
|
31
|
-
UserNotificationContentType["DELETE_CLOUD"] = "delete-cloud";
|
|
32
|
-
UserNotificationContentType["JOIN_CLOUD_SHARE"] = "join-cloud-share";
|
|
33
|
-
UserNotificationContentType["DECLINE_CLOUD_SHARE"] = "decline-cloud-share";
|
|
34
|
-
UserNotificationContentType["LEAVE_CLOUD_SHARE"] = "leave-cloud-share";
|
|
35
|
-
UserNotificationContentType["ADMIN_CREATE_CLOUD"] = "admin-create-cloud";
|
|
36
|
-
UserNotificationContentType["ADMIN_DELETE_CLOUD"] = "admin-delete-cloud";
|
|
37
|
-
UserNotificationContentType["WEBHOOK_UNDELIVERABLE"] = "webhook-undeliverable";
|
|
38
|
-
UserNotificationContentType["WEBHOOK_UNDELIVERABLE_DISABLE"] = "webhook-undeliverable-disable";
|
|
39
|
-
UserNotificationContentType["CRON_TASK_FAILED"] = "cron-task-failed";
|
|
40
|
-
UserNotificationContentType["CRON_TASK_DISABLED"] = "cron-task-disabled";
|
|
41
|
-
UserNotificationContentType["INVITE_EVENT"] = "invite-event";
|
|
42
|
-
UserNotificationContentType["CHANGE_OWNER_EVENT"] = "change-owner-event";
|
|
43
|
-
UserNotificationContentType["CREATE_POLL_EVENT"] = "create-poll-event";
|
|
44
|
-
UserNotificationContentType["BANK_CONNECTION_EXPIRE"] = "bank-connection-expire";
|
|
45
|
-
UserNotificationContentType["BANK_CONNECTION_SUCCESS"] = "bank-connection-success";
|
|
46
|
-
UserNotificationContentType["SPOTLIGHT_PROJECT_NEW_POST"] = "spotlight-project-new-post";
|
|
47
|
-
})(UserNotificationContentType
|
|
48
|
-
class UserNotificationContentTypeData {
|
|
49
|
-
}
|
|
50
|
-
exports.UserNotificationContentTypeData = UserNotificationContentTypeData;
|
|
51
|
-
UserNotificationContentType.USER_CREDIT_PURCHASE, UserNotificationContentType.USER_TICKET_RESPONSE, UserNotificationContentType.INVITE_USER_PROJECT, UserNotificationContentType.PROJECT_SET_OWNERSHIP, UserNotificationContentType.USER_SUBSCRIPTION_NO_FUNDS_AUTO_RENEW_DISABLED, UserNotificationContentType.USER_SUBSCRIPTION_AUTO_RENEW_ENABLED, UserNotificationContentType.USER_SUBSCRIPTION_AUTO_RENEW_DISABLED, UserNotificationContentType.PROJECT_SUBSCRIPTION_NO_FUNDS_AUTO_RENEW_DISABLED, UserNotificationContentType.PROJECT_SUBSCRIPTION_AUTO_RENEW_ENABLED, UserNotificationContentType.PROJECT_SUBSCRIPTION_AUTO_RENEW_DISABLED, UserNotificationContentType.USER_SUBSCRIPTION_EXPIRATION, UserNotificationContentType.PROJECT_SUBSCRIPTION_EXPIRATION, UserNotificationContentType.USER_SUBSCRIPTION_EXPIRATION_WITHOUT_AUTO_RENEW, UserNotificationContentType.PROJECT_SUBSCRIPTION_EXPIRATION_WITHOUT_AUTO_RENEW, UserNotificationContentType.USER_SUBSCRIPTION_RENEW_SUCCESS, UserNotificationContentType.PROJECT_SUBSCRIPTION_RENEW_SUCCESS, UserNotificationContentType.USER_SUBSCRIPTION_AUTO_RENEW_SUCCESS, UserNotificationContentType.PROJECT_SUBSCRIPTION_AUTO_RENEW_SUCCESS, UserNotificationContentType.USER_SUBSCRIPTION_CREATE, UserNotificationContentType.PROJECT_SUBSCRIPTION_CREATE, UserNotificationContentType.USER_SUBSCRIPTION_CREATE_WITHOUT_AUTO_RENEW, UserNotificationContentType.PROJECT_SUBSCRIPTION_CREATE_WITHOUT_AUTO_RENEW, UserNotificationContentType.CREATE_CLOUD_SHARE, UserNotificationContentType.DELETE_CLOUD_SHARE, UserNotificationContentType.CREATE_CLOUD, UserNotificationContentType.DELETE_CLOUD, UserNotificationContentType.ADMIN_CREATE_CLOUD, UserNotificationContentType.ADMIN_DELETE_CLOUD, UserNotificationContentType.JOIN_CLOUD_SHARE, UserNotificationContentType.DECLINE_CLOUD_SHARE, UserNotificationContentType.LEAVE_CLOUD_SHARE, UserNotificationContentType.WEBHOOK_UNDELIVERABLE, UserNotificationContentType.WEBHOOK_UNDELIVERABLE_DISABLE, UserNotificationContentType.CRON_TASK_FAILED, UserNotificationContentType.CRON_TASK_DISABLED, UserNotificationContentType.INVITE_EVENT, UserNotificationContentType.CHANGE_OWNER_EVENT, UserNotificationContentType.CREATE_POLL_EVENT, UserNotificationContentType.BANK_CONNECTION_SUCCESS, UserNotificationContentType.BANK_CONNECTION_EXPIRE, UserNotificationContentType.SPOTLIGHT_PROJECT_NEW_POST;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserNotificationContentTypeData = exports.UserNotificationContentType = void 0;
|
|
4
|
+
var UserNotificationContentType;
|
|
5
|
+
(function (UserNotificationContentType) {
|
|
6
|
+
UserNotificationContentType["USER_CREDIT_PURCHASE"] = "user-credit-purchase";
|
|
7
|
+
UserNotificationContentType["USER_TICKET_RESPONSE"] = "user-ticket-response";
|
|
8
|
+
UserNotificationContentType["INVITE_USER_PROJECT"] = "invite-user-project";
|
|
9
|
+
UserNotificationContentType["PROJECT_SET_OWNERSHIP"] = "project-set-ownership";
|
|
10
|
+
UserNotificationContentType["USER_SUBSCRIPTION_NO_FUNDS_AUTO_RENEW_DISABLED"] = "user-subscription-no-funds-auto-renew-disabled";
|
|
11
|
+
UserNotificationContentType["USER_SUBSCRIPTION_EXPIRATION"] = "user-subscription-expiration";
|
|
12
|
+
UserNotificationContentType["USER_SUBSCRIPTION_EXPIRATION_WITHOUT_AUTO_RENEW"] = "user-subscription-expiration-without-auto-renew";
|
|
13
|
+
UserNotificationContentType["USER_SUBSCRIPTION_RENEW_SUCCESS"] = "user-subscription-renew-success";
|
|
14
|
+
UserNotificationContentType["USER_SUBSCRIPTION_AUTO_RENEW_SUCCESS"] = "user-subscription-auto-renew-success";
|
|
15
|
+
UserNotificationContentType["USER_SUBSCRIPTION_CREATE"] = "user-subscription-create";
|
|
16
|
+
UserNotificationContentType["USER_SUBSCRIPTION_AUTO_RENEW_ENABLED"] = "user-subscription-auto-renew-enabled";
|
|
17
|
+
UserNotificationContentType["USER_SUBSCRIPTION_AUTO_RENEW_DISABLED"] = "user-subscription-auto-renew-disabled";
|
|
18
|
+
UserNotificationContentType["USER_SUBSCRIPTION_CREATE_WITHOUT_AUTO_RENEW"] = "user-subscription-create-without-auto-renew";
|
|
19
|
+
UserNotificationContentType["PROJECT_SUBSCRIPTION_AUTO_RENEW_ENABLED"] = "project-subscription-auto-renew-enabled";
|
|
20
|
+
UserNotificationContentType["PROJECT_SUBSCRIPTION_AUTO_RENEW_DISABLED"] = "project-subscription-auto-renew-disabled";
|
|
21
|
+
UserNotificationContentType["PROJECT_SUBSCRIPTION_NO_FUNDS_AUTO_RENEW_DISABLED"] = "project-subscription-no-funds-auto-renew-disabled";
|
|
22
|
+
UserNotificationContentType["PROJECT_SUBSCRIPTION_EXPIRATION"] = "project-subscription-expiration";
|
|
23
|
+
UserNotificationContentType["PROJECT_SUBSCRIPTION_EXPIRATION_WITHOUT_AUTO_RENEW"] = "project-subscription-expiration-without-auto-renew";
|
|
24
|
+
UserNotificationContentType["PROJECT_SUBSCRIPTION_RENEW_SUCCESS"] = "project-subscription-renew-success";
|
|
25
|
+
UserNotificationContentType["PROJECT_SUBSCRIPTION_AUTO_RENEW_SUCCESS"] = "project-subscription-auto-renew-success";
|
|
26
|
+
UserNotificationContentType["PROJECT_SUBSCRIPTION_CREATE"] = "project-subscription-create";
|
|
27
|
+
UserNotificationContentType["PROJECT_SUBSCRIPTION_CREATE_WITHOUT_AUTO_RENEW"] = "project-subscription-create-without-auto-renew";
|
|
28
|
+
UserNotificationContentType["CREATE_CLOUD_SHARE"] = "create-cloud-share";
|
|
29
|
+
UserNotificationContentType["DELETE_CLOUD_SHARE"] = "delete-cloud-share";
|
|
30
|
+
UserNotificationContentType["CREATE_CLOUD"] = "create-cloud";
|
|
31
|
+
UserNotificationContentType["DELETE_CLOUD"] = "delete-cloud";
|
|
32
|
+
UserNotificationContentType["JOIN_CLOUD_SHARE"] = "join-cloud-share";
|
|
33
|
+
UserNotificationContentType["DECLINE_CLOUD_SHARE"] = "decline-cloud-share";
|
|
34
|
+
UserNotificationContentType["LEAVE_CLOUD_SHARE"] = "leave-cloud-share";
|
|
35
|
+
UserNotificationContentType["ADMIN_CREATE_CLOUD"] = "admin-create-cloud";
|
|
36
|
+
UserNotificationContentType["ADMIN_DELETE_CLOUD"] = "admin-delete-cloud";
|
|
37
|
+
UserNotificationContentType["WEBHOOK_UNDELIVERABLE"] = "webhook-undeliverable";
|
|
38
|
+
UserNotificationContentType["WEBHOOK_UNDELIVERABLE_DISABLE"] = "webhook-undeliverable-disable";
|
|
39
|
+
UserNotificationContentType["CRON_TASK_FAILED"] = "cron-task-failed";
|
|
40
|
+
UserNotificationContentType["CRON_TASK_DISABLED"] = "cron-task-disabled";
|
|
41
|
+
UserNotificationContentType["INVITE_EVENT"] = "invite-event";
|
|
42
|
+
UserNotificationContentType["CHANGE_OWNER_EVENT"] = "change-owner-event";
|
|
43
|
+
UserNotificationContentType["CREATE_POLL_EVENT"] = "create-poll-event";
|
|
44
|
+
UserNotificationContentType["BANK_CONNECTION_EXPIRE"] = "bank-connection-expire";
|
|
45
|
+
UserNotificationContentType["BANK_CONNECTION_SUCCESS"] = "bank-connection-success";
|
|
46
|
+
UserNotificationContentType["SPOTLIGHT_PROJECT_NEW_POST"] = "spotlight-project-new-post";
|
|
47
|
+
})(UserNotificationContentType || (exports.UserNotificationContentType = UserNotificationContentType = {}));
|
|
48
|
+
class UserNotificationContentTypeData {
|
|
49
|
+
}
|
|
50
|
+
exports.UserNotificationContentTypeData = UserNotificationContentTypeData;
|
|
51
|
+
UserNotificationContentType.USER_CREDIT_PURCHASE, UserNotificationContentType.USER_TICKET_RESPONSE, UserNotificationContentType.INVITE_USER_PROJECT, UserNotificationContentType.PROJECT_SET_OWNERSHIP, UserNotificationContentType.USER_SUBSCRIPTION_NO_FUNDS_AUTO_RENEW_DISABLED, UserNotificationContentType.USER_SUBSCRIPTION_AUTO_RENEW_ENABLED, UserNotificationContentType.USER_SUBSCRIPTION_AUTO_RENEW_DISABLED, UserNotificationContentType.PROJECT_SUBSCRIPTION_NO_FUNDS_AUTO_RENEW_DISABLED, UserNotificationContentType.PROJECT_SUBSCRIPTION_AUTO_RENEW_ENABLED, UserNotificationContentType.PROJECT_SUBSCRIPTION_AUTO_RENEW_DISABLED, UserNotificationContentType.USER_SUBSCRIPTION_EXPIRATION, UserNotificationContentType.PROJECT_SUBSCRIPTION_EXPIRATION, UserNotificationContentType.USER_SUBSCRIPTION_EXPIRATION_WITHOUT_AUTO_RENEW, UserNotificationContentType.PROJECT_SUBSCRIPTION_EXPIRATION_WITHOUT_AUTO_RENEW, UserNotificationContentType.USER_SUBSCRIPTION_RENEW_SUCCESS, UserNotificationContentType.PROJECT_SUBSCRIPTION_RENEW_SUCCESS, UserNotificationContentType.USER_SUBSCRIPTION_AUTO_RENEW_SUCCESS, UserNotificationContentType.PROJECT_SUBSCRIPTION_AUTO_RENEW_SUCCESS, UserNotificationContentType.USER_SUBSCRIPTION_CREATE, UserNotificationContentType.PROJECT_SUBSCRIPTION_CREATE, UserNotificationContentType.USER_SUBSCRIPTION_CREATE_WITHOUT_AUTO_RENEW, UserNotificationContentType.PROJECT_SUBSCRIPTION_CREATE_WITHOUT_AUTO_RENEW, UserNotificationContentType.CREATE_CLOUD_SHARE, UserNotificationContentType.DELETE_CLOUD_SHARE, UserNotificationContentType.CREATE_CLOUD, UserNotificationContentType.DELETE_CLOUD, UserNotificationContentType.ADMIN_CREATE_CLOUD, UserNotificationContentType.ADMIN_DELETE_CLOUD, UserNotificationContentType.JOIN_CLOUD_SHARE, UserNotificationContentType.DECLINE_CLOUD_SHARE, UserNotificationContentType.LEAVE_CLOUD_SHARE, UserNotificationContentType.WEBHOOK_UNDELIVERABLE, UserNotificationContentType.WEBHOOK_UNDELIVERABLE_DISABLE, UserNotificationContentType.CRON_TASK_FAILED, UserNotificationContentType.CRON_TASK_DISABLED, UserNotificationContentType.INVITE_EVENT, UserNotificationContentType.CHANGE_OWNER_EVENT, UserNotificationContentType.CREATE_POLL_EVENT, UserNotificationContentType.BANK_CONNECTION_SUCCESS, UserNotificationContentType.BANK_CONNECTION_EXPIRE, UserNotificationContentType.SPOTLIGHT_PROJECT_NEW_POST;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum UserNotificationType {
|
|
2
|
-
DEFAULT = 1,
|
|
3
|
-
ERROR = 2,
|
|
4
|
-
WARNING = 3,
|
|
5
|
-
INFORMATION = 4
|
|
6
|
-
}
|
|
1
|
+
export declare enum UserNotificationType {
|
|
2
|
+
DEFAULT = 1,
|
|
3
|
+
ERROR = 2,
|
|
4
|
+
WARNING = 3,
|
|
5
|
+
INFORMATION = 4
|
|
6
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserNotificationType = void 0;
|
|
4
|
-
var UserNotificationType;
|
|
5
|
-
(function (UserNotificationType) {
|
|
6
|
-
UserNotificationType[UserNotificationType["DEFAULT"] = 1] = "DEFAULT";
|
|
7
|
-
UserNotificationType[UserNotificationType["ERROR"] = 2] = "ERROR";
|
|
8
|
-
UserNotificationType[UserNotificationType["WARNING"] = 3] = "WARNING";
|
|
9
|
-
UserNotificationType[UserNotificationType["INFORMATION"] = 4] = "INFORMATION";
|
|
10
|
-
})(UserNotificationType
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserNotificationType = void 0;
|
|
4
|
+
var UserNotificationType;
|
|
5
|
+
(function (UserNotificationType) {
|
|
6
|
+
UserNotificationType[UserNotificationType["DEFAULT"] = 1] = "DEFAULT";
|
|
7
|
+
UserNotificationType[UserNotificationType["ERROR"] = 2] = "ERROR";
|
|
8
|
+
UserNotificationType[UserNotificationType["WARNING"] = 3] = "WARNING";
|
|
9
|
+
UserNotificationType[UserNotificationType["INFORMATION"] = 4] = "INFORMATION";
|
|
10
|
+
})(UserNotificationType || (exports.UserNotificationType = UserNotificationType = {}));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare enum UserTicketCategory {
|
|
2
|
-
BILLING = "BILLING",
|
|
3
|
-
BUG = "BUG",
|
|
4
|
-
HELP_PACKAGE_API = "HELP_PACKAGE_API",
|
|
5
|
-
PARTNERSHIP = "PARTNERSHIP",
|
|
6
|
-
PROJECT_FINANCING = "PROJECT_PARTNERSHIP",
|
|
7
|
-
ACCOUNT_MANAGEMENT = "ACCOUNT_MANAGEMENT",
|
|
8
|
-
OTHER = "OTHER"
|
|
9
|
-
}
|
|
1
|
+
export declare enum UserTicketCategory {
|
|
2
|
+
BILLING = "BILLING",
|
|
3
|
+
BUG = "BUG",
|
|
4
|
+
HELP_PACKAGE_API = "HELP_PACKAGE_API",
|
|
5
|
+
PARTNERSHIP = "PARTNERSHIP",
|
|
6
|
+
PROJECT_FINANCING = "PROJECT_PARTNERSHIP",
|
|
7
|
+
ACCOUNT_MANAGEMENT = "ACCOUNT_MANAGEMENT",
|
|
8
|
+
OTHER = "OTHER"
|
|
9
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserTicketCategory = void 0;
|
|
4
|
-
var UserTicketCategory;
|
|
5
|
-
(function (UserTicketCategory) {
|
|
6
|
-
UserTicketCategory["BILLING"] = "BILLING";
|
|
7
|
-
UserTicketCategory["BUG"] = "BUG";
|
|
8
|
-
UserTicketCategory["HELP_PACKAGE_API"] = "HELP_PACKAGE_API";
|
|
9
|
-
UserTicketCategory["PARTNERSHIP"] = "PARTNERSHIP";
|
|
10
|
-
UserTicketCategory["PROJECT_FINANCING"] = "PROJECT_PARTNERSHIP";
|
|
11
|
-
UserTicketCategory["ACCOUNT_MANAGEMENT"] = "ACCOUNT_MANAGEMENT";
|
|
12
|
-
UserTicketCategory["OTHER"] = "OTHER";
|
|
13
|
-
})(UserTicketCategory
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserTicketCategory = void 0;
|
|
4
|
+
var UserTicketCategory;
|
|
5
|
+
(function (UserTicketCategory) {
|
|
6
|
+
UserTicketCategory["BILLING"] = "BILLING";
|
|
7
|
+
UserTicketCategory["BUG"] = "BUG";
|
|
8
|
+
UserTicketCategory["HELP_PACKAGE_API"] = "HELP_PACKAGE_API";
|
|
9
|
+
UserTicketCategory["PARTNERSHIP"] = "PARTNERSHIP";
|
|
10
|
+
UserTicketCategory["PROJECT_FINANCING"] = "PROJECT_PARTNERSHIP";
|
|
11
|
+
UserTicketCategory["ACCOUNT_MANAGEMENT"] = "ACCOUNT_MANAGEMENT";
|
|
12
|
+
UserTicketCategory["OTHER"] = "OTHER";
|
|
13
|
+
})(UserTicketCategory || (exports.UserTicketCategory = UserTicketCategory = {}));
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export declare enum UserTransactionType {
|
|
2
|
-
SUBSCRIPTION_CREATE = 10,
|
|
3
|
-
SUBSCRIPTION_RENEW = 11,
|
|
4
|
-
SUBSCRIPTION_UPGRADE = 12,
|
|
5
|
-
SUBSCRIPTION_DOWNGRADE = 13,
|
|
6
|
-
SUBSCRIPTION_REFUND = 14,
|
|
7
|
-
SUBSCRIPTION_STORAGE_FILE_DAILY = 20,
|
|
8
|
-
GIFT_CODE_ACTIVATION = 30,
|
|
9
|
-
USER_CREDIT_PURCHASE = 40,
|
|
10
|
-
USER_CREDIT_PURCHASE_REFUND = 41,
|
|
11
|
-
SIGNUP_SPONSOR = 50,
|
|
12
|
-
SIGNUP_SPONSORED = 51,
|
|
13
|
-
OTHER = 100
|
|
14
|
-
}
|
|
1
|
+
export declare enum UserTransactionType {
|
|
2
|
+
SUBSCRIPTION_CREATE = 10,
|
|
3
|
+
SUBSCRIPTION_RENEW = 11,
|
|
4
|
+
SUBSCRIPTION_UPGRADE = 12,
|
|
5
|
+
SUBSCRIPTION_DOWNGRADE = 13,
|
|
6
|
+
SUBSCRIPTION_REFUND = 14,
|
|
7
|
+
SUBSCRIPTION_STORAGE_FILE_DAILY = 20,
|
|
8
|
+
GIFT_CODE_ACTIVATION = 30,
|
|
9
|
+
USER_CREDIT_PURCHASE = 40,
|
|
10
|
+
USER_CREDIT_PURCHASE_REFUND = 41,
|
|
11
|
+
SIGNUP_SPONSOR = 50,
|
|
12
|
+
SIGNUP_SPONSORED = 51,
|
|
13
|
+
OTHER = 100
|
|
14
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserTransactionType = void 0;
|
|
4
|
-
var UserTransactionType;
|
|
5
|
-
(function (UserTransactionType) {
|
|
6
|
-
UserTransactionType[UserTransactionType["SUBSCRIPTION_CREATE"] = 10] = "SUBSCRIPTION_CREATE";
|
|
7
|
-
UserTransactionType[UserTransactionType["SUBSCRIPTION_RENEW"] = 11] = "SUBSCRIPTION_RENEW";
|
|
8
|
-
UserTransactionType[UserTransactionType["SUBSCRIPTION_UPGRADE"] = 12] = "SUBSCRIPTION_UPGRADE";
|
|
9
|
-
UserTransactionType[UserTransactionType["SUBSCRIPTION_DOWNGRADE"] = 13] = "SUBSCRIPTION_DOWNGRADE";
|
|
10
|
-
UserTransactionType[UserTransactionType["SUBSCRIPTION_REFUND"] = 14] = "SUBSCRIPTION_REFUND";
|
|
11
|
-
UserTransactionType[UserTransactionType["SUBSCRIPTION_STORAGE_FILE_DAILY"] = 20] = "SUBSCRIPTION_STORAGE_FILE_DAILY";
|
|
12
|
-
UserTransactionType[UserTransactionType["GIFT_CODE_ACTIVATION"] = 30] = "GIFT_CODE_ACTIVATION";
|
|
13
|
-
UserTransactionType[UserTransactionType["USER_CREDIT_PURCHASE"] = 40] = "USER_CREDIT_PURCHASE";
|
|
14
|
-
UserTransactionType[UserTransactionType["USER_CREDIT_PURCHASE_REFUND"] = 41] = "USER_CREDIT_PURCHASE_REFUND";
|
|
15
|
-
UserTransactionType[UserTransactionType["SIGNUP_SPONSOR"] = 50] = "SIGNUP_SPONSOR";
|
|
16
|
-
UserTransactionType[UserTransactionType["SIGNUP_SPONSORED"] = 51] = "SIGNUP_SPONSORED";
|
|
17
|
-
UserTransactionType[UserTransactionType["OTHER"] = 100] = "OTHER";
|
|
18
|
-
})(UserTransactionType
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserTransactionType = void 0;
|
|
4
|
+
var UserTransactionType;
|
|
5
|
+
(function (UserTransactionType) {
|
|
6
|
+
UserTransactionType[UserTransactionType["SUBSCRIPTION_CREATE"] = 10] = "SUBSCRIPTION_CREATE";
|
|
7
|
+
UserTransactionType[UserTransactionType["SUBSCRIPTION_RENEW"] = 11] = "SUBSCRIPTION_RENEW";
|
|
8
|
+
UserTransactionType[UserTransactionType["SUBSCRIPTION_UPGRADE"] = 12] = "SUBSCRIPTION_UPGRADE";
|
|
9
|
+
UserTransactionType[UserTransactionType["SUBSCRIPTION_DOWNGRADE"] = 13] = "SUBSCRIPTION_DOWNGRADE";
|
|
10
|
+
UserTransactionType[UserTransactionType["SUBSCRIPTION_REFUND"] = 14] = "SUBSCRIPTION_REFUND";
|
|
11
|
+
UserTransactionType[UserTransactionType["SUBSCRIPTION_STORAGE_FILE_DAILY"] = 20] = "SUBSCRIPTION_STORAGE_FILE_DAILY";
|
|
12
|
+
UserTransactionType[UserTransactionType["GIFT_CODE_ACTIVATION"] = 30] = "GIFT_CODE_ACTIVATION";
|
|
13
|
+
UserTransactionType[UserTransactionType["USER_CREDIT_PURCHASE"] = 40] = "USER_CREDIT_PURCHASE";
|
|
14
|
+
UserTransactionType[UserTransactionType["USER_CREDIT_PURCHASE_REFUND"] = 41] = "USER_CREDIT_PURCHASE_REFUND";
|
|
15
|
+
UserTransactionType[UserTransactionType["SIGNUP_SPONSOR"] = 50] = "SIGNUP_SPONSOR";
|
|
16
|
+
UserTransactionType[UserTransactionType["SIGNUP_SPONSORED"] = 51] = "SIGNUP_SPONSORED";
|
|
17
|
+
UserTransactionType[UserTransactionType["OTHER"] = 100] = "OTHER";
|
|
18
|
+
})(UserTransactionType || (exports.UserTransactionType = UserTransactionType = {}));
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from './interface';
|
|
2
|
-
export * from './enum';
|
|
3
|
-
export * from './session';
|
|
4
|
-
export * from './utils';
|
|
5
|
-
export * from './models';
|
|
6
|
-
export type BaseEntity<T> = Omit<T, 'createdAt' | 'deletedAt' | 'updatedAt'>;
|
|
7
|
-
export type WithRequired<T, K extends keyof T> = T & {
|
|
8
|
-
[P in K]-?: T[P];
|
|
9
|
-
};
|
|
1
|
+
export * from './interface';
|
|
2
|
+
export * from './enum';
|
|
3
|
+
export * from './session';
|
|
4
|
+
export * from './utils';
|
|
5
|
+
export * from './models';
|
|
6
|
+
export type BaseEntity<T> = Omit<T, 'createdAt' | 'deletedAt' | 'updatedAt'>;
|
|
7
|
+
export type WithRequired<T, K extends keyof T> = T & {
|
|
8
|
+
[P in K]-?: T[P];
|
|
9
|
+
};
|
package/dist/types/index.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./interface"), exports);
|
|
18
|
-
__exportStar(require("./enum"), exports);
|
|
19
|
-
__exportStar(require("./session"), exports);
|
|
20
|
-
__exportStar(require("./utils"), exports);
|
|
21
|
-
__exportStar(require("./models"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./interface"), exports);
|
|
18
|
+
__exportStar(require("./enum"), exports);
|
|
19
|
+
__exportStar(require("./session"), exports);
|
|
20
|
+
__exportStar(require("./utils"), exports);
|
|
21
|
+
__exportStar(require("./models"), exports);
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
export * from './type-message/api-error';
|
|
2
|
-
export * from './type-message/response';
|
|
3
|
-
export * from './type-message/base-order';
|
|
4
|
-
export * from './type-message/base-paginate';
|
|
5
|
-
export * from './requests/auth.request';
|
|
6
|
-
export * from './requests/user.request';
|
|
7
|
-
export * from './requests/user.admin.request';
|
|
8
|
-
export * from './requests/user-notification.request';
|
|
9
|
-
export * from './requests/user-notification.admin.request';
|
|
10
|
-
export * from './requests/gift-code.request';
|
|
11
|
-
export * from './requests/gift-code.admin.request';
|
|
12
|
-
export * from './requests/user-transaction.request';
|
|
13
|
-
export * from './requests/user-transaction.admin.request';
|
|
14
|
-
export * from './requests/user-credit-purchase.request';
|
|
15
|
-
export * from './requests/user-credit-purchase.admin.request';
|
|
16
|
-
export * from './requests/user-ticket.admin.request';
|
|
17
|
-
export * from './requests/user-ticket.request';
|
|
18
|
-
export * from './requests/application.request';
|
|
19
|
-
export * from './requests/application.admin.request';
|
|
20
|
-
export * from './requests/project.admin.request';
|
|
21
|
-
export * from './requests/project.request';
|
|
22
|
-
export * from './requests/project-access.admin.request';
|
|
23
|
-
export * from './requests/project-access.request';
|
|
24
|
-
export * from './requests/billing.request';
|
|
25
|
-
export * from './requests/newsletter.admin.request';
|
|
26
|
-
export * from './responses/auth.response';
|
|
27
|
-
export * from './responses/user.response';
|
|
28
|
-
export * from './responses/user.admin.response';
|
|
29
|
-
export * from './responses/user-notification.response';
|
|
30
|
-
export * from './responses/user-notification.admin.response';
|
|
31
|
-
export * from './responses/user-transaction.response';
|
|
32
|
-
export * from './responses/user-transaction.admin.response';
|
|
33
|
-
export * from './responses/gift-code.response';
|
|
34
|
-
export * from './responses/gift-code.admin.response';
|
|
35
|
-
export * from './responses/user-credit-purchase.response';
|
|
36
|
-
export * from './responses/user-credit-purchase.admin.response';
|
|
37
|
-
export * from './responses/metrics.admin.response';
|
|
38
|
-
export * from './responses/monitor.response';
|
|
39
|
-
export * from './responses/user-ticket.admin.response';
|
|
40
|
-
export * from './responses/user-ticket.response';
|
|
41
|
-
export * from './responses/application.response';
|
|
42
|
-
export * from './responses/application.admin.response';
|
|
43
|
-
export * from './responses/project.admin.response';
|
|
44
|
-
export * from './responses/project.response';
|
|
45
|
-
export * from './responses/project-access.admin.response';
|
|
46
|
-
export * from './responses/project-access.response';
|
|
47
|
-
export * from './responses/billing.response';
|
|
48
|
-
export * from './responses/newsletter.admin.response';
|
|
1
|
+
export * from './type-message/api-error';
|
|
2
|
+
export * from './type-message/response';
|
|
3
|
+
export * from './type-message/base-order';
|
|
4
|
+
export * from './type-message/base-paginate';
|
|
5
|
+
export * from './requests/auth.request';
|
|
6
|
+
export * from './requests/user.request';
|
|
7
|
+
export * from './requests/user.admin.request';
|
|
8
|
+
export * from './requests/user-notification.request';
|
|
9
|
+
export * from './requests/user-notification.admin.request';
|
|
10
|
+
export * from './requests/gift-code.request';
|
|
11
|
+
export * from './requests/gift-code.admin.request';
|
|
12
|
+
export * from './requests/user-transaction.request';
|
|
13
|
+
export * from './requests/user-transaction.admin.request';
|
|
14
|
+
export * from './requests/user-credit-purchase.request';
|
|
15
|
+
export * from './requests/user-credit-purchase.admin.request';
|
|
16
|
+
export * from './requests/user-ticket.admin.request';
|
|
17
|
+
export * from './requests/user-ticket.request';
|
|
18
|
+
export * from './requests/application.request';
|
|
19
|
+
export * from './requests/application.admin.request';
|
|
20
|
+
export * from './requests/project.admin.request';
|
|
21
|
+
export * from './requests/project.request';
|
|
22
|
+
export * from './requests/project-access.admin.request';
|
|
23
|
+
export * from './requests/project-access.request';
|
|
24
|
+
export * from './requests/billing.request';
|
|
25
|
+
export * from './requests/newsletter.admin.request';
|
|
26
|
+
export * from './responses/auth.response';
|
|
27
|
+
export * from './responses/user.response';
|
|
28
|
+
export * from './responses/user.admin.response';
|
|
29
|
+
export * from './responses/user-notification.response';
|
|
30
|
+
export * from './responses/user-notification.admin.response';
|
|
31
|
+
export * from './responses/user-transaction.response';
|
|
32
|
+
export * from './responses/user-transaction.admin.response';
|
|
33
|
+
export * from './responses/gift-code.response';
|
|
34
|
+
export * from './responses/gift-code.admin.response';
|
|
35
|
+
export * from './responses/user-credit-purchase.response';
|
|
36
|
+
export * from './responses/user-credit-purchase.admin.response';
|
|
37
|
+
export * from './responses/metrics.admin.response';
|
|
38
|
+
export * from './responses/monitor.response';
|
|
39
|
+
export * from './responses/user-ticket.admin.response';
|
|
40
|
+
export * from './responses/user-ticket.response';
|
|
41
|
+
export * from './responses/application.response';
|
|
42
|
+
export * from './responses/application.admin.response';
|
|
43
|
+
export * from './responses/project.admin.response';
|
|
44
|
+
export * from './responses/project.response';
|
|
45
|
+
export * from './responses/project-access.admin.response';
|
|
46
|
+
export * from './responses/project-access.response';
|
|
47
|
+
export * from './responses/billing.response';
|
|
48
|
+
export * from './responses/newsletter.admin.response';
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./type-message/api-error"), exports);
|
|
18
|
-
__exportStar(require("./type-message/response"), exports);
|
|
19
|
-
__exportStar(require("./type-message/base-order"), exports);
|
|
20
|
-
__exportStar(require("./type-message/base-paginate"), exports);
|
|
21
|
-
__exportStar(require("./requests/auth.request"), exports);
|
|
22
|
-
__exportStar(require("./requests/user.request"), exports);
|
|
23
|
-
__exportStar(require("./requests/user.admin.request"), exports);
|
|
24
|
-
__exportStar(require("./requests/user-notification.request"), exports);
|
|
25
|
-
__exportStar(require("./requests/user-notification.admin.request"), exports);
|
|
26
|
-
__exportStar(require("./requests/gift-code.request"), exports);
|
|
27
|
-
__exportStar(require("./requests/gift-code.admin.request"), exports);
|
|
28
|
-
__exportStar(require("./requests/user-transaction.request"), exports);
|
|
29
|
-
__exportStar(require("./requests/user-transaction.admin.request"), exports);
|
|
30
|
-
__exportStar(require("./requests/user-credit-purchase.request"), exports);
|
|
31
|
-
__exportStar(require("./requests/user-credit-purchase.admin.request"), exports);
|
|
32
|
-
__exportStar(require("./requests/user-ticket.admin.request"), exports);
|
|
33
|
-
__exportStar(require("./requests/user-ticket.request"), exports);
|
|
34
|
-
__exportStar(require("./requests/application.request"), exports);
|
|
35
|
-
__exportStar(require("./requests/application.admin.request"), exports);
|
|
36
|
-
__exportStar(require("./requests/project.admin.request"), exports);
|
|
37
|
-
__exportStar(require("./requests/project.request"), exports);
|
|
38
|
-
__exportStar(require("./requests/project-access.admin.request"), exports);
|
|
39
|
-
__exportStar(require("./requests/project-access.request"), exports);
|
|
40
|
-
__exportStar(require("./requests/billing.request"), exports);
|
|
41
|
-
__exportStar(require("./requests/newsletter.admin.request"), exports);
|
|
42
|
-
__exportStar(require("./responses/auth.response"), exports);
|
|
43
|
-
__exportStar(require("./responses/user.response"), exports);
|
|
44
|
-
__exportStar(require("./responses/user.admin.response"), exports);
|
|
45
|
-
__exportStar(require("./responses/user-notification.response"), exports);
|
|
46
|
-
__exportStar(require("./responses/user-notification.admin.response"), exports);
|
|
47
|
-
__exportStar(require("./responses/user-transaction.response"), exports);
|
|
48
|
-
__exportStar(require("./responses/user-transaction.admin.response"), exports);
|
|
49
|
-
__exportStar(require("./responses/gift-code.response"), exports);
|
|
50
|
-
__exportStar(require("./responses/gift-code.admin.response"), exports);
|
|
51
|
-
__exportStar(require("./responses/user-credit-purchase.response"), exports);
|
|
52
|
-
__exportStar(require("./responses/user-credit-purchase.admin.response"), exports);
|
|
53
|
-
__exportStar(require("./responses/metrics.admin.response"), exports);
|
|
54
|
-
__exportStar(require("./responses/monitor.response"), exports);
|
|
55
|
-
__exportStar(require("./responses/user-ticket.admin.response"), exports);
|
|
56
|
-
__exportStar(require("./responses/user-ticket.response"), exports);
|
|
57
|
-
__exportStar(require("./responses/application.response"), exports);
|
|
58
|
-
__exportStar(require("./responses/application.admin.response"), exports);
|
|
59
|
-
__exportStar(require("./responses/project.admin.response"), exports);
|
|
60
|
-
__exportStar(require("./responses/project.response"), exports);
|
|
61
|
-
__exportStar(require("./responses/project-access.admin.response"), exports);
|
|
62
|
-
__exportStar(require("./responses/project-access.response"), exports);
|
|
63
|
-
__exportStar(require("./responses/billing.response"), exports);
|
|
64
|
-
__exportStar(require("./responses/newsletter.admin.response"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./type-message/api-error"), exports);
|
|
18
|
+
__exportStar(require("./type-message/response"), exports);
|
|
19
|
+
__exportStar(require("./type-message/base-order"), exports);
|
|
20
|
+
__exportStar(require("./type-message/base-paginate"), exports);
|
|
21
|
+
__exportStar(require("./requests/auth.request"), exports);
|
|
22
|
+
__exportStar(require("./requests/user.request"), exports);
|
|
23
|
+
__exportStar(require("./requests/user.admin.request"), exports);
|
|
24
|
+
__exportStar(require("./requests/user-notification.request"), exports);
|
|
25
|
+
__exportStar(require("./requests/user-notification.admin.request"), exports);
|
|
26
|
+
__exportStar(require("./requests/gift-code.request"), exports);
|
|
27
|
+
__exportStar(require("./requests/gift-code.admin.request"), exports);
|
|
28
|
+
__exportStar(require("./requests/user-transaction.request"), exports);
|
|
29
|
+
__exportStar(require("./requests/user-transaction.admin.request"), exports);
|
|
30
|
+
__exportStar(require("./requests/user-credit-purchase.request"), exports);
|
|
31
|
+
__exportStar(require("./requests/user-credit-purchase.admin.request"), exports);
|
|
32
|
+
__exportStar(require("./requests/user-ticket.admin.request"), exports);
|
|
33
|
+
__exportStar(require("./requests/user-ticket.request"), exports);
|
|
34
|
+
__exportStar(require("./requests/application.request"), exports);
|
|
35
|
+
__exportStar(require("./requests/application.admin.request"), exports);
|
|
36
|
+
__exportStar(require("./requests/project.admin.request"), exports);
|
|
37
|
+
__exportStar(require("./requests/project.request"), exports);
|
|
38
|
+
__exportStar(require("./requests/project-access.admin.request"), exports);
|
|
39
|
+
__exportStar(require("./requests/project-access.request"), exports);
|
|
40
|
+
__exportStar(require("./requests/billing.request"), exports);
|
|
41
|
+
__exportStar(require("./requests/newsletter.admin.request"), exports);
|
|
42
|
+
__exportStar(require("./responses/auth.response"), exports);
|
|
43
|
+
__exportStar(require("./responses/user.response"), exports);
|
|
44
|
+
__exportStar(require("./responses/user.admin.response"), exports);
|
|
45
|
+
__exportStar(require("./responses/user-notification.response"), exports);
|
|
46
|
+
__exportStar(require("./responses/user-notification.admin.response"), exports);
|
|
47
|
+
__exportStar(require("./responses/user-transaction.response"), exports);
|
|
48
|
+
__exportStar(require("./responses/user-transaction.admin.response"), exports);
|
|
49
|
+
__exportStar(require("./responses/gift-code.response"), exports);
|
|
50
|
+
__exportStar(require("./responses/gift-code.admin.response"), exports);
|
|
51
|
+
__exportStar(require("./responses/user-credit-purchase.response"), exports);
|
|
52
|
+
__exportStar(require("./responses/user-credit-purchase.admin.response"), exports);
|
|
53
|
+
__exportStar(require("./responses/metrics.admin.response"), exports);
|
|
54
|
+
__exportStar(require("./responses/monitor.response"), exports);
|
|
55
|
+
__exportStar(require("./responses/user-ticket.admin.response"), exports);
|
|
56
|
+
__exportStar(require("./responses/user-ticket.response"), exports);
|
|
57
|
+
__exportStar(require("./responses/application.response"), exports);
|
|
58
|
+
__exportStar(require("./responses/application.admin.response"), exports);
|
|
59
|
+
__exportStar(require("./responses/project.admin.response"), exports);
|
|
60
|
+
__exportStar(require("./responses/project.response"), exports);
|
|
61
|
+
__exportStar(require("./responses/project-access.admin.response"), exports);
|
|
62
|
+
__exportStar(require("./responses/project-access.response"), exports);
|
|
63
|
+
__exportStar(require("./responses/billing.response"), exports);
|
|
64
|
+
__exportStar(require("./responses/newsletter.admin.response"), exports);
|