@silexpert/core 1.0.147 → 1.0.149
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/es/types/Enum/MailAuto.d.ts +21 -0
- package/es/types/Enum/MailAuto.d.ts.map +1 -1
- package/es/types/Enum/MailAuto.js +80 -0
- package/es/types/Enum/MailAuto.js.map +1 -1
- package/es/types/Enum/PaymentReason.d.ts +17 -0
- package/es/types/Enum/PaymentReason.d.ts.map +1 -0
- package/es/types/Enum/PaymentReason.js +56 -0
- package/es/types/Enum/PaymentReason.js.map +1 -0
- package/es/types/Interface/api/partner/Query.d.ts +3 -0
- package/es/types/Interface/api/partner/Query.d.ts.map +1 -1
- package/es/types/Interface/api/partner/Query.js +12 -0
- package/es/types/Interface/api/partner/Query.js.map +1 -1
- package/es/types/index.d.ts +1 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -1
- package/es/types/index.js.map +1 -1
- package/js/types/Enum/MailAuto.js +64 -0
- package/js/types/Enum/MailAuto.js.map +1 -1
- package/js/types/Enum/PaymentReason.js +50 -0
- package/js/types/Enum/PaymentReason.js.map +1 -0
- package/js/types/Interface/api/partner/Query.js +3 -0
- package/js/types/Interface/api/partner/Query.js.map +1 -1
- package/js/types/index.js +3 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/MailAuto.ts +81 -0
- package/ts/types/Enum/PaymentReason.ts +55 -0
- package/ts/types/Interface/api/partner/Query.ts +9 -0
- package/ts/types/index.ts +1 -1
- package/es/types/Enum/Reason.d.ts +0 -4
- package/es/types/Enum/Reason.d.ts.map +0 -1
- package/es/types/Enum/Reason.js +0 -5
- package/es/types/Enum/Reason.js.map +0 -1
- package/js/types/Enum/Reason.js +0 -10
- package/js/types/Enum/Reason.js.map +0 -1
- package/ts/types/Enum/Reason.ts +0 -3
|
@@ -24,9 +24,12 @@ class GetPartnersCurrentAccounts {}
|
|
|
24
24
|
exports.GetPartnersCurrentAccounts = GetPartnersCurrentAccounts;
|
|
25
25
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Date)], GetPartnersCurrentAccounts.prototype, "startDate", void 0);
|
|
26
26
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Date)], GetPartnersCurrentAccounts.prototype, "endDate", void 0);
|
|
27
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], GetPartnersCurrentAccounts.prototype, "descending", void 0);
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], GetPartnersCurrentAccounts.prototype, "orderBy", void 0);
|
|
27
29
|
class GetPartnerSolde {}
|
|
28
30
|
exports.GetPartnerSolde = GetPartnerSolde;
|
|
29
31
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Date)], GetPartnerSolde.prototype, "endDate", void 0);
|
|
30
32
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], GetPartnerSolde.prototype, "page", void 0);
|
|
31
33
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], GetPartnerSolde.prototype, "limit", void 0);
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], GetPartnerSolde.prototype, "search", void 0);
|
|
32
35
|
//# sourceMappingURL=Query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","names":["_classValidator","require","_utils","_boolean","GetPartners","exports","__decorate","ApiPropertyOptional","IsBoolean","ToBoolean","IsOptional","GetPartnersCurrentAccounts","ApiProperty","Date","GetPartnerSolde"],"sources":["../../../../../ts/types/Interface/api/partner/Query.ts"],"sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class GetPartners {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n includeDeletedPartner?: boolean;\n}\n\nexport class GetPartnersCurrentAccounts {\n @ApiProperty()\n startDate!: Date;\n\n @ApiProperty()\n endDate!: Date;\n}\n\nexport class GetPartnerSolde {\n @ApiProperty()\n endDate!: Date;\n\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,WAAW;AAMvBC,OAAA,CANYD,WAAW,GAAXA,WAAW;AACtBE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAC,0BAAU,GAAE,E,4FACmB;AAG5B,MAAOC,0BAA0B;
|
|
1
|
+
{"version":3,"file":"Query.js","names":["_classValidator","require","_utils","_boolean","GetPartners","exports","__decorate","ApiPropertyOptional","IsBoolean","ToBoolean","IsOptional","GetPartnersCurrentAccounts","ApiProperty","Date","GetPartnerSolde"],"sources":["../../../../../ts/types/Interface/api/partner/Query.ts"],"sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class GetPartners {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n includeDeletedPartner?: boolean;\n}\n\nexport class GetPartnersCurrentAccounts {\n @ApiProperty()\n startDate!: Date;\n\n @ApiProperty()\n endDate!: Date;\n\n @ApiPropertyOptional()\n descending?: boolean;\n\n @ApiPropertyOptional()\n orderBy?: string;\n}\n\nexport class GetPartnerSolde {\n @ApiProperty()\n endDate!: Date;\n\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiPropertyOptional()\n search?: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,WAAW;AAMvBC,OAAA,CANYD,WAAW,GAAXA,WAAW;AACtBE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAC,0BAAU,GAAE,E,4FACmB;AAG5B,MAAOC,0BAA0B;AAYtCN,OAAA,CAZYM,0BAA0B,GAA1BA,0BAA0B;AACrCL,UAAA,EAAC,IAAAM,kBAAW,GAAE,E,0BACFC,IAAI,E,4DAAC;AAEjBP,UAAA,EAAC,IAAAM,kBAAW,GAAE,E,0BACJC,IAAI,E,0DAAC;AAEfP,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,gGACD;AAErBD,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,4FACL;AAGb,MAAOO,eAAe;AAY3BT,OAAA,CAZYS,eAAe,GAAfA,eAAe;AAC1BR,UAAA,EAAC,IAAAM,kBAAW,GAAE,E,0BACJC,IAAI,E,+CAAC;AAEfP,UAAA,EAAC,IAAAM,kBAAW,GAAE,E,8EACD;AAEbN,UAAA,EAAC,IAAAM,kBAAW,GAAE,E,+EACA;AAEdN,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,gFACN"}
|
package/js/types/index.js
CHANGED
|
@@ -4583,13 +4583,13 @@ Object.keys(_Constitution).forEach(function (key) {
|
|
|
4583
4583
|
}
|
|
4584
4584
|
});
|
|
4585
4585
|
});
|
|
4586
|
-
var
|
|
4587
|
-
Object.keys(
|
|
4586
|
+
var _PaymentReason = require("./Enum/PaymentReason");
|
|
4587
|
+
Object.keys(_PaymentReason).forEach(function (key) {
|
|
4588
4588
|
if (key === "default" || key === "__esModule") return;
|
|
4589
4589
|
Object.defineProperty(exports, key, {
|
|
4590
4590
|
enumerable: true,
|
|
4591
4591
|
get: function () {
|
|
4592
|
-
return
|
|
4592
|
+
return _PaymentReason[key];
|
|
4593
4593
|
}
|
|
4594
4594
|
});
|
|
4595
4595
|
});
|