@silexpert/core 0.4.98 → 0.4.101
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/AccountsSectors.d.ts +8 -0
- package/es/api/resources/AccountsSectors.d.ts.map +1 -0
- package/es/api/resources/AccountsSectors.js +13 -0
- package/es/api/resources/AccountsSectors.js.map +1 -0
- package/es/api/resources/QuotesAccount.d.ts +2 -1
- package/es/api/resources/QuotesAccount.d.ts.map +1 -1
- package/es/api/resources/QuotesAccount.js +4 -1
- package/es/api/resources/QuotesAccount.js.map +1 -1
- 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/Vehicle.d.ts +12 -0
- package/es/api/resources/Vehicle.d.ts.map +1 -0
- package/es/api/resources/Vehicle.js +19 -0
- package/es/api/resources/Vehicle.js.map +1 -0
- package/es/types/Enum/AccountsSectors.d.ts +255 -0
- package/es/types/Enum/AccountsSectors.d.ts.map +1 -0
- package/es/types/Enum/AccountsSectors.js +255 -0
- package/es/types/Enum/AccountsSectors.js.map +1 -0
- 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/RevisionGuide.d.ts +18 -12
- package/es/types/Enum/RevisionGuide.d.ts.map +1 -1
- package/es/types/Enum/RevisionGuide.js +17 -11
- package/es/types/Enum/RevisionGuide.js.map +1 -1
- package/es/types/Interface/api/account/ReadQuoteAccount.d.ts +3 -1
- package/es/types/Interface/api/account/ReadQuoteAccount.d.ts.map +1 -1
- package/es/types/Interface/api/account/ReadQuoteAccount.js.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +5 -0
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/es/types/Interface/api/quotes/CreateQuoteAccount.d.ts +6 -0
- package/es/types/Interface/api/quotes/CreateQuoteAccount.d.ts.map +1 -0
- package/es/types/Interface/api/quotes/CreateQuoteAccount.js +25 -0
- package/es/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -0
- package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts +1 -0
- package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts.map +1 -1
- package/es/types/Interface/api/quotes/QueryQuotesAccount.js +4 -0
- package/es/types/Interface/api/quotes/QueryQuotesAccount.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 +13 -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/society/CreateSociety.d.ts +1 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.js +4 -0
- package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +5 -5
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -6
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +3 -3
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/vehicle/CreateSocietyVehicle.d.ts +17 -0
- package/es/types/Interface/api/vehicle/CreateSocietyVehicle.d.ts.map +1 -0
- package/es/types/Interface/api/vehicle/CreateSocietyVehicle.js +69 -0
- package/es/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -0
- package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.d.ts +17 -0
- package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.d.ts.map +1 -0
- package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.js +69 -0
- package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -0
- package/es/types/Interface/models/IAccount.d.ts +2 -0
- package/es/types/Interface/models/IAccount.d.ts.map +1 -1
- package/es/types/Interface/models/IAccount.js.map +1 -1
- package/es/types/Interface/models/IAccountsSectors.d.ts +6 -0
- package/es/types/Interface/models/IAccountsSectors.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountsSectors.js +2 -0
- package/es/types/Interface/models/IAccountsSectors.js.map +1 -0
- package/es/types/Interface/models/IBankAccount.d.ts +10 -9
- package/es/types/Interface/models/IBankAccount.d.ts.map +1 -1
- package/es/types/Interface/models/IBankAccount.js.map +1 -1
- 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/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/Interface/models/ISocietyVehicle.d.ts +7 -0
- package/es/types/Interface/models/ISocietyVehicle.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyVehicle.js.map +1 -1
- package/es/types/index.d.ts +8 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -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/AccountsSectors.js +26 -0
- package/js/api/resources/AccountsSectors.js.map +1 -0
- package/js/api/resources/QuotesAccount.js +5 -3
- package/js/api/resources/QuotesAccount.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/Vehicle.js +34 -0
- package/js/api/resources/Vehicle.js.map +1 -0
- package/js/types/Enum/AccountsSectors.js +260 -0
- package/js/types/Enum/AccountsSectors.js.map +1 -0
- package/js/types/Enum/Comment.js +19 -19
- package/js/types/Enum/Comment.js.map +1 -1
- package/js/types/Enum/RevisionGuide.js +17 -11
- package/js/types/Enum/RevisionGuide.js.map +1 -1
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +5 -1
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/js/types/Interface/api/quotes/CreateQuoteAccount.js +31 -0
- package/js/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -0
- package/js/types/Interface/api/quotes/QueryQuotesAccount.js +2 -0
- package/js/types/Interface/api/quotes/QueryQuotesAccount.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/{models/IReportMessage.js → api/report/UpdateReport.js} +1 -1
- package/js/types/Interface/{models/IReportMessage.js.map → api/report/UpdateReport.js.map} +1 -1
- package/js/types/Interface/api/society/CreateSociety.js +2 -0
- package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -6
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/vehicle/CreateSocietyVehicle.js +53 -0
- package/js/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -0
- package/js/types/Interface/api/vehicle/UpdateSocietyVehicle.js +53 -0
- package/js/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -0
- package/js/types/Interface/models/IAccountsSectors.js +6 -0
- package/js/types/Interface/models/IAccountsSectors.js.map +1 -0
- package/js/types/index.js +96 -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/AccountsSectors.ts +16 -0
- package/ts/api/resources/QuotesAccount.ts +8 -2
- package/ts/api/resources/Report.ts +8 -15
- package/ts/api/resources/Vehicle.ts +33 -0
- package/ts/types/Enum/AccountsSectors.ts +254 -0
- package/ts/types/Enum/Comment.ts +1 -1
- package/ts/types/Enum/RevisionGuide.ts +17 -11
- package/ts/types/Interface/api/account/ReadQuoteAccount.ts +4 -2
- package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +5 -0
- package/ts/types/Interface/api/quotes/CreateQuoteAccount.ts +12 -0
- package/ts/types/Interface/api/quotes/QueryQuotesAccount.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 +13 -0
- package/ts/types/Interface/api/society/CreateSociety.ts +3 -0
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +6 -6
- package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +3 -3
- package/ts/types/Interface/api/vehicle/CreateSocietyVehicle.ts +45 -0
- package/ts/types/Interface/api/vehicle/UpdateSocietyVehicle.ts +45 -0
- package/ts/types/Interface/models/IAccount.ts +2 -0
- package/ts/types/Interface/models/IAccountsSectors.ts +6 -0
- package/ts/types/Interface/models/IBankAccount.ts +10 -9
- package/ts/types/Interface/models/IComment.ts +10 -9
- package/ts/types/Interface/models/IReport.ts +0 -2
- package/ts/types/Interface/models/ISocietyVehicle.ts +7 -0
- package/ts/types/index.ts +8 -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
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IAccountsSectors } from '../..';
|
|
2
|
+
import { Resource } from '../Resource';
|
|
3
|
+
export declare class AccountsSector extends Resource {
|
|
4
|
+
get(idAccount: number): Promise<IAccountsSectors[]>;
|
|
5
|
+
create(idAccount: number, payload: Array<number>): Promise<IAccountsSectors[]>;
|
|
6
|
+
update(idAccount: number, payload: Array<number>): Promise<IAccountsSectors[]>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=AccountsSectors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountsSectors.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/AccountsSectors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,cAAe,SAAQ,QAAQ;IAC1C,GAAG,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAInD,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAI9E,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;CAG/E"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
export class AccountsSector extends Resource {
|
|
3
|
+
get(idAccount) {
|
|
4
|
+
return this.axios.$get(`/sectors/${idAccount}`);
|
|
5
|
+
}
|
|
6
|
+
create(idAccount, payload) {
|
|
7
|
+
return this.axios.$post(`/sectors/${idAccount}`, payload);
|
|
8
|
+
}
|
|
9
|
+
update(idAccount, payload) {
|
|
10
|
+
return this.axios.$put(`/sectors/${idAccount}`, payload);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=AccountsSectors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountsSectors.js","sourceRoot":"","sources":["../../../ts/api/resources/AccountsSectors.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,cAAe,SAAQ,QAAQ;IAC1C,GAAG,CAAC,SAAiB;QACnB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,EAAE,CAAC,CAAC;IAClD,CAAC;IAED,MAAM,CAAC,SAAiB,EAAE,OAAsB;QAC9C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,SAAS,EAAE,EAAE,OAAO,CAAC,CAAC;IAC5D,CAAC;IAED,MAAM,CAAC,SAAiB,EAAE,OAAsB;QAC9C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;CACF","sourcesContent":["import { IAccountsSectors } from '../..';\nimport { Resource } from '../Resource';\n\nexport class AccountsSector extends Resource {\n get(idAccount: number): Promise<IAccountsSectors[]> {\n return this.axios.$get(`/sectors/${idAccount}`);\n }\n\n create(idAccount: number, payload: Array<number>): Promise<IAccountsSectors[]> {\n return this.axios.$post(`/sectors/${idAccount}`, payload);\n }\n\n update(idAccount: number, payload: Array<number>): Promise<IAccountsSectors[]> {\n return this.axios.$put(`/sectors/${idAccount}`, payload);\n }\n}\n"]}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
2
|
import { IAccountingTransaction, QueryQuotesAccount, ReadQuoteAccount } from '../../types';
|
|
3
3
|
export declare class QuotesAccount extends Resource {
|
|
4
|
-
create(params: QueryQuotesAccount): Promise<IAccountingTransaction>;
|
|
4
|
+
create(params: Omit<QueryQuotesAccount, 'idAccountingTransaction'>): Promise<IAccountingTransaction>;
|
|
5
5
|
get(idExercice: number): Promise<ReadQuoteAccount[]>;
|
|
6
|
+
update(params: QueryQuotesAccount): Promise<IAccountingTransaction>;
|
|
6
7
|
}
|
|
7
8
|
//# sourceMappingURL=QuotesAccount.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuotesAccount.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/QuotesAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG3F,qBAAa,aAAc,SAAQ,QAAQ;IACzC,MAAM,CACJ,MAAM,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"QuotesAccount.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/QuotesAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG3F,qBAAa,aAAc,SAAQ,QAAQ;IACzC,MAAM,CACJ,MAAM,EAAE,IAAI,CAAC,kBAAkB,EAAE,yBAAyB,CAAC,GAC1D,OAAO,CAAC,sBAAsB,CAAC;IAIlC,GAAG,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAIpD,MAAM,CACJ,MAAM,EAAE,kBAAkB,GACzB,OAAO,CAAC,sBAAsB,CAAC;CAGnC"}
|
|
@@ -2,10 +2,13 @@ import { Resource } from '../Resource';
|
|
|
2
2
|
const ROUTE = 'quotes';
|
|
3
3
|
export class QuotesAccount extends Resource {
|
|
4
4
|
create(params) {
|
|
5
|
-
return this.axios.$post(`${ROUTE}/account`,
|
|
5
|
+
return this.axios.$post(`${ROUTE}/account`, params);
|
|
6
6
|
}
|
|
7
7
|
get(idExercice) {
|
|
8
8
|
return this.axios.$get(`${ROUTE}/account/${idExercice}`);
|
|
9
9
|
}
|
|
10
|
+
update(params) {
|
|
11
|
+
return this.axios.$put(`${ROUTE}/account`, params);
|
|
12
|
+
}
|
|
10
13
|
}
|
|
11
14
|
//# sourceMappingURL=QuotesAccount.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuotesAccount.js","sourceRoot":"","sources":["../../../ts/api/resources/QuotesAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,KAAK,GAAG,QAAQ,CAAC;AACvB,MAAM,OAAO,aAAc,SAAQ,QAAQ;IACzC,MAAM,CACJ,
|
|
1
|
+
{"version":3,"file":"QuotesAccount.js","sourceRoot":"","sources":["../../../ts/api/resources/QuotesAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,KAAK,GAAG,QAAQ,CAAC;AACvB,MAAM,OAAO,aAAc,SAAQ,QAAQ;IACzC,MAAM,CACJ,MAA2D;QAE3D,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,KAAK,UAAU,EAAE,MAAM,CAAC,CAAC;IACtD,CAAC;IAED,GAAG,CAAC,UAAkB;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,YAAY,UAAU,EAAE,CAAC,CAAC;IAC3D,CAAC;IAED,MAAM,CACJ,MAA0B;QAE1B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,UAAU,EAAE,MAAM,CAAC,CAAC;IACrD,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { IAccountingTransaction, QueryQuotesAccount, ReadQuoteAccount } from '../../types';\n\nconst ROUTE = 'quotes';\nexport class QuotesAccount extends Resource {\n create(\n params: Omit<QueryQuotesAccount, 'idAccountingTransaction'>,\n ): Promise<IAccountingTransaction> {\n return this.axios.$post(`${ROUTE}/account`, params);\n }\n\n get(idExercice: number): Promise<ReadQuoteAccount[]> {\n return this.axios.$get(`${ROUTE}/account/${idExercice}`);\n }\n\n update(\n params: QueryQuotesAccount,\n ): Promise<IAccountingTransaction> {\n return this.axios.$put(`${ROUTE}/account`, params);\n }\n}"]}
|
|
@@ -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,12 @@
|
|
|
1
|
+
import { CreateSocietyVehicle } from '../../types/Interface/api/vehicle/CreateSocietyVehicle';
|
|
2
|
+
import { UpdateSocietyVehicle } from '../../types/Interface/api/vehicle/UpdateSocietyVehicle';
|
|
3
|
+
import { ISocietyVehicle } from '../../types/Interface/models/ISocietyVehicle';
|
|
4
|
+
import { Resource } from '../Resource';
|
|
5
|
+
export declare class Vehicle extends Resource {
|
|
6
|
+
getAllFromSocietyId(id: number): Promise<ISocietyVehicle>;
|
|
7
|
+
get(id: number, idSocietyVehicle: number): Promise<ISocietyVehicle[]>;
|
|
8
|
+
create(id: number, data: CreateSocietyVehicle): Promise<[ISocietyVehicle, boolean]>;
|
|
9
|
+
update(id: number, idSocietyVehicle: number, data: UpdateSocietyVehicle): Promise<ISocietyVehicle>;
|
|
10
|
+
delete(id: number, idSocietyVehicle: number): Promise<boolean>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=Vehicle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Vehicle.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Vehicle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wDAAwD,CAAC;AAC9F,OAAO,EAAE,oBAAoB,EAAE,MAAM,wDAAwD,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAC/E,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;IAIzD,GAAG,CAAC,EAAE,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC;IAIrE,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,oBAAoB,GACzB,OAAO,CAAC,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;IAItC,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,oBAAoB,GACzB,OAAO,CAAC,eAAe,CAAC;IAI3B,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAG/D"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
export class Vehicle extends Resource {
|
|
3
|
+
getAllFromSocietyId(id) {
|
|
4
|
+
return this.axios.$get(`society/${id}/vehicles`);
|
|
5
|
+
}
|
|
6
|
+
get(id, idSocietyVehicle) {
|
|
7
|
+
return this.axios.$get(`society/${id}/vehicles/${idSocietyVehicle}`);
|
|
8
|
+
}
|
|
9
|
+
create(id, data) {
|
|
10
|
+
return this.axios.$post(`society/${id}/vehicles`, data);
|
|
11
|
+
}
|
|
12
|
+
update(id, idSocietyVehicle, data) {
|
|
13
|
+
return this.axios.$put(`society/${id}/vehicles/${idSocietyVehicle}`, data);
|
|
14
|
+
}
|
|
15
|
+
delete(id, idSocietyVehicle) {
|
|
16
|
+
return this.axios.$delete(`society/${id}/vehicles/${idSocietyVehicle}`);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=Vehicle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Vehicle.js","sourceRoot":"","sources":["../../../ts/api/resources/Vehicle.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,mBAAmB,CAAC,EAAU;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;IACnD,CAAC;IAED,GAAG,CAAC,EAAU,EAAE,gBAAwB;QACtC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,aAAa,gBAAgB,EAAE,CAAC,CAAC;IACvE,CAAC;IAED,MAAM,CACJ,EAAU,EACV,IAA0B;QAE1B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,EAAE,WAAW,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;IAED,MAAM,CACJ,EAAU,EACV,gBAAwB,EACxB,IAA0B;QAE1B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,aAAa,gBAAgB,EAAE,EAAE,IAAI,CAAC,CAAC;IAC7E,CAAC;IAED,MAAM,CAAC,EAAU,EAAE,gBAAwB;QACzC,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,WAAW,EAAE,aAAa,gBAAgB,EAAE,CAAC,CAAC;IAC1E,CAAC;CACF","sourcesContent":["import { CreateSocietyVehicle } from '../../types/Interface/api/vehicle/CreateSocietyVehicle';\nimport { UpdateSocietyVehicle } from '../../types/Interface/api/vehicle/UpdateSocietyVehicle';\nimport { ISocietyVehicle } from '../../types/Interface/models/ISocietyVehicle';\nimport { Resource } from '../Resource';\n\nexport class Vehicle extends Resource {\n getAllFromSocietyId(id: number): Promise<ISocietyVehicle> {\n return this.axios.$get(`society/${id}/vehicles`);\n }\n\n get(id: number, idSocietyVehicle: number): Promise<ISocietyVehicle[]> {\n return this.axios.$get(`society/${id}/vehicles/${idSocietyVehicle}`);\n }\n\n create(\n id: number,\n data: CreateSocietyVehicle,\n ): Promise<[ISocietyVehicle, boolean]> {\n return this.axios.$post(`society/${id}/vehicles`, data);\n }\n\n update(\n id: number,\n idSocietyVehicle: number,\n data: UpdateSocietyVehicle,\n ): Promise<ISocietyVehicle> {\n return this.axios.$put(`society/${id}/vehicles/${idSocietyVehicle}`, data);\n }\n\n delete(id: number, idSocietyVehicle: number): Promise<boolean> {\n return this.axios.$delete(`society/${id}/vehicles/${idSocietyVehicle}`);\n }\n}\n"]}
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
export declare const AccountsSectorsEnum: {
|
|
2
|
+
DEFAULT: {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
};
|
|
6
|
+
DOCTORS: {
|
|
7
|
+
id: number;
|
|
8
|
+
name: string;
|
|
9
|
+
};
|
|
10
|
+
PEDIATRICIAN: {
|
|
11
|
+
id: number;
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
14
|
+
CARDIOLOGIST: {
|
|
15
|
+
id: number;
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
18
|
+
SURGEON: {
|
|
19
|
+
id: number;
|
|
20
|
+
name: string;
|
|
21
|
+
};
|
|
22
|
+
DENTIST: {
|
|
23
|
+
id: number;
|
|
24
|
+
name: string;
|
|
25
|
+
};
|
|
26
|
+
OBSTETRICIAN_GYNECOLOGIST: {
|
|
27
|
+
id: number;
|
|
28
|
+
name: string;
|
|
29
|
+
};
|
|
30
|
+
MIDWIFE: {
|
|
31
|
+
id: number;
|
|
32
|
+
name: string;
|
|
33
|
+
};
|
|
34
|
+
DERMATOLOGIST: {
|
|
35
|
+
id: number;
|
|
36
|
+
name: string;
|
|
37
|
+
};
|
|
38
|
+
RADIOLOGIST: {
|
|
39
|
+
id: number;
|
|
40
|
+
name: string;
|
|
41
|
+
};
|
|
42
|
+
OPHTAMOLOGIST: {
|
|
43
|
+
id: number;
|
|
44
|
+
name: string;
|
|
45
|
+
};
|
|
46
|
+
GERIATRICIAN: {
|
|
47
|
+
id: number;
|
|
48
|
+
name: string;
|
|
49
|
+
};
|
|
50
|
+
ANESTHESIOLOGIST_RESUSCITATOR: {
|
|
51
|
+
id: number;
|
|
52
|
+
name: string;
|
|
53
|
+
};
|
|
54
|
+
ALLERGIST: {
|
|
55
|
+
id: number;
|
|
56
|
+
name: string;
|
|
57
|
+
};
|
|
58
|
+
VETERINARY: {
|
|
59
|
+
id: number;
|
|
60
|
+
name: string;
|
|
61
|
+
};
|
|
62
|
+
ACUPUNCTURIST: {
|
|
63
|
+
id: number;
|
|
64
|
+
name: string;
|
|
65
|
+
};
|
|
66
|
+
CHILD_PSYCHIATRIST: {
|
|
67
|
+
id: number;
|
|
68
|
+
name: string;
|
|
69
|
+
};
|
|
70
|
+
PHYTOTHERAPIST: {
|
|
71
|
+
id: number;
|
|
72
|
+
name: string;
|
|
73
|
+
};
|
|
74
|
+
NURSE: {
|
|
75
|
+
id: number;
|
|
76
|
+
name: string;
|
|
77
|
+
};
|
|
78
|
+
OSTEOPATH: {
|
|
79
|
+
id: number;
|
|
80
|
+
name: string;
|
|
81
|
+
};
|
|
82
|
+
CHIROPRACTOR: {
|
|
83
|
+
id: number;
|
|
84
|
+
name: string;
|
|
85
|
+
};
|
|
86
|
+
DIETICIAN: {
|
|
87
|
+
id: number;
|
|
88
|
+
name: string;
|
|
89
|
+
};
|
|
90
|
+
PHYSIOTHERAPIST: {
|
|
91
|
+
id: number;
|
|
92
|
+
name: string;
|
|
93
|
+
};
|
|
94
|
+
OCCUPATIONAL_THERAPIST: {
|
|
95
|
+
id: number;
|
|
96
|
+
name: string;
|
|
97
|
+
};
|
|
98
|
+
SPEECH_THERAPIST: {
|
|
99
|
+
id: number;
|
|
100
|
+
name: string;
|
|
101
|
+
};
|
|
102
|
+
OPTICIAN_OPTOMETRIST: {
|
|
103
|
+
id: number;
|
|
104
|
+
name: string;
|
|
105
|
+
};
|
|
106
|
+
ORTHOPEDIST_ORTHOTIST: {
|
|
107
|
+
id: number;
|
|
108
|
+
name: string;
|
|
109
|
+
};
|
|
110
|
+
ORTHOPROSTHETIST: {
|
|
111
|
+
id: number;
|
|
112
|
+
name: string;
|
|
113
|
+
};
|
|
114
|
+
ORTHOPIST: {
|
|
115
|
+
id: number;
|
|
116
|
+
name: string;
|
|
117
|
+
};
|
|
118
|
+
PODIATRIST_PEDICURE: {
|
|
119
|
+
id: number;
|
|
120
|
+
name: string;
|
|
121
|
+
};
|
|
122
|
+
PSYCHOMOTOR_THERAPIST: {
|
|
123
|
+
id: number;
|
|
124
|
+
name: string;
|
|
125
|
+
};
|
|
126
|
+
NATUROPATH: {
|
|
127
|
+
id: number;
|
|
128
|
+
name: string;
|
|
129
|
+
};
|
|
130
|
+
AUDIOPROTHESIST: {
|
|
131
|
+
id: number;
|
|
132
|
+
name: string;
|
|
133
|
+
};
|
|
134
|
+
CHILD_CARE: {
|
|
135
|
+
id: number;
|
|
136
|
+
name: string;
|
|
137
|
+
};
|
|
138
|
+
ACCOUNTANT: {
|
|
139
|
+
id: number;
|
|
140
|
+
name: string;
|
|
141
|
+
};
|
|
142
|
+
STATUTORY_AUDITOR: {
|
|
143
|
+
id: number;
|
|
144
|
+
name: string;
|
|
145
|
+
};
|
|
146
|
+
JUDICIARY_ADMINISTRATOR: {
|
|
147
|
+
id: number;
|
|
148
|
+
name: string;
|
|
149
|
+
};
|
|
150
|
+
LEGAL_REPRESENTATIVE: {
|
|
151
|
+
id: number;
|
|
152
|
+
name: string;
|
|
153
|
+
};
|
|
154
|
+
CLERK: {
|
|
155
|
+
id: number;
|
|
156
|
+
name: string;
|
|
157
|
+
};
|
|
158
|
+
BAILIFF: {
|
|
159
|
+
id: number;
|
|
160
|
+
name: string;
|
|
161
|
+
};
|
|
162
|
+
NOTARY: {
|
|
163
|
+
id: number;
|
|
164
|
+
name: string;
|
|
165
|
+
};
|
|
166
|
+
LAWYER: {
|
|
167
|
+
id: number;
|
|
168
|
+
name: string;
|
|
169
|
+
};
|
|
170
|
+
HUMAN_RESOURCES: {
|
|
171
|
+
id: number;
|
|
172
|
+
name: string;
|
|
173
|
+
};
|
|
174
|
+
MANAGEMENT_SAVING: {
|
|
175
|
+
id: number;
|
|
176
|
+
name: string;
|
|
177
|
+
};
|
|
178
|
+
FINANCIAL: {
|
|
179
|
+
id: number;
|
|
180
|
+
name: string;
|
|
181
|
+
};
|
|
182
|
+
MARKETING: {
|
|
183
|
+
id: number;
|
|
184
|
+
name: string;
|
|
185
|
+
};
|
|
186
|
+
COMPUTER_SCIENTIST: {
|
|
187
|
+
id: number;
|
|
188
|
+
name: string;
|
|
189
|
+
};
|
|
190
|
+
GRAPHIC_DESIGNER: {
|
|
191
|
+
id: number;
|
|
192
|
+
name: string;
|
|
193
|
+
};
|
|
194
|
+
FORMER: {
|
|
195
|
+
id: number;
|
|
196
|
+
name: string;
|
|
197
|
+
};
|
|
198
|
+
TEACHER: {
|
|
199
|
+
id: number;
|
|
200
|
+
name: string;
|
|
201
|
+
};
|
|
202
|
+
TRAINER: {
|
|
203
|
+
id: number;
|
|
204
|
+
name: string;
|
|
205
|
+
};
|
|
206
|
+
PHOTOGRAPHER: {
|
|
207
|
+
id: number;
|
|
208
|
+
name: string;
|
|
209
|
+
};
|
|
210
|
+
TRANSLATOR: {
|
|
211
|
+
id: number;
|
|
212
|
+
name: string;
|
|
213
|
+
};
|
|
214
|
+
SPORT_COACH: {
|
|
215
|
+
id: number;
|
|
216
|
+
name: string;
|
|
217
|
+
};
|
|
218
|
+
AUTOR_ARTIST: {
|
|
219
|
+
id: number;
|
|
220
|
+
name: string;
|
|
221
|
+
};
|
|
222
|
+
COMMERCIAL_AGENT: {
|
|
223
|
+
id: number;
|
|
224
|
+
name: string;
|
|
225
|
+
};
|
|
226
|
+
CONSULTANT: {
|
|
227
|
+
id: number;
|
|
228
|
+
name: string;
|
|
229
|
+
};
|
|
230
|
+
ARCHITECT: {
|
|
231
|
+
id: number;
|
|
232
|
+
name: string;
|
|
233
|
+
};
|
|
234
|
+
SURVEYOR: {
|
|
235
|
+
id: number;
|
|
236
|
+
name: string;
|
|
237
|
+
};
|
|
238
|
+
PROJECT_MANAGER: {
|
|
239
|
+
id: number;
|
|
240
|
+
name: string;
|
|
241
|
+
};
|
|
242
|
+
QUANTITY_SURVEYOR: {
|
|
243
|
+
id: number;
|
|
244
|
+
name: string;
|
|
245
|
+
};
|
|
246
|
+
LANDSCAPER: {
|
|
247
|
+
id: number;
|
|
248
|
+
name: string;
|
|
249
|
+
};
|
|
250
|
+
SOCIOLOGIST: {
|
|
251
|
+
id: number;
|
|
252
|
+
name: string;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
//# sourceMappingURL=AccountsSectors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountsSectors.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/AccountsSectors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6P/B,CAAC"}
|