@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
@@ -1,7 +1,15 @@
1
- export var ProductType;
2
- (function (ProductType) {
3
- ProductType[ProductType["PRODUCT"] = 1] = "PRODUCT";
4
- ProductType[ProductType["SERVICE"] = 2] = "SERVICE";
5
- ProductType[ProductType["GOODS"] = 3] = "GOODS";
6
- })(ProductType || (ProductType = {}));
1
+ export const ProductType = {
2
+ PRODUCT: {
3
+ id: 1,
4
+ name: 'Produit',
5
+ },
6
+ SERVICE: {
7
+ id: 2,
8
+ name: 'Service',
9
+ },
10
+ GOODS: {
11
+ id: 3,
12
+ name: 'Marchandise',
13
+ },
14
+ };
7
15
  //# sourceMappingURL=ProductType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProductType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ProductType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,mDAAW,CAAA;IACX,mDAAW,CAAA;IACX,+CAAS,CAAA;AACX,CAAC,EAJW,WAAW,KAAX,WAAW,QAItB","sourcesContent":["export enum ProductType {\n PRODUCT = 1,\n SERVICE = 2,\n GOODS = 3,\n}"]}
1
+ {"version":3,"file":"ProductType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ProductType.ts"],"names":[],"mappings":"AAOA,MAAM,CAAC,MAAM,WAAW,GAAiB;IACvC,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,SAAS;KAChB;IACD,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,SAAS;KAChB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,aAAa;KACpB;CACF,CAAC","sourcesContent":["export interface IProductType {\n [key: string]: {\n id: number,\n name: string,\n }\n}\n\nexport const ProductType: IProductType = {\n PRODUCT: {\n id: 1,\n name: 'Produit',\n },\n SERVICE: {\n id: 2,\n name: 'Service',\n },\n GOODS: {\n id: 3,\n name: 'Marchandise',\n },\n};\n"]}
@@ -9,6 +9,7 @@ export declare class CreateBalanceSheetModuleForm {
9
9
  hasProviderAssetToReceived?: boolean | null;
10
10
  hasProviderInvoiceNotReceived?: boolean | null;
11
11
  hasManualEntryToDeclare?: boolean | null;
12
+ hasLaundryFees?: boolean | null;
12
13
  idExercice: number;
13
14
  }
14
15
  //# sourceMappingURL=CreateBalanceSheetModule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAEvC,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/C,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGzC,UAAU,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"CreateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAEvC,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/C,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGhC,UAAU,EAAE,MAAM,CAAC;CACpB"}
@@ -55,6 +55,13 @@ __decorate([
55
55
  IsOptional(),
56
56
  __metadata("design:type", Object)
57
57
  ], CreateBalanceSheetModuleForm.prototype, "hasManualEntryToDeclare", void 0);
58
+ __decorate([
59
+ ApiPropertyOptional(),
60
+ IsBoolean(),
61
+ ToBoolean(),
62
+ IsOptional(),
63
+ __metadata("design:type", Object)
64
+ ], CreateBalanceSheetModuleForm.prototype, "hasLaundryFees", void 0);
58
65
  __decorate([
59
66
  ApiProperty(),
60
67
  __metadata("design:type", Number)
@@ -1 +1 @@
1
- {"version":3,"file":"CreateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;CAuCxC;AArCC;IADC,mBAAmB,EAAE;;+DACF;AAGpB;IADC,mBAAmB,EAAE;;mEACE;AAMxB;IADC,mBAAmB,EAAE;;kEACC;AAGvB;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;iFACuB;AAG7C;IADC,mBAAmB,EAAE;;8EACoB;AAG1C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;mFACyB;AAM/C;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6EAC4B;AAGzC;IADC,WAAW,EAAE;;gEACK","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory?: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare?: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n salariesFile?: boolean;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiProperty()\n idExercice: number;\n}"]}
1
+ {"version":3,"file":"CreateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;CA6CxC;AA3CC;IADC,mBAAmB,EAAE;;+DACF;AAGpB;IADC,mBAAmB,EAAE;;mEACE;AAMxB;IADC,mBAAmB,EAAE;;kEACC;AAGvB;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;iFACuB;AAG7C;IADC,mBAAmB,EAAE;;8EACoB;AAG1C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;mFACyB;AAM/C;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6EAC4B;AAMzC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;oEACmB;AAGhC;IADC,WAAW,EAAE;;gEACK","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory?: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare?: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n salariesFile?: boolean;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasLaundryFees?: boolean | null;\n\n @ApiProperty()\n idExercice: number;\n}"]}
@@ -9,6 +9,7 @@ export declare class UpdateBalanceSheetModuleForm {
9
9
  hasProviderInvoiceNotReceived?: boolean | null;
10
10
  salariesFile?: boolean;
11
11
  hasManualEntryToDeclare?: boolean | null;
12
+ hasLaundryFees?: boolean | null;
12
13
  idExercice?: number;
13
14
  }
