@silexpert/core 0.4.106 → 0.4.108
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/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +0 -2
- 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 +0 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +0 -1
- package/es/types/index.js.map +1 -1
- package/export-models.json +0 -191
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/index.js +0 -12
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/table.json +0 -1
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
- package/ts/types/Interface/models/ISociety.ts +0 -2
- package/ts/types/index.ts +0 -1
- package/es/types/Interface/models/ISocietyAction.d.ts +0 -24
- package/es/types/Interface/models/ISocietyAction.d.ts.map +0 -1
- package/es/types/Interface/models/ISocietyAction.js +0 -2
- package/es/types/Interface/models/ISocietyAction.js.map +0 -1
- package/js/types/Interface/models/ISocietyAction.js +0 -6
- package/js/types/Interface/models/ISocietyAction.js.map +0 -1
- package/ts/types/Interface/models/ISocietyAction.ts +0 -27
|
@@ -39,6 +39,12 @@ export class UpdateBalanceSheetModuleForm {
|
|
|
39
39
|
@IsOptional()
|
|
40
40
|
hasManualEntryToDeclare?: boolean | null;
|
|
41
41
|
|
|
42
|
+
@ApiPropertyOptional()
|
|
43
|
+
@IsBoolean()
|
|
44
|
+
@ToBoolean()
|
|
45
|
+
@IsOptional()
|
|
46
|
+
hasLaundryFees?: boolean | null;
|
|
47
|
+
|
|
42
48
|
@ApiPropertyOptional()
|
|
43
49
|
idExercice?: number;
|
|
44
50
|
}
|
|
@@ -12,6 +12,7 @@ export interface IBalanceSheetModule {
|
|
|
12
12
|
hasProviderAssetToReceived?: boolean | null;
|
|
13
13
|
hasProviderInvoiceNotReceived?: boolean | null;
|
|
14
14
|
hasManualEntryToDeclare?: boolean | null;
|
|
15
|
+
hasLaundryFees?: boolean | null;
|
|
15
16
|
idSociety: number;
|
|
16
17
|
idExercice: number;
|
|
17
18
|
createdAt?: Date | null;
|
|
@@ -41,7 +41,6 @@ import { IPaymentWaiting } from './IPaymentWaiting';
|
|
|
41
41
|
import { IExercice } from './IExercice';
|
|
42
42
|
import { IWebMail } from './IWebMail';
|
|
43
43
|
import { ISocietyProceding } from './ISocietyProceding';
|
|
44
|
-
import { ISocietyAction } from './ISocietyAction';
|
|
45
44
|
import { ISocietyStat } from './ISocietyStat';
|
|
46
45
|
import { ISurvey } from './ISurvey';
|
|
47
46
|
import { ILog } from './ILog';
|
|
@@ -183,7 +182,6 @@ export interface ISociety {
|
|
|
183
182
|
societyExercices?: IExercice[];
|
|
184
183
|
webmailMails?: IWebMail[];
|
|
185
184
|
societyProcedings?: ISocietyProceding[];
|
|
186
|
-
societyActions?: ISocietyAction[];
|
|
187
185
|
societyStats?: ISocietyStat[];
|
|
188
186
|
survey?: ISurvey[];
|
|
189
187
|
logs?: ILog[];
|
package/ts/types/index.ts
CHANGED
|
@@ -180,7 +180,6 @@ export * from './Interface/models/ISimulationPeriod';
|
|
|
180
180
|
export * from './Interface/models/ISimulationSummary';
|
|
181
181
|
export * from './Interface/models/ISocialDetail';
|
|
182
182
|
export * from './Interface/models/ISociety';
|
|
183
|
-
export * from './Interface/models/ISocietyAction';
|
|
184
183
|
export * from './Interface/models/ISocietyApproval';
|
|
185
184
|
export * from './Interface/models/ISocietyBank';
|
|
186
185
|
export * from './Interface/models/ISocietyBudgetConnection';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { ISociety } from './ISociety';
|
|
2
|
-
export interface ISocietyAction {
|
|
3
|
-
id?: number;
|
|
4
|
-
month: string;
|
|
5
|
-
year: string;
|
|
6
|
-
invoice: number | null;
|
|
7
|
-
active: number | null;
|
|
8
|
-
documentsState: number | null;
|
|
9
|
-
annotationState: number | null;
|
|
10
|
-
FSMailAutoDate: Date | null;
|
|
11
|
-
annotationMailAutoDate: Date | null;
|
|
12
|
-
FAMailAutoDate: Date | null;
|
|
13
|
-
updatedMailAutoDate: Date | null;
|
|
14
|
-
stampedMailDate: Date | null;
|
|
15
|
-
documentsMailAutoDate: Date | null;
|
|
16
|
-
synchronizeMailAutoDate: Date | null;
|
|
17
|
-
paymentMailAutoDate: Date | null;
|
|
18
|
-
stamped: boolean;
|
|
19
|
-
idSociety: number;
|
|
20
|
-
createdAt?: Date | null;
|
|
21
|
-
updatedAt?: Date | null;
|
|
22
|
-
society: ISociety;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=ISocietyAction.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ISocietyAction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,sBAAsB,EAAE,IAAI,GAAG,IAAI,CAAC;IACpC,cAAc,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,mBAAmB,EAAE,IAAI,GAAG,IAAI,CAAC;IACjC,eAAe,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,qBAAqB,EAAE,IAAI,GAAG,IAAI,CAAC;IACnC,uBAAuB,EAAE,IAAI,GAAG,IAAI,CAAC;IACrC,mBAAmB,EAAE,IAAI,GAAG,IAAI,CAAC;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ISocietyAction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISocietyAction.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\n\n// societyActions\nexport interface ISocietyAction {\n id?: number;\n month: string;\n year: string;\n invoice: number | null;\n active: number | null;\n documentsState: number | null;\n annotationState: number | null;\n FSMailAutoDate: Date | null;\n annotationMailAutoDate: Date | null;\n FAMailAutoDate: Date | null;\n updatedMailAutoDate: Date | null;\n stampedMailDate: Date | null;\n documentsMailAutoDate: Date | null;\n synchronizeMailAutoDate: Date | null;\n paymentMailAutoDate: Date | null;\n stamped: boolean;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"ISocietyAction.js"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ISociety } from './ISociety';
|
|
2
|
-
|
|
3
|
-
// societyActions
|
|
4
|
-
export interface ISocietyAction {
|
|
5
|
-
id?: number;
|
|
6
|
-
month: string;
|
|
7
|
-
year: string;
|
|
8
|
-
invoice: number | null;
|
|
9
|
-
active: number | null;
|
|
10
|
-
documentsState: number | null;
|
|
11
|
-
annotationState: number | null;
|
|
12
|
-
FSMailAutoDate: Date | null;
|
|
13
|
-
annotationMailAutoDate: Date | null;
|
|
14
|
-
FAMailAutoDate: Date | null;
|
|
15
|
-
updatedMailAutoDate: Date | null;
|
|
16
|
-
stampedMailDate: Date | null;
|
|
17
|
-
documentsMailAutoDate: Date | null;
|
|
18
|
-
synchronizeMailAutoDate: Date | null;
|
|
19
|
-
paymentMailAutoDate: Date | null;
|
|
20
|
-
stamped: boolean;
|
|
21
|
-
idSociety: number;
|
|
22
|
-
createdAt?: Date | null;
|
|
23
|
-
updatedAt?: Date | null;
|
|
24
|
-
|
|
25
|
-
// Associations
|
|
26
|
-
society: ISociety;
|
|
27
|
-
}
|