@silexpert/core 1.3.69 → 1.3.70
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.
|
@@ -13,7 +13,7 @@ class Closing extends Resource_1.Resource {
|
|
|
13
13
|
return this.axios.$post(`/balance-sheets/exercices/${idExercice}/deadline`);
|
|
14
14
|
}
|
|
15
15
|
verify(idExercice) {
|
|
16
|
-
return this.axios.$get(`/exercices/${idExercice}/verify`);
|
|
16
|
+
return this.axios.$get(`/balance-sheets/exercices/${idExercice}/verify`);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
exports.Closing = Closing;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Closing.js","sourceRoot":"","sources":["../../../../ts/api/resources/Closing.ts"],"names":[],"mappings":";;;AACA,0CAAuC;AAEvC,MAAa,OAAQ,SAAQ,mBAAQ;IACnC,OAAO,CAAC,UAAkB;QACxB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,WAAW,CAAC,CAAC;IAC9E,CAAC;IAED,SAAS,CAAC,UAAkB;QAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED,WAAW,CAAC,UAAkB;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,WAAW,CAAC,CAAC;IAC9E,CAAC;IAED,MAAM,CAAC,UAAkB;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"Closing.js","sourceRoot":"","sources":["../../../../ts/api/resources/Closing.ts"],"names":[],"mappings":";;;AACA,0CAAuC;AAEvC,MAAa,OAAQ,SAAQ,mBAAQ;IACnC,OAAO,CAAC,UAAkB;QACxB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,WAAW,CAAC,CAAC;IAC9E,CAAC;IAED,SAAS,CAAC,UAAkB;QAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED,WAAW,CAAC,UAAkB;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,WAAW,CAAC,CAAC;IAC9E,CAAC;IAED,MAAM,CAAC,UAAkB;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6BAA6B,UAAU,SAAS,CAAC,CAAC;IAC3E,CAAC;CACF;AAhBD,0BAgBC","sourcesContent":["import { IExercice, ProcessedClosing, ReadExerciceError } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class Closing extends Resource {\n process(idExercice: number): Promise<ProcessedClosing> {\n return this.axios.$post(`/balance-sheets/exercices/${idExercice}/closings`);\n }\n\n unprocess(idExercice: number): Promise<IExercice> {\n return this.axios.$post(`/balance-sheets/exercices/${idExercice}/open`);\n }\n\n getDeadline(idExercice: number): Promise<string> {\n return this.axios.$post(`/balance-sheets/exercices/${idExercice}/deadline`);\n }\n\n verify(idExercice: number): Promise<ReadExerciceError[]> {\n return this.axios.$get(`/balance-sheets/exercices/${idExercice}/verify`);\n }\n}\n"]}
|
|
@@ -10,7 +10,7 @@ export class Closing extends Resource {
|
|
|
10
10
|
return this.axios.$post(`/balance-sheets/exercices/${idExercice}/deadline`);
|
|
11
11
|
}
|
|
12
12
|
verify(idExercice) {
|
|
13
|
-
return this.axios.$get(`/exercices/${idExercice}/verify`);
|
|
13
|
+
return this.axios.$get(`/balance-sheets/exercices/${idExercice}/verify`);
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
//# sourceMappingURL=Closing.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Closing.js","sourceRoot":"","sources":["../../../../ts/api/resources/Closing.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,OAAO,CAAC,UAAkB;QACxB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,WAAW,CAAC,CAAC;IAC9E,CAAC;IAED,SAAS,CAAC,UAAkB;QAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED,WAAW,CAAC,UAAkB;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,WAAW,CAAC,CAAC;IAC9E,CAAC;IAED,MAAM,CAAC,UAAkB;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"Closing.js","sourceRoot":"","sources":["../../../../ts/api/resources/Closing.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,OAAO,CAAC,UAAkB;QACxB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,WAAW,CAAC,CAAC;IAC9E,CAAC;IAED,SAAS,CAAC,UAAkB;QAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED,WAAW,CAAC,UAAkB;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,WAAW,CAAC,CAAC;IAC9E,CAAC;IAED,MAAM,CAAC,UAAkB;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6BAA6B,UAAU,SAAS,CAAC,CAAC;IAC3E,CAAC;CACF","sourcesContent":["import { IExercice, ProcessedClosing, ReadExerciceError } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class Closing extends Resource {\n process(idExercice: number): Promise<ProcessedClosing> {\n return this.axios.$post(`/balance-sheets/exercices/${idExercice}/closings`);\n }\n\n unprocess(idExercice: number): Promise<IExercice> {\n return this.axios.$post(`/balance-sheets/exercices/${idExercice}/open`);\n }\n\n getDeadline(idExercice: number): Promise<string> {\n return this.axios.$post(`/balance-sheets/exercices/${idExercice}/deadline`);\n }\n\n verify(idExercice: number): Promise<ReadExerciceError[]> {\n return this.axios.$get(`/balance-sheets/exercices/${idExercice}/verify`);\n }\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.70",
|
|
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",
|