14
15
  //# sourceMappingURL=UpdateBalanceSheetModule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAEvC,SAAS,EAAE,OAAO,CAAC;IAGnB,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,YAAY,CAAC,EAAE,OAAO,CAAC;IAMvB,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGzC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
1
+ {"version":3,"file":"UpdateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAEvC,SAAS,EAAE,OAAO,CAAC;IAGnB,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,YAAY,CAAC,EAAE,OAAO,CAAC;IAMvB,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGhC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -55,6 +55,13 @@ __decorate([
55
55
  IsOptional(),
56
56
  __metadata("design:type", Object)
57
57
  ], UpdateBalanceSheetModuleForm.prototype, "hasManualEntryToDeclare", void 0);
58
+ __decorate([
59
+ ApiPropertyOptional(),
60
+ IsBoolean(),
61
+ ToBoolean(),
62
+ IsOptional(),
63
+ __metadata("design:type", Object)
64
+ ], UpdateBalanceSheetModuleForm.prototype, "hasLaundryFees", void 0);
58
65
  __decorate([
59
66
  ApiPropertyOptional(),
60
67
  __metadata("design:type", Number)
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;CAuCxC;AArCC;IADC,mBAAmB,EAAE;;+DACH;AAGnB;IADC,mBAAmB,EAAE;;mEACE;AAMxB;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;iFACuB;AAG7C;IADC,mBAAmB,EAAE;;8EACoB;AAG1C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;kEACC;AAMvB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6EAC4B;AAGzC;IADC,mBAAmB,EAAE;;gEACF","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare?: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n salariesFile?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n idExercice?: number;\n}"]}
1
+ {"version":3,"file":"UpdateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;CA6CxC;AA3CC;IADC,mBAAmB,EAAE;;+DACH;AAGnB;IADC,mBAAmB,EAAE;;mEACE;AAMxB;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;iFACuB;AAG7C;IADC,mBAAmB,EAAE;;8EACoB;AAG1C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;kEACC;AAMvB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6EAC4B;AAMzC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;oEACmB;AAGhC;IADC,mBAAmB,EAAE;;gEACF","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare?: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n salariesFile?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasLaundryFees?: boolean | null;\n\n @ApiPropertyOptional()\n idExercice?: number;\n}"]}
@@ -0,0 +1,5 @@
1
+ export declare class CreateInternalInvoicing {
2
+ month: number;
3
+ year: number;
4
+ }
5
+ //# sourceMappingURL=CreateInternalInvoicing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateInternalInvoicing.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts"],"names":[],"mappings":"AAEA,qBAAa,uBAAuB;IAElC,KAAK,EAAE,MAAM,CAAC;IAGd,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1,21 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty } from '../../../../utils';
11
+ export class CreateInternalInvoicing {
12
+ }
13
+ __decorate([
14
+ ApiProperty(),
15
+ __metadata("design:type", Number)
16
+ ], CreateInternalInvoicing.prototype, "month", void 0);
17
+ __decorate([
18
+ ApiProperty(),
19
+ __metadata("design:type", Number)
20
+ ], CreateInternalInvoicing.prototype, "year", void 0);
21
+ //# sourceMappingURL=CreateInternalInvoicing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateInternalInvoicing.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,uBAAuB;CAMnC;AAJC;IADC,WAAW,EAAE;;sDACA;AAGd;IADC,WAAW,EAAE;;qDACD","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateInternalInvoicing {\n @ApiProperty()\n month: number;\n\n @ApiProperty()\n year: number;\n}\n"]}
@@ -0,0 +1,44 @@
1
+ export declare class JournalDebitCredit {
2
+ debit?: number;
3
+ credit?: number;
4
+ }
5
+ export declare class PeriodDatum extends JournalDebitCredit {
6
+ dateValue: string | Date;
7
+ invoiceNumber: string;
8
+ designation: string;
9
+ account: number;
10
+ accountName: string;
11
+ master: boolean;
12
+ }
13
+ export declare class IPeriodsCentralisation {
14
+ [index: string]: {
15
+ account: number;
16
+ accountName: string;
17
+ } & JournalDebitCredit;
18
+ }
19
+ export declare class IPeriods {
20
+ [index: string]: {
21
+ monthYearPeriods: string;
22
+ data?: PeriodDatum[];
23
+ dataCentralisation?: IPeriodsCentralisation;
24
+ total: {
25
+ accumulated: JournalDebitCredit;
26
+ month: JournalDebitCredit;
27
+ };
28
+ };
29
+ }
30
+ export declare class Journals {
31
+ [index: string]: {
32
+ idJournal: number;
33
+ name: string;
34
+ fullName: string;
35
+ periods?: IPeriods;
36
+ };
37
+ }
38
+ export declare class JsonExportJournal {
39
+ idSociety: number;
40
+ startDate: string;
41
+ endDate: string;
42
+ data: Journals;
43
+ }
44
+ //# sourceMappingURL=Journals.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Journals.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/journal/Journals.ts"],"names":[],"mappings":"AAAA,qBAAa,kBAAkB;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,WAAY,SAAQ,kBAAkB;IACjD,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,qBAAa,sBAAsB;IACjC,CAAC,KAAK,EAAE,MAAM,GAAG;QACf,OAAO,EAAE,MAAM,CAAC;QAChB,WAAW,EAAE,MAAM,CAAC;KACrB,GAAG,kBAAkB,CAAC;CACxB;AAED,qBAAa,QAAQ;IACnB,CAAC,KAAK,EAAE,MAAM,GAAG;QACf,gBAAgB,EAAE,MAAM,CAAC;QACzB,IAAI,CAAC,EAAE,WAAW,EAAE,CAAC;QACrB,kBAAkB,CAAC,EAAE,sBAAsB,CAAC;QAC5C,KAAK,EAAE;YACL,WAAW,EAAE,kBAAkB,CAAC;YAChC,KAAK,EAAE,kBAAkB,CAAC;SAC3B,CAAC;KACH,CAAC;CACH;AACD,qBAAa,QAAQ;IACnB,CAAC,KAAK,EAAE,MAAM,GAAG;QACf,SAAS,EAAE,MAAM,CAAC;QAElB,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,CAAC,EAAE,QAAQ,CAAC;KACpB,CAAC;CACH;AAED,qBAAa,iBAAiB;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,QAAQ,CAAC;CAChB"}
@@ -0,0 +1,13 @@
1
+ export class JournalDebitCredit {
2
+ }
3
+ export class PeriodDatum extends JournalDebitCredit {
4
+ }
5
+ export class IPeriodsCentralisation {
6
+ }
7
+ export class IPeriods {
8
+ }
9
+ export class Journals {
10
+ }
11
+ export class JsonExportJournal {
12
+ }
13
+ //# sourceMappingURL=Journals.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Journals.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/journal/Journals.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,kBAAkB;CAG9B;AAED,MAAM,OAAO,WAAY,SAAQ,kBAAkB;CAOlD;AAED,MAAM,OAAO,sBAAsB;CAKlC;AAED,MAAM,OAAO,QAAQ;CAUpB;AACD,MAAM,OAAO,QAAQ;CAQpB;AAED,MAAM,OAAO,iBAAiB;CAK7B","sourcesContent":["export class JournalDebitCredit {\n debit?: number;\n credit?: number;\n}\n\nexport class PeriodDatum extends JournalDebitCredit {\n dateValue: string | Date;\n invoiceNumber: string;\n designation: string;\n account: number;\n accountName: string;\n master: boolean;\n}\n\nexport class IPeriodsCentralisation {\n [index: string]: {\n account: number;\n accountName: string;\n } & JournalDebitCredit;\n}\n\nexport class IPeriods {\n [index: string]: {\n monthYearPeriods: string;\n data?: PeriodDatum[];\n dataCentralisation?: IPeriodsCentralisation;\n total: {\n accumulated: JournalDebitCredit;\n month: JournalDebitCredit;\n };\n };\n}\nexport class Journals {\n [index: string]: {\n idJournal: number;\n // eslint-disable-next-line no-restricted-globals\n name: string;\n fullName: string;\n periods?: IPeriods;\n };\n}\n\nexport class JsonExportJournal {\n idSociety: number;\n startDate: string;\n endDate: string;\n data: Journals;\n}\n"]}
@@ -0,0 +1,6 @@
1
+ export declare class QueryJournal {
2
+ startDate: string;
3
+ endDate: string;
4
+ accountingJournalIds?: number[];
5
+ }
6
+ //# sourceMappingURL=QueryJournal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryJournal.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/journal/QueryJournal.ts"],"names":[],"mappings":"AAGA,qBAAa,YAAY;IAGvB,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAGhB,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;CACjC"}
@@ -0,0 +1,28 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
11
+ import { IsFormattedDateString } from '../../../../utils/validators/formattedDateString.validator';
12
+ export class QueryJournal {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsFormattedDateString(),
17
+ __metadata("design:type", String)
18
+ ], QueryJournal.prototype, "startDate", void 0);
19
+ __decorate([
20
+ ApiProperty(),
21
+ IsFormattedDateString(),
22
+ __metadata("design:type", String)
23
+ ], QueryJournal.prototype, "endDate", void 0);
24
+ __decorate([
25
+ ApiPropertyOptional(),
26
+ __metadata("design:type", Array)
27
+ ], QueryJournal.prototype, "accountingJournalIds", void 0);
28
+ //# sourceMappingURL=QueryJournal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryJournal.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/journal/QueryJournal.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4DAA4D,CAAC;AAEnG,MAAM,OAAO,YAAY;CAWxB;AARC;IAFC,WAAW,EAAE;IACb,qBAAqB,EAAE;;+CACN;AAIlB;IAFC,WAAW,EAAE;IACb,qBAAqB,EAAE;;6CACR;AAGhB;IADC,mBAAmB,EAAE;;0DACU","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IsFormattedDateString } from '../../../../utils/validators/formattedDateString.validator';\n\nexport class QueryJournal {\n @ApiProperty()\n @IsFormattedDateString()\n startDate: string;\n\n @ApiProperty()\n @IsFormattedDateString()\n endDate: string;\n\n @ApiPropertyOptional()\n accountingJournalIds?: number[];\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"CreateProduct.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/product/CreateProduct.ts"],"names":[],"mappings":"AAQA,qBAAa,aAAa;IAGxB,IAAI,EAAE,MAAM,CAAC;IAWb,gBAAgB,EAAE,MAAM,CAAC;IAKzB,KAAK,EAAE,MAAM,CAAC;IAKd,IAAI,EAAE,MAAM,CAAC;IAIb,IAAI,EAAE,MAAM,CAAC;IAKb,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
1
+ {"version":3,"file":"CreateProduct.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/product/CreateProduct.ts"],"names":[],"mappings":"AAOA,qBAAa,aAAa;IAGxB,IAAI,EAAE,MAAM,CAAC;IAWb,gBAAgB,EAAE,MAAM,CAAC;IAKzB,KAAK,EAAE,MAAM,CAAC;IAKd,IAAI,EAAE,MAAM,CAAC;IAKb,IAAI,EAAE,MAAM,CAAC;IAKb,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { IsEnum, IsNumber, IsOptional, IsString, Min, } from 'class-validator';
10
+ import { IsNumber, IsOptional, IsString, Min, } from 'class-validator';
11
11
  import { ProductType, Unit, Vat } from '../../..';
