@silexpert/core 0.4.155 → 0.4.158

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 (254) hide show
  1. package/es/api/resources/AffectedPatrimony.d.ts +21 -0
  2. package/es/api/resources/AffectedPatrimony.d.ts.map +1 -0
  3. package/es/api/resources/AffectedPatrimony.js +24 -0
  4. package/es/api/resources/AffectedPatrimony.js.map +1 -0
  5. package/es/api/resources/BankAccount.d.ts +6 -0
  6. package/es/api/resources/BankAccount.d.ts.map +1 -0
  7. package/es/api/resources/BankAccount.js +7 -0
  8. package/es/api/resources/BankAccount.js.map +1 -0
  9. package/es/api/resources/Log.d.ts +6 -0
  10. package/es/api/resources/Log.d.ts.map +1 -0
  11. package/es/api/resources/Log.js +8 -0
  12. package/es/api/resources/Log.js.map +1 -0
  13. package/es/api/resources/PromoCode.d.ts +5 -1
  14. package/es/api/resources/PromoCode.d.ts.map +1 -1
  15. package/es/api/resources/PromoCode.js +12 -0
  16. package/es/api/resources/PromoCode.js.map +1 -1
  17. package/es/api/resources/ThirdParty.d.ts +7 -0
  18. package/es/api/resources/ThirdParty.d.ts.map +1 -0
  19. package/es/api/resources/ThirdParty.js +12 -0
  20. package/es/api/resources/ThirdParty.js.map +1 -0
  21. package/es/api/resources.d.ts +6 -0
  22. package/es/api/resources.d.ts.map +1 -1
  23. package/es/api/resources.js +6 -0
  24. package/es/api/resources.js.map +1 -1
  25. package/es/types/Enum/AnswerTypeValue.d.ts +2 -1
  26. package/es/types/Enum/AnswerTypeValue.d.ts.map +1 -1
  27. package/es/types/Enum/AnswerTypeValue.js +1 -0
  28. package/es/types/Enum/AnswerTypeValue.js.map +1 -1
  29. package/es/types/Enum/BalanceSheetQuestion.d.ts +18 -2
  30. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  31. package/es/types/Enum/BalanceSheetQuestion.js +16 -0
  32. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  33. package/es/types/Enum/BalanceSheetQuestionWording.d.ts +13 -1
  34. package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
  35. package/es/types/Enum/BalanceSheetQuestionWording.js +12 -0
  36. package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  37. package/es/types/Enum/WebmailFlag.d.ts +9 -0
  38. package/es/types/Enum/WebmailFlag.d.ts.map +1 -0
  39. package/es/types/Enum/WebmailFlag.js +10 -0
  40. package/es/types/Enum/WebmailFlag.js.map +1 -0
  41. package/es/types/Enum/WebmailType.d.ts +11 -0
  42. package/es/types/Enum/WebmailType.d.ts.map +1 -0
  43. package/es/types/Enum/WebmailType.js +12 -0
  44. package/es/types/Enum/WebmailType.js.map +1 -0
  45. package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.d.ts +2 -1
  46. package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.d.ts.map +1 -1
  47. package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js +1 -4
  48. package/es/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js.map +1 -1
  49. package/es/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.d.ts +7 -0
  50. package/es/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.d.ts.map +1 -0
  51. package/es/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.js +32 -0
  52. package/es/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.js.map +1 -0
  53. package/es/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.d.ts +6 -0
  54. package/es/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.d.ts.map +1 -0
  55. package/es/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.js +32 -0
  56. package/es/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.js.map +1 -0
  57. package/es/types/Interface/api/affectedPatrimony/ReadAffectedPatrimony.d.ts +6 -0
  58. package/es/types/Interface/api/affectedPatrimony/ReadAffectedPatrimony.d.ts.map +1 -0
  59. package/es/types/Interface/api/affectedPatrimony/ReadAffectedPatrimony.js +2 -0
  60. package/es/types/Interface/api/affectedPatrimony/ReadAffectedPatrimony.js.map +1 -0
  61. package/es/types/Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony.d.ts +6 -0
  62. package/es/types/Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony.d.ts.map +1 -0
  63. package/es/types/Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony.js +2 -0
  64. package/es/types/Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony.js.map +1 -0
  65. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
  66. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  67. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
  68. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  69. package/es/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.d.ts +5 -0
  70. package/es/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.d.ts.map +1 -0
  71. package/es/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.js +21 -0
  72. package/es/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.js.map +1 -0
  73. package/es/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.d.ts +8 -0
  74. package/es/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.d.ts.map +1 -0
  75. package/es/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.js +2 -0
  76. package/es/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.js.map +1 -0
  77. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
  78. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  79. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
  80. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  81. package/es/types/Interface/api/bankAccount/QueryBankAccount.d.ts +5 -0
  82. package/es/types/Interface/api/bankAccount/QueryBankAccount.d.ts.map +1 -0
  83. package/es/types/Interface/api/bankAccount/QueryBankAccount.js +30 -0
  84. package/es/types/Interface/api/bankAccount/QueryBankAccount.js.map +1 -0
  85. package/es/types/Interface/api/cerfa/2031.d.ts +1 -0
  86. package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -1
  87. package/es/types/Interface/api/cerfa/2031.js.map +1 -1
  88. package/es/types/Interface/api/cerfa/2035.d.ts +0 -1
  89. package/es/types/Interface/api/cerfa/2035.d.ts.map +1 -1
  90. package/es/types/Interface/api/cerfa/2035.js.map +1 -1
  91. package/es/types/Interface/api/cerfa/2065.d.ts +1 -0
  92. package/es/types/Interface/api/cerfa/2065.d.ts.map +1 -1
  93. package/es/types/Interface/api/cerfa/2065.js.map +1 -1
  94. package/es/types/Interface/api/cerfa/2572.d.ts +2 -1
  95. package/es/types/Interface/api/cerfa/2572.d.ts.map +1 -1
  96. package/es/types/Interface/api/cerfa/2572.js.map +1 -1
  97. package/es/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.d.ts +1 -0
  98. package/es/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.d.ts.map +1 -1
  99. package/es/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.js.map +1 -1
  100. package/es/types/Interface/api/log/QueryLogPagination.d.ts +7 -0
  101. package/es/types/Interface/api/log/QueryLogPagination.d.ts.map +1 -0
  102. package/es/types/Interface/api/log/QueryLogPagination.js +44 -0
  103. package/es/types/Interface/api/log/QueryLogPagination.js.map +1 -0
  104. package/es/types/Interface/api/promoCode/CreateDefaultPromoCode.d.ts +14 -0
  105. package/es/types/Interface/api/promoCode/CreateDefaultPromoCode.d.ts.map +1 -0
  106. package/es/types/Interface/api/promoCode/CreateDefaultPromoCode.js +76 -0
  107. package/es/types/Interface/api/promoCode/CreateDefaultPromoCode.js.map +1 -0
  108. package/es/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.d.ts +5 -0
  109. package/es/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.d.ts.map +1 -0
  110. package/es/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.js +30 -0
  111. package/es/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.js.map +1 -0
  112. package/es/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts +24 -0
  113. package/es/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts.map +1 -0
  114. package/es/types/Interface/api/thirdParty/CreateThirdPartyForm.js +96 -0
  115. package/es/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -0
  116. package/es/types/Interface/api/thirdParty/QueryThirdParty.d.ts +5 -0
  117. package/es/types/Interface/api/thirdParty/QueryThirdParty.d.ts.map +1 -0
  118. package/es/types/Interface/api/thirdParty/QueryThirdParty.js +27 -0
  119. package/es/types/Interface/api/thirdParty/QueryThirdParty.js.map +1 -0
  120. package/es/types/Interface/api/thirdParty/UpdateThirdPartyForm.d.ts +24 -0
  121. package/es/types/Interface/api/thirdParty/UpdateThirdPartyForm.d.ts.map +1 -0
  122. package/es/types/Interface/api/thirdParty/UpdateThirdPartyForm.js +96 -0
  123. package/es/types/Interface/api/thirdParty/UpdateThirdPartyForm.js.map +1 -0
  124. package/es/types/Interface/api/webmail/CreateWebmailFromLambda.d.ts +25 -0
  125. package/es/types/Interface/api/webmail/CreateWebmailFromLambda.d.ts.map +1 -0
  126. package/es/types/Interface/api/webmail/CreateWebmailFromLambda.js +109 -0
  127. package/es/types/Interface/api/webmail/CreateWebmailFromLambda.js.map +1 -0
  128. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts +10 -0
  129. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts.map +1 -0
  130. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +43 -0
  131. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -0
  132. package/es/types/Interface/models/IApiError.d.ts +2 -0
  133. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  134. package/es/types/Interface/models/IApiError.js +2 -0
  135. package/es/types/Interface/models/IApiError.js.map +1 -1
  136. package/es/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
  137. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  138. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  139. package/es/types/Interface/models/IVatDeclaration.d.ts +3 -0
  140. package/es/types/Interface/models/IVatDeclaration.d.ts.map +1 -1
  141. package/es/types/Interface/models/IVatDeclaration.js.map +1 -1
  142. package/es/types/Interface/models/IWebMail.d.ts +53 -53
  143. package/es/types/Interface/models/IWebMail.d.ts.map +1 -1
  144. package/es/types/Interface/models/IWebMail.js.map +1 -1
  145. package/es/types/index.d.ts +17 -0
  146. package/es/types/index.d.ts.map +1 -1
  147. package/es/types/index.js +17 -0
  148. package/es/types/index.js.map +1 -1
  149. package/js/api/resources/AffectedPatrimony.js +37 -0
  150. package/js/api/resources/AffectedPatrimony.js.map +1 -0
  151. package/js/api/resources/BankAccount.js +20 -0
  152. package/js/api/resources/BankAccount.js.map +1 -0
  153. package/js/api/resources/Log.js +24 -0
  154. package/js/api/resources/Log.js.map +1 -0
  155. package/js/api/resources/PromoCode.js +22 -0
  156. package/js/api/resources/PromoCode.js.map +1 -1
  157. package/js/api/resources/ThirdParty.js +24 -0
  158. package/js/api/resources/ThirdParty.js.map +1 -0
  159. package/js/api/resources.js +10 -1
  160. package/js/api/resources.js.map +1 -1
  161. package/js/types/Enum/AnswerTypeValue.js +1 -0
  162. package/js/types/Enum/AnswerTypeValue.js.map +1 -1
  163. package/js/types/Enum/BalanceSheetQuestion.js +17 -0
  164. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  165. package/js/types/Enum/BalanceSheetQuestionWording.js +13 -0
  166. package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  167. package/js/types/Enum/WebmailFlag.js +16 -0
  168. package/js/types/Enum/WebmailFlag.js.map +1 -0
  169. package/js/types/Enum/WebmailType.js +18 -0
  170. package/js/types/Enum/WebmailType.js.map +1 -0
  171. package/js/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js +1 -5
  172. package/js/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js.map +1 -1
  173. package/js/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.js +35 -0
  174. package/js/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.js.map +1 -0
  175. package/js/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.js +35 -0
  176. package/js/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.js.map +1 -0
  177. package/js/types/Interface/api/affectedPatrimony/ReadAffectedPatrimony.js +6 -0
  178. package/js/types/Interface/api/affectedPatrimony/ReadAffectedPatrimony.js.map +1 -0
  179. package/js/types/Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony.js +6 -0
  180. package/js/types/Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony.js.map +1 -0
  181. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
  182. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  183. package/js/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.js +29 -0
  184. package/js/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.js.map +1 -0
  185. package/js/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.js +6 -0
  186. package/js/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.js.map +1 -0
  187. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
  188. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  189. package/js/types/Interface/api/bankAccount/QueryBankAccount.js +35 -0
  190. package/js/types/Interface/api/bankAccount/QueryBankAccount.js.map +1 -0
  191. package/js/types/Interface/api/cerfa/2031.js.map +1 -1
  192. package/js/types/Interface/api/cerfa/2035.js.map +1 -1
  193. package/js/types/Interface/api/cerfa/2065.js.map +1 -1
  194. package/js/types/Interface/api/cerfa/2572.js.map +1 -1
  195. package/js/types/Interface/api/log/QueryLogPagination.js +44 -0
  196. package/js/types/Interface/api/log/QueryLogPagination.js.map +1 -0
  197. package/js/types/Interface/api/promoCode/CreateDefaultPromoCode.js +51 -0
  198. package/js/types/Interface/api/promoCode/CreateDefaultPromoCode.js.map +1 -0
  199. package/js/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.js +37 -0
  200. package/js/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.js.map +1 -0
  201. package/js/types/Interface/api/thirdParty/CreateThirdPartyForm.js +69 -0
  202. package/js/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -0
  203. package/js/types/Interface/api/thirdParty/QueryThirdParty.js +33 -0
  204. package/js/types/Interface/api/thirdParty/QueryThirdParty.js.map +1 -0
  205. package/js/types/Interface/api/thirdParty/UpdateThirdPartyForm.js +69 -0
  206. package/js/types/Interface/api/thirdParty/UpdateThirdPartyForm.js.map +1 -0
  207. package/js/types/Interface/api/webmail/CreateWebmailFromLambda.js +61 -0
  208. package/js/types/Interface/api/webmail/CreateWebmailFromLambda.js.map +1 -0
  209. package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +41 -0
  210. package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -0
  211. package/js/types/Interface/models/IApiError.js +3 -1
  212. package/js/types/Interface/models/IApiError.js.map +1 -1
  213. package/js/types/index.js +204 -0
  214. package/js/types/index.js.map +1 -1
  215. package/package.json +1 -1
  216. package/ts/api/resources/AffectedPatrimony.ts +26 -0
  217. package/ts/api/resources/BankAccount.ts +8 -0
  218. package/ts/api/resources/Log.ts +12 -0
  219. package/ts/api/resources/PromoCode.ts +17 -1
  220. package/ts/api/resources/ThirdParty.ts +19 -0
  221. package/ts/api/resources.ts +6 -0
  222. package/ts/types/Enum/AnswerTypeValue.ts +1 -0
  223. package/ts/types/Enum/BalanceSheetQuestion.ts +19 -0
  224. package/ts/types/Enum/BalanceSheetQuestionWording.ts +16 -0
  225. package/ts/types/Enum/WebmailFlag.ts +8 -0
  226. package/ts/types/Enum/WebmailType.ts +10 -0
  227. package/ts/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.ts +2 -4
  228. package/ts/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.ts +22 -0
  229. package/ts/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.ts +19 -0
  230. package/ts/types/Interface/api/affectedPatrimony/ReadAffectedPatrimony.ts +5 -0
  231. package/ts/types/Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony.ts +5 -0
  232. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
  233. package/ts/types/Interface/api/balanceSheetModule/PrepareModulesAndCompletions.ts +9 -0
  234. package/ts/types/Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions.ts +7 -0
  235. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
  236. package/ts/types/Interface/api/bankAccount/QueryBankAccount.ts +20 -0
  237. package/ts/types/Interface/api/cerfa/2031.ts +1 -0
  238. package/ts/types/Interface/api/cerfa/2035.ts +0 -1
  239. package/ts/types/Interface/api/cerfa/2065.ts +1 -0
  240. package/ts/types/Interface/api/cerfa/2572.ts +2 -1
  241. package/ts/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.ts +1 -0
  242. package/ts/types/Interface/api/log/QueryLogPagination.ts +27 -0
  243. package/ts/types/Interface/api/promoCode/CreateDefaultPromoCode.ts +57 -0
  244. package/ts/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.ts +14 -0
  245. package/ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts +66 -0
  246. package/ts/types/Interface/api/thirdParty/QueryThirdParty.ts +15 -0
  247. package/ts/types/Interface/api/thirdParty/UpdateThirdPartyForm.ts +66 -0
  248. package/ts/types/Interface/api/webmail/CreateWebmailFromLambda.ts +87 -0
  249. package/ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts +30 -0
  250. package/ts/types/Interface/models/IApiError.ts +2 -1
  251. package/ts/types/Interface/models/IBalanceSheetModule.ts +2 -0
  252. package/ts/types/Interface/models/IVatDeclaration.ts +3 -0
  253. package/ts/types/Interface/models/IWebMail.ts +53 -53
  254. package/ts/types/index.ts +17 -0
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateThirdPartyForm = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _ = require("../../..");
11
+
12
+ var _utils = require("../../../../utils");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class CreateThirdPartyForm {}
27
+
28
+ exports.CreateThirdPartyForm = CreateThirdPartyForm;
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "budgeaSouscriptionId", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "fullname", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "fullnameAccountant", void 0);
35
+
36
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateThirdPartyForm.prototype, "company", void 0);
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "address", void 0);
39
+
40
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "zipCode", void 0);
41
+
42
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "city", void 0);
43
+
44
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "phone", void 0);
45
+
46
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "email", void 0);
47
+
48
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "nSiret", void 0);
49
+
50
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "nTva", void 0);
51
+
52
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateThirdPartyForm.prototype, "soldeInit", void 0);
53
+
54
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "state", void 0);
55
+
56
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "dateImport", void 0);
57
+
58
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], CreateThirdPartyForm.prototype, "isGeneric", void 0);
59
+
60
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "juridicalSociety", void 0);
61
+
62
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "idTypePayment", void 0);
63
+
64
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "idAccount", void 0);
65
+
66
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], CreateThirdPartyForm.prototype, "idCountry", void 0);
67
+
68
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsEnum)(_.ThirdPartyType), __metadata("design:type", Number)], CreateThirdPartyForm.prototype, "idThirdPartyType", void 0);
69
+ //# sourceMappingURL=CreateThirdPartyForm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateThirdPartyForm.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAEXC,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAIAA,YAFC,yBAED,EADC,4BAAOC,gBAAP,CACD","names":["CreateThirdPartyForm","__decorate","ThirdPartyType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"sourcesContent":["import { IsEnum } from 'class-validator';\nimport { ThirdPartyType } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateThirdPartyForm {\n @ApiPropertyOptional()\n budgeaSouscriptionId?: number | null;\n\n @ApiPropertyOptional()\n fullname?: string | null;\n\n @ApiPropertyOptional()\n fullnameAccountant?: string | null;\n\n @ApiProperty()\n company: string;\n\n @ApiPropertyOptional()\n address?: string | null;\n\n @ApiPropertyOptional()\n zipCode?: string | null;\n\n @ApiPropertyOptional()\n city?: string | null;\n\n @ApiPropertyOptional()\n phone?: string | null;\n\n @ApiPropertyOptional()\n email?: string | null;\n\n @ApiPropertyOptional()\n nSiret?: string | null;\n\n @ApiPropertyOptional()\n nTva?: string | null;\n\n @ApiProperty()\n soldeInit: number;\n\n @ApiPropertyOptional()\n state?: boolean | null;\n\n @ApiPropertyOptional()\n dateImport?: Date | null;\n\n @ApiProperty()\n isGeneric: boolean;\n\n @ApiPropertyOptional()\n juridicalSociety?: number | null;\n\n @ApiPropertyOptional()\n idTypePayment?: number | null;\n\n @ApiPropertyOptional()\n idAccount?: number | null;\n\n @ApiPropertyOptional()\n idCountry?: number | null;\n\n @ApiProperty()\n @IsEnum(ThirdPartyType)\n idThirdPartyType: ThirdPartyType;\n}"]}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryThirdParty = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _ = require("../../..");
11
+
12
+ var _2 = require("../../../..");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class QueryThirdParty {}
27
+
28
+ exports.QueryThirdParty = QueryThirdParty;
29
+
30
+ __decorate([(0, _2.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryThirdParty.prototype, "search", void 0);
31
+
32
+ __decorate([(0, _2.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsEnum)(_.ThirdPartyType), __metadata("design:type", Number)], QueryThirdParty.prototype, "type", void 0);
33
+ //# sourceMappingURL=QueryThirdParty.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryThirdParty.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAIXC,YAHC,6BAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,6BAGD,EAFC,iCAED,EADC,4BAAOC,gBAAP,CACD","names":["QueryThirdParty","__decorate","ThirdPartyType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/QueryThirdParty.ts"],"sourcesContent":["import { IsEnum, IsOptional, IsString } from 'class-validator';\nimport { ThirdPartyType } from '../../..';\nimport { ApiPropertyOptional } from '../../../..';\n\nexport class QueryThirdParty {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(ThirdPartyType)\n type?: number;\n}"]}
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdateThirdPartyForm = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _ = require("../../..");
11
+
12
+ var _utils = require("../../../../utils");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class UpdateThirdPartyForm {}
27
+
28
+ exports.UpdateThirdPartyForm = UpdateThirdPartyForm;
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "budgeaSouscriptionId", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "fullname", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "fullnameAccountant", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateThirdPartyForm.prototype, "company", void 0);
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "address", void 0);
39
+
40
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "zipCode", void 0);
41
+
42
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "city", void 0);
43
+
44
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "phone", void 0);
45
+
46
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "email", void 0);
47
+
48
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "nSiret", void 0);
49
+
50
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "nTva", void 0);
51
+
52
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateThirdPartyForm.prototype, "soldeInit", void 0);
53
+
54
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "state", void 0);
55
+
56
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "dateImport", void 0);
57
+
58
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateThirdPartyForm.prototype, "isGeneric", void 0);
59
+
60
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "juridicalSociety", void 0);
61
+
62
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "idTypePayment", void 0);
63
+
64
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "idAccount", void 0);
65
+
66
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateThirdPartyForm.prototype, "idCountry", void 0);
67
+
68
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsEnum)(_.ThirdPartyType), __metadata("design:type", Number)], UpdateThirdPartyForm.prototype, "idThirdPartyType", void 0);
69
+ //# sourceMappingURL=UpdateThirdPartyForm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateThirdPartyForm.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAEXC,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAIAA,YAFC,iCAED,EADC,4BAAOC,gBAAP,CACD","names":["UpdateThirdPartyForm","__decorate","ThirdPartyType"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/UpdateThirdPartyForm.ts"],"sourcesContent":["import { IsEnum } from 'class-validator';\nimport { ThirdPartyType } from '../../..';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateThirdPartyForm {\n @ApiPropertyOptional()\n budgeaSouscriptionId?: number | null;\n\n @ApiPropertyOptional()\n fullname?: string | null;\n\n @ApiPropertyOptional()\n fullnameAccountant?: string | null;\n\n @ApiPropertyOptional()\n company?: string;\n\n @ApiPropertyOptional()\n address?: string | null;\n\n @ApiPropertyOptional()\n zipCode?: string | null;\n\n @ApiPropertyOptional()\n city?: string | null;\n\n @ApiPropertyOptional()\n phone?: string | null;\n\n @ApiPropertyOptional()\n email?: string | null;\n\n @ApiPropertyOptional()\n nSiret?: string | null;\n\n @ApiPropertyOptional()\n nTva?: string | null;\n\n @ApiPropertyOptional()\n soldeInit?: number;\n\n @ApiPropertyOptional()\n state?: boolean | null;\n\n @ApiPropertyOptional()\n dateImport?: Date | null;\n\n @ApiPropertyOptional()\n isGeneric?: boolean;\n\n @ApiPropertyOptional()\n juridicalSociety?: number | null;\n\n @ApiPropertyOptional()\n idTypePayment?: number | null;\n\n @ApiPropertyOptional()\n idAccount?: number | null;\n\n @ApiPropertyOptional()\n idCountry?: number | null;\n\n @ApiPropertyOptional()\n @IsEnum(ThirdPartyType)\n idThirdPartyType?: ThirdPartyType;\n}"]}
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateWebmailFromLambda = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class CreateWebmailFromLambda {}
25
+
26
+ exports.CreateWebmailFromLambda = CreateWebmailFromLambda;
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], CreateWebmailFromLambda.prototype, "attachments", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsObject)(), (0, _classValidator.IsNotEmpty)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "headers", void 0);
31
+
32
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsArray)(), (0, _classValidator.IsNotEmpty)(), __metadata("design:type", Array)], CreateWebmailFromLambda.prototype, "headerLines", void 0);
33
+
34
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "html", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], CreateWebmailFromLambda.prototype, "text", void 0);
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], CreateWebmailFromLambda.prototype, "textAsHtml", void 0);
39
+
40
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], CreateWebmailFromLambda.prototype, "subject", void 0);
41
+
42
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "references", void 0);
43
+
44
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], CreateWebmailFromLambda.prototype, "date", void 0);
45
+
46
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "to", void 0);
47
+
48
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsObject)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "from", void 0);
49
+
50
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "cc", void 0);
51
+
52
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "bcc", void 0);
53
+
54
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsObject)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateWebmailFromLambda.prototype, "replyTo", void 0);
55
+
56
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], CreateWebmailFromLambda.prototype, "messageId", void 0);
57
+
58
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], CreateWebmailFromLambda.prototype, "inReplyTo", void 0);
59
+
60
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsIn)(['normal', 'low', 'high']), __metadata("design:type", String)], CreateWebmailFromLambda.prototype, "priority", void 0);
61
+ //# sourceMappingURL=CreateWebmailFromLambda.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateWebmailFromLambda.js","mappings":";;;;;;;AAAA;;AAMA;;;;;;;;;;;;;;AAEM,MAAOA,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAGXC,YAFC,yBAED,EADC,8BACD;;AAKAA,YAHC,yBAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,yBAGD,EAFC,8BAED,EADC,iCACD;;AAGAA,YADC,yBACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,6BACD,4BAAOC,KAAP;;AAIAD,YAFC,iCAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAIAA,YAFC,iCAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,0BAAK,CAAC,QAAD,EAAW,KAAX,EAAkB,MAAlB,CAAL,CACD","names":["CreateWebmailFromLambda","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/webmail/CreateWebmailFromLambda.ts"],"sourcesContent":["import {\n IsArray, IsDate, IsIn, IsNotEmpty, IsObject, IsOptional, IsString,\n} from 'class-validator';\nimport {\n AddressObject, HeaderLines,\n} from 'mailparser';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateWebmailFromLambda {\n @ApiProperty()\n @IsArray()\n attachments: { [key: string]: any }[];\n\n @ApiProperty()\n @IsObject()\n @IsNotEmpty()\n headers: { [key: string]: any };\n\n @ApiProperty()\n @IsArray()\n @IsNotEmpty()\n headerLines: HeaderLines;\n\n @ApiProperty()\n html: string | false;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n text?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n textAsHtml?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n subject?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n references?: string[] | string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n date?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n to?: AddressObject | AddressObject[];\n\n @ApiPropertyOptional()\n @IsObject()\n @IsOptional()\n from?: AddressObject;\n\n @ApiPropertyOptional()\n @IsOptional()\n cc?: AddressObject | AddressObject[];\n\n @ApiPropertyOptional()\n @IsOptional()\n bcc?: AddressObject | AddressObject[];\n\n @ApiPropertyOptional()\n @IsObject()\n @IsOptional()\n replyTo?: AddressObject;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n messageId?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n inReplyTo?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsIn(['normal', 'low', 'high'])\n priority?: 'normal' | 'low' | 'high';\n}\n"]}
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateAttachmentOldWebmail = exports.PostAttachmentEmailFromLambdaParams = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class PostAttachmentEmailFromLambdaParams {}
25
+
26
+ exports.PostAttachmentEmailFromLambdaParams = PostAttachmentEmailFromLambdaParams;
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], PostAttachmentEmailFromLambdaParams.prototype, "token", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsMimeType)(), __metadata("design:type", String)], PostAttachmentEmailFromLambdaParams.prototype, "mime", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], PostAttachmentEmailFromLambdaParams.prototype, "idSociety", void 0);
33
+
34
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], PostAttachmentEmailFromLambdaParams.prototype, "filename", void 0);
35
+
36
+ class CreateAttachmentOldWebmail extends PostAttachmentEmailFromLambdaParams {}
37
+
38
+ exports.CreateAttachmentOldWebmail = CreateAttachmentOldWebmail;
39
+
40
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreateAttachmentOldWebmail.prototype, "idMail", void 0);
41
+ //# sourceMappingURL=PostAttachmentEmailFromLambdaParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PostAttachmentEmailFromLambdaParams.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,mCAAP,CAA0C;;QAAnCA,mC,GAAAA,mC;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAKAA,YAHC,yBAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAGI,MAAOC,0BAAP,SAA0CF,mCAA1C,CAA6E;;QAAtEE,0B,GAAAA,0B;;AAGXD,YAFC,yBAED,EADC,+BACD","names":["PostAttachmentEmailFromLambdaParams","__decorate","CreateAttachmentOldWebmail"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts"],"sourcesContent":["import {\n IsMimeType, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class PostAttachmentEmailFromLambdaParams {\n @ApiProperty()\n @IsString()\n token: string;\n\n @ApiProperty()\n @IsString()\n @IsMimeType()\n mime: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSociety?: number;\n\n @ApiProperty()\n @IsString()\n filename: string;\n}\n\nexport class CreateAttachmentOldWebmail extends PostAttachmentEmailFromLambdaParams {\n @ApiProperty()\n @IsNumber()\n idMail: number;\n}"]}
@@ -18,6 +18,7 @@ var Code = exports.Code = undefined;
18
18
  Code["tokenFailure"] = "token_authentication_failure";
