mfance-shark-v1 1.0.56 → 1.0.58
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/common/entities/soldes/solde-agent.entity.d.ts +0 -3
- package/dist/common/entities/soldes/solde-agent.entity.js +8 -17
- package/dist/common/entities/soldes/solde-agent.entity.js.map +1 -1
- package/dist/common/entities/soldes/solde-customer.entity.d.ts +2 -0
- package/dist/common/entities/soldes/solde-customer.entity.js +10 -0
- package/dist/common/entities/soldes/solde-customer.entity.js.map +1 -1
- package/dist/common/entities/soldes/solde-distributor.entity.d.ts +0 -3
- package/dist/common/entities/soldes/solde-distributor.entity.js +12 -18
- package/dist/common/entities/soldes/solde-distributor.entity.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -4,9 +4,6 @@ import { BalanceType } from "../config/balance_type.entity";
|
|
|
4
4
|
import { SoldeOperations } from "./solde-operation.entity";
|
|
5
5
|
import { Transaction } from "../transaction.entity";
|
|
6
6
|
export declare class SoldeAgent extends AuditableEntity {
|
|
7
|
-
agentId: string;
|
|
8
|
-
balanceTypeId: string;
|
|
9
|
-
soldeOpsId: string;
|
|
10
7
|
amount: number;
|
|
11
8
|
oldBalance: number;
|
|
12
9
|
newBalance: number;
|
|
@@ -21,21 +21,6 @@ const transaction_entity_1 = require("../transaction.entity");
|
|
|
21
21
|
let SoldeAgent = class SoldeAgent extends auditable_entity_1.AuditableEntity {
|
|
22
22
|
};
|
|
23
23
|
exports.SoldeAgent = SoldeAgent;
|
|
24
|
-
__decorate([
|
|
25
|
-
(0, classes_1.AutoMap)(),
|
|
26
|
-
(0, typeorm_1.Column)({ name: 'agent_id', type: 'varchar', nullable: true }),
|
|
27
|
-
__metadata("design:type", String)
|
|
28
|
-
], SoldeAgent.prototype, "agentId", void 0);
|
|
29
|
-
__decorate([
|
|
30
|
-
(0, classes_1.AutoMap)(),
|
|
31
|
-
(0, typeorm_1.Column)({ name: 'balance_type_id', type: 'varchar', nullable: true }),
|
|
32
|
-
__metadata("design:type", String)
|
|
33
|
-
], SoldeAgent.prototype, "balanceTypeId", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, classes_1.AutoMap)(),
|
|
36
|
-
(0, typeorm_1.Column)({ name: 'solde_ops_id', type: 'varchar', nullable: true }),
|
|
37
|
-
__metadata("design:type", String)
|
|
38
|
-
], SoldeAgent.prototype, "soldeOpsId", void 0);
|
|
39
24
|
__decorate([
|
|
40
25
|
(0, classes_1.AutoMap)(),
|
|
41
26
|
(0, typeorm_1.Column)({ name: 'amount', type: 'float', nullable: true }),
|
|
@@ -59,13 +44,19 @@ __decorate([
|
|
|
59
44
|
], SoldeAgent.prototype, "agent", void 0);
|
|
60
45
|
__decorate([
|
|
61
46
|
(0, classes_1.AutoMap)(),
|
|
62
|
-
(0, typeorm_1.ManyToOne)(() => balance_type_entity_1.BalanceType, (balanceType) => balanceType.id
|
|
47
|
+
(0, typeorm_1.ManyToOne)(() => balance_type_entity_1.BalanceType, (balanceType) => balanceType.id, {
|
|
48
|
+
onDelete: 'CASCADE',
|
|
49
|
+
onUpdate: 'CASCADE',
|
|
50
|
+
}),
|
|
63
51
|
(0, typeorm_1.JoinColumn)(),
|
|
64
52
|
__metadata("design:type", balance_type_entity_1.BalanceType)
|
|
65
53
|
], SoldeAgent.prototype, "balanceType", void 0);
|
|
66
54
|
__decorate([
|
|
67
55
|
(0, classes_1.AutoMap)(),
|
|
68
|
-
(0, typeorm_1.ManyToOne)(() => solde_operation_entity_1.SoldeOperations, (soldeOps) => soldeOps.id
|
|
56
|
+
(0, typeorm_1.ManyToOne)(() => solde_operation_entity_1.SoldeOperations, (soldeOps) => soldeOps.id, {
|
|
57
|
+
onDelete: 'CASCADE',
|
|
58
|
+
onUpdate: 'CASCADE',
|
|
59
|
+
}),
|
|
69
60
|
(0, typeorm_1.JoinColumn)(),
|
|
70
61
|
__metadata("design:type", solde_operation_entity_1.SoldeOperations)
|
|
71
62
|
], SoldeAgent.prototype, "soldeOpsType", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"solde-agent.entity.js","sourceRoot":"","sources":["../../../../src/common/entities/soldes/solde-agent.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0EAAsE;AACtE,qCAAgE;AAChE,qFAAyE;AACzE,wDAA8C;AAC9C,iDAA8C;AAC9C,uEAA4D;AAC5D,qEAA2D;AAC3D,8DAAoD;AAI7C,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,kCAAe;
|
|
1
|
+
{"version":3,"file":"solde-agent.entity.js","sourceRoot":"","sources":["../../../../src/common/entities/soldes/solde-agent.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0EAAsE;AACtE,qCAAgE;AAChE,qFAAyE;AACzE,wDAA8C;AAC9C,iDAA8C;AAC9C,uEAA4D;AAC5D,qEAA2D;AAC3D,8DAAoD;AAI7C,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,kCAAe;CAyC9C,CAAA;AAzCY,gCAAU;AAIrB;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CAC3C;AAGf;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC5C;AAGnB;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC5C;AAKnB;IAHC,IAAA,iBAAO,GAAE;IACT,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC;IAC3C,IAAA,oBAAU,GAAE;8BACN,oBAAK;yCAAC;AAQb;IANC,IAAA,iBAAO,GAAE;IACT,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iCAAW,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE;QAC7D,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,GAAE;8BACA,iCAAW;+CAAC;AAQzB;IANC,IAAA,iBAAO,GAAE;IACT,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAe,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,EAAE;QAC3D,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,GAAE;8BACC,wCAAe;gDAAC;AAQ9B;IANC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gCAAW,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE;QAC7D,QAAQ,EAAE,IAAI;QACd,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,GAAE;8BACA,gCAAW;+CAAC;qBAvCd,UAAU;IADtB,IAAA,gBAAM,EAAC,kCAAW,CAAC,WAAW,CAAC;GACnB,UAAU,CAyCtB"}
|
|
@@ -2,11 +2,13 @@ import { AuditableEntity } from '../../../auditable/auditable.entity';
|
|
|
2
2
|
import { User } from '../user.entity';
|
|
3
3
|
import { SoldeOperations } from './solde-operation.entity';
|
|
4
4
|
import { Transaction } from '../transaction.entity';
|
|
5
|
+
import { BalanceType } from '../config/balance_type.entity';
|
|
5
6
|
export declare class SoldeCustomers extends AuditableEntity {
|
|
6
7
|
user: User;
|
|
7
8
|
amount: number;
|
|
8
9
|
oldBalance: number;
|
|
9
10
|
newBalance: number;
|
|
10
11
|
soldeOpsType: SoldeOperations;
|
|
12
|
+
balanceType: BalanceType;
|
|
11
13
|
transaction: Transaction;
|
|
12
14
|
}
|
|
@@ -17,6 +17,7 @@ const classes_1 = require("@automapper/classes");
|
|
|
17
17
|
const user_entity_1 = require("../user.entity");
|
|
18
18
|
const solde_operation_entity_1 = require("./solde-operation.entity");
|
|
19
19
|
const transaction_entity_1 = require("../transaction.entity");
|
|
20
|
+
const balance_type_entity_1 = require("../config/balance_type.entity");
|
|
20
21
|
let SoldeCustomers = class SoldeCustomers extends auditable_entity_1.AuditableEntity {
|
|
21
22
|
};
|
|
22
23
|
exports.SoldeCustomers = SoldeCustomers;
|
|
@@ -50,6 +51,15 @@ __decorate([
|
|
|
50
51
|
(0, typeorm_1.JoinColumn)(),
|
|
51
52
|
__metadata("design:type", solde_operation_entity_1.SoldeOperations)
|
|
52
53
|
], SoldeCustomers.prototype, "soldeOpsType", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
(0, classes_1.AutoMap)(),
|
|
56
|
+
(0, typeorm_1.ManyToOne)(() => balance_type_entity_1.BalanceType, (balanceType) => balanceType.id, {
|
|
57
|
+
onDelete: 'CASCADE',
|
|
58
|
+
onUpdate: 'CASCADE',
|
|
59
|
+
}),
|
|
60
|
+
(0, typeorm_1.JoinColumn)(),
|
|
61
|
+
__metadata("design:type", balance_type_entity_1.BalanceType)
|
|
62
|
+
], SoldeCustomers.prototype, "balanceType", void 0);
|
|
53
63
|
__decorate([
|
|
54
64
|
(0, classes_1.AutoMap)(),
|
|
55
65
|
(0, typeorm_1.ManyToOne)(() => transaction_entity_1.Transaction, (transaction) => transaction.id, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"solde-customer.entity.js","sourceRoot":"","sources":["../../../../src/common/entities/soldes/solde-customer.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0EAAsE;AACtE,qFAAyE;AACzE,qCAAgE;AAChE,iDAA8C;AAC9C,gDAAsC;AACtC,qEAA2D;AAC3D,8DAAoD;
|
|
1
|
+
{"version":3,"file":"solde-customer.entity.js","sourceRoot":"","sources":["../../../../src/common/entities/soldes/solde-customer.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0EAAsE;AACtE,qFAAyE;AACzE,qCAAgE;AAChE,iDAA8C;AAC9C,gDAAsC;AACtC,qEAA2D;AAC3D,8DAAoD;AACpD,uEAA4D;AAGrD,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,kCAAe;CAqClD,CAAA;AArCY,wCAAc;AAIzB;IAHC,IAAA,iBAAO,GAAE;IACT,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;IACxC,IAAA,oBAAU,GAAE;8BACP,kBAAI;4CAAC;AAGX;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC3C;AAGf;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC5C;AAGnB;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC5C;AAOnB;IANC,IAAA,iBAAO,GAAE;IACT,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAe,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,EAAE;QAC3D,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,GAAE;8BACC,wCAAe;oDAAC;AAQ9B;IANC,IAAA,iBAAO,GAAE;IACT,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iCAAW,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE;QAC7D,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,GAAE;8BACA,iCAAW;mDAAC;AAQzB;IAPC,IAAA,iBAAO,GAAE;IACT,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gCAAW,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE;QAC7D,QAAQ,EAAE,IAAI;QACd,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,GAAE;8BACA,gCAAW;mDAAC;yBApCd,cAAc;IAD1B,IAAA,gBAAM,EAAC,kCAAW,CAAC,cAAc,CAAC;GACtB,cAAc,CAqC1B"}
|
|
@@ -4,9 +4,6 @@ import { Distributor } from "../users/distributor.entity";
|
|
|
4
4
|
import { SoldeOperations } from "./solde-operation.entity";
|
|
5
5
|
import { Transaction } from "../transaction.entity";
|
|
6
6
|
export declare class SoldeDistributor extends AuditableEntity {
|
|
7
|
-
distributorId: string;
|
|
8
|
-
balanceTypeId: string;
|
|
9
|
-
soldeOpsId: string;
|
|
10
7
|
amount: number;
|
|
11
8
|
oldBalance: number;
|
|
12
9
|
newBalance: number;
|
|
@@ -21,21 +21,6 @@ const transaction_entity_1 = require("../transaction.entity");
|
|
|
21
21
|
let SoldeDistributor = class SoldeDistributor extends auditable_entity_1.AuditableEntity {
|
|
22
22
|
};
|
|
23
23
|
exports.SoldeDistributor = SoldeDistributor;
|
|
24
|
-
__decorate([
|
|
25
|
-
(0, classes_1.AutoMap)(),
|
|
26
|
-
(0, typeorm_1.Column)({ name: 'distributor_id', type: 'varchar', nullable: true }),
|
|
27
|
-
__metadata("design:type", String)
|
|
28
|
-
], SoldeDistributor.prototype, "distributorId", void 0);
|
|
29
|
-
__decorate([
|
|
30
|
-
(0, classes_1.AutoMap)(),
|
|
31
|
-
(0, typeorm_1.Column)({ name: 'balance_type_id', type: 'varchar', nullable: true }),
|
|
32
|
-
__metadata("design:type", String)
|
|
33
|
-
], SoldeDistributor.prototype, "balanceTypeId", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, classes_1.AutoMap)(),
|
|
36
|
-
(0, typeorm_1.Column)({ name: 'solde_ops_id', type: 'varchar', nullable: true }),
|
|
37
|
-
__metadata("design:type", String)
|
|
38
|
-
], SoldeDistributor.prototype, "soldeOpsId", void 0);
|
|
39
24
|
__decorate([
|
|
40
25
|
(0, classes_1.AutoMap)(),
|
|
41
26
|
(0, typeorm_1.Column)({ name: 'amount', type: 'float', nullable: true }),
|
|
@@ -53,19 +38,28 @@ __decorate([
|
|
|
53
38
|
], SoldeDistributor.prototype, "newBalance", void 0);
|
|
54
39
|
__decorate([
|
|
55
40
|
(0, classes_1.AutoMap)(),
|
|
56
|
-
(0, typeorm_1.ManyToOne)(() => distributor_entity_1.Distributor, (distributor) => distributor.id
|
|
41
|
+
(0, typeorm_1.ManyToOne)(() => distributor_entity_1.Distributor, (distributor) => distributor.id, {
|
|
42
|
+
onDelete: 'CASCADE',
|
|
43
|
+
onUpdate: 'CASCADE',
|
|
44
|
+
}),
|
|
57
45
|
(0, typeorm_1.JoinColumn)(),
|
|
58
46
|
__metadata("design:type", distributor_entity_1.Distributor)
|
|
59
47
|
], SoldeDistributor.prototype, "distributor", void 0);
|
|
60
48
|
__decorate([
|
|
61
49
|
(0, classes_1.AutoMap)(),
|
|
62
|
-
(0, typeorm_1.ManyToOne)(() => balance_type_entity_1.BalanceType, (balanceType) => balanceType.id
|
|
50
|
+
(0, typeorm_1.ManyToOne)(() => balance_type_entity_1.BalanceType, (balanceType) => balanceType.id, {
|
|
51
|
+
onDelete: 'CASCADE',
|
|
52
|
+
onUpdate: 'CASCADE',
|
|
53
|
+
}),
|
|
63
54
|
(0, typeorm_1.JoinColumn)(),
|
|
64
55
|
__metadata("design:type", balance_type_entity_1.BalanceType)
|
|
65
56
|
], SoldeDistributor.prototype, "balanceType", void 0);
|
|
66
57
|
__decorate([
|
|
67
58
|
(0, classes_1.AutoMap)(),
|
|
68
|
-
(0, typeorm_1.ManyToOne)(() => solde_operation_entity_1.SoldeOperations, (soldeOps) => soldeOps.id
|
|
59
|
+
(0, typeorm_1.ManyToOne)(() => solde_operation_entity_1.SoldeOperations, (soldeOps) => soldeOps.id, {
|
|
60
|
+
onDelete: 'CASCADE',
|
|
61
|
+
onUpdate: 'CASCADE',
|
|
62
|
+
}),
|
|
69
63
|
(0, typeorm_1.JoinColumn)(),
|
|
70
64
|
__metadata("design:type", solde_operation_entity_1.SoldeOperations)
|
|
71
65
|
], SoldeDistributor.prototype, "soldeOpsType", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"solde-distributor.entity.js","sourceRoot":"","sources":["../../../../src/common/entities/soldes/solde-distributor.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,qFAAyE;AACzE,0EAAsE;AACtE,iDAA8C;AAC9C,uEAA4D;AAE5D,oEAA0D;AAC1D,qEAA2D;AAC3D,8DAAoD;AAG7C,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,kCAAe;CA6CpD,CAAA;AA7CY,4CAAgB;
|
|
1
|
+
{"version":3,"file":"solde-distributor.entity.js","sourceRoot":"","sources":["../../../../src/common/entities/soldes/solde-distributor.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,qFAAyE;AACzE,0EAAsE;AACtE,iDAA8C;AAC9C,uEAA4D;AAE5D,oEAA0D;AAC1D,qEAA2D;AAC3D,8DAAoD;AAG7C,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,kCAAe;CA6CpD,CAAA;AA7CY,4CAAgB;AAI3B;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC3C;AAGf;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDAC5C;AAInB;IAFC,IAAA,iBAAO,GAAE;IACT,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDAC5C;AAQnB;IANC,IAAA,iBAAO,GAAE;IACT,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gCAAW,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE;QAC7D,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,GAAE;8BACA,gCAAW;qDAAC;AAQzB;IANC,IAAA,iBAAO,GAAE;IACT,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iCAAW,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE;QAC7D,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,GAAE;8BACA,iCAAW;qDAAC;AAQzB;IANC,IAAA,iBAAO,GAAE;IACT,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wCAAe,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,EAAE,EAAE;QAC3D,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,GAAE;8BACC,wCAAe;sDAAC;AAQ9B;IANC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gCAAW,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE;QAC7D,QAAQ,EAAE,IAAI;QACd,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,oBAAU,GAAE;8BACA,gCAAW;qDAAC;2BA3Cd,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,kCAAW,CAAC,iBAAiB,CAAC;GACzB,gBAAgB,CA6C5B"}
|