@silexpert/core 1.1.103 → 1.1.105
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/Authenticate.d.ts +2 -0
- package/es/api/resources/Authenticate.d.ts.map +1 -1
- package/es/api/resources/Authenticate.js +14 -0
- package/es/api/resources/Authenticate.js.map +1 -1
- package/es/api/resources/BalanceSheet.d.ts +2 -1
- package/es/api/resources/BalanceSheet.d.ts.map +1 -1
- package/es/api/resources/BalanceSheet.js +3 -0
- package/es/api/resources/BalanceSheet.js.map +1 -1
- package/es/types/Enum/BalanceSheet.d.ts +2 -8
- package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheet.js +2 -9
- package/es/types/Enum/BalanceSheet.js.map +1 -1
- package/es/types/Enum/Country.d.ts +1 -0
- package/es/types/Enum/Country.d.ts.map +1 -1
- package/es/types/Enum/Country.js +242 -242
- package/es/types/Enum/Country.js.map +1 -1
- package/es/types/Enum/JobTitle.d.ts +2 -1
- package/es/types/Enum/JobTitle.d.ts.map +1 -1
- package/es/types/Enum/JobTitle.js +6 -0
- package/es/types/Enum/JobTitle.js.map +1 -1
- package/es/types/Enum/Supervision.d.ts +2 -1
- package/es/types/Enum/Supervision.d.ts.map +1 -1
- package/es/types/Enum/Supervision.js +7 -0
- package/es/types/Enum/Supervision.js.map +1 -1
- package/es/types/Form/FormAuthenticate.d.ts +2 -0
- package/es/types/Form/FormAuthenticate.d.ts.map +1 -1
- package/es/types/Form/FormAuthenticate.js +16 -1
- package/es/types/Form/FormAuthenticate.js.map +1 -1
- package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts +4 -0
- package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts.map +1 -0
- package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +3 -0
- package/es/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -0
- package/es/types/Interface/api/balanceSheet/Query.d.ts +5 -0
- package/es/types/Interface/api/balanceSheet/Query.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheet/Query.js +25 -0
- package/es/types/Interface/api/balanceSheet/Query.js.map +1 -0
- package/es/types/Interface/api/balanceSheet/Read.d.ts +18 -0
- package/es/types/Interface/api/balanceSheet/Read.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheet/Read.js +2 -0
- package/es/types/Interface/api/balanceSheet/Read.js.map +1 -0
- package/es/types/Interface/api/log/CreateLog.d.ts +2 -0
- package/es/types/Interface/api/log/CreateLog.d.ts.map +1 -1
- package/es/types/Interface/api/log/CreateLog.js.map +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.d.ts +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
- package/es/types/index.d.ts +3 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +3 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/brands.js +1 -1
- package/es/utils/brands.js.map +1 -1
- package/js/api/resources/Authenticate.js +34 -1
- package/js/api/resources/Authenticate.js.map +1 -1
- package/js/api/resources/BalanceSheet.js +5 -0
- package/js/api/resources/BalanceSheet.js.map +1 -1
- package/js/types/Enum/BalanceSheet.js +2 -8
- package/js/types/Enum/BalanceSheet.js.map +1 -1
- package/js/types/Enum/Country.js +244 -2
- package/js/types/Enum/Country.js.map +1 -1
- package/js/types/Enum/JobTitle.js +5 -0
- package/js/types/Enum/JobTitle.js.map +1 -1
- package/js/types/Enum/Supervision.js +6 -0
- package/js/types/Enum/Supervision.js.map +1 -1
- package/js/types/Form/FormAuthenticate.js +3 -0
- package/js/types/Form/FormAuthenticate.js.map +1 -1
- package/js/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +8 -0
- package/js/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -0
- package/js/types/Interface/api/balanceSheet/Query.js +23 -0
- package/js/types/Interface/api/balanceSheet/Query.js.map +1 -0
- package/js/types/Interface/api/balanceSheet/Read.js +6 -0
- package/js/types/Interface/api/balanceSheet/Read.js.map +1 -0
- package/js/types/Interface/api/log/CreateLog.js.map +1 -1
- package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -1
- package/js/types/index.js +81 -51
- package/js/types/index.js.map +1 -1
- package/js/utils/brands.js +1 -1
- package/js/utils/brands.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Authenticate.ts +4 -0
- package/ts/api/resources/BalanceSheet.ts +5 -1
- package/ts/types/Enum/BalanceSheet.ts +2 -9
- package/ts/types/Enum/Country.ts +243 -243
- package/ts/types/Enum/JobTitle.ts +6 -0
- package/ts/types/Enum/Supervision.ts +7 -0
- package/ts/types/Form/FormAuthenticate.ts +14 -1
- package/ts/types/Interface/api/authentification/ReadAuthenticateCollaborater.ts +3 -0
- package/ts/types/Interface/api/balanceSheet/Query.ts +16 -0
- package/ts/types/Interface/api/balanceSheet/Read.ts +18 -0
- package/ts/types/Interface/api/log/CreateLog.ts +3 -1
- package/ts/types/Interface/api/statistic/ExitRequest.ts +1 -1
- package/ts/types/index.ts +4 -0
- package/ts/utils/brands.ts +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export type ReadBalanceSheetYearStatistic = {
|
|
2
|
+
done: number;
|
|
3
|
+
todo: number;
|
|
4
|
+
};
|
|
5
|
+
|
|
6
|
+
export type ReadBalanceSheetStatistic = {
|
|
7
|
+
id: number;
|
|
8
|
+
firstname: string;
|
|
9
|
+
lastname: string;
|
|
10
|
+
statistics: {
|
|
11
|
+
actualYearMinusFour: ReadBalanceSheetYearStatistic;
|
|
12
|
+
actualYearMinusThree: ReadBalanceSheetYearStatistic;
|
|
13
|
+
actualYearMinusTwo: ReadBalanceSheetYearStatistic;
|
|
14
|
+
actualYearMinusOne: ReadBalanceSheetYearStatistic;
|
|
15
|
+
actualYear: ReadBalanceSheetYearStatistic;
|
|
16
|
+
actualYearPlusOne: ReadBalanceSheetYearStatistic;
|
|
17
|
+
}
|
|
18
|
+
};
|
|
@@ -81,7 +81,6 @@ export interface ExitApplication {
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
export interface StatisticBalanceSheetDetail {
|
|
84
|
-
goodToAttested: string[],
|
|
85
84
|
attested: string[],
|
|
86
85
|
attestedRefused: string[],
|
|
87
86
|
attestedObserved: string[],
|
|
@@ -92,6 +91,7 @@ export interface StatisticBalanceSheetDetail {
|
|
|
92
91
|
acceptedSIEByDefault: string[],
|
|
93
92
|
ARCAttested: string[],
|
|
94
93
|
ARCNoAttested: string[],
|
|
94
|
+
establishedRefused: string[],
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
export interface ReturnListType {
|
package/ts/types/index.ts
CHANGED
|
@@ -702,6 +702,8 @@ export * from './Interface/api/generalLedger/QueryGeneralLedgerAuxiliary';
|
|
|
702
702
|
export * from './Interface/api/generalLedger/IGeneralLedgerThirdParty';
|
|
703
703
|
export * from './Interface/api/incomeStatement/QueryIncomeStatement';
|
|
704
704
|
export * from './Interface/api/incomeStatement/ReadIncomeStatement';
|
|
705
|
+
export * from './Interface/api/balanceSheet/Query';
|
|
706
|
+
export * from './Interface/api/balanceSheet/Read';
|
|
705
707
|
export * from './Interface/api/balanceSheet/ReadBalanceSheet';
|
|
706
708
|
export * from './Interface/api/balanceSheet/UpdateBalanceSheet';
|
|
707
709
|
export * from './Interface/api/pappers/QueryPappers';
|
|
@@ -932,6 +934,8 @@ export * from './Interface/api/cashAndExpense/Create';
|
|
|
932
934
|
export * from './Interface/api/accountsSectors/Create';
|
|
933
935
|
export * from './Interface/api/fusion/FusionSocieties';
|
|
934
936
|
export * from './Interface/api/changelog/Create';
|
|
937
|
+
export * from './Interface/api/authentification/ReadAuthenticateCollaborater';
|
|
938
|
+
|
|
935
939
|
export * from './Interface/api/businessSector/Create';
|
|
936
940
|
export * from './Interface/api/businessSector/Query';
|
|
937
941
|
export * from './Interface/api/businessSector/Delete';
|
package/ts/utils/brands.ts
CHANGED
|
@@ -121,7 +121,7 @@ const getBrandConfig = (params: getBrandConfigParams): brand => {
|
|
|
121
121
|
};
|
|
122
122
|
|
|
123
123
|
const getBrandByEmail = (email: string): 'Legalstart' | 'Comptalib' | 'Clementine' | 'Pourcentage' | 'Lecomptablefrancais' | null => {
|
|
124
|
-
if (email.indexOf('legalstart.fr') > -1) return 'Legalstart';
|
|
124
|
+
if (email.indexOf('legalstart.fr') > -1 || email.indexOf('comptastartbyclementine.fr') > -1) return 'Legalstart';
|
|
125
125
|
if (email.indexOf('comptalib.com') > -1) return 'Comptalib';
|
|
126
126
|
if (email.indexOf('pourcentage.fr') > -1) return 'Pourcentage';
|
|
127
127
|
if (email.indexOf('compta-clementine.fr') > -1) return 'Clementine';
|