@abyss-project/main 1.5.0 → 1.7.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/README.md +31 -31
- package/dist/api/billing-trial.admin.api.d.ts +5 -0
- package/dist/api/billing-trial.admin.api.js +17 -0
- package/dist/api/billing-trial.admin.api.js.map +1 -0
- package/dist/api/billing.api.d.ts +3 -1
- package/dist/api/billing.api.js +10 -1
- package/dist/api/billing.api.js.map +1 -1
- package/dist/api/daily-digest.admin.api.d.ts +2 -1
- package/dist/api/daily-digest.admin.api.js +5 -1
- package/dist/api/daily-digest.admin.api.js.map +1 -1
- package/dist/api/daily-digest.api.d.ts +2 -2
- package/dist/api/daily-digest.api.js +1 -1
- package/dist/api/daily-digest.api.js.map +1 -1
- package/dist/api/index.d.ts +1 -0
- package/dist/api/index.js +1 -0
- package/dist/api/index.js.map +1 -1
- package/dist/api/organization-billing.api.d.ts +7 -2
- package/dist/api/organization-billing.api.js +13 -1
- package/dist/api/organization-billing.api.js.map +1 -1
- package/dist/api/report-notification-audience.api.d.ts +3 -0
- package/dist/api/report-notification-audience.api.js +13 -0
- package/dist/api/report-notification-audience.api.js.map +1 -0
- package/dist/api/report-notification-subscription.api.d.ts +3 -0
- package/dist/api/report-notification-subscription.api.js +13 -0
- package/dist/api/report-notification-subscription.api.js.map +1 -0
- package/dist/api/user-billing.api.d.ts +3 -2
- package/dist/api/user-billing.api.js +7 -1
- package/dist/api/user-billing.api.js.map +1 -1
- package/dist/api/wrapped-report.admin.api.d.ts +1 -2
- package/dist/api/wrapped-report.admin.api.js +1 -5
- package/dist/api/wrapped-report.admin.api.js.map +1 -1
- package/dist/constants/billing-catalog.constants.js +9 -0
- package/dist/constants/billing-catalog.constants.js.map +1 -1
- package/dist/constants/enforcement-registry.constants.js +4 -0
- package/dist/constants/enforcement-registry.constants.js.map +1 -1
- package/dist/constants/index.d.ts +2 -0
- package/dist/constants/index.js +2 -0
- package/dist/constants/index.js.map +1 -1
- package/dist/constants/profile-picture.constants.d.ts +1 -0
- package/dist/constants/profile-picture.constants.js +5 -0
- package/dist/constants/profile-picture.constants.js.map +1 -0
- package/dist/constants/public-plans.constants.js +6 -0
- package/dist/constants/public-plans.constants.js.map +1 -1
- package/dist/constants/quota-metric-kind.constants.js +1 -0
- package/dist/constants/quota-metric-kind.constants.js.map +1 -1
- package/dist/constants/support-ticket.constants.d.ts +1 -0
- package/dist/constants/support-ticket.constants.js +5 -0
- package/dist/constants/support-ticket.constants.js.map +1 -0
- package/dist/index.d.ts +27 -1
- package/dist/index.js +27 -1
- package/dist/index.js.map +1 -1
- package/dist/types/enum/abyss-application-event.enum.d.ts +5 -0
- package/dist/types/enum/abyss-application-event.enum.js +5 -0
- package/dist/types/enum/abyss-application-event.enum.js.map +1 -1
- package/dist/types/enum/digest-period.enum.d.ts +4 -0
- package/dist/types/enum/digest-period.enum.js +9 -0
- package/dist/types/enum/digest-period.enum.js.map +1 -0
- package/dist/types/enum/email-type.enum.d.ts +4 -1
- package/dist/types/enum/email-type.enum.js +3 -0
- package/dist/types/enum/email-type.enum.js.map +1 -1
- package/dist/types/enum/index.d.ts +5 -0
- package/dist/types/enum/index.js +5 -0
- package/dist/types/enum/index.js.map +1 -1
- package/dist/types/enum/organization-billing.enum.d.ts +3 -1
- package/dist/types/enum/organization-billing.enum.js +2 -0
- package/dist/types/enum/organization-billing.enum.js.map +1 -1
- package/dist/types/enum/report-notification-audience-mode.enum.d.ts +4 -0
- package/dist/types/enum/report-notification-audience-mode.enum.js +9 -0
- package/dist/types/enum/report-notification-audience-mode.enum.js.map +1 -0
- package/dist/types/enum/report-notification-type.enum.d.ts +5 -0
- package/dist/types/enum/report-notification-type.enum.js +10 -0
- package/dist/types/enum/report-notification-type.enum.js.map +1 -0
- package/dist/types/enum/support-ticket.enum.d.ts +1 -0
- package/dist/types/enum/support-ticket.enum.js +2 -0
- package/dist/types/enum/support-ticket.enum.js.map +1 -1
- package/dist/types/enum/trial-grant-source.enum.d.ts +4 -0
- package/dist/types/enum/trial-grant-source.enum.js +9 -0
- package/dist/types/enum/trial-grant-source.enum.js.map +1 -0
- package/dist/types/enum/trial-request-kind.enum.d.ts +4 -0
- package/dist/types/enum/trial-request-kind.enum.js +9 -0
- package/dist/types/enum/trial-request-kind.enum.js.map +1 -0
- package/dist/types/enum/user-notification-category.enum.js +2 -0
- package/dist/types/enum/user-notification-category.enum.js.map +1 -1
- package/dist/types/enum/user-notification-content-type.enum.d.ts +9 -0
- package/dist/types/enum/user-notification-content-type.enum.js +3 -1
- package/dist/types/enum/user-notification-content-type.enum.js.map +1 -1
- package/dist/types/interface/api/index.d.ts +8 -0
- package/dist/types/interface/api/index.js +8 -0
- package/dist/types/interface/api/index.js.map +1 -1
- package/dist/types/interface/api/requests/billing-trial.admin.request.d.ts +14 -0
- package/dist/types/interface/api/requests/billing-trial.admin.request.js +3 -0
- package/dist/types/interface/api/requests/billing-trial.admin.request.js.map +1 -0
- package/dist/types/interface/api/requests/billing-trial.request.d.ts +6 -0
- package/dist/types/{enum/file-scan-status.enum.js → interface/api/requests/billing-trial.request.js} +1 -1
- package/dist/types/interface/api/requests/billing-trial.request.js.map +1 -0
- package/dist/types/interface/api/requests/daily-digest.request.d.ts +11 -0
- package/dist/types/interface/api/requests/index.d.ts +2 -0
- package/dist/types/interface/api/requests/index.js +2 -0
- package/dist/types/interface/api/requests/index.js.map +1 -1
- package/dist/types/interface/api/requests/organization-billing.request.d.ts +12 -0
- package/dist/types/interface/api/requests/report-notification-audience.request.d.ts +14 -0
- package/dist/types/interface/api/requests/report-notification-audience.request.js +3 -0
- package/dist/types/interface/api/requests/report-notification-audience.request.js.map +1 -0
- package/dist/types/interface/api/requests/report-notification-subscription.request.d.ts +12 -0
- package/dist/types/interface/api/requests/report-notification-subscription.request.js +3 -0
- package/dist/types/interface/api/requests/report-notification-subscription.request.js.map +1 -0
- package/dist/types/interface/api/requests/support-ticket-admin.request.d.ts +1 -0
- package/dist/types/interface/api/requests/user-billing.request.d.ts +3 -0
- package/dist/types/interface/api/requests/wrapped-report.request.d.ts +0 -10
- package/dist/types/interface/api/responses/billing-trial.admin.response.d.ts +14 -0
- package/dist/types/interface/api/responses/billing-trial.admin.response.js +3 -0
- package/dist/types/interface/api/responses/billing-trial.admin.response.js.map +1 -0
- package/dist/types/interface/api/responses/billing-trial.response.d.ts +27 -0
- package/dist/types/interface/api/responses/billing-trial.response.js +3 -0
- package/dist/types/interface/api/responses/billing-trial.response.js.map +1 -0
- package/dist/types/interface/api/responses/index.d.ts +2 -0
- package/dist/types/interface/api/responses/index.js +2 -0
- package/dist/types/interface/api/responses/index.js.map +1 -1
- package/dist/types/interface/api/responses/organization-billing.response.d.ts +7 -0
- package/dist/types/interface/api/responses/report-notification-audience.response.d.ts +10 -0
- package/dist/types/interface/api/responses/report-notification-audience.response.js +3 -0
- package/dist/types/interface/api/responses/report-notification-audience.response.js.map +1 -0
- package/dist/types/interface/api/responses/report-notification-subscription.response.d.ts +10 -0
- package/dist/types/interface/api/responses/report-notification-subscription.response.js +3 -0
- package/dist/types/interface/api/responses/report-notification-subscription.response.js.map +1 -0
- package/dist/types/interface/api/responses/user-billing.response.d.ts +17 -1
- package/dist/types/interface/index.d.ts +4 -0
- package/dist/types/interface/index.js +4 -0
- package/dist/types/interface/index.js.map +1 -1
- package/dist/types/interface/models/billing-trial-grant.model.d.ts +13 -0
- package/dist/types/interface/models/billing-trial-grant.model.js +3 -0
- package/dist/types/interface/models/billing-trial-grant.model.js.map +1 -0
- package/dist/types/interface/models/daily-digest.model.d.ts +4 -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/report-notification-audience.model.d.ts +13 -0
- package/dist/types/interface/models/report-notification-audience.model.js +3 -0
- package/dist/types/interface/models/report-notification-audience.model.js.map +1 -0
- package/dist/types/interface/models/report-notification-subscription.model.d.ts +12 -0
- package/dist/types/interface/models/report-notification-subscription.model.js +3 -0
- package/dist/types/interface/models/report-notification-subscription.model.js.map +1 -0
- package/dist/types/interface/models/support-ticket.model.d.ts +1 -0
- package/dist/types/interface/models/wrapped-report.model.d.ts +1 -2
- package/dist/types/interface/models/wrapped-report.model.js +0 -1
- package/dist/types/interface/models/wrapped-report.model.js.map +1 -1
- package/dist/utils/resolve-user.utils.js +7 -11
- package/dist/utils/resolve-user.utils.js.map +1 -1
- package/package.json +1 -1
- package/dist/types/enum/file-scan-status.enum.d.ts +0 -1
- package/dist/types/enum/file-scan-status.enum.js.map +0 -1
- package/dist/utils/encrypt-secret.util.d.ts +0 -3
- package/dist/utils/encrypt-secret.util.js +0 -43
- package/dist/utils/encrypt-secret.util.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"report-notification-subscription.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/report-notification-subscription.model.ts"],"names":[],"mappings":""}
|
|
@@ -21,6 +21,7 @@ export interface ISupportTicket {
|
|
|
21
21
|
service: AbyssService | null;
|
|
22
22
|
contextType: string | null;
|
|
23
23
|
contextId: string | null;
|
|
24
|
+
contextData?: Record<string, unknown> | null;
|
|
24
25
|
resolvedAt: Date | null;
|
|
25
26
|
resolvedReason: string | null;
|
|
26
27
|
closedAt: Date | null;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { AbyssService } from '../../enum/abyss-service.enum';
|
|
2
2
|
import { IReportApplicationInfo } from './report.model';
|
|
3
3
|
export declare enum WrappedPeriod {
|
|
4
|
-
YEARLY = "YEARLY"
|
|
5
|
-
MONTHLY = "MONTHLY"
|
|
4
|
+
YEARLY = "YEARLY"
|
|
6
5
|
}
|
|
7
6
|
export declare enum ReportScope {
|
|
8
7
|
USER = "USER",
|
|
@@ -4,7 +4,6 @@ exports.ReportScope = exports.WrappedPeriod = void 0;
|
|
|
4
4
|
var WrappedPeriod;
|
|
5
5
|
(function (WrappedPeriod) {
|
|
6
6
|
WrappedPeriod["YEARLY"] = "YEARLY";
|
|
7
|
-
WrappedPeriod["MONTHLY"] = "MONTHLY";
|
|
8
7
|
})(WrappedPeriod || (exports.WrappedPeriod = WrappedPeriod = {}));
|
|
9
8
|
var ReportScope;
|
|
10
9
|
(function (ReportScope) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wrapped-report.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/wrapped-report.model.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"wrapped-report.model.js","sourceRoot":"","sources":["../../../../src/types/interface/models/wrapped-report.model.ts"],"names":[],"mappings":";;;AAMA,IAAY,aAEX;AAFD,WAAY,aAAa;IACvB,kCAAiB,CAAA;AACnB,CAAC,EAFW,aAAa,6BAAb,aAAa,QAExB;AAED,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,4BAAa,CAAA;IACb,kCAAmB,CAAA;IACnB,0BAAW,CAAA;AACb,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB"}
|
|
@@ -7,9 +7,12 @@ const resolveUserFromAbyssMain = async (params) => {
|
|
|
7
7
|
const existingUser = (await UserModel.findByPk(userId, {
|
|
8
8
|
transaction,
|
|
9
9
|
}));
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
if (existingUser) {
|
|
11
|
+
return existingUser;
|
|
12
|
+
}
|
|
13
|
+
let isAdmin = false;
|
|
14
|
+
let personalApiKeyLookupHash = null;
|
|
15
|
+
let personalApiKeyRevokedAt = null;
|
|
13
16
|
try {
|
|
14
17
|
const mainUser = await __1.AbyssCore.sdk.user.admin.get({ userId });
|
|
15
18
|
isAdmin = mainUser.data.user.isAdmin;
|
|
@@ -17,7 +20,7 @@ const resolveUserFromAbyssMain = async (params) => {
|
|
|
17
20
|
personalApiKeyRevokedAt = mainUser.data.user.personalApiKeyRevokedAt ?? null;
|
|
18
21
|
}
|
|
19
22
|
catch {
|
|
20
|
-
logger.log(`Failed to fetch user ${userId} from abyss-main,
|
|
23
|
+
logger.log(`Failed to fetch user ${userId} from abyss-main, lazy-creating with local defaults`);
|
|
21
24
|
}
|
|
22
25
|
const [user, created] = (await UserModel.findOrCreate({
|
|
23
26
|
where: { id: userId },
|
|
@@ -27,13 +30,6 @@ const resolveUserFromAbyssMain = async (params) => {
|
|
|
27
30
|
if (created) {
|
|
28
31
|
logger.log(`Lazy-created user ${userId} (isAdmin: ${isAdmin})`);
|
|
29
32
|
}
|
|
30
|
-
else if (user.isAdmin !== isAdmin ||
|
|
31
|
-
user.personalApiKeyLookupHash !== personalApiKeyLookupHash ||
|
|
32
|
-
Boolean(user.personalApiKeyRevokedAt) !== Boolean(personalApiKeyRevokedAt)) {
|
|
33
|
-
logger.log(`Syncing mirror for user ${userId} from abyss-main`);
|
|
34
|
-
user.set({ isAdmin, personalApiKeyLookupHash, personalApiKeyRevokedAt });
|
|
35
|
-
await user.save({ transaction });
|
|
36
|
-
}
|
|
37
33
|
return user;
|
|
38
34
|
};
|
|
39
35
|
exports.resolveUserFromAbyssMain = resolveUserFromAbyssMain;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-user.utils.js","sourceRoot":"","sources":["../../src/utils/resolve-user.utils.ts"],"names":[],"mappings":";;;AAAA,0BAA+B;
|
|
1
|
+
{"version":3,"file":"resolve-user.utils.js","sourceRoot":"","sources":["../../src/utils/resolve-user.utils.ts"],"names":[],"mappings":";;;AAAA,0BAA+B;AAmDxB,MAAM,wBAAwB,GAAG,KAAK,EAC3C,MAA0B,EACV,EAAE;IAClB,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,GAAG,MAAM,CAAC;IAE1D,MAAM,YAAY,GAAG,CAAC,MAAM,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE;QACrD,WAAW;KACZ,CAAC,CAA+B,CAAC;IAMlC,IAAI,YAAY,EAAE,CAAC;QACjB,OAAO,YAAqB,CAAC;IAC/B,CAAC;IAGD,IAAI,OAAO,GAAG,KAAK,CAAC;IACpB,IAAI,wBAAwB,GAAkB,IAAI,CAAC;IACnD,IAAI,uBAAuB,GAAgB,IAAI,CAAC;IAChD,IAAI,CAAC;QACH,MAAM,QAAQ,GAAG,MAAM,aAAS,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC;QAChE,OAAO,GAAG,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC;QACrC,wBAAwB,GAAG,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,wBAAwB,IAAI,IAAI,CAAC;QAC/E,uBAAuB,GAAG,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,uBAAuB,IAAI,IAAI,CAAC;IAC/E,CAAC;IAAC,MAAM,CAAC;QACP,MAAM,CAAC,GAAG,CAAC,wBAAwB,MAAM,qDAAqD,CAAC,CAAC;IAClG,CAAC;IAED,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC,MAAM,SAAS,CAAC,YAAY,CAAC;QACpD,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE;QACrB,QAAQ,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,wBAAwB,EAAE,uBAAuB,EAAE;QACpF,WAAW;KACZ,CAAC,CAAmC,CAAC;IAEtC,IAAI,OAAO,EAAE,CAAC;QACZ,MAAM,CAAC,GAAG,CAAC,qBAAqB,MAAM,cAAc,OAAO,GAAG,CAAC,CAAC;IAClE,CAAC;IAED,OAAO,IAAa,CAAC;AACvB,CAAC,CAAC;AAzCW,QAAA,wBAAwB,4BAyCnC"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type FileScanStatus = 'pending_scan' | 'clean' | 'infected' | 'skipped' | 'error';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"file-scan-status.enum.js","sourceRoot":"","sources":["../../../src/types/enum/file-scan-status.enum.ts"],"names":[],"mappings":""}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.sha256Hex = exports.decryptSecret = exports.encryptSecret = void 0;
|
|
4
|
-
const crypto_1 = require("crypto");
|
|
5
|
-
const VERSION = 'v1';
|
|
6
|
-
const ALGO = 'aes-256-gcm';
|
|
7
|
-
const loadMasterKey = () => {
|
|
8
|
-
const raw = process.env.ABYSS_SECRET_ENCRYPTION_KEY;
|
|
9
|
-
if (!raw) {
|
|
10
|
-
throw new Error('ABYSS_SECRET_ENCRYPTION_KEY is not set');
|
|
11
|
-
}
|
|
12
|
-
const key = Buffer.from(raw, 'base64');
|
|
13
|
-
if (key.length !== 32) {
|
|
14
|
-
throw new Error('ABYSS_SECRET_ENCRYPTION_KEY must decode to 32 bytes');
|
|
15
|
-
}
|
|
16
|
-
return key;
|
|
17
|
-
};
|
|
18
|
-
const MASTER_KEY = loadMasterKey();
|
|
19
|
-
const encryptSecret = (plaintext) => {
|
|
20
|
-
const iv = (0, crypto_1.randomBytes)(12);
|
|
21
|
-
const cipher = (0, crypto_1.createCipheriv)(ALGO, MASTER_KEY, iv);
|
|
22
|
-
const ct = Buffer.concat([cipher.update(plaintext, 'utf8'), cipher.final()]);
|
|
23
|
-
const tag = cipher.getAuthTag();
|
|
24
|
-
return `${VERSION}:${iv.toString('base64')}.${tag.toString('base64')}.${ct.toString('base64')}`;
|
|
25
|
-
};
|
|
26
|
-
exports.encryptSecret = encryptSecret;
|
|
27
|
-
const decryptSecret = (payload) => {
|
|
28
|
-
const [version, body] = payload.split(':');
|
|
29
|
-
if (version !== VERSION || !body) {
|
|
30
|
-
throw new Error('Unsupported secret payload version');
|
|
31
|
-
}
|
|
32
|
-
const [ivB64, tagB64, ctB64] = body.split('.');
|
|
33
|
-
if (!ivB64 || !tagB64 || !ctB64) {
|
|
34
|
-
throw new Error('Malformed secret payload');
|
|
35
|
-
}
|
|
36
|
-
const decipher = (0, crypto_1.createDecipheriv)(ALGO, MASTER_KEY, Buffer.from(ivB64, 'base64'));
|
|
37
|
-
decipher.setAuthTag(Buffer.from(tagB64, 'base64'));
|
|
38
|
-
return Buffer.concat([decipher.update(Buffer.from(ctB64, 'base64')), decipher.final()]).toString('utf8');
|
|
39
|
-
};
|
|
40
|
-
exports.decryptSecret = decryptSecret;
|
|
41
|
-
const sha256Hex = (input) => (0, crypto_1.createHash)('sha256').update(input, 'utf8').digest('hex');
|
|
42
|
-
exports.sha256Hex = sha256Hex;
|
|
43
|
-
//# sourceMappingURL=encrypt-secret.util.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"encrypt-secret.util.js","sourceRoot":"","sources":["../../src/utils/encrypt-secret.util.ts"],"names":[],"mappings":";;;AAAA,mCAAmF;AAanF,MAAM,OAAO,GAAG,IAAI,CAAC;AACrB,MAAM,IAAI,GAAG,aAAa,CAAC;AAE3B,MAAM,aAAa,GAAG,GAAW,EAAE;IACjC,MAAM,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC;IACpD,IAAI,CAAC,GAAG,EAAE,CAAC;QACT,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;IAC5D,CAAC;IACD,MAAM,GAAG,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC;IACvC,IAAI,GAAG,CAAC,MAAM,KAAK,EAAE,EAAE,CAAC;QACtB,MAAM,IAAI,KAAK,CAAC,qDAAqD,CAAC,CAAC;IACzE,CAAC;IACD,OAAO,GAAG,CAAC;AACb,CAAC,CAAC;AAGF,MAAM,UAAU,GAAG,aAAa,EAAE,CAAC;AAM5B,MAAM,aAAa,GAAG,CAAC,SAAiB,EAAU,EAAE;IACzD,MAAM,EAAE,GAAG,IAAA,oBAAW,EAAC,EAAE,CAAC,CAAC;IAC3B,MAAM,MAAM,GAAG,IAAA,uBAAc,EAAC,IAAI,EAAE,UAAU,EAAE,EAAE,CAAC,CAAC;IACpD,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IAC7E,MAAM,GAAG,GAAG,MAAM,CAAC,UAAU,EAAE,CAAC;IAChC,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC;AAClG,CAAC,CAAC;AANW,QAAA,aAAa,iBAMxB;AAOK,MAAM,aAAa,GAAG,CAAC,OAAe,EAAU,EAAE;IACvD,MAAM,CAAC,OAAO,EAAE,IAAI,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAC3C,IAAI,OAAO,KAAK,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;QACjC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;IACxD,CAAC;IACD,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAC/C,IAAI,CAAC,KAAK,IAAI,CAAC,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAC9C,CAAC;IACD,MAAM,QAAQ,GAAG,IAAA,yBAAgB,EAAC,IAAI,EAAE,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC;IAClF,QAAQ,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC;IACnD,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,QAAQ,CAC9F,MAAM,CACP,CAAC;AACJ,CAAC,CAAC;AAdW,QAAA,aAAa,iBAcxB;AAMK,MAAM,SAAS,GAAG,CAAC,KAAa,EAAU,EAAE,CACjD,IAAA,mBAAU,EAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAD9C,QAAA,SAAS,aACqC"}
|