19
19
  Code["authenticationFailure"] = "authentication_credentials_failure";
20
20
  Code["notFound"] = "resource_not_found";
21
+ Code["fileNotFound"] = "file_not_found";
21
22
  Code["validationError"] = "resource_validation_error";
22
23
  Code["constraintError"] = "resource_constraint_error";
23
24
  Code["outOfRange"] = "resource_ofr";
@@ -25,7 +26,8 @@ var Code = exports.Code = undefined;
25
26
  Code["constraintKeyError"] = "resource_fk_error";
26
27
  Code["serviceUnavailable"] = "service_unavailable";
27
28
  Code["notImplemented"] = "not_implemented";
28
- Code["unknown"] = "unknown"; // Annotation Error
29
+ Code["unknown"] = "unknown";
30
+ Code["formatNotAuthorized"] = "format_not_authorized"; // Annotation Error
29
31
 
30
32
  Code["failedCheckBalance"] = "failed_check_balance";
31
33
  Code["vatIntracomCanOnlyBeSetForDebit"] = "vat_intracom_can_only_be_set_for_debit";
@@ -1 +1 @@
1
- {"version":3,"file":"IApiError.js","mappings":";;;;;AAAA,IAAYA,SAIX,WAJWA,SAIX,YAJD;;AAAA,WAAYA,SAAZ,EAAqB;AACnBA;AACAA;AACAA;AACD,CAJD,EAAYA,SAAS,aAATA,SAAS,GAATA,SAAS,MAArB;;AAMA,IAAYC,IA2JX,WA3JWA,IA2JX,YA3JD;;AAAA,WAAYA,IAAZ,EAAgB;AACd;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,8BAZc,CAcd;;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,iDAvCc,CAyCd;;AACAA;AACAA;AACAA,qCA5Cc,CA8Cd;;AACAA;AACAA;AACAA;AACAA;AACAA,4CAnDc,CAqDd;;AACAA;AACAA,wEAvDc,CAyDd;;AACAA,uEA1Dc,CA4Dd;;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,oDAzFc,CA2Fd;;AACAA,iEA5Fc,CA8Fd;;AACAA;AACAA,2DAhGc,CAkGd;;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,gDA7Gc,CA+Gd;;AACAA;AACAA,sCAjHc,CAmHd;;AACAA;AACAA;AACAA;AACAA;AACAA;AAEAA,8CA1Hc,CA4Hd;;AACAA,8CA7Hc,CA+Hd;;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,oDAtIc,CAwId;;AACAA,kEAzIc,CA2Id;;AACAA;AACAA;AACAA;AACAA,sFA/Ic,CAiJd;;AACAA;AACAA,sDAnJc,CAqJd;;AACAA,wDAtJc,CAwJd;;AAEAA;AACD,CA3JD,EAAYA,IAAI,aAAJA,IAAI,GAAJA,IAAI,MAAhB","names":["ErrorType","Code"],"sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n notImplemented = 'not_implemented',\n unknown = 'unknown',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n annotationFailed = 'annotation_failed',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n fecFileAlreadyExists = 'fec_file_already_exists',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n userEmailAndPhoneAlreadyExist = 'user-username-and-phone-already-exist',\n userEmailAlreadyExist = 'user-username-already-exists',\n userPhoneAlreadyExist = 'user-phone-already-exists',\n couldNotFindUser = 'could-not-find-user',\n wrongBrandEmail = 'wrong-brand-email',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n societyNotFound = 'society_not_found',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n // Budget Fetch\n fetchNewBudgetInvalidSociety = 'fetch_new_budget_invalid_idSociety',\n fetchConnectionFailed = 'fetch_connection_failed',\n fetchBankAccountFailed = 'fetch_bank_account_failed',\n fetchTransactionsFailed = 'fetch_transactions_failed',\n fetchNewTokenFailed = 'fetch_new_token_failed',\n bankAccountDesactivationFailed = 'bank_account_desactivation_failed',\n udpateTokenFailed = 'update_token_failed',\n\n // Accounts\n GENERIC_ACCOUNT_NOT_FOUND = 'GENERIC_ACCOUNT_NOT_FOUND',\n\n // Balance Sheet Questions\n UNKNOWN_ANSWER_VALUE = 'UNKNOWN_ANSWER_VALUE',\n QUESTION_NOT_FOUND = 'QUESTION_NOT_FOUND',\n QUESTION_DO_NOT_MATCH = 'QUESTION_DO_NOT_MATCH',\n QUESTION_ALREADY_EXISTS_IN_EXERCICE = 'QUESTION_ALREADY_EXISTS_IN_EXERCICE',\n\n // Fiscal period closing\n EXERCICE_ALREADY_CLOSED = 'EXERCICE_ALREADY_CLOSED',\n MISSING_ANNOTATIONS = 'MISSING_ANNOTATIONS',\n\n // jeDeclare errors\n ERR_INVALID_ARG_TYPE = 'ERR_INVALID_ARG_TYPE',\n\n // Society Vehicles\n\n MISSING_REGISTRATION_CARD = 'MISSING_REGISTRATION_CARD',\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"]}
1
+ {"version":3,"file":"IApiError.js","mappings":";;;;;AAAA,IAAYA,SAIX,WAJWA,SAIX,YAJD;;AAAA,WAAYA,SAAZ,EAAqB;AACnBA;AACAA;AACAA;AACD,CAJD,EAAYA,SAAS,aAATA,SAAS,GAATA,SAAS,MAArB;;AAMA,IAAYC,IA4JX,WA5JWA,IA4JX,YA5JD;;AAAA,WAAYA,IAAZ,EAAgB;AACd;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,wDAdc,CAgBd;;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,iDAzCc,CA2Cd;;AACAA;AACAA;AACAA,qCA9Cc,CAgDd;;AACAA;AACAA;AACAA;AACAA;AACAA,4CArDc,CAuDd;;AACAA;AACAA,wEAzDc,CA2Dd;;AACAA,uEA5Dc,CA8Dd;;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,oDA3Fc,CA6Fd;;AACAA,iEA9Fc,CAgGd;;AACAA;AACAA,2DAlGc,CAoGd;;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,gDA/Gc,CAiHd;;AACAA;AACAA,sCAnHc,CAqHd;;AACAA;AACAA;AACAA;AACAA;AACAA;AAEAA,8CA5Hc,CA8Hd;;AACAA,8CA/Hc,CAiId;;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,oDAxIc,CA0Id;;AACAA,kEA3Ic,CA6Id;;AACAA;AACAA;AACAA;AACAA,sFAjJc,CAmJd;;AACAA;AACAA,sDArJc,CAuJd;;AACAA,wDAxJc,CA0Jd;;AACAA;AACD,CA5JD,EAAYA,IAAI,aAAJA,IAAI,GAAJA,IAAI,MAAhB","names":["ErrorType","Code"],"sourceRoot":"","sources":["../../../../ts/types/Interface/models/IApiError.ts"],"sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n fileNotFound = 'file_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n notImplemented = 'not_implemented',\n unknown = 'unknown',\n formatNotAuthorized = 'format_not_authorized',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n annotationFailed = 'annotation_failed',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n fecFileAlreadyExists = 'fec_file_already_exists',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n userEmailAndPhoneAlreadyExist = 'user-username-and-phone-already-exist',\n userEmailAlreadyExist = 'user-username-already-exists',\n userPhoneAlreadyExist = 'user-phone-already-exists',\n couldNotFindUser = 'could-not-find-user',\n wrongBrandEmail = 'wrong-brand-email',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n societyNotFound = 'society_not_found',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n // Budget Fetch\n fetchNewBudgetInvalidSociety = 'fetch_new_budget_invalid_idSociety',\n fetchConnectionFailed = 'fetch_connection_failed',\n fetchBankAccountFailed = 'fetch_bank_account_failed',\n fetchTransactionsFailed = 'fetch_transactions_failed',\n fetchNewTokenFailed = 'fetch_new_token_failed',\n bankAccountDesactivationFailed = 'bank_account_desactivation_failed',\n udpateTokenFailed = 'update_token_failed',\n\n // Accounts\n GENERIC_ACCOUNT_NOT_FOUND = 'GENERIC_ACCOUNT_NOT_FOUND',\n\n // Balance Sheet Questions\n UNKNOWN_ANSWER_VALUE = 'UNKNOWN_ANSWER_VALUE',\n QUESTION_NOT_FOUND = 'QUESTION_NOT_FOUND',\n QUESTION_DO_NOT_MATCH = 'QUESTION_DO_NOT_MATCH',\n QUESTION_ALREADY_EXISTS_IN_EXERCICE = 'QUESTION_ALREADY_EXISTS_IN_EXERCICE',\n\n // Fiscal period closing\n EXERCICE_ALREADY_CLOSED = 'EXERCICE_ALREADY_CLOSED',\n MISSING_ANNOTATIONS = 'MISSING_ANNOTATIONS',\n\n // jeDeclare errors\n ERR_INVALID_ARG_TYPE = 'ERR_INVALID_ARG_TYPE',\n\n // Society Vehicles\n MISSING_REGISTRATION_CARD = 'MISSING_REGISTRATION_CARD',\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"]}
package/js/types/index.js CHANGED
@@ -4708,6 +4708,30 @@ Object.keys(_VatDeclarationType).forEach(function (key) {
4708
4708
  });
