@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.
Files changed (175) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/es/api/resources/InternalInvoicing.d.ts +6 -0
  3. package/es/api/resources/InternalInvoicing.d.ts.map +1 -0
  4. package/es/api/resources/InternalInvoicing.js +7 -0
  5. package/es/api/resources/InternalInvoicing.js.map +1 -0
  6. package/es/api/resources/Journal.d.ts +7 -0
  7. package/es/api/resources/Journal.d.ts.map +1 -0
  8. package/es/api/resources/Journal.js +10 -0
  9. package/es/api/resources/Journal.js.map +1 -0
  10. package/es/api/resources/Product.d.ts +3 -0
  11. package/es/api/resources/Product.d.ts.map +1 -1
  12. package/es/api/resources/Product.js +10 -0
  13. package/es/api/resources/Product.js.map +1 -1
  14. package/es/api/resources/Registration.d.ts +6 -0
  15. package/es/api/resources/Registration.d.ts.map +1 -0
  16. package/es/api/resources/Registration.js +7 -0
  17. package/es/api/resources/Registration.js.map +1 -0
  18. package/es/api/resources.d.ts +6 -0
  19. package/es/api/resources.d.ts.map +1 -1
  20. package/es/api/resources.js +6 -0
  21. package/es/api/resources.js.map +1 -1
  22. package/es/types/Enum/CerfaType.d.ts +14 -14
  23. package/es/types/Enum/CerfaType.d.ts.map +1 -1
  24. package/es/types/Enum/CerfaType.js +15 -14
  25. package/es/types/Enum/CerfaType.js.map +1 -1
  26. package/es/types/Enum/Ged.d.ts +1 -0
  27. package/es/types/Enum/Ged.d.ts.map +1 -1
  28. package/es/types/Enum/Ged.js +1 -1
  29. package/es/types/Enum/Ged.js.map +1 -1
  30. package/es/types/Enum/GlobalRegime.js +61 -61
  31. package/es/types/Enum/GlobalRegime.js.map +1 -1
  32. package/es/types/Enum/PaymentMethod.d.ts +63 -0
  33. package/es/types/Enum/PaymentMethod.d.ts.map +1 -0
  34. package/es/types/Enum/PaymentMethod.js +63 -0
  35. package/es/types/Enum/PaymentMethod.js.map +1 -0
  36. package/es/types/Enum/ProductType.d.ts +6 -4
  37. package/es/types/Enum/ProductType.d.ts.map +1 -1
  38. package/es/types/Enum/ProductType.js +14 -6
  39. package/es/types/Enum/ProductType.js.map +1 -1
  40. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
  41. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  42. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
  43. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  44. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
  45. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  46. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
  47. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  48. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +5 -0
  49. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -0
  50. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +21 -0
  51. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
  52. package/es/types/Interface/api/journal/Journals.d.ts +44 -0
  53. package/es/types/Interface/api/journal/Journals.d.ts.map +1 -0
  54. package/es/types/Interface/api/journal/Journals.js +13 -0
  55. package/es/types/Interface/api/journal/Journals.js.map +1 -0
  56. package/es/types/Interface/api/journal/QueryJournal.d.ts +6 -0
  57. package/es/types/Interface/api/journal/QueryJournal.d.ts.map +1 -0
  58. package/es/types/Interface/api/journal/QueryJournal.js +28 -0
  59. package/es/types/Interface/api/journal/QueryJournal.js.map +1 -0
  60. package/es/types/Interface/api/product/CreateProduct.d.ts.map +1 -1
  61. package/es/types/Interface/api/product/CreateProduct.js +3 -2
  62. package/es/types/Interface/api/product/CreateProduct.js.map +1 -1
  63. package/es/types/Interface/api/product/QueryProduct.d.ts.map +1 -1
  64. package/es/types/Interface/api/product/QueryProduct.js +4 -2
  65. package/es/types/Interface/api/product/QueryProduct.js.map +1 -1
  66. package/es/types/Interface/api/registration/CreateRegistration.d.ts +6 -0
  67. package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -0
  68. package/es/types/Interface/api/registration/CreateRegistration.js +25 -0
  69. package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -0
  70. package/es/types/Interface/api/registration/ReadRegistration.d.ts +3 -0
  71. package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -0
  72. package/es/types/Interface/api/registration/ReadRegistration.js +2 -0
  73. package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -0
  74. package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -0
  75. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  76. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  77. package/es/types/Interface/models/IGedFile.d.ts +10 -10
  78. package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
  79. package/es/types/Interface/models/IGedFile.js.map +1 -1
  80. package/es/types/Interface/models/IPayment.d.ts +20 -15
  81. package/es/types/Interface/models/IPayment.d.ts.map +1 -1
  82. package/es/types/Interface/models/IPayment.js.map +1 -1
  83. package/es/types/Interface/models/IRegistration.d.ts +21 -0
  84. package/es/types/Interface/models/IRegistration.d.ts.map +1 -0
  85. package/es/types/Interface/models/IRegistration.js +2 -0
  86. package/es/types/Interface/models/IRegistration.js.map +1 -0
  87. package/es/types/Interface/models/ISociety.d.ts +1 -2
  88. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  89. package/es/types/Interface/models/ISociety.js.map +1 -1
  90. package/es/types/index.d.ts +6 -1
  91. package/es/types/index.d.ts.map +1 -1
  92. package/es/types/index.js +6 -1
  93. package/es/types/index.js.map +1 -1
  94. package/es/utils/validators/formattedDateString.validator.d.ts +3 -0
  95. package/es/utils/validators/formattedDateString.validator.d.ts.map +1 -0
  96. package/es/utils/validators/formattedDateString.validator.js +19 -0
  97. package/es/utils/validators/formattedDateString.validator.js.map +1 -0
  98. package/export-models.json +0 -191
  99. package/js/api/resources/InternalInvoicing.js +18 -0
  100. package/js/api/resources/InternalInvoicing.js.map +1 -0
  101. package/js/api/resources/Journal.js +21 -0
  102. package/js/api/resources/Journal.js.map +1 -0
  103. package/js/api/resources/Product.js +12 -0
  104. package/js/api/resources/Product.js.map +1 -1
  105. package/js/api/resources/Registration.js +18 -0
  106. package/js/api/resources/Registration.js.map +1 -0
  107. package/js/api/resources.js +10 -1
  108. package/js/api/resources.js.map +1 -1
  109. package/js/types/Enum/CerfaType.js +16 -14
  110. package/js/types/Enum/CerfaType.js.map +1 -1
  111. package/js/types/Enum/Ged.js +2 -2
  112. package/js/types/Enum/Ged.js.map +1 -1
  113. package/js/types/Enum/GlobalRegime.js +61 -61
  114. package/js/types/Enum/GlobalRegime.js.map +1 -1
  115. package/js/types/Enum/PaymentMethod.js +68 -0
  116. package/js/types/Enum/PaymentMethod.js.map +1 -0
  117. package/js/types/Enum/ProductType.js +14 -7
  118. package/js/types/Enum/ProductType.js.map +1 -1
  119. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
  120. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  121. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
  122. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  123. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +29 -0
  124. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
  125. package/js/types/Interface/api/journal/Journals.js +30 -0
  126. package/js/types/Interface/api/journal/Journals.js.map +1 -0
  127. package/js/types/Interface/api/journal/QueryJournal.js +33 -0
  128. package/js/types/Interface/api/journal/QueryJournal.js.map +1 -0
  129. package/js/types/Interface/api/product/CreateProduct.js +1 -1
  130. package/js/types/Interface/api/product/CreateProduct.js.map +1 -1
  131. package/js/types/Interface/api/product/QueryProduct.js +3 -1
  132. package/js/types/Interface/api/product/QueryProduct.js.map +1 -1
  133. package/js/types/Interface/api/registration/CreateRegistration.js +35 -0
  134. package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -0
  135. package/js/types/Interface/api/registration/ReadRegistration.js +6 -0
  136. package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -0
  137. package/js/types/Interface/models/{ISocietyAction.js → IRegistration.js} +1 -1
  138. package/js/types/Interface/models/{ISocietyAction.js.map → IRegistration.js.map} +1 -1
  139. package/js/types/index.js +72 -12
  140. package/js/types/index.js.map +1 -1
  141. package/js/utils/validators/formattedDateString.validator.js +29 -0
  142. package/js/utils/validators/formattedDateString.validator.js.map +1 -0
  143. package/package.json +1 -1
  144. package/table.json +0 -1
  145. package/ts/api/resources/InternalInvoicing.ts +10 -0
  146. package/ts/api/resources/Journal.ts +11 -0
  147. package/ts/api/resources/Product.ts +12 -0
  148. package/ts/api/resources/Registration.ts +8 -0
  149. package/ts/api/resources.ts +6 -0
  150. package/ts/types/Enum/CerfaType.ts +14 -14
  151. package/ts/types/Enum/Ged.ts +1 -1
  152. package/ts/types/Enum/GlobalRegime.ts +61 -61
  153. package/ts/types/Enum/PaymentMethod.ts +62 -0
  154. package/ts/types/Enum/ProductType.ts +21 -5
  155. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
  156. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
  157. package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +9 -0
  158. package/ts/types/Interface/api/journal/Journals.ts +48 -0
  159. package/ts/types/Interface/api/journal/QueryJournal.ts +15 -0
  160. package/ts/types/Interface/api/product/CreateProduct.ts +2 -2
  161. package/ts/types/Interface/api/product/QueryProduct.ts +6 -2
  162. package/ts/types/Interface/api/registration/CreateRegistration.ts +13 -0
  163. package/ts/types/Interface/api/registration/ReadRegistration.ts +3 -0
  164. package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
  165. package/ts/types/Interface/models/IGedFile.ts +10 -10
  166. package/ts/types/Interface/models/IPayment.ts +20 -15
  167. package/ts/types/Interface/models/IRegistration.ts +23 -0
  168. package/ts/types/Interface/models/ISociety.ts +1 -2
  169. package/ts/types/index.ts +7 -2
  170. package/ts/utils/validators/formattedDateString.validator.ts +24 -0
  171. package/es/types/Interface/models/ISocietyAction.d.ts +0 -24
  172. package/es/types/Interface/models/ISocietyAction.d.ts.map +0 -1
  173. package/es/types/Interface/models/ISocietyAction.js +0 -2
  174. package/es/types/Interface/models/ISocietyAction.js.map +0 -1
  175. 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: number;
11
- isLate: boolean;
12
- isOverdue: boolean;
11
+ amountPayed?: number;
12
+ isLate?: boolean;
13
+ isOverdue?: boolean;
13
14
  isOverpaid?: boolean;
14
- isFirst: boolean;
15
- toCollect: boolean;
16
- isAsset: boolean;
17
- isFree: boolean;
18
- dateOverdue: Date | null;
15
+ isFirst?: boolean;
16
+ toCollect?: boolean;
17
+ isAsset?: boolean;
18
+ isFree?: boolean;
19
+ dateOverdue?: Date | null;
19
20
  datePayment: Date;
20
- traite: boolean | null;
21
+ done?: boolean | null;
22
+ refInternalInvoicing?: number;
21
23
  idPrestation: number;
22
- idExercice: number | null;
23
- idUser: number | null;
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: IPrestation;
30
- paymentsMethod: IPaymentMethod;
31
- user: IUser;
32
- exercice: IExercice;
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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ISocietyAction.js.map
@@ -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
- }