@silexpert/core 0.4.97 → 0.4.100
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/Report.d.ts +6 -16
- package/es/api/resources/Report.d.ts.map +1 -1
- package/es/api/resources/Report.js +4 -4
- package/es/api/resources/Report.js.map +1 -1
- package/es/api/resources/Tax.d.ts +7 -0
- package/es/api/resources/Tax.d.ts.map +1 -0
- package/es/api/resources/Tax.js +10 -0
- package/es/api/resources/Tax.js.map +1 -0
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Comment.d.ts +1 -1
- package/es/types/Enum/Comment.js +19 -19
- package/es/types/Enum/Comment.js.map +1 -1
- package/es/types/Enum/Log.d.ts +35 -0
- package/es/types/Enum/Log.d.ts.map +1 -0
- package/es/types/Enum/Log.js +38 -0
- package/es/types/Enum/Log.js.map +1 -0
- package/es/types/Enum/Tax.d.ts +31 -0
- package/es/types/Enum/Tax.d.ts.map +1 -0
- package/es/types/Enum/Tax.js +34 -0
- package/es/types/Enum/Tax.js.map +1 -0
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +6 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/es/types/Interface/api/log/CreateLog.d.ts +14 -0
- package/es/types/Interface/api/log/CreateLog.d.ts.map +1 -0
- package/es/types/Interface/api/log/CreateLog.js +2 -0
- package/es/types/Interface/api/log/CreateLog.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.d.ts +2 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.d.ts.map +1 -1
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -1
- package/es/types/Interface/api/report/CreateReport.d.ts +2 -2
- package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/es/types/Interface/api/report/CreateReport.js +2 -2
- package/es/types/Interface/api/report/CreateReport.js.map +1 -1
- package/es/types/Interface/api/report/QueryReportsStats.d.ts +5 -0
- package/es/types/Interface/api/report/QueryReportsStats.d.ts.map +1 -0
- package/es/types/Interface/api/report/QueryReportsStats.js +21 -0
- package/es/types/Interface/api/report/QueryReportsStats.js.map +1 -0
- package/es/types/Interface/api/report/ReadReport.d.ts +1 -2
- package/es/types/Interface/api/report/ReadReport.d.ts.map +1 -1
- package/es/types/Interface/api/report/ReadReport.js.map +1 -1
- package/es/types/Interface/api/report/ReadReportStats.d.ts +6 -0
- package/es/types/Interface/api/report/ReadReportStats.d.ts.map +1 -0
- package/es/types/Interface/api/report/ReadReportStats.js +2 -0
- package/es/types/Interface/api/report/ReadReportStats.js.map +1 -0
- package/es/types/Interface/api/report/UpdateReport.d.ts +8 -0
- package/es/types/Interface/api/report/UpdateReport.d.ts.map +1 -0
- package/es/types/Interface/api/report/UpdateReport.js +2 -0
- package/es/types/Interface/api/report/UpdateReport.js.map +1 -0
- package/es/types/Interface/api/tax/CreateTax.d.ts +12 -0
- package/es/types/Interface/api/tax/CreateTax.d.ts.map +1 -0
- package/es/types/Interface/api/tax/CreateTax.js +52 -0
- package/es/types/Interface/api/tax/CreateTax.js.map +1 -0
- package/es/types/Interface/api/tax/ReadTax.d.ts +20 -0
- package/es/types/Interface/api/tax/ReadTax.d.ts.map +1 -0
- package/es/types/Interface/api/tax/ReadTax.js +2 -0
- package/es/types/Interface/api/tax/ReadTax.js.map +1 -0
- package/es/types/Interface/models/IComment.d.ts +10 -9
- package/es/types/Interface/models/IComment.d.ts.map +1 -1
- package/es/types/Interface/models/IComment.js.map +1 -1
- package/es/types/Interface/models/ICustomerIsRegime.d.ts +5 -4
- package/es/types/Interface/models/ICustomerIsRegime.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerIsRegime.js.map +1 -1
- package/es/types/Interface/models/IPartneredAccountantService.d.ts +3 -0
- package/es/types/Interface/models/IPartneredAccountantService.d.ts.map +1 -1
- package/es/types/Interface/models/IPartneredAccountantService.js.map +1 -1
- package/es/types/Interface/models/IPartneredAccountantServiceIcon.d.ts +10 -0
- package/es/types/Interface/models/IPartneredAccountantServiceIcon.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantServiceIcon.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantServiceIcon.js.map +1 -0
- package/es/types/Interface/models/IReport.d.ts +0 -2
- package/es/types/Interface/models/IReport.d.ts.map +1 -1
- package/es/types/Interface/models/IReport.js.map +1 -1
- package/es/types/index.d.ts +9 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +9 -1
- package/es/types/index.js.map +1 -1
- package/es/utils/transforms/boolean.transform.d.ts.map +1 -1
- package/es/utils/transforms/boolean.transform.js +1 -1
- package/es/utils/transforms/boolean.transform.js.map +1 -1
- package/js/api/resources/Report.js +10 -6
- package/js/api/resources/Report.js.map +1 -1
- package/js/api/resources/Tax.js +22 -0
- package/js/api/resources/Tax.js.map +1 -0
- package/js/api/resources.js +3 -0
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Comment.js +19 -19
- package/js/types/Enum/Comment.js.map +1 -1
- package/js/types/Enum/Log.js +48 -0
- package/js/types/Enum/Log.js.map +1 -0
- package/js/types/Enum/Tax.js +44 -0
- package/js/types/Enum/Tax.js.map +1 -0
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +6 -2
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/js/types/Interface/{models/IReportMessage.js → api/log/CreateLog.js} +1 -1
- package/js/types/Interface/{models/IReportMessage.js.map → api/log/CreateLog.js.map} +1 -1
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -1
- package/js/types/Interface/api/report/CreateReport.js +2 -2
- package/js/types/Interface/api/report/CreateReport.js.map +1 -1
- package/js/types/Interface/api/report/QueryReportsStats.js +29 -0
- package/js/types/Interface/api/report/QueryReportsStats.js.map +1 -0
- package/js/types/Interface/api/report/ReadReportStats.js +6 -0
- package/js/types/Interface/api/report/ReadReportStats.js.map +1 -0
- package/js/types/Interface/api/report/UpdateReport.js +6 -0
- package/js/types/Interface/api/report/UpdateReport.js.map +1 -0
- package/js/types/Interface/api/tax/CreateTax.js +66 -0
- package/js/types/Interface/api/tax/CreateTax.js.map +1 -0
- package/js/types/Interface/api/tax/ReadTax.js +6 -0
- package/js/types/Interface/api/tax/ReadTax.js.map +1 -0
- package/js/types/Interface/models/IPartneredAccountantServiceIcon.js +6 -0
- package/js/types/Interface/models/IPartneredAccountantServiceIcon.js.map +1 -0
- package/js/types/index.js +108 -12
- package/js/types/index.js.map +1 -1
- package/js/utils/transforms/boolean.transform.js +1 -1
- package/js/utils/transforms/boolean.transform.js.map +1 -1
- package/package.json +2 -2
- package/ts/api/resources/Report.ts +8 -15
- package/ts/api/resources/Tax.ts +13 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/Comment.ts +1 -1
- package/ts/types/Enum/Log.ts +36 -0
- package/ts/types/Enum/Tax.ts +32 -0
- package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +6 -1
- package/ts/types/Interface/api/log/CreateLog.ts +11 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts +3 -0
- package/ts/types/Interface/api/report/CreateReport.ts +3 -3
- package/ts/types/Interface/api/report/QueryReportsStats.ts +9 -0
- package/ts/types/Interface/api/report/ReadReport.ts +1 -2
- package/ts/types/Interface/api/report/ReadReportStats.ts +6 -0
- package/ts/types/Interface/api/report/UpdateReport.ts +8 -0
- package/ts/types/Interface/api/tax/CreateTax.ts +34 -0
- package/ts/types/Interface/api/tax/ReadTax.ts +22 -0
- package/ts/types/Interface/models/IComment.ts +10 -9
- package/ts/types/Interface/models/ICustomerIsRegime.ts +5 -4
- package/ts/types/Interface/models/IPartneredAccountantService.ts +3 -0
- package/ts/types/Interface/models/IPartneredAccountantServiceIcon.ts +13 -0
- package/ts/types/Interface/models/IReport.ts +0 -2
- package/ts/types/index.ts +9 -1
- package/ts/utils/transforms/boolean.transform.ts +1 -1
- package/es/types/Interface/models/IReportMessage.d.ts +0 -11
- package/es/types/Interface/models/IReportMessage.d.ts.map +0 -1
- package/es/types/Interface/models/IReportMessage.js +0 -2
- package/es/types/Interface/models/IReportMessage.js.map +0 -1
- package/ts/types/Interface/models/IReportMessage.ts +0 -14
|
@@ -1,21 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CancelToken } from 'axios';
|
|
2
|
+
import { BasePaginate, CreateReport, DeleteReport, QueryPaginate, QueryReports, QueryReportsStats, ReadReport, ReadReportStats, UpdateReport } from '../../types';
|
|
2
3
|
import { Resource } from '../Resource';
|
|
3
4
|
export declare class Report extends Resource {
|
|
4
|
-
getPaginate(params:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
search?: string;
|
|
8
|
-
page?: number;
|
|
9
|
-
limit?: number;
|
|
10
|
-
}): Promise<BasePaginate<ReadReport> | Error>;
|
|
11
|
-
getStats(params: {
|
|
12
|
-
year: number;
|
|
13
|
-
}): Promise<Error | {
|
|
14
|
-
nbMonth: number;
|
|
15
|
-
count: number;
|
|
16
|
-
}[]>;
|
|
17
|
-
update(params: ReadReport): Promise<[number, Report[]]>;
|
|
5
|
+
getPaginate(params: QueryReports & QueryPaginate, cancelToken?: CancelToken): Promise<BasePaginate<ReadReport>>;
|
|
6
|
+
getStats(params: QueryReportsStats, cancelToken?: CancelToken): Promise<ReadReportStats[]>;
|
|
7
|
+
update(params: UpdateReport): Promise<[number, Report[]]>;
|
|
18
8
|
create(params: CreateReport): Promise<Report>;
|
|
19
|
-
delete(params:
|
|
9
|
+
delete(params: DeleteReport): Promise<Report>;
|
|
20
10
|
}
|
|
21
11
|
//# sourceMappingURL=Report.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Report.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Report.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EAAE,YAAY,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"Report.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Report.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EACL,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,iBAAiB,EAAE,UAAU,EAAE,eAAe,EAAE,YAAY,EACpI,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,MAAO,SAAQ,QAAQ;IAClC,WAAW,CAAC,MAAM,EAAE,YAAY,GAAG,aAAa,EAAE,WAAW,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;IAG/G,QAAQ,CAAC,MAAM,EAAE,iBAAiB,EAAE,WAAW,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC;IAG1F,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAGzD,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAG7C,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;CAG9C"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
2
|
export class Report extends Resource {
|
|
3
|
-
getPaginate(params) {
|
|
4
|
-
return this.axios.$get('/reports', { params });
|
|
3
|
+
getPaginate(params, cancelToken) {
|
|
4
|
+
return this.axios.$get('/reports', Object.assign({ params }, (cancelToken ? { cancelToken } : {})));
|
|
5
5
|
}
|
|
6
|
-
getStats(params) {
|
|
7
|
-
return this.axios.$get('/reports/stats', { params });
|
|
6
|
+
getStats(params, cancelToken) {
|
|
7
|
+
return this.axios.$get('/reports/stats', Object.assign({ params }, (cancelToken ? { cancelToken } : {})));
|
|
8
8
|
}
|
|
9
9
|
update(params) {
|
|
10
10
|
return this.axios.$put('/reports', params);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Report.js","sourceRoot":"","sources":["../../../ts/api/resources/Report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Report.js","sourceRoot":"","sources":["../../../ts/api/resources/Report.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,MAAO,SAAQ,QAAQ;IAClC,WAAW,CAAC,MAAoC,EAAE,WAAyB;QACzE,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,kBAAI,MAAM,IAAK,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAG,CAAC;IAC1F,CAAC;IACD,QAAQ,CAAC,MAAyB,EAAE,WAAyB;QAC3D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,kBAAI,MAAM,IAAK,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAG,CAAC;IAChG,CAAC;IACD,MAAM,CAAC,MAAoB;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;IAC7C,CAAC;IACD,MAAM,CAAC,MAAoB;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;IAC9C,CAAC;IACD,MAAM,CAAC,MAAoB;QACzB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC;IACrD,CAAC;CACF","sourcesContent":["import { CancelToken } from 'axios';\nimport {\n BasePaginate, CreateReport, DeleteReport, QueryPaginate, QueryReports, QueryReportsStats, ReadReport, ReadReportStats, UpdateReport,\n} from '../../types';\nimport { Resource } from '../Resource';\n\nexport class Report extends Resource {\n getPaginate(params: QueryReports & QueryPaginate, cancelToken?: CancelToken): Promise<BasePaginate<ReadReport>> {\n return this.axios.$get('/reports', { params, ...(cancelToken ? { cancelToken } : {}) });\n }\n getStats(params: QueryReportsStats, cancelToken?: CancelToken): Promise<ReadReportStats[]> {\n return this.axios.$get('/reports/stats', { params, ...(cancelToken ? { cancelToken } : {}) });\n }\n update(params: UpdateReport): Promise<[number, Report[]]> {\n return this.axios.$put('/reports', params);\n }\n create(params: CreateReport): Promise<Report> {\n return this.axios.$post('/reports', params);\n }\n delete(params: DeleteReport): Promise<Report> {\n return this.axios.$delete(`/reports/${params.id}`);\n }\n}"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
import { ReadTax, CreateTax, ICustomerIsRegime } from '../../types';
|
|
3
|
+
export declare class Tax extends Resource {
|
|
4
|
+
getAll(id: number): Promise<ReadTax>;
|
|
5
|
+
create(id: number, payload: CreateTax): Promise<ICustomerIsRegime>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=Tax.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tax.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Tax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,OAAO,EAAE,SAAS,EAAE,iBAAiB,EACtC,MAAM,aAAa,CAAC;AAErB,qBAAa,GAAI,SAAQ,QAAQ;IAC/B,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAGpC,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAGnE"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
export class Tax extends Resource {
|
|
3
|
+
getAll(id) {
|
|
4
|
+
return this.axios.$get(`/exercice/${id}/taxes`);
|
|
5
|
+
}
|
|
6
|
+
create(id, payload) {
|
|
7
|
+
return this.axios.$post(`/exercice/${id}/taxes`, payload);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=Tax.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tax.js","sourceRoot":"","sources":["../../../ts/api/resources/Tax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,GAAI,SAAQ,QAAQ;IAC/B,MAAM,CAAC,EAAU;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;IAClD,CAAC;IACD,MAAM,CAAC,EAAU,EAAE,OAAkB;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;IAC5D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ReadTax, CreateTax, ICustomerIsRegime,\n} from '../../types';\n\nexport class Tax extends Resource {\n getAll(id: number): Promise<ReadTax> {\n return this.axios.$get(`/exercice/${id}/taxes`);\n }\n create(id: number, payload: CreateTax): Promise<ICustomerIsRegime> {\n return this.axios.$post(`/exercice/${id}/taxes`, payload);\n }\n}"]}
|
package/es/api/resources.d.ts
CHANGED
|
@@ -40,6 +40,7 @@ import { TaxDeadline } from './resources/TaxDeadline';
|
|
|
40
40
|
import { ExerciceNote } from './resources/ExerciceNote';
|
|
41
41
|
import { Connector } from './resources/Connector';
|
|
42
42
|
import { PartneredAccountant } from './resources/PartneredAccountant';
|
|
43
|
+
import { Tax } from './resources/Tax';
|
|
43
44
|
import { QuotesAccount } from './resources/QuotesAccount';
|
|
44
45
|
export declare const resources: {
|
|
45
46
|
simulation: typeof Simulation;
|
|
@@ -84,6 +85,7 @@ export declare const resources: {
|
|
|
84
85
|
exerciceNote: typeof ExerciceNote;
|
|
85
86
|
connector: typeof Connector;
|
|
86
87
|
partneredAccountant: typeof PartneredAccountant;
|
|
88
|
+
tax: typeof Tax;
|
|
87
89
|
quotesAccount: typeof QuotesAccount;
|
|
88
90
|
};
|
|
89
91
|
//# sourceMappingURL=resources.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE1D,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE1D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CrB,CAAC"}
|
package/es/api/resources.js
CHANGED
|
@@ -40,6 +40,7 @@ import { TaxDeadline } from './resources/TaxDeadline';
|
|
|
40
40
|
import { ExerciceNote } from './resources/ExerciceNote';
|
|
41
41
|
import { Connector } from './resources/Connector';
|
|
42
42
|
import { PartneredAccountant } from './resources/PartneredAccountant';
|
|
43
|
+
import { Tax } from './resources/Tax';
|
|
43
44
|
import { QuotesAccount } from './resources/QuotesAccount';
|
|
44
45
|
export const resources = {
|
|
45
46
|
simulation: Simulation,
|
|
@@ -84,6 +85,7 @@ export const resources = {
|
|
|
84
85
|
exerciceNote: ExerciceNote,
|
|
85
86
|
connector: Connector,
|
|
86
87
|
partneredAccountant: PartneredAccountant,
|
|
88
|
+
tax: Tax,
|
|
87
89
|
quotesAccount: QuotesAccount,
|
|
88
90
|
};
|
|
89
91
|
//# sourceMappingURL=resources.js.map
|
package/es/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\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 { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\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 { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\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 { PartneredAccountant } from './resources/PartneredAccountant';\nimport { QuotesAccount } from './resources/QuotesAccount';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\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 balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n societyPromoCode: SocietyPromoCode,\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 partneredAccountant: PartneredAccountant,\n quotesAccount: QuotesAccount,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\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 { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\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 { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\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 { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\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 balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n societyPromoCode: SocietyPromoCode,\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 partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n};\n"]}
|
package/es/types/Enum/Comment.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export var
|
|
2
|
-
(function (
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
})(
|
|
1
|
+
export var CommentType;
|
|
2
|
+
(function (CommentType) {
|
|
3
|
+
CommentType[CommentType["ACCOUNTANT"] = 1] = "ACCOUNTANT";
|
|
4
|
+
CommentType[CommentType["JURIDICAL"] = 2] = "JURIDICAL";
|
|
5
|
+
CommentType[CommentType["SOCIAL"] = 3] = "SOCIAL";
|
|
6
|
+
CommentType[CommentType["REGULATION"] = 4] = "REGULATION";
|
|
7
|
+
CommentType[CommentType["PAYMENT"] = 5] = "PAYMENT";
|
|
8
|
+
CommentType[CommentType["SUPERVISION"] = 6] = "SUPERVISION";
|
|
9
|
+
CommentType[CommentType["ADMINISTRATIVE"] = 7] = "ADMINISTRATIVE";
|
|
10
|
+
CommentType[CommentType["ON_BOARDING"] = 8] = "ON_BOARDING";
|
|
11
|
+
CommentType[CommentType["INVOICING"] = 9] = "INVOICING";
|
|
12
|
+
CommentType[CommentType["PROCEDURE"] = 10] = "PROCEDURE";
|
|
13
|
+
CommentType[CommentType["BANK_ACCOUNT"] = 11] = "BANK_ACCOUNT";
|
|
14
|
+
CommentType[CommentType["VAT"] = 12] = "VAT";
|
|
15
|
+
CommentType[CommentType["RECALL"] = 13] = "RECALL";
|
|
16
|
+
CommentType[CommentType["SUPPORT"] = 14] = "SUPPORT";
|
|
17
|
+
CommentType[CommentType["LETTER"] = 15] = "LETTER";
|
|
18
|
+
CommentType[CommentType["REPORTS"] = 16] = "REPORTS";
|
|
19
|
+
})(CommentType || (CommentType = {}));
|
|
20
20
|
//# sourceMappingURL=Comment.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Comment.js","sourceRoot":"","sources":["../../../ts/types/Enum/Comment.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WAiBX;AAjBD,WAAY,WAAW;IACrB,yDAAc,CAAA;IACd,uDAAa,CAAA;IACb,iDAAU,CAAA;IACV,yDAAc,CAAA;IACd,mDAAW,CAAA;IACX,2DAAe,CAAA;IACf,iEAAkB,CAAA;IAClB,2DAAe,CAAA;IACf,uDAAa,CAAA;IACb,wDAAc,CAAA;IACd,8DAAiB,CAAA;IACjB,4CAAQ,CAAA;IACR,kDAAW,CAAA;IACX,oDAAY,CAAA;IACZ,kDAAW,CAAA;IACX,oDAAY,CAAA;AACd,CAAC,EAjBW,WAAW,KAAX,WAAW,QAiBtB","sourcesContent":["export enum
|
|
1
|
+
{"version":3,"file":"Comment.js","sourceRoot":"","sources":["../../../ts/types/Enum/Comment.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WAiBX;AAjBD,WAAY,WAAW;IACrB,yDAAc,CAAA;IACd,uDAAa,CAAA;IACb,iDAAU,CAAA;IACV,yDAAc,CAAA;IACd,mDAAW,CAAA;IACX,2DAAe,CAAA;IACf,iEAAkB,CAAA;IAClB,2DAAe,CAAA;IACf,uDAAa,CAAA;IACb,wDAAc,CAAA;IACd,8DAAiB,CAAA;IACjB,4CAAQ,CAAA;IACR,kDAAW,CAAA;IACX,oDAAY,CAAA;IACZ,kDAAW,CAAA;IACX,oDAAY,CAAA;AACd,CAAC,EAjBW,WAAW,KAAX,WAAW,QAiBtB","sourcesContent":["export enum CommentType {\n ACCOUNTANT = 1,\n JURIDICAL = 2,\n SOCIAL = 3,\n REGULATION = 4,\n PAYMENT = 5,\n SUPERVISION = 6,\n ADMINISTRATIVE = 7,\n ON_BOARDING = 8,\n INVOICING = 9,\n PROCEDURE = 10,\n BANK_ACCOUNT = 11,\n VAT = 12,\n RECALL = 13,\n SUPPORT = 14,\n LETTER = 15,\n REPORTS = 16,\n}"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare enum ActionType {
|
|
2
|
+
POST = 1,
|
|
3
|
+
PUT = 2,
|
|
4
|
+
DELETE = 3
|
|
5
|
+
}
|
|
6
|
+
export declare enum Source {
|
|
7
|
+
MY_CLEMENTINE = 1,
|
|
8
|
+
CLEMENTINIER = 2
|
|
9
|
+
}
|
|
10
|
+
export declare enum LogType {
|
|
11
|
+
VAT = 1,
|
|
12
|
+
TAX = 2,
|
|
13
|
+
BALANCESHEET = 3,
|
|
14
|
+
SUPERVISION = 4,
|
|
15
|
+
TASK = 5,
|
|
16
|
+
COMMENT = 6,
|
|
17
|
+
MAIL = 7,
|
|
18
|
+
REPORT = 8,
|
|
19
|
+
EXPORT = 9,
|
|
20
|
+
REVISION = 10,
|
|
21
|
+
ARCHIVING = 11,
|
|
22
|
+
UNARCHIVING = 12,
|
|
23
|
+
PAYMENT_DELETED = 13,
|
|
24
|
+
LOGIN = 14,
|
|
25
|
+
PAUSE = 15,
|
|
26
|
+
DAY_END = 16,
|
|
27
|
+
GENERIC_ACCOUNT = 17,
|
|
28
|
+
BANK_ACCOUNT_FUSION = 18,
|
|
29
|
+
IMPORT = 19,
|
|
30
|
+
PAUSE_END = 20,
|
|
31
|
+
UNPAID = 21,
|
|
32
|
+
DELETE = 22,
|
|
33
|
+
REGULATION_DELETE = 23
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=Log.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Log.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Log.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,IAAI,IAAI;IACR,GAAG,IAAI;IACP,MAAM,IAAI;CACX;AAED,oBAAY,MAAM;IAChB,aAAa,IAAI;IACjB,YAAY,IAAI;CACjB;AAED,oBAAY,OAAO;IACjB,GAAG,IAAI;IACP,GAAG,IAAI;IACP,YAAY,IAAI;IAChB,WAAW,IAAI;IACf,IAAI,IAAI;IACR,OAAO,IAAI;IACX,IAAI,IAAI;IACR,MAAM,IAAI;IACV,MAAM,IAAI;IACV,QAAQ,KAAK;IACb,SAAS,KAAK;IACd,WAAW,KAAK;IAChB,eAAe,KAAK;IACpB,KAAK,KAAK;IACV,KAAK,KAAK;IACV,OAAO,KAAK;IACZ,eAAe,KAAK;IACpB,mBAAmB,KAAK;IACxB,MAAM,KAAK;IACX,SAAS,KAAK;IACd,MAAM,KAAK;IACX,MAAM,KAAK;IACX,iBAAiB,KAAK;CACvB"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export var ActionType;
|
|
2
|
+
(function (ActionType) {
|
|
3
|
+
ActionType[ActionType["POST"] = 1] = "POST";
|
|
4
|
+
ActionType[ActionType["PUT"] = 2] = "PUT";
|
|
5
|
+
ActionType[ActionType["DELETE"] = 3] = "DELETE";
|
|
6
|
+
})(ActionType || (ActionType = {}));
|
|
7
|
+
export var Source;
|
|
8
|
+
(function (Source) {
|
|
9
|
+
Source[Source["MY_CLEMENTINE"] = 1] = "MY_CLEMENTINE";
|
|
10
|
+
Source[Source["CLEMENTINIER"] = 2] = "CLEMENTINIER";
|
|
11
|
+
})(Source || (Source = {}));
|
|
12
|
+
export var LogType;
|
|
13
|
+
(function (LogType) {
|
|
14
|
+
LogType[LogType["VAT"] = 1] = "VAT";
|
|
15
|
+
LogType[LogType["TAX"] = 2] = "TAX";
|
|
16
|
+
LogType[LogType["BALANCESHEET"] = 3] = "BALANCESHEET";
|
|
17
|
+
LogType[LogType["SUPERVISION"] = 4] = "SUPERVISION";
|
|
18
|
+
LogType[LogType["TASK"] = 5] = "TASK";
|
|
19
|
+
LogType[LogType["COMMENT"] = 6] = "COMMENT";
|
|
20
|
+
LogType[LogType["MAIL"] = 7] = "MAIL";
|
|
21
|
+
LogType[LogType["REPORT"] = 8] = "REPORT";
|
|
22
|
+
LogType[LogType["EXPORT"] = 9] = "EXPORT";
|
|
23
|
+
LogType[LogType["REVISION"] = 10] = "REVISION";
|
|
24
|
+
LogType[LogType["ARCHIVING"] = 11] = "ARCHIVING";
|
|
25
|
+
LogType[LogType["UNARCHIVING"] = 12] = "UNARCHIVING";
|
|
26
|
+
LogType[LogType["PAYMENT_DELETED"] = 13] = "PAYMENT_DELETED";
|
|
27
|
+
LogType[LogType["LOGIN"] = 14] = "LOGIN";
|
|
28
|
+
LogType[LogType["PAUSE"] = 15] = "PAUSE";
|
|
29
|
+
LogType[LogType["DAY_END"] = 16] = "DAY_END";
|
|
30
|
+
LogType[LogType["GENERIC_ACCOUNT"] = 17] = "GENERIC_ACCOUNT";
|
|
31
|
+
LogType[LogType["BANK_ACCOUNT_FUSION"] = 18] = "BANK_ACCOUNT_FUSION";
|
|
32
|
+
LogType[LogType["IMPORT"] = 19] = "IMPORT";
|
|
33
|
+
LogType[LogType["PAUSE_END"] = 20] = "PAUSE_END";
|
|
34
|
+
LogType[LogType["UNPAID"] = 21] = "UNPAID";
|
|
35
|
+
LogType[LogType["DELETE"] = 22] = "DELETE";
|
|
36
|
+
LogType[LogType["REGULATION_DELETE"] = 23] = "REGULATION_DELETE";
|
|
37
|
+
})(LogType || (LogType = {}));
|
|
38
|
+
//# sourceMappingURL=Log.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Log.js","sourceRoot":"","sources":["../../../ts/types/Enum/Log.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,2CAAQ,CAAA;IACR,yCAAO,CAAA;IACP,+CAAU,CAAA;AACZ,CAAC,EAJW,UAAU,KAAV,UAAU,QAIrB;AAED,MAAM,CAAN,IAAY,MAGX;AAHD,WAAY,MAAM;IAChB,qDAAiB,CAAA;IACjB,mDAAgB,CAAA;AAClB,CAAC,EAHW,MAAM,KAAN,MAAM,QAGjB;AAED,MAAM,CAAN,IAAY,OAwBX;AAxBD,WAAY,OAAO;IACjB,mCAAO,CAAA;IACP,mCAAO,CAAA;IACP,qDAAgB,CAAA;IAChB,mDAAe,CAAA;IACf,qCAAQ,CAAA;IACR,2CAAW,CAAA;IACX,qCAAQ,CAAA;IACR,yCAAU,CAAA;IACV,yCAAU,CAAA;IACV,8CAAa,CAAA;IACb,gDAAc,CAAA;IACd,oDAAgB,CAAA;IAChB,4DAAoB,CAAA;IACpB,wCAAU,CAAA;IACV,wCAAU,CAAA;IACV,4CAAY,CAAA;IACZ,4DAAoB,CAAA;IACpB,oEAAwB,CAAA;IACxB,0CAAW,CAAA;IACX,gDAAc,CAAA;IACd,0CAAW,CAAA;IACX,0CAAW,CAAA;IACX,gEAAsB,CAAA;AACxB,CAAC,EAxBW,OAAO,KAAP,OAAO,QAwBlB","sourcesContent":["export enum ActionType {\n POST = 1,\n PUT = 2,\n DELETE = 3,\n}\n\nexport enum Source {\n MY_CLEMENTINE = 1,\n CLEMENTINIER = 2,\n}\n\nexport enum LogType {\n VAT = 1,\n TAX = 2,\n BALANCESHEET = 3,\n SUPERVISION = 4,\n TASK = 5,\n COMMENT = 6,\n MAIL = 7,\n REPORT = 8,\n EXPORT = 9,\n REVISION = 10,\n ARCHIVING = 11,\n UNARCHIVING = 12,\n PAYMENT_DELETED = 13,\n LOGIN = 14,\n PAUSE = 15,\n DAY_END = 16,\n GENERIC_ACCOUNT = 17,\n BANK_ACCOUNT_FUSION = 18,\n IMPORT = 19,\n PAUSE_END = 20,\n UNPAID = 21,\n DELETE = 22,\n REGULATION_DELETE = 23,\n}"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare enum TaxType {
|
|
2
|
+
DEFAULT = 0,
|
|
3
|
+
TO_PAY = 1,
|
|
4
|
+
REPORTABLE = 2,
|
|
5
|
+
REFUND = 3
|
|
6
|
+
}
|
|
7
|
+
export declare enum TaxState {
|
|
8
|
+
WAITING = 0,
|
|
9
|
+
WAITING_CLIENT = 14,
|
|
10
|
+
TO_DO = 13,
|
|
11
|
+
CLIENT_PROBLEM = 3,
|
|
12
|
+
SENDED_TO_CLIENT = 6,
|
|
13
|
+
ACCEPTED_BY_CLIENT = 11,
|
|
14
|
+
REFUSED_BY_CLIENT = 12,
|
|
15
|
+
SENDED_TO_SIE = 2,
|
|
16
|
+
ACCEPTED_BY_SIE = 1,
|
|
17
|
+
SIE_PROBLEM = 10,
|
|
18
|
+
DONE_BY_CLIENT = 4,
|
|
19
|
+
UNPAID = 9,
|
|
20
|
+
NA = 5
|
|
21
|
+
}
|
|
22
|
+
export declare enum TaxCredit {
|
|
23
|
+
NOTHING = 0,
|
|
24
|
+
CICE = 1,
|
|
25
|
+
CIR = 2,
|
|
26
|
+
PATRONAGE = 3,
|
|
27
|
+
TRAINING = 4,
|
|
28
|
+
LEARNING_CREDIT = 5,
|
|
29
|
+
OTHER = 6
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=Tax.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tax.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Tax.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,OAAO,IAAI;IACX,MAAM,IAAI;IACV,UAAU,IAAI;IACd,MAAM,IAAI;CACX;AAED,oBAAY,QAAQ;IAClB,OAAO,IAAI;IACX,cAAc,KAAK;IACnB,KAAK,KAAK;IACV,cAAc,IAAI;IAClB,gBAAgB,IAAI;IACpB,kBAAkB,KAAK;IACvB,iBAAiB,KAAK;IACtB,aAAa,IAAI;IACjB,eAAe,IAAI;IACnB,WAAW,KAAK;IAChB,cAAc,IAAI;IAClB,MAAM,IAAI;IACV,EAAE,IAAI;CACP;AAED,oBAAY,SAAS;IACnB,OAAO,IAAI;IACX,IAAI,IAAI;IACR,GAAG,IAAI;IACP,SAAS,IAAI;IACb,QAAQ,IAAI;IACZ,eAAe,IAAI;IACnB,KAAK,IAAI;CACV"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export var TaxType;
|
|
2
|
+
(function (TaxType) {
|
|
3
|
+
TaxType[TaxType["DEFAULT"] = 0] = "DEFAULT";
|
|
4
|
+
TaxType[TaxType["TO_PAY"] = 1] = "TO_PAY";
|
|
5
|
+
TaxType[TaxType["REPORTABLE"] = 2] = "REPORTABLE";
|
|
6
|
+
TaxType[TaxType["REFUND"] = 3] = "REFUND";
|
|
7
|
+
})(TaxType || (TaxType = {}));
|
|
8
|
+
export var TaxState;
|
|
9
|
+
(function (TaxState) {
|
|
10
|
+
TaxState[TaxState["WAITING"] = 0] = "WAITING";
|
|
11
|
+
TaxState[TaxState["WAITING_CLIENT"] = 14] = "WAITING_CLIENT";
|
|
12
|
+
TaxState[TaxState["TO_DO"] = 13] = "TO_DO";
|
|
13
|
+
TaxState[TaxState["CLIENT_PROBLEM"] = 3] = "CLIENT_PROBLEM";
|
|
14
|
+
TaxState[TaxState["SENDED_TO_CLIENT"] = 6] = "SENDED_TO_CLIENT";
|
|
15
|
+
TaxState[TaxState["ACCEPTED_BY_CLIENT"] = 11] = "ACCEPTED_BY_CLIENT";
|
|
16
|
+
TaxState[TaxState["REFUSED_BY_CLIENT"] = 12] = "REFUSED_BY_CLIENT";
|
|
17
|
+
TaxState[TaxState["SENDED_TO_SIE"] = 2] = "SENDED_TO_SIE";
|
|
18
|
+
TaxState[TaxState["ACCEPTED_BY_SIE"] = 1] = "ACCEPTED_BY_SIE";
|
|
19
|
+
TaxState[TaxState["SIE_PROBLEM"] = 10] = "SIE_PROBLEM";
|
|
20
|
+
TaxState[TaxState["DONE_BY_CLIENT"] = 4] = "DONE_BY_CLIENT";
|
|
21
|
+
TaxState[TaxState["UNPAID"] = 9] = "UNPAID";
|
|
22
|
+
TaxState[TaxState["NA"] = 5] = "NA";
|
|
23
|
+
})(TaxState || (TaxState = {}));
|
|
24
|
+
export var TaxCredit;
|
|
25
|
+
(function (TaxCredit) {
|
|
26
|
+
TaxCredit[TaxCredit["NOTHING"] = 0] = "NOTHING";
|
|
27
|
+
TaxCredit[TaxCredit["CICE"] = 1] = "CICE";
|
|
28
|
+
TaxCredit[TaxCredit["CIR"] = 2] = "CIR";
|
|
29
|
+
TaxCredit[TaxCredit["PATRONAGE"] = 3] = "PATRONAGE";
|
|
30
|
+
TaxCredit[TaxCredit["TRAINING"] = 4] = "TRAINING";
|
|
31
|
+
TaxCredit[TaxCredit["LEARNING_CREDIT"] = 5] = "LEARNING_CREDIT";
|
|
32
|
+
TaxCredit[TaxCredit["OTHER"] = 6] = "OTHER";
|
|
33
|
+
})(TaxCredit || (TaxCredit = {}));
|
|
34
|
+
//# sourceMappingURL=Tax.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tax.js","sourceRoot":"","sources":["../../../ts/types/Enum/Tax.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,OAKX;AALD,WAAY,OAAO;IACjB,2CAAW,CAAA;IACX,yCAAU,CAAA;IACV,iDAAc,CAAA;IACd,yCAAU,CAAA;AACZ,CAAC,EALW,OAAO,KAAP,OAAO,QAKlB;AAED,MAAM,CAAN,IAAY,QAcX;AAdD,WAAY,QAAQ;IAClB,6CAAW,CAAA;IACX,4DAAmB,CAAA;IACnB,0CAAU,CAAA;IACV,2DAAkB,CAAA;IAClB,+DAAoB,CAAA;IACpB,oEAAuB,CAAA;IACvB,kEAAsB,CAAA;IACtB,yDAAiB,CAAA;IACjB,6DAAmB,CAAA;IACnB,sDAAgB,CAAA;IAChB,2DAAkB,CAAA;IAClB,2CAAU,CAAA;IACV,mCAAM,CAAA;AACR,CAAC,EAdW,QAAQ,KAAR,QAAQ,QAcnB;AAED,MAAM,CAAN,IAAY,SAQX;AARD,WAAY,SAAS;IACnB,+CAAW,CAAA;IACX,yCAAQ,CAAA;IACR,uCAAO,CAAA;IACP,mDAAa,CAAA;IACb,iDAAY,CAAA;IACZ,+DAAmB,CAAA;IACnB,2CAAS,CAAA;AACX,CAAC,EARW,SAAS,KAAT,SAAS,QAQpB","sourcesContent":["export enum TaxType {\n DEFAULT = 0,\n TO_PAY = 1,\n REPORTABLE = 2,\n REFUND = 3,\n}\n\nexport enum TaxState {\n WAITING = 0,\n WAITING_CLIENT = 14,\n TO_DO = 13,\n CLIENT_PROBLEM = 3,\n SENDED_TO_CLIENT = 6,\n ACCEPTED_BY_CLIENT = 11,\n REFUSED_BY_CLIENT = 12,\n SENDED_TO_SIE = 2,\n ACCEPTED_BY_SIE = 1,\n SIE_PROBLEM = 10,\n DONE_BY_CLIENT = 4,\n UNPAID = 9,\n NA = 5,\n}\n\nexport enum TaxCredit {\n NOTHING = 0,\n CICE = 1,\n CIR = 2,\n PATRONAGE = 3,\n TRAINING = 4,\n LEARNING_CREDIT = 5,\n OTHER = 6,\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnnotateAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AnnotateAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAInE,oBAAY,kBAAkB,GAAG,eAAe,CAAC;AAEjD,qBAAa,SAAS;IACpB,GAAG,CAAC,EAAG,MAAM,GAAG;QACd,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB,EAAE,CAAC;IACJ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAGD,oBAAY,6BAA6B,GAAG,SAAS,EAAE,CAAC;AAExD,qBAAa,2BAA2B;IAGtC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC;IAEtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAKvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,SAAS,CAAC,EAAE,IAAI,CAAC;IAEjB,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAGD,MAAM,WAAW,kCAAmC,SAAQ,sBAAsB;IAChF,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,OAAO,CAAC;IAC5B,OAAO,CAAC,EAAE,6BAA6B,CAAC;CACzC"}
|
|
@@ -7,7 +7,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
+
import { IsBoolean, IsOptional } from 'class-validator';
|
|
10
11
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
11
13
|
export class FormEntry {
|
|
12
14
|
}
|
|
13
15
|
export class UpdateAccountingTransaction {
|
|
@@ -30,12 +32,15 @@ __decorate([
|
|
|
30
32
|
], UpdateAccountingTransaction.prototype, "exported", void 0);
|
|
31
33
|
__decorate([
|
|
32
34
|
ApiPropertyOptional(),
|
|
35
|
+
IsBoolean(),
|
|
36
|
+
ToBoolean(),
|
|
37
|
+
IsOptional(),
|
|
33
38
|
__metadata("design:type", Boolean)
|
|
34
39
|
], UpdateAccountingTransaction.prototype, "isAsset", void 0);
|
|
35
40
|
__decorate([
|
|
36
41
|
ApiPropertyOptional(),
|
|
37
42
|
__metadata("design:type", Date)
|
|
38
|
-
], UpdateAccountingTransaction.prototype, "
|
|
43
|
+
], UpdateAccountingTransaction.prototype, "dateValue", void 0);
|
|
39
44
|
__decorate([
|
|
40
45
|
ApiPropertyOptional(),
|
|
41
46
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnnotateAccountingTransaction.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"AnnotateAccountingTransaction.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAExD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAI3E,MAAM,OAAO,SAAS;CAYrB;AAKD,MAAM,OAAO,2BAA2B;CAuBvC;AApBC;IAFC,mBAAmB,EAAE;;4DAEA;AAEtB;IADC,mBAAmB,EAAE;;4DACL;AAEjB;IADC,mBAAmB,EAAE;;qEACI;AAE1B;IADC,mBAAmB,EAAE;;6DACC;AAKvB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;4DACK;AAElB;IADC,mBAAmB,EAAE;8BACV,IAAI;8DAAC;AAEjB;IADC,mBAAmB,EAAE;;kEACC;AAEvB;IADC,mBAAmB,EAAE;;yDACR;AAEd;IADC,mBAAmB,EAAE;;yEACQ","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { IAccountingTransaction, IImmobilization } from '../../..';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport type FormImmobilization = IImmobilization;\n\nexport class FormEntry {\n vat? : number | {\n idVat: number;\n amount: number;\n }[];\n idAccount?: number;\n idThirdParty?: number;\n amountAllTaxIncludedPurchase?: number;\n designation?: string;\n amountAllTaxIncluded?: number;\n immobilization?: FormImmobilization; // pour la création d'une immo\n idImmobilization?: number; //\n}\n\n// Permet d'annoté une transaction bancaire Split, Marge, Intracom, Immo etc...\nexport type AnnotateAccountingTransaction = FormEntry[];\n\nexport class UpdateAccountingTransaction {\n @ApiPropertyOptional()\n // @Type(() => FormEntry)\n entries?: FormEntry[];\n @ApiPropertyOptional()\n comment?: string;\n @ApiPropertyOptional()\n idSocietyPartner?: number;\n @ApiPropertyOptional()\n exported?: Date | null;\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isAsset?: boolean;\n @ApiPropertyOptional()\n dateValue?: Date;\n @ApiPropertyOptional()\n invoiceNumber?: string;\n @ApiPropertyOptional()\n name?: string;\n @ApiPropertyOptional()\n amountAllTaxIncluded?: number;\n}\n\n// Permet d'afficher une transaction bancaire avec les informations de base ainsi que les informations d'annotations\nexport interface ReadFormattedAccountingTransaction extends IAccountingTransaction {\n amount: number;\n comment: string | null;\n designation: string | null;\n debit: number;\n credit: number;\n autoAnnotateWithML: boolean;\n entries?: AnnotateAccountingTransaction;\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ActionType } from '../../..';
|
|
2
|
+
export declare type CreateLog = {
|
|
3
|
+
idUser: number;
|
|
4
|
+
payload?: any;
|
|
5
|
+
client?: {
|
|
6
|
+
idExercice?: number;
|
|
7
|
+
idSociety?: number;
|
|
8
|
+
};
|
|
9
|
+
idAction: ActionType;
|
|
10
|
+
idTypeLog: number;
|
|
11
|
+
referer?: string;
|
|
12
|
+
ip?: string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=CreateLog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateLog.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/log/CreateLog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,oBAAY,SAAS,GAAG;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,MAAM,CAAC,EAAE;QAAE,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACrD,QAAQ,EAAE,UAAU,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateLog.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/log/CreateLog.ts"],"names":[],"mappings":"","sourcesContent":["import { ActionType } from '../../..';\n\nexport type CreateLog = {\n idUser: number,\n payload?: any,\n client?: { idExercice?: number, idSociety?: number },\n idAction: ActionType,\n idTypeLog: number,\n referer?: string,\n ip?: string\n};"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IPartneredAccountantServiceIcon } from '../../models/IPartneredAccountantServiceIcon';
|
|
1
2
|
export declare class ReadPartneredAccountantService {
|
|
2
3
|
id: number;
|
|
3
4
|
name: string;
|
|
@@ -5,5 +6,6 @@ export declare class ReadPartneredAccountantService {
|
|
|
5
6
|
preTaxPrice: number;
|
|
6
7
|
idPartneredAccountant: number;
|
|
7
8
|
isPending: boolean;
|
|
9
|
+
icon: IPartneredAccountantServiceIcon;
|
|
8
10
|
}
|
|
9
11
|
//# sourceMappingURL=ReadPartneredAccountantService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadPartneredAccountantService.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"names":[],"mappings":"AAAA,qBAAa,8BAA8B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,SAAS,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantService.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,8CAA8C,CAAC;AAE/F,qBAAa,8BAA8B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,SAAS,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,+BAA+B,CAAC;CACvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadPartneredAccountantService.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantService.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,8BAA8B;CAQ1C","sourcesContent":["import { IPartneredAccountantServiceIcon } from '../../models/IPartneredAccountantServiceIcon';\n\nexport class ReadPartneredAccountantService {\n id: number;\n name: string;\n description: string;\n preTaxPrice: number;\n idPartneredAccountant: number;\n isPending: boolean;\n icon: IPartneredAccountantServiceIcon;\n}"]}
|
|
@@ -4,7 +4,7 @@ export declare class CreateReport implements IReport {
|
|
|
4
4
|
idReportType?: number;
|
|
5
5
|
idSociety?: number;
|
|
6
6
|
idUser: number;
|
|
7
|
-
|
|
7
|
+
comment: string;
|
|
8
8
|
search?: string;
|
|
9
9
|
declareSoupcons?: boolean;
|
|
10
10
|
state?: number;
|
|
@@ -12,7 +12,7 @@ export declare class CreateReport implements IReport {
|
|
|
12
12
|
ressenti?: number;
|
|
13
13
|
action?: number;
|
|
14
14
|
processed?: boolean;
|
|
15
|
-
letterDate
|
|
15
|
+
letterDate?: Date;
|
|
16
16
|
receivedFile?: TFile;
|
|
17
17
|
responseFile?: TFile;
|
|
18
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,YAAa,YAAW,OAAO;IAE1C,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,MAAM,EAAE,MAAM,CAAC;IAGf,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,eAAe,CAAC,EAAE,OAAO,CAAC;IAG1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,WAAW,CAAC,EAAE,OAAO,CAAC;IAGtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,UAAU,EAAE,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,YAAa,YAAW,OAAO;IAE1C,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,MAAM,EAAE,MAAM,CAAC;IAGf,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,eAAe,CAAC,EAAE,OAAO,CAAC;IAG1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,WAAW,CAAC,EAAE,OAAO,CAAC;IAGtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,UAAU,CAAC,EAAE,IAAI,CAAC;IAGlB,YAAY,CAAC,EAAE,KAAK,CAAC;IAGrB,YAAY,CAAC,EAAE,KAAK,CAAC;CACtB"}
|
|
@@ -25,7 +25,7 @@ __decorate([
|
|
|
25
25
|
__decorate([
|
|
26
26
|
ApiProperty(),
|
|
27
27
|
__metadata("design:type", String)
|
|
28
|
-
], CreateReport.prototype, "
|
|
28
|
+
], CreateReport.prototype, "comment", void 0);
|
|
29
29
|
__decorate([
|
|
30
30
|
ApiPropertyOptional(),
|
|
31
31
|
__metadata("design:type", String)
|
|
@@ -55,7 +55,7 @@ __decorate([
|
|
|
55
55
|
__metadata("design:type", Boolean)
|
|
56
56
|
], CreateReport.prototype, "processed", void 0);
|
|
57
57
|
__decorate([
|
|
58
|
-
|
|
58
|
+
ApiPropertyOptional(),
|
|
59
59
|
__metadata("design:type", Date)
|
|
60
60
|
], CreateReport.prototype, "letterDate", void 0);
|
|
61
61
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,YAAY;CA0CxB;AAxCC;IADC,mBAAmB,EAAE;;kDACA;AAGtB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,WAAW,EAAE;;4CACC;AAGf;IADC,WAAW,EAAE;;6CACE;AAGhB;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;qDACI;AAG1B;IADC,mBAAmB,EAAE;;2CACP;AAGf;IADC,mBAAmB,EAAE;;iDACA;AAGtB;IADC,mBAAmB,EAAE;;8CACJ;AAGlB;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;+CACF;AAGpB;IADC,
|
|
1
|
+
{"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,YAAY;CA0CxB;AAxCC;IADC,mBAAmB,EAAE;;kDACA;AAGtB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,WAAW,EAAE;;4CACC;AAGf;IADC,WAAW,EAAE;;6CACE;AAGhB;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;qDACI;AAG1B;IADC,mBAAmB,EAAE;;2CACP;AAGf;IADC,mBAAmB,EAAE;;iDACA;AAGtB;IADC,mBAAmB,EAAE;;8CACJ;AAGlB;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;+CACF;AAGpB;IADC,mBAAmB,EAAE;8BACT,IAAI;gDAAC;AAGlB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD","sourcesContent":["import { IReport } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateReport implements IReport {\n @ApiPropertyOptional()\n idReportType?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n declareSoupcons?: boolean;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n informerjlb?: boolean;\n\n @ApiPropertyOptional()\n ressenti?: number;\n\n @ApiPropertyOptional()\n action?: number;\n\n @ApiPropertyOptional()\n processed?: boolean;\n\n @ApiPropertyOptional()\n letterDate?: Date;\n\n @ApiPropertyOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n responseFile?: TFile;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryReportsStats.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/QueryReportsStats.ts"],"names":[],"mappings":"AAEA,qBAAa,iBAAiB;IAE5B,IAAI,EAAE,MAAM,CAAC;IAGb,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC5B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class QueryReportsStats {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Number)
|
|
16
|
+
], QueryReportsStats.prototype, "year", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Object)
|
|
20
|
+
], QueryReportsStats.prototype, "idUser", void 0);
|
|
21
|
+
//# sourceMappingURL=QueryReportsStats.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryReportsStats.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/QueryReportsStats.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,iBAAiB;CAM7B;AAJC;IADC,WAAW,EAAE;;+CACD;AAGb;IADC,mBAAmB,EAAE;;iDACK","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryReportsStats {\n @ApiProperty()\n year: number;\n\n @ApiPropertyOptional()\n idUser?: number | number[];\n}\n"]}
|