@silexpert/core 1.3.152 → 1.3.153
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api/resources/Revenue.d.ts +55 -0
- package/dist/cjs/api/resources/Revenue.d.ts.map +1 -0
- package/dist/cjs/api/resources/Revenue.js +59 -0
- package/dist/cjs/api/resources/Revenue.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/BankAccountType.d.ts +5 -0
- package/dist/cjs/types/Enum/BankAccountType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BankAccountType.js +7 -1
- package/dist/cjs/types/Enum/BankAccountType.js.map +1 -1
- package/dist/cjs/types/Enum/Revenue.d.ts +33 -0
- package/dist/cjs/types/Enum/Revenue.d.ts.map +1 -0
- package/dist/cjs/types/Enum/Revenue.js +38 -0
- package/dist/cjs/types/Enum/Revenue.js.map +1 -0
- package/dist/cjs/types/Interface/api/revenueMovement.d.ts +69 -0
- package/dist/cjs/types/Interface/api/revenueMovement.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/revenueMovement.js +3 -0
- package/dist/cjs/types/Interface/api/revenueMovement.js.map +1 -0
- package/dist/cjs/types/Interface/api/revenueSnapshot.d.ts +57 -0
- package/dist/cjs/types/Interface/api/revenueSnapshot.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/revenueSnapshot.js +3 -0
- package/dist/cjs/types/Interface/api/revenueSnapshot.js.map +1 -0
- package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.d.ts +9 -0
- package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.js +61 -0
- package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.js.map +1 -0
- package/dist/cjs/types/Interface/models/IRevenueMovement.d.ts +37 -0
- package/dist/cjs/types/Interface/models/IRevenueMovement.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IRevenueMovement.js +3 -0
- package/dist/cjs/types/Interface/models/IRevenueMovement.js.map +1 -0
- package/dist/cjs/types/Interface/models/IRevenueSnapshot.d.ts +38 -0
- package/dist/cjs/types/Interface/models/IRevenueSnapshot.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IRevenueSnapshot.js +3 -0
- package/dist/cjs/types/Interface/models/IRevenueSnapshot.js.map +1 -0
- package/dist/cjs/types/Interface/models/IStateBankAccount.d.ts +2 -1
- package/dist/cjs/types/Interface/models/IStateBankAccount.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IStateBankAccount.js.map +1 -1
- package/dist/cjs/types/index.d.ts +6 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +7 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/Revenue.d.ts +55 -0
- package/dist/mjs/api/resources/Revenue.d.ts.map +1 -0
- package/dist/mjs/api/resources/Revenue.js +52 -0
- package/dist/mjs/api/resources/Revenue.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/BankAccountType.d.ts +5 -0
- package/dist/mjs/types/Enum/BankAccountType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BankAccountType.js +6 -0
- package/dist/mjs/types/Enum/BankAccountType.js.map +1 -1
- package/dist/mjs/types/Enum/Revenue.d.ts +33 -0
- package/dist/mjs/types/Enum/Revenue.d.ts.map +1 -0
- package/dist/mjs/types/Enum/Revenue.js +35 -0
- package/dist/mjs/types/Enum/Revenue.js.map +1 -0
- package/dist/mjs/types/Interface/api/revenueMovement.d.ts +69 -0
- package/dist/mjs/types/Interface/api/revenueMovement.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/revenueMovement.js +2 -0
- package/dist/mjs/types/Interface/api/revenueMovement.js.map +1 -0
- package/dist/mjs/types/Interface/api/revenueSnapshot.d.ts +57 -0
- package/dist/mjs/types/Interface/api/revenueSnapshot.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/revenueSnapshot.js +2 -0
- package/dist/mjs/types/Interface/api/revenueSnapshot.js.map +1 -0
- package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.d.ts +9 -0
- package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.js +60 -0
- package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.js.map +1 -0
- package/dist/mjs/types/Interface/models/IRevenueMovement.d.ts +37 -0
- package/dist/mjs/types/Interface/models/IRevenueMovement.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IRevenueMovement.js +2 -0
- package/dist/mjs/types/Interface/models/IRevenueMovement.js.map +1 -0
- package/dist/mjs/types/Interface/models/IRevenueSnapshot.d.ts +38 -0
- package/dist/mjs/types/Interface/models/IRevenueSnapshot.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IRevenueSnapshot.js +2 -0
- package/dist/mjs/types/Interface/models/IRevenueSnapshot.js.map +1 -0
- package/dist/mjs/types/Interface/models/IStateBankAccount.d.ts +2 -1
- package/dist/mjs/types/Interface/models/IStateBankAccount.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IStateBankAccount.js.map +1 -1
- package/dist/mjs/types/index.d.ts +6 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +7 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Revenue.ts +81 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BankAccountType.ts +7 -1
- package/ts/types/Enum/Revenue.ts +42 -0
- package/ts/types/Interface/api/revenueMovement.ts +74 -0
- package/ts/types/Interface/api/revenueSnapshot.ts +59 -0
- package/ts/types/Interface/api/revenueSnapshotGenerate.ts +42 -0
- package/ts/types/Interface/models/IRevenueMovement.ts +51 -0
- package/ts/types/Interface/models/IRevenueSnapshot.ts +55 -0
- package/ts/types/Interface/models/IStateBankAccount.ts +2 -1
- package/ts/types/index.ts +8 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
import { IGetRevenueMovementsRequest, IGetRevenueSnapshotsRequest, IGetArrSummaryResponse, ICreateRevenueMovementRequest, IUpdateRevenueMovementRequest } from '../../types';
|
|
3
|
+
export declare class Revenue extends Resource {
|
|
4
|
+
/**
|
|
5
|
+
* Récupérer les mouvements de revenu
|
|
6
|
+
*/
|
|
7
|
+
movements: {
|
|
8
|
+
getAll: (params: IGetRevenueMovementsRequest) => Promise<import("axios").AxiosResponse<never>>;
|
|
9
|
+
get: (id: number) => Promise<import("axios").AxiosResponse<never>>;
|
|
10
|
+
create: (data: ICreateRevenueMovementRequest) => Promise<import("axios").AxiosResponse<ICreateRevenueMovementRequest>>;
|
|
11
|
+
update: (id: number, data: IUpdateRevenueMovementRequest) => Promise<import("axios").AxiosResponse<IUpdateRevenueMovementRequest>>;
|
|
12
|
+
delete: (id: number) => Promise<import("axios").AxiosResponse<never>>;
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Récupérer les snapshots de revenu
|
|
16
|
+
*/
|
|
17
|
+
snapshots: {
|
|
18
|
+
getAll: (params: IGetRevenueSnapshotsRequest) => Promise<import("axios").AxiosResponse<never>>;
|
|
19
|
+
getLatest: (params: {
|
|
20
|
+
idSociety?: number;
|
|
21
|
+
idExercice?: number;
|
|
22
|
+
}) => Promise<import("axios").AxiosResponse<never>>;
|
|
23
|
+
generate: (data: {
|
|
24
|
+
date?: string;
|
|
25
|
+
idSociety?: number;
|
|
26
|
+
idExercice?: number;
|
|
27
|
+
}) => Promise<import("axios").AxiosResponse<{
|
|
28
|
+
date?: string;
|
|
29
|
+
idSociety?: number;
|
|
30
|
+
idExercice?: number;
|
|
31
|
+
}>>;
|
|
32
|
+
generateAll: (data: {
|
|
33
|
+
date?: string;
|
|
34
|
+
}) => Promise<import("axios").AxiosResponse<{
|
|
35
|
+
date?: string;
|
|
36
|
+
}>>;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Récupérer le résumé ARR
|
|
40
|
+
*/
|
|
41
|
+
arrSummary: {
|
|
42
|
+
get: (params: {
|
|
43
|
+
idSociety?: number;
|
|
44
|
+
idExercice?: number;
|
|
45
|
+
startDate?: string;
|
|
46
|
+
endDate?: string;
|
|
47
|
+
}) => Promise<IGetArrSummaryResponse>;
|
|
48
|
+
getSociety: (idSociety: number, params: {
|
|
49
|
+
idExercice?: number;
|
|
50
|
+
startDate?: string;
|
|
51
|
+
endDate?: string;
|
|
52
|
+
}) => Promise<IGetArrSummaryResponse>;
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=Revenue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Revenue.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/Revenue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,2BAA2B,EAC3B,2BAA2B,EAC3B,sBAAsB,EACtB,6BAA6B,EAC7B,6BAA6B,EAC9B,MAAM,aAAa,CAAC;AAErB,qBAAa,OAAQ,SAAQ,QAAQ;IACnC;;OAEG;IACI,SAAS;yBACG,2BAA2B;kBAIlC,MAAM;uBAID,6BAA6B;qBAI/B,MAAM,QAAQ,6BAA6B;qBAI3C,MAAM;MAGnB;IAEF;;OAEG;IACI,SAAS;yBACG,2BAA2B;4BAIxB;YAAE,SAAS,CAAC,EAAE,MAAM,CAAC;YAAC,UAAU,CAAC,EAAE,MAAM,CAAA;SAAE;yBAI9C;YAAE,IAAI,CAAC,EAAE,MAAM,CAAC;YAAC,SAAS,CAAC,EAAE,MAAM,CAAC;YAAC,UAAU,CAAC,EAAE,MAAM,CAAA;SAAE;mBAAjD,MAAM;wBAAc,MAAM;yBAAe,MAAM;;4BAIrD;YAAE,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE;mBAAR,MAAM;;MAGnC;IAEF;;OAEG;IACI,UAAU;sBACD;YACZ,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB,KAAG,OAAO,CAAC,sBAAsB,CAAC;gCAKtB,MAAM,UACT;YACN,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB,KACA,OAAO,CAAC,sBAAsB,CAAC;MAGlC;CACH"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Revenue = void 0;
|
|
4
|
+
const Resource_1 = require("../Resource");
|
|
5
|
+
class Revenue extends Resource_1.Resource {
|
|
6
|
+
constructor() {
|
|
7
|
+
super(...arguments);
|
|
8
|
+
/**
|
|
9
|
+
* Récupérer les mouvements de revenu
|
|
10
|
+
*/
|
|
11
|
+
this.movements = {
|
|
12
|
+
getAll: (params) => {
|
|
13
|
+
return this.axios.$get('/revenue/movements', { params });
|
|
14
|
+
},
|
|
15
|
+
get: (id) => {
|
|
16
|
+
return this.axios.$get(`/revenue/movements/${id}`);
|
|
17
|
+
},
|
|
18
|
+
create: (data) => {
|
|
19
|
+
return this.axios.$post('/revenue/movements', data);
|
|
20
|
+
},
|
|
21
|
+
update: (id, data) => {
|
|
22
|
+
return this.axios.$put(`/revenue/movements/${id}`, data);
|
|
23
|
+
},
|
|
24
|
+
delete: (id) => {
|
|
25
|
+
return this.axios.$delete(`/revenue/movements/${id}`);
|
|
26
|
+
},
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Récupérer les snapshots de revenu
|
|
30
|
+
*/
|
|
31
|
+
this.snapshots = {
|
|
32
|
+
getAll: (params) => {
|
|
33
|
+
return this.axios.$get('/revenue/snapshots', { params });
|
|
34
|
+
},
|
|
35
|
+
getLatest: (params) => {
|
|
36
|
+
return this.axios.$get('/revenue/snapshots/latest', { params });
|
|
37
|
+
},
|
|
38
|
+
generate: (data) => {
|
|
39
|
+
return this.axios.$post('/revenue/snapshots/generate', data);
|
|
40
|
+
},
|
|
41
|
+
generateAll: (data) => {
|
|
42
|
+
return this.axios.$post('/revenue/snapshots/generate-all', data);
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Récupérer le résumé ARR
|
|
47
|
+
*/
|
|
48
|
+
this.arrSummary = {
|
|
49
|
+
get: (params) => {
|
|
50
|
+
return this.axios.$get('/revenue/arr-summary', { params });
|
|
51
|
+
},
|
|
52
|
+
getSociety: (idSociety, params) => {
|
|
53
|
+
return this.axios.$get(`/revenue/societies/${idSociety}/arr-summary`, { params });
|
|
54
|
+
},
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.Revenue = Revenue;
|
|
59
|
+
//# sourceMappingURL=Revenue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Revenue.js","sourceRoot":"","sources":["../../../../ts/api/resources/Revenue.ts"],"names":[],"mappings":";;;AAAA,0CAAuC;AASvC,MAAa,OAAQ,SAAQ,mBAAQ;IAArC;;QACE;;WAEG;QACI,cAAS,GAAG;YACjB,MAAM,EAAE,CAAC,MAAmC,EAAE,EAAE;gBAC9C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;YAC3D,CAAC;YAED,GAAG,EAAE,CAAC,EAAU,EAAE,EAAE;gBAClB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,sBAAsB,EAAE,EAAE,CAAC,CAAC;YACrD,CAAC;YAED,MAAM,EAAE,CAAC,IAAmC,EAAE,EAAE;gBAC9C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,oBAAoB,EAAE,IAAI,CAAC,CAAC;YACtD,CAAC;YAED,MAAM,EAAE,CAAC,EAAU,EAAE,IAAmC,EAAE,EAAE;gBAC1D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,sBAAsB,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;YAC3D,CAAC;YAED,MAAM,EAAE,CAAC,EAAU,EAAE,EAAE;gBACrB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,sBAAsB,EAAE,EAAE,CAAC,CAAC;YACxD,CAAC;SACF,CAAC;QAEF;;WAEG;QACI,cAAS,GAAG;YACjB,MAAM,EAAE,CAAC,MAAmC,EAAE,EAAE;gBAC9C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;YAC3D,CAAC;YAED,SAAS,EAAE,CAAC,MAAmD,EAAE,EAAE;gBACjE,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,2BAA2B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;YAClE,CAAC;YAED,QAAQ,EAAE,CAAC,IAAgE,EAAE,EAAE;gBAC7E,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,EAAE,IAAI,CAAC,CAAC;YAC/D,CAAC;YAED,WAAW,EAAE,CAAC,IAAuB,EAAE,EAAE;gBACvC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,iCAAiC,EAAE,IAAI,CAAC,CAAC;YACnE,CAAC;SACF,CAAC;QAEF;;WAEG;QACI,eAAU,GAAG;YAClB,GAAG,EAAE,CAAC,MAKL,EAAmC,EAAE;gBACpC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,sBAAsB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;YAC7D,CAAC;YAED,UAAU,EAAE,CACV,SAAiB,EACjB,MAIC,EACgC,EAAE;gBACnC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,sBAAsB,SAAS,cAAc,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;YACpF,CAAC;SACF,CAAC;IACJ,CAAC;CAAA;AAvED,0BAuEC","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IGetRevenueMovementsRequest,\n IGetRevenueSnapshotsRequest,\n IGetArrSummaryResponse,\n ICreateRevenueMovementRequest,\n IUpdateRevenueMovementRequest,\n} from '../../types';\n\nexport class Revenue extends Resource {\n /**\n * Récupérer les mouvements de revenu\n */\n public movements = {\n getAll: (params: IGetRevenueMovementsRequest) => {\n return this.axios.$get('/revenue/movements', { params });\n },\n\n get: (id: number) => {\n return this.axios.$get(`/revenue/movements/${id}`);\n },\n\n create: (data: ICreateRevenueMovementRequest) => {\n return this.axios.$post('/revenue/movements', data);\n },\n\n update: (id: number, data: IUpdateRevenueMovementRequest) => {\n return this.axios.$put(`/revenue/movements/${id}`, data);\n },\n\n delete: (id: number) => {\n return this.axios.$delete(`/revenue/movements/${id}`);\n },\n };\n\n /**\n * Récupérer les snapshots de revenu\n */\n public snapshots = {\n getAll: (params: IGetRevenueSnapshotsRequest) => {\n return this.axios.$get('/revenue/snapshots', { params });\n },\n\n getLatest: (params: { idSociety?: number; idExercice?: number }) => {\n return this.axios.$get('/revenue/snapshots/latest', { params });\n },\n\n generate: (data: { date?: string; idSociety?: number; idExercice?: number }) => {\n return this.axios.$post('/revenue/snapshots/generate', data);\n },\n\n generateAll: (data: { date?: string }) => {\n return this.axios.$post('/revenue/snapshots/generate-all', data);\n },\n };\n\n /**\n * Récupérer le résumé ARR\n */\n public arrSummary = {\n get: (params: {\n idSociety?: number;\n idExercice?: number;\n startDate?: string;\n endDate?: string;\n }): Promise<IGetArrSummaryResponse> => {\n return this.axios.$get('/revenue/arr-summary', { params });\n },\n\n getSociety: (\n idSociety: number,\n params: {\n idExercice?: number;\n startDate?: string;\n endDate?: string;\n },\n ): Promise<IGetArrSummaryResponse> => {\n return this.axios.$get(`/revenue/societies/${idSociety}/arr-summary`, { params });\n },\n };\n}\n"]}
|
|
@@ -185,6 +185,7 @@ import { StripePurchase } from './resources/StripePurchase';
|
|
|
185
185
|
import { DashboardLayout } from './resources/DashboardLayout';
|
|
186
186
|
import { DocumentRequest } from './resources/DocumentRequest';
|
|
187
187
|
import { BalanceSheetReport } from './resources/BalanceSheetReport';
|
|
188
|
+
import { Revenue } from './resources/Revenue';
|
|
188
189
|
export declare const resources: {
|
|
189
190
|
budgetInsight: typeof BudgetInsight;
|
|
190
191
|
paymentExpectationCustomer: typeof PaymentExpectationCustomer;
|
|
@@ -373,5 +374,6 @@ export declare const resources: {
|
|
|
373
374
|
StripePurchase: typeof StripePurchase;
|
|
374
375
|
documentRequest: typeof DocumentRequest;
|
|
375
376
|
balanceSheetReport: typeof BalanceSheetReport;
|
|
377
|
+
revenue: typeof Revenue;
|
|
376
378
|
};
|
|
377
379
|
//# sourceMappingURL=resources.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../../ts/api/resources.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../../ts/api/resources.ts"],"names":[],"mappings":"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"}
|
|
@@ -188,6 +188,7 @@ const StripePurchase_1 = require("./resources/StripePurchase");
|
|
|
188
188
|
const DashboardLayout_1 = require("./resources/DashboardLayout");
|
|
189
189
|
const DocumentRequest_1 = require("./resources/DocumentRequest");
|
|
190
190
|
const BalanceSheetReport_1 = require("./resources/BalanceSheetReport");
|
|
191
|
+
const Revenue_1 = require("./resources/Revenue");
|
|
191
192
|
exports.resources = {
|
|
192
193
|
budgetInsight: BudgetInsight_1.BudgetInsight,
|
|
193
194
|
paymentExpectationCustomer: PaymentExpectationCustomer_1.PaymentExpectationCustomer,
|
|
@@ -376,5 +377,6 @@ exports.resources = {
|
|
|
376
377
|
StripePurchase: StripePurchase_1.StripePurchase,
|
|
377
378
|
documentRequest: DocumentRequest_1.DocumentRequest,
|
|
378
379
|
balanceSheetReport: BalanceSheetReport_1.BalanceSheetReport,
|
|
380
|
+
revenue: Revenue_1.Revenue,
|
|
379
381
|
};
|
|
380
382
|
//# sourceMappingURL=resources.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { Dashboard } from './resources/Dashboard';\nimport { Das } from './resources/Das';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { Project } from './resources/Project';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { Vat } from './resources/Vat';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { SocietyDetail } from './resources/SocietyDetail';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { OnBoarding } from './resources/OnBoarding';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { DocumentSection } from './resources/DocumentSection';\nimport { StatutsGeneration } from './resources/StatutsGeneration';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\nimport { Rating } from './resources/Rating';\nimport { Quotation } from './resources/Quotation';\nimport { Prestations } from './resources/Prestations';\nimport { StatisticCustomerSuccess } from './resources/statistic/CustomerSuccess';\nimport { UnpaidCallHistory } from './resources/UnpaidCallHistory';\nimport { CommercialImport } from './resources/CommercialImport';\nimport { Team } from './resources/Team';\nimport { CashAndExpense } from './resources/CashAndExpense';\nimport { Archive } from './resources/Archive';\nimport { AccountsSector } from './resources/AccountsSectors';\nimport { BusinessSector } from './resources/BusinessSector';\nimport { BusinessPartner } from './resources/BusinessPartner';\nimport { VisualizedInformation } from './resources/VisualizedInformation';\nimport { Fusion } from './resources/Fusion';\nimport { SalesContract } from './resources/SalesContract';\nimport { LeadsToPartners } from './resources/LeadsToPartners';\nimport { ChangeLog } from './resources/ChangeLog';\nimport { ConstitutionHistory } from './resources/ConstitutionHistory';\nimport { CommercialOffer } from './resources/CommercialOffer';\nimport { Card } from './resources/Card';\nimport { DubiousCustomer } from './resources/DubiousCustomer';\nimport { Notion } from './resources/Notion';\nimport { TimeTracking } from './resources/TimeTracking';\nimport { ExercicePrestation } from './resources/ExercicePrestation';\nimport { Equipment } from './resources/Equipment';\nimport { CustomerSignature } from './resources/CustomerSignature';\nimport { IntermediateManagementRebate } from './resources/IntermediateManagementRebate';\nimport { Contest } from './resources/Contest';\nimport { UserSpecialDay } from './resources/UserSpecialDay';\nimport { OldExpertInfo } from './resources/OldExpertInfos';\nimport { ReportMessage } from './resources/ReportMessage';\nimport { CollaboraterDetail } from './resources/CollaboraterDetail';\nimport { ExpertAnnuary } from './resources/ExpertAnnuary';\nimport { Brevo } from './resources/Brevo';\nimport { Synchronisation } from './resources/Synchronisation';\nimport { UpToDateBankAccount } from './resources/UpToDate';\nimport { UserTimeSlot } from './resources/UserTimeSlot';\nimport { Echo } from './resources/Echo';\nimport { Regulation } from './resources/Regulation';\nimport { StatisticDataOfficer } from './resources/statistic/DataOfficer';\nimport { UserSocietyPermission } from './resources/UserSocietyPermission';\nimport { BalanceSheetSupervision } from './resources/BalanceSheetSupervision';\nimport { CompanyCreationForm } from './resources/CompanyCreationForm';\nimport { BankConnection } from './resources/BankConnection';\nimport { ToDoBalanceSheet } from './resources/ToDoBalanceSheet';\nimport { JuridicalMission } from './resources/JuridicalMission';\nimport { PrestationComplementary } from './resources/PrestationComplementary';\nimport { PrevisionalForm } from './resources/PrevisionalForm';\nimport { Refund } from './resources/Refund';\nimport { HumanResourceLibrary } from './resources/HumanResourceLibrary';\nimport { YouSign } from './resources/YouSign';\nimport { RegistrationForm } from './resources/RegistrationForm';\nimport { CommercialEmail } from './resources/CommercialEmail';\nimport { CommercialDocumentTemplate } from './resources/CommercialDocumentTemplate';\nimport { CommercialConditionOfSale } from './resources/CommercialConditionOfSale';\nimport { StatisticMarketing } from './resources/statistic/Marketing';\nimport { Follow } from './resources/Follow';\nimport { AbsenceRequest } from './resources/AbsenceRequest';\nimport { CompanyMarketingInformation } from './resources/CompanyMarketingInformation';\nimport { Ai } from './resources/Ai';\nimport { StatisticLegal } from './resources/statistic/Legal';\nimport { AnalyticsUtm } from './resources/AnalyticsUtm';\nimport { Caarl } from './resources/Caarl';\nimport { Gdpr } from './resources/Gdpr';\nimport { Sellsy } from './resources/Sellsy';\nimport { BankDedup } from './resources/BankDedup';\nimport { StripePurchase } from './resources/StripePurchase';\nimport { DashboardLayout } from './resources/DashboardLayout';\nimport { DocumentRequest } from './resources/DocumentRequest';\nimport { BalanceSheetReport } from './resources/BalanceSheetReport';\n\nexport const resources = {\n budgetInsight: BudgetInsight,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n sellsy: Sellsy,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n onBoarding: OnBoarding,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vat: Vat,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n bankDedup: BankDedup,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n societyDetail: SocietyDetail,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n statisticCustomerSuccess: StatisticCustomerSuccess,\n statisticDataOfficer: StatisticDataOfficer,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n documentSection: DocumentSection,\n statutsGeneration: StatutsGeneration,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n rating: Rating,\n acceptance: Acceptance,\n quotation: Quotation,\n prestations: Prestations,\n unpaidCallHistory: UnpaidCallHistory,\n commercialImport: CommercialImport,\n team: Team,\n cashAndExpense: CashAndExpense,\n archive: Archive,\n dashboardLayout: DashboardLayout,\n accountsSector: AccountsSector,\n businessSector: BusinessSector,\n businessPartner: BusinessPartner,\n visualizedInformation: VisualizedInformation,\n fusion: Fusion,\n salesContract: SalesContract,\n leadsToPartners: LeadsToPartners,\n changeLog: ChangeLog,\n constitutionHistory: ConstitutionHistory,\n das: Das,\n commercialOffer: CommercialOffer,\n card: Card,\n dubiousCustomer: DubiousCustomer,\n notion: Notion,\n timeTracking: TimeTracking,\n exercicePrestation: ExercicePrestation,\n intermediateManagementRebate: IntermediateManagementRebate,\n contest: Contest,\n equipment: Equipment,\n customerSignature: CustomerSignature,\n userSpecialDay: UserSpecialDay,\n reportMessage: ReportMessage,\n oldExpertInfo: OldExpertInfo,\n collaboraterDetail: CollaboraterDetail,\n expertAnnuary: ExpertAnnuary,\n brevo: Brevo,\n synchronisation: Synchronisation,\n upToDateBankAccount: UpToDateBankAccount,\n echo: Echo,\n userTimeSlot: UserTimeSlot,\n regulation: Regulation,\n userSocietyPermission: UserSocietyPermission,\n balanceSheetSupervision: BalanceSheetSupervision,\n companyCreationForm: CompanyCreationForm,\n project: Project,\n bankConnection: BankConnection,\n toDoBalanceSheet: ToDoBalanceSheet,\n juridicalMission: JuridicalMission,\n prestationComplementary: PrestationComplementary,\n previsionalForm: PrevisionalForm,\n refund: Refund,\n humanResourceLibrary: HumanResourceLibrary,\n youSign: YouSign,\n registrationForm: RegistrationForm,\n commercialEmail: CommercialEmail,\n commercialDocumentTemplate: CommercialDocumentTemplate,\n commercialConditionOfSale: CommercialConditionOfSale,\n statisticMarketing: StatisticMarketing,\n follow: Follow,\n absenceRequest: AbsenceRequest,\n companyMarketingInformation: CompanyMarketingInformation,\n ai: Ai,\n statisticLegal: StatisticLegal,\n analyticsUtm: AnalyticsUtm,\n caarl: Caarl,\n gdpr: Gdpr,\n StripePurchase: StripePurchase,\n documentRequest: DocumentRequest,\n balanceSheetReport: BalanceSheetReport,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { Dashboard } from './resources/Dashboard';\nimport { Das } from './resources/Das';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { Project } from './resources/Project';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { Vat } from './resources/Vat';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { SocietyDetail } from './resources/SocietyDetail';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { OnBoarding } from './resources/OnBoarding';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { DocumentSection } from './resources/DocumentSection';\nimport { StatutsGeneration } from './resources/StatutsGeneration';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\nimport { Rating } from './resources/Rating';\nimport { Quotation } from './resources/Quotation';\nimport { Prestations } from './resources/Prestations';\nimport { StatisticCustomerSuccess } from './resources/statistic/CustomerSuccess';\nimport { UnpaidCallHistory } from './resources/UnpaidCallHistory';\nimport { CommercialImport } from './resources/CommercialImport';\nimport { Team } from './resources/Team';\nimport { CashAndExpense } from './resources/CashAndExpense';\nimport { Archive } from './resources/Archive';\nimport { AccountsSector } from './resources/AccountsSectors';\nimport { BusinessSector } from './resources/BusinessSector';\nimport { BusinessPartner } from './resources/BusinessPartner';\nimport { VisualizedInformation } from './resources/VisualizedInformation';\nimport { Fusion } from './resources/Fusion';\nimport { SalesContract } from './resources/SalesContract';\nimport { LeadsToPartners } from './resources/LeadsToPartners';\nimport { ChangeLog } from './resources/ChangeLog';\nimport { ConstitutionHistory } from './resources/ConstitutionHistory';\nimport { CommercialOffer } from './resources/CommercialOffer';\nimport { Card } from './resources/Card';\nimport { DubiousCustomer } from './resources/DubiousCustomer';\nimport { Notion } from './resources/Notion';\nimport { TimeTracking } from './resources/TimeTracking';\nimport { ExercicePrestation } from './resources/ExercicePrestation';\nimport { Equipment } from './resources/Equipment';\nimport { CustomerSignature } from './resources/CustomerSignature';\nimport { IntermediateManagementRebate } from './resources/IntermediateManagementRebate';\nimport { Contest } from './resources/Contest';\nimport { UserSpecialDay } from './resources/UserSpecialDay';\nimport { OldExpertInfo } from './resources/OldExpertInfos';\nimport { ReportMessage } from './resources/ReportMessage';\nimport { CollaboraterDetail } from './resources/CollaboraterDetail';\nimport { ExpertAnnuary } from './resources/ExpertAnnuary';\nimport { Brevo } from './resources/Brevo';\nimport { Synchronisation } from './resources/Synchronisation';\nimport { UpToDateBankAccount } from './resources/UpToDate';\nimport { UserTimeSlot } from './resources/UserTimeSlot';\nimport { Echo } from './resources/Echo';\nimport { Regulation } from './resources/Regulation';\nimport { StatisticDataOfficer } from './resources/statistic/DataOfficer';\nimport { UserSocietyPermission } from './resources/UserSocietyPermission';\nimport { BalanceSheetSupervision } from './resources/BalanceSheetSupervision';\nimport { CompanyCreationForm } from './resources/CompanyCreationForm';\nimport { BankConnection } from './resources/BankConnection';\nimport { ToDoBalanceSheet } from './resources/ToDoBalanceSheet';\nimport { JuridicalMission } from './resources/JuridicalMission';\nimport { PrestationComplementary } from './resources/PrestationComplementary';\nimport { PrevisionalForm } from './resources/PrevisionalForm';\nimport { Refund } from './resources/Refund';\nimport { HumanResourceLibrary } from './resources/HumanResourceLibrary';\nimport { YouSign } from './resources/YouSign';\nimport { RegistrationForm } from './resources/RegistrationForm';\nimport { CommercialEmail } from './resources/CommercialEmail';\nimport { CommercialDocumentTemplate } from './resources/CommercialDocumentTemplate';\nimport { CommercialConditionOfSale } from './resources/CommercialConditionOfSale';\nimport { StatisticMarketing } from './resources/statistic/Marketing';\nimport { Follow } from './resources/Follow';\nimport { AbsenceRequest } from './resources/AbsenceRequest';\nimport { CompanyMarketingInformation } from './resources/CompanyMarketingInformation';\nimport { Ai } from './resources/Ai';\nimport { StatisticLegal } from './resources/statistic/Legal';\nimport { AnalyticsUtm } from './resources/AnalyticsUtm';\nimport { Caarl } from './resources/Caarl';\nimport { Gdpr } from './resources/Gdpr';\nimport { Sellsy } from './resources/Sellsy';\nimport { BankDedup } from './resources/BankDedup';\nimport { StripePurchase } from './resources/StripePurchase';\nimport { DashboardLayout } from './resources/DashboardLayout';\nimport { DocumentRequest } from './resources/DocumentRequest';\nimport { BalanceSheetReport } from './resources/BalanceSheetReport';\nimport { Revenue } from './resources/Revenue';\n\nexport const resources = {\n budgetInsight: BudgetInsight,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n sellsy: Sellsy,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n onBoarding: OnBoarding,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vat: Vat,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n bankDedup: BankDedup,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n societyDetail: SocietyDetail,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n statisticCustomerSuccess: StatisticCustomerSuccess,\n statisticDataOfficer: StatisticDataOfficer,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n documentSection: DocumentSection,\n statutsGeneration: StatutsGeneration,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n rating: Rating,\n acceptance: Acceptance,\n quotation: Quotation,\n prestations: Prestations,\n unpaidCallHistory: UnpaidCallHistory,\n commercialImport: CommercialImport,\n team: Team,\n cashAndExpense: CashAndExpense,\n archive: Archive,\n dashboardLayout: DashboardLayout,\n accountsSector: AccountsSector,\n businessSector: BusinessSector,\n businessPartner: BusinessPartner,\n visualizedInformation: VisualizedInformation,\n fusion: Fusion,\n salesContract: SalesContract,\n leadsToPartners: LeadsToPartners,\n changeLog: ChangeLog,\n constitutionHistory: ConstitutionHistory,\n das: Das,\n commercialOffer: CommercialOffer,\n card: Card,\n dubiousCustomer: DubiousCustomer,\n notion: Notion,\n timeTracking: TimeTracking,\n exercicePrestation: ExercicePrestation,\n intermediateManagementRebate: IntermediateManagementRebate,\n contest: Contest,\n equipment: Equipment,\n customerSignature: CustomerSignature,\n userSpecialDay: UserSpecialDay,\n reportMessage: ReportMessage,\n oldExpertInfo: OldExpertInfo,\n collaboraterDetail: CollaboraterDetail,\n expertAnnuary: ExpertAnnuary,\n brevo: Brevo,\n synchronisation: Synchronisation,\n upToDateBankAccount: UpToDateBankAccount,\n echo: Echo,\n userTimeSlot: UserTimeSlot,\n regulation: Regulation,\n userSocietyPermission: UserSocietyPermission,\n balanceSheetSupervision: BalanceSheetSupervision,\n companyCreationForm: CompanyCreationForm,\n project: Project,\n bankConnection: BankConnection,\n toDoBalanceSheet: ToDoBalanceSheet,\n juridicalMission: JuridicalMission,\n prestationComplementary: PrestationComplementary,\n previsionalForm: PrevisionalForm,\n refund: Refund,\n humanResourceLibrary: HumanResourceLibrary,\n youSign: YouSign,\n registrationForm: RegistrationForm,\n commercialEmail: CommercialEmail,\n commercialDocumentTemplate: CommercialDocumentTemplate,\n commercialConditionOfSale: CommercialConditionOfSale,\n statisticMarketing: StatisticMarketing,\n follow: Follow,\n absenceRequest: AbsenceRequest,\n companyMarketingInformation: CompanyMarketingInformation,\n ai: Ai,\n statisticLegal: StatisticLegal,\n analyticsUtm: AnalyticsUtm,\n caarl: Caarl,\n gdpr: Gdpr,\n StripePurchase: StripePurchase,\n documentRequest: DocumentRequest,\n balanceSheetReport: BalanceSheetReport,\n revenue: Revenue,\n};\n"]}
|
|
@@ -3,5 +3,10 @@ export declare enum BankAccountType {
|
|
|
3
3
|
CASHDESK = 2,
|
|
4
4
|
EXPENSE = 3
|
|
5
5
|
}
|
|
6
|
+
export declare enum BankAccountBalanceState {
|
|
7
|
+
DESYNCHRONIZED = 0,
|
|
8
|
+
SYNCHRONIZED = 1,
|
|
9
|
+
NA = 2
|
|
10
|
+
}
|
|
6
11
|
export type BankAccountSubType = 'article83' | 'capitalisation' | 'card' | 'checking' | 'crowdlending' | 'deposit' | 'joint' | 'ldds' | 'lifeinsurance' | 'loan' | 'madelin' | 'market' | 'pea' | 'pee' | 'per' | 'perco' | 'perp' | 'real_estate' | 'rsp' | 'savings' | 'unknown';
|
|
7
12
|
//# sourceMappingURL=BankAccountType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BankAccountType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/BankAccountType.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,IAAI,IAAI;IACR,QAAQ,IAAI;IACZ,OAAO,IAAI;CACZ;AAED,MAAM,MAAM,kBAAkB,GAC1B,WAAW,GACX,gBAAgB,GAChB,MAAM,GACN,UAAU,GACV,cAAc,GACd,SAAS,GACT,OAAO,GACP,MAAM,GACN,eAAe,GACf,MAAM,GACN,SAAS,GACT,QAAQ,GACR,KAAK,GACL,KAAK,GACL,KAAK,GACL,OAAO,GACP,MAAM,GACN,aAAa,GACb,KAAK,GACL,SAAS,GACT,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"BankAccountType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/BankAccountType.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,IAAI,IAAI;IACR,QAAQ,IAAI;IACZ,OAAO,IAAI;CACZ;AAED,oBAAY,uBAAuB;IACjC,cAAc,IAAI;IAClB,YAAY,IAAI;IAChB,EAAE,IAAI;CACP;AAED,MAAM,MAAM,kBAAkB,GAC1B,WAAW,GACX,gBAAgB,GAChB,MAAM,GACN,UAAU,GACV,cAAc,GACd,SAAS,GACT,OAAO,GACP,MAAM,GACN,eAAe,GACf,MAAM,GACN,SAAS,GACT,QAAQ,GACR,KAAK,GACL,KAAK,GACL,KAAK,GACL,OAAO,GACP,MAAM,GACN,aAAa,GACb,KAAK,GACL,SAAS,GACT,SAAS,CAAC"}
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BankAccountType = void 0;
|
|
3
|
+
exports.BankAccountBalanceState = exports.BankAccountType = void 0;
|
|
4
4
|
var BankAccountType;
|
|
5
5
|
(function (BankAccountType) {
|
|
6
6
|
BankAccountType[BankAccountType["BANK"] = 1] = "BANK";
|
|
7
7
|
BankAccountType[BankAccountType["CASHDESK"] = 2] = "CASHDESK";
|
|
8
8
|
BankAccountType[BankAccountType["EXPENSE"] = 3] = "EXPENSE";
|
|
9
9
|
})(BankAccountType || (exports.BankAccountType = BankAccountType = {}));
|
|
10
|
+
var BankAccountBalanceState;
|
|
11
|
+
(function (BankAccountBalanceState) {
|
|
12
|
+
BankAccountBalanceState[BankAccountBalanceState["DESYNCHRONIZED"] = 0] = "DESYNCHRONIZED";
|
|
13
|
+
BankAccountBalanceState[BankAccountBalanceState["SYNCHRONIZED"] = 1] = "SYNCHRONIZED";
|
|
14
|
+
BankAccountBalanceState[BankAccountBalanceState["NA"] = 2] = "NA";
|
|
15
|
+
})(BankAccountBalanceState || (exports.BankAccountBalanceState = BankAccountBalanceState = {}));
|
|
10
16
|
//# sourceMappingURL=BankAccountType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BankAccountType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/BankAccountType.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,qDAAQ,CAAA;IACR,6DAAY,CAAA;IACZ,2DAAW,CAAA;AACb,CAAC,EAJW,eAAe,+BAAf,eAAe,QAI1B","sourcesContent":["export enum BankAccountType {\n BANK = 1,\n CASHDESK = 2,\n EXPENSE = 3,\n}\n\nexport type BankAccountSubType =\n | 'article83'\n | 'capitalisation'\n | 'card'\n | 'checking'\n | 'crowdlending'\n | 'deposit'\n | 'joint'\n | 'ldds'\n | 'lifeinsurance'\n | 'loan'\n | 'madelin'\n | 'market'\n | 'pea'\n | 'pee'\n | 'per'\n | 'perco'\n | 'perp'\n | 'real_estate'\n | 'rsp'\n | 'savings'\n | 'unknown'
|
|
1
|
+
{"version":3,"file":"BankAccountType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/BankAccountType.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,qDAAQ,CAAA;IACR,6DAAY,CAAA;IACZ,2DAAW,CAAA;AACb,CAAC,EAJW,eAAe,+BAAf,eAAe,QAI1B;AAED,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IACjC,yFAAkB,CAAA;IAClB,qFAAgB,CAAA;IAChB,iEAAM,CAAA;AACR,CAAC,EAJW,uBAAuB,uCAAvB,uBAAuB,QAIlC","sourcesContent":["export enum BankAccountType {\n BANK = 1,\n CASHDESK = 2,\n EXPENSE = 3,\n}\n\nexport enum BankAccountBalanceState {\n DESYNCHRONIZED = 0,\n SYNCHRONIZED = 1,\n NA = 2, // This value is for manual bank accounts where balance synchronization is not applicable\n}\n\nexport type BankAccountSubType =\n | 'article83'\n | 'capitalisation'\n | 'card'\n | 'checking'\n | 'crowdlending'\n | 'deposit'\n | 'joint'\n | 'ldds'\n | 'lifeinsurance'\n | 'loan'\n | 'madelin'\n | 'market'\n | 'pea'\n | 'pee'\n | 'per'\n | 'perco'\n | 'perp'\n | 'real_estate'\n | 'rsp'\n | 'savings'\n | 'unknown';"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Type de mouvement de revenu
|
|
3
|
+
*/
|
|
4
|
+
export declare enum RevenueMovementType {
|
|
5
|
+
/** Nouveau booking (nouvelle prestation souscrite) */
|
|
6
|
+
BOOKING = 1,
|
|
7
|
+
/** Churn (résiliation client) */
|
|
8
|
+
CHURN = 2,
|
|
9
|
+
/** Provision (revenu différé) */
|
|
10
|
+
PROVISION = 3,
|
|
11
|
+
/** Reconnaissance de revenu */
|
|
12
|
+
RECOGNITION = 4,
|
|
13
|
+
/** Upgrade (augmentation de prestation) */
|
|
14
|
+
UPGRADE = 5,
|
|
15
|
+
/** Downgrade (réduction de prestation) */
|
|
16
|
+
DOWNGRADE = 6,
|
|
17
|
+
/** Reactivation (client qui revient) */
|
|
18
|
+
REACTIVATION = 7
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Type de périodicité pour les prestations
|
|
22
|
+
*/
|
|
23
|
+
export declare enum PrestationPeriodicity {
|
|
24
|
+
/** Mensuel */
|
|
25
|
+
MONTHLY = 1,
|
|
26
|
+
/** Trimestriel */
|
|
27
|
+
QUARTERLY = 2,
|
|
28
|
+
/** Annuel */
|
|
29
|
+
YEARLY = 3,
|
|
30
|
+
/** Paiement unique (non récurrent) */
|
|
31
|
+
ONE_TIME = 4
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=Revenue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Revenue.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Revenue.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,mBAAmB;IAC7B,sDAAsD;IACtD,OAAO,IAAI;IAEX,iCAAiC;IACjC,KAAK,IAAI;IAET,iCAAiC;IACjC,SAAS,IAAI;IAEb,+BAA+B;IAC/B,WAAW,IAAI;IAEf,2CAA2C;IAC3C,OAAO,IAAI;IAEX,0CAA0C;IAC1C,SAAS,IAAI;IAEb,wCAAwC;IACxC,YAAY,IAAI;CACjB;AAED;;GAEG;AACH,oBAAY,qBAAqB;IAC/B,cAAc;IACd,OAAO,IAAI;IAEX,kBAAkB;IAClB,SAAS,IAAI;IAEb,aAAa;IACb,MAAM,IAAI;IAEV,sCAAsC;IACtC,QAAQ,IAAI;CACb"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrestationPeriodicity = exports.RevenueMovementType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Type de mouvement de revenu
|
|
6
|
+
*/
|
|
7
|
+
var RevenueMovementType;
|
|
8
|
+
(function (RevenueMovementType) {
|
|
9
|
+
/** Nouveau booking (nouvelle prestation souscrite) */
|
|
10
|
+
RevenueMovementType[RevenueMovementType["BOOKING"] = 1] = "BOOKING";
|
|
11
|
+
/** Churn (résiliation client) */
|
|
12
|
+
RevenueMovementType[RevenueMovementType["CHURN"] = 2] = "CHURN";
|
|
13
|
+
/** Provision (revenu différé) */
|
|
14
|
+
RevenueMovementType[RevenueMovementType["PROVISION"] = 3] = "PROVISION";
|
|
15
|
+
/** Reconnaissance de revenu */
|
|
16
|
+
RevenueMovementType[RevenueMovementType["RECOGNITION"] = 4] = "RECOGNITION";
|
|
17
|
+
/** Upgrade (augmentation de prestation) */
|
|
18
|
+
RevenueMovementType[RevenueMovementType["UPGRADE"] = 5] = "UPGRADE";
|
|
19
|
+
/** Downgrade (réduction de prestation) */
|
|
20
|
+
RevenueMovementType[RevenueMovementType["DOWNGRADE"] = 6] = "DOWNGRADE";
|
|
21
|
+
/** Reactivation (client qui revient) */
|
|
22
|
+
RevenueMovementType[RevenueMovementType["REACTIVATION"] = 7] = "REACTIVATION";
|
|
23
|
+
})(RevenueMovementType || (exports.RevenueMovementType = RevenueMovementType = {}));
|
|
24
|
+
/**
|
|
25
|
+
* Type de périodicité pour les prestations
|
|
26
|
+
*/
|
|
27
|
+
var PrestationPeriodicity;
|
|
28
|
+
(function (PrestationPeriodicity) {
|
|
29
|
+
/** Mensuel */
|
|
30
|
+
PrestationPeriodicity[PrestationPeriodicity["MONTHLY"] = 1] = "MONTHLY";
|
|
31
|
+
/** Trimestriel */
|
|
32
|
+
PrestationPeriodicity[PrestationPeriodicity["QUARTERLY"] = 2] = "QUARTERLY";
|
|
33
|
+
/** Annuel */
|
|
34
|
+
PrestationPeriodicity[PrestationPeriodicity["YEARLY"] = 3] = "YEARLY";
|
|
35
|
+
/** Paiement unique (non récurrent) */
|
|
36
|
+
PrestationPeriodicity[PrestationPeriodicity["ONE_TIME"] = 4] = "ONE_TIME";
|
|
37
|
+
})(PrestationPeriodicity || (exports.PrestationPeriodicity = PrestationPeriodicity = {}));
|
|
38
|
+
//# sourceMappingURL=Revenue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Revenue.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Revenue.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,mBAqBX;AArBD,WAAY,mBAAmB;IAC7B,sDAAsD;IACtD,mEAAW,CAAA;IAEX,iCAAiC;IACjC,+DAAS,CAAA;IAET,iCAAiC;IACjC,uEAAa,CAAA;IAEb,+BAA+B;IAC/B,2EAAe,CAAA;IAEf,2CAA2C;IAC3C,mEAAW,CAAA;IAEX,0CAA0C;IAC1C,uEAAa,CAAA;IAEb,wCAAwC;IACxC,6EAAgB,CAAA;AAClB,CAAC,EArBW,mBAAmB,mCAAnB,mBAAmB,QAqB9B;AAED;;GAEG;AACH,IAAY,qBAYX;AAZD,WAAY,qBAAqB;IAC/B,cAAc;IACd,uEAAW,CAAA;IAEX,kBAAkB;IAClB,2EAAa,CAAA;IAEb,aAAa;IACb,qEAAU,CAAA;IAEV,sCAAsC;IACtC,yEAAY,CAAA;AACd,CAAC,EAZW,qBAAqB,qCAArB,qBAAqB,QAYhC","sourcesContent":["/**\n * Type de mouvement de revenu\n */\nexport enum RevenueMovementType {\n /** Nouveau booking (nouvelle prestation souscrite) */\n BOOKING = 1,\n \n /** Churn (résiliation client) */\n CHURN = 2,\n \n /** Provision (revenu différé) */\n PROVISION = 3,\n \n /** Reconnaissance de revenu */\n RECOGNITION = 4,\n \n /** Upgrade (augmentation de prestation) */\n UPGRADE = 5,\n \n /** Downgrade (réduction de prestation) */\n DOWNGRADE = 6,\n \n /** Reactivation (client qui revient) */\n REACTIVATION = 7,\n}\n\n/**\n * Type de périodicité pour les prestations\n */\nexport enum PrestationPeriodicity {\n /** Mensuel */\n MONTHLY = 1,\n \n /** Trimestriel */\n QUARTERLY = 2,\n \n /** Annuel */\n YEARLY = 3,\n \n /** Paiement unique (non récurrent) */\n ONE_TIME = 4,\n}\n"]}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { RevenueMovementType } from '../../Enum/Revenue';
|
|
2
|
+
/**
|
|
3
|
+
* DTO pour créer un mouvement de revenu
|
|
4
|
+
*/
|
|
5
|
+
export interface ICreateRevenueMovementRequest {
|
|
6
|
+
type: RevenueMovementType;
|
|
7
|
+
idSociety: number;
|
|
8
|
+
idExercice?: number;
|
|
9
|
+
idPrestation?: number;
|
|
10
|
+
idTerminationList?: number;
|
|
11
|
+
amount: number;
|
|
12
|
+
mrr: number;
|
|
13
|
+
arr: number;
|
|
14
|
+
movementDate: Date;
|
|
15
|
+
description?: string;
|
|
16
|
+
metadata?: Record<string, any>;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* DTO pour mettre à jour un mouvement de revenu
|
|
20
|
+
*/
|
|
21
|
+
export interface IUpdateRevenueMovementRequest {
|
|
22
|
+
type?: RevenueMovementType;
|
|
23
|
+
idTerminationList?: number;
|
|
24
|
+
amount?: number;
|
|
25
|
+
mrr?: number;
|
|
26
|
+
arr?: number;
|
|
27
|
+
movementDate?: Date | string;
|
|
28
|
+
description?: string;
|
|
29
|
+
metadata?: Record<string, any>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Filtres pour récupérer les mouvements de revenu
|
|
33
|
+
*/
|
|
34
|
+
export interface IGetRevenueMovementsRequest {
|
|
35
|
+
idSociety?: number;
|
|
36
|
+
idExercice?: number;
|
|
37
|
+
idPrestation?: number;
|
|
38
|
+
idTerminationList?: number;
|
|
39
|
+
type?: RevenueMovementType[];
|
|
40
|
+
startDate?: Date | string;
|
|
41
|
+
endDate?: Date | string;
|
|
42
|
+
page?: number;
|
|
43
|
+
limit?: number;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Réponse paginée pour les mouvements de revenu
|
|
47
|
+
*/
|
|
48
|
+
export interface IGetRevenueMovementsResponse {
|
|
49
|
+
movements: any[];
|
|
50
|
+
total: number;
|
|
51
|
+
page: number;
|
|
52
|
+
limit: number;
|
|
53
|
+
totalPages: number;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* DTO pour générer un snapshot de revenu
|
|
57
|
+
*/
|
|
58
|
+
export interface IGenerateSnapshotRequest {
|
|
59
|
+
date?: string;
|
|
60
|
+
idSociety?: number;
|
|
61
|
+
idExercice?: number;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* DTO pour générer tous les snapshots de revenu
|
|
65
|
+
*/
|
|
66
|
+
export interface IGenerateAllSnapshotsRequest {
|
|
67
|
+
date?: string;
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=revenueMovement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"revenueMovement.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revenueMovement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C,IAAI,EAAE,mBAAmB,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,IAAI,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC7B,SAAS,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,SAAS,EAAE,GAAG,EAAE,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"revenueMovement.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revenueMovement.ts"],"names":[],"mappings":"","sourcesContent":["import { RevenueMovementType } from '../../Enum/Revenue';\n\n/**\n * DTO pour créer un mouvement de revenu\n */\nexport interface ICreateRevenueMovementRequest {\n type: RevenueMovementType;\n idSociety: number;\n idExercice?: number;\n idPrestation?: number;\n idTerminationList?: number;\n amount: number;\n mrr: number;\n arr: number;\n movementDate: Date;\n description?: string;\n metadata?: Record<string, any>;\n}\n\n/**\n * DTO pour mettre à jour un mouvement de revenu\n */\nexport interface IUpdateRevenueMovementRequest {\n type?: RevenueMovementType;\n idTerminationList?: number;\n amount?: number;\n mrr?: number;\n arr?: number;\n movementDate?: Date | string;\n description?: string;\n metadata?: Record<string, any>;\n}\n\n/**\n * Filtres pour récupérer les mouvements de revenu\n */\nexport interface IGetRevenueMovementsRequest {\n idSociety?: number;\n idExercice?: number;\n idPrestation?: number;\n idTerminationList?: number;\n type?: RevenueMovementType[];\n startDate?: Date | string;\n endDate?: Date | string;\n page?: number;\n limit?: number;\n}\n\n/**\n * Réponse paginée pour les mouvements de revenu\n */\nexport interface IGetRevenueMovementsResponse {\n movements: any[]; // IRevenueMovement[]\n total: number;\n page: number;\n limit: number;\n totalPages: number;\n}\n\n/**\n * DTO pour générer un snapshot de revenu\n */\nexport interface IGenerateSnapshotRequest {\n date?: string;\n idSociety?: number;\n idExercice?: number;\n}\n\n/**\n * DTO pour générer tous les snapshots de revenu\n */\nexport interface IGenerateAllSnapshotsRequest {\n date?: string;\n}\n"]}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Filtres pour récupérer les snapshots de revenu
|
|
3
|
+
*/
|
|
4
|
+
export interface IGetRevenueSnapshotsRequest {
|
|
5
|
+
idSociety?: number;
|
|
6
|
+
idExercice?: number;
|
|
7
|
+
startDate?: Date | string;
|
|
8
|
+
endDate?: Date | string;
|
|
9
|
+
page?: number;
|
|
10
|
+
limit?: number;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Réponse paginée pour les snapshots de revenu
|
|
14
|
+
*/
|
|
15
|
+
export interface IGetRevenueSnapshotsResponse {
|
|
16
|
+
snapshots: any[];
|
|
17
|
+
total: number;
|
|
18
|
+
page: number;
|
|
19
|
+
limit: number;
|
|
20
|
+
totalPages: number;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Réponse pour obtenir le dernier snapshot d'une société
|
|
24
|
+
*/
|
|
25
|
+
export interface IGetLatestSnapshotResponse {
|
|
26
|
+
snapshot: any;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Réponse pour obtenir le tableau récapitulatif ARR
|
|
30
|
+
*/
|
|
31
|
+
export interface IGetArrSummaryResponse {
|
|
32
|
+
idSociety?: number;
|
|
33
|
+
idExercice?: number;
|
|
34
|
+
period: {
|
|
35
|
+
startDate: Date;
|
|
36
|
+
endDate: Date;
|
|
37
|
+
};
|
|
38
|
+
summary: {
|
|
39
|
+
currentArr: number;
|
|
40
|
+
currentMrr: number;
|
|
41
|
+
totalBookings: number;
|
|
42
|
+
totalChurn: number;
|
|
43
|
+
totalProvisions: number;
|
|
44
|
+
totalRecognitions: number;
|
|
45
|
+
activeCustomers: number;
|
|
46
|
+
churnRate: number;
|
|
47
|
+
mrrGrowthRate: number;
|
|
48
|
+
};
|
|
49
|
+
timeline: Array<{
|
|
50
|
+
date: Date;
|
|
51
|
+
arr: number;
|
|
52
|
+
mrr: number;
|
|
53
|
+
bookings: number;
|
|
54
|
+
churn: number;
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=revenueSnapshot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"revenueSnapshot.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revenueSnapshot.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,SAAS,EAAE,GAAG,EAAE,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,QAAQ,EAAE,GAAG,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE;QACN,SAAS,EAAE,IAAI,CAAC;QAChB,OAAO,EAAE,IAAI,CAAC;KACf,CAAC;IACF,OAAO,EAAE;QACP,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,MAAM,CAAC;QACtB,UAAU,EAAE,MAAM,CAAC;QACnB,eAAe,EAAE,MAAM,CAAC;QACxB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,eAAe,EAAE,MAAM,CAAC;QACxB,SAAS,EAAE,MAAM,CAAC;QAClB,aAAa,EAAE,MAAM,CAAC;KACvB,CAAC;IACF,QAAQ,EAAE,KAAK,CAAC;QACd,IAAI,EAAE,IAAI,CAAC;QACX,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,QAAQ,EAAE,MAAM,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC,CAAC;CACJ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"revenueSnapshot.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revenueSnapshot.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Filtres pour récupérer les snapshots de revenu\n */\nexport interface IGetRevenueSnapshotsRequest {\n idSociety?: number;\n idExercice?: number;\n startDate?: Date | string;\n endDate?: Date | string;\n page?: number;\n limit?: number;\n}\n\n/**\n * Réponse paginée pour les snapshots de revenu\n */\nexport interface IGetRevenueSnapshotsResponse {\n snapshots: any[]; // IRevenueSnapshot[]\n total: number;\n page: number;\n limit: number;\n totalPages: number;\n}\n\n/**\n * Réponse pour obtenir le dernier snapshot d'une société\n */\nexport interface IGetLatestSnapshotResponse {\n snapshot: any; // IRevenueSnapshot\n}\n\n/**\n * Réponse pour obtenir le tableau récapitulatif ARR\n */\nexport interface IGetArrSummaryResponse {\n idSociety?: number;\n idExercice?: number;\n period: {\n startDate: Date;\n endDate: Date;\n };\n summary: {\n currentArr: number;\n currentMrr: number;\n totalBookings: number;\n totalChurn: number;\n totalProvisions: number;\n totalRecognitions: number;\n activeCustomers: number;\n churnRate: number;\n mrrGrowthRate: number;\n };\n timeline: Array<{\n date: Date;\n arr: number;\n mrr: number;\n bookings: number;\n churn: number;\n }>;\n}\n"]}
|