@silexpert/core 0.4.106 → 0.4.109
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/CHANGELOG.md +46 -0
- package/es/api/resources/InternalInvoicing.d.ts +6 -0
- package/es/api/resources/InternalInvoicing.d.ts.map +1 -0
- package/es/api/resources/InternalInvoicing.js +7 -0
- package/es/api/resources/InternalInvoicing.js.map +1 -0
- package/es/api/resources/Journal.d.ts +7 -0
- package/es/api/resources/Journal.d.ts.map +1 -0
- package/es/api/resources/Journal.js +10 -0
- package/es/api/resources/Journal.js.map +1 -0
- package/es/api/resources/Product.d.ts +3 -0
- package/es/api/resources/Product.d.ts.map +1 -1
- package/es/api/resources/Product.js +10 -0
- package/es/api/resources/Product.js.map +1 -1
- package/es/api/resources/Registration.d.ts +6 -0
- package/es/api/resources/Registration.d.ts.map +1 -0
- package/es/api/resources/Registration.js +7 -0
- package/es/api/resources/Registration.js.map +1 -0
- 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/CerfaType.d.ts +14 -14
- package/es/types/Enum/CerfaType.d.ts.map +1 -1
- package/es/types/Enum/CerfaType.js +15 -14
- package/es/types/Enum/CerfaType.js.map +1 -1
- package/es/types/Enum/Ged.d.ts +1 -0
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +1 -1
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/GlobalRegime.js +61 -61
- package/es/types/Enum/GlobalRegime.js.map +1 -1
- package/es/types/Enum/PaymentMethod.d.ts +63 -0
- package/es/types/Enum/PaymentMethod.d.ts.map +1 -0
- package/es/types/Enum/PaymentMethod.js +63 -0
- package/es/types/Enum/PaymentMethod.js.map +1 -0
- package/es/types/Enum/ProductType.d.ts +6 -4
- package/es/types/Enum/ProductType.d.ts.map +1 -1
- package/es/types/Enum/ProductType.js +14 -6
- package/es/types/Enum/ProductType.js.map +1 -1
- 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/api/internalInvoicing/CreateInternalInvoicing.d.ts +5 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +21 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
- package/es/types/Interface/api/journal/Journals.d.ts +44 -0
- package/es/types/Interface/api/journal/Journals.d.ts.map +1 -0
- package/es/types/Interface/api/journal/Journals.js +13 -0
- package/es/types/Interface/api/journal/Journals.js.map +1 -0
- package/es/types/Interface/api/journal/QueryJournal.d.ts +6 -0
- package/es/types/Interface/api/journal/QueryJournal.d.ts.map +1 -0
- package/es/types/Interface/api/journal/QueryJournal.js +28 -0
- package/es/types/Interface/api/journal/QueryJournal.js.map +1 -0
- package/es/types/Interface/api/product/CreateProduct.d.ts.map +1 -1
- package/es/types/Interface/api/product/CreateProduct.js +3 -2
- package/es/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/es/types/Interface/api/product/QueryProduct.d.ts.map +1 -1
- package/es/types/Interface/api/product/QueryProduct.js +4 -2
- package/es/types/Interface/api/product/QueryProduct.js.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +6 -0
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -0
- package/es/types/Interface/api/registration/CreateRegistration.js +25 -0
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts +3 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.js +2 -0
- package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -0
- 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/IGedFile.d.ts +10 -10
- package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/es/types/Interface/models/IGedFile.js.map +1 -1
- package/es/types/Interface/models/IPayment.d.ts +20 -15
- package/es/types/Interface/models/IPayment.d.ts.map +1 -1
- package/es/types/Interface/models/IPayment.js.map +1 -1
- package/es/types/Interface/models/IRegistration.d.ts +21 -0
- package/es/types/Interface/models/IRegistration.d.ts.map +1 -0
- package/es/types/Interface/models/IRegistration.js +2 -0
- package/es/types/Interface/models/IRegistration.js.map +1 -0
- package/es/types/Interface/models/ISociety.d.ts +1 -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 +6 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -1
- package/es/types/index.js.map +1 -1
- package/es/utils/validators/formattedDateString.validator.d.ts +3 -0
- package/es/utils/validators/formattedDateString.validator.d.ts.map +1 -0
- package/es/utils/validators/formattedDateString.validator.js +19 -0
- package/es/utils/validators/formattedDateString.validator.js.map +1 -0
- package/export-models.json +0 -191
- package/js/api/resources/InternalInvoicing.js +18 -0
- package/js/api/resources/InternalInvoicing.js.map +1 -0
- package/js/api/resources/Journal.js +21 -0
- package/js/api/resources/Journal.js.map +1 -0
- package/js/api/resources/Product.js +12 -0
- package/js/api/resources/Product.js.map +1 -1
- package/js/api/resources/Registration.js +18 -0
- package/js/api/resources/Registration.js.map +1 -0
- package/js/api/resources.js +10 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/CerfaType.js +16 -14
- package/js/types/Enum/CerfaType.js.map +1 -1
- package/js/types/Enum/Ged.js +2 -2
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/GlobalRegime.js +61 -61
- package/js/types/Enum/GlobalRegime.js.map +1 -1
- package/js/types/Enum/PaymentMethod.js +68 -0
- package/js/types/Enum/PaymentMethod.js.map +1 -0
- package/js/types/Enum/ProductType.js +14 -7
- package/js/types/Enum/ProductType.js.map +1 -1
- 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/Interface/api/internalInvoicing/CreateInternalInvoicing.js +29 -0
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
- package/js/types/Interface/api/journal/Journals.js +30 -0
- package/js/types/Interface/api/journal/Journals.js.map +1 -0
- package/js/types/Interface/api/journal/QueryJournal.js +33 -0
- package/js/types/Interface/api/journal/QueryJournal.js.map +1 -0
- package/js/types/Interface/api/product/CreateProduct.js +1 -1
- package/js/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/js/types/Interface/api/product/QueryProduct.js +3 -1
- package/js/types/Interface/api/product/QueryProduct.js.map +1 -1
- package/js/types/Interface/api/registration/CreateRegistration.js +35 -0
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -0
- package/js/types/Interface/api/registration/ReadRegistration.js +6 -0
- package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -0
- package/js/types/Interface/models/{ISocietyAction.js → IRegistration.js} +1 -1
- package/js/types/Interface/models/{ISocietyAction.js.map → IRegistration.js.map} +1 -1
- package/js/types/index.js +72 -12
- package/js/types/index.js.map +1 -1
- package/js/utils/validators/formattedDateString.validator.js +29 -0
- package/js/utils/validators/formattedDateString.validator.js.map +1 -0
- package/package.json +1 -1
- package/table.json +0 -1
- package/ts/api/resources/InternalInvoicing.ts +10 -0
- package/ts/api/resources/Journal.ts +11 -0
- package/ts/api/resources/Product.ts +12 -0
- package/ts/api/resources/Registration.ts +8 -0
- package/ts/api/resources.ts +6 -0
- package/ts/types/Enum/CerfaType.ts +14 -14
- package/ts/types/Enum/Ged.ts +1 -1
- package/ts/types/Enum/GlobalRegime.ts +61 -61
- package/ts/types/Enum/PaymentMethod.ts +62 -0
- package/ts/types/Enum/ProductType.ts +21 -5
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +9 -0
- package/ts/types/Interface/api/journal/Journals.ts +48 -0
- package/ts/types/Interface/api/journal/QueryJournal.ts +15 -0
- package/ts/types/Interface/api/product/CreateProduct.ts +2 -2
- package/ts/types/Interface/api/product/QueryProduct.ts +6 -2
- package/ts/types/Interface/api/registration/CreateRegistration.ts +13 -0
- package/ts/types/Interface/api/registration/ReadRegistration.ts +3 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
- package/ts/types/Interface/models/IGedFile.ts +10 -10
- package/ts/types/Interface/models/IPayment.ts +20 -15
- package/ts/types/Interface/models/IRegistration.ts +23 -0
- package/ts/types/Interface/models/ISociety.ts +1 -2
- package/ts/types/index.ts +7 -2
- package/ts/utils/validators/formattedDateString.validator.ts +24 -0
- 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/ts/types/Interface/models/ISocietyAction.ts +0 -27
|
@@ -2,32 +2,37 @@ import { IPrestation } from './IPrestation';
|
|
|
2
2
|
import { IPaymentMethod } from './IPaymentMethod';
|
|
3
3
|
import { IUser } from './IUser';
|
|
4
4
|
import { IExercice } from './IExercice';
|
|
5
|
+
import { IFile } from './IFile';
|
|
5
6
|
|
|
6
7
|
// payments
|
|
7
8
|
export interface IPayment {
|
|
8
9
|
id?: number;
|
|
9
10
|
amount: number;
|
|
10
|
-
amountPayed
|
|
11
|
-
isLate
|
|
12
|
-
isOverdue
|
|
11
|
+
amountPayed?: number;
|
|
12
|
+
isLate?: boolean;
|
|
13
|
+
isOverdue?: boolean;
|
|
13
14
|
isOverpaid?: boolean;
|
|
14
|
-
isFirst
|
|
15
|
-
toCollect
|
|
16
|
-
isAsset
|
|
17
|
-
isFree
|
|
18
|
-
dateOverdue
|
|
15
|
+
isFirst?: boolean;
|
|
16
|
+
toCollect?: boolean;
|
|
17
|
+
isAsset?: boolean;
|
|
18
|
+
isFree?: boolean;
|
|
19
|
+
dateOverdue?: Date | null;
|
|
19
20
|
datePayment: Date;
|
|
20
|
-
|
|
21
|
+
done?: boolean | null;
|
|
22
|
+
refInternalInvoicing?: number;
|
|
21
23
|
idPrestation: number;
|
|
22
|
-
idExercice
|
|
23
|
-
idUser
|
|
24
|
+
idExercice?: number | null;
|
|
25
|
+
idUser?: number | null;
|
|
24
26
|
idPaymentMethod: number;
|
|
27
|
+
idFile?: number | null;
|
|
28
|
+
idSociety: number;
|
|
25
29
|
createdAt?: Date | null;
|
|
26
30
|
updatedAt?: Date | null;
|
|
27
31
|
|
|
28
32
|
// Associations
|
|
29
|
-
paymentsPrestations
|
|
30
|
-
paymentsMethod
|
|
31
|
-
user
|
|
32
|
-
exercice
|
|
33
|
+
paymentsPrestations?: IPrestation;
|
|
34
|
+
paymentsMethod?: IPaymentMethod;
|
|
35
|
+
user?: IUser;
|
|
36
|
+
exercice?: IExercice;
|
|
37
|
+
files?: IFile;
|
|
33
38
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { IExercice } from './IExercice';
|
|
2
|
+
import { ISociety } from './ISociety';
|
|
3
|
+
import { IFile } from './IFile';
|
|
4
|
+
|
|
5
|
+
export interface IRegistration {
|
|
6
|
+
id?: number;
|
|
7
|
+
payload: string;
|
|
8
|
+
response: string | null;
|
|
9
|
+
sendAt: Date | null;
|
|
10
|
+
isComplete: boolean;
|
|
11
|
+
idCerfaType: number;
|
|
12
|
+
idDeposit: string | null;
|
|
13
|
+
idExercice: number;
|
|
14
|
+
idFile: number | null;
|
|
15
|
+
idSociety: number;
|
|
16
|
+
updatedAt?: Date | null;
|
|
17
|
+
createdAt?: Date | null;
|
|
18
|
+
|
|
19
|
+
// Associations
|
|
20
|
+
exercice?: IExercice;
|
|
21
|
+
society?: ISociety;
|
|
22
|
+
file?: IFile;
|
|
23
|
+
}
|
|
@@ -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';
|
|
@@ -117,6 +116,7 @@ export interface ISociety {
|
|
|
117
116
|
folderNote: string | null;
|
|
118
117
|
dateSendAdvise: Date | null;
|
|
119
118
|
idUserAdvise: number | null;
|
|
119
|
+
idVatForInternalInvoicing: number;
|
|
120
120
|
dateFirstSendUnpaid: Date | null;
|
|
121
121
|
reasonUnpaid: number | null;
|
|
122
122
|
stripeSubscriptionId: string | null;
|
|
@@ -183,7 +183,6 @@ export interface ISociety {
|
|
|
183
183
|
societyExercices?: IExercice[];
|
|
184
184
|
webmailMails?: IWebMail[];
|
|
185
185
|
societyProcedings?: ISocietyProceding[];
|
|
186
|
-
societyActions?: ISocietyAction[];
|
|
187
186
|
societyStats?: ISocietyStat[];
|
|
188
187
|
survey?: ISurvey[];
|
|
189
188
|
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';
|
|
@@ -319,6 +318,7 @@ export * from './Enum/ImmobilizationType';
|
|
|
319
318
|
export * from './Enum/Nature';
|
|
320
319
|
export * from './Enum/SurveyType';
|
|
321
320
|
export * from './Enum/SurveyTypeDatas';
|
|
321
|
+
export * from './Enum/PaymentMethod';
|
|
322
322
|
export * from './Enum/ReportType';
|
|
323
323
|
export * from './Enum/ReportState';
|
|
324
324
|
export * from './Enum/Proceding';
|
|
@@ -434,6 +434,7 @@ export * from './Interface/api/accountant/ReadAccountantBalance';
|
|
|
434
434
|
export * from './Interface/api/quotes/QueryQuotesAccount';
|
|
435
435
|
export * from './Interface/api/quotes/CreateQuoteAccount';
|
|
436
436
|
export * from './Interface/api/account/ReadQuoteAccount';
|
|
437
|
+
export * from './Interface/api/internalInvoicing/CreateInternalInvoicing';
|
|
437
438
|
|
|
438
439
|
// export * from './Interface/api/survey/QuerySurvey';
|
|
439
440
|
export * from './Interface/api/survey/ReadSurvey';
|
|
@@ -538,4 +539,8 @@ export * from './Interface/api/vehicle/UpdateSocietyVehicle';
|
|
|
538
539
|
export * from './Interface/api/fecFile/QueryFecFile';
|
|
539
540
|
export * from './Interface/api/product/CreateProduct';
|
|
540
541
|
export * from './Interface/api/product/UpdateProduct';
|
|
541
|
-
export * from './Interface/api/product/QueryProduct';
|
|
542
|
+
export * from './Interface/api/product/QueryProduct';
|
|
543
|
+
export * from './Interface/api/registration/ReadRegistration';
|
|
544
|
+
export * from './Interface/api/registration/CreateRegistration';
|
|
545
|
+
export * from './Interface/api/journal/Journals';
|
|
546
|
+
export * from './Interface/api/journal/QueryJournal';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import {
|
|
2
|
+
registerDecorator, ValidationArguments, ValidationOptions,
|
|
3
|
+
} from 'class-validator';
|
|
4
|
+
|
|
5
|
+
export function IsFormattedDateString(validationOptions?: ValidationOptions) {
|
|
6
|
+
return function validator(object: any, propertyName: string) {
|
|
7
|
+
registerDecorator({
|
|
8
|
+
name: 'IsFormattedDateString',
|
|
9
|
+
target: object.constructor,
|
|
10
|
+
propertyName,
|
|
11
|
+
options: {
|
|
12
|
+
message: `${propertyName} should be a string date formatted in 'YYYY-MM-DD'`,
|
|
13
|
+
...validationOptions,
|
|
14
|
+
},
|
|
15
|
+
validator: {
|
|
16
|
+
validate(value: any, args: ValidationArguments) {
|
|
17
|
+
const dateRegex = /^((\d{4}-((0[13578]-|1[02]-)(0[1-9]|[12]\d|3[01])|(0[13456789]-|1[012]-)(0[1-9]|[12]\d|30)|02-(0[1-9]|1\d|2[0-8])))|((([02468][048]|[13579][26])00|\d{2}([13579][26]|0[48]|[2468][048])))-02-29)$/;
|
|
18
|
+
return typeof value === 'string'
|
|
19
|
+
&& dateRegex.test(value);
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
}
|
|
@@ -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,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
|
-
}
|