4709
4709
  });
4710
4710
 
4711
+ var _WebmailType = require("./Enum/WebmailType");
4712
+
4713
+ Object.keys(_WebmailType).forEach(function (key) {
4714
+ if (key === "default" || key === "__esModule") return;
4715
+ Object.defineProperty(exports, key, {
4716
+ enumerable: true,
4717
+ get: function () {
4718
+ return _WebmailType[key];
4719
+ }
4720
+ });
4721
+ });
4722
+
4723
+ var _WebmailFlag = require("./Enum/WebmailFlag");
4724
+
4725
+ Object.keys(_WebmailFlag).forEach(function (key) {
4726
+ if (key === "default" || key === "__esModule") return;
4727
+ Object.defineProperty(exports, key, {
4728
+ enumerable: true,
4729
+ get: function () {
4730
+ return _WebmailFlag[key];
4731
+ }
4732
+ });
4733
+ });
4734
+
4711
4735
  var _ReadJeDeclare = require("./Interface/api/jeDeclare/ReadJeDeclare");
4712
4736
 
4713
4737
  Object.keys(_ReadJeDeclare).forEach(function (key) {
@@ -5968,6 +5992,78 @@ Object.keys(_ReadSocietyTransactionCount).forEach(function (key) {
5968
5992
  });
5969
5993
  });
