@silexpert/core 0.4.276 → 0.4.279
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/api/resources/BudgetInsight.d.ts +0 -7
- package/es/api/resources/BudgetInsight.d.ts.map +1 -1
- package/es/api/resources/BudgetInsight.js +0 -8
- package/es/api/resources/BudgetInsight.js.map +1 -1
- package/es/api/resources/Loan.js +1 -1
- package/es/api/resources/Loan.js.map +1 -1
- package/es/api/resources/SocietyConfig.d.ts +7 -0
- package/es/api/resources/SocietyConfig.d.ts.map +1 -0
- package/es/api/resources/SocietyConfig.js +10 -0
- package/es/api/resources/SocietyConfig.js.map +1 -0
- package/es/api/resources/Wallet.d.ts +8 -0
- package/es/api/resources/Wallet.d.ts.map +1 -0
- package/es/api/resources/Wallet.js +7 -0
- package/es/api/resources/Wallet.js.map +1 -0
- package/es/api/resources/statistic/Accountant.d.ts +53 -0
- package/es/api/resources/statistic/Accountant.d.ts.map +1 -0
- package/es/api/resources/statistic/Accountant.js +77 -0
- package/es/api/resources/statistic/Accountant.js.map +1 -0
- package/es/api/resources/statistic/Direction.d.ts +11 -0
- package/es/api/resources/statistic/Direction.d.ts.map +1 -0
- package/es/api/resources/statistic/Direction.js +14 -0
- package/es/api/resources/statistic/Direction.js.map +1 -0
- package/es/api/resources/statistic/ExpertAccountant.d.ts +29 -0
- package/es/api/resources/statistic/ExpertAccountant.d.ts.map +1 -0
- package/es/api/resources/statistic/ExpertAccountant.js +41 -0
- package/es/api/resources/statistic/ExpertAccountant.js.map +1 -0
- package/es/api/resources.d.ts +10 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +10 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AdditionnalSells.d.ts +7 -0
- package/es/types/Enum/AdditionnalSells.d.ts.map +1 -0
- package/es/types/Enum/AdditionnalSells.js +8 -0
- package/es/types/Enum/AdditionnalSells.js.map +1 -0
- package/es/types/Enum/RoleDetail.d.ts +7 -0
- package/es/types/Enum/RoleDetail.d.ts.map +1 -1
- package/es/types/Enum/RoleDetail.js +7 -0
- package/es/types/Enum/RoleDetail.js.map +1 -1
- package/es/types/Enum/StatisticType.d.ts +15 -0
- package/es/types/Enum/StatisticType.d.ts.map +1 -0
- package/es/types/Enum/StatisticType.js +16 -0
- package/es/types/Enum/StatisticType.js.map +1 -0
- package/es/types/Enum/Vat.d.ts +17 -0
- package/es/types/Enum/Vat.d.ts.map +1 -1
- package/es/types/Enum/Vat.js +18 -0
- package/es/types/Enum/Vat.js.map +1 -1
- package/es/types/Interface/api/societyConfig/update.d.ts +21 -0
- package/es/types/Interface/api/societyConfig/update.d.ts.map +1 -0
- package/es/types/Interface/api/societyConfig/update.js +131 -0
- package/es/types/Interface/api/societyConfig/update.js.map +1 -0
- package/es/types/Interface/api/statistic/ExitRequest.d.ts +98 -0
- package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/ExitRequest.js +2 -0
- package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryAccountant.d.ts +6 -0
- package/es/types/Interface/api/statistic/QueryAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryAccountant.js +31 -0
- package/es/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryDirection.d.ts +6 -0
- package/es/types/Interface/api/statistic/QueryDirection.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryDirection.js +31 -0
- package/es/types/Interface/api/statistic/QueryDirection.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts +6 -0
- package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryExpertAccountant.js +31 -0
- package/es/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts +5 -0
- package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetAccountant.js +24 -0
- package/es/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetDirection.d.ts +5 -0
- package/es/types/Interface/api/statistic/QueryGetDirection.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetDirection.js +24 -0
- package/es/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts +5 -0
- package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts.map +1 -0
- package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js +24 -0
- package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
- package/es/types/Interface/api/wallet/UpdateAttribution.d.ts +6 -0
- package/es/types/Interface/api/wallet/UpdateAttribution.d.ts.map +1 -0
- package/es/types/Interface/api/wallet/UpdateAttribution.js +34 -0
- package/es/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
- package/es/types/Interface/models/IAttributionHistory.d.ts +4 -4
- package/es/types/Interface/models/IAttributionHistory.d.ts.map +1 -1
- package/es/types/Interface/models/IAttributionHistory.js.map +1 -1
- package/es/types/Interface/models/IExercice.d.ts +1 -0
- package/es/types/Interface/models/IExercice.d.ts.map +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/Interface/models/IPrestationComplementary.d.ts +1 -1
- package/es/types/Interface/models/IPrestationComplementary.d.ts.map +1 -1
- package/es/types/Interface/models/IPrestationComplementary.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +2 -1
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/Interface/models/IStatistic.d.ts +11 -0
- package/es/types/Interface/models/IStatistic.d.ts.map +1 -0
- package/es/types/Interface/models/IStatistic.js +2 -0
- package/es/types/Interface/models/IStatistic.js.map +1 -0
- package/es/types/index.d.ts +12 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +12 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/BudgetInsight.js +0 -10
- package/js/api/resources/BudgetInsight.js.map +1 -1
- package/js/api/resources/Loan.js +1 -1
- package/js/api/resources/Loan.js.map +1 -1
- package/js/api/resources/SocietyConfig.js +22 -0
- package/js/api/resources/SocietyConfig.js.map +1 -0
- package/js/api/resources/Wallet.js +18 -0
- package/js/api/resources/Wallet.js.map +1 -0
- package/js/api/resources/statistic/Accountant.js +135 -0
- package/js/api/resources/statistic/Accountant.js.map +1 -0
- package/js/api/resources/statistic/Direction.js +30 -0
- package/js/api/resources/statistic/Direction.js.map +1 -0
- package/js/api/resources/statistic/ExpertAccountant.js +75 -0
- package/js/api/resources/statistic/ExpertAccountant.js.map +1 -0
- package/js/api/resources.js +16 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AdditionnalSells.js +14 -0
- package/js/types/Enum/AdditionnalSells.js.map +1 -0
- package/js/types/Enum/RoleDetail.js +7 -0
- package/js/types/Enum/RoleDetail.js.map +1 -1
- package/js/types/Enum/StatisticType.js +22 -0
- package/js/types/Enum/StatisticType.js.map +1 -0
- package/js/types/Enum/Vat.js +19 -0
- package/js/types/Enum/Vat.js.map +1 -1
- package/js/types/Interface/api/societyConfig/update.js +65 -0
- package/js/types/Interface/api/societyConfig/update.js.map +1 -0
- package/js/types/Interface/api/statistic/ExitRequest.js +6 -0
- package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryAccountant.js +35 -0
- package/js/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryDirection.js +35 -0
- package/js/types/Interface/api/statistic/QueryDirection.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryExpertAccountant.js +35 -0
- package/js/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryGetAccountant.js +31 -0
- package/js/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryGetDirection.js +31 -0
- package/js/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
- package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js +31 -0
- package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
- package/js/types/Interface/api/wallet/UpdateAttribution.js +35 -0
- package/js/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
- package/js/types/Interface/models/IStatistic.js +6 -0
- package/js/types/Interface/models/IStatistic.js.map +1 -0
- package/js/types/index.js +144 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BudgetInsight.ts +0 -13
- package/ts/api/resources/Loan.ts +1 -1
- package/ts/api/resources/SocietyConfig.ts +12 -0
- package/ts/api/resources/Wallet.ts +8 -0
- package/ts/api/resources/statistic/Accountant.ts +108 -0
- package/ts/api/resources/statistic/Direction.ts +17 -0
- package/ts/api/resources/statistic/ExpertAccountant.ts +56 -0
- package/ts/api/resources.ts +10 -0
- package/ts/types/Enum/AdditionnalSells.ts +6 -0
- package/ts/types/Enum/RoleDetail.ts +7 -0
- package/ts/types/Enum/StatisticType.ts +14 -0
- package/ts/types/Enum/Vat.ts +19 -1
- package/ts/types/Interface/api/societyConfig/update.ts +103 -0
- package/ts/types/Interface/api/statistic/ExitRequest.ts +108 -0
- package/ts/types/Interface/api/statistic/QueryAccountant.ts +20 -0
- package/ts/types/Interface/api/statistic/QueryDirection.ts +20 -0
- package/ts/types/Interface/api/statistic/QueryExpertAccountant.ts +20 -0
- package/ts/types/Interface/api/statistic/QueryGetAccountant.ts +14 -0
- package/ts/types/Interface/api/statistic/QueryGetDirection.ts +14 -0
- package/ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts +14 -0
- package/ts/types/Interface/api/wallet/UpdateAttribution.ts +23 -0
- package/ts/types/Interface/models/IAttributionHistory.ts +4 -4
- package/ts/types/Interface/models/IExercice.ts +1 -0
- package/ts/types/Interface/models/IPrestationComplementary.ts +1 -1
- package/ts/types/Interface/models/ISociety.ts +2 -1
- package/ts/types/Interface/models/IStatistic.ts +13 -0
- package/ts/types/index.ts +12 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UpdateSocietyConfig = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var _boolean = require("../../../../utils/transforms/boolean.transform");
|
|
13
|
+
|
|
14
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length,
|
|
16
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
17
|
+
d;
|
|
18
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
23
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
class UpdateSocietyConfig {}
|
|
27
|
+
|
|
28
|
+
exports.UpdateSocietyConfig = UpdateSocietyConfig;
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "disableExport", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "noVat", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateSocietyConfig.prototype, "dateActiveVat", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateSocietyConfig.prototype, "logo", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "adjournment", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "acceptCgv", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "showWelcomeModal", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "modalNews", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateSocietyConfig.prototype, "typeMicroentreprise", void 0);
|
|
47
|
+
|
|
48
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "showTipSchedule", void 0);
|
|
49
|
+
|
|
50
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateSocietyConfig.prototype, "defaultBa", void 0);
|
|
51
|
+
|
|
52
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateSocietyConfig.prototype, "salesType", void 0);
|
|
53
|
+
|
|
54
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "noShowModalAnnotation", void 0);
|
|
55
|
+
|
|
56
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "emailAgreement", void 0);
|
|
57
|
+
|
|
58
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "clicPaiement", void 0);
|
|
59
|
+
|
|
60
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "mailIdepotStatus", void 0);
|
|
61
|
+
|
|
62
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "mobileRegister", void 0);
|
|
63
|
+
|
|
64
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateSocietyConfig.prototype, "registeredFromWebsite", void 0);
|
|
65
|
+
//# sourceMappingURL=update.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAKXC,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD","names":["UpdateSocietyConfig","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyConfig/update.ts"],"sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateSocietyConfig {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n disableExport?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n noVat?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n dateActiveVat?: Date | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n logo?: string | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n adjournment?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n acceptCgv?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n showWelcomeModal?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n modalNews?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n typeMicroentreprise?: number | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n showTipSchedule?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n defaultBa?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n salesType?: number | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n noShowModalAnnotation?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n emailAgreement?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n clicPaiement?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n mailIdepotStatus?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n mobileRegister?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n registeredFromWebsite?: boolean;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExitRequest.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryAccountant = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var _StatisticType = require("../../../Enum/StatisticType");
|
|
13
|
+
|
|
14
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length,
|
|
16
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
17
|
+
d;
|
|
18
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
23
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
class QueryAccountant {}
|
|
27
|
+
|
|
28
|
+
exports.QueryAccountant = QueryAccountant;
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryAccountant.prototype, "idUser", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryAccountant.prototype, "endDate", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsIn)(Object.values(_StatisticType.StatisticType)), __metadata("design:type", Number)], QueryAccountant.prototype, "type", void 0);
|
|
35
|
+
//# sourceMappingURL=QueryAccountant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryAccountant.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAASC,KAAT;;AAKAD,YAHC,yBAGD,EAFC,+BAED,EADC,0BAAKE,MAAM,CAACC,MAAP,CAAcC,4BAAd,CAAL,CACD","names":["QueryAccountant","__decorate","Date","Object","values","StatisticType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryAccountant.ts"],"sourcesContent":["import {\n IsNumber, IsDate, IsIn,\n} from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { StatisticType } from '../../../Enum/StatisticType';\n\nexport class QueryAccountant {\n @ApiProperty()\n @IsNumber()\n idUser: number;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n @IsIn(Object.values(StatisticType))\n type: number;\n}"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryDirection = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var _StatisticType = require("../../../Enum/StatisticType");
|
|
13
|
+
|
|
14
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length,
|
|
16
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
17
|
+
d;
|
|
18
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
23
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
class QueryDirection {}
|
|
27
|
+
|
|
28
|
+
exports.QueryDirection = QueryDirection;
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Array)], QueryDirection.prototype, "idUser", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryDirection.prototype, "endDate", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsIn)(Object.values(_StatisticType.StatisticType)), __metadata("design:type", Number)], QueryDirection.prototype, "type", void 0);
|
|
35
|
+
//# sourceMappingURL=QueryDirection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDirection.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAGXC,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAASC,KAAT;;AAKAD,YAHC,yBAGD,EAFC,+BAED,EADC,0BAAKE,MAAM,CAACC,MAAP,CAAcC,4BAAd,CAAL,CACD","names":["QueryDirection","__decorate","Date","Object","values","StatisticType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryDirection.ts"],"sourcesContent":["import {\n IsNumber, IsDate, IsIn, IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { StatisticType } from '../../../Enum/StatisticType';\n\nexport class QueryDirection {\n @ApiPropertyOptional()\n @IsOptional()\n idUser: number[];\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n @IsIn(Object.values(StatisticType))\n type: number;\n}"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryExpertAccountant = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var _StatisticType = require("../../../Enum/StatisticType");
|
|
13
|
+
|
|
14
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length,
|
|
16
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
17
|
+
d;
|
|
18
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
23
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
class QueryExpertAccountant {}
|
|
27
|
+
|
|
28
|
+
exports.QueryExpertAccountant = QueryExpertAccountant;
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Array)], QueryExpertAccountant.prototype, "idUser", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryExpertAccountant.prototype, "endDate", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsIn)(Object.values(_StatisticType.StatisticType)), __metadata("design:type", Number)], QueryExpertAccountant.prototype, "type", void 0);
|
|
35
|
+
//# sourceMappingURL=QueryExpertAccountant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryExpertAccountant.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,qBAAP,CAA4B;;QAArBA,qB,GAAAA,qB;;AAGXC,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAASC,KAAT;;AAKAD,YAHC,yBAGD,EAFC,+BAED,EADC,0BAAKE,MAAM,CAACC,MAAP,CAAcC,4BAAd,CAAL,CACD","names":["QueryExpertAccountant","__decorate","Date","Object","values","StatisticType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryExpertAccountant.ts"],"sourcesContent":["import {\n IsNumber, IsDate, IsIn, IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { StatisticType } from '../../../Enum/StatisticType';\n\nexport class QueryExpertAccountant {\n @ApiPropertyOptional()\n @IsOptional()\n idUser: number[];\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n @ApiProperty()\n @IsNumber()\n @IsIn(Object.values(StatisticType))\n type: number;\n}"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryGetAccountant = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryGetAccountant {}
|
|
25
|
+
|
|
26
|
+
exports.QueryGetAccountant = QueryGetAccountant;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryGetAccountant.prototype, "idUser", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryGetAccountant.prototype, "endDate", void 0);
|
|
31
|
+
//# sourceMappingURL=QueryGetAccountant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetAccountant.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAASC,KAAT","names":["QueryGetAccountant","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetAccountant.ts"],"sourcesContent":["import {\n IsNumber, IsDate,\n} from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryGetAccountant {\n @ApiProperty()\n @IsNumber()\n idUser: number;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n}"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryGetDirection = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryGetDirection {}
|
|
25
|
+
|
|
26
|
+
exports.QueryGetDirection = QueryGetDirection;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Array)], QueryGetDirection.prototype, "idUser", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryGetDirection.prototype, "endDate", void 0);
|
|
31
|
+
//# sourceMappingURL=QueryGetDirection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetDirection.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AAGXC,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAASC,KAAT","names":["QueryGetDirection","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetDirection.ts"],"sourcesContent":["import {\n IsDate, IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetDirection {\n @ApiPropertyOptional()\n @IsOptional()\n idUser: number[];\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n}"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryGetExpertAccountant = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryGetExpertAccountant {}
|
|
25
|
+
|
|
26
|
+
exports.QueryGetExpertAccountant = QueryGetExpertAccountant;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Array)], QueryGetExpertAccountant.prototype, "idUser", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], QueryGetExpertAccountant.prototype, "endDate", void 0);
|
|
31
|
+
//# sourceMappingURL=QueryGetExpertAccountant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetExpertAccountant.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,wBAAP,CAA+B;;QAAxBA,wB,GAAAA,wB;;AAGXC,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,yBAED,EADC,6BACD,4BAASC,KAAT","names":["QueryGetExpertAccountant","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts"],"sourcesContent":["import {\n IsDate, IsOptional,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGetExpertAccountant {\n @ApiPropertyOptional()\n @IsOptional()\n idUser: number[];\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n}"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UpdateAttribution = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _decorators = require("../../../../utils/decorators");
|
|
11
|
+
|
|
12
|
+
var _boolean = require("../../../../utils/transforms/boolean.transform");
|
|
13
|
+
|
|
14
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length,
|
|
16
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
17
|
+
d;
|
|
18
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
23
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
class UpdateAttribution {}
|
|
27
|
+
|
|
28
|
+
exports.UpdateAttribution = UpdateAttribution;
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsPositive)(), __metadata("design:type", Number)], UpdateAttribution.prototype, "idRoles", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], UpdateAttribution.prototype, "swapUserId", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], UpdateAttribution.prototype, "randomSwap", void 0);
|
|
35
|
+
//# sourceMappingURL=UpdateAttribution.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateAttribution.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AAIXC,YAHC,8BAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,sCAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD","names":["UpdateAttribution","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/wallet/UpdateAttribution.ts"],"sourcesContent":["import {\n IsBoolean, IsNumber, IsOptional, IsPositive,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateAttribution {\n @ApiProperty()\n @IsNumber()\n @IsPositive()\n idRoles: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n swapUserId?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n randomSwap?: boolean;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IStatistic.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
package/js/types/index.js
CHANGED
|
@@ -3532,6 +3532,18 @@ Object.keys(_ISponsorshipWithSponsorInfo).forEach(function (key) {
|
|
|
3532
3532
|
});
|
|
3533
3533
|
});
|
|
3534
3534
|
|
|
3535
|
+
var _IStatistic = require("./Interface/models/IStatistic");
|
|
3536
|
+
|
|
3537
|
+
Object.keys(_IStatistic).forEach(function (key) {
|
|
3538
|
+
if (key === "default" || key === "__esModule") return;
|
|
3539
|
+
Object.defineProperty(exports, key, {
|
|
3540
|
+
enumerable: true,
|
|
3541
|
+
get: function () {
|
|
3542
|
+
return _IStatistic[key];
|
|
3543
|
+
}
|
|
3544
|
+
});
|
|
3545
|
+
});
|
|
3546
|
+
|
|
3535
3547
|
var _ILastUpdateConnection = require("./Interface/models/ILastUpdateConnection");
|
|
3536
3548
|
|
|
3537
3549
|
Object.keys(_ILastUpdateConnection).forEach(function (key) {
|
|
@@ -4432,6 +4444,18 @@ Object.keys(_Activity).forEach(function (key) {
|
|
|
4432
4444
|
});
|
|
4433
4445
|
});
|
|
4434
4446
|
|
|
4447
|
+
var _AdditionnalSells = require("./Enum/AdditionnalSells");
|
|
4448
|
+
|
|
4449
|
+
Object.keys(_AdditionnalSells).forEach(function (key) {
|
|
4450
|
+
if (key === "default" || key === "__esModule") return;
|
|
4451
|
+
Object.defineProperty(exports, key, {
|
|
4452
|
+
enumerable: true,
|
|
4453
|
+
get: function () {
|
|
4454
|
+
return _AdditionnalSells[key];
|
|
4455
|
+
}
|
|
4456
|
+
});
|
|
4457
|
+
});
|
|
4458
|
+
|
|
4435
4459
|
var _CerfaType = require("./Enum/CerfaType");
|
|
4436
4460
|
|
|
4437
4461
|
Object.keys(_CerfaType).forEach(function (key) {
|
|
@@ -4444,6 +4468,18 @@ Object.keys(_CerfaType).forEach(function (key) {
|
|
|
4444
4468
|
});
|
|
4445
4469
|
});
|
|
4446
4470
|
|
|
4471
|
+
var _StatisticType = require("./Enum/StatisticType");
|
|
4472
|
+
|
|
4473
|
+
Object.keys(_StatisticType).forEach(function (key) {
|
|
4474
|
+
if (key === "default" || key === "__esModule") return;
|
|
4475
|
+
Object.defineProperty(exports, key, {
|
|
4476
|
+
enumerable: true,
|
|
4477
|
+
get: function () {
|
|
4478
|
+
return _StatisticType[key];
|
|
4479
|
+
}
|
|
4480
|
+
});
|
|
4481
|
+
});
|
|
4482
|
+
|
|
4447
4483
|
var _StockType = require("./Enum/StockType");
|
|
4448
4484
|
|
|
4449
4485
|
Object.keys(_StockType).forEach(function (key) {
|
|
@@ -7324,6 +7360,90 @@ Object.keys(_QuerySponsorship).forEach(function (key) {
|
|
|
7324
7360
|
});
|
|
7325
7361
|
});
|
|
7326
7362
|
|
|
7363
|
+
var _ExitRequest = require("./Interface/api/statistic/ExitRequest");
|
|
7364
|
+
|
|
7365
|
+
Object.keys(_ExitRequest).forEach(function (key) {
|
|
7366
|
+
if (key === "default" || key === "__esModule") return;
|
|
7367
|
+
Object.defineProperty(exports, key, {
|
|
7368
|
+
enumerable: true,
|
|
7369
|
+
get: function () {
|
|
7370
|
+
return _ExitRequest[key];
|
|
7371
|
+
}
|
|
7372
|
+
});
|
|
7373
|
+
});
|
|
7374
|
+
|
|
7375
|
+
var _QueryExpertAccountant = require("./Interface/api/statistic/QueryExpertAccountant");
|
|
7376
|
+
|
|
7377
|
+
Object.keys(_QueryExpertAccountant).forEach(function (key) {
|
|
7378
|
+
if (key === "default" || key === "__esModule") return;
|
|
7379
|
+
Object.defineProperty(exports, key, {
|
|
7380
|
+
enumerable: true,
|
|
7381
|
+
get: function () {
|
|
7382
|
+
return _QueryExpertAccountant[key];
|
|
7383
|
+
}
|
|
7384
|
+
});
|
|
7385
|
+
});
|
|
7386
|
+
|
|
7387
|
+
var _QueryGetExpertAccountant = require("./Interface/api/statistic/QueryGetExpertAccountant");
|
|
7388
|
+
|
|
7389
|
+
Object.keys(_QueryGetExpertAccountant).forEach(function (key) {
|
|
7390
|
+
if (key === "default" || key === "__esModule") return;
|
|
7391
|
+
Object.defineProperty(exports, key, {
|
|
7392
|
+
enumerable: true,
|
|
7393
|
+
get: function () {
|
|
7394
|
+
return _QueryGetExpertAccountant[key];
|
|
7395
|
+
}
|
|
7396
|
+
});
|
|
7397
|
+
});
|
|
7398
|
+
|
|
7399
|
+
var _QueryAccountant = require("./Interface/api/statistic/QueryAccountant");
|
|
7400
|
+
|
|
7401
|
+
Object.keys(_QueryAccountant).forEach(function (key) {
|
|
7402
|
+
if (key === "default" || key === "__esModule") return;
|
|
7403
|
+
Object.defineProperty(exports, key, {
|
|
7404
|
+
enumerable: true,
|
|
7405
|
+
get: function () {
|
|
7406
|
+
return _QueryAccountant[key];
|
|
7407
|
+
}
|
|
7408
|
+
});
|
|
7409
|
+
});
|
|
7410
|
+
|
|
7411
|
+
var _QueryGetAccountant = require("./Interface/api/statistic/QueryGetAccountant");
|
|
7412
|
+
|
|
7413
|
+
Object.keys(_QueryGetAccountant).forEach(function (key) {
|
|
7414
|
+
if (key === "default" || key === "__esModule") return;
|
|
7415
|
+
Object.defineProperty(exports, key, {
|
|
7416
|
+
enumerable: true,
|
|
7417
|
+
get: function () {
|
|
7418
|
+
return _QueryGetAccountant[key];
|
|
7419
|
+
}
|
|
7420
|
+
});
|
|
7421
|
+
});
|
|
7422
|
+
|
|
7423
|
+
var _QueryDirection = require("./Interface/api/statistic/QueryDirection");
|
|
7424
|
+
|
|
7425
|
+
Object.keys(_QueryDirection).forEach(function (key) {
|
|
7426
|
+
if (key === "default" || key === "__esModule") return;
|
|
7427
|
+
Object.defineProperty(exports, key, {
|
|
7428
|
+
enumerable: true,
|
|
7429
|
+
get: function () {
|
|
7430
|
+
return _QueryDirection[key];
|
|
7431
|
+
}
|
|
7432
|
+
});
|
|
7433
|
+
});
|
|
7434
|
+
|
|
7435
|
+
var _QueryGetDirection = require("./Interface/api/statistic/QueryGetDirection");
|
|
7436
|
+
|
|
7437
|
+
Object.keys(_QueryGetDirection).forEach(function (key) {
|
|
7438
|
+
if (key === "default" || key === "__esModule") return;
|
|
7439
|
+
Object.defineProperty(exports, key, {
|
|
7440
|
+
enumerable: true,
|
|
7441
|
+
get: function () {
|
|
7442
|
+
return _QueryGetDirection[key];
|
|
7443
|
+
}
|
|
7444
|
+
});
|
|
7445
|
+
});
|
|
7446
|
+
|
|
7327
7447
|
var _CreatePappers = require("./Interface/api/pappers/CreatePappers");
|
|
7328
7448
|
|
|
7329
7449
|
Object.keys(_CreatePappers).forEach(function (key) {
|
|
@@ -9208,6 +9328,30 @@ Object.keys(_ReadCreateConnection).forEach(function (key) {
|
|
|
9208
9328
|
});
|
|
9209
9329
|
});
|
|
9210
9330
|
|
|
9331
|
+
var _update = require("./Interface/api/societyConfig/update");
|
|
9332
|
+
|
|
9333
|
+
Object.keys(_update).forEach(function (key) {
|
|
9334
|
+
if (key === "default" || key === "__esModule") return;
|
|
9335
|
+
Object.defineProperty(exports, key, {
|
|
9336
|
+
enumerable: true,
|
|
9337
|
+
get: function () {
|
|
9338
|
+
return _update[key];
|
|
9339
|
+
}
|
|
9340
|
+
});
|
|
9341
|
+
});
|
|
9342
|
+
|
|
9343
|
+
var _UpdateAttribution = require("./Interface/api/wallet/UpdateAttribution");
|
|
9344
|
+
|
|
9345
|
+
Object.keys(_UpdateAttribution).forEach(function (key) {
|
|
9346
|
+
if (key === "default" || key === "__esModule") return;
|
|
9347
|
+
Object.defineProperty(exports, key, {
|
|
9348
|
+
enumerable: true,
|
|
9349
|
+
get: function () {
|
|
9350
|
+
return _UpdateAttribution[key];
|
|
9351
|
+
}
|
|
9352
|
+
});
|
|
9353
|
+
});
|
|
9354
|
+
|
|
9211
9355
|
var _Util4 = require("./Interface/enum/Util");
|
|
9212
9356
|
|
|
9213
9357
|
Object.keys(_Util4).forEach(function (key) {
|