@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,44 @@
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, IsInt, IsOptional, IsString, } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ import { LogType } from '../../../Enum/Log';
13
+ export class QueryLogPagination {
14
+ constructor() {
15
+ this.limit = 25;
16
+ this.page = 1;
17
+ this.orderBy = 'id';
18
+ }
19
+ }
20
+ __decorate([
21
+ ApiPropertyOptional(),
22
+ IsOptional(),
23
+ IsInt(),
24
+ __metadata("design:type", Number)
25
+ ], QueryLogPagination.prototype, "limit", void 0);
26
+ __decorate([
27
+ ApiPropertyOptional(),
28
+ IsOptional(),
29
+ IsInt(),
30
+ __metadata("design:type", Number)
31
+ ], QueryLogPagination.prototype, "page", void 0);
32
+ __decorate([
33
+ ApiProperty(),
34
+ IsInt(),
35
+ IsEnum(LogType),
36
+ __metadata("design:type", Number)
37
+ ], QueryLogPagination.prototype, "idLogType", void 0);
38
+ __decorate([
39
+ ApiPropertyOptional(),
40
+ IsOptional(),
41
+ IsString(),
42
+ __metadata("design:type", String)
43
+ ], QueryLogPagination.prototype, "orderBy", void 0);
44
+ //# sourceMappingURL=QueryLogPagination.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryLogPagination.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/log/QueryLogPagination.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,GACpC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,MAAM,OAAO,kBAAkB;IAA/B;QAIE,UAAK,GAAY,EAAE,CAAC;QAKpB,SAAI,GAAY,CAAC,CAAC;QAUlB,YAAO,GAAY,IAAI,CAAC;IAC1B,CAAC;CAAA;AAhBC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;iDACY;AAKpB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;gDACU;AAKlB;IAHC,WAAW,EAAE;IACb,KAAK,EAAE;IACP,MAAM,CAAC,OAAO,CAAC;;qDACE;AAKlB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;mDACa","sourcesContent":["import {\n IsEnum, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { LogType } from '../../../Enum/Log';\n\nexport class QueryLogPagination {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n limit?: number = 25;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n page?: number = 1;\n\n @ApiProperty()\n @IsInt()\n @IsEnum(LogType)\n idLogType: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n orderBy?: string = 'id';\n}\n"]}
@@ -0,0 +1,14 @@
1
+ export declare class CreateDefaultPromoCode {
2
+ label: string;
3
+ startDate?: Date | null;
4
+ endDate?: Date | null;
5
+ isYearly: boolean;
6
+ isMonthly: boolean;
7
+ isMicroPlan: boolean;
8
+ isCashBasedBusinessPlan: boolean;
9
+ isAccrualBusinessPlan: boolean;
10
+ isTest: boolean;
11
+ metadata?: any | null;
12
+ idStripeCoupon: string;
13
+ }
14
+ //# sourceMappingURL=CreateDefaultPromoCode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateDefaultPromoCode.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/promoCode/CreateDefaultPromoCode.ts"],"names":[],"mappings":"AAMA,qBAAa,sBAAsB;IAGjC,KAAK,EAAE,MAAM,CAAC;IAId,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAIxB,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAKtB,QAAQ,EAAE,OAAO,CAAC;IAKlB,SAAS,EAAE,OAAO,CAAC;IAKnB,WAAW,EAAE,OAAO,CAAC;IAKrB,uBAAuB,EAAE,OAAO,CAAC;IAKjC,qBAAqB,EAAE,OAAO,CAAC;IAK/B,MAAM,EAAE,OAAO,CAAC;IAIhB,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;IAItB,cAAc,EAAE,MAAM,CAAC;CACxB"}
@@ -0,0 +1,76 @@
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 { IsBoolean, IsDate, IsJSON, IsString, } from 'class-validator';
11
+ import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
12
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
+ export class CreateDefaultPromoCode {
14
+ }
15
+ __decorate([
16
+ ApiProperty(),
17
+ IsString(),
18
+ __metadata("design:type", String)
19
+ ], CreateDefaultPromoCode.prototype, "label", void 0);
20
+ __decorate([
21
+ ApiPropertyOptional(),
22
+ IsDate(),
23
+ __metadata("design:type", Object)
24
+ ], CreateDefaultPromoCode.prototype, "startDate", void 0);
25
+ __decorate([
26
+ ApiPropertyOptional(),
27
+ IsDate(),
28
+ __metadata("design:type", Object)
29
+ ], CreateDefaultPromoCode.prototype, "endDate", void 0);
30
+ __decorate([
31
+ ApiProperty(),
32
+ IsBoolean(),
33
+ ToBoolean(),
34
+ __metadata("design:type", Boolean)
35
+ ], CreateDefaultPromoCode.prototype, "isYearly", void 0);
36
+ __decorate([
37
+ ApiProperty(),
38
+ IsBoolean(),
39
+ ToBoolean(),
40
+ __metadata("design:type", Boolean)
41
+ ], CreateDefaultPromoCode.prototype, "isMonthly", void 0);
42
+ __decorate([
43
+ ApiProperty(),
44
+ IsBoolean(),
45
+ ToBoolean(),
46
+ __metadata("design:type", Boolean)
47
+ ], CreateDefaultPromoCode.prototype, "isMicroPlan", void 0);
48
+ __decorate([
49
+ ApiProperty(),
50
+ IsBoolean(),
51
+ ToBoolean(),
52
+ __metadata("design:type", Boolean)
53
+ ], CreateDefaultPromoCode.prototype, "isCashBasedBusinessPlan", void 0);
54
+ __decorate([
55
+ ApiProperty(),
56
+ IsBoolean(),
57
+ ToBoolean(),
58
+ __metadata("design:type", Boolean)
59
+ ], CreateDefaultPromoCode.prototype, "isAccrualBusinessPlan", void 0);
60
+ __decorate([
61
+ ApiProperty(),
62
+ IsBoolean(),
63
+ ToBoolean(),
64
+ __metadata("design:type", Boolean)
65
+ ], CreateDefaultPromoCode.prototype, "isTest", void 0);
66
+ __decorate([
67
+ ApiPropertyOptional(),
68
+ IsJSON(),
69
+ __metadata("design:type", Object)
70
+ ], CreateDefaultPromoCode.prototype, "metadata", void 0);
71
+ __decorate([
72
+ ApiProperty(),
73
+ IsString(),
74
+ __metadata("design:type", String)
75
+ ], CreateDefaultPromoCode.prototype, "idStripeCoupon", void 0);
76
+ //# sourceMappingURL=CreateDefaultPromoCode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateDefaultPromoCode.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/promoCode/CreateDefaultPromoCode.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,GACpC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,sBAAsB;CAkDlC;AA/CC;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;qDACG;AAId;IAFC,mBAAmB,EAAE;IACrB,MAAM,EAAE;;yDACe;AAIxB;IAFC,mBAAmB,EAAE;IACrB,MAAM,EAAE;;uDACa;AAKtB;IAHC,WAAW,EAAE;IACb,SAAS,EAAE;IACX,SAAS,EAAE;;wDACM;AAKlB;IAHC,WAAW,EAAE;IACb,SAAS,EAAE;IACX,SAAS,EAAE;;yDACO;AAKnB;IAHC,WAAW,EAAE;IACb,SAAS,EAAE;IACX,SAAS,EAAE;;2DACS;AAKrB;IAHC,WAAW,EAAE;IACb,SAAS,EAAE;IACX,SAAS,EAAE;;uEACqB;AAKjC;IAHC,WAAW,EAAE;IACb,SAAS,EAAE;IACX,SAAS,EAAE;;qEACmB;AAK/B;IAHC,WAAW,EAAE;IACb,SAAS,EAAE;IACX,SAAS,EAAE;;sDACI;AAIhB;IAFC,mBAAmB,EAAE;IACrB,MAAM,EAAE;;wDACa;AAItB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;8DACY","sourcesContent":["import {\n IsBoolean, IsDate, IsJSON, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateDefaultPromoCode {\n @ApiProperty()\n @IsString()\n label: string;\n\n @ApiPropertyOptional()\n @IsDate()\n startDate?: Date | null;\n\n @ApiPropertyOptional()\n @IsDate()\n endDate?: Date | null;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n isYearly: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n isMonthly: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n isMicroPlan: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n isCashBasedBusinessPlan: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n isAccrualBusinessPlan: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n isTest: boolean;\n\n @ApiPropertyOptional()\n @IsJSON()\n metadata?: any | null;\n\n @ApiProperty()\n @IsString()\n idStripeCoupon: string;\n}"]}
@@ -0,0 +1,5 @@
1
+ export declare class ReadDefaultPaginationPromoCode {
2
+ page?: number;
3
+ limit?: number;
4
+ }
5
+ //# sourceMappingURL=ReadDefaultPaginationPromoCode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadDefaultPaginationPromoCode.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.ts"],"names":[],"mappings":"AAGA,qBAAa,8BAA8B;IAIzC,IAAI,CAAC,EAAE,MAAM,CAAK;IAKlB,KAAK,CAAC,EAAE,MAAM,CAAM;CACrB"}
@@ -0,0 +1,30 @@
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 { IsNumber, IsOptional } from 'class-validator';
11
+ import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
12
+ export class ReadDefaultPaginationPromoCode {
13
+ constructor() {
14
+ this.page = 1;
15
+ this.limit = 25;
16
+ }
17
+ }
18
+ __decorate([
19
+ ApiProperty(),
20
+ IsNumber(),
21
+ IsOptional(),
22
+ __metadata("design:type", Number)
23
+ ], ReadDefaultPaginationPromoCode.prototype, "page", void 0);
24
+ __decorate([
25
+ ApiPropertyOptional(),
26
+ IsNumber(),
27
+ IsOptional(),
28
+ __metadata("design:type", Number)
29
+ ], ReadDefaultPaginationPromoCode.prototype, "limit", void 0);
30
+ //# sourceMappingURL=ReadDefaultPaginationPromoCode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadDefaultPaginationPromoCode.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,8BAA8B;IAA3C;QAIE,SAAI,GAAY,CAAC,CAAC;QAKlB,UAAK,GAAY,EAAE,CAAC;IACtB,CAAC;CAAA;AANC;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,UAAU,EAAE;;4DACK;AAKlB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;6DACO","sourcesContent":["import { IsNumber, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport class ReadDefaultPaginationPromoCode {\n @ApiProperty()\n @IsNumber()\n @IsOptional()\n page?: number = 1;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n limit?: number = 25;\n}"]}
@@ -0,0 +1,24 @@
1
+ import { ThirdPartyType } from '../../..';
2
+ export declare class CreateThirdPartyForm {
3
+ budgeaSouscriptionId?: number | null;
4
+ fullname?: string | null;
5
+ fullnameAccountant?: string | null;
6
+ company: string;
7
+ address?: string | null;
8
+ zipCode?: string | null;
9
+ city?: string | null;
10
+ phone?: string | null;
11
+ email?: string | null;
12
+ nSiret?: string | null;
13
+ nTva?: string | null;
14
+ soldeInit: number;
15
+ state?: boolean | null;
16
+ dateImport?: Date | null;
17
+ isGeneric: boolean;
18
+ juridicalSociety?: number | null;
19
+ idTypePayment?: number | null;
20
+ idAccount?: number | null;
21
+ idCountry?: number | null;
22
+ idThirdPartyType: ThirdPartyType;
23
+ }
24
+ //# sourceMappingURL=CreateThirdPartyForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateThirdPartyForm.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1C,qBAAa,oBAAoB;IAE/B,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGnC,OAAO,EAAE,MAAM,CAAC;IAGhB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,SAAS,EAAE,MAAM,CAAC;IAGlB,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGvB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGzB,SAAS,EAAE,OAAO,CAAC;IAGnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGjC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG1B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI1B,gBAAgB,EAAE,cAAc,CAAC;CAClC"}
@@ -0,0 +1,96 @@
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 { ThirdPartyType } from '../../..';
12
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
13
+ export class CreateThirdPartyForm {
14
+ }
15
+ __decorate([
16
+ ApiPropertyOptional(),
17
+ __metadata("design:type", Object)
18
+ ], CreateThirdPartyForm.prototype, "budgeaSouscriptionId", void 0);
19
+ __decorate([
20
+ ApiPropertyOptional(),
21
+ __metadata("design:type", Object)
22
+ ], CreateThirdPartyForm.prototype, "fullname", void 0);
23
+ __decorate([
24
+ ApiPropertyOptional(),
25
+ __metadata("design:type", Object)
26
+ ], CreateThirdPartyForm.prototype, "fullnameAccountant", void 0);
27
+ __decorate([
28
+ ApiProperty(),
29
+ __metadata("design:type", String)
30
+ ], CreateThirdPartyForm.prototype, "company", void 0);
31
+ __decorate([
32
+ ApiPropertyOptional(),
33
+ __metadata("design:type", Object)
34
+ ], CreateThirdPartyForm.prototype, "address", void 0);
35
+ __decorate([
36
+ ApiPropertyOptional(),
37
+ __metadata("design:type", Object)
38
+ ], CreateThirdPartyForm.prototype, "zipCode", void 0);
39
+ __decorate([
40
+ ApiPropertyOptional(),
41
+ __metadata("design:type", Object)
42
+ ], CreateThirdPartyForm.prototype, "city", void 0);
43
+ __decorate([
44
+ ApiPropertyOptional(),
45
+ __metadata("design:type", Object)
46
+ ], CreateThirdPartyForm.prototype, "phone", void 0);
47
+ __decorate([
48
+ ApiPropertyOptional(),
49
+ __metadata("design:type", Object)
50
+ ], CreateThirdPartyForm.prototype, "email", void 0);
51
+ __decorate([
52
+ ApiPropertyOptional(),
53
+ __metadata("design:type", Object)
54
+ ], CreateThirdPartyForm.prototype, "nSiret", void 0);
55
+ __decorate([
56
+ ApiPropertyOptional(),
57
+ __metadata("design:type", Object)
58
+ ], CreateThirdPartyForm.prototype, "nTva", void 0);
59
+ __decorate([
60
+ ApiProperty(),
61
+ __metadata("design:type", Number)
62
+ ], CreateThirdPartyForm.prototype, "soldeInit", void 0);
63
+ __decorate([
64
+ ApiPropertyOptional(),
65
+ __metadata("design:type", Object)
66
+ ], CreateThirdPartyForm.prototype, "state", void 0);
67
+ __decorate([
68
+ ApiPropertyOptional(),
69
+ __metadata("design:type", Object)
70
+ ], CreateThirdPartyForm.prototype, "dateImport", void 0);
71
+ __decorate([
72
+ ApiProperty(),
73
+ __metadata("design:type", Boolean)
74
+ ], CreateThirdPartyForm.prototype, "isGeneric", void 0);
75
+ __decorate([
76
+ ApiPropertyOptional(),
77
+ __metadata("design:type", Object)
78
+ ], CreateThirdPartyForm.prototype, "juridicalSociety", void 0);
79
+ __decorate([
80
+ ApiPropertyOptional(),
81
+ __metadata("design:type", Object)
82
+ ], CreateThirdPartyForm.prototype, "idTypePayment", void 0);
83
+ __decorate([
84
+ ApiPropertyOptional(),
85
+ __metadata("design:type", Object)
86
+ ], CreateThirdPartyForm.prototype, "idAccount", void 0);
87
+ __decorate([
88
+ ApiPropertyOptional(),
89
+ __metadata("design:type", Object)
90
+ ], CreateThirdPartyForm.prototype, "idCountry", void 0);
91
+ __decorate([
92
+ ApiProperty(),
93
+ IsEnum(ThirdPartyType),
94
+ __metadata("design:type", Number)
95
+ ], CreateThirdPartyForm.prototype, "idThirdPartyType", void 0);
96
+ //# sourceMappingURL=CreateThirdPartyForm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateThirdPartyForm.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;CA6DhC;AA3DC;IADC,mBAAmB,EAAE;;kEACe;AAGrC;IADC,mBAAmB,EAAE;;sDACG;AAGzB;IADC,mBAAmB,EAAE;;gEACa;AAGnC;IADC,WAAW,EAAE;;qDACE;AAGhB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;mDACA;AAGtB;IADC,mBAAmB,EAAE;;mDACA;AAGtB;IADC,mBAAmB,EAAE;;oDACC;AAGvB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,WAAW,EAAE;;uDACI;AAGlB;IADC,mBAAmB,EAAE;;mDACC;AAGvB;IADC,mBAAmB,EAAE;;wDACG;AAGzB;IADC,WAAW,EAAE;;uDACK;AAGnB;IADC,mBAAmB,EAAE;;8DACW;AAGjC;IADC,mBAAmB,EAAE;;2DACQ;AAG9B;IADC,mBAAmB,EAAE;;uDACI;AAG1B;IADC,mBAAmB,EAAE;;uDACI;AAI1B;IAFC,WAAW,EAAE;IACb,MAAM,CAAC,cAAc,CAAC;;8DACU","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,5 @@
1
+ export declare class QueryThirdParty {
2
+ search?: string;
3
+ type?: number;
4
+ }
5
+ //# sourceMappingURL=QueryThirdParty.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryThirdParty.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/QueryThirdParty.ts"],"names":[],"mappings":"AAIA,qBAAa,eAAe;IAI1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
@@ -0,0 +1,27 @@
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, IsOptional, IsString } from 'class-validator';
11
+ import { ThirdPartyType } from '../../..';
12
+ import { ApiPropertyOptional } from '../../../..';
13
+ export class QueryThirdParty {
14
+ }
15
+ __decorate([
16
+ ApiPropertyOptional(),
17
+ IsOptional(),
18
+ IsString(),
19
+ __metadata("design:type", String)
20
+ ], QueryThirdParty.prototype, "search", void 0);
21
+ __decorate([
22
+ ApiPropertyOptional(),
23
+ IsOptional(),
24
+ IsEnum(ThirdPartyType),
25
+ __metadata("design:type", Number)
26
+ ], QueryThirdParty.prototype, "type", void 0);
27
+ //# sourceMappingURL=QueryThirdParty.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryThirdParty.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/QueryThirdParty.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,OAAO,eAAe;CAU3B;AANC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;+CACK;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,CAAC,cAAc,CAAC;;6CACT","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,24 @@
1
+ import { ThirdPartyType } from '../../..';
2
+ export declare class UpdateThirdPartyForm {
3
+ budgeaSouscriptionId?: number | null;
4
+ fullname?: string | null;
5
+ fullnameAccountant?: string | null;
6
+ company?: string;
7
+ address?: string | null;
8
+ zipCode?: string | null;
9
+ city?: string | null;
10
+ phone?: string | null;
11
+ email?: string | null;
12
+ nSiret?: string | null;
13
+ nTva?: string | null;
14
+ soldeInit?: number;
15
+ state?: boolean | null;
16
+ dateImport?: Date | null;
17
+ isGeneric?: boolean;
18
+ juridicalSociety?: number | null;
19
+ idTypePayment?: number | null;
20
+ idAccount?: number | null;
21
+ idCountry?: number | null;
22
+ idThirdPartyType?: ThirdPartyType;
23
+ }
24
+ //# sourceMappingURL=UpdateThirdPartyForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateThirdPartyForm.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/UpdateThirdPartyForm.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1C,qBAAa,oBAAoB;IAE/B,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGnC,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGxB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGvB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGzB,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGjC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG9B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG1B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI1B,gBAAgB,CAAC,EAAE,cAAc,CAAC;CACnC"}
@@ -0,0 +1,96 @@
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 { ThirdPartyType } from '../../..';
12
+ import { ApiPropertyOptional } from '../../../../utils';
13
+ export class UpdateThirdPartyForm {
14
+ }
15
+ __decorate([
16
+ ApiPropertyOptional(),
17
+ __metadata("design:type", Object)
18
+ ], UpdateThirdPartyForm.prototype, "budgeaSouscriptionId", void 0);
19
+ __decorate([
20
+ ApiPropertyOptional(),
21
+ __metadata("design:type", Object)
22
+ ], UpdateThirdPartyForm.prototype, "fullname", void 0);
23
+ __decorate([
24
+ ApiPropertyOptional(),
25
+ __metadata("design:type", Object)
26
+ ], UpdateThirdPartyForm.prototype, "fullnameAccountant", void 0);
27
+ __decorate([
28
+ ApiPropertyOptional(),
29
+ __metadata("design:type", String)
30
+ ], UpdateThirdPartyForm.prototype, "company", void 0);
31
+ __decorate([
32
+ ApiPropertyOptional(),
33
+ __metadata("design:type", Object)
34
+ ], UpdateThirdPartyForm.prototype, "address", void 0);
35
+ __decorate([
36
+ ApiPropertyOptional(),
37
+ __metadata("design:type", Object)
38
+ ], UpdateThirdPartyForm.prototype, "zipCode", void 0);
39
+ __decorate([
40
+ ApiPropertyOptional(),
41
+ __metadata("design:type", Object)
42
+ ], UpdateThirdPartyForm.prototype, "city", void 0);
43
+ __decorate([
44
+ ApiPropertyOptional(),
45
+ __metadata("design:type", Object)
46
+ ], UpdateThirdPartyForm.prototype, "phone", void 0);
47
+ __decorate([
48
+ ApiPropertyOptional(),
49
+ __metadata("design:type", Object)
50
+ ], UpdateThirdPartyForm.prototype, "email", void 0);
51
+ __decorate([
52
+ ApiPropertyOptional(),
53
+ __metadata("design:type", Object)
54
+ ], UpdateThirdPartyForm.prototype, "nSiret", void 0);
55
+ __decorate([
56
+ ApiPropertyOptional(),
57
+ __metadata("design:type", Object)
58
+ ], UpdateThirdPartyForm.prototype, "nTva", void 0);
59
+ __decorate([
60
+ ApiPropertyOptional(),
61
+ __metadata("design:type", Number)
62
+ ], UpdateThirdPartyForm.prototype, "soldeInit", void 0);
63
+ __decorate([
64
+ ApiPropertyOptional(),
65
+ __metadata("design:type", Object)
66
+ ], UpdateThirdPartyForm.prototype, "state", void 0);
67
+ __decorate([
68
+ ApiPropertyOptional(),
69
+ __metadata("design:type", Object)
70
+ ], UpdateThirdPartyForm.prototype, "dateImport", void 0);
71
+ __decorate([
72
+ ApiPropertyOptional(),
73
+ __metadata("design:type", Boolean)
74
+ ], UpdateThirdPartyForm.prototype, "isGeneric", void 0);
75
+ __decorate([
76
+ ApiPropertyOptional(),
77
+ __metadata("design:type", Object)
78
+ ], UpdateThirdPartyForm.prototype, "juridicalSociety", void 0);
79
+ __decorate([
80
+ ApiPropertyOptional(),
81
+ __metadata("design:type", Object)
82
+ ], UpdateThirdPartyForm.prototype, "idTypePayment", void 0);
83
+ __decorate([
84
+ ApiPropertyOptional(),
85
+ __metadata("design:type", Object)
86
+ ], UpdateThirdPartyForm.prototype, "idAccount", void 0);
87
+ __decorate([
88
+ ApiPropertyOptional(),
89
+ __metadata("design:type", Object)
90
+ ], UpdateThirdPartyForm.prototype, "idCountry", void 0);
91
+ __decorate([
92
+ ApiPropertyOptional(),
93
+ IsEnum(ThirdPartyType),
94
+ __metadata("design:type", Number)
95
+ ], UpdateThirdPartyForm.prototype, "idThirdPartyType", void 0);
96
+ //# sourceMappingURL=UpdateThirdPartyForm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateThirdPartyForm.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/thirdParty/UpdateThirdPartyForm.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,oBAAoB;CA6DhC;AA3DC;IADC,mBAAmB,EAAE;;kEACe;AAGrC;IADC,mBAAmB,EAAE;;sDACG;AAGzB;IADC,mBAAmB,EAAE;;gEACa;AAGnC;IADC,mBAAmB,EAAE;;qDACL;AAGjB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;qDACE;AAGxB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;mDACA;AAGtB;IADC,mBAAmB,EAAE;;mDACA;AAGtB;IADC,mBAAmB,EAAE;;oDACC;AAGvB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;uDACH;AAGnB;IADC,mBAAmB,EAAE;;mDACC;AAGvB;IADC,mBAAmB,EAAE;;wDACG;AAGzB;IADC,mBAAmB,EAAE;;uDACF;AAGpB;IADC,mBAAmB,EAAE;;8DACW;AAGjC;IADC,mBAAmB,EAAE;;2DACQ;AAG9B;IADC,mBAAmB,EAAE;;uDACI;AAG1B;IADC,mBAAmB,EAAE;;uDACI;AAI1B;IAFC,mBAAmB,EAAE;IACrB,MAAM,CAAC,cAAc,CAAC;;8DACW","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,25 @@
1
+ import { AddressObject, HeaderLines } from 'mailparser';
2
+ export declare class CreateWebmailFromLambda {
3
+ attachments: {
4
+ [key: string]: any;
5
+ }[];
6
+ headers: {
7
+ [key: string]: any;
8
+ };
9
+ headerLines: HeaderLines;
10
+ html: string | false;
11
+ text?: string;
12
+ textAsHtml?: string;
13
+ subject?: string;
14
+ references?: string[] | string;
15
+ date?: Date;
16
+ to?: AddressObject | AddressObject[];
17
+ from?: AddressObject;
18
+ cc?: AddressObject | AddressObject[];
19
+ bcc?: AddressObject | AddressObject[];
20
+ replyTo?: AddressObject;
21
+ messageId?: string;
22
+ inReplyTo?: string;
23
+ priority?: 'normal' | 'low' | 'high';
24
+ }
25
+ //# sourceMappingURL=CreateWebmailFromLambda.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateWebmailFromLambda.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/webmail/CreateWebmailFromLambda.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,aAAa,EAAE,WAAW,EAC3B,MAAM,YAAY,CAAC;AAGpB,qBAAa,uBAAuB;IAGlC,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,EAAE,CAAC;IAKtC,OAAO,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAKhC,WAAW,EAAE,WAAW,CAAC;IAGzB,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC;IAKrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;IAK/B,IAAI,CAAC,EAAE,IAAI,CAAC;IAIZ,EAAE,CAAC,EAAE,aAAa,GAAG,aAAa,EAAE,CAAC;IAKrC,IAAI,CAAC,EAAE,aAAa,CAAC;IAIrB,EAAE,CAAC,EAAE,aAAa,GAAG,aAAa,EAAE,CAAC;IAIrC,GAAG,CAAC,EAAE,aAAa,GAAG,aAAa,EAAE,CAAC;IAKtC,OAAO,CAAC,EAAE,aAAa,CAAC;IAKxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,QAAQ,CAAC,EAAE,QAAQ,GAAG,KAAK,GAAG,MAAM,CAAC;CACtC"}
@@ -0,0 +1,109 @@
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 { IsArray, IsDate, IsIn, IsNotEmpty, IsObject, IsOptional, IsString, } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ export class CreateWebmailFromLambda {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsArray(),
17
+ __metadata("design:type", Array)
18
+ ], CreateWebmailFromLambda.prototype, "attachments", void 0);
19
+ __decorate([
20
+ ApiProperty(),
21
+ IsObject(),
22
+ IsNotEmpty(),
23
+ __metadata("design:type", Object)
24
+ ], CreateWebmailFromLambda.prototype, "headers", void 0);
25
+ __decorate([
26
+ ApiProperty(),
27
+ IsArray(),
28
+ IsNotEmpty(),
29
+ __metadata("design:type", Array)
30
+ ], CreateWebmailFromLambda.prototype, "headerLines", void 0);
31
+ __decorate([
32
+ ApiProperty(),
33
+ __metadata("design:type", Object)
34
+ ], CreateWebmailFromLambda.prototype, "html", void 0);
35
+ __decorate([
36
+ ApiPropertyOptional(),
37
+ IsString(),
38
+ IsOptional(),
39
+ __metadata("design:type", String)
40
+ ], CreateWebmailFromLambda.prototype, "text", void 0);
41
+ __decorate([
42
+ ApiPropertyOptional(),
43
+ IsString(),
44
+ IsOptional(),
45
+ __metadata("design:type", String)
46
+ ], CreateWebmailFromLambda.prototype, "textAsHtml", void 0);
47
+ __decorate([
48
+ ApiPropertyOptional(),
49
+ IsString(),
50
+ IsOptional(),
51
+ __metadata("design:type", String)
52
+ ], CreateWebmailFromLambda.prototype, "subject", void 0);
53
+ __decorate([
54
+ ApiPropertyOptional(),
55
+ IsOptional(),
56
+ __metadata("design:type", Object)
57
+ ], CreateWebmailFromLambda.prototype, "references", void 0);
58
+ __decorate([
59
+ ApiPropertyOptional(),
60
+ IsOptional(),
61
+ IsDate(),
62
+ __metadata("design:type", Date)
63
+ ], CreateWebmailFromLambda.prototype, "date", void 0);
64
+ __decorate([
65
+ ApiPropertyOptional(),
66
+ IsOptional(),
67
+ __metadata("design:type", Object)
68
+ ], CreateWebmailFromLambda.prototype, "to", void 0);
69
+ __decorate([
70
+ ApiPropertyOptional(),
71
+ IsObject(),
72
+ IsOptional(),
73
+ __metadata("design:type", Object)
74
+ ], CreateWebmailFromLambda.prototype, "from", void 0);
75
+ __decorate([
76
+ ApiPropertyOptional(),
77
+ IsOptional(),
78
+ __metadata("design:type", Object)
79
+ ], CreateWebmailFromLambda.prototype, "cc", void 0);
80
+ __decorate([
81
+ ApiPropertyOptional(),
82
+ IsOptional(),
83
+ __metadata("design:type", Object)
84
+ ], CreateWebmailFromLambda.prototype, "bcc", void 0);
85
+ __decorate([
86
+ ApiPropertyOptional(),
87
+ IsObject(),
88
+ IsOptional(),
89
+ __metadata("design:type", Object)
90
+ ], CreateWebmailFromLambda.prototype, "replyTo", void 0);
91
+ __decorate([
92
+ ApiPropertyOptional(),
93
+ IsString(),
94
+ IsOptional(),
95
+ __metadata("design:type", String)
96
+ ], CreateWebmailFromLambda.prototype, "messageId", void 0);
97
+ __decorate([
98
+ ApiPropertyOptional(),
99
+ IsString(),
100
+ IsOptional(),
101
+ __metadata("design:type", String)
102
+ ], CreateWebmailFromLambda.prototype, "inReplyTo", void 0);
103
+ __decorate([
104
+ ApiPropertyOptional(),
105
+ IsOptional(),
106
+ IsIn(['normal', 'low', 'high']),
107
+ __metadata("design:type", String)
108
+ ], CreateWebmailFromLambda.prototype, "priority", void 0);
109
+ //# sourceMappingURL=CreateWebmailFromLambda.js.map