5970
5994
 
5995
+ var _CreateWebmailFromLambda = require("./Interface/api/webmail/CreateWebmailFromLambda");
5996
+
5997
+ Object.keys(_CreateWebmailFromLambda).forEach(function (key) {
5998
+ if (key === "default" || key === "__esModule") return;
5999
+ Object.defineProperty(exports, key, {
6000
+ enumerable: true,
6001
+ get: function () {
6002
+ return _CreateWebmailFromLambda[key];
6003
+ }
6004
+ });
6005
+ });
6006
+
6007
+ var _PostAttachmentEmailFromLambdaParams = require("./Interface/api/webmail/PostAttachmentEmailFromLambdaParams");
6008
+
6009
+ Object.keys(_PostAttachmentEmailFromLambdaParams).forEach(function (key) {
6010
+ if (key === "default" || key === "__esModule") return;
6011
+ Object.defineProperty(exports, key, {
6012
+ enumerable: true,
6013
+ get: function () {
6014
+ return _PostAttachmentEmailFromLambdaParams[key];
6015
+ }
6016
+ });
6017
+ });
6018
+
6019
+ var _CreateDefaultPromoCode = require("./Interface/api/promoCode/CreateDefaultPromoCode");
6020
+
6021
+ Object.keys(_CreateDefaultPromoCode).forEach(function (key) {
6022
+ if (key === "default" || key === "__esModule") return;
6023
+ Object.defineProperty(exports, key, {
6024
+ enumerable: true,
6025
+ get: function () {
6026
+ return _CreateDefaultPromoCode[key];
6027
+ }
6028
+ });
6029
+ });
6030
+
6031
+ var _ReadDefaultPaginationPromoCode = require("./Interface/api/promoCode/ReadDefaultPaginationPromoCode");
6032
+
6033
+ Object.keys(_ReadDefaultPaginationPromoCode).forEach(function (key) {
6034
+ if (key === "default" || key === "__esModule") return;
6035
+ Object.defineProperty(exports, key, {
6036
+ enumerable: true,
6037
+ get: function () {
6038
+ return _ReadDefaultPaginationPromoCode[key];
6039
+ }
6040
+ });
6041
+ });
6042
+
6043
+ var _QueryBankAccount = require("./Interface/api/bankAccount/QueryBankAccount");
6044
+
6045
+ Object.keys(_QueryBankAccount).forEach(function (key) {
6046
+ if (key === "default" || key === "__esModule") return;
6047
+ Object.defineProperty(exports, key, {
6048
+ enumerable: true,
6049
+ get: function () {
6050
+ return _QueryBankAccount[key];
6051
+ }
6052
+ });
6053
+ });
6054
+
6055
+ var _QueryLogPagination = require("./Interface/api/log/QueryLogPagination");
6056
+
6057
+ Object.keys(_QueryLogPagination).forEach(function (key) {
6058
+ if (key === "default" || key === "__esModule") return;
6059
+ Object.defineProperty(exports, key, {
6060
+ enumerable: true,
6061
+ get: function () {
6062
+ return _QueryLogPagination[key];
6063
+ }
6064
+ });
6065
+ });
6066
+
5971
6067
  var _ReadSurvey = require("./Interface/api/survey/ReadSurvey");
