@silexpert/core 1.1.199 → 1.1.200
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/types/Interface/models/IAccountingEntry.d.ts +2 -0
- package/dist/cjs/types/Interface/models/IAccountingEntry.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IAccountingEntry.js.map +1 -1
- package/dist/mjs/types/Interface/models/IAccountingEntry.d.ts +2 -0
- package/dist/mjs/types/Interface/models/IAccountingEntry.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IAccountingEntry.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Interface/models/IAccountingEntry.ts +2 -0
|
@@ -3,6 +3,7 @@ import { IThirdParty } from './IThirdParty';
|
|
|
3
3
|
import { IAccountingTransaction } from './IAccountingTransaction';
|
|
4
4
|
import { IVat } from './IVat';
|
|
5
5
|
import { IImmobilization } from './IImmobilization';
|
|
6
|
+
import { ILettering } from './ILettering';
|
|
6
7
|
export interface IAccountingEntry {
|
|
7
8
|
id?: number;
|
|
8
9
|
master: boolean;
|
|
@@ -28,6 +29,7 @@ export interface IAccountingEntry {
|
|
|
28
29
|
childTva?: IAccountingEntry;
|
|
29
30
|
accountingTransaction?: IAccountingTransaction;
|
|
30
31
|
vat?: IVat;
|
|
32
|
+
lettering?: ILettering;
|
|
31
33
|
immobilization?: IImmobilization;
|
|
32
34
|
}
|
|
33
35
|
//# sourceMappingURL=IAccountingEntry.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingEntry.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IAccountingEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"IAccountingEntry.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IAccountingEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,uBAAuB,EAAE,MAAM,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,qBAAqB,CAAC,EAAE,sBAAsB,CAAC;IAC/C,GAAG,CAAC,EAAE,IAAI,CAAC;IACX,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,cAAc,CAAC,EAAE,eAAe,CAAC;CAClC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingEntry.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IAccountingEntry.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IThirdParty } from './IThirdParty';\nimport { IAccountingTransaction } from './IAccountingTransaction';\nimport { IVat } from './IVat';\nimport { IImmobilization } from './IImmobilization';\n\n// accountingEntries\nexport interface IAccountingEntry {\n id?: number;\n master: boolean;\n dateValue: Date;\n designation: string;\n comment?: string | null;\n debit: number;\n credit: number;\n isPerso?: boolean;\n autoAnnotate?: boolean;\n idInherit: number | null;\n idAccount: number | null;\n idThirdParty: number | null;\n idLettering?: number | null;\n idAccountingTransaction: number;\n idVat?: number | null;\n idImmobilization?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n account?: IAccount;\n thirdParty?: IThirdParty;\n accountingEntry?: IAccountingEntry;\n childTva?: IAccountingEntry;\n accountingTransaction?: IAccountingTransaction;\n vat?: IVat;\n immobilization?: IImmobilization;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IAccountingEntry.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IAccountingEntry.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IThirdParty } from './IThirdParty';\nimport { IAccountingTransaction } from './IAccountingTransaction';\nimport { IVat } from './IVat';\nimport { IImmobilization } from './IImmobilization';\nimport { ILettering } from './ILettering';\n\n// accountingEntries\nexport interface IAccountingEntry {\n id?: number;\n master: boolean;\n dateValue: Date;\n designation: string;\n comment?: string | null;\n debit: number;\n credit: number;\n isPerso?: boolean;\n autoAnnotate?: boolean;\n idInherit: number | null;\n idAccount: number | null;\n idThirdParty: number | null;\n idLettering?: number | null;\n idAccountingTransaction: number;\n idVat?: number | null;\n idImmobilization?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n account?: IAccount;\n thirdParty?: IThirdParty;\n accountingEntry?: IAccountingEntry;\n childTva?: IAccountingEntry;\n accountingTransaction?: IAccountingTransaction;\n vat?: IVat;\n lettering?: ILettering;\n immobilization?: IImmobilization;\n}\n"]}
|
|
@@ -3,6 +3,7 @@ import { IThirdParty } from './IThirdParty';
|
|
|
3
3
|
import { IAccountingTransaction } from './IAccountingTransaction';
|
|
4
4
|
import { IVat } from './IVat';
|
|
5
5
|
import { IImmobilization } from './IImmobilization';
|
|
6
|
+
import { ILettering } from './ILettering';
|
|
6
7
|
export interface IAccountingEntry {
|
|
7
8
|
id?: number;
|
|
8
9
|
master: boolean;
|
|
@@ -28,6 +29,7 @@ export interface IAccountingEntry {
|
|
|
28
29
|
childTva?: IAccountingEntry;
|
|
29
30
|
accountingTransaction?: IAccountingTransaction;
|
|
30
31
|
vat?: IVat;
|
|
32
|
+
lettering?: ILettering;
|
|
31
33
|
immobilization?: IImmobilization;
|
|
32
34
|
}
|
|
33
35
|
//# sourceMappingURL=IAccountingEntry.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingEntry.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IAccountingEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"IAccountingEntry.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IAccountingEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,uBAAuB,EAAE,MAAM,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,qBAAqB,CAAC,EAAE,sBAAsB,CAAC;IAC/C,GAAG,CAAC,EAAE,IAAI,CAAC;IACX,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,cAAc,CAAC,EAAE,eAAe,CAAC;CAClC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingEntry.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IAccountingEntry.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IThirdParty } from './IThirdParty';\nimport { IAccountingTransaction } from './IAccountingTransaction';\nimport { IVat } from './IVat';\nimport { IImmobilization } from './IImmobilization';\n\n// accountingEntries\nexport interface IAccountingEntry {\n id?: number;\n master: boolean;\n dateValue: Date;\n designation: string;\n comment?: string | null;\n debit: number;\n credit: number;\n isPerso?: boolean;\n autoAnnotate?: boolean;\n idInherit: number | null;\n idAccount: number | null;\n idThirdParty: number | null;\n idLettering?: number | null;\n idAccountingTransaction: number;\n idVat?: number | null;\n idImmobilization?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n account?: IAccount;\n thirdParty?: IThirdParty;\n accountingEntry?: IAccountingEntry;\n childTva?: IAccountingEntry;\n accountingTransaction?: IAccountingTransaction;\n vat?: IVat;\n immobilization?: IImmobilization;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IAccountingEntry.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IAccountingEntry.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IThirdParty } from './IThirdParty';\nimport { IAccountingTransaction } from './IAccountingTransaction';\nimport { IVat } from './IVat';\nimport { IImmobilization } from './IImmobilization';\nimport { ILettering } from './ILettering';\n\n// accountingEntries\nexport interface IAccountingEntry {\n id?: number;\n master: boolean;\n dateValue: Date;\n designation: string;\n comment?: string | null;\n debit: number;\n credit: number;\n isPerso?: boolean;\n autoAnnotate?: boolean;\n idInherit: number | null;\n idAccount: number | null;\n idThirdParty: number | null;\n idLettering?: number | null;\n idAccountingTransaction: number;\n idVat?: number | null;\n idImmobilization?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n account?: IAccount;\n thirdParty?: IThirdParty;\n accountingEntry?: IAccountingEntry;\n childTva?: IAccountingEntry;\n accountingTransaction?: IAccountingTransaction;\n vat?: IVat;\n lettering?: ILettering;\n immobilization?: IImmobilization;\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.200",
|
|
4
4
|
"description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
|
|
5
5
|
"homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -3,6 +3,7 @@ import { IThirdParty } from './IThirdParty';
|
|
|
3
3
|
import { IAccountingTransaction } from './IAccountingTransaction';
|
|
4
4
|
import { IVat } from './IVat';
|
|
5
5
|
import { IImmobilization } from './IImmobilization';
|
|
6
|
+
import { ILettering } from './ILettering';
|
|
6
7
|
|
|
7
8
|
// accountingEntries
|
|
8
9
|
export interface IAccountingEntry {
|
|
@@ -32,5 +33,6 @@ export interface IAccountingEntry {
|
|
|
32
33
|
childTva?: IAccountingEntry;
|
|
33
34
|
accountingTransaction?: IAccountingTransaction;
|
|
34
35
|
vat?: IVat;
|
|
36
|
+
lettering?: ILettering;
|
|
35
37
|
immobilization?: IImmobilization;
|
|
36
38
|
}
|