@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
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
2
|
+
|
|
3
|
+
export class CreateIncomeAllocation {
|
|
4
|
+
@ApiProperty()
|
|
5
|
+
amount: number;
|
|
6
|
+
|
|
7
|
+
@ApiProperty()
|
|
8
|
+
idExercice: number;
|
|
9
|
+
|
|
10
|
+
@ApiPropertyOptional()
|
|
11
|
+
idFile?: number;
|
|
12
|
+
|
|
13
|
+
@ApiProperty()
|
|
14
|
+
dateValue: string;
|
|
15
|
+
|
|
16
|
+
@ApiProperty()
|
|
17
|
+
debitReport: number;
|
|
18
|
+
|
|
19
|
+
@ApiProperty()
|
|
20
|
+
creditReport: number;
|
|
21
|
+
|
|
22
|
+
@ApiProperty()
|
|
23
|
+
statutoryReserve: number;
|
|
24
|
+
|
|
25
|
+
@ApiProperty()
|
|
26
|
+
legalReserve: number;
|
|
27
|
+
|
|
28
|
+
@ApiProperty()
|
|
29
|
+
regulatedReserve: number;
|
|
30
|
+
|
|
31
|
+
@ApiProperty()
|
|
32
|
+
unavailableReserve: number;
|
|
33
|
+
|
|
34
|
+
@ApiProperty()
|
|
35
|
+
optionalReserve: number;
|
|
36
|
+
|
|
37
|
+
@ApiProperty()
|
|
38
|
+
levyOnReserve: number;
|
|
39
|
+
|
|
40
|
+
@ApiProperty()
|
|
41
|
+
dividend: number;
|
|
42
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TypeIncomeAllocation } from '../../../Enum/TypeIncomeAllocation';
|
|
2
|
+
|
|
3
|
+
export type ReadIncomeAllocation = {
|
|
4
|
+
idAccountingTransaction?: number,
|
|
5
|
+
type: TypeIncomeAllocation,
|
|
6
|
+
amount?: number,
|
|
7
|
+
idExercice: number,
|
|
8
|
+
dateValue?: string,
|
|
9
|
+
debitReport?: number,
|
|
10
|
+
creditReport?: number,
|
|
11
|
+
statutoryReserve?: number,
|
|
12
|
+
legalReserve?: number,
|
|
13
|
+
regulatedReserve?: number,
|
|
14
|
+
unavailableReserve?: number,
|
|
15
|
+
optionalReserve?: number,
|
|
16
|
+
levyOnReserve?: number,
|
|
17
|
+
dividend?: number,
|
|
18
|
+
idFile?: number
|
|
19
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ApiProperty } from '../../../../utils';
|
|
2
2
|
|
|
3
3
|
export class CreateLoanForm {
|
|
4
|
-
@ApiProperty()
|
|
4
|
+
@ApiProperty({ description: 'Désignation' })
|
|
5
5
|
name: string;
|
|
6
6
|
|
|
7
|
-
@ApiProperty()
|
|
7
|
+
@ApiProperty({ description: 'Désignation de l\'organisme' })
|
|
8
8
|
lenderDesignation: string;
|
|
9
9
|
|
|
10
10
|
@ApiProperty()
|
package/ts/types/index.ts
CHANGED
|
@@ -334,7 +334,7 @@ export * from './Enum/Account';
|
|
|
334
334
|
export * from './Enum/TypeCustomerProviderOperation';
|
|
335
335
|
export * from './Enum/EstimateInvoice';
|
|
336
336
|
export * from './Enum/Gescom';
|
|
337
|
-
export * from './Enum/
|
|
337
|
+
export * from './Enum/TypeIncomeAllocation';
|
|
338
338
|
|
|
339
339
|
// Interfaces API
|
|
340
340
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
@@ -447,3 +447,6 @@ export * from './Interface/api/shopify/address';
|
|
|
447
447
|
export * from './Interface/api/shopify/ImportInvoicesShopify';
|
|
448
448
|
export * from './Interface/api/transactions/QueryUnexport';
|
|
449
449
|
export * from './Interface/api/crisp/GetCrisp';
|
|
450
|
+
export * from './Interface/api/incomeAllocation/CreateIncomeAllocation';
|
|
451
|
+
export * from './Interface/api/incomeAllocation/ReadIncomeAllocation';
|
|
452
|
+
export * from './Interface/api/incomeAllocation/TypeAndAmount';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Society.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Society.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,KAAK,IAAI;IACT,IAAI,IAAI;IACR,YAAY,IAAI;IAChB,WAAW,IAAI;IACf,YAAY,IAAI;IAChB,WAAW,IAAI;CAChB"}
|
package/es/types/Enum/Society.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export var SocietyComptaType;
|
|
2
|
-
(function (SocietyComptaType) {
|
|
3
|
-
SocietyComptaType[SocietyComptaType["TRESO"] = 1] = "TRESO";
|
|
4
|
-
SocietyComptaType[SocietyComptaType["ENGA"] = 2] = "ENGA";
|
|
5
|
-
SocietyComptaType[SocietyComptaType["SAISIE_TRESO"] = 3] = "SAISIE_TRESO";
|
|
6
|
-
SocietyComptaType[SocietyComptaType["SAISIE_ENGA"] = 4] = "SAISIE_ENGA";
|
|
7
|
-
SocietyComptaType[SocietyComptaType["ASSIST_TRESO"] = 5] = "ASSIST_TRESO";
|
|
8
|
-
SocietyComptaType[SocietyComptaType["ASSIST_ENGA"] = 6] = "ASSIST_ENGA";
|
|
9
|
-
})(SocietyComptaType || (SocietyComptaType = {}));
|
|
10
|
-
//# sourceMappingURL=Society.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Society.js","sourceRoot":"","sources":["../../../ts/types/Enum/Society.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,2DAAS,CAAA;IACT,yDAAQ,CAAA;IACR,yEAAgB,CAAA;IAChB,uEAAe,CAAA;IACf,yEAAgB,CAAA;IAChB,uEAAe,CAAA;AACjB,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B","sourcesContent":["export enum SocietyComptaType {\n TRESO = 1,\n ENGA = 2,\n SAISIE_TRESO = 3,\n SAISIE_ENGA = 4,\n ASSIST_TRESO = 5,\n ASSIST_ENGA = 6,\n}"]}
|
package/js/types/Enum/Society.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var SocietyComptaType = exports.SocietyComptaType = undefined;
|
|
7
|
-
|
|
8
|
-
(function (SocietyComptaType) {
|
|
9
|
-
SocietyComptaType[SocietyComptaType["TRESO"] = 1] = "TRESO";
|
|
10
|
-
SocietyComptaType[SocietyComptaType["ENGA"] = 2] = "ENGA";
|
|
11
|
-
SocietyComptaType[SocietyComptaType["SAISIE_TRESO"] = 3] = "SAISIE_TRESO";
|
|
12
|
-
SocietyComptaType[SocietyComptaType["SAISIE_ENGA"] = 4] = "SAISIE_ENGA";
|
|
13
|
-
SocietyComptaType[SocietyComptaType["ASSIST_TRESO"] = 5] = "ASSIST_TRESO";
|
|
14
|
-
SocietyComptaType[SocietyComptaType["ASSIST_ENGA"] = 6] = "ASSIST_ENGA";
|
|
15
|
-
})(SocietyComptaType || (exports.SocietyComptaType = SocietyComptaType = {}));
|
|
16
|
-
//# sourceMappingURL=Society.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../ts/types/Enum/Society.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,iBAOX,WAPW,iBAOX,YAPD;;AAAA,CAAA,UAAY,iBAAZ,EAA6B;AAC3B,EAAA,iBAAA,CAAA,iBAAA,CAAA,OAAA,CAAA,GAAA,CAAA,CAAA,GAAA,OAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,cAAA,CAAA,GAAA,CAAA,CAAA,GAAA,cAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,GAAA,CAAA,CAAA,GAAA,aAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,cAAA,CAAA,GAAA,CAAA,CAAA,GAAA,cAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,GAAA,CAAA,CAAA,GAAA,aAAA;AACD,CAPD,EAAY,iBAAiB,aAAjB,iBAAiB,GAAjB,iBAAiB,GAAA,EAAA,CAA7B","sourcesContent":["export enum SocietyComptaType {\n TRESO = 1,\n ENGA = 2,\n SAISIE_TRESO = 3,\n SAISIE_ENGA = 4,\n ASSIST_TRESO = 5,\n ASSIST_ENGA = 6,\n}"],"sourceRoot":"","file":"Society.js"}
|