@silexpert/core 0.4.52 → 0.4.53
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/CustomerProviderOperation.js +1 -1
- package/es/api/resources/CustomerProviderOperation.js.map +1 -1
- package/es/api/resources/Dashboard.d.ts +1 -1
- package/es/api/resources/Dashboard.js +1 -1
- package/es/api/resources/Dashboard.js.map +1 -1
- package/es/api/resources/IncomeAllocation.d.ts +11 -0
- package/es/api/resources/IncomeAllocation.d.ts.map +1 -0
- package/es/api/resources/IncomeAllocation.js +22 -0
- package/es/api/resources/IncomeAllocation.js.map +1 -0
- package/es/api/resources/Transaction.d.ts +2 -2
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js.map +1 -1
- 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/Account.d.ts +40 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +40 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/Ged.d.ts +3 -1
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +2 -2
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/TypeIncomeAllocation.d.ts +6 -0
- package/es/types/Enum/TypeIncomeAllocation.d.ts.map +1 -0
- package/es/types/Enum/TypeIncomeAllocation.js +7 -0
- package/es/types/Enum/TypeIncomeAllocation.js.map +1 -0
- package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +3 -0
- package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -1
- package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
- package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +4 -1
- package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -1
- package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
- package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.d.ts +16 -0
- package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.d.ts.map +1 -0
- package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +65 -0
- package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -0
- package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.d.ts +19 -0
- package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.d.ts.map +1 -0
- package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js +2 -0
- package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js.map +1 -0
- package/es/types/Interface/api/incomeAllocation/TypeAndAmount.d.ts +6 -0
- package/es/types/Interface/api/incomeAllocation/TypeAndAmount.d.ts.map +1 -0
- package/es/types/Interface/api/incomeAllocation/TypeAndAmount.js +2 -0
- package/es/types/Interface/api/incomeAllocation/TypeAndAmount.js.map +1 -0
- package/es/types/Interface/api/loan/CreateLoan.js +2 -2
- package/es/types/Interface/api/loan/CreateLoan.js.map +1 -1
- package/es/types/index.d.ts +4 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +4 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/CustomerProviderOperation.js +1 -1
- package/js/api/resources/CustomerProviderOperation.js.map +1 -1
- package/js/api/resources/Dashboard.js +1 -1
- package/js/api/resources/Dashboard.js.map +1 -1
- package/js/api/resources/IncomeAllocation.js +38 -0
- package/js/api/resources/IncomeAllocation.js.map +1 -0
- package/js/api/resources/Transaction.js.map +1 -1
- package/js/api/resources.js +3 -0
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Account.js +40 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/Ged.js +4 -4
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/TypeIncomeAllocation.js +13 -0
- package/js/types/Enum/TypeIncomeAllocation.js.map +1 -0
- package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
- package/js/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +51 -0
- package/js/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -0
- package/js/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js +6 -0
- package/js/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js.map +1 -0
- package/js/types/Interface/api/incomeAllocation/TypeAndAmount.js +6 -0
- package/js/types/Interface/api/incomeAllocation/TypeAndAmount.js.map +1 -0
- package/js/types/Interface/api/loan/CreateLoan.js +6 -2
- package/js/types/Interface/api/loan/CreateLoan.js.map +1 -1
- package/js/types/index.js +39 -3
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CustomerProviderOperation.ts +1 -1
- package/ts/api/resources/Dashboard.ts +1 -1
- package/ts/api/resources/IncomeAllocation.ts +30 -0
- package/ts/api/resources/Transaction.ts +2 -2
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/Account.ts +40 -0
- package/ts/types/Enum/Ged.ts +8 -8
- package/ts/types/Enum/TypeIncomeAllocation.ts +5 -0
- package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +3 -0
- package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +5 -2
- package/ts/types/Interface/api/incomeAllocation/CreateIncomeAllocation.ts +42 -0
- package/ts/types/Interface/api/incomeAllocation/ReadIncomeAllocation.ts +19 -0
- package/ts/types/Interface/api/incomeAllocation/TypeAndAmount.ts +6 -0
- package/ts/types/Interface/api/loan/CreateLoan.ts +2 -2
- package/ts/types/index.ts +4 -1
- package/es/types/Enum/Society.d.ts +0 -9
- package/es/types/Enum/Society.d.ts.map +0 -1
- package/es/types/Enum/Society.js +0 -10
- package/es/types/Enum/Society.js.map +0 -1
- package/js/types/Enum/Society.js +0 -16
- package/js/types/Enum/Society.js.map +0 -1
- package/ts/types/Enum/Society.ts +0 -8
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
2
|
export class CustomerProviderOperation extends Resource {
|
|
3
3
|
create(idExercice, payload) {
|
|
4
|
-
return this.axios.$post(`/exercice
|
|
4
|
+
return this.axios.$post(`/exercice/${idExercice}/customerProviderOperation`, payload);
|
|
5
5
|
}
|
|
6
6
|
}
|
|
7
7
|
//# sourceMappingURL=CustomerProviderOperation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerProviderOperation.js","sourceRoot":"","sources":["../../../ts/api/resources/CustomerProviderOperation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,yBAA0B,SAAQ,QAAQ;IACrD,MAAM,CAAC,UAAkB,EAAE,OAAwC;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"CustomerProviderOperation.js","sourceRoot":"","sources":["../../../ts/api/resources/CustomerProviderOperation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,yBAA0B,SAAQ,QAAQ;IACrD,MAAM,CAAC,UAAkB,EAAE,OAAwC;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,UAAU,4BAA4B,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateCustomerProviderOperation, IAccountingTransaction } from '../../types';\n\nexport class CustomerProviderOperation extends Resource {\n create(idExercice: number, payload: CreateCustomerProviderOperation): Promise<IAccountingTransaction[]> {\n return this.axios.$post(`/exercice/${idExercice}/customerProviderOperation`, payload);\n }\n}"]}
|
|
@@ -3,7 +3,7 @@ import { QueryBalanceBankAccount, QueryTurnoverProfitAndLoss, QueryVat, QueryTop
|
|
|
3
3
|
export declare class Dashboard extends Resource {
|
|
4
4
|
getTurnoverProfitAndLoss(params: QueryTurnoverProfitAndLoss): Promise<ReadTurnoverProfitAndLoss>;
|
|
5
5
|
getBalanceBankAccount(params: QueryBalanceBankAccount): Promise<ReadBalanceBankAccount>;
|
|
6
|
-
|
|
6
|
+
getVat(params: QueryVat): Promise<ReadVat>;
|
|
7
7
|
getGescom(params: QueryGescom): Promise<ReadGescom>;
|
|
8
8
|
getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]>;
|
|
9
9
|
getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]>;
|
|
@@ -7,7 +7,7 @@ export class Dashboard extends Resource {
|
|
|
7
7
|
getBalanceBankAccount(params) {
|
|
8
8
|
return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });
|
|
9
9
|
}
|
|
10
|
-
|
|
10
|
+
getVat(params) {
|
|
11
11
|
return this.axios.$get(`${ROUTE}/vat`, { params });
|
|
12
12
|
}
|
|
13
13
|
getGescom(params) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dashboard.js","sourceRoot":"","sources":["../../../ts/api/resources/Dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAgBvC,MAAM,KAAK,GAAG,WAAW,CAAC;AAC1B,MAAM,OAAO,SAAU,SAAQ,QAAQ;IACrC,wBAAwB,CACtB,MAAkC;QAElC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,wBAAwB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACvE,CAAC;IAED,qBAAqB,CACnB,MAA+B;QAE/B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,qBAAqB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IAED,MAAM,CAAC,MAAgB;QACrB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,MAAM,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,SAAS,CAAC,MAAmB;QAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,SAAS,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACxD,CAAC;IAED,UAAU,CAAC,KAAmB;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,UAAU,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAChE,CAAC;IAED,eAAe,CAAC,MAAyB;QACvC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,eAAe,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryBalanceBankAccount,\n QueryTurnoverProfitAndLoss,\n QueryVat,\n QueryTopBuys,\n QueryTopProviders,\n ReadTopProviders,\n ReadTurnoverProfitAndLoss,\n ReadBalanceBankAccount,\n ReadVat,\n ReadTopBuys,\n QueryGescom,\n ReadGescom,\n} from '../../types';\n\nconst ROUTE = 'dashboard';\nexport class Dashboard extends Resource {\n getTurnoverProfitAndLoss(\n params: QueryTurnoverProfitAndLoss,\n ): Promise<ReadTurnoverProfitAndLoss> {\n return this.axios.$get(`${ROUTE}/turnoverProfitAndLoss`, { params });\n }\n\n getBalanceBankAccount(\n params: QueryBalanceBankAccount,\n ): Promise<ReadBalanceBankAccount> {\n return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });\n }\n\n
|
|
1
|
+
{"version":3,"file":"Dashboard.js","sourceRoot":"","sources":["../../../ts/api/resources/Dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAgBvC,MAAM,KAAK,GAAG,WAAW,CAAC;AAC1B,MAAM,OAAO,SAAU,SAAQ,QAAQ;IACrC,wBAAwB,CACtB,MAAkC;QAElC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,wBAAwB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACvE,CAAC;IAED,qBAAqB,CACnB,MAA+B;QAE/B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,qBAAqB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IAED,MAAM,CAAC,MAAgB;QACrB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,MAAM,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,SAAS,CAAC,MAAmB;QAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,SAAS,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACxD,CAAC;IAED,UAAU,CAAC,KAAmB;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,UAAU,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAChE,CAAC;IAED,eAAe,CAAC,MAAyB;QACvC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,eAAe,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryBalanceBankAccount,\n QueryTurnoverProfitAndLoss,\n QueryVat,\n QueryTopBuys,\n QueryTopProviders,\n ReadTopProviders,\n ReadTurnoverProfitAndLoss,\n ReadBalanceBankAccount,\n ReadVat,\n ReadTopBuys,\n QueryGescom,\n ReadGescom,\n} from '../../types';\n\nconst ROUTE = 'dashboard';\nexport class Dashboard extends Resource {\n getTurnoverProfitAndLoss(\n params: QueryTurnoverProfitAndLoss,\n ): Promise<ReadTurnoverProfitAndLoss> {\n return this.axios.$get(`${ROUTE}/turnoverProfitAndLoss`, { params });\n }\n\n getBalanceBankAccount(\n params: QueryBalanceBankAccount,\n ): Promise<ReadBalanceBankAccount> {\n return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });\n }\n\n getVat(params: QueryVat): Promise<ReadVat> {\n return this.axios.$get(`${ROUTE}/vat`, { params });\n }\n\n getGescom(params: QueryGescom): Promise<ReadGescom> {\n return this.axios.$get(`${ROUTE}/gescom`, { params });\n }\n\n getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]> {\n return this.axios.$get(`${ROUTE}/topBuys`, { params: dates });\n }\n\n getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]> {\n return this.axios.$get(`${ROUTE}/topProviders`, { params });\n }\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
import { CreateIncomeAllocation, IFile, TypeAndAmount, ReadIncomeAllocation, IGedFile, IAccountingEntry } from '../../types';
|
|
3
|
+
export declare class IncomeAllocation extends Resource {
|
|
4
|
+
getTypeAndAmount(idExercice: number): Promise<TypeAndAmount>;
|
|
5
|
+
createAnnualGeneralMeeting(idExercice: number, formData: FormData): Promise<IGedFile>;
|
|
6
|
+
getAnnualGeneralMeeting(idExercice: number): Promise<IFile | null>;
|
|
7
|
+
create(params: CreateIncomeAllocation): Promise<IAccountingEntry[]>;
|
|
8
|
+
get(idExercice: number): Promise<ReadIncomeAllocation | boolean>;
|
|
9
|
+
delete(idExercice: number): Promise<boolean>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=IncomeAllocation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncomeAllocation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/IncomeAllocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,sBAAsB,EAAE,KAAK,EAAE,aAAa,EAAE,oBAAoB,EAAE,QAAQ,EAAE,gBAAgB,EAC/F,MAAM,aAAa,CAAC;AAErB,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IAI5D,0BAA0B,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIrF,uBAAuB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC;IAIlE,MAAM,CAAC,MAAM,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAInE,GAAG,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC;IAIhE,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAG7C"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
export class IncomeAllocation extends Resource {
|
|
3
|
+
getTypeAndAmount(idExercice) {
|
|
4
|
+
return this.axios.$get(`/incomeAllocation/typeAndAmount/exercice/${idExercice}`);
|
|
5
|
+
}
|
|
6
|
+
createAnnualGeneralMeeting(idExercice, formData) {
|
|
7
|
+
return this.axios.$post(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`, formData);
|
|
8
|
+
}
|
|
9
|
+
getAnnualGeneralMeeting(idExercice) {
|
|
10
|
+
return this.axios.$get(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`);
|
|
11
|
+
}
|
|
12
|
+
create(params) {
|
|
13
|
+
return this.axios.$post('/incomeAllocation/', params);
|
|
14
|
+
}
|
|
15
|
+
get(idExercice) {
|
|
16
|
+
return this.axios.$get(`/incomeAllocation/exercice/${idExercice}`);
|
|
17
|
+
}
|
|
18
|
+
delete(idExercice) {
|
|
19
|
+
return this.axios.$delete(`/incomeAllocation/exercice/${idExercice}`);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=IncomeAllocation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncomeAllocation.js","sourceRoot":"","sources":["../../../ts/api/resources/IncomeAllocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,UAAkB;QACjC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,4CAA4C,UAAU,EAAE,CAAC,CAAC;IACnF,CAAC;IAED,0BAA0B,CAAC,UAAkB,EAAE,QAAkB;QAC/D,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,mDAAmD,UAAU,EAAE,EAAE,QAAQ,CAAC,CAAC;IACrG,CAAC;IAED,uBAAuB,CAAC,UAAkB;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,mDAAmD,UAAU,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED,MAAM,CAAC,MAA8B;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC;IACxD,CAAC;IAED,GAAG,CAAC,UAAkB;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,8BAA8B,UAAU,EAAE,CAAC,CAAC;IACrE,CAAC;IAED,MAAM,CAAC,UAAkB;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,8BAA8B,UAAU,EAAE,CAAC,CAAC;IACxE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateIncomeAllocation, IFile, TypeAndAmount, ReadIncomeAllocation, IGedFile, IAccountingEntry,\n} from '../../types';\n\nexport class IncomeAllocation extends Resource {\n getTypeAndAmount(idExercice: number): Promise<TypeAndAmount> {\n return this.axios.$get(`/incomeAllocation/typeAndAmount/exercice/${idExercice}`);\n }\n\n createAnnualGeneralMeeting(idExercice: number, formData: FormData): Promise<IGedFile> {\n return this.axios.$post(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`, formData);\n }\n\n getAnnualGeneralMeeting(idExercice: number): Promise<IFile | null> {\n return this.axios.$get(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`);\n }\n\n create(params: CreateIncomeAllocation): Promise<IAccountingEntry[]> {\n return this.axios.$post('/incomeAllocation/', params);\n }\n\n get(idExercice: number): Promise<ReadIncomeAllocation | boolean> {\n return this.axios.$get(`/incomeAllocation/exercice/${idExercice}`);\n }\n\n delete(idExercice: number): Promise<boolean> {\n return this.axios.$delete(`/incomeAllocation/exercice/${idExercice}`);\n }\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
|
-
import { AccountingJournal, BasePaginate, QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport, QueryGetAllTransactions } from '../../types';
|
|
2
|
+
import { AccountingJournal, BasePaginate, QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport, QueryGetAllTransactions, IAccountingTransaction } from '../../types';
|
|
3
3
|
export declare class Transaction extends Resource {
|
|
4
4
|
getFormattedPaginate(idSociety: number, params: {
|
|
5
5
|
idAccountingJournal: AccountingJournal;
|
|
@@ -9,7 +9,7 @@ export declare class Transaction extends Resource {
|
|
|
9
9
|
startDate?: string;
|
|
10
10
|
endDate?: string;
|
|
11
11
|
} & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error>;
|
|
12
|
-
getAll(idSociety: number, query: QueryGetAllTransactions): Promise<
|
|
12
|
+
getAll(idSociety: number, query: QueryGetAllTransactions): Promise<IAccountingTransaction[]>;
|
|
13
13
|
unexport(idSociety: number, params: QueryUnexport): Promise<void>;
|
|
14
14
|
annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error>;
|
|
15
15
|
delete(idSociety: number, id: number): Promise<number>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,iBAAiB,EACjB,YAAY,EACZ,aAAa,EAAE,kCAAkC,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,aAAa,EAAE,uBAAuB,
|
|
1
|
+
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,iBAAiB,EACjB,YAAY,EACZ,aAAa,EAAE,kCAAkC,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,aAAa,EAAE,uBAAuB,EAAE,sBAAsB,EACnK,MAAM,aAAa,CAAC;AAErB,qBAAa,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE;QAC9C,mBAAmB,EAAE,iBAAiB,CAAC;QACvC,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,CAAA;KACjB,GAAG,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,kCAAkC,CAAC,GAAG,KAAK,CAAC;IAKrF,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,uBAAuB,GAAG,OAAO,CAAC,sBAAsB,EAAE,CAAC;IAG5F,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC;IAGjE,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,2BAA2B,GAAG,OAAO,CAAC,kCAAkC,GAAG,KAAK,CAAC;IAG5G,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAGtD,kBAAkB,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,MAAM,GAAG,KAAK,CAAC;CAGlF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAiB,EAAE,MAOvB;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,eAAe,EAAE;YAC3D,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,MAAM,CAAC,SAAiB,EAAE,KAA8B;QACtD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,oBAAoB,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACvF,CAAC;IACD,QAAQ,CAAC,SAAiB,EAAE,MAAqB;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,wBAAwB,EAAE,MAAM,CAAC,CAAC;IAChF,CAAC;IACD,QAAQ,CAAC,EAAU,EAAE,IAAiC;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IACtD,CAAC;IACD,MAAM,CAAC,SAAiB,EAAE,EAAU;QAClC,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,SAAS,gBAAgB,EAAE,EAAE,CAAC,CAAC;IACvE,CAAC;IACD,kBAAkB,CAAC,EAAU,EAAE,IAAwB;QACrD,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB,EAAE,eAAe,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;IACjF,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n AccountingJournal,\n BasePaginate,\n QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport, QueryGetAllTransactions,\n} from '../../types';\n\nexport class Transaction extends Resource {\n getFormattedPaginate(idSociety: number, params: {\n idAccountingJournal: AccountingJournal,\n idBankAccount?: Array<number>,\n orderBy?: string,\n descending?: boolean,\n startDate?: string,\n endDate?: string\n } & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error> {\n return this.axios.$get(`/society/${idSociety}/transactions`, {\n params,\n });\n }\n getAll(idSociety: number, query: QueryGetAllTransactions) {\n return this.axios.$get(`/society/${idSociety}/transactions/list`, { params: query });\n }\n unexport(idSociety: number, params: QueryUnexport): Promise<void> {\n return this.axios.$put(`/society/${idSociety}/transactions/unexport`, params);\n }\n annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error> {\n return this.axios.$put(`/transactions/${id}`, data);\n }\n delete(idSociety: number, id: number): Promise<number> {\n return this.axios.$delete(`/society/${idSociety}/transaction/${id}`);\n }\n deleteTransactions(id: number, data: DeleteTransactions): Promise<number | Error> {\n return this.axios.$delete(`/bankAccount/${id}/transactions`, { params: data });\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAiB,EAAE,MAOvB;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,eAAe,EAAE;YAC3D,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,MAAM,CAAC,SAAiB,EAAE,KAA8B;QACtD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,oBAAoB,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACvF,CAAC;IACD,QAAQ,CAAC,SAAiB,EAAE,MAAqB;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,wBAAwB,EAAE,MAAM,CAAC,CAAC;IAChF,CAAC;IACD,QAAQ,CAAC,EAAU,EAAE,IAAiC;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IACtD,CAAC;IACD,MAAM,CAAC,SAAiB,EAAE,EAAU;QAClC,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,SAAS,gBAAgB,EAAE,EAAE,CAAC,CAAC;IACvE,CAAC;IACD,kBAAkB,CAAC,EAAU,EAAE,IAAwB;QACrD,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB,EAAE,eAAe,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;IACjF,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n AccountingJournal,\n BasePaginate,\n QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport, QueryGetAllTransactions, IAccountingTransaction,\n} from '../../types';\n\nexport class Transaction extends Resource {\n getFormattedPaginate(idSociety: number, params: {\n idAccountingJournal: AccountingJournal,\n idBankAccount?: Array<number>,\n orderBy?: string,\n descending?: boolean,\n startDate?: string,\n endDate?: string\n } & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error> {\n return this.axios.$get(`/society/${idSociety}/transactions`, {\n params,\n });\n }\n getAll(idSociety: number, query: QueryGetAllTransactions): Promise<IAccountingTransaction[]> {\n return this.axios.$get(`/society/${idSociety}/transactions/list`, { params: query });\n }\n unexport(idSociety: number, params: QueryUnexport): Promise<void> {\n return this.axios.$put(`/society/${idSociety}/transactions/unexport`, params);\n }\n annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error> {\n return this.axios.$put(`/transactions/${id}`, data);\n }\n delete(idSociety: number, id: number): Promise<number> {\n return this.axios.$delete(`/society/${idSociety}/transaction/${id}`);\n }\n deleteTransactions(id: number, data: DeleteTransactions): Promise<number | Error> {\n return this.axios.$delete(`/bankAccount/${id}/transactions`, { params: data });\n }\n}\n"]}
|
package/es/api/resources.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ import { Loan } from './resources/Loan';
|
|
|
31
31
|
import { SocietyPromoCode } from './resources/SocietyPromoCode';
|
|
32
32
|
import { Dashboard } from './resources/Dashboard';
|
|
33
33
|
import { ZTicket } from './resources/ZTicket';
|
|
34
|
+
import { IncomeAllocation } from './resources/IncomeAllocation';
|
|
34
35
|
import { CustomerProviderOperation } from './resources/CustomerProviderOperation';
|
|
35
36
|
import { Steps } from './resources/Step';
|
|
36
37
|
export declare const resources: {
|
|
@@ -67,6 +68,7 @@ export declare const resources: {
|
|
|
67
68
|
societyPromoCode: typeof SocietyPromoCode;
|
|
68
69
|
dashboard: typeof Dashboard;
|
|
69
70
|
zTicket: typeof ZTicket;
|
|
71
|
+
incomeAllocation: typeof IncomeAllocation;
|
|
70
72
|
customerProviderOperation: typeof CustomerProviderOperation;
|
|
71
73
|
steps: typeof Steps;
|
|
72
74
|
};
|
|
@@ -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,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,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;AAEzC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCrB,CAAC"}
|
package/es/api/resources.js
CHANGED
|
@@ -31,6 +31,7 @@ import { Loan } from './resources/Loan';
|
|
|
31
31
|
import { SocietyPromoCode } from './resources/SocietyPromoCode';
|
|
32
32
|
import { Dashboard } from './resources/Dashboard';
|
|
33
33
|
import { ZTicket } from './resources/ZTicket';
|
|
34
|
+
import { IncomeAllocation } from './resources/IncomeAllocation';
|
|
34
35
|
import { CustomerProviderOperation } from './resources/CustomerProviderOperation';
|
|
35
36
|
import { Steps } from './resources/Step';
|
|
36
37
|
export const resources = {
|
|
@@ -67,6 +68,7 @@ export const resources = {
|
|
|
67
68
|
societyPromoCode: SocietyPromoCode,
|
|
68
69
|
dashboard: Dashboard,
|
|
69
70
|
zTicket: ZTicket,
|
|
71
|
+
incomeAllocation: IncomeAllocation,
|
|
70
72
|
customerProviderOperation: CustomerProviderOperation,
|
|
71
73
|
steps: Steps,
|
|
72
74
|
};
|
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 { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\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 customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\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';\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};\n"]}
|
|
@@ -19,5 +19,45 @@ export declare const Account: {
|
|
|
19
19
|
id: number;
|
|
20
20
|
number: number;
|
|
21
21
|
};
|
|
22
|
+
CAPITAL: {
|
|
23
|
+
id: number;
|
|
24
|
+
number: number;
|
|
25
|
+
};
|
|
26
|
+
REPORT_DEBIT: {
|
|
27
|
+
id: number;
|
|
28
|
+
number: number;
|
|
29
|
+
};
|
|
30
|
+
REPORT_CREDIT: {
|
|
31
|
+
id: number;
|
|
32
|
+
number: number;
|
|
33
|
+
};
|
|
34
|
+
LEGAL_RESERVE: {
|
|
35
|
+
id: number;
|
|
36
|
+
number: number;
|
|
37
|
+
};
|
|
38
|
+
STATUTORY_RESERVE: {
|
|
39
|
+
id: number;
|
|
40
|
+
number: number;
|
|
41
|
+
};
|
|
42
|
+
REGULATED_RESERVE: {
|
|
43
|
+
id: number;
|
|
44
|
+
number: number;
|
|
45
|
+
};
|
|
46
|
+
OPTIONAL_RESERVE: {
|
|
47
|
+
id: number;
|
|
48
|
+
number: number;
|
|
49
|
+
};
|
|
50
|
+
UNAVAILABLE_RESERVE: {
|
|
51
|
+
id: number;
|
|
52
|
+
number: number;
|
|
53
|
+
};
|
|
54
|
+
DIVIDEND: {
|
|
55
|
+
id: number;
|
|
56
|
+
number: number;
|
|
57
|
+
};
|
|
58
|
+
LEVY_ON_RESERVE: {
|
|
59
|
+
id: number;
|
|
60
|
+
number: number;
|
|
61
|
+
};
|
|
22
62
|
};
|
|
23
63
|
//# sourceMappingURL=Account.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DnB,CAAC"}
|
package/es/types/Enum/Account.js
CHANGED
|
@@ -19,5 +19,45 @@ export const Account = {
|
|
|
19
19
|
id: 48,
|
|
20
20
|
number: 707000,
|
|
21
21
|
},
|
|
22
|
+
CAPITAL: {
|
|
23
|
+
id: 230,
|
|
24
|
+
number: 101300,
|
|
25
|
+
},
|
|
26
|
+
REPORT_DEBIT: {
|
|
27
|
+
id: 89,
|
|
28
|
+
number: 119000,
|
|
29
|
+
},
|
|
30
|
+
REPORT_CREDIT: {
|
|
31
|
+
id: 87,
|
|
32
|
+
number: 110000,
|
|
33
|
+
},
|
|
34
|
+
LEGAL_RESERVE: {
|
|
35
|
+
id: 61,
|
|
36
|
+
number: 106100,
|
|
37
|
+
},
|
|
38
|
+
STATUTORY_RESERVE: {
|
|
39
|
+
id: 65,
|
|
40
|
+
number: 106300,
|
|
41
|
+
},
|
|
42
|
+
REGULATED_RESERVE: {
|
|
43
|
+
id: 66,
|
|
44
|
+
number: 106400,
|
|
45
|
+
},
|
|
46
|
+
OPTIONAL_RESERVE: {
|
|
47
|
+
id: 70,
|
|
48
|
+
number: 106800,
|
|
49
|
+
},
|
|
50
|
+
UNAVAILABLE_RESERVE: {
|
|
51
|
+
id: 64,
|
|
52
|
+
number: 106200,
|
|
53
|
+
},
|
|
54
|
+
DIVIDEND: {
|
|
55
|
+
id: 250,
|
|
56
|
+
number: 457000,
|
|
57
|
+
},
|
|
58
|
+
LEVY_ON_RESERVE: {
|
|
59
|
+
id: 70,
|
|
60
|
+
number: 106800,
|
|
61
|
+
},
|
|
22
62
|
};
|
|
23
63
|
//# sourceMappingURL=Account.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,cAAc,EAAE;QACd,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;CACF,CAAC","sourcesContent":["export const Account = {\n RESULT_BENEFIT: {\n id: 91,\n number: 120000,\n },\n RESULT_LOSS: {\n id: 92,\n number: 129000,\n },\n PRODUCTION: {\n id: 40,\n number: 701000,\n },\n SERVICE: {\n id: 47,\n number: 706000,\n },\n MERCHANDISE: {\n id: 48,\n number: 707000,\n },\n};"]}
|
|
1
|
+
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,cAAc,EAAE;QACd,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,eAAe,EAAE;QACf,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;CACF,CAAC","sourcesContent":["export const Account = {\n RESULT_BENEFIT: {\n id: 91,\n number: 120000,\n },\n RESULT_LOSS: {\n id: 92,\n number: 129000,\n },\n PRODUCTION: {\n id: 40,\n number: 701000,\n },\n SERVICE: {\n id: 47,\n number: 706000,\n },\n MERCHANDISE: {\n id: 48,\n number: 707000,\n },\n CAPITAL: {\n id: 230,\n number: 101300,\n },\n REPORT_DEBIT: {\n id: 89,\n number: 119000,\n },\n REPORT_CREDIT: {\n id: 87,\n number: 110000,\n },\n LEGAL_RESERVE: {\n id: 61,\n number: 106100,\n },\n STATUTORY_RESERVE: {\n id: 65,\n number: 106300,\n },\n REGULATED_RESERVE: {\n id: 66,\n number: 106400,\n },\n OPTIONAL_RESERVE: {\n id: 70,\n number: 106800,\n },\n UNAVAILABLE_RESERVE: {\n id: 64,\n number: 106200,\n },\n DIVIDEND: {\n id: 250,\n number: 457000,\n },\n LEVY_ON_RESERVE: { // FIXME: MAUVAIS ID\n id: 70,\n number: 106800,\n },\n};"]}
|
package/es/types/Enum/Ged.d.ts
CHANGED
|
@@ -11,10 +11,12 @@ export declare enum GedCategory {
|
|
|
11
11
|
export declare enum GedFolder {
|
|
12
12
|
KBIS = 1,
|
|
13
13
|
STATUTES = 13,
|
|
14
|
+
AGM = 19,
|
|
14
15
|
PARTNERS = 34
|
|
15
16
|
}
|
|
16
17
|
export declare enum GedFileType {
|
|
17
18
|
STATUTES = 1,
|
|
18
|
-
KBIS = 3
|
|
19
|
+
KBIS = 3,
|
|
20
|
+
OTHER = 10
|
|
19
21
|
}
|
|
20
22
|
//# sourceMappingURL=Ged.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,kBAAkB,IAAI;IACtB,MAAM,IAAI;IACV,OAAO,IAAI;IACX,UAAU,IAAI;IACd,OAAO,IAAI;IACX,IAAI,IAAI;IACR,cAAc,IAAI;CACnB;AAED,oBAAY,SAAS;IACnB,IAAI,IAAI;IAOR,QAAQ,KAAK;
|
|
1
|
+
{"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,kBAAkB,IAAI;IACtB,MAAM,IAAI;IACV,OAAO,IAAI;IACX,UAAU,IAAI;IACd,OAAO,IAAI;IACX,IAAI,IAAI;IACR,cAAc,IAAI;CACnB;AAED,oBAAY,SAAS;IACnB,IAAI,IAAI;IAOR,QAAQ,KAAK;IAMb,GAAG,KAAK;IAcR,QAAQ,KAAK;CAOd;AAED,oBAAY,WAAW;IACrB,QAAQ,IAAI;IAEZ,IAAI,IAAI;IAOR,KAAK,KAAK;CAQX"}
|
package/es/types/Enum/Ged.js
CHANGED
|
@@ -24,7 +24,7 @@ export var GedFolder;
|
|
|
24
24
|
// URSSAF & Pôle-Emploi = 16,
|
|
25
25
|
// Pay slips = 17,
|
|
26
26
|
// TNS = 18,
|
|
27
|
-
|
|
27
|
+
GedFolder[GedFolder["AGM"] = 19] = "AGM";
|
|
28
28
|
// Contracts & Leases = 20,
|
|
29
29
|
// Insurance = 22,
|
|
30
30
|
// Cabinet invoices = 23,
|
|
@@ -57,7 +57,7 @@ export var GedFileType;
|
|
|
57
57
|
// 7,'Plaquette'
|
|
58
58
|
// 8,'M0'
|
|
59
59
|
// 9,'Dbe'
|
|
60
|
-
|
|
60
|
+
GedFileType[GedFileType["OTHER"] = 10] = "OTHER";
|
|
61
61
|
// 11,'Inscription au répertoire SIRENE / Répertoire des métiers'
|
|
62
62
|
// 12,'Déclaration du patrimoine affectée'
|
|
63
63
|
// 13,'Déclaration des bénéficiaires effectifs'
|
package/es/types/Enum/Ged.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ged.js","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WASX;AATD,WAAY,WAAW;IACrB,mDAAW,CAAA;IACX,yEAAsB,CAAA;IACtB,iDAAU,CAAA;IACV,mDAAW,CAAA;IACX,yDAAc,CAAA;IACd,mDAAW,CAAA;IACX,6CAAQ,CAAA;IACR,iEAAkB,CAAA;AACpB,CAAC,EATW,WAAW,KAAX,WAAW,QAStB;AAED,MAAM,CAAN,IAAY,SAmCX;AAnCD,WAAY,SAAS;IACnB,yCAAQ,CAAA;IACR,uBAAuB;IACvB,sBAAsB;IACtB,2BAA2B;IAC3B,+BAA+B;IAC/B,yBAAyB;IACzB,wBAAwB;IACxB,kDAAa,CAAA;IACb,sCAAsC;IACtC,qBAAqB;IACrB,6BAA6B;IAC7B,kBAAkB;IAClB,YAAY;IACZ,
|
|
1
|
+
{"version":3,"file":"Ged.js","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WASX;AATD,WAAY,WAAW;IACrB,mDAAW,CAAA;IACX,yEAAsB,CAAA;IACtB,iDAAU,CAAA;IACV,mDAAW,CAAA;IACX,yDAAc,CAAA;IACd,mDAAW,CAAA;IACX,6CAAQ,CAAA;IACR,iEAAkB,CAAA;AACpB,CAAC,EATW,WAAW,KAAX,WAAW,QAStB;AAED,MAAM,CAAN,IAAY,SAmCX;AAnCD,WAAY,SAAS;IACnB,yCAAQ,CAAA;IACR,uBAAuB;IACvB,sBAAsB;IACtB,2BAA2B;IAC3B,+BAA+B;IAC/B,yBAAyB;IACzB,wBAAwB;IACxB,kDAAa,CAAA;IACb,sCAAsC;IACtC,qBAAqB;IACrB,6BAA6B;IAC7B,kBAAkB;IAClB,YAAY;IACZ,wCAAQ,CAAA;IACR,2BAA2B;IAC3B,kBAAkB;IAClB,yBAAyB;IACzB,eAAe;IACf,iBAAiB;IACjB,yBAAyB;IACzB,qBAAqB;IACrB,iCAAiC;IACjC,0BAA0B;IAC1B,yCAAyC;IACzC,sBAAsB;IACtB,4BAA4B;IAC5B,qBAAqB;IACrB,kDAAa,CAAA;IACb,uBAAuB;IACvB,sBAAsB;IACtB,wBAAwB;IACxB,kBAAkB;IAClB,uBAAuB;IACvB,oCAAoC;AACtC,CAAC,EAnCW,SAAS,KAAT,SAAS,QAmCpB;AAED,MAAM,CAAN,IAAY,WAkBX;AAlBD,WAAY,WAAW;IACrB,qDAAY,CAAA;IACZ,wBAAwB;IACxB,6CAAQ,CAAA;IACR,UAAU;IACV,qBAAqB;IACrB,WAAW;IACX,gBAAgB;IAChB,SAAS;IACT,UAAU;IACV,gDAAU,CAAA;IACZ,iEAAiE;IACjE,0CAA0C;IAC1C,+CAA+C;IAC/C,yEAAyE;IACzE,8DAA8D;IAC9D,gDAAgD;IAChD,2BAA2B;AAC3B,CAAC,EAlBW,WAAW,KAAX,WAAW,QAkBtB","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX = 2,\n SOCIAL = 3,\n JURIDIC = 4,\n GENERALITY = 5,\n BILLING = 6,\n MAIL = 7,\n BANK_STATEMENT = 8,\n}\n\nexport enum GedFolder {\n KBIS = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n STATUTES = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n AGM = 19, // Annual General Meeting, PV d'AG\n // Contracts & Leases = 20,\n // Insurance = 22,\n // Cabinet invoices = 23,\n // Others = 24,\n // Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n // Outgoing mail = 36,\n // Bank Statements = 37,\n // Formalism = 38,\n // Pending points = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n\nexport enum GedFileType {\n STATUTES = 1,\n // 2,'Carte d\\'identité'\n KBIS = 3,\n // 4,'RIB'\n // 5,'Mémento Fiscal'\n // 6,'SEPA'\n // 7,'Plaquette'\n // 8,'M0'\n // 9,'Dbe'\n OTHER = 10,\n// 11,'Inscription au répertoire SIRENE / Répertoire des métiers'\n// 12,'Déclaration du patrimoine affectée'\n// 13,'Déclaration des bénéficiaires effectifs'\n// 14,'Liste des souscripteurs pour connaître la répartition des actions'\n// 15,'Récépissé d’inscription de l’association en préfecture'\n// 16,'Liste des représentants de l’association'\n// 17,'Règlement intérieur'\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypeIncomeAllocation.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TypeIncomeAllocation.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB;IAC9B,OAAO,IAAI;IACX,IAAI,IAAI;IACR,IAAI,IAAI;CACT"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export var TypeIncomeAllocation;
|
|
2
|
+
(function (TypeIncomeAllocation) {
|
|
3
|
+
TypeIncomeAllocation[TypeIncomeAllocation["BENEFIT"] = 1] = "BENEFIT";
|
|
4
|
+
TypeIncomeAllocation[TypeIncomeAllocation["LOSS"] = 2] = "LOSS";
|
|
5
|
+
TypeIncomeAllocation[TypeIncomeAllocation["ZERO"] = 3] = "ZERO";
|
|
6
|
+
})(TypeIncomeAllocation || (TypeIncomeAllocation = {}));
|
|
7
|
+
//# sourceMappingURL=TypeIncomeAllocation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypeIncomeAllocation.js","sourceRoot":"","sources":["../../../ts/types/Enum/TypeIncomeAllocation.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC9B,qEAAW,CAAA;IACX,+DAAQ,CAAA;IACR,+DAAQ,CAAA;AACV,CAAC,EAJW,oBAAoB,KAApB,oBAAoB,QAI/B","sourcesContent":["export enum TypeIncomeAllocation {\n BENEFIT = 1,\n LOSS = 2,\n ZERO = 3,\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTopBuys.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ReadTopBuys.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTopBuys.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,WAAW;
|
|
1
|
+
{"version":3,"file":"ReadTopBuys.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopBuys.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,WAAW;CAOvB","sourcesContent":["export class ReadTopBuys {\n id: number;\n name: string;\n amount: number;\n color: string;\n icon: string;\n iconPNG: string;\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTopProviders.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":"AAAA,qBAAa,gBAAgB;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,
|
|
1
|
+
{"version":3,"file":"ReadTopProviders.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":"AAAA,qBAAa,gBAAgB;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadTopProviders.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ReadTopProviders.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/dashboard/ReadTopProviders.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,gBAAgB;CAO5B","sourcesContent":["export class ReadTopProviders {\n company: string;\n idThirdParty: number;\n amount: number;\n color: string;\n icon: string;\n iconPNG: string;\n}"]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class CreateIncomeAllocation {
|
|
2
|
+
amount: number;
|
|
3
|
+
idExercice: number;
|
|
4
|
+
idFile?: number;
|
|
5
|
+
dateValue: string;
|
|
6
|
+
debitReport: number;
|
|
7
|
+
creditReport: number;
|
|
8
|
+
statutoryReserve: number;
|
|
9
|
+
legalReserve: number;
|
|
10
|
+
regulatedReserve: number;
|
|
11
|
+
unavailableReserve: number;
|
|
12
|
+
optionalReserve: number;
|
|
13
|
+
levyOnReserve: number;
|
|
14
|
+
dividend: number;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=CreateIncomeAllocation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateIncomeAllocation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/incomeAllocation/CreateIncomeAllocation.ts"],"names":[],"mappings":"AAEA,qBAAa,sBAAsB;IAEjC,MAAM,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,MAAM,CAAC;IAGnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,EAAE,MAAM,CAAC;IAGpB,YAAY,EAAE,MAAM,CAAC;IAGrB,gBAAgB,EAAE,MAAM,CAAC;IAGzB,YAAY,EAAE,MAAM,CAAC;IAGrB,gBAAgB,EAAE,MAAM,CAAC;IAGzB,kBAAkB,EAAE,MAAM,CAAC;IAG3B,eAAe,EAAE,MAAM,CAAC;IAGxB,aAAa,EAAE,MAAM,CAAC;IAGtB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,65 @@
|
|
|
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 CreateIncomeAllocation {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Number)
|
|
16
|
+
], CreateIncomeAllocation.prototype, "amount", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], CreateIncomeAllocation.prototype, "idExercice", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], CreateIncomeAllocation.prototype, "idFile", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiProperty(),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], CreateIncomeAllocation.prototype, "dateValue", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiProperty(),
|
|
31
|
+
__metadata("design:type", Number)
|
|
32
|
+
], CreateIncomeAllocation.prototype, "debitReport", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
ApiProperty(),
|
|
35
|
+
__metadata("design:type", Number)
|
|
36
|
+
], CreateIncomeAllocation.prototype, "creditReport", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
ApiProperty(),
|
|
39
|
+
__metadata("design:type", Number)
|
|
40
|
+
], CreateIncomeAllocation.prototype, "statutoryReserve", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
ApiProperty(),
|
|
43
|
+
__metadata("design:type", Number)
|
|
44
|
+
], CreateIncomeAllocation.prototype, "legalReserve", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
ApiProperty(),
|
|
47
|
+
__metadata("design:type", Number)
|
|
48
|
+
], CreateIncomeAllocation.prototype, "regulatedReserve", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
ApiProperty(),
|
|
51
|
+
__metadata("design:type", Number)
|
|
52
|
+
], CreateIncomeAllocation.prototype, "unavailableReserve", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
ApiProperty(),
|
|
55
|
+
__metadata("design:type", Number)
|
|
56
|
+
], CreateIncomeAllocation.prototype, "optionalReserve", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
ApiProperty(),
|
|
59
|
+
__metadata("design:type", Number)
|
|
60
|
+
], CreateIncomeAllocation.prototype, "levyOnReserve", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
ApiProperty(),
|
|
63
|
+
__metadata("design:type", Number)
|
|
64
|
+
], CreateIncomeAllocation.prototype, "dividend", void 0);
|
|
65
|
+
//# sourceMappingURL=CreateIncomeAllocation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateIncomeAllocation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/incomeAllocation/CreateIncomeAllocation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,sBAAsB;CAuClC;AArCC;IADC,WAAW,EAAE;;sDACC;AAGf;IADC,WAAW,EAAE;;0DACK;AAGnB;IADC,mBAAmB,EAAE;;sDACN;AAGhB;IADC,WAAW,EAAE;;yDACI;AAGlB;IADC,WAAW,EAAE;;2DACM;AAGpB;IADC,WAAW,EAAE;;4DACO;AAGrB;IADC,WAAW,EAAE;;gEACW;AAGzB;IADC,WAAW,EAAE;;4DACO;AAGrB;IADC,WAAW,EAAE;;gEACW;AAGzB;IADC,WAAW,EAAE;;kEACa;AAG3B;IADC,WAAW,EAAE;;+DACU;AAGxB;IADC,WAAW,EAAE;;6DACQ;AAGtB;IADC,WAAW,EAAE;;wDACG","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateIncomeAllocation {\n @ApiProperty()\n amount: number;\n\n @ApiProperty()\n idExercice: number;\n\n @ApiPropertyOptional()\n idFile?: number;\n\n @ApiProperty()\n dateValue: string;\n\n @ApiProperty()\n debitReport: number;\n\n @ApiProperty()\n creditReport: number;\n\n @ApiProperty()\n statutoryReserve: number;\n\n @ApiProperty()\n legalReserve: number;\n\n @ApiProperty()\n regulatedReserve: number;\n\n @ApiProperty()\n unavailableReserve: number;\n\n @ApiProperty()\n optionalReserve: number;\n\n @ApiProperty()\n levyOnReserve: number;\n\n @ApiProperty()\n dividend: number;\n}\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TypeIncomeAllocation } from '../../../Enum/TypeIncomeAllocation';
|
|
2
|
+
export declare type ReadIncomeAllocation = {
|
|
3
|
+
idAccountingTransaction?: number;
|
|
4
|
+
type: TypeIncomeAllocation;
|
|
5
|
+
amount?: number;
|
|
6
|
+
idExercice: number;
|
|
7
|
+
dateValue?: string;
|
|
8
|
+
debitReport?: number;
|
|
9
|
+
creditReport?: number;
|
|
10
|
+
statutoryReserve?: number;
|
|
11
|
+
legalReserve?: number;
|
|
12
|
+
regulatedReserve?: number;
|
|
13
|
+
unavailableReserve?: number;
|
|
14
|
+
optionalReserve?: number;
|
|
15
|
+
levyOnReserve?: number;
|
|
16
|
+
dividend?: number;
|
|
17
|
+
idFile?: number;
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=ReadIncomeAllocation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadIncomeAllocation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/incomeAllocation/ReadIncomeAllocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAE1E,oBAAY,oBAAoB,GAAG;IACjC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,IAAI,EAAE,oBAAoB,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadIncomeAllocation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/incomeAllocation/ReadIncomeAllocation.ts"],"names":[],"mappings":"","sourcesContent":["import { TypeIncomeAllocation } from '../../../Enum/TypeIncomeAllocation';\n\nexport type ReadIncomeAllocation = {\n idAccountingTransaction?: number,\n type: TypeIncomeAllocation,\n amount?: number,\n idExercice: number,\n dateValue?: string,\n debitReport?: number,\n creditReport?: number,\n statutoryReserve?: number,\n legalReserve?: number,\n regulatedReserve?: number,\n unavailableReserve?: number,\n optionalReserve?: number,\n levyOnReserve?: number,\n dividend?: number,\n idFile?: number\n};"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypeAndAmount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/incomeAllocation/TypeAndAmount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAE1E,oBAAY,aAAa,GAAG;IAC1B,IAAI,EAAE,oBAAoB,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypeAndAmount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/incomeAllocation/TypeAndAmount.ts"],"names":[],"mappings":"","sourcesContent":["import { TypeIncomeAllocation } from '../../../Enum/TypeIncomeAllocation';\n\nexport type TypeAndAmount = {\n type: TypeIncomeAllocation,\n amount: number,\n};"]}
|