mfance-shark-v1 1.0.27 → 1.0.29
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/auditable/auditable.entity.js.map +1 -1
- package/dist/common/entities/index.d.ts +2 -1
- package/dist/common/entities/index.js +2 -0
- package/dist/common/entities/index.js.map +1 -1
- package/dist/common/entities/otp-code.entity.d.ts +13 -0
- package/dist/common/entities/otp-code.entity.js +59 -0
- package/dist/common/entities/otp-code.entity.js.map +1 -0
- package/dist/common/entities/user.entity.d.ts +2 -0
- package/dist/common/entities/user.entity.js +5 -0
- package/dist/common/entities/user.entity.js.map +1 -1
- package/dist/common/utils/constants/table-names.constant.d.ts +1 -0
- package/dist/common/utils/constants/table-names.constant.js +1 -0
- package/dist/common/utils/constants/table-names.constant.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auditable.entity.js","sourceRoot":"","sources":["../../src/auditable/auditable.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA8C;AAC9C,qCAMiB;
|
|
1
|
+
{"version":3,"file":"auditable.entity.js","sourceRoot":"","sources":["../../src/auditable/auditable.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA8C;AAC9C,qCAMiB;AAEjB,MAAa,eAAe;CAyB3B;AAzBD,0CAyBC;AAtBC;IAFC,IAAA,gCAAsB,EAAC,MAAM,CAAC;IAC9B,IAAA,iBAAO,GAAE;;2CACC;AAKX;IAHC,IAAA,iBAAO,GAAE;IACT,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAE7B;AAIlB;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC5B;AAInB;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,0BAAgB,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAC9B,IAAI;kDAAC;AAIhB;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,0BAAgB,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAC9B,IAAI;kDAAC;AAIhB;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,0BAAgB,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BAC9B,IAAI;kDAAC"}
|
|
@@ -19,4 +19,5 @@ import { Operation } from './operation.entity';
|
|
|
19
19
|
import { CurrencyValue } from './currencyValue.entity';
|
|
20
20
|
import { Rock } from './rock.entity';
|
|
21
21
|
import { Distributor } from './users/distributor.entity';
|
|
22
|
-
|
|
22
|
+
import { Audit } from './audit.entity';
|
|
23
|
+
export declare const entities: (typeof File | typeof Permission | typeof Role | typeof User | typeof SalePoint | typeof Country | typeof Stock | typeof Currency | typeof CaisseDailyWorker | typeof Caisse | typeof Operation | typeof StockSalePoint | typeof CurrencyValue | typeof StockPartner | typeof Rock | typeof StockStonePartner | typeof CaisseOperationType | typeof CaisseOperation | typeof SoldeCaisses | typeof SoldeCustomers | typeof Distributor | typeof Audit)[];
|
|
@@ -26,6 +26,7 @@ const currencyValue_entity_1 = require("./currencyValue.entity");
|
|
|
26
26
|
const payment_method_entity_1 = require("./payment-method.entity");
|
|
27
27
|
const rock_entity_1 = require("./rock.entity");
|
|
28
28
|
const distributor_entity_1 = require("./users/distributor.entity");
|
|
29
|
+
const audit_entity_1 = require("./audit.entity");
|
|
29
30
|
exports.entities = [
|
|
30
31
|
file_entity_1.File,
|
|
31
32
|
user_entity_1.User,
|
|
@@ -54,5 +55,6 @@ exports.entities = [
|
|
|
54
55
|
role_entity_1.Role,
|
|
55
56
|
user_entity_1.User,
|
|
56
57
|
distributor_entity_1.Distributor,
|
|
58
|
+
audit_entity_1.Audit,
|
|
57
59
|
];
|
|
58
60
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/entities/index.ts"],"names":[],"mappings":";;;AAAA,+CAAqC;AACrC,+CAAqC;AACrC,oFAAwE;AACxE,0DAAgD;AAChD,8EAAmE;AACnE,wFAA4E;AAC5E,oEAAyD;AACzD,+CAAqC;AACrC,2DAAiD;AACjD,qDAA2C;AAC3C,2DAAgD;AAChD,uDAA6C;AAC7C,sEAA4D;AAC5D,0EAAgE;AAChE,4EAAkE;AAClE,iDAAuC;AACvC,iEAAsD;AACtD,uEAA2D;AAC3D,6EAAiE;AACjE,6DAAmD;AACnD,yDAA+C;AAC/C,iEAAuD;AACvD,mEAAwD;AACxD,+CAAqC;AACrC,mEAAyD;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/entities/index.ts"],"names":[],"mappings":";;;AAAA,+CAAqC;AACrC,+CAAqC;AACrC,oFAAwE;AACxE,0DAAgD;AAChD,8EAAmE;AACnE,wFAA4E;AAC5E,oEAAyD;AACzD,+CAAqC;AACrC,2DAAiD;AACjD,qDAA2C;AAC3C,2DAAgD;AAChD,uDAA6C;AAC7C,sEAA4D;AAC5D,0EAAgE;AAChE,4EAAkE;AAClE,iDAAuC;AACvC,iEAAsD;AACtD,uEAA2D;AAC3D,6EAAiE;AACjE,6DAAmD;AACnD,yDAA+C;AAC/C,iEAAuD;AACvD,mEAAwD;AACxD,+CAAqC;AACrC,mEAAyD;AACzD,iDAAuC;AAK1B,QAAA,QAAQ,GAAG;IACpB,kBAAI;IACJ,kBAAI;IACJ,8CAAiB;IACjB,sBAAM;IACN,yCAAe;IACf,kDAAmB;IACnB,+BAAU;IACV,kBAAI;IACJ,8BAAU;IACV,wBAAO;IACP,6BAAS;IACT,0BAAQ;IACR,kCAAY;IACZ,sCAAc;IACd,wCAAe;IACf,oBAAK;IACL,mCAAY;IACZ,wCAAc;IACd,8CAAiB;IACjB,gCAAW;IACX,4BAAS;IACT,oCAAa;IACb,qCAAa;IACb,kBAAI;IACJ,kBAAI;IACJ,kBAAI;IACJ,gCAAW;IACX,oBAAK;CAGR,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { User } from './user.entity';
|
|
2
|
+
import { AuditableEntity } from '../../auditable/auditable.entity';
|
|
3
|
+
export declare class OtpCode extends AuditableEntity {
|
|
4
|
+
email: string;
|
|
5
|
+
phoneNumber: string;
|
|
6
|
+
code: string;
|
|
7
|
+
generatedAt: Date;
|
|
8
|
+
expiredAt: Date;
|
|
9
|
+
reason: string;
|
|
10
|
+
isUsed: boolean;
|
|
11
|
+
source: string;
|
|
12
|
+
user: User;
|
|
13
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.OtpCode = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
const table_names_constant_1 = require("../utils/constants/table-names.constant");
|
|
15
|
+
const user_entity_1 = require("./user.entity");
|
|
16
|
+
const auditable_entity_1 = require("../../auditable/auditable.entity");
|
|
17
|
+
let OtpCode = class OtpCode extends auditable_entity_1.AuditableEntity {
|
|
18
|
+
};
|
|
19
|
+
exports.OtpCode = OtpCode;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], OtpCode.prototype, "email", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], OtpCode.prototype, "phoneNumber", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)({ nullable: false, length: 10 }),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], OtpCode.prototype, "code", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, typeorm_1.Column)({ name: 'generated_at' }),
|
|
34
|
+
__metadata("design:type", Date)
|
|
35
|
+
], OtpCode.prototype, "generatedAt", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, typeorm_1.Column)({ name: 'expired_at' }),
|
|
38
|
+
__metadata("design:type", Date)
|
|
39
|
+
], OtpCode.prototype, "expiredAt", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)({ name: 'reason', nullable: true }),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], OtpCode.prototype, "reason", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, typeorm_1.Column)({ name: 'is_used', default: false }),
|
|
46
|
+
__metadata("design:type", Boolean)
|
|
47
|
+
], OtpCode.prototype, "isUsed", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, typeorm_1.Column)({ name: 'source', nullable: true }),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], OtpCode.prototype, "source", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, typeorm_1.ManyToOne)(() => user_entity_1.User, (user) => user.otpCodes),
|
|
54
|
+
__metadata("design:type", user_entity_1.User)
|
|
55
|
+
], OtpCode.prototype, "user", void 0);
|
|
56
|
+
exports.OtpCode = OtpCode = __decorate([
|
|
57
|
+
(0, typeorm_1.Entity)(table_names_constant_1.TABLE_NAMES.OTP_CODE)
|
|
58
|
+
], OtpCode);
|
|
59
|
+
//# sourceMappingURL=otp-code.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"otp-code.entity.js","sourceRoot":"","sources":["../../../src/common/entities/otp-code.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,qCAAoD;AACpD,kFAAsE;AACtE,+CAAqC;AACrC,uEAAmE;AAG5D,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,kCAAe;CA2B3C,CAAA;AA3BY,0BAAO;AAElB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCACb;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACP;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;qCAC3B;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,CAAC;8BACpB,IAAI;4CAAC;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;8BACpB,IAAI;0CAAC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uCAC5B;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;uCAC5B;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uCAC5B;AAGf;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;8BACzC,kBAAI;qCAAC;kBA1BA,OAAO;IADnB,IAAA,gBAAM,EAAC,kCAAW,CAAC,QAAQ,CAAC;GAChB,OAAO,CA2BnB"}
|
|
@@ -4,6 +4,7 @@ import { Country } from './country.entity';
|
|
|
4
4
|
import { StockPartner } from './stock-partner.entity';
|
|
5
5
|
import { Permission } from './permission.entity';
|
|
6
6
|
import { StockStonePartner } from './stock-stone-partner.entity';
|
|
7
|
+
import { OtpCode } from './otp-code.entity';
|
|
7
8
|
export declare class User extends AuditableEntity {
|
|
8
9
|
lastName: string;
|
|
9
10
|
firstName: string;
|
|
@@ -21,4 +22,5 @@ export declare class User extends AuditableEntity {
|
|
|
21
22
|
stockPartners: StockPartner[];
|
|
22
23
|
stockStonePartners: StockStonePartner[];
|
|
23
24
|
toJSON(): Omit<this, "password" | "toJSON">;
|
|
25
|
+
otpCodes: OtpCode[];
|
|
24
26
|
}
|
|
@@ -16,6 +16,7 @@ const role_entity_1 = require("./role.entity");
|
|
|
16
16
|
const country_entity_1 = require("./country.entity");
|
|
17
17
|
const stock_partner_entity_1 = require("./stock-partner.entity");
|
|
18
18
|
const stock_stone_partner_entity_1 = require("./stock-stone-partner.entity");
|
|
19
|
+
const otp_code_entity_1 = require("./otp-code.entity");
|
|
19
20
|
let User = class User extends auditable_entity_1.AuditableEntity {
|
|
20
21
|
toJSON() {
|
|
21
22
|
const { password, ...userPublicData } = this;
|
|
@@ -79,6 +80,10 @@ __decorate([
|
|
|
79
80
|
(0, typeorm_1.OneToMany)(() => stock_stone_partner_entity_1.StockStonePartner, (stockStonePartner) => stockStonePartner.partner),
|
|
80
81
|
__metadata("design:type", Array)
|
|
81
82
|
], User.prototype, "stockStonePartners", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
(0, typeorm_1.OneToMany)(() => otp_code_entity_1.OtpCode, (otpCode) => otpCode.user),
|
|
85
|
+
__metadata("design:type", Array)
|
|
86
|
+
], User.prototype, "otpCodes", void 0);
|
|
82
87
|
exports.User = User = __decorate([
|
|
83
88
|
(0, typeorm_1.Entity)('users'),
|
|
84
89
|
(0, typeorm_1.Unique)(['phoneNumber', 'email'])
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.entity.js","sourceRoot":"","sources":["../../../src/common/entities/user.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,qCAAuE;AACvE,uEAAmE;AACnE,+CAAqC;AACrC,qDAA2C;AAC3C,iEAAsD;AAEtD,6EAAiE;
|
|
1
|
+
{"version":3,"file":"user.entity.js","sourceRoot":"","sources":["../../../src/common/entities/user.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,qCAAuE;AACvE,uEAAmE;AACnE,+CAAqC;AACrC,qDAA2C;AAC3C,iEAAsD;AAEtD,6EAAiE;AACjE,uDAA4C;AAIrC,IAAM,IAAI,GAAV,MAAM,IAAK,SAAQ,kCAAe;IAgDvC,MAAM;QACJ,MAAM,EAAE,QAAQ,EAAE,GAAG,cAAc,EAAE,GAAG,IAAI,CAAC;QAC7C,OAAO,cAAc,CAAC;IACxB,CAAC;CAIF,CAAA;AAvDY,oBAAI;AAEf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCAC7B;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uCAC7B;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qCACX;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qCAC7B;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mCACb;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yCAC7B;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCACV;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;wCAC5B;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,yBAAyB,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;mDAC7B;AAG/B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;sCAC5B;AAGlB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC;8BACtC,kBAAI;kCAAC;AAKX;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAO,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;8BAC5C,wBAAO;qCAAC;AAGjB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,mCAAY,EAAE,CAAC,YAAY,EAAE,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC;;2CACxC;AAM9B;IAJC,IAAA,mBAAS,EACR,GAAG,EAAE,CAAC,8CAAiB,EACvB,CAAC,iBAAiB,EAAE,EAAE,CAAC,iBAAiB,CAAC,OAAO,CACjD;;gDACuC;AAQxC;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yBAAO,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;;sCAChC;eAtDT,IAAI;IAFhB,IAAA,gBAAM,EAAC,OAAO,CAAC;IACf,IAAA,gBAAM,EAAC,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;GACpB,IAAI,CAuDhB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-names.constant.js","sourceRoot":"","sources":["../../../../src/common/utils/constants/table-names.constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACzB,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,kBAAkB;IAC/B,gBAAgB,EAAE,uBAAuB;IACzC,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,qBAAqB;IACpC,IAAI,EAAE,OAAO;IACb,UAAU,EAAE,aAAa;IACzB,OAAO,EAAE,WAAW;IACpB,YAAY,EAAE,eAAe;IAC7B,cAAc,EAAE,iBAAiB;IACjC,SAAS,EAAE,kBAAkB;IAC7B,UAAU,EAAE,YAAY;IACxB,QAAQ,EAAE,YAAY;IACtB,KAAK,EAAE,QAAQ;IACf,WAAW,EAAE,cAAc;IAC3B,SAAS,EAAE,YAAY;IACvB,YAAY,EAAE,eAAe;IAC7B,gBAAgB,EAAE,mBAAmB;IACrC,cAAc,EAAE,iBAAiB;IACjC,KAAK,EAAE,OAAO;IACd,mBAAmB,EAAE,qBAAqB;IAC1C,cAAc,EAAE,iBAAiB;IACjC,WAAW,EAAE,cAAc;IAC3B,yBAAyB,EAAE,4BAA4B;IACvD,UAAU,EAAG,YAAY;IACzB,KAAK,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"table-names.constant.js","sourceRoot":"","sources":["../../../../src/common/utils/constants/table-names.constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACzB,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,kBAAkB;IAC/B,gBAAgB,EAAE,uBAAuB;IACzC,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,qBAAqB;IACpC,IAAI,EAAE,OAAO;IACb,UAAU,EAAE,aAAa;IACzB,OAAO,EAAE,WAAW;IACpB,YAAY,EAAE,eAAe;IAC7B,cAAc,EAAE,iBAAiB;IACjC,SAAS,EAAE,kBAAkB;IAC7B,UAAU,EAAE,YAAY;IACxB,QAAQ,EAAE,YAAY;IACtB,KAAK,EAAE,QAAQ;IACf,WAAW,EAAE,cAAc;IAC3B,SAAS,EAAE,YAAY;IACvB,YAAY,EAAE,eAAe;IAC7B,gBAAgB,EAAE,mBAAmB;IACrC,cAAc,EAAE,iBAAiB;IACjC,KAAK,EAAE,OAAO;IACd,mBAAmB,EAAE,qBAAqB;IAC1C,cAAc,EAAE,iBAAiB;IACjC,WAAW,EAAE,cAAc;IAC3B,yBAAyB,EAAE,4BAA4B;IACvD,UAAU,EAAG,YAAY;IACzB,KAAK,EAAE,QAAQ;IACf,QAAQ,EAAE,WAAW;CACtB,CAAC"}
|