5972
6068
 
5973
6069
  Object.keys(_ReadSurvey).forEach(function (key) {
@@ -7564,6 +7660,66 @@ Object.keys(_CreateKilometricAllowanceValidation).forEach(function (key) {
7564
7660
  });
7565
7661
  });
7566
7662
 
7663
+ var _CreateThirdPartyForm = require("./Interface/api/thirdParty/CreateThirdPartyForm");
7664
+
7665
+ Object.keys(_CreateThirdPartyForm).forEach(function (key) {
7666
+ if (key === "default" || key === "__esModule") return;
7667
+ Object.defineProperty(exports, key, {
7668
+ enumerable: true,
7669
+ get: function () {
7670
+ return _CreateThirdPartyForm[key];
7671
+ }
7672
+ });
7673
+ });
7674
+
7675
+ var _UpdateThirdPartyForm = require("./Interface/api/thirdParty/UpdateThirdPartyForm");
7676
+
7677
+ Object.keys(_UpdateThirdPartyForm).forEach(function (key) {
7678
+ if (key === "default" || key === "__esModule") return;
7679
+ Object.defineProperty(exports, key, {
7680
+ enumerable: true,
7681
+ get: function () {
7682
+ return _UpdateThirdPartyForm[key];
7683
+ }
7684
+ });
7685
+ });
7686
+
7687
+ var _QueryThirdParty = require("./Interface/api/thirdParty/QueryThirdParty");
7688
+
7689
+ Object.keys(_QueryThirdParty).forEach(function (key) {
7690
+ if (key === "default" || key === "__esModule") return;
7691
+ Object.defineProperty(exports, key, {
7692
+ enumerable: true,
7693
+ get: function () {
7694
+ return _QueryThirdParty[key];
7695
+ }
7696
+ });
7697
+ });
7698
+
7699
+ var _PrepareModulesAndCompletions = require("./Interface/api/balanceSheetModule/PrepareModulesAndCompletions");
7700
+
7701
+ Object.keys(_PrepareModulesAndCompletions).forEach(function (key) {
7702
+ if (key === "default" || key === "__esModule") return;
7703
+ Object.defineProperty(exports, key, {
7704
+ enumerable: true,
7705
+ get: function () {
7706
+ return _PrepareModulesAndCompletions[key];
7707
+ }
7708
+ });
7709
+ });
7710
+
7711
+ var _ReadPrepareModulesAndCompletions = require("./Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletions");
7712
+
7713
+ Object.keys(_ReadPrepareModulesAndCompletions).forEach(function (key) {
7714
+ if (key === "default" || key === "__esModule") return;
7715
+ Object.defineProperty(exports, key, {
7716
+ enumerable: true,
7717
+ get: function () {
7718
+ return _ReadPrepareModulesAndCompletions[key];
7719
+ }
7720
+ });
7721
+ });
7722
+
7567
7723
  var _Util4 = require("./Interface/enum/Util");
