@abyss-project/main 2.1.0 → 2.2.0
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/dist/api/billing-account.admin.api.d.ts +7 -3
- package/dist/api/billing-account.admin.api.js +13 -5
- package/dist/api/billing-account.admin.api.js.map +1 -1
- package/dist/api/organization-billing.api.d.ts +11 -0
- package/dist/api/organization-billing.api.js +17 -1
- package/dist/api/organization-billing.api.js.map +1 -1
- package/dist/api/organization-external-identity.api.d.ts +7 -0
- package/dist/api/organization-external-identity.api.js +25 -0
- package/dist/api/organization-external-identity.api.js.map +1 -0
- package/dist/api/organization-member.admin.api.d.ts +2 -1
- package/dist/api/organization-member.admin.api.js +5 -1
- package/dist/api/organization-member.admin.api.js.map +1 -1
- package/dist/api/user-billing.api.d.ts +9 -0
- package/dist/api/user-billing.api.js +17 -1
- package/dist/api/user-billing.api.js.map +1 -1
- package/dist/constants/catalog-plan-quotas.constants.d.ts +2 -0
- package/dist/constants/catalog-plan-quotas.constants.js +70 -1
- package/dist/constants/catalog-plan-quotas.constants.js.map +1 -1
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.js +1 -0
- package/dist/constants/index.js.map +1 -1
- package/dist/constants/metric-price-scale.constants.d.ts +1 -0
- package/dist/constants/metric-price-scale.constants.js +12 -1
- package/dist/constants/metric-price-scale.constants.js.map +1 -1
- package/dist/constants/module-catalog.constants.d.ts +65 -0
- package/dist/constants/module-catalog.constants.js +336 -0
- package/dist/constants/module-catalog.constants.js.map +1 -0
- package/dist/constants/quota-metric-kind.constants.d.ts +2 -0
- package/dist/constants/quota-metric-kind.constants.js +12 -1
- package/dist/constants/quota-metric-kind.constants.js.map +1 -1
- package/dist/index.d.ts +20 -0
- package/dist/index.js +20 -0
- package/dist/index.js.map +1 -1
- package/dist/types/enum/abyss-application-event.enum.d.ts +4 -1
- package/dist/types/enum/abyss-application-event.enum.js +4 -1
- package/dist/types/enum/abyss-application-event.enum.js.map +1 -1
- package/dist/types/enum/external-delivery.enum.d.ts +6 -0
- package/dist/types/enum/external-delivery.enum.js +11 -0
- package/dist/types/enum/external-delivery.enum.js.map +1 -0
- package/dist/types/enum/index.d.ts +2 -0
- package/dist/types/enum/index.js +2 -0
- package/dist/types/enum/index.js.map +1 -1
- package/dist/types/enum/organization-billing.enum.d.ts +15 -2
- package/dist/types/enum/organization-billing.enum.js +29 -2
- package/dist/types/enum/organization-billing.enum.js.map +1 -1
- package/dist/types/enum/organization-external-identity.enum.d.ts +17 -0
- package/dist/types/enum/organization-external-identity.enum.js +24 -0
- package/dist/types/enum/organization-external-identity.enum.js.map +1 -0
- package/dist/types/enum/slack-webhook.enum.d.ts +3 -1
- package/dist/types/enum/slack-webhook.enum.js +2 -0
- package/dist/types/enum/slack-webhook.enum.js.map +1 -1
- package/dist/types/enum/token-type.enum.d.ts +2 -1
- package/dist/types/enum/token-type.enum.js +1 -0
- package/dist/types/enum/token-type.enum.js.map +1 -1
- package/dist/types/enum/user-notification-category.enum.d.ts +7 -1
- package/dist/types/enum/user-notification-category.enum.js +19 -1
- package/dist/types/enum/user-notification-category.enum.js.map +1 -1
- package/dist/types/enum/user-notification-content-type.enum.d.ts +2 -0
- package/dist/types/enum/user-notification-content-type.enum.js.map +1 -1
- package/dist/types/interface/api/index.d.ts +9 -0
- package/dist/types/interface/api/index.js +9 -0
- package/dist/types/interface/api/index.js.map +1 -1
- package/dist/types/interface/api/requests/billing-account.admin.request.d.ts +9 -5
- package/dist/types/interface/api/requests/billing-module.request.d.ts +25 -0
- package/dist/types/interface/api/requests/billing-module.request.js +3 -0
- package/dist/types/interface/api/requests/billing-module.request.js.map +1 -0
- package/dist/types/interface/api/requests/billing-snapshot-admin.request.d.ts +7 -0
- package/dist/types/interface/api/requests/billing-snapshot-admin.request.js +3 -0
- package/dist/types/interface/api/requests/billing-snapshot-admin.request.js.map +1 -0
- package/dist/types/interface/api/requests/organization-external-identity.request.d.ts +28 -0
- package/dist/types/interface/api/requests/organization-external-identity.request.js +3 -0
- package/dist/types/interface/api/requests/organization-external-identity.request.js.map +1 -0
- package/dist/types/interface/api/requests/organization-integration-webhook.request.d.ts +17 -1
- package/dist/types/interface/api/requests/organization-member.request.d.ts +3 -0
- package/dist/types/interface/api/requests/quota-offer.request.d.ts +10 -0
- package/dist/types/interface/api/requests/quota-offer.request.js +3 -0
- package/dist/types/interface/api/requests/quota-offer.request.js.map +1 -0
- package/dist/types/interface/api/responses/billing-account.admin.response.d.ts +10 -13
- package/dist/types/interface/api/responses/billing-estimate.response.d.ts +18 -0
- package/dist/types/interface/api/responses/billing-estimate.response.js +3 -0
- package/dist/types/interface/api/responses/billing-estimate.response.js.map +1 -0
- package/dist/types/interface/api/responses/billing-module.response.d.ts +21 -0
- package/dist/types/interface/api/responses/billing-module.response.js +3 -0
- package/dist/types/interface/api/responses/billing-module.response.js.map +1 -0
- package/dist/types/interface/api/responses/billing-snapshot-admin.response.d.ts +9 -0
- package/dist/types/interface/api/responses/billing-snapshot-admin.response.js +3 -0
- package/dist/types/interface/api/responses/billing-snapshot-admin.response.js.map +1 -0
- package/dist/types/interface/api/responses/organization-external-identity.response.d.ts +22 -0
- package/dist/types/interface/api/responses/organization-external-identity.response.js +3 -0
- package/dist/types/interface/api/responses/organization-external-identity.response.js.map +1 -0
- package/dist/types/interface/api/responses/organization-member.response.d.ts +8 -0
- package/dist/types/interface/api/responses/quota-offer.response.d.ts +27 -0
- package/dist/types/interface/api/responses/quota-offer.response.js +3 -0
- package/dist/types/interface/api/responses/quota-offer.response.js.map +1 -0
- package/dist/types/interface/index.d.ts +3 -0
- package/dist/types/interface/index.js +3 -0
- package/dist/types/interface/index.js.map +1 -1
- package/dist/types/interface/models/billing-account-addon.model.d.ts +16 -0
- package/dist/types/interface/models/billing-account-addon.model.js +3 -0
- package/dist/types/interface/models/billing-account-addon.model.js.map +1 -0
- package/dist/types/interface/models/external-delivery.model.d.ts +22 -0
- package/dist/types/interface/models/external-delivery.model.js +3 -0
- package/dist/types/interface/models/external-delivery.model.js.map +1 -0
- package/dist/types/interface/models/index.d.ts +1 -0
- package/dist/types/interface/models/index.js +1 -0
- package/dist/types/interface/models/index.js.map +1 -1
- package/dist/types/interface/models/organization-external-identity.model.d.ts +20 -0
- package/dist/types/interface/models/organization-external-identity.model.js +3 -0
- package/dist/types/interface/models/organization-external-identity.model.js.map +1 -0
- package/dist/types/interface/models/organization-member.model.d.ts +1 -0
- package/dist/types/interface/models/organization-service-quota.model.d.ts +1 -0
- package/dist/types/session.d.ts +8 -1
- package/dist/utils/billing-deep-link.utils.d.ts +15 -0
- package/dist/utils/billing-deep-link.utils.js +23 -0
- package/dist/utils/billing-deep-link.utils.js.map +1 -0
- package/dist/utils/billing.utils.d.ts +0 -2
- package/dist/utils/billing.utils.js +1 -6
- package/dist/utils/billing.utils.js.map +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/pricing.utils.d.ts +21 -1
- package/dist/utils/pricing.utils.js +111 -4
- package/dist/utils/pricing.utils.js.map +1 -1
- package/package.json +15 -11
- package/tsconfig.build.json +4 -0
- package/tsconfig.json +35 -36
|
@@ -10,5 +10,7 @@ var SlackWebhookEventType;
|
|
|
10
10
|
(function (SlackWebhookEventType) {
|
|
11
11
|
SlackWebhookEventType["APP_UNINSTALLED"] = "app_uninstalled";
|
|
12
12
|
SlackWebhookEventType["TOKENS_REVOKED"] = "tokens_revoked";
|
|
13
|
+
SlackWebhookEventType["TEAM_JOIN"] = "team_join";
|
|
14
|
+
SlackWebhookEventType["USER_CHANGE"] = "user_change";
|
|
13
15
|
})(SlackWebhookEventType || (exports.SlackWebhookEventType = SlackWebhookEventType = {}));
|
|
14
16
|
//# sourceMappingURL=slack-webhook.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slack-webhook.enum.js","sourceRoot":"","sources":["../../../src/types/enum/slack-webhook.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,yDAAqC,CAAA;IACrC,qDAAiC,CAAA;AACnC,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B;AAED,IAAY,
|
|
1
|
+
{"version":3,"file":"slack-webhook.enum.js","sourceRoot":"","sources":["../../../src/types/enum/slack-webhook.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,yDAAqC,CAAA;IACrC,qDAAiC,CAAA;AACnC,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B;AAED,IAAY,qBAaX;AAbD,WAAY,qBAAqB;IAC/B,4DAAmC,CAAA;IACnC,0DAAiC,CAAA;IAKjC,gDAAuB,CAAA;IAKvB,oDAA2B,CAAA;AAC7B,CAAC,EAbW,qBAAqB,qCAArB,qBAAqB,QAahC"}
|
|
@@ -3,5 +3,6 @@ export declare enum TokenType {
|
|
|
3
3
|
PASSWORD_RESET = "PASSWORD_RESET",
|
|
4
4
|
USER_INVITATION = "USER_INVITATION",
|
|
5
5
|
PUBLIC_EMAIL_VERIFICATION = "PUBLIC_EMAIL_VERIFICATION",
|
|
6
|
-
INVITATION = "INVITATION"
|
|
6
|
+
INVITATION = "INVITATION",
|
|
7
|
+
EXTERNAL_IDENTITY_BINDING = "EXTERNAL_IDENTITY_BINDING"
|
|
7
8
|
}
|
|
@@ -8,5 +8,6 @@ var TokenType;
|
|
|
8
8
|
TokenType["USER_INVITATION"] = "USER_INVITATION";
|
|
9
9
|
TokenType["PUBLIC_EMAIL_VERIFICATION"] = "PUBLIC_EMAIL_VERIFICATION";
|
|
10
10
|
TokenType["INVITATION"] = "INVITATION";
|
|
11
|
+
TokenType["EXTERNAL_IDENTITY_BINDING"] = "EXTERNAL_IDENTITY_BINDING";
|
|
11
12
|
})(TokenType || (exports.TokenType = TokenType = {}));
|
|
12
13
|
//# sourceMappingURL=token-type.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"token-type.enum.js","sourceRoot":"","sources":["../../../src/types/enum/token-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"token-type.enum.js","sourceRoot":"","sources":["../../../src/types/enum/token-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAoBX;AApBD,WAAY,SAAS;IACnB,sDAAyC,CAAA;IACzC,8CAAiC,CAAA;IACjC,gDAAmC,CAAA;IAInC,oEAAuD,CAAA;IAEvD,sCAAyB,CAAA;IAUzB,oEAAuD,CAAA;AACzD,CAAC,EApBW,SAAS,yBAAT,SAAS,QAoBpB"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ExternalMessagingPlatform } from './organization-external-identity.enum';
|
|
1
2
|
import { UserNotificationContentType } from './user-notification-content-type.enum';
|
|
2
3
|
export declare enum UserNotificationCategory {
|
|
3
4
|
TRANSACTIONAL = "transactional",
|
|
@@ -9,8 +10,13 @@ export declare enum UserNotificationCategory {
|
|
|
9
10
|
export declare enum NotificationChannel {
|
|
10
11
|
IN_APP = "in-app",
|
|
11
12
|
EMAIL = "email",
|
|
12
|
-
PUSH = "push"
|
|
13
|
+
PUSH = "push",
|
|
14
|
+
SLACK = "slack",
|
|
15
|
+
DISCORD = "discord"
|
|
13
16
|
}
|
|
17
|
+
export declare const CHAT_NOTIFICATION_CHANNELS: ReadonlySet<NotificationChannel>;
|
|
18
|
+
export declare const CHAT_CHANNEL_PLATFORM: Readonly<Partial<Record<NotificationChannel, ExternalMessagingPlatform>>>;
|
|
14
19
|
export declare const USER_NOTIFICATION_CONTENT_TYPE_CATEGORY: Record<UserNotificationContentType, UserNotificationCategory>;
|
|
20
|
+
export declare const CHAT_ELIGIBLE_CONTENT_TYPES: ReadonlySet<UserNotificationContentType>;
|
|
15
21
|
export declare const FORCED_TRANSACTIONAL_CONTENT_TYPES: ReadonlySet<UserNotificationContentType>;
|
|
16
22
|
export declare const FORCED_IN_APP_CONTENT_TYPES: ReadonlySet<UserNotificationContentType>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FORCED_IN_APP_CONTENT_TYPES = exports.FORCED_TRANSACTIONAL_CONTENT_TYPES = exports.USER_NOTIFICATION_CONTENT_TYPE_CATEGORY = exports.NotificationChannel = exports.UserNotificationCategory = void 0;
|
|
3
|
+
exports.FORCED_IN_APP_CONTENT_TYPES = exports.FORCED_TRANSACTIONAL_CONTENT_TYPES = exports.CHAT_ELIGIBLE_CONTENT_TYPES = exports.USER_NOTIFICATION_CONTENT_TYPE_CATEGORY = exports.CHAT_CHANNEL_PLATFORM = exports.CHAT_NOTIFICATION_CHANNELS = exports.NotificationChannel = exports.UserNotificationCategory = void 0;
|
|
4
|
+
const organization_external_identity_enum_1 = require("./organization-external-identity.enum");
|
|
4
5
|
const user_notification_content_type_enum_1 = require("./user-notification-content-type.enum");
|
|
5
6
|
var UserNotificationCategory;
|
|
6
7
|
(function (UserNotificationCategory) {
|
|
@@ -15,7 +16,17 @@ var NotificationChannel;
|
|
|
15
16
|
NotificationChannel["IN_APP"] = "in-app";
|
|
16
17
|
NotificationChannel["EMAIL"] = "email";
|
|
17
18
|
NotificationChannel["PUSH"] = "push";
|
|
19
|
+
NotificationChannel["SLACK"] = "slack";
|
|
20
|
+
NotificationChannel["DISCORD"] = "discord";
|
|
18
21
|
})(NotificationChannel || (exports.NotificationChannel = NotificationChannel = {}));
|
|
22
|
+
exports.CHAT_NOTIFICATION_CHANNELS = new Set([
|
|
23
|
+
NotificationChannel.SLACK,
|
|
24
|
+
NotificationChannel.DISCORD,
|
|
25
|
+
]);
|
|
26
|
+
exports.CHAT_CHANNEL_PLATFORM = {
|
|
27
|
+
[NotificationChannel.SLACK]: organization_external_identity_enum_1.ExternalMessagingPlatform.SLACK,
|
|
28
|
+
[NotificationChannel.DISCORD]: organization_external_identity_enum_1.ExternalMessagingPlatform.DISCORD,
|
|
29
|
+
};
|
|
19
30
|
exports.USER_NOTIFICATION_CONTENT_TYPE_CATEGORY = {
|
|
20
31
|
[user_notification_content_type_enum_1.UserNotificationContentType.NOTIFY_PROJECT_ACCESS_GRANTED]: UserNotificationCategory.COLLABORATION,
|
|
21
32
|
[user_notification_content_type_enum_1.UserNotificationContentType.SUBSCRIPTION_CREATED]: UserNotificationCategory.TRANSACTIONAL,
|
|
@@ -109,6 +120,13 @@ exports.USER_NOTIFICATION_CONTENT_TYPE_CATEGORY = {
|
|
|
109
120
|
[user_notification_content_type_enum_1.UserNotificationContentType.INTERNAL_TICKET_CREATED]: UserNotificationCategory.COLLABORATION,
|
|
110
121
|
[user_notification_content_type_enum_1.UserNotificationContentType.INTERNAL_TICKET_SECTION_WITHOUT_AGENTS]: UserNotificationCategory.OPERATIONAL,
|
|
111
122
|
};
|
|
123
|
+
exports.CHAT_ELIGIBLE_CONTENT_TYPES = new Set([
|
|
124
|
+
user_notification_content_type_enum_1.UserNotificationContentType.INTERNAL_TICKET_CREATED,
|
|
125
|
+
user_notification_content_type_enum_1.UserNotificationContentType.INTERNAL_TICKET_STATUS_CHANGED,
|
|
126
|
+
user_notification_content_type_enum_1.UserNotificationContentType.INTERNAL_TICKET_NEW_MESSAGE,
|
|
127
|
+
user_notification_content_type_enum_1.UserNotificationContentType.INTERNAL_TICKET_MENTION,
|
|
128
|
+
user_notification_content_type_enum_1.UserNotificationContentType.INTERNAL_TICKET_ASSIGNED,
|
|
129
|
+
]);
|
|
112
130
|
exports.FORCED_TRANSACTIONAL_CONTENT_TYPES = new Set([
|
|
113
131
|
user_notification_content_type_enum_1.UserNotificationContentType.SUBSCRIPTION_PAYMENT_FAILED,
|
|
114
132
|
user_notification_content_type_enum_1.UserNotificationContentType.BILLING_INVOICE_READY,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-notification-category.enum.js","sourceRoot":"","sources":["../../../src/types/enum/user-notification-category.enum.ts"],"names":[],"mappings":";;;AAAA,+FAAoF;AAEpF,IAAY,wBAMX;AAND,WAAY,wBAAwB;IAClC,2DAA+B,CAAA;IAC/B,uDAA2B,CAAA;IAC3B,2DAA+B,CAAA;IAC/B,qDAAyB,CAAA;IACzB,2CAAe,CAAA;AACjB,CAAC,EANW,wBAAwB,wCAAxB,wBAAwB,QAMnC;AAED,IAAY,
|
|
1
|
+
{"version":3,"file":"user-notification-category.enum.js","sourceRoot":"","sources":["../../../src/types/enum/user-notification-category.enum.ts"],"names":[],"mappings":"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"}
|
|
@@ -151,6 +151,7 @@ export declare class UserNotificationContentTypeData implements Record<UserNotif
|
|
|
151
151
|
current: string;
|
|
152
152
|
limit: string;
|
|
153
153
|
organizationId: string | null;
|
|
154
|
+
actionUrl?: string;
|
|
154
155
|
};
|
|
155
156
|
[UserNotificationContentType.BILLING_OVERAGE_ENTERED]: {
|
|
156
157
|
service: string;
|
|
@@ -161,6 +162,7 @@ export declare class UserNotificationContentTypeData implements Record<UserNotif
|
|
|
161
162
|
limit: string;
|
|
162
163
|
rate: string;
|
|
163
164
|
organizationId: string | null;
|
|
165
|
+
actionUrl?: string;
|
|
164
166
|
};
|
|
165
167
|
[UserNotificationContentType.ABYSS_PROJECT_BILLING_QUOTA_FILE_DELETED]: {
|
|
166
168
|
fileName: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-notification-content-type.enum.js","sourceRoot":"","sources":["../../../src/types/enum/user-notification-content-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,2BAmJX;AAnJD,WAAY,2BAA2B;IAErC,8FAA+D,CAAA;IAG/D,4EAA6C,CAAA;IAC7C,4EAA6C,CAAA;IAC7C,0FAA2D,CAAA;IAC3D,gFAAiD,CAAA;IACjD,sFAAuD,CAAA;IACvD,sFAAuD,CAAA;IACvD,oFAAqD,CAAA;IAErD,wFAAyD,CAAA;IACzD,0FAA2D,CAAA;IAC3D,8EAA+C,CAAA;IAC/C,kFAAmD,CAAA;IAMnD,kFAAmD,CAAA;IAKnD,oHAAqF,CAAA;IAErF,kEAAmC,CAAA;IACnC,gFAAiD,CAAA;IAGjD,wEAAyC,CAAA;IACzC,wEAAyC,CAAA;IACzC,oEAAqC,CAAA;IACrC,0EAA2C,CAAA;IAC3C,sEAAuC,CAAA;IAEvC,wEAAyC,CAAA;IAGzC,8EAA+C,CAAA;IAC/C,8FAA+D,CAAA;IAG/D,oEAAqC,CAAA;IAGrC,oEAAqC,CAAA;IACrC,wEAAyC,CAAA;IACzC,8FAA+D,CAAA;IAC/D,8GAA+E,CAAA;IAC/E,gGAAiE,CAAA;IACjE,8FAA+D,CAAA;IAC/D,0GAA2E,CAAA;IAC3E,8FAA+D,CAAA;IAG/D,4DAA6B,CAAA;IAC7B,wEAAyC,CAAA;IACzC,sEAAuC,CAAA;IACvC,kEAAmC,CAAA;IACnC,8DAA+B,CAAA;IAC/B,gEAAiC,CAAA;IACjC,wEAAyC,CAAA;IACzC,0EAA2C,CAAA;IAC3C,wEAAyC,CAAA;IACzC,sEAAuC,CAAA;IACvC,0EAA2C,CAAA;IAC3C,kFAAmD,CAAA;IACnD,gEAAiC,CAAA;IACjC,oFAAqD,CAAA;IACrD,0EAA2C,CAAA;IAC3C,wFAAyD,CAAA;IACzD,0FAA2D,CAAA;IAE3D,oFAAqD,CAAA;IACrD,8FAA+D,CAAA;IAC/D,0GAA2E,CAAA;IAE3E,kFAAmD,CAAA;IAGnD,gFAAiD,CAAA;IACjD,kFAAmD,CAAA;IACnD,0FAA2D,CAAA;IAC3D,4FAA6D,CAAA;IAC7D,kHAAmF,CAAA;IACnF,4GAA6E,CAAA;IAC7E,4GAA6E,CAAA;IAC7E,oGAAqE,CAAA;IACrE,wGAAyE,CAAA;IACzE,oFAAqD,CAAA;IACrD,oFAAqD,CAAA;IACrD,8FAA+D,CAAA;IAC/D,oGAAqE,CAAA;IACrE,8FAA+D,CAAA;IAG/D,gEAAiC,CAAA;IAGjC,oFAAqD,CAAA;IACrD,8EAA+C,CAAA;IAC/C,sFAAuD,CAAA;IAGvD,wFAAyD,CAAA;IAGzD,sFAAuD,CAAA;IACvD,0GAA2E,CAAA;IAC3E,8FAA+D,CAAA;IAC/D,wFAAyD,CAAA;IACzD,wGAAyE,CAAA;IAGzE,kEAAmC,CAAA;IACnC,8DAA+B,CAAA;IAG/B,0FAA2D,CAAA;IAC3D,wFAAyD,CAAA;IACzD,0FAA2D,CAAA;IAG3D,0EAA2C,CAAA;IAC3C,sEAAuC,CAAA;IAGvC,gGAAiE,CAAA;IACjE,0FAA2D,CAAA;IAC3D,kFAAmD,CAAA;IACnD,oFAAqD,CAAA;IAErD,kFAAmD,CAAA;IAUnD,gHAAiF,CAAA;AACnF,CAAC,EAnJW,2BAA2B,2CAA3B,2BAA2B,QAmJtC;AAED,MAAa,+BAA+B;
|
|
1
|
+
{"version":3,"file":"user-notification-content-type.enum.js","sourceRoot":"","sources":["../../../src/types/enum/user-notification-content-type.enum.ts"],"names":[],"mappings":"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"}
|
|
@@ -58,9 +58,18 @@ export * from './requests/organization.request';
|
|
|
58
58
|
export * from './responses/organization.response';
|
|
59
59
|
export * from './requests/organization-integration-webhook.request';
|
|
60
60
|
export * from './requests/organization-member.request';
|
|
61
|
+
export * from './requests/organization-external-identity.request';
|
|
61
62
|
export * from './responses/organization-member.response';
|
|
63
|
+
export * from './responses/organization-external-identity.response';
|
|
62
64
|
export * from './requests/organization-billing.request';
|
|
63
65
|
export * from './responses/organization-billing.response';
|
|
66
|
+
export * from './requests/quota-offer.request';
|
|
67
|
+
export * from './responses/quota-offer.response';
|
|
68
|
+
export * from './responses/billing-estimate.response';
|
|
69
|
+
export * from './requests/billing-module.request';
|
|
70
|
+
export * from './responses/billing-module.response';
|
|
71
|
+
export * from './requests/billing-snapshot-admin.request';
|
|
72
|
+
export * from './responses/billing-snapshot-admin.response';
|
|
64
73
|
export * from './requests/billing-plan.request';
|
|
65
74
|
export * from './responses/billing-plan.response';
|
|
66
75
|
export * from './requests/billing-account.admin.request';
|
|
@@ -74,9 +74,18 @@ __exportStar(require("./requests/organization.request"), exports);
|
|
|
74
74
|
__exportStar(require("./responses/organization.response"), exports);
|
|
75
75
|
__exportStar(require("./requests/organization-integration-webhook.request"), exports);
|
|
76
76
|
__exportStar(require("./requests/organization-member.request"), exports);
|
|
77
|
+
__exportStar(require("./requests/organization-external-identity.request"), exports);
|
|
77
78
|
__exportStar(require("./responses/organization-member.response"), exports);
|
|
79
|
+
__exportStar(require("./responses/organization-external-identity.response"), exports);
|
|
78
80
|
__exportStar(require("./requests/organization-billing.request"), exports);
|
|
79
81
|
__exportStar(require("./responses/organization-billing.response"), exports);
|
|
82
|
+
__exportStar(require("./requests/quota-offer.request"), exports);
|
|
83
|
+
__exportStar(require("./responses/quota-offer.response"), exports);
|
|
84
|
+
__exportStar(require("./responses/billing-estimate.response"), exports);
|
|
85
|
+
__exportStar(require("./requests/billing-module.request"), exports);
|
|
86
|
+
__exportStar(require("./responses/billing-module.response"), exports);
|
|
87
|
+
__exportStar(require("./requests/billing-snapshot-admin.request"), exports);
|
|
88
|
+
__exportStar(require("./responses/billing-snapshot-admin.response"), exports);
|
|
80
89
|
__exportStar(require("./requests/billing-plan.request"), exports);
|
|
81
90
|
__exportStar(require("./responses/billing-plan.response"), exports);
|
|
82
91
|
__exportStar(require("./requests/billing-account.admin.request"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/interface/api/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,0DAAwC;AACxC,4DAA0C;AAC1C,+DAA6C;AAE7C,0DAAwC;AACxC,0DAAwC;AACxC,gEAA8C;AAC9C,uEAAqD;AACrD,6EAA2D;AAC3D,6EAA2D;AAC3D,+DAA6C;AAC7C,qEAAmD;AACnD,iEAA+C;AAC/C,uEAAqD;AACrD,mEAAiD;AACjD,6DAA2C;AAC3C,0EAAwD;AACxD,oEAAkD;AAClD,6DAA2C;AAC3C,sEAAoD;AACpD,mEAAiD;AACjD,yEAAuD;AACvD,2DAAyC;AACzC,oEAAkD;AAClD,kEAAgD;AAChD,wEAAsD;AACtD,kFAAgE;AAChE,sFAAoE;AAEpE,4DAA0C;AAC1C,4DAA0C;AAC1C,kEAAgD;AAChD,yEAAuD;AACvD,+EAA6D;AAC7D,+EAA6D;AAC7D,iEAA+C;AAC/C,uEAAqD;AACrD,qEAAmD;AACnD,+DAA6C;AAC7C,mEAAiD;AACjD,yEAAuD;AACvD,qEAAmD;AACnD,+DAA6C;AAC7C,4EAA0D;AAC1D,sEAAoD;AACpD,+DAA6C;AAC7C,wEAAsD;AACtD,qEAAmD;AACnD,2EAAyD;AACzD,6DAA2C;AAC3C,sEAAoD;AACpD,oEAAkD;AAClD,0EAAwD;AACxD,oFAAkE;AAClE,wFAAsE;AAEtE,wEAAsD;AACtD,0EAAwD;AACxD,kEAAgD;AAChD,oEAAkD;AAClD,sFAAoE;AACpE,yEAAuD;AACvD,2EAAyD;AACzD,0EAAwD;AACxD,4EAA0D;AAC1D,kEAAgD;AAChD,oEAAkD;AAClD,2EAAyD;AACzD,6EAA2D;AAC3D,yEAAuD;AACvD,2EAAyD;AACzD,gFAA8D;AAC9D,kFAAgE;AAChE,mEAAiD;AACjD,qEAAmD;AACnD,0DAAwC;AACxC,4DAA0C;AAC1C,qEAAmD;AACnD,uEAAqD;AAGrD,sEAAoD;AACpD,wEAAsD;AAEtD,kEAAgD;AAChD,oEAAkD;AAElD,oEAAkD;AAElD,mEAAiD;AACjD,qEAAmD;AAEnD,yEAAuD;AACvD,2EAAyD;AAEzD,oEAAkD;AAClD,wEAAsD;AACtD,0EAAwD;AACxD,sEAAoD;AAEpD,gEAA8C;AAC9C,kEAAgD;AAEhD,sEAAoD;AACpD,wEAAsD;AAEtD,yEAAuD;AACvD,2EAAyD;AAEzD,2EAAyD;AAGzD,2EAAyD;AACzD,6EAA2D"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/interface/api/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,0DAAwC;AACxC,4DAA0C;AAC1C,+DAA6C;AAE7C,0DAAwC;AACxC,0DAAwC;AACxC,gEAA8C;AAC9C,uEAAqD;AACrD,6EAA2D;AAC3D,6EAA2D;AAC3D,+DAA6C;AAC7C,qEAAmD;AACnD,iEAA+C;AAC/C,uEAAqD;AACrD,mEAAiD;AACjD,6DAA2C;AAC3C,0EAAwD;AACxD,oEAAkD;AAClD,6DAA2C;AAC3C,sEAAoD;AACpD,mEAAiD;AACjD,yEAAuD;AACvD,2DAAyC;AACzC,oEAAkD;AAClD,kEAAgD;AAChD,wEAAsD;AACtD,kFAAgE;AAChE,sFAAoE;AAEpE,4DAA0C;AAC1C,4DAA0C;AAC1C,kEAAgD;AAChD,yEAAuD;AACvD,+EAA6D;AAC7D,+EAA6D;AAC7D,iEAA+C;AAC/C,uEAAqD;AACrD,qEAAmD;AACnD,+DAA6C;AAC7C,mEAAiD;AACjD,yEAAuD;AACvD,qEAAmD;AACnD,+DAA6C;AAC7C,4EAA0D;AAC1D,sEAAoD;AACpD,+DAA6C;AAC7C,wEAAsD;AACtD,qEAAmD;AACnD,2EAAyD;AACzD,6DAA2C;AAC3C,sEAAoD;AACpD,oEAAkD;AAClD,0EAAwD;AACxD,oFAAkE;AAClE,wFAAsE;AAEtE,wEAAsD;AACtD,0EAAwD;AACxD,kEAAgD;AAChD,oEAAkD;AAClD,sFAAoE;AACpE,yEAAuD;AACvD,oFAAkE;AAClE,2EAAyD;AACzD,sFAAoE;AACpE,0EAAwD;AACxD,4EAA0D;AAC1D,iEAA+C;AAC/C,mEAAiD;AACjD,wEAAsD;AACtD,oEAAkD;AAClD,sEAAoD;AACpD,4EAA0D;AAC1D,8EAA4D;AAC5D,kEAAgD;AAChD,oEAAkD;AAClD,2EAAyD;AACzD,6EAA2D;AAC3D,yEAAuD;AACvD,2EAAyD;AACzD,gFAA8D;AAC9D,kFAAgE;AAChE,mEAAiD;AACjD,qEAAmD;AACnD,0DAAwC;AACxC,4DAA0C;AAC1C,qEAAmD;AACnD,uEAAqD;AAGrD,sEAAoD;AACpD,wEAAsD;AAEtD,kEAAgD;AAChD,oEAAkD;AAElD,oEAAkD;AAElD,mEAAiD;AACjD,qEAAmD;AAEnD,yEAAuD;AACvD,2EAAyD;AAEzD,oEAAkD;AAClD,wEAAsD;AACtD,0EAAwD;AACxD,sEAAoD;AAEpD,gEAA8C;AAC9C,kEAAgD;AAEhD,sEAAoD;AACpD,wEAAsD;AAEtD,yEAAuD;AACvD,2EAAyD;AAEzD,2EAAyD;AAGzD,2EAAyD;AACzD,6EAA2D"}
|
|
@@ -18,11 +18,6 @@ export type IListAccountsAdminBillingQuery = {
|
|
|
18
18
|
export interface IMigrateSubscriptionsAdminBillingParams {
|
|
19
19
|
planTemplateId: string;
|
|
20
20
|
}
|
|
21
|
-
export interface IBackfillSubscriptionItemRolesAdminBillingBody {
|
|
22
|
-
limit?: number;
|
|
23
|
-
afterCreatedAt?: string;
|
|
24
|
-
afterId?: string;
|
|
25
|
-
}
|
|
26
21
|
export interface IMigrateSubscriptionsAdminBillingBody {
|
|
27
22
|
billingAccountIds: string[];
|
|
28
23
|
}
|
|
@@ -105,3 +100,12 @@ export interface IUpdateInvoiceAdminBillingBody {
|
|
|
105
100
|
stripeInvoiceId?: string | null;
|
|
106
101
|
stripeInvoiceUrl?: string | null;
|
|
107
102
|
}
|
|
103
|
+
export interface ISetOverageRateAdminBillingParams {
|
|
104
|
+
billingAccountId: string;
|
|
105
|
+
}
|
|
106
|
+
export interface ISetOverageRateAdminBillingBody {
|
|
107
|
+
service: BillingService;
|
|
108
|
+
metric: BillingMetric;
|
|
109
|
+
nanocentsPerUnit: number | null;
|
|
110
|
+
reason: string;
|
|
111
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { BillingModuleId } from '../../../../constants/module-catalog.constants';
|
|
2
|
+
export interface ISetBillingModuleQuantityBody {
|
|
3
|
+
quantity: number;
|
|
4
|
+
}
|
|
5
|
+
export interface ISetUserBillingModuleQuantityParams {
|
|
6
|
+
moduleId: BillingModuleId;
|
|
7
|
+
}
|
|
8
|
+
export interface ISetOrgBillingModuleQuantityParams {
|
|
9
|
+
organizationId: string;
|
|
10
|
+
moduleId: BillingModuleId;
|
|
11
|
+
}
|
|
12
|
+
export interface IListOrgBillingModulesParams {
|
|
13
|
+
organizationId: string;
|
|
14
|
+
}
|
|
15
|
+
export interface IListModulesAdminBillingParams {
|
|
16
|
+
billingAccountId: string;
|
|
17
|
+
}
|
|
18
|
+
export interface ISetModuleQuantityAdminBillingParams {
|
|
19
|
+
billingAccountId: string;
|
|
20
|
+
moduleId: BillingModuleId;
|
|
21
|
+
}
|
|
22
|
+
export interface ISetModuleQuantityAdminBillingBody {
|
|
23
|
+
quantity: number;
|
|
24
|
+
reason: string;
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billing-module.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/billing-module.request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billing-snapshot-admin.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/billing-snapshot-admin.request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ExternalMessagingPlatform } from '../../../enum';
|
|
2
|
+
export interface IGetConnectUrlOrganizationExternalIdentityParams {
|
|
3
|
+
organizationId: string;
|
|
4
|
+
}
|
|
5
|
+
export interface IGetConnectUrlOrganizationExternalIdentityQuery {
|
|
6
|
+
platform: ExternalMessagingPlatform;
|
|
7
|
+
}
|
|
8
|
+
export interface IBindOrganizationExternalIdentityBody {
|
|
9
|
+
code: string;
|
|
10
|
+
state: string;
|
|
11
|
+
}
|
|
12
|
+
export interface IListPendingOrganizationExternalIdentityParams {
|
|
13
|
+
organizationId: string;
|
|
14
|
+
}
|
|
15
|
+
export interface IListPendingOrganizationExternalIdentityQuery {
|
|
16
|
+
platform?: ExternalMessagingPlatform;
|
|
17
|
+
}
|
|
18
|
+
export interface INameCandidateOrganizationExternalIdentityParams {
|
|
19
|
+
organizationId: string;
|
|
20
|
+
organizationExternalIdentityId: string;
|
|
21
|
+
}
|
|
22
|
+
export interface INameCandidateOrganizationExternalIdentityBody {
|
|
23
|
+
userId: string;
|
|
24
|
+
}
|
|
25
|
+
export interface IDismissCandidateOrganizationExternalIdentityParams {
|
|
26
|
+
organizationId: string;
|
|
27
|
+
organizationExternalIdentityId: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organization-external-identity.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/organization-external-identity.request.ts"],"names":[],"mappings":""}
|
|
@@ -14,7 +14,23 @@ export interface ISlackTokensRevokedEvent {
|
|
|
14
14
|
bot: string[];
|
|
15
15
|
};
|
|
16
16
|
}
|
|
17
|
-
export
|
|
17
|
+
export interface ISlackWebhookUser {
|
|
18
|
+
id: string;
|
|
19
|
+
team_id?: string;
|
|
20
|
+
deleted?: boolean;
|
|
21
|
+
profile?: {
|
|
22
|
+
email?: string;
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
export interface ISlackTeamJoinEvent {
|
|
26
|
+
type: SlackWebhookEventType.TEAM_JOIN;
|
|
27
|
+
user: ISlackWebhookUser;
|
|
28
|
+
}
|
|
29
|
+
export interface ISlackUserChangeEvent {
|
|
30
|
+
type: SlackWebhookEventType.USER_CHANGE;
|
|
31
|
+
user: ISlackWebhookUser;
|
|
32
|
+
}
|
|
33
|
+
export type ISlackWebhookEvent = ISlackAppUninstalledEvent | ISlackTokensRevokedEvent | ISlackTeamJoinEvent | ISlackUserChangeEvent;
|
|
18
34
|
export interface ISlackWebhookEventCallbackBody {
|
|
19
35
|
type: SlackWebhookType.EVENT_CALLBACK;
|
|
20
36
|
token: string;
|
|
@@ -46,3 +46,6 @@ export interface IListUserIdsByPermissionOrganizationMemberAdminParams {
|
|
|
46
46
|
export interface IListUserIdsByPermissionOrganizationMemberAdminBody {
|
|
47
47
|
permission: OrganizationPermission;
|
|
48
48
|
}
|
|
49
|
+
export interface IListMembersOrganizationMemberAdminParams {
|
|
50
|
+
organizationId: string;
|
|
51
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BillingMetric, BillingService } from '../../../enum/organization-billing.enum';
|
|
2
|
+
export interface IGetQuotaOfferOrganizationParams {
|
|
3
|
+
organizationId: string;
|
|
4
|
+
service: BillingService;
|
|
5
|
+
metric: BillingMetric;
|
|
6
|
+
}
|
|
7
|
+
export interface IGetQuotaOfferUserParams {
|
|
8
|
+
service: BillingService;
|
|
9
|
+
metric: BillingMetric;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quota-offer.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/quota-offer.request.ts"],"names":[],"mappings":""}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { OverageRateSource } from '../../../../utils/pricing.utils';
|
|
1
2
|
import { BillingMetric, BillingService, PlanTier, QuotaCeilingMode } from '../../../enum';
|
|
2
3
|
import { IBillingAccount } from '../../models/billing-account.model';
|
|
3
4
|
import { ICreditTransaction } from '../../models/credit-transaction.model';
|
|
@@ -25,6 +26,12 @@ export interface ISetQuotaCeilingAdminBillingData {
|
|
|
25
26
|
billingAccount: IBillingAccount;
|
|
26
27
|
}
|
|
27
28
|
export type ISetQuotaCeilingAdminBillingResponse = IResponse<ISetQuotaCeilingAdminBillingData>;
|
|
29
|
+
export interface ISetOverageRateAdminBillingData {
|
|
30
|
+
service: BillingService;
|
|
31
|
+
metric: BillingMetric;
|
|
32
|
+
overageNanocentsPerUnit: number | null;
|
|
33
|
+
}
|
|
34
|
+
export type ISetOverageRateAdminBillingResponse = IResponse<ISetOverageRateAdminBillingData>;
|
|
28
35
|
export interface IQuotaStateItemAdminBilling {
|
|
29
36
|
service: BillingService;
|
|
30
37
|
metric: BillingMetric;
|
|
@@ -36,6 +43,9 @@ export interface IQuotaStateItemAdminBilling {
|
|
|
36
43
|
overageAllowed: boolean;
|
|
37
44
|
overageNanocentsPerUnit: number | null;
|
|
38
45
|
unit: string;
|
|
46
|
+
overageRateSource: OverageRateSource;
|
|
47
|
+
alertThresholds: number[];
|
|
48
|
+
hasThresholdOverride: boolean;
|
|
39
49
|
}
|
|
40
50
|
export interface IGetQuotaStateAdminBillingData {
|
|
41
51
|
planTier: PlanTier;
|
|
@@ -84,16 +94,3 @@ export interface IMigrateSubscriptionsAdminBillingData {
|
|
|
84
94
|
failed: number;
|
|
85
95
|
}
|
|
86
96
|
export type IMigrateSubscriptionsAdminBillingResponse = IResponse<IMigrateSubscriptionsAdminBillingData>;
|
|
87
|
-
export interface IBackfillSubscriptionItemRolesAdminBillingData {
|
|
88
|
-
scanned: number;
|
|
89
|
-
stamped: number;
|
|
90
|
-
alreadyTagged: number;
|
|
91
|
-
skipped: number;
|
|
92
|
-
failed: number;
|
|
93
|
-
remaining: number;
|
|
94
|
-
nextCursor: {
|
|
95
|
-
createdAt: string;
|
|
96
|
-
id: string;
|
|
97
|
-
} | null;
|
|
98
|
-
}
|
|
99
|
-
export type IBackfillSubscriptionItemRolesAdminBillingResponse = IResponse<IBackfillSubscriptionItemRolesAdminBillingData>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BillingMetric } from '../../../enum/organization-billing.enum';
|
|
2
|
+
import { IResponse } from '../type-message/response';
|
|
3
|
+
export interface IBillingEstimateLine {
|
|
4
|
+
kind: 'plan' | 'module' | 'overage';
|
|
5
|
+
label: string;
|
|
6
|
+
amountCents: number;
|
|
7
|
+
quantity?: number;
|
|
8
|
+
metric?: BillingMetric;
|
|
9
|
+
}
|
|
10
|
+
export interface IBillingEstimate {
|
|
11
|
+
lines: IBillingEstimateLine[];
|
|
12
|
+
totalCents: number;
|
|
13
|
+
isEstimate: true;
|
|
14
|
+
}
|
|
15
|
+
export interface IGetBillingEstimateData {
|
|
16
|
+
estimate: IBillingEstimate;
|
|
17
|
+
}
|
|
18
|
+
export type IGetBillingEstimateResponse = IResponse<IGetBillingEstimateData>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billing-estimate.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/billing-estimate.response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { BillingAddonStatus } from '../../../enum/organization-billing.enum';
|
|
2
|
+
import { BillingModuleId } from '../../../../constants/module-catalog.constants';
|
|
3
|
+
import { IResponse } from '../type-message/response';
|
|
4
|
+
export interface IOwnedBillingModule {
|
|
5
|
+
moduleId: BillingModuleId;
|
|
6
|
+
label: string;
|
|
7
|
+
unit: string;
|
|
8
|
+
quantity: number;
|
|
9
|
+
status: BillingAddonStatus;
|
|
10
|
+
monthlyPriceCents: number;
|
|
11
|
+
pendingQuantity: number | null;
|
|
12
|
+
pendingEffectiveAt: string | null;
|
|
13
|
+
}
|
|
14
|
+
export interface IListBillingModulesData {
|
|
15
|
+
modules: IOwnedBillingModule[];
|
|
16
|
+
}
|
|
17
|
+
export type IListBillingModulesResponse = IResponse<IListBillingModulesData>;
|
|
18
|
+
export interface ISetBillingModuleQuantityData {
|
|
19
|
+
module: IOwnedBillingModule | null;
|
|
20
|
+
}
|
|
21
|
+
export type ISetBillingModuleQuantityResponse = IResponse<ISetBillingModuleQuantityData>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billing-module.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/billing-module.response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IBillingDailySnapshot } from '../../models/billing-daily-snapshot.model';
|
|
2
|
+
import { IQuotaStateItemAdminBilling } from './billing-account.admin.response';
|
|
3
|
+
import { IResponse } from '../type-message/response';
|
|
4
|
+
export interface IListSnapshotsAdminBillingData {
|
|
5
|
+
snapshots: IBillingDailySnapshot[];
|
|
6
|
+
live: IQuotaStateItemAdminBilling[];
|
|
7
|
+
snapshotAsOf: string | null;
|
|
8
|
+
}
|
|
9
|
+
export type IListSnapshotsAdminBillingResponse = IResponse<IListSnapshotsAdminBillingData>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"billing-snapshot-admin.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/billing-snapshot-admin.response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IOrganizationExternalIdentity } from '../../models/organization-external-identity.model';
|
|
2
|
+
import { IResponse } from '../type-message/response';
|
|
3
|
+
export interface IGetConnectUrlOrganizationExternalIdentityData {
|
|
4
|
+
connectUrl: string;
|
|
5
|
+
}
|
|
6
|
+
export type IGetConnectUrlOrganizationExternalIdentityResponse = IResponse<IGetConnectUrlOrganizationExternalIdentityData>;
|
|
7
|
+
export interface IBindOrganizationExternalIdentityData {
|
|
8
|
+
organizationExternalIdentity: IOrganizationExternalIdentity;
|
|
9
|
+
}
|
|
10
|
+
export type IBindOrganizationExternalIdentityResponse = IResponse<IBindOrganizationExternalIdentityData>;
|
|
11
|
+
export interface IListPendingOrganizationExternalIdentityData {
|
|
12
|
+
organizationExternalIdentities: IOrganizationExternalIdentity[];
|
|
13
|
+
}
|
|
14
|
+
export type IListPendingOrganizationExternalIdentityResponse = IResponse<IListPendingOrganizationExternalIdentityData>;
|
|
15
|
+
export interface INameCandidateOrganizationExternalIdentityData {
|
|
16
|
+
organizationExternalIdentity: IOrganizationExternalIdentity;
|
|
17
|
+
}
|
|
18
|
+
export type INameCandidateOrganizationExternalIdentityResponse = IResponse<INameCandidateOrganizationExternalIdentityData>;
|
|
19
|
+
export interface IDismissCandidateOrganizationExternalIdentityData {
|
|
20
|
+
organizationExternalIdentity: IOrganizationExternalIdentity;
|
|
21
|
+
}
|
|
22
|
+
export type IDismissCandidateOrganizationExternalIdentityResponse = IResponse<IDismissCandidateOrganizationExternalIdentityData>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organization-external-identity.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/organization-external-identity.response.ts"],"names":[],"mappings":""}
|
|
@@ -43,3 +43,11 @@ export interface IListUserIdsByPermissionOrganizationMemberAdminData {
|
|
|
43
43
|
userIds: string[];
|
|
44
44
|
}
|
|
45
45
|
export type IListUserIdsByPermissionOrganizationMemberAdminResponse = IResponse<IListUserIdsByPermissionOrganizationMemberAdminData>;
|
|
46
|
+
export interface IOrganizationMemberAdminSummary {
|
|
47
|
+
userId: string;
|
|
48
|
+
displayName: string;
|
|
49
|
+
}
|
|
50
|
+
export interface IListMembersOrganizationMemberAdminData {
|
|
51
|
+
members: IOrganizationMemberAdminSummary[];
|
|
52
|
+
}
|
|
53
|
+
export type IListMembersOrganizationMemberAdminResponse = IResponse<IListMembersOrganizationMemberAdminData>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { BillingMetric, BillingService } from '../../../enum/organization-billing.enum';
|
|
2
|
+
import { BillingModuleId } from '../../../../constants/module-catalog.constants';
|
|
3
|
+
import { IResponse } from '../type-message/response';
|
|
4
|
+
export interface IQuotaOfferBranch {
|
|
5
|
+
kind: 'extension' | 'overage';
|
|
6
|
+
priceCents: number | null;
|
|
7
|
+
lot?: number;
|
|
8
|
+
moduleId?: BillingModuleId;
|
|
9
|
+
}
|
|
10
|
+
export interface IQuotaOffer {
|
|
11
|
+
service: BillingService;
|
|
12
|
+
metric: BillingMetric;
|
|
13
|
+
unit: string;
|
|
14
|
+
current: number;
|
|
15
|
+
includedLimit: number;
|
|
16
|
+
ceiling: number | null;
|
|
17
|
+
alertThreshold: number;
|
|
18
|
+
isSetting: boolean;
|
|
19
|
+
moduleSuspendedByPlan: boolean;
|
|
20
|
+
lotSize: number | null;
|
|
21
|
+
branches: IQuotaOfferBranch[];
|
|
22
|
+
asOf: 'live' | 'snapshot';
|
|
23
|
+
}
|
|
24
|
+
export interface IGetQuotaOfferData {
|
|
25
|
+
offer: IQuotaOffer;
|
|
26
|
+
}
|
|
27
|
+
export type IGetQuotaOfferResponse = IResponse<IGetQuotaOfferData>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quota-offer.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/quota-offer.response.ts"],"names":[],"mappings":""}
|
|
@@ -23,8 +23,11 @@ export * from './models/report-notification-subscription.model';
|
|
|
23
23
|
export * from './models/organization.model';
|
|
24
24
|
export * from './models/organization-integration.model';
|
|
25
25
|
export * from './models/organization-member.model';
|
|
26
|
+
export * from './models/organization-external-identity.model';
|
|
27
|
+
export * from './models/external-delivery.model';
|
|
26
28
|
export * from './models/plan-template.model';
|
|
27
29
|
export * from './models/billing-account.model';
|
|
30
|
+
export * from './models/billing-account-addon.model';
|
|
28
31
|
export * from './models/organization-service-quota.model';
|
|
29
32
|
export * from './models/organization-project-quota.model';
|
|
30
33
|
export * from './models/usage-record.model';
|