@silexpert/core 1.1.394 → 1.1.396
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/api/resources/JuridicalMission.d.ts +1 -1
- package/dist/cjs/api/resources/JuridicalMission.d.ts.map +1 -1
- package/dist/cjs/api/resources/JuridicalMission.js +2 -2
- package/dist/cjs/api/resources/JuridicalMission.js.map +1 -1
- package/dist/cjs/api/resources/Qonto.d.ts +3 -0
- package/dist/cjs/api/resources/Qonto.d.ts.map +1 -1
- package/dist/cjs/api/resources/Qonto.js +3 -0
- package/dist/cjs/api/resources/Qonto.js.map +1 -1
- package/dist/cjs/api/resources/Vat.js +1 -1
- package/dist/cjs/api/resources/Vat.js.map +1 -1
- package/dist/cjs/types/Enum/ChecklistType.d.ts +2 -1
- package/dist/cjs/types/Enum/ChecklistType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ChecklistType.js +1 -0
- package/dist/cjs/types/Enum/ChecklistType.js.map +1 -1
- package/dist/cjs/types/Enum/Ged.d.ts +2 -1
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +3 -2
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Interface/api/aspone/Util.d.ts +1 -0
- package/dist/cjs/types/Interface/api/aspone/Util.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/aspone/Util.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/ModifyPlanning.d.ts +5 -0
- package/dist/cjs/types/Interface/api/card/ModifyPlanning.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/card/ModifyPlanning.js +19 -1
- package/dist/cjs/types/Interface/api/card/ModifyPlanning.js.map +1 -1
- package/dist/cjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts +4 -2
- package/dist/cjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.js.map +1 -1
- package/dist/cjs/types/Interface/models/ISupervision.d.ts +2 -0
- package/dist/cjs/types/Interface/models/ISupervision.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ISupervision.js.map +1 -1
- package/dist/mjs/api/resources/JuridicalMission.d.ts +1 -1
- package/dist/mjs/api/resources/JuridicalMission.d.ts.map +1 -1
- package/dist/mjs/api/resources/JuridicalMission.js +2 -2
- package/dist/mjs/api/resources/JuridicalMission.js.map +1 -1
- package/dist/mjs/api/resources/Qonto.d.ts +3 -0
- package/dist/mjs/api/resources/Qonto.d.ts.map +1 -1
- package/dist/mjs/api/resources/Qonto.js +3 -0
- package/dist/mjs/api/resources/Qonto.js.map +1 -1
- package/dist/mjs/api/resources/Vat.js +1 -1
- package/dist/mjs/api/resources/Vat.js.map +1 -1
- package/dist/mjs/types/Enum/ChecklistType.d.ts +2 -1
- package/dist/mjs/types/Enum/ChecklistType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ChecklistType.js +1 -0
- package/dist/mjs/types/Enum/ChecklistType.js.map +1 -1
- package/dist/mjs/types/Enum/Ged.d.ts +2 -1
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +3 -2
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Interface/api/aspone/Util.d.ts +1 -0
- package/dist/mjs/types/Interface/api/aspone/Util.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/aspone/Util.js +1 -0
- package/dist/mjs/types/Interface/api/aspone/Util.js.map +1 -1
- package/dist/mjs/types/Interface/api/card/ModifyPlanning.d.ts +5 -0
- package/dist/mjs/types/Interface/api/card/ModifyPlanning.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/card/ModifyPlanning.js +20 -0
- package/dist/mjs/types/Interface/api/card/ModifyPlanning.js.map +1 -1
- package/dist/mjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts +4 -2
- package/dist/mjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.js.map +1 -1
- package/dist/mjs/types/Interface/models/ISupervision.d.ts +2 -0
- package/dist/mjs/types/Interface/models/ISupervision.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ISupervision.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/JuridicalMission.ts +2 -2
- package/ts/api/resources/Qonto.ts +3 -0
- package/ts/api/resources/Vat.ts +1 -1
- package/ts/types/Enum/ChecklistType.ts +1 -0
- package/ts/types/Enum/Ged.ts +3 -2
- package/ts/types/Interface/api/aspone/Util.ts +1 -0
- package/ts/types/Interface/api/card/ModifyPlanning.ts +14 -0
- package/ts/types/Interface/api/previsionalForm/PrevisionalFormPayload.ts +5 -2
- package/ts/types/Interface/models/ISupervision.ts +2 -0
|
@@ -26,6 +26,9 @@ export class Qonto extends Resource {
|
|
|
26
26
|
return this.axios.$post('connectors/qonto/connections', payload);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
+
/**
|
|
30
|
+
* @deprecated use create
|
|
31
|
+
*/
|
|
29
32
|
updateConnection(idBankConnection: number, payload: UpdateConnection): Promise<IBankConnection> {
|
|
30
33
|
return this.axios.$put(`connectors/qonto/connections/${idBankConnection}`, payload);
|
|
31
34
|
}
|
package/ts/api/resources/Vat.ts
CHANGED
|
@@ -75,6 +75,6 @@ export class Vat extends Resource {
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
sendByMail(idCustomerVat: number, payload: CreateAndSendVatMail): Promise<ICustomerVat> {
|
|
78
|
-
return this.axios.$post(`/vat/advances/${idCustomerVat}`, payload);
|
|
78
|
+
return this.axios.$post(`/vat/advances/${idCustomerVat}/mails`, payload);
|
|
79
79
|
}
|
|
80
80
|
}
|
package/ts/types/Enum/Ged.ts
CHANGED
|
@@ -51,7 +51,8 @@ export enum GedFolder {
|
|
|
51
51
|
JEDECLARE_MANDATES = 45,
|
|
52
52
|
COMPANY_PASSWORD_SERVICE = 46,
|
|
53
53
|
FEC = 47,
|
|
54
|
-
|
|
54
|
+
BACKUP = 48,
|
|
55
|
+
PREVISIONAL = 49,
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
export enum TypeFile {
|
|
@@ -365,7 +366,7 @@ export const GedFolderList: Array<{ id: GedFolder, isVisibleForClient: boolean;
|
|
|
365
366
|
{ id: GedFolder.JEDECLARE_MANDATES, name: 'Mandat JeDeclare', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
|
|
366
367
|
{ id: GedFolder.COMPANY_PASSWORD_SERVICE, name: 'Mot de passe service entreprise', isVisibleForClient: false, idGedCategory: GedCategory.COMPANY },
|
|
367
368
|
{ id: GedFolder.FEC, name: 'Fec', isVisibleForClient: false, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
|
|
368
|
-
{ id: GedFolder.PREVISIONAL, name: '
|
|
369
|
+
{ id: GedFolder.PREVISIONAL, name: 'Prévisionnels', isVisibleForClient: true, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
|
|
369
370
|
];
|
|
370
371
|
|
|
371
372
|
export const gedCategoryWithName: Array<{ idGedCategory: number, name: string, usableByClient: boolean, brandCondition?: string[] }> = [
|
|
@@ -35,4 +35,18 @@ export class ModifyExercisePlanning {
|
|
|
35
35
|
@ApiProperty()
|
|
36
36
|
@IsInt({ each: true })
|
|
37
37
|
idUsers: number[];
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export class AutomaticallyAssignTeamPlanning {
|
|
41
|
+
@ApiProperty()
|
|
42
|
+
@IsInt()
|
|
43
|
+
idTeam: number;
|
|
44
|
+
|
|
45
|
+
@ApiProperty()
|
|
46
|
+
@IsDate()
|
|
47
|
+
startDate: Date;
|
|
48
|
+
|
|
49
|
+
@ApiProperty()
|
|
50
|
+
@IsDate()
|
|
51
|
+
endDate: Date;
|
|
38
52
|
}
|
|
@@ -33,8 +33,11 @@ export interface Financing {
|
|
|
33
33
|
loan: NumberFiscalYears; // Emprunt bancaire
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
export interface
|
|
36
|
+
export interface Turnover {
|
|
37
37
|
turnover: NumberFiscalYears; // Chiffre d'affaires prévu
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export interface Charges {
|
|
38
41
|
outsourcing: NumberFiscalYears; // Sous-traitance prévue
|
|
39
42
|
merchandisePurchase: NumberFiscalYears; // Achats de marchandises / matières premières
|
|
40
43
|
}
|
|
@@ -70,4 +73,4 @@ export interface SocialAndRemuneration {
|
|
|
70
73
|
remunerationManager: NumberFiscalYears; // Rémunération gérant
|
|
71
74
|
}
|
|
72
75
|
|
|
73
|
-
export interface PrevisionalFormPayload extends CompanyDescription, Investment, Financing,
|
|
76
|
+
export interface PrevisionalFormPayload extends CompanyDescription, Investment, Financing, Turnover, Charges, Consumables, OtherCharges, SocialAndRemuneration {}
|
|
@@ -3,6 +3,7 @@ import { IExercice } from './IExercice';
|
|
|
3
3
|
import { IFile } from './IFile';
|
|
4
4
|
import { ILetter } from './ILetter';
|
|
5
5
|
import { IPendingPoint } from './IPendingPoint';
|
|
6
|
+
import { ISupervisionPendingPoint } from './ISupervisionPendingPoint';
|
|
6
7
|
import { IUser } from './IUser';
|
|
7
8
|
|
|
8
9
|
// supervisions
|
|
@@ -38,6 +39,7 @@ export interface ISupervision {
|
|
|
38
39
|
balanceSheet: IBalanceSheet;
|
|
39
40
|
file: IFile;
|
|
40
41
|
letter: ILetter;
|
|
42
|
+
supervisionPendingPoints: ISupervisionPendingPoint[];
|
|
41
43
|
pendingPoints: IPendingPoint[];
|
|
42
44
|
userWhoValidate: IUser;
|
|
43
45
|
}
|