7568
7724
 
7569
7725
  Object.keys(_Util4).forEach(function (key) {
@@ -7587,4 +7743,52 @@ Object.keys(_cerfa).forEach(function (key) {
7587
7743
  }
7588
7744
  });
7589
7745
  });
7746
+
7747
+ var _CreateAffectedPatrimony = require("./Interface/api/affectedPatrimony/CreateAffectedPatrimony");
7748
+
7749
+ Object.keys(_CreateAffectedPatrimony).forEach(function (key) {
7750
+ if (key === "default" || key === "__esModule") return;
7751
+ Object.defineProperty(exports, key, {
7752
+ enumerable: true,
7753
+ get: function () {
7754
+ return _CreateAffectedPatrimony[key];
7755
+ }
7756
+ });
7757
+ });
7758
+
7759
+ var _CreateInKindAffectedPatrimony = require("./Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony");
7760
+
7761
+ Object.keys(_CreateInKindAffectedPatrimony).forEach(function (key) {
7762
+ if (key === "default" || key === "__esModule") return;
7763
+ Object.defineProperty(exports, key, {
7764
+ enumerable: true,
7765
+ get: function () {
7766
+ return _CreateInKindAffectedPatrimony[key];
7767
+ }
7768
+ });
7769
+ });
7770
+
7771
+ var _ResultCreateAffectedPatrimony = require("./Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony");
7772
+
7773
+ Object.keys(_ResultCreateAffectedPatrimony).forEach(function (key) {
7774
+ if (key === "default" || key === "__esModule") return;
7775
+ Object.defineProperty(exports, key, {
7776
+ enumerable: true,
7777
+ get: function () {
7778
+ return _ResultCreateAffectedPatrimony[key];
7779
+ }
7780
+ });
7781
+ });
7782
+
7783
+ var _ReadAffectedPatrimony = require("./Interface/api/affectedPatrimony/ReadAffectedPatrimony");
7784
+
7785
+ Object.keys(_ReadAffectedPatrimony).forEach(function (key) {
7786
+ if (key === "default" || key === "__esModule") return;
7787
+ Object.defineProperty(exports, key, {
7788
+ enumerable: true,
7789
+ get: function () {
7790
+ return _ReadAffectedPatrimony[key];
7791
+ }
7792
+ });
7793
+ });
7590
7794
  //# sourceMappingURL=index.js.map