@silexpert/core 1.0.43 → 1.0.47
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/CommercialDocument.d.ts +2 -2
- package/es/api/resources/CommercialDocument.d.ts.map +1 -1
- package/es/api/resources/CommercialDocument.js.map +1 -1
- package/es/api/resources/FIle.d.ts +1 -0
- package/es/api/resources/FIle.d.ts.map +1 -1
- package/es/api/resources/FIle.js +3 -0
- package/es/api/resources/FIle.js.map +1 -1
- 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 +8 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +8 -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/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/Unit.d.ts +31 -0
- package/es/types/Enum/Unit.d.ts.map +1 -1
- package/es/types/Enum/Unit.js +139 -20
- package/es/types/Enum/Unit.js.map +1 -1
- 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/commercialManagement/Read.d.ts +3 -0
- package/es/types/Interface/api/commercialManagement/Read.d.ts.map +1 -1
- package/es/types/Interface/api/commercialManagement/Read.js.map +1 -1
- package/es/types/Interface/api/product/CreateProduct.d.ts +1 -0
- package/es/types/Interface/api/product/CreateProduct.d.ts.map +1 -1
- package/es/types/Interface/api/product/CreateProduct.js +6 -0
- package/es/types/Interface/api/product/CreateProduct.js.map +1 -1
- 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/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/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 +11 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +11 -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/CommercialDocument.js.map +1 -1
- package/js/api/resources/FIle.js +4 -0
- package/js/api/resources/FIle.js.map +1 -1
- 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 +13 -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/StatisticType.js +22 -0
- package/js/types/Enum/StatisticType.js.map +1 -0
- package/js/types/Enum/Unit.js +121 -20
- package/js/types/Enum/Unit.js.map +1 -1
- package/js/types/Enum/Vat.js +19 -0
- package/js/types/Enum/Vat.js.map +1 -1
- package/js/types/Interface/api/product/CreateProduct.js +2 -0
- package/js/types/Interface/api/product/CreateProduct.js.map +1 -1
- 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 +132 -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/CommercialDocument.ts +2 -2
- package/ts/api/resources/FIle.ts +4 -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 +8 -0
- package/ts/types/Enum/AdditionnalSells.ts +6 -0
- package/ts/types/Enum/StatisticType.ts +14 -0
- package/ts/types/Enum/Unit.ts +143 -21
- package/ts/types/Enum/Vat.ts +19 -1
- package/ts/types/Interface/api/commercialManagement/Read.ts +2 -0
- package/ts/types/Interface/api/product/CreateProduct.ts +5 -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/IPrestationComplementary.ts +1 -1
- package/ts/types/Interface/models/IStatistic.ts +13 -0
- package/ts/types/index.ts +11 -0
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { ISociety } from '../../models/ISociety';
|
|
2
|
+
export interface CountLateToDoDone {
|
|
3
|
+
late: string[];
|
|
4
|
+
toDo: string[];
|
|
5
|
+
done: string[];
|
|
6
|
+
}
|
|
7
|
+
export interface Count {
|
|
8
|
+
count: number;
|
|
9
|
+
societiesList: string[];
|
|
10
|
+
}
|
|
11
|
+
export interface CountIsIr {
|
|
12
|
+
IS: string[];
|
|
13
|
+
IR: string[];
|
|
14
|
+
}
|
|
15
|
+
export interface CountComplementaryPrestation {
|
|
16
|
+
waitingClient: string[];
|
|
17
|
+
waitingDirection: string[];
|
|
18
|
+
acceptedDirection: string[];
|
|
19
|
+
refusedDirection: string[];
|
|
20
|
+
}
|
|
21
|
+
interface TotalAverage {
|
|
22
|
+
total: number;
|
|
23
|
+
average: number;
|
|
24
|
+
}
|
|
25
|
+
export interface TotalAverageProfit {
|
|
26
|
+
factured: TotalAverage;
|
|
27
|
+
payed: TotalAverage;
|
|
28
|
+
}
|
|
29
|
+
export interface StatsLabBySocieties {
|
|
30
|
+
late: string[];
|
|
31
|
+
toDo: string[];
|
|
32
|
+
done: string[];
|
|
33
|
+
}
|
|
34
|
+
export interface StatsMailsBySocieties {
|
|
35
|
+
late: string[];
|
|
36
|
+
toDo: string[];
|
|
37
|
+
done: string[];
|
|
38
|
+
}
|
|
39
|
+
export interface StatsCallsBySocieties {
|
|
40
|
+
late: string[];
|
|
41
|
+
toDo: string[];
|
|
42
|
+
done: string[];
|
|
43
|
+
}
|
|
44
|
+
export interface StatsReportsBySocieties {
|
|
45
|
+
late: string[];
|
|
46
|
+
toDo: string[];
|
|
47
|
+
done: string[];
|
|
48
|
+
}
|
|
49
|
+
export interface ExitApplication {
|
|
50
|
+
done: {
|
|
51
|
+
count: number;
|
|
52
|
+
societies: string[];
|
|
53
|
+
};
|
|
54
|
+
undone: {
|
|
55
|
+
count: number;
|
|
56
|
+
societies: string[];
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
export interface StatisticBalanceSheetDetail {
|
|
60
|
+
goodToAttested: string[];
|
|
61
|
+
attested: string[];
|
|
62
|
+
attestedRefused: string[];
|
|
63
|
+
attestedObserved: string[];
|
|
64
|
+
toReview: string[];
|
|
65
|
+
toRevised: string[];
|
|
66
|
+
toSupervised: string[];
|
|
67
|
+
acceptedSIE: string[];
|
|
68
|
+
ARCAttested: string[];
|
|
69
|
+
ARCNoAttested: string[];
|
|
70
|
+
}
|
|
71
|
+
export interface ReturnListType {
|
|
72
|
+
societies?: ISociety[];
|
|
73
|
+
active?: ISociety[];
|
|
74
|
+
unpayed?: string[];
|
|
75
|
+
terminated?: string[];
|
|
76
|
+
archived?: string[];
|
|
77
|
+
labDetail?: CountLateToDoDone;
|
|
78
|
+
balanceSheet?: CountLateToDoDone;
|
|
79
|
+
balanceSheetDetailed?: StatisticBalanceSheetDetail;
|
|
80
|
+
additionnalSell?: CountComplementaryPrestation;
|
|
81
|
+
tva?: CountLateToDoDone;
|
|
82
|
+
checklist?: CountLateToDoDone;
|
|
83
|
+
checklistReinforced?: CountLateToDoDone;
|
|
84
|
+
revision?: Count;
|
|
85
|
+
annotate?: string[];
|
|
86
|
+
isIr?: CountIsIr;
|
|
87
|
+
task?: StatsLabBySocieties;
|
|
88
|
+
mail?: StatsMailsBySocieties;
|
|
89
|
+
call?: StatsCallsBySocieties;
|
|
90
|
+
report?: StatsReportsBySocieties;
|
|
91
|
+
profitability?: TotalAverageProfit;
|
|
92
|
+
synchronised?: string[];
|
|
93
|
+
applicationJustified?: ExitApplication;
|
|
94
|
+
applicationAnnoted?: ExitApplication;
|
|
95
|
+
applicationSynchronised?: ExitApplication;
|
|
96
|
+
}
|
|
97
|
+
export {};
|
|
98
|
+
//# sourceMappingURL=ExitRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExitRequest.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExitRequest.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\n\nexport interface CountLateToDoDone {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface Count {\n count: number,\n societiesList: string[]\n}\n\nexport interface CountIsIr {\n IS: string[],\n IR: string[],\n}\n\nexport interface CountComplementaryPrestation {\n waitingClient: string[],\n waitingDirection: string[],\n acceptedDirection: string[],\n refusedDirection: string[],\n}\n\ninterface TotalAverage {\n total: number,\n average: number,\n}\n\nexport interface TotalAverageProfit {\n factured: TotalAverage,\n payed: TotalAverage\n}\n\nexport interface StatsLabBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\nexport interface StatsMailsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsCallsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsReportsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface ExitApplication {\n done: {\n count: number,\n societies: string[],\n },\n undone: {\n count: number,\n societies: string[],\n }\n}\n\nexport interface StatisticBalanceSheetDetail {\n goodToAttested: string[],\n attested: string[],\n attestedRefused: string[],\n attestedObserved: string[],\n toReview: string[],\n toRevised: string[],\n toSupervised: string[],\n acceptedSIE: string[],\n ARCAttested: string[],\n ARCNoAttested: string[],\n}\n\nexport interface ReturnListType {\n societies?: ISociety[],\n active?: ISociety[],\n unpayed?: string[],\n terminated?: string[],\n archived?: string[],\n labDetail?: CountLateToDoDone,\n balanceSheet?: CountLateToDoDone,\n balanceSheetDetailed?: StatisticBalanceSheetDetail,\n additionnalSell?: CountComplementaryPrestation,\n tva?: CountLateToDoDone,\n checklist?: CountLateToDoDone,\n checklistReinforced?: CountLateToDoDone,\n revision?: Count,\n annotate?: string[],\n isIr?: CountIsIr,\n task?: StatsLabBySocieties,\n mail?: StatsMailsBySocieties,\n call?: StatsCallsBySocieties,\n report?: StatsReportsBySocieties,\n profitability?: TotalAverageProfit,\n synchronised?: string[],\n applicationJustified?: ExitApplication,\n applicationAnnoted?: ExitApplication,\n applicationSynchronised?: ExitApplication,\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryAccountant.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryAccountant.ts"],"names":[],"mappings":"AAMA,qBAAa,eAAe;IAG1B,MAAM,EAAE,MAAM,CAAC;IAIf,OAAO,EAAE,IAAI,CAAC;IAKd,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsNumber, IsDate, IsIn, } from 'class-validator';
|
|
11
|
+
import { ApiProperty } from '../../../../utils';
|
|
12
|
+
import { StatisticType } from '../../../Enum/StatisticType';
|
|
13
|
+
export class QueryAccountant {
|
|
14
|
+
}
|
|
15
|
+
__decorate([
|
|
16
|
+
ApiProperty(),
|
|
17
|
+
IsNumber(),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], QueryAccountant.prototype, "idUser", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
ApiProperty(),
|
|
22
|
+
IsDate(),
|
|
23
|
+
__metadata("design:type", Date)
|
|
24
|
+
], QueryAccountant.prototype, "endDate", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiProperty(),
|
|
27
|
+
IsNumber(),
|
|
28
|
+
IsIn(Object.values(StatisticType)),
|
|
29
|
+
__metadata("design:type", Number)
|
|
30
|
+
], QueryAccountant.prototype, "type", void 0);
|
|
31
|
+
//# sourceMappingURL=QueryAccountant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryAccountant.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryAccountant.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,MAAM,EAAE,IAAI,GACvB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,MAAM,OAAO,eAAe;CAa3B;AAVC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;+CACI;AAIf;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;gDAAC;AAKd;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;;6CACtB","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 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDirection.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryDirection.ts"],"names":[],"mappings":"AAMA,qBAAa,cAAc;IAGzB,MAAM,EAAE,MAAM,EAAE,CAAC;IAIjB,OAAO,EAAE,IAAI,CAAC;IAKd,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsNumber, IsDate, IsIn, IsOptional, } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
import { StatisticType } from '../../../Enum/StatisticType';
|
|
13
|
+
export class QueryDirection {
|
|
14
|
+
}
|
|
15
|
+
__decorate([
|
|
16
|
+
ApiPropertyOptional(),
|
|
17
|
+
IsOptional(),
|
|
18
|
+
__metadata("design:type", Array)
|
|
19
|
+
], QueryDirection.prototype, "idUser", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
ApiProperty(),
|
|
22
|
+
IsDate(),
|
|
23
|
+
__metadata("design:type", Date)
|
|
24
|
+
], QueryDirection.prototype, "endDate", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiProperty(),
|
|
27
|
+
IsNumber(),
|
|
28
|
+
IsIn(Object.values(StatisticType)),
|
|
29
|
+
__metadata("design:type", Number)
|
|
30
|
+
], QueryDirection.prototype, "type", void 0);
|
|
31
|
+
//# sourceMappingURL=QueryDirection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDirection.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryDirection.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,GACnC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,MAAM,OAAO,cAAc;CAa1B;AAVC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;8CACI;AAIjB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;+CAAC;AAKd;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;;4CACtB","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 @@
|
|
|
1
|
+
{"version":3,"file":"QueryExpertAccountant.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryExpertAccountant.ts"],"names":[],"mappings":"AAMA,qBAAa,qBAAqB;IAGhC,MAAM,EAAE,MAAM,EAAE,CAAC;IAIjB,OAAO,EAAE,IAAI,CAAC;IAKd,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsNumber, IsDate, IsIn, IsOptional, } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
import { StatisticType } from '../../../Enum/StatisticType';
|
|
13
|
+
export class QueryExpertAccountant {
|
|
14
|
+
}
|
|
15
|
+
__decorate([
|
|
16
|
+
ApiPropertyOptional(),
|
|
17
|
+
IsOptional(),
|
|
18
|
+
__metadata("design:type", Array)
|
|
19
|
+
], QueryExpertAccountant.prototype, "idUser", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
ApiProperty(),
|
|
22
|
+
IsDate(),
|
|
23
|
+
__metadata("design:type", Date)
|
|
24
|
+
], QueryExpertAccountant.prototype, "endDate", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiProperty(),
|
|
27
|
+
IsNumber(),
|
|
28
|
+
IsIn(Object.values(StatisticType)),
|
|
29
|
+
__metadata("design:type", Number)
|
|
30
|
+
], QueryExpertAccountant.prototype, "type", void 0);
|
|
31
|
+
//# sourceMappingURL=QueryExpertAccountant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryExpertAccountant.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryExpertAccountant.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,GACnC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,MAAM,OAAO,qBAAqB;CAajC;AAVC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;qDACI;AAIjB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;sDAAC;AAKd;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;;mDACtB","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 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetAccountant.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetAccountant.ts"],"names":[],"mappings":"AAKA,qBAAa,kBAAkB;IAG7B,MAAM,EAAE,MAAM,CAAC;IAIf,OAAO,EAAE,IAAI,CAAC;CACf"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsNumber, IsDate, } from 'class-validator';
|
|
11
|
+
import { ApiProperty } from '../../../../utils';
|
|
12
|
+
export class QueryGetAccountant {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
IsNumber(),
|
|
17
|
+
__metadata("design:type", Number)
|
|
18
|
+
], QueryGetAccountant.prototype, "idUser", void 0);
|
|
19
|
+
__decorate([
|
|
20
|
+
ApiProperty(),
|
|
21
|
+
IsDate(),
|
|
22
|
+
__metadata("design:type", Date)
|
|
23
|
+
], QueryGetAccountant.prototype, "endDate", void 0);
|
|
24
|
+
//# sourceMappingURL=QueryGetAccountant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetAccountant.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetAccountant.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,MAAM,GACjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,kBAAkB;CAQ9B;AALC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;kDACI;AAIf;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;mDAAC","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 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetDirection.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetDirection.ts"],"names":[],"mappings":"AAKA,qBAAa,iBAAiB;IAG5B,MAAM,EAAE,MAAM,EAAE,CAAC;IAIjB,OAAO,EAAE,IAAI,CAAC;CACf"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsDate, IsOptional, } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
export class QueryGetDirection {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiPropertyOptional(),
|
|
16
|
+
IsOptional(),
|
|
17
|
+
__metadata("design:type", Array)
|
|
18
|
+
], QueryGetDirection.prototype, "idUser", void 0);
|
|
19
|
+
__decorate([
|
|
20
|
+
ApiProperty(),
|
|
21
|
+
IsDate(),
|
|
22
|
+
__metadata("design:type", Date)
|
|
23
|
+
], QueryGetDirection.prototype, "endDate", void 0);
|
|
24
|
+
//# sourceMappingURL=QueryGetDirection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetDirection.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetDirection.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,UAAU,GACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,iBAAiB;CAQ7B;AALC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;iDACI;AAIjB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;kDAAC","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 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetExpertAccountant.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts"],"names":[],"mappings":"AAKA,qBAAa,wBAAwB;IAGnC,MAAM,EAAE,MAAM,EAAE,CAAC;IAIjB,OAAO,EAAE,IAAI,CAAC;CACf"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsDate, IsOptional, } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
export class QueryGetExpertAccountant {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiPropertyOptional(),
|
|
16
|
+
IsOptional(),
|
|
17
|
+
__metadata("design:type", Array)
|
|
18
|
+
], QueryGetExpertAccountant.prototype, "idUser", void 0);
|
|
19
|
+
__decorate([
|
|
20
|
+
ApiProperty(),
|
|
21
|
+
IsDate(),
|
|
22
|
+
__metadata("design:type", Date)
|
|
23
|
+
], QueryGetExpertAccountant.prototype, "endDate", void 0);
|
|
24
|
+
//# sourceMappingURL=QueryGetExpertAccountant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetExpertAccountant.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,UAAU,GACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,wBAAwB;CAQpC;AALC;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;wDACI;AAIjB;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACA,IAAI;yDAAC","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 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateAttribution.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/wallet/UpdateAttribution.ts"],"names":[],"mappings":"AAMA,qBAAa,iBAAiB;IAI5B,OAAO,EAAE,MAAM,CAAC;IAKhB,UAAU,CAAC,EAAE,MAAM,CAAC;IAMpB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsBoolean, IsNumber, IsOptional, IsPositive, } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';
|
|
12
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
13
|
+
export class UpdateAttribution {
|
|
14
|
+
}
|
|
15
|
+
__decorate([
|
|
16
|
+
ApiProperty(),
|
|
17
|
+
IsNumber(),
|
|
18
|
+
IsPositive(),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], UpdateAttribution.prototype, "idRoles", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
IsOptional(),
|
|
24
|
+
IsNumber(),
|
|
25
|
+
__metadata("design:type", Number)
|
|
26
|
+
], UpdateAttribution.prototype, "swapUserId", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
ApiPropertyOptional(),
|
|
29
|
+
IsOptional(),
|
|
30
|
+
IsBoolean(),
|
|
31
|
+
ToBoolean(),
|
|
32
|
+
__metadata("design:type", Boolean)
|
|
33
|
+
], UpdateAttribution.prototype, "randomSwap", void 0);
|
|
34
|
+
//# sourceMappingURL=UpdateAttribution.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateAttribution.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/wallet/UpdateAttribution.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,GAC5C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,iBAAiB;CAgB7B;AAZC;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,EAAE;;kDACG;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;qDACS;AAMpB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;qDACS","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}"]}
|
|
@@ -9,9 +9,9 @@ export interface IAttributionHistory {
|
|
|
9
9
|
idRoles: number;
|
|
10
10
|
createdAt?: Date | null;
|
|
11
11
|
updatedAt?: Date | null;
|
|
12
|
-
userAttribute
|
|
13
|
-
userMakeAttribution
|
|
14
|
-
society
|
|
15
|
-
role
|
|
12
|
+
userAttribute?: IUser;
|
|
13
|
+
userMakeAttribution?: IUser;
|
|
14
|
+
society?: ISociety;
|
|
15
|
+
role?: IRole;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=IAttributionHistory.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAttributionHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAttributionHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,aAAa,EAAE,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"IAttributionHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAttributionHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAttributionHistory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAttributionHistory.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { ISociety } from './ISociety';\nimport { IRole } from './IRole';\n\n// attributionHistorics\nexport interface IAttributionHistory {\n id?: number;\n idUserAttribute: number;\n idUserMakeAttribution: number;\n idSociety: number;\n idRoles: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n userAttribute
|
|
1
|
+
{"version":3,"file":"IAttributionHistory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAttributionHistory.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { ISociety } from './ISociety';\nimport { IRole } from './IRole';\n\n// attributionHistorics\nexport interface IAttributionHistory {\n id?: number;\n idUserAttribute: number;\n idUserMakeAttribution: number;\n idSociety: number;\n idRoles: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n userAttribute?: IUser;\n userMakeAttribution?: IUser;\n society?: ISociety;\n role?: IRole;\n}\n"]}
|
|
@@ -19,7 +19,7 @@ export interface IPrestationComplementary {
|
|
|
19
19
|
note: string | null;
|
|
20
20
|
forOtherMission: string | null;
|
|
21
21
|
statePrestationJuridique: number | null;
|
|
22
|
-
acceptationAdmin:
|
|
22
|
+
acceptationAdmin: number;
|
|
23
23
|
createdAt?: Date | null;
|
|
24
24
|
updatedAt?: Date | null;
|
|
25
25
|
deletedAt?: Date | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestationComplementary.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationComplementary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,WAAW,wBAAwB;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,kBAAkB,EAAE,IAAI,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,gBAAgB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"IPrestationComplementary.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationComplementary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,WAAW,wBAAwB;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,kBAAkB,EAAE,IAAI,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,gBAAgB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,cAAc,EAAE,KAAK,CAAC;IACtB,sBAAsB,EAAE,KAAK,CAAC;IAC9B,4BAA4B,EAAE,mBAAmB,CAAC;IAClD,iBAAiB,EAAE,QAAQ,CAAC;IAC5B,UAAU,EAAE,WAAW,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestationComplementary.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationComplementary.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { IGedFile } from './IGedFile';\nimport { IPrestation } from './IPrestation';\n\n// prestationsCompl\nexport interface IPrestationComplementary {\n id?: number;\n generateLink: boolean;\n deadline: Date | null;\n dateEstimateSigned: Date | null;\n dateSendToClient: Date | null;\n dateInvoice: Date | null;\n datePayment: Date | null;\n dateTransmission: Date | null;\n idGedFile: number | null;\n idCollaborater: number | null;\n idUser: number | null;\n idPaymentExpectation: number | null;\n description: string | null;\n note: string | null;\n forOtherMission: string | null;\n statePrestationJuridique: number | null;\n acceptationAdmin:
|
|
1
|
+
{"version":3,"file":"IPrestationComplementary.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestationComplementary.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { IGedFile } from './IGedFile';\nimport { IPrestation } from './IPrestation';\n\n// prestationsCompl\nexport interface IPrestationComplementary {\n id?: number;\n generateLink: boolean;\n deadline: Date | null;\n dateEstimateSigned: Date | null;\n dateSendToClient: Date | null;\n dateInvoice: Date | null;\n datePayment: Date | null;\n dateTransmission: Date | null;\n idGedFile: number | null;\n idCollaborater: number | null;\n idUser: number | null;\n idPaymentExpectation: number | null;\n description: string | null;\n note: string | null;\n forOtherMission: string | null;\n statePrestationJuridique: number | null;\n acceptationAdmin: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n prestationUser: IUser;\n prestationCollaborater: IUser;\n prestationPaymentExpectation: IPaymentExpectation;\n prestationGedFile: IGedFile;\n prestation: IPrestation;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IStatistic.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IStatistic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,MAAM,WAAW,UAAU;IACzB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IStatistic.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IStatistic.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\n\nexport interface IStatistic {\n id?: number,\n idUser: number,\n startDate?: Date,\n endDate?: Date,\n type: number,\n payload: string,\n\n // Associations\n user?: IUser;\n}"]}
|
package/es/types/index.d.ts
CHANGED
|
@@ -292,6 +292,7 @@ export * from './Interface/models/IAccountingTransaction_new';
|
|
|
292
292
|
export * from './Interface/models/IExerciceNote';
|
|
293
293
|
export * from './Interface/models/IRevisionGuide';
|
|
294
294
|
export * from './Interface/models/ISponsorshipWithSponsorInfo';
|
|
295
|
+
export * from './Interface/models/IStatistic';
|
|
295
296
|
export * from './Interface/models/ILastUpdateConnection';
|
|
296
297
|
export * from './Interface/models/IAccountsSectors';
|
|
297
298
|
export * from './Interface/models/IAnswerType';
|
|
@@ -371,7 +372,9 @@ export * from './Enum/GlobalRegime';
|
|
|
371
372
|
export * from './Enum/TaxSystem';
|
|
372
373
|
export * from './Enum/FiscalRegime';
|
|
373
374
|
export * from './Enum/Activity';
|
|
375
|
+
export * from './Enum/AdditionnalSells';
|
|
374
376
|
export * from './Enum/CerfaType';
|
|
377
|
+
export * from './Enum/StatisticType';
|
|
375
378
|
export * from './Enum/StockType';
|
|
376
379
|
export * from './Enum/SaleType';
|
|
377
380
|
export * from './Enum/TypePayment';
|
|
@@ -610,6 +613,13 @@ export * from './Interface/api/pappers/ReadPappers';
|
|
|
610
613
|
export * from './Interface/api/sponsorship/SendSponsorshipLink';
|
|
611
614
|
export * from './Interface/api/sponsorship/CreateSponsorship';
|
|
612
615
|
export * from './Interface/api/sponsorship/QuerySponsorship';
|
|
616
|
+
export * from './Interface/api/statistic/ExitRequest';
|
|
617
|
+
export * from './Interface/api/statistic/QueryExpertAccountant';
|
|
618
|
+
export * from './Interface/api/statistic/QueryGetExpertAccountant';
|
|
619
|
+
export * from './Interface/api/statistic/QueryAccountant';
|
|
620
|
+
export * from './Interface/api/statistic/QueryGetAccountant';
|
|
621
|
+
export * from './Interface/api/statistic/QueryDirection';
|
|
622
|
+
export * from './Interface/api/statistic/QueryGetDirection';
|
|
613
623
|
export * from './Interface/api/pappers/CreatePappers';
|
|
614
624
|
export * from './Interface/api/bankAccount/DeleteTransaction';
|
|
615
625
|
export * from './Interface/api/stripe/QueryStripe';
|
|
@@ -777,6 +787,7 @@ export * from './Interface/api/qonto/ReadCreateConnection';
|
|
|
777
787
|
export * from './Interface/api/file/Create';
|
|
778
788
|
export * from './Interface/api/file/Read';
|
|
779
789
|
export * from './Interface/api/societyConfig/update';
|
|
790
|
+
export * from './Interface/api/wallet/UpdateAttribution';
|
|
780
791
|
export * from './Interface/enum/Util';
|
|
781
792
|
export * from './Interface/enum/Date';
|
|
782
793
|
export * from '../utils/cerfa';
|