@silexpert/core 0.3.1 → 0.4.0
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/index.d.ts +3 -0
- package/es/api/index.d.ts.map +1 -1
- package/es/api/index.js +2 -1
- package/es/api/index.js.map +1 -1
- package/es/api/resources/Account.d.ts +6 -0
- package/es/api/resources/Account.d.ts.map +1 -0
- package/es/api/resources/Account.js +19 -0
- package/es/api/resources/Account.js.map +1 -0
- package/es/api/resources/AccountType.d.ts +8 -0
- package/es/api/resources/AccountType.d.ts.map +1 -0
- package/es/api/resources/AccountType.js +7 -0
- package/es/api/resources/AccountType.js.map +1 -0
- package/es/api/resources/Simulation.d.ts +5 -1
- package/es/api/resources/Simulation.d.ts.map +1 -1
- package/es/api/resources/Simulation.js +6 -0
- package/es/api/resources/Simulation.js.map +1 -1
- package/es/api/resources.d.ts +6 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +6 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Nature.d.ts +6 -0
- package/es/types/Enum/Nature.d.ts.map +1 -0
- package/es/types/Enum/Nature.js +7 -0
- package/es/types/Enum/Nature.js.map +1 -0
- package/es/types/Interface/api/account/QueryAccounts.d.ts +9 -0
- package/es/types/Interface/api/account/QueryAccounts.d.ts.map +1 -0
- package/es/types/Interface/api/account/QueryAccounts.js +33 -0
- package/es/types/Interface/api/account/QueryAccounts.js.map +1 -0
- package/es/types/Interface/api/account/ReadAccounts.d.ts +2 -0
- package/es/types/Interface/api/account/ReadAccounts.d.ts.map +1 -0
- package/es/types/Interface/api/account/ReadAccounts.js +2 -0
- package/es/types/Interface/api/account/ReadAccounts.js.map +1 -0
- package/es/types/Interface/api/accountType/ReadAccountType.d.ts +8 -0
- package/es/types/Interface/api/accountType/ReadAccountType.d.ts.map +1 -0
- package/es/types/Interface/api/accountType/ReadAccountType.js +2 -0
- package/es/types/Interface/api/accountType/ReadAccountType.js.map +1 -0
- package/es/types/Interface/api/simulationColors/ReadSimulationColors.d.ts +5 -0
- package/es/types/Interface/api/simulationColors/ReadSimulationColors.d.ts.map +1 -0
- package/es/types/Interface/api/simulationColors/ReadSimulationColors.js +21 -0
- package/es/types/Interface/api/simulationColors/ReadSimulationColors.js.map +1 -0
- package/es/types/Interface/models/IAccount.d.ts +2 -2
- package/es/types/Interface/models/IAccount.js.map +1 -1
- package/es/types/Interface/models/ISimulationElement.d.ts +5 -5
- package/es/types/Interface/models/ISimulationElement.d.ts.map +1 -1
- package/es/types/Interface/models/ISimulationElement.js.map +1 -1
- package/es/types/Interface/models/ISimulationSummary.d.ts +3 -3
- package/es/types/Interface/models/ISimulationSummary.d.ts.map +1 -1
- package/es/types/Interface/models/ISimulationSummary.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +1 -1
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/index.d.ts +5 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +5 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/decorators.d.ts +7 -0
- package/es/utils/decorators.d.ts.map +1 -0
- package/es/utils/decorators.js +15 -0
- package/es/utils/decorators.js.map +1 -0
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.d.ts.map +1 -1
- package/es/utils/index.js +1 -0
- package/es/utils/index.js.map +1 -1
- package/js/api/index.js +3 -0
- package/js/api/index.js.map +1 -1
- package/js/api/resources/Account.js +36 -0
- package/js/api/resources/Account.js.map +1 -0
- package/js/api/resources/AccountType.js +18 -0
- package/js/api/resources/AccountType.js.map +1 -0
- package/js/api/resources/Simulation.js +8 -0
- package/js/api/resources/Simulation.js.map +1 -1
- package/js/api/resources.js +10 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Nature.js +13 -0
- package/js/types/Enum/Nature.js.map +1 -0
- package/js/types/Interface/api/account/QueryAccounts.js +35 -0
- package/js/types/Interface/api/account/QueryAccounts.js.map +1 -0
- package/js/types/Interface/api/account/ReadAccounts.js +6 -0
- package/js/types/Interface/api/account/ReadAccounts.js.map +1 -0
- package/js/types/Interface/api/accountType/ReadAccountType.js +6 -0
- package/js/types/Interface/api/accountType/ReadAccountType.js.map +1 -0
- package/js/types/Interface/api/simulationColors/ReadSimulationColors.js +29 -0
- package/js/types/Interface/api/simulationColors/ReadSimulationColors.js.map +1 -0
- package/js/types/index.js +60 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/decorators.js +28 -0
- package/js/utils/decorators.js.map +1 -0
- package/js/utils/index.js +12 -0
- package/js/utils/index.js.map +1 -1
- package/package.json +18 -31
- package/ts/api/index.ts +3 -1
- package/ts/api/resources/Account.ts +9 -0
- package/ts/api/resources/AccountType.ts +8 -0
- package/ts/api/resources/Simulation.ts +10 -2
- package/ts/api/resources.ts +6 -0
- package/ts/types/Enum/Nature.ts +5 -0
- package/ts/types/Interface/api/account/QueryAccounts.ts +20 -0
- package/ts/types/Interface/api/account/ReadAccounts.ts +2 -0
- package/ts/types/Interface/api/accountType/ReadAccountType.ts +8 -0
- package/ts/types/Interface/api/simulationColors/ReadSimulationColors.ts +9 -0
- package/ts/types/Interface/models/IAccount.ts +2 -2
- package/ts/types/Interface/models/ISimulationElement.ts +5 -5
- package/ts/types/Interface/models/ISimulationSummary.ts +3 -3
- package/ts/types/Interface/models/ISociety.ts +1 -1
- package/ts/types/index.ts +5 -0
- package/ts/utils/decorators.ts +15 -0
- package/ts/utils/index.ts +1 -0
package/es/api/index.d.ts
CHANGED
package/es/api/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ts/api/index.ts"],"names":[],"mappings":"AAQA,cAAc,aAAa,CAAC;AAC5B,eAAO,MAAM,KAAK,WAAY;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ts/api/index.ts"],"names":[],"mappings":"AAQA,cAAc,aAAa,CAAC;AAC5B,eAAO,MAAM,KAAK,WAAY;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,GAAG,CAAC;IAAC,QAAQ,CAAC,EAAE,GAAG,CAAA;CAAE;;oBAsC1D,MAAM;CAMzB,CAAC"}
|
package/es/api/index.js
CHANGED
|
@@ -51,8 +51,9 @@ export const Silex = (params) => {
|
|
|
51
51
|
.reduce((acc, [name, value]) => (Object.assign(Object.assign({}, acc), {
|
|
52
52
|
// eslint-disable-next-line new-cap
|
|
53
53
|
[name]: new value(wrapAxios(axiosInstance)) })), {});
|
|
54
|
-
return Object.assign({ setToken(token) {
|
|
54
|
+
return Object.assign({ loginWith: params.loginWith, setToken(token) {
|
|
55
55
|
axiosInstance.defaults.headers.authorization = token;
|
|
56
|
+
params.setToken(token);
|
|
56
57
|
} }, _resources);
|
|
57
58
|
};
|
|
58
59
|
//# sourceMappingURL=index.js.map
|
package/es/api/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/api/index.ts"],"names":[],"mappings":";;;;;;;;;AAAA,iDAAiD;AACjD,OAAO,KAAwB,MAAM,OAAO,CAAC;AAE7C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,YAAY,GAAG,mCAAmC,CAAC;AACzD,MAAM,iBAAiB,GAAG,SAAS,CAAC;AAEpC,cAAc,aAAa,CAAC;AAC5B,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/api/index.ts"],"names":[],"mappings":";;;;;;;;;AAAA,iDAAiD;AACjD,OAAO,KAAwB,MAAM,OAAO,CAAC;AAE7C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,YAAY,GAAG,mCAAmC,CAAC;AACzD,MAAM,iBAAiB,GAAG,SAAS,CAAC;AAEpC,cAAc,aAAa,CAAC;AAC5B,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,MAAwD,EAAE,EAAE;IAChF,MAAM,aAAa,GAAkB,KAAK,CAAC,MAAM,CAAC;QAChD,OAAO,EAAE,MAAM,CAAC,GAAG,IAAI,GAAG,YAAY,GAAG,iBAAiB,EAAE;KAC7D,CAAC,CAAC;IAEH,MAAM,SAAS,GAAG,CAAC,QAAa,EAAE,EAAE,CAAC,iCAChC,QAAQ,KACL,IAAI,CAAC,GAAG,MAAa;;gBACzB,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,QAAQ,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC;gBAC/C,OAAO,IAAI,CAAC;YACd,CAAC;SAAA;QACK,IAAI,CAAC,GAAG,MAAa;;gBACzB,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,QAAQ,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC;gBAC/C,OAAO,IAAI,CAAC;YACd,CAAC;SAAA;QACK,KAAK,CAAC,GAAG,MAAa;;gBAC1B,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,QAAQ,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,CAAC;gBAChD,OAAO,IAAI,CAAC;YACd,CAAC;SAAA;QACK,MAAM,CAAC,GAAG,MAAa;;gBAC3B,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,QAAQ,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,CAAC;gBACjD,OAAO,IAAI,CAAC;YACd,CAAC;SAAA;QACK,OAAO,CAAC,GAAG,MAAa;;gBAC5B,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,QAAQ,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC;gBAClD,OAAO,IAAI,CAAC;YACd,CAAC;SAAA,IACD,CAAC;IAEH,MAAM,UAAU,GAAG,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC;SACzC,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,iCAC3B,GAAG;QACN,mCAAmC;QACnC,CAAC,IAAI,CAAC,EAAE,IAAI,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,IAC3C,EAAE,EAAE,CAAC,CAAC;IAEV,uBACE,SAAS,EAAE,MAAM,CAAC,SAAS,EAC3B,QAAQ,CAAC,KAAa;YACpB,aAAa,CAAC,QAAQ,CAAC,OAAO,CAAC,aAAa,GAAG,KAAK,CAAC;YACrD,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;QACzB,CAAC,IACE,UAAU,EACb;AACJ,CAAC,CAAC","sourcesContent":["/* eslint-disable @typescript-eslint/no-shadow */\nimport axios, { AxiosInstance } from 'axios';\n\nimport { resources } from './resources';\n\nconst DEFAULT_HOST = 'https://api.compta-clementine.com';\nconst DEFAULT_BASE_PATH = '/api/v1';\n\nexport * from './resources';\nexport const Silex = (params: { url: string, loginWith?: any, setToken?: any }) => {\n const axiosInstance: AxiosInstance = axios.create({\n baseURL: params.url || `${DEFAULT_HOST}${DEFAULT_BASE_PATH}`,\n });\n\n const wrapAxios = (instance: any) => ({\n ...instance,\n async $get(...params: any[]) {\n const { data } = await instance.get(...params);\n return data;\n },\n async $put(...params: any[]) {\n const { data } = await instance.put(...params);\n return data;\n },\n async $post(...params: any[]) {\n const { data } = await instance.post(...params);\n return data;\n },\n async $patch(...params: any[]) {\n const { data } = await instance.patch(...params);\n return data;\n },\n async $delete(...params: any[]) {\n const { data } = await instance.delete(...params);\n return data;\n },\n });\n\n const _resources = Object.entries(resources)\n .reduce((acc, [name, value]) => ({\n ...acc,\n // eslint-disable-next-line new-cap\n [name]: new value(wrapAxios(axiosInstance)),\n }), {});\n\n return {\n loginWith: params.loginWith,\n setToken(token: string) {\n axiosInstance.defaults.headers.authorization = token;\n params.setToken(token);\n },\n ..._resources,\n };\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Account.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE1D,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC;CAIrD"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { Resource } from '../Resource';
|
|
13
|
+
export class Account extends Resource {
|
|
14
|
+
getAll(params) {
|
|
15
|
+
const { id } = params, query = __rest(params, ["id"]);
|
|
16
|
+
return this.axios.$get(`/society/${id}/accounts`, { params: query });
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=Account.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../ts/api/resources/Account.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAqB;QAC1B,MAAM,EAAE,EAAE,KAAe,MAAM,EAAhB,KAAK,UAAK,MAAM,EAAzB,MAAgB,CAAS,CAAC;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,WAAW,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACvE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { QueryAccounts, ReadAccounts } from '../../types';\n\nexport class Account extends Resource {\n getAll(params: QueryAccounts): Promise<ReadAccounts> {\n const { id, ...query } = params;\n return this.axios.$get(`/society/${id}/accounts`, { params: query });\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountType.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/AccountType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C,qBAAa,WAAY,SAAQ,QAAQ;IACvC,MAAM,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,eAAe,CAAC;CAGnE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountType.js","sourceRoot":"","sources":["../../../ts/api/resources/AccountType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IACvC,MAAM,CAAC,MAAgC;QACrC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,eAAe,MAAM,CAAC,YAAY,eAAe,CAAC,CAAC;IAC5E,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { ReadAccountType } from '../../types';\n\nexport class AccountType extends Resource {\n getAll(params: { idSimulation: number }): Promise<ReadAccountType> {\n return this.axios.$get(`/simulation/${params.idSimulation}/accountTypes`);\n }\n}\n"]}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
|
-
import { BasePaginate, ISimulation, QueryPaginate } from '../../types';
|
|
2
|
+
import { BasePaginate, ISimulation, ISociety, QueryPaginate, ReadSimulationColors } from '../../types';
|
|
3
3
|
export declare class Simulation extends Resource {
|
|
4
4
|
getBySociety(params: {
|
|
5
5
|
idSociety: number;
|
|
6
6
|
} & QueryPaginate): Promise<BasePaginate<ISimulation>>;
|
|
7
|
+
hideSimulationBetaMessage(params: {
|
|
8
|
+
idSociety: number;
|
|
9
|
+
}): Promise<ISociety>;
|
|
10
|
+
getColors(): Promise<ReadSimulationColors[]>;
|
|
7
11
|
}
|
|
8
12
|
//# sourceMappingURL=Simulation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Simulation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Simulation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,YAAY,EACZ,WAAW,
|
|
1
|
+
{"version":3,"file":"Simulation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Simulation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,YAAY,EACZ,WAAW,EAAE,QAAQ,EACrB,aAAa,EAAE,oBAAoB,EACpC,MAAM,aAAa,CAAC;AAErB,qBAAa,UAAW,SAAQ,QAAQ;IACtC,YAAY,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;IAM/F,yBAAyB,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,QAAQ,CAAC;IAI3E,SAAS,IAAI,OAAO,CAAC,oBAAoB,EAAE,CAAC;CAG7C"}
|
|
@@ -5,5 +5,11 @@ export class Simulation extends Resource {
|
|
|
5
5
|
params,
|
|
6
6
|
});
|
|
7
7
|
}
|
|
8
|
+
hideSimulationBetaMessage(params) {
|
|
9
|
+
return this.axios.$post(`/society/${params.idSociety}/hideSimulationBetaMessage`);
|
|
10
|
+
}
|
|
11
|
+
getColors() {
|
|
12
|
+
return this.axios.$get('/simulation/colors');
|
|
13
|
+
}
|
|
8
14
|
}
|
|
9
15
|
//# sourceMappingURL=Simulation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Simulation.js","sourceRoot":"","sources":["../../../ts/api/resources/Simulation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,MAAM,OAAO,UAAW,SAAQ,QAAQ;IACtC,YAAY,CAAC,MAA6C;QACxD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,cAAc,EAAE;YACjE,MAAM;SACP,CAAC,CAAC;IACL,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n BasePaginate,\n ISimulation,\n QueryPaginate,\n} from '../../types';\n\nexport class Simulation extends Resource {\n getBySociety(params: { idSociety: number } & QueryPaginate): Promise<BasePaginate<ISimulation>> {\n return this.axios.$get(`/society/${params.idSociety}/simulations`, {\n params,\n });\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"Simulation.js","sourceRoot":"","sources":["../../../ts/api/resources/Simulation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,MAAM,OAAO,UAAW,SAAQ,QAAQ;IACtC,YAAY,CAAC,MAA6C;QACxD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,cAAc,EAAE;YACjE,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IAED,yBAAyB,CAAC,MAA6B;QACrD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,MAAM,CAAC,SAAS,4BAA4B,CAAC,CAAC;IACpF,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;IAC/C,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n BasePaginate,\n ISimulation, ISociety,\n QueryPaginate, ReadSimulationColors,\n} from '../../types';\n\nexport class Simulation extends Resource {\n getBySociety(params: { idSociety: number } & QueryPaginate): Promise<BasePaginate<ISimulation>> {\n return this.axios.$get(`/society/${params.idSociety}/simulations`, {\n params,\n });\n }\n\n hideSimulationBetaMessage(params: { idSociety: number }): Promise<ISociety> {\n return this.axios.$post(`/society/${params.idSociety}/hideSimulationBetaMessage`);\n }\n\n getColors(): Promise<ReadSimulationColors[]> {\n return this.axios.$get('/simulation/colors');\n }\n}\n"]}
|
package/es/api/resources.d.ts
CHANGED
|
@@ -2,10 +2,16 @@ import { Country } from './resources/Country';
|
|
|
2
2
|
import { Simulation } from './resources/Simulation';
|
|
3
3
|
import { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';
|
|
4
4
|
import { Immobilization } from './resources/Immobilization';
|
|
5
|
+
import { AccountType } from './resources/AccountType';
|
|
6
|
+
import { Transaction } from './resources/Transaction';
|
|
7
|
+
import { Account } from './resources/Account';
|
|
5
8
|
export declare const resources: {
|
|
6
9
|
simulation: typeof Simulation;
|
|
7
10
|
country: typeof Country;
|
|
8
11
|
paymentExpectationCustomer: typeof PaymentExpectationCustomer;
|
|
9
12
|
immobilization: typeof Immobilization;
|
|
13
|
+
accountType: typeof AccountType;
|
|
14
|
+
transaction: typeof Transaction;
|
|
15
|
+
account: typeof Account;
|
|
10
16
|
};
|
|
11
17
|
//# sourceMappingURL=resources.d.ts.map
|
|
@@ -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;
|
|
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;AAE9C,eAAO,MAAM,SAAS;;;;;;;;CAQrB,CAAC"}
|
package/es/api/resources.js
CHANGED
|
@@ -2,10 +2,16 @@ import { Country } from './resources/Country';
|
|
|
2
2
|
import { Simulation } from './resources/Simulation';
|
|
3
3
|
import { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';
|
|
4
4
|
import { Immobilization } from './resources/Immobilization';
|
|
5
|
+
import { AccountType } from './resources/AccountType';
|
|
6
|
+
import { Transaction } from './resources/Transaction';
|
|
7
|
+
import { Account } from './resources/Account';
|
|
5
8
|
export const resources = {
|
|
6
9
|
simulation: Simulation,
|
|
7
10
|
country: Country,
|
|
8
11
|
paymentExpectationCustomer: PaymentExpectationCustomer,
|
|
9
12
|
immobilization: Immobilization,
|
|
13
|
+
accountType: AccountType,
|
|
14
|
+
transaction: Transaction,
|
|
15
|
+
account: Account,
|
|
10
16
|
};
|
|
11
17
|
//# sourceMappingURL=resources.js.map
|
package/es/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","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;
|
|
1
|
+
{"version":3,"file":"resources.js","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;AAE9C,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,0BAA0B,EAAE,0BAA0B;IACtD,cAAc,EAAE,cAAc;IAC9B,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,WAAW;IACxB,OAAO,EAAE,OAAO;CACjB,CAAC","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';\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};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Nature.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Nature.ts"],"names":[],"mappings":"AAAA,oBAAY,MAAM;IAChB,MAAM,IAAI;IACV,KAAK,IAAI;IACT,OAAO,IAAI;CACZ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Nature.js","sourceRoot":"","sources":["../../../ts/types/Enum/Nature.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,MAIX;AAJD,WAAY,MAAM;IAChB,uCAAU,CAAA;IACV,qCAAS,CAAA;IACT,yCAAW,CAAA;AACb,CAAC,EAJW,MAAM,KAAN,MAAM,QAIjB","sourcesContent":["export enum Nature {\n CREDIT = 1,\n DEBIT = 2,\n NEUTRAL = 3,\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryAccounts.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryAccounts.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IACxB,EAAE,EAAE,MAAM,CAAC;IAGX,cAAc,CAAC,EAAE,OAAO,CAAC;IAGzB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class QueryAccounts {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiPropertyOptional(),
|
|
15
|
+
__metadata("design:type", Boolean)
|
|
16
|
+
], QueryAccounts.prototype, "includeGeneric", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiPropertyOptional(),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], QueryAccounts.prototype, "idAccountType", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Boolean)
|
|
24
|
+
], QueryAccounts.prototype, "isCollection", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
__metadata("design:type", Boolean)
|
|
28
|
+
], QueryAccounts.prototype, "onlySpecific", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
__metadata("design:type", Boolean)
|
|
32
|
+
], QueryAccounts.prototype, "groupByAccountType", void 0);
|
|
33
|
+
//# sourceMappingURL=QueryAccounts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryAccounts.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryAccounts.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,aAAa;CAiBzB;AAbC;IADC,mBAAmB,EAAE;;qDACG;AAGzB;IADC,mBAAmB,EAAE;;oDACC;AAGvB;IADC,mBAAmB,EAAE;;mDACC;AAGvB;IADC,mBAAmB,EAAE;;mDACC;AAGvB;IADC,mBAAmB,EAAE;;yDACO","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryAccounts {\n id: number;\n\n @ApiPropertyOptional()\n includeGeneric?: boolean;\n\n @ApiPropertyOptional()\n idAccountType?: number;\n\n @ApiPropertyOptional()\n isCollection?: boolean;\n\n @ApiPropertyOptional()\n onlySpecific?: boolean;\n\n @ApiPropertyOptional()\n groupByAccountType?: boolean;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadAccounts.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/ReadAccounts.ts"],"names":[],"mappings":"AACA,oBAAY,YAAY,GAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadAccounts.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/ReadAccounts.ts"],"names":[],"mappings":"","sourcesContent":["// TODO: conditional return type\nexport type ReadAccounts = any[];\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IAccountType } from '../../models/IAccountType';
|
|
2
|
+
declare type AccountType = Pick<IAccountType, 'id' | 'name' | 'colors' | 'iconePNG'>;
|
|
3
|
+
export interface ReadAccountType {
|
|
4
|
+
credit: AccountType[];
|
|
5
|
+
debit: AccountType[];
|
|
6
|
+
}
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=ReadAccountType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadAccountType.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountType/ReadAccountType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,aAAK,WAAW,GAAG,IAAI,CAAC,YAAY,EAAE,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,UAAU,CAAC,CAAC;AAE7E,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,KAAK,EAAE,WAAW,EAAE,CAAC;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadAccountType.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountType/ReadAccountType.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccountType } from '../../models/IAccountType';\n\ntype AccountType = Pick<IAccountType, 'id' | 'name' | 'colors' | 'iconePNG'>;\n\nexport interface ReadAccountType {\n credit: AccountType[];\n debit: AccountType[];\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadSimulationColors.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/simulationColors/ReadSimulationColors.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAE/B,EAAE,EAAE,MAAM,CAAC;IAGX,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 } from '../../../../utils';
|
|
11
|
+
export class ReadSimulationColors {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", Number)
|
|
16
|
+
], ReadSimulationColors.prototype, "id", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], ReadSimulationColors.prototype, "name", void 0);
|
|
21
|
+
//# sourceMappingURL=ReadSimulationColors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadSimulationColors.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/simulationColors/ReadSimulationColors.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,oBAAoB;CAMhC;AAJC;IADC,WAAW,EAAE;;gDACH;AAGX;IADC,WAAW,EAAE;;kDACD","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class ReadSimulationColors {\n @ApiProperty()\n id: number;\n\n @ApiProperty()\n name: string;\n}\n"]}
|
|
@@ -27,7 +27,7 @@ export interface IAccount {
|
|
|
27
27
|
forFournisseur: boolean;
|
|
28
28
|
juridicalSociety: number | null;
|
|
29
29
|
idNature: number;
|
|
30
|
-
|
|
30
|
+
idAccountType: number;
|
|
31
31
|
idVat: number | null;
|
|
32
32
|
idRegisterCategorie: number | null;
|
|
33
33
|
idSector: number | null;
|
|
@@ -36,7 +36,7 @@ export interface IAccount {
|
|
|
36
36
|
updatedAt?: Date | null;
|
|
37
37
|
deletedAt?: Date | null;
|
|
38
38
|
nature?: INature;
|
|
39
|
-
|
|
39
|
+
AccountType?: IAccountType;
|
|
40
40
|
tva?: IVat;
|
|
41
41
|
registerCategorie?: IRegisterCategory;
|
|
42
42
|
sector?: ISector;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccount.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccount.ts"],"names":[],"mappings":"","sourcesContent":["import { INature } from './INature';\nimport { IAccountType } from './IAccountType';\nimport { IVat } from './IVat';\nimport { IRegisterCategory } from './IRegisterCategory';\nimport { ISector } from './ISector';\nimport { IAccountHelp } from './IAccountHelp';\nimport { IAccountDetail } from './IAccountDetail';\nimport { ISociety } from './ISociety';\n\n// accounts\nexport interface IAccount {\n id?: number;\n number: number;\n name: string;\n originalName: string | null;\n forceVat: boolean;\n blockVat: boolean;\n forceFile: boolean;\n isHidden: boolean;\n isImmo: boolean;\n isCorporal: boolean;\n icone: string | null;\n iconePNG: string | null;\n color: string | null;\n isOnlyTreso: boolean;\n isOnlyEnga: boolean;\n isGeneric: boolean;\n forClient: boolean;\n forFournisseur: boolean;\n juridicalSociety: number | null;\n idNature: number;\n
|
|
1
|
+
{"version":3,"file":"IAccount.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccount.ts"],"names":[],"mappings":"","sourcesContent":["import { INature } from './INature';\nimport { IAccountType } from './IAccountType';\nimport { IVat } from './IVat';\nimport { IRegisterCategory } from './IRegisterCategory';\nimport { ISector } from './ISector';\nimport { IAccountHelp } from './IAccountHelp';\nimport { IAccountDetail } from './IAccountDetail';\nimport { ISociety } from './ISociety';\n\n// accounts\nexport interface IAccount {\n id?: number;\n number: number;\n name: string;\n originalName: string | null;\n forceVat: boolean;\n blockVat: boolean;\n forceFile: boolean;\n isHidden: boolean;\n isImmo: boolean;\n isCorporal: boolean;\n icone: string | null;\n iconePNG: string | null;\n color: string | null;\n isOnlyTreso: boolean;\n isOnlyEnga: boolean;\n isGeneric: boolean;\n forClient: boolean;\n forFournisseur: boolean;\n juridicalSociety: number | null;\n idNature: number;\n idAccountType: number;\n idVat: number | null;\n idRegisterCategorie: number | null;\n idSector: number | null;\n idParentAccount: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n nature?: INature;\n AccountType?: IAccountType;\n tva?: IVat;\n registerCategorie?: IRegisterCategory;\n sector?: ISector;\n accountHelp?: IAccountHelp;\n accountDetails?: IAccountDetail[];\n societies?: ISociety[];\n}\n"]}
|
|
@@ -7,7 +7,7 @@ export interface ISimulationElement {
|
|
|
7
7
|
name: string;
|
|
8
8
|
amount: number;
|
|
9
9
|
idSimulationPeriod: number;
|
|
10
|
-
|
|
10
|
+
idAccountType: number;
|
|
11
11
|
idEstimateInvoice: number | null;
|
|
12
12
|
idAccountingTransaction: number | null;
|
|
13
13
|
idAccount: number | null;
|
|
@@ -16,9 +16,9 @@ export interface ISimulationElement {
|
|
|
16
16
|
createdAt?: Date | null;
|
|
17
17
|
updatedAt?: Date | null;
|
|
18
18
|
isSynchronizedElement: boolean | null;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
simulationPeriod: ISimulationPeriod;
|
|
20
|
+
accountType: IAccountType;
|
|
21
|
+
estimatesInvoices: IEstimateInvoice;
|
|
22
|
+
accountingTransactions: IAccountingTransaction;
|
|
23
23
|
}
|
|
24
24
|
//# sourceMappingURL=ISimulationElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISimulationElement.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISimulationElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAGlE,MAAM,WAAW,kBAAkB;IACjC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,qBAAqB,EAAE,OAAO,GAAG,IAAI,CAAC;IAGtC,
|
|
1
|
+
{"version":3,"file":"ISimulationElement.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISimulationElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAGlE,MAAM,WAAW,kBAAkB;IACjC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,qBAAqB,EAAE,OAAO,GAAG,IAAI,CAAC;IAGtC,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,WAAW,EAAE,YAAY,CAAC;IAC1B,iBAAiB,EAAE,gBAAgB,CAAC;IACpC,sBAAsB,EAAE,sBAAsB,CAAC;CAChD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISimulationElement.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISimulationElement.ts"],"names":[],"mappings":"","sourcesContent":["import { ISimulationPeriod } from './ISimulationPeriod';\nimport { IAccountType } from './IAccountType';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IAccountingTransaction } from './IAccountingTransaction';\n\n// simulationElement\nexport interface ISimulationElement {\n id?: number;\n name: string;\n amount: number;\n idSimulationPeriod: number;\n
|
|
1
|
+
{"version":3,"file":"ISimulationElement.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISimulationElement.ts"],"names":[],"mappings":"","sourcesContent":["import { ISimulationPeriod } from './ISimulationPeriod';\nimport { IAccountType } from './IAccountType';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IAccountingTransaction } from './IAccountingTransaction';\n\n// simulationElement\nexport interface ISimulationElement {\n id?: number;\n name: string;\n amount: number;\n idSimulationPeriod: number;\n idAccountType: number;\n idEstimateInvoice: number | null;\n idAccountingTransaction: number | null;\n idAccount: number | null;\n idTva: number | null;\n isCollection: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n isSynchronizedElement: boolean | null;\n\n // Associations\n simulationPeriod: ISimulationPeriod;\n accountType: IAccountType;\n estimatesInvoices: IEstimateInvoice;\n accountingTransactions: IAccountingTransaction;\n}\n"]}
|
|
@@ -6,10 +6,10 @@ export interface ISimulationSummary {
|
|
|
6
6
|
simulatedAmount: number;
|
|
7
7
|
isCollection: boolean;
|
|
8
8
|
idSimulationPeriod: number;
|
|
9
|
-
|
|
9
|
+
idAccountType: number;
|
|
10
10
|
createdAt?: Date | null;
|
|
11
11
|
updatedAt?: Date | null;
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
simulationPeriod: ISimulationPeriod;
|
|
13
|
+
accountType: IAccountType;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=ISimulationSummary.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISimulationSummary.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISimulationSummary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,kBAAkB;IACjC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,OAAO,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,
|
|
1
|
+
{"version":3,"file":"ISimulationSummary.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISimulationSummary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,kBAAkB;IACjC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,OAAO,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,WAAW,EAAE,YAAY,CAAC;CAC3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISimulationSummary.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISimulationSummary.ts"],"names":[],"mappings":"","sourcesContent":["import { ISimulationPeriod } from './ISimulationPeriod';\nimport { IAccountType } from './IAccountType';\n\n// simulationSummary\nexport interface ISimulationSummary {\n id?: number;\n realAmount: number;\n simulatedAmount: number;\n isCollection: boolean;\n idSimulationPeriod: number;\n
|
|
1
|
+
{"version":3,"file":"ISimulationSummary.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISimulationSummary.ts"],"names":[],"mappings":"","sourcesContent":["import { ISimulationPeriod } from './ISimulationPeriod';\nimport { IAccountType } from './IAccountType';\n\n// simulationSummary\nexport interface ISimulationSummary {\n id?: number;\n realAmount: number;\n simulatedAmount: number;\n isCollection: boolean;\n idSimulationPeriod: number;\n idAccountType: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n simulationPeriod: ISimulationPeriod;\n accountType: IAccountType;\n}\n"]}
|
|
@@ -119,7 +119,7 @@ export interface ISociety {
|
|
|
119
119
|
stateSynchroBankAccount: number | null;
|
|
120
120
|
noShowPopUpSynchroDate: Date | null;
|
|
121
121
|
stateFollowCall: number | null;
|
|
122
|
-
hideSimulationBetaMessage:
|
|
122
|
+
hideSimulationBetaMessage: boolean;
|
|
123
123
|
unpaid: string | null;
|
|
124
124
|
owner: string | null;
|
|
125
125
|
social: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISociety.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ISociety.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISociety.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollowedQualityMail } from './IFollowedQualityMail';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { ISocietyProcessRegister } from './ISocietyProcessRegister';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceeding } from './ISocietyProceeding';\nimport { ISocietyAction } from './ISocietyAction';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport { ComptaType, Country, Sector } from '../..';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n nafCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n FolderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n dateUploadTva2: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n vatIntracom: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: Country | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n hideSimulationBetaMessage:
|
|
1
|
+
{"version":3,"file":"ISociety.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollowedQualityMail } from './IFollowedQualityMail';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { ISocietyProcessRegister } from './ISocietyProcessRegister';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceeding } from './ISocietyProceeding';\nimport { ISocietyAction } from './ISocietyAction';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport { ComptaType, Country, Sector } from '../..';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n nafCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n FolderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n dateUploadTva2: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n vatIntracom: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: Country | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n hideSimulationBetaMessage: boolean;\n unpaid: string | null;\n owner: string | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n idSoftware: number | null;\n\n // Associations\n accounts: IAccount[];\n comments: IComment[];\n thirdParty: IThirdParty[];\n reports: IReport[];\n connectors: IConnector[];\n bankConnections: IBankConnection[];\n societiesFollowedQualityMail: IFollowedQualityMail[];\n societyFollow: IFollow[];\n paymentsExpectations: IPaymentExpectation[];\n legalForm: ILegalForm;\n oldExpertInfo: IOldExpertInfo;\n prestationsSocieties: IPrestation[];\n sector: ISector;\n refunds: IRefund[];\n bankAccounts: IBankAccount[];\n bankPayment: ISocietyBank;\n compta: IComptaType;\n typeSubscription: ISubscriptionType;\n config: ISocietyConfig;\n gescom: ISocietyGescom;\n societyCgv: ISocietyCgv;\n processRegister: ISocietyProcessRegister;\n formalism: IFormalism;\n notes: ISocietyNote;\n taxSystem: ITaxSystem;\n tvaRegime: IVatRegime;\n fiscalRegime: IFiscalRegime;\n source: ISource;\n analyticsUtm: IAnalyticsUtm;\n activity: IActivity;\n softwareCompta: ISoftwareCompta;\n accessToken: IAccessToken;\n cotations: ICotation[];\n societyVehicles: ISocietyVehicle[];\n societyCountry: ICountry;\n terminationsList: ITerminationList;\n societyFiles: ISocietyFile[];\n societyDetail: ISocietyDetail;\n societySocials: ISocietySocial[];\n societyJuridical: ISocietyJuridical;\n paymentWaitings: IPaymentWaiting[];\n societyExercices: IExercice[];\n webmailMails: IWebMail[];\n societyProceedings: ISocietyProceeding[];\n societyActions: ISocietyAction[];\n societyStats: ISocietyStat[];\n logs: ILog[];\n sms: ISms[];\n users: IUser[];\n}\n"]}
|
package/es/types/index.d.ts
CHANGED
|
@@ -282,6 +282,7 @@ export * from './Enum/TypeConnector';
|
|
|
282
282
|
export * from './Enum/Vat';
|
|
283
283
|
export * from './Enum/AccountingJournal';
|
|
284
284
|
export * from './Enum/ImmobilizationType';
|
|
285
|
+
export * from './Enum/Nature';
|
|
285
286
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
286
287
|
export * from './Interface/api/simulation/CreateSimulation';
|
|
287
288
|
export * from './Interface/api/accountingEntry/AnnotateAccountingTransaction';
|
|
@@ -290,4 +291,8 @@ export * from './Interface/api/paymentExpectationCustomer/ReadPaymentExpectation
|
|
|
290
291
|
export * from './Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer';
|
|
291
292
|
export * from './Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer';
|
|
292
293
|
export * from './Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer';
|
|
294
|
+
export * from './Interface/api/accountType/ReadAccountType';
|
|
295
|
+
export * from './Interface/api/account/QueryAccounts';
|
|
296
|
+
export * from './Interface/api/account/ReadAccounts';
|
|
297
|
+
export * from './Interface/api/simulationColors/ReadSimulationColors';
|
|
293
298
|
//# sourceMappingURL=index.d.ts.map
|