12
12
  import { ApiProperty, ApiPropertyOptional } from '../../../..';
13
13
  import { IsObjectId } from '../../../../utils/validators/objectId.validator';
@@ -44,7 +44,8 @@ __decorate([
44
44
  ], CreateProduct.prototype, "unit", void 0);
45
45
  __decorate([
46
46
  ApiProperty(),
47
- IsEnum(ProductType),
47
+ IsNumber(),
48
+ IsObjectId(ProductType),
48
49
  __metadata("design:type", Number)
49
50
  ], CreateProduct.prototype, "type", void 0);
50
51
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"CreateProduct.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/product/CreateProduct.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EACN,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,GACpC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAE7E,MAAM,OAAO,aAAa;CAuCzB;AApCC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;2CACE;AAWb;IATC,WAAW,EAAE;IACb,QAAQ,CAAC;QACR,gBAAgB,EAAE,CAAC;KACpB,EAAE;QACD,OAAO,EAAE,iDAAiD;KAC3D,CAAC;IACD,GAAG,CAAC,CAAC,EAAE;QACN,OAAO,EAAE,0BAA0B;KACpC,CAAC;;uDACuB;AAKzB;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,CAAC,GAAG,CAAC;;4CACF;AAKd;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,CAAC,IAAI,CAAC;;2CACJ;AAIb;IAFC,WAAW,EAAE;IACb,MAAM,CAAC,WAAW,CAAC;;2CACP;AAKb;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;8CACI;AAKjB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;kDACQ","sourcesContent":["import {\n IsEnum,\n IsNumber, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ProductType, Unit, Vat } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { IsObjectId } from '../../../../utils/validators/objectId.validator';\n\nexport class CreateProduct {\n @ApiProperty()\n @IsString()\n name: string;\n\n @ApiProperty()\n @IsNumber({\n maxDecimalPlaces: 6,\n }, {\n message: 'Price should be a number with maximum 6 decimal',\n })\n @Min(0, {\n message: 'Price should be positive',\n })\n priceTaxExcluded: number;\n\n @ApiProperty()\n @IsNumber()\n @IsObjectId(Vat)\n idVAT: number;\n\n @ApiProperty()\n @IsNumber()\n @IsObjectId(Unit)\n unit: number;\n\n @ApiProperty()\n @IsEnum(ProductType)\n type: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n codeProduct?: string;\n}\n"]}
1
+ {"version":3,"file":"CreateProduct.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/product/CreateProduct.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,GACpC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAE7E,MAAM,OAAO,aAAa;CAwCzB;AArCC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;2CACE;AAWb;IATC,WAAW,EAAE;IACb,QAAQ,CAAC;QACR,gBAAgB,EAAE,CAAC;KACpB,EAAE;QACD,OAAO,EAAE,iDAAiD;KAC3D,CAAC;IACD,GAAG,CAAC,CAAC,EAAE;QACN,OAAO,EAAE,0BAA0B;KACpC,CAAC;;uDACuB;AAKzB;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,CAAC,GAAG,CAAC;;4CACF;AAKd;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,CAAC,IAAI,CAAC;;2CACJ;AAKb;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,CAAC,WAAW,CAAC;;2CACX;AAKb;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;8CACI;AAKjB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;kDACQ","sourcesContent":["import {\n IsNumber, IsOptional, IsString, Min,\n} from 'class-validator';\nimport { ProductType, Unit, Vat } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { IsObjectId } from '../../../../utils/validators/objectId.validator';\n\nexport class CreateProduct {\n @ApiProperty()\n @IsString()\n name: string;\n\n @ApiProperty()\n @IsNumber({\n maxDecimalPlaces: 6,\n }, {\n message: 'Price should be a number with maximum 6 decimal',\n })\n @Min(0, {\n message: 'Price should be positive',\n })\n priceTaxExcluded: number;\n\n @ApiProperty()\n @IsNumber()\n @IsObjectId(Vat)\n idVAT: number;\n\n @ApiProperty()\n @IsNumber()\n @IsObjectId(Unit)\n unit: number;\n\n @ApiProperty()\n @IsNumber()\n @IsObjectId(ProductType)\n type: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n codeProduct?: string;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"QueryProduct.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/product/QueryProduct.ts"],"names":[],"mappings":"AAIA,qBAAa,YAAY;IAIvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
1
+ {"version":3,"file":"QueryProduct.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/product/QueryProduct.ts"],"names":[],"mappings":"AAOA,qBAAa,YAAY;IAIvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
@@ -7,9 +7,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { IsEnum, IsOptional, IsString } from 'class-validator';
10
+ import { IsNumber, IsOptional, IsString, } from 'class-validator';
11
11
  import { ProductType } from '../../..';
12
12
  import { ApiPropertyOptional } from '../../../..';
13
+ import { IsObjectId } from '../../../../utils/validators/objectId.validator';
13
14
  export class QueryProduct {
14
15
  }
15
16
  __decorate([
@@ -21,7 +22,8 @@ __decorate([
21
22
  __decorate([
22
23
  ApiPropertyOptional(),
23
24
  IsOptional(),
24
- IsEnum(ProductType),
25
+ IsNumber(),
26
+ IsObjectId(ProductType),
25
27
  __metadata("design:type", Number)
26
28
  ], QueryProduct.prototype, "type", void 0);
27
29
  //# sourceMappingURL=QueryProduct.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryProduct.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/product/QueryProduct.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,OAAO,YAAY;CAUxB;AANC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;4CACK;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,CAAC,WAAW,CAAC;;0CACN","sourcesContent":["import { IsEnum, IsOptional, IsString } from 'class-validator';\nimport { ProductType } from '../../..';\nimport { ApiPropertyOptional } from '../../../..';\n\nexport class QueryProduct {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(ProductType)\n type?: number;\n}"]}
1
+ {"version":3,"file":"QueryProduct.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/product/QueryProduct.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,UAAU,EAAE,QAAQ,GAC/B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAE7E,MAAM,OAAO,YAAY;CAWxB;AAPC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;4CACK;AAMhB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;IACV,UAAU,CAAC,WAAW,CAAC;;0CACV","sourcesContent":["import {\n IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ProductType } from '../../..';\nimport { ApiPropertyOptional } from '../../../..';\nimport { IsObjectId } from '../../../../utils/validators/objectId.validator';\n\nexport class QueryProduct {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n @IsObjectId(ProductType)\n type?: number;\n}"]}
@@ -0,0 +1,6 @@
1
+ import { ParamsGenerate2035 } from '../cerfa/CreateCerfa';
2
+ export declare class CreateRegistration {
3
+ payload: ParamsGenerate2035;
4
+ idCerfaType: number;
5
+ }
6
+ //# sourceMappingURL=CreateRegistration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateRegistration.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,qBAAa,kBAAkB;IAE7B,OAAO,EAAE,kBAAkB,CAAC;IAI5B,WAAW,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,25 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsEnum } from 'class-validator';
11
+ import { ApiProperty } from '../../../../utils';
12
+ import { CerfaType } from '../../../Enum/CerfaType';
13
+ import { ParamsGenerate2035 } from '../cerfa/CreateCerfa';
14
+ export class CreateRegistration {
15
+ }
16
+ __decorate([
17
+ ApiProperty(),
18
+ __metadata("design:type", ParamsGenerate2035)
19
+ ], CreateRegistration.prototype, "payload", void 0);
20
+ __decorate([
21
+ ApiProperty(),
22
+ IsEnum(CerfaType),
23
+ __metadata("design:type", Number)
24
+ ], CreateRegistration.prototype, "idCerfaType", void 0);
25
+ //# sourceMappingURL=CreateRegistration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateRegistration.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/CreateRegistration.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,MAAM,OAAO,kBAAkB;CAO9B;AALC;IADC,WAAW,EAAE;8BACL,kBAAkB;mDAAC;AAI5B;IAFC,WAAW,EAAE;IACb,MAAM,CAAC,SAAS,CAAC;;uDACE","sourcesContent":["import { IsEnum } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { CerfaType } from '../../../Enum/CerfaType';\nimport { ParamsGenerate2035 } from '../cerfa/CreateCerfa';\n\nexport class CreateRegistration {\n @ApiProperty()\n payload: ParamsGenerate2035;\n\n @ApiProperty()\n @IsEnum(CerfaType)\n idCerfaType: number;\n}"]}
@@ -0,0 +1,3 @@
1
+ import { IRegistration } from '../../models/IRegistration';
2
+ export declare type ReadRegistration = IRegistration;
3
+ //# sourceMappingURL=ReadRegistration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadRegistration.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/ReadRegistration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,oBAAY,gBAAgB,GAAG,aAAa,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ReadRegistration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadRegistration.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/registration/ReadRegistration.ts"],"names":[],"mappings":"","sourcesContent":["import { IRegistration } from '../../models/IRegistration';\n\nexport type ReadRegistration = IRegistration;"]}
@@ -10,6 +10,7 @@ export interface IBalanceSheetModule {
10
10
  hasProviderAssetToReceived?: boolean | null;
11
11
  hasProviderInvoiceNotReceived?: boolean | null;
12
12
  hasManualEntryToDeclare?: boolean | null;
13
+ hasLaundryFees?: boolean | null;
13
14
  idSociety: number;
14
15
  idExercice: number;
15
16
  createdAt?: Date | null;
@@ -1 +1 @@
1
- {"version":3,"file":"IBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetModule.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IAEvB,YAAY,EAAE,OAAO,CAAC;IACtB,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/C,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
1
+ {"version":3,"file":"IBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetModule.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IAEvB,YAAY,EAAE,OAAO,CAAC;IACtB,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/C,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"IBalanceSheetModule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetModule.ts"],"names":[],"mappings":"","sourcesContent":["// balanceSheetModule\nexport interface IBalanceSheetModule {\n id?: number;\n inventory: boolean;\n loanToDeclare: boolean;\n // deadlinerecoveryImmobilization: boolean;\n salariesFile: boolean;\n hasCustomerInvoiceToEstablish?: boolean | null;\n hasCustomerAssetToEstablish?: boolean | null;\n hasCustomerPrepaidIncome?: boolean | null;\n hasProviderPrepaidReceived?: boolean | null;\n hasProviderAssetToReceived?: boolean | null;\n hasProviderInvoiceNotReceived?: boolean | null;\n hasManualEntryToDeclare?: boolean | null;\n idSociety: number;\n idExercice: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
1
+ {"version":3,"file":"IBalanceSheetModule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetModule.ts"],"names":[],"mappings":"","sourcesContent":["// balanceSheetModule\nexport interface IBalanceSheetModule {\n id?: number;\n inventory: boolean;\n loanToDeclare: boolean;\n // deadlinerecoveryImmobilization: boolean;\n salariesFile: boolean;\n hasCustomerInvoiceToEstablish?: boolean | null;\n hasCustomerAssetToEstablish?: boolean | null;\n hasCustomerPrepaidIncome?: boolean | null;\n hasProviderPrepaidReceived?: boolean | null;\n hasProviderAssetToReceived?: boolean | null;\n hasProviderInvoiceNotReceived?: boolean | null;\n hasManualEntryToDeclare?: boolean | null;\n hasLaundryFees?: boolean | null;\n idSociety: number;\n idExercice: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -5,20 +5,20 @@ import { IGedFileType } from './IGedFileType';
5
5
  import { IGedFolder } from './IGedFolder';
6
6
  export interface IGedFile {
7
7
  id?: number;
8
- emissionDate: Date | null;
9
- statutFile: number | null;
10
- idTypeGedFile: number | null;
11
- idUser: number | null;
8
+ emissionDate?: Date | null;
9
+ statutFile?: number | null;
10
+ idTypeGedFile?: number | null;
11
+ idUser?: number | null;
12
12
  idGedFolder: number;
13
13
  idSociety: number;
14
14
  idFile: number;
15
- idExercice: number | null;
15
+ idExercice?: number | null;
16
16
  createdAt?: Date | null;
17
17
  updatedAt?: Date | null;
18
- fileFromGed: IFile;
19
- society: ISociety;
20
- exercice: IExercice;
21
- typeGedFile: IGedFileType;
22
- gedFolder: IGedFolder;
18
+ fileFromGed?: IFile;
19
+ society?: ISociety;
20
+ exercice?: IExercice;
21
+ typeGedFile?: IGedFileType;
22
+ gedFolder?: IGedFolder;
23
23
  }
24
24
  //# sourceMappingURL=IGedFile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IGedFile.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IGedFile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,EAAE,KAAK,CAAC;IACnB,OAAO,EAAE,QAAQ,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;IACpB,WAAW,EAAE,YAAY,CAAC;IAC1B,SAAS,EAAE,UAAU,CAAC;CACvB"}
1
+ {"version":3,"file":"IGedFile.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IGedFile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,SAAS,CAAC,EAAE,UAAU,CAAC;CACxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"IGedFile.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IGedFile.ts"],"names":[],"mappings":"","sourcesContent":["import { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IExercice } from './IExercice';\nimport { IGedFileType } from './IGedFileType';\nimport { IGedFolder } from './IGedFolder';\n\n// gedFile\nexport interface IGedFile {\n id?: number;\n emissionDate: Date | null;\n statutFile: number | null;\n idTypeGedFile: number | null;\n idUser: number | null;\n idGedFolder: number;\n idSociety: number;\n idFile: number;\n idExercice: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n fileFromGed: IFile;\n society: ISociety;\n exercice: IExercice;\n typeGedFile: IGedFileType;\n gedFolder: IGedFolder;\n}\n"]}
1
+ {"version":3,"file":"IGedFile.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IGedFile.ts"],"names":[],"mappings":"","sourcesContent":["import { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IExercice } from './IExercice';\nimport { IGedFileType } from './IGedFileType';\nimport { IGedFolder } from './IGedFolder';\n\n// gedFile\nexport interface IGedFile {\n id?: number;\n emissionDate?: Date | null;\n statutFile?: number | null;\n idTypeGedFile?: number | null;\n idUser?: number | null;\n idGedFolder: number;\n idSociety: number;\n idFile: number;\n idExercice?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n fileFromGed?: IFile;\n society?: ISociety;\n exercice?: IExercice;\n typeGedFile?: IGedFileType;\n gedFolder?: IGedFolder;\n}\n"]}
@@ -2,29 +2,34 @@ 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
  export interface IPayment {
6
7
  id?: number;
7
8
  amount: number;
8
- amountPayed: number;
9
- isLate: boolean;
10
- isOverdue: boolean;
9
+ amountPayed?: number;
10
+ isLate?: boolean;
11
+ isOverdue?: boolean;
11
12
  isOverpaid?: boolean;
12
- isFirst: boolean;
13
- toCollect: boolean;
14
- isAsset: boolean;
15
- isFree: boolean;
16
- dateOverdue: Date | null;
13
+ isFirst?: boolean;
14
+ toCollect?: boolean;
15
+ isAsset?: boolean;
16
+ isFree?: boolean;
17
+ dateOverdue?: Date | null;
17
18
  datePayment: Date;
18
- traite: boolean | null;
19
+ done?: boolean | null;
20
+ refInternalInvoicing?: number;
19
21
  idPrestation: number;
20
- idExercice: number | null;
21
- idUser: number | null;
22
+ idExercice?: number | null;
23
+ idUser?: number | null;
22
24
  idPaymentMethod: number;
25
+ idFile?: number | null;
26
+ idSociety: number;
23
27
  createdAt?: Date | null;
24
28
  updatedAt?: Date | null;
25
- paymentsPrestations: IPrestation;
26
- paymentsMethod: IPaymentMethod;
27
- user: IUser;
28
- exercice: IExercice;
29
+ paymentsPrestations?: IPrestation;
30
+ paymentsMethod?: IPaymentMethod;
31
+ user?: IUser;
32
+ exercice?: IExercice;
33
+ files?: IFile;
29
34
  }
30
35
  //# sourceMappingURL=IPayment.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IPayment.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,IAAI,CAAC;IAClB,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,mBAAmB,EAAE,WAAW,CAAC;IACjC,cAAc,EAAE,cAAc,CAAC;IAC/B,IAAI,EAAE,KAAK,CAAC;IACZ,QAAQ,EAAE,SAAS,CAAC;CACrB"}
1
+ {"version":3,"file":"IPayment.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,IAAI,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACtB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,mBAAmB,CAAC,EAAE,WAAW,CAAC;IAClC,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf"}
@@ -1 +1 @@
1
- {"version":3,"file":"IPayment.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayment.ts"],"names":[],"mappings":"","sourcesContent":["import { IPrestation } from './IPrestation';\nimport { IPaymentMethod } from './IPaymentMethod';\nimport { IUser } from './IUser';\nimport { IExercice } from './IExercice';\n\n// payments\nexport interface IPayment {\n id?: number;\n amount: number;\n amountPayed: number;\n isLate: boolean;\n isOverdue: boolean;\n isOverpaid?: boolean;\n isFirst: boolean;\n toCollect: boolean;\n isAsset: boolean;\n isFree: boolean;\n dateOverdue: Date | null;\n datePayment: Date;\n traite: boolean | null;\n idPrestation: number;\n idExercice: number | null;\n idUser: number | null;\n idPaymentMethod: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n paymentsPrestations: IPrestation;\n paymentsMethod: IPaymentMethod;\n user: IUser;\n exercice: IExercice;\n}\n"]}
1
+ {"version":3,"file":"IPayment.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayment.ts"],"names":[],"mappings":"","sourcesContent":["import { IPrestation } from './IPrestation';\nimport { IPaymentMethod } from './IPaymentMethod';\nimport { IUser } from './IUser';\nimport { IExercice } from './IExercice';\nimport { IFile } from './IFile';\n\n// payments\nexport interface IPayment {\n id?: number;\n amount: number;\n amountPayed?: number;\n isLate?: boolean;\n isOverdue?: boolean;\n isOverpaid?: boolean;\n isFirst?: boolean;\n toCollect?: boolean;\n isAsset?: boolean;\n isFree?: boolean;\n dateOverdue?: Date | null;\n datePayment: Date;\n done?: boolean | null;\n refInternalInvoicing?: number;\n idPrestation: number;\n idExercice?: number | null;\n idUser?: number | null;\n idPaymentMethod: number;\n idFile?: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n paymentsPrestations?: IPrestation;\n paymentsMethod?: IPaymentMethod;\n user?: IUser;\n exercice?: IExercice;\n files?: IFile;\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import { IExercice } from './IExercice';
2
+ import { ISociety } from './ISociety';
3
+ import { IFile } from './IFile';
4
+ export interface IRegistration {
5
+ id?: number;
6
+ payload: string;
7
+ response: string | null;
8
+ sendAt: Date | null;
9
+ isComplete: boolean;
10
+ idCerfaType: number;
11
+ idDeposit: string | null;
12
+ idExercice: number;
13
+ idFile: number | null;
14
+ idSociety: number;
15
+ updatedAt?: Date | null;
16
+ createdAt?: Date | null;
17
+ exercice?: IExercice;
18
+ society?: ISociety;
19
+ file?: IFile;
20
+ }
21
+ //# sourceMappingURL=IRegistration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRegistration.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IRegistration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRegistration.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistration.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { ISociety } from './ISociety';\nimport { IFile } from './IFile';\n\nexport interface IRegistration {\n id?: number;\n payload: string;\n response: string | null;\n sendAt: Date | null;\n isComplete: boolean;\n idCerfaType: number;\n idDeposit: string | null;\n idExercice: number;\n idFile: number | null;\n idSociety: number;\n updatedAt?: Date | null;\n createdAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n society?: ISociety;\n file?: IFile;\n}"]}