@silexpert/core 1.1.192 → 1.1.195

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 (177) hide show
  1. package/dist/cjs/api/resources/IncomeAllocation.d.ts +2 -0
  2. package/dist/cjs/api/resources/IncomeAllocation.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/IncomeAllocation.js +4 -0
  4. package/dist/cjs/api/resources/IncomeAllocation.js.map +1 -1
  5. package/dist/cjs/api/resources/Loan.d.ts +4 -0
  6. package/dist/cjs/api/resources/Loan.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/Loan.js +8 -0
  8. package/dist/cjs/api/resources/Loan.js.map +1 -1
  9. package/dist/cjs/api/resources/Provision.d.ts +2 -0
  10. package/dist/cjs/api/resources/Provision.d.ts.map +1 -1
  11. package/dist/cjs/api/resources/Provision.js +4 -0
  12. package/dist/cjs/api/resources/Provision.js.map +1 -1
  13. package/dist/cjs/api/resources/SalariesFile.d.ts +2 -0
  14. package/dist/cjs/api/resources/SalariesFile.d.ts.map +1 -1
  15. package/dist/cjs/api/resources/SalariesFile.js +4 -0
  16. package/dist/cjs/api/resources/SalariesFile.js.map +1 -1
  17. package/dist/cjs/api/resources/Stocks.d.ts +6 -0
  18. package/dist/cjs/api/resources/Stocks.d.ts.map +1 -1
  19. package/dist/cjs/api/resources/Stocks.js +14 -0
  20. package/dist/cjs/api/resources/Stocks.js.map +1 -1
  21. package/dist/cjs/api/resources/ThirdParty.d.ts +2 -1
  22. package/dist/cjs/api/resources/ThirdParty.d.ts.map +1 -1
  23. package/dist/cjs/api/resources/ThirdParty.js +10 -0
  24. package/dist/cjs/api/resources/ThirdParty.js.map +1 -1
  25. package/dist/cjs/types/Enum/CommercialOfferType.d.ts +13 -0
  26. package/dist/cjs/types/Enum/CommercialOfferType.d.ts.map +1 -1
  27. package/dist/cjs/types/Enum/CommercialOfferType.js +11 -1
  28. package/dist/cjs/types/Enum/CommercialOfferType.js.map +1 -1
  29. package/dist/cjs/types/Enum/EquipmentType.d.ts +9 -1
  30. package/dist/cjs/types/Enum/EquipmentType.d.ts.map +1 -1
  31. package/dist/cjs/types/Enum/EquipmentType.js +10 -0
  32. package/dist/cjs/types/Enum/EquipmentType.js.map +1 -1
  33. package/dist/cjs/types/Enum/PriceGridClementine.d.ts +18 -0
  34. package/dist/cjs/types/Enum/PriceGridClementine.d.ts.map +1 -1
  35. package/dist/cjs/types/Enum/PriceGridClementine.js +48 -0
  36. package/dist/cjs/types/Enum/PriceGridClementine.js.map +1 -1
  37. package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts +32 -2
  38. package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -1
  39. package/dist/cjs/types/Enum/PriceGridLegalstart.js +52 -0
  40. package/dist/cjs/types/Enum/PriceGridLegalstart.js.map +1 -1
  41. package/dist/cjs/types/Enum/Room.d.ts +41 -0
  42. package/dist/cjs/types/Enum/Room.d.ts.map +1 -1
  43. package/dist/cjs/types/Enum/Room.js +55 -2
  44. package/dist/cjs/types/Enum/Room.js.map +1 -1
  45. package/dist/cjs/types/Interface/api/equipment/Query.d.ts +1 -0
  46. package/dist/cjs/types/Interface/api/equipment/Query.d.ts.map +1 -1
  47. package/dist/cjs/types/Interface/api/equipment/Query.js +6 -0
  48. package/dist/cjs/types/Interface/api/equipment/Query.js.map +1 -1
  49. package/dist/cjs/types/Interface/api/prestation/Query.d.ts +7 -0
  50. package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
  51. package/dist/cjs/types/Interface/api/prestation/Query.js +14 -0
  52. package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -1
  53. package/dist/cjs/types/Interface/api/society/ReadSociety.d.ts +2 -0
  54. package/dist/cjs/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
  55. package/dist/cjs/types/Interface/api/society/ReadSociety.js.map +1 -1
  56. package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts +5 -1
  57. package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts.map +1 -1
  58. package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js +12 -1
  59. package/dist/cjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -1
  60. package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.d.ts +1 -0
  61. package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.d.ts.map +1 -1
  62. package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.js +5 -0
  63. package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.js.map +1 -1
  64. package/dist/cjs/types/Interface/api/userRoomEquipment/Query.d.ts +2 -0
  65. package/dist/cjs/types/Interface/api/userRoomEquipment/Query.d.ts.map +1 -1
  66. package/dist/cjs/types/Interface/api/userRoomEquipment/Query.js +8 -0
  67. package/dist/cjs/types/Interface/api/userRoomEquipment/Query.js.map +1 -1
  68. package/dist/cjs/types/Interface/models/IApiError.d.ts +2 -1
  69. package/dist/cjs/types/Interface/models/IApiError.d.ts.map +1 -1
  70. package/dist/cjs/types/Interface/models/IApiError.js +1 -0
  71. package/dist/cjs/types/Interface/models/IApiError.js.map +1 -1
  72. package/dist/cjs/types/Interface/models/IPrestation.d.ts +2 -0
  73. package/dist/cjs/types/Interface/models/IPrestation.d.ts.map +1 -1
  74. package/dist/cjs/types/Interface/models/IPrestation.js.map +1 -1
  75. package/dist/cjs/utils/prestation.d.ts +8 -1
  76. package/dist/cjs/utils/prestation.d.ts.map +1 -1
  77. package/dist/cjs/utils/prestation.js +2 -1
  78. package/dist/cjs/utils/prestation.js.map +1 -1
  79. package/dist/mjs/api/resources/IncomeAllocation.d.ts +2 -0
  80. package/dist/mjs/api/resources/IncomeAllocation.d.ts.map +1 -1
  81. package/dist/mjs/api/resources/IncomeAllocation.js +4 -0
  82. package/dist/mjs/api/resources/IncomeAllocation.js.map +1 -1
  83. package/dist/mjs/api/resources/Loan.d.ts +4 -0
  84. package/dist/mjs/api/resources/Loan.d.ts.map +1 -1
  85. package/dist/mjs/api/resources/Loan.js +8 -0
  86. package/dist/mjs/api/resources/Loan.js.map +1 -1
  87. package/dist/mjs/api/resources/Provision.d.ts +2 -0
  88. package/dist/mjs/api/resources/Provision.d.ts.map +1 -1
  89. package/dist/mjs/api/resources/Provision.js +4 -0
  90. package/dist/mjs/api/resources/Provision.js.map +1 -1
  91. package/dist/mjs/api/resources/SalariesFile.d.ts +2 -0
  92. package/dist/mjs/api/resources/SalariesFile.d.ts.map +1 -1
  93. package/dist/mjs/api/resources/SalariesFile.js +4 -0
  94. package/dist/mjs/api/resources/SalariesFile.js.map +1 -1
  95. package/dist/mjs/api/resources/Stocks.d.ts +6 -0
  96. package/dist/mjs/api/resources/Stocks.d.ts.map +1 -1
  97. package/dist/mjs/api/resources/Stocks.js +14 -0
  98. package/dist/mjs/api/resources/Stocks.js.map +1 -1
  99. package/dist/mjs/api/resources/ThirdParty.d.ts +2 -1
  100. package/dist/mjs/api/resources/ThirdParty.d.ts.map +1 -1
  101. package/dist/mjs/api/resources/ThirdParty.js +10 -0
  102. package/dist/mjs/api/resources/ThirdParty.js.map +1 -1
  103. package/dist/mjs/types/Enum/CommercialOfferType.d.ts +13 -0
  104. package/dist/mjs/types/Enum/CommercialOfferType.d.ts.map +1 -1
  105. package/dist/mjs/types/Enum/CommercialOfferType.js +11 -1
  106. package/dist/mjs/types/Enum/CommercialOfferType.js.map +1 -1
  107. package/dist/mjs/types/Enum/EquipmentType.d.ts +9 -1
  108. package/dist/mjs/types/Enum/EquipmentType.d.ts.map +1 -1
  109. package/dist/mjs/types/Enum/EquipmentType.js +10 -0
  110. package/dist/mjs/types/Enum/EquipmentType.js.map +1 -1
  111. package/dist/mjs/types/Enum/PriceGridClementine.d.ts +18 -0
  112. package/dist/mjs/types/Enum/PriceGridClementine.d.ts.map +1 -1
  113. package/dist/mjs/types/Enum/PriceGridClementine.js +48 -0
  114. package/dist/mjs/types/Enum/PriceGridClementine.js.map +1 -1
  115. package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts +32 -2
  116. package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -1
  117. package/dist/mjs/types/Enum/PriceGridLegalstart.js +52 -0
  118. package/dist/mjs/types/Enum/PriceGridLegalstart.js.map +1 -1
  119. package/dist/mjs/types/Enum/Room.d.ts +41 -0
  120. package/dist/mjs/types/Enum/Room.d.ts.map +1 -1
  121. package/dist/mjs/types/Enum/Room.js +54 -1
  122. package/dist/mjs/types/Enum/Room.js.map +1 -1
  123. package/dist/mjs/types/Interface/api/equipment/Query.d.ts +1 -0
  124. package/dist/mjs/types/Interface/api/equipment/Query.d.ts.map +1 -1
  125. package/dist/mjs/types/Interface/api/equipment/Query.js +7 -0
  126. package/dist/mjs/types/Interface/api/equipment/Query.js.map +1 -1
  127. package/dist/mjs/types/Interface/api/prestation/Query.d.ts +7 -0
  128. package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
  129. package/dist/mjs/types/Interface/api/prestation/Query.js +16 -0
  130. package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -1
  131. package/dist/mjs/types/Interface/api/society/ReadSociety.d.ts +2 -0
  132. package/dist/mjs/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
  133. package/dist/mjs/types/Interface/api/society/ReadSociety.js.map +1 -1
  134. package/dist/mjs/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts +5 -1
  135. package/dist/mjs/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts.map +1 -1
  136. package/dist/mjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js +12 -0
  137. package/dist/mjs/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -1
  138. package/dist/mjs/types/Interface/api/userRoomEquipment/CreateSignature.d.ts +1 -0
  139. package/dist/mjs/types/Interface/api/userRoomEquipment/CreateSignature.d.ts.map +1 -1
  140. package/dist/mjs/types/Interface/api/userRoomEquipment/CreateSignature.js +7 -1
  141. package/dist/mjs/types/Interface/api/userRoomEquipment/CreateSignature.js.map +1 -1
  142. package/dist/mjs/types/Interface/api/userRoomEquipment/Query.d.ts +2 -0
  143. package/dist/mjs/types/Interface/api/userRoomEquipment/Query.d.ts.map +1 -1
  144. package/dist/mjs/types/Interface/api/userRoomEquipment/Query.js +10 -1
  145. package/dist/mjs/types/Interface/api/userRoomEquipment/Query.js.map +1 -1
  146. package/dist/mjs/types/Interface/models/IApiError.d.ts +2 -1
  147. package/dist/mjs/types/Interface/models/IApiError.d.ts.map +1 -1
  148. package/dist/mjs/types/Interface/models/IApiError.js +1 -0
  149. package/dist/mjs/types/Interface/models/IApiError.js.map +1 -1
  150. package/dist/mjs/types/Interface/models/IPrestation.d.ts +2 -0
  151. package/dist/mjs/types/Interface/models/IPrestation.d.ts.map +1 -1
  152. package/dist/mjs/types/Interface/models/IPrestation.js.map +1 -1
  153. package/dist/mjs/utils/prestation.d.ts +8 -1
  154. package/dist/mjs/utils/prestation.d.ts.map +1 -1
  155. package/dist/mjs/utils/prestation.js +1 -1
  156. package/dist/mjs/utils/prestation.js.map +1 -1
  157. package/package.json +1 -1
  158. package/ts/api/resources/IncomeAllocation.ts +5 -0
  159. package/ts/api/resources/Loan.ts +11 -0
  160. package/ts/api/resources/Provision.ts +5 -0
  161. package/ts/api/resources/SalariesFile.ts +7 -0
  162. package/ts/api/resources/Stocks.ts +19 -0
  163. package/ts/api/resources/ThirdParty.ts +14 -0
  164. package/ts/types/Enum/CommercialOfferType.ts +11 -1
  165. package/ts/types/Enum/EquipmentType.ts +10 -0
  166. package/ts/types/Enum/PriceGridClementine.ts +48 -0
  167. package/ts/types/Enum/PriceGridLegalstart.ts +52 -0
  168. package/ts/types/Enum/Room.ts +57 -2
  169. package/ts/types/Interface/api/equipment/Query.ts +5 -0
  170. package/ts/types/Interface/api/prestation/Query.ts +18 -0
  171. package/ts/types/Interface/api/society/ReadSociety.ts +3 -0
  172. package/ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts +9 -1
  173. package/ts/types/Interface/api/userRoomEquipment/CreateSignature.ts +5 -1
  174. package/ts/types/Interface/api/userRoomEquipment/Query.ts +9 -1
  175. package/ts/types/Interface/models/IApiError.ts +2 -0
  176. package/ts/types/Interface/models/IPrestation.ts +2 -0
  177. package/ts/utils/prestation.ts +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"PriceGridClementine.js","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridClementine.ts"],"names":[],"mappings":"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","sourcesContent":["import { VatRegime } from './VatRegime';\nimport { ClosingType } from './ClosingType';\nimport { PrestationType } from './PrestationType';\nimport { TaxSystem } from './TaxSystem';\n\nexport const PriceGridClementine = [\n {\n /* Clementine */\n idTypeBrand: 1,\n price: [\n {\n /* Compta Pro */\n idPrestationList: [PrestationType.COMPTA_PRO, PrestationType.COMPTA_PRO_EXPRESS],\n minimumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 9,\n },\n {\n id: ClosingType.OUTDATED,\n month: 12,\n },\n ],\n maximumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 23,\n },\n {\n id: ClosingType.OUTDATED,\n month: 23,\n },\n ],\n turnoverMonthly: [\n {\n turnoverValue: 10000,\n price: 59,\n },\n {\n turnoverValue: 50000,\n price: 79,\n },\n {\n turnoverValue: 100000,\n price: 99,\n },\n {\n turnoverValue: 150000,\n price: 109,\n },\n {\n turnoverValue: 200000,\n price: 129,\n },\n {\n turnoverValue: 250000,\n price: 149,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n },\n {\n /* Compta Entreprise */\n idPrestationList: [PrestationType.COMPTA_ENTREPRISE, PrestationType.COMPTA_ENTREPRISE_EXPRESS],\n minimumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 9,\n },\n {\n id: ClosingType.OUTDATED,\n month: 12,\n },\n ],\n maximumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 23,\n },\n {\n id: ClosingType.OUTDATED,\n month: 23,\n },\n ],\n turnoverMonthly: [\n {\n turnoverValue: 50000,\n price: 99,\n },\n {\n turnoverValue: 150000,\n price: 129,\n },\n {\n turnoverValue: 250000,\n price: 169,\n },\n {\n turnoverValue: 350000,\n price: 209,\n },\n {\n turnoverValue: 500000,\n price: 239,\n },\n {\n turnoverValue: 700000,\n price: 279,\n },\n {\n turnoverValue: 900000,\n price: 329,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n },\n {\n /* Compta SCI */\n idPrestationList: [PrestationType.COMPTA_SCI, PrestationType.COMPTA_SCI_EXPRESS],\n minimumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 9,\n },\n {\n id: ClosingType.OUTDATED,\n month: 12,\n },\n ],\n maximumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 23,\n },\n {\n id: ClosingType.OUTDATED,\n month: 23,\n },\n ],\n properties: [\n {\n amount: 1,\n price: 39,\n },\n {\n amount: 2,\n price: 49,\n },\n {\n amount: 3,\n price: 59,\n },\n {\n amount: 4,\n price: 69,\n },\n {\n amount: 5,\n price: 79,\n },\n {\n amount: 6,\n price: 89,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n taxSystem: [\n {\n id: TaxSystem.IR,\n price: 0,\n },\n {\n id: TaxSystem.IS,\n price: 15,\n },\n {\n id: TaxSystem.NA,\n price: 0,\n },\n ],\n },\n {\n /* Prévisionnel */\n idPrestationList: [PrestationType.BILAN_PREVISIONNEL],\n turnoverCreatedYear: [\n {\n turnoverValue: 75000,\n price: 199,\n },\n {\n turnoverValue: 150000,\n price: 299,\n },\n {\n turnoverValue: 400000,\n price: 399,\n },\n {\n turnoverValue: 750000,\n price: 579,\n },\n {\n turnoverValue: 1000000,\n price: 889,\n },\n ],\n turnoverPastYear: [\n {\n turnoverValue: 75000,\n price: 299,\n },\n {\n turnoverValue: 150000,\n price: 399,\n },\n {\n turnoverValue: 400000,\n price: 499,\n },\n {\n turnoverValue: 750000,\n price: 679,\n },\n {\n turnoverValue: 1000000,\n price: 989,\n },\n ],\n },\n {\n /* Gestion Juridique */\n idPrestationList: [PrestationType.GESTION_JURIDIQUE],\n partner: [\n {\n amountMinimum: 1,\n amountMaximum: 1,\n price: 249,\n },\n {\n amountMinimum: 2,\n amountMaximum: 4,\n price: 299,\n },\n {\n amountMinimum: 5,\n amountMaximum: 1000000,\n price: 399,\n },\n ],\n },\n {\n /* Social */\n idPrestationList: [PrestationType.SOCIAL],\n employee: [\n {\n amountMinimum: 1,\n amountMaximum: 1,\n price: 33,\n },\n {\n amountMinimum: 2,\n amountMaximum: 5,\n price: 30,\n },\n {\n amountMinimum: 6,\n amountMaximum: 20,\n price: 28,\n },\n {\n amountMinimum: 21,\n amountMaximum: 50,\n price: 27,\n },\n {\n amountMinimum: 50,\n amountMaximum: 1000000,\n price: 25,\n },\n ],\n },\n ],\n },\n {\n /* Leglastart */\n idTypeBrand: 2,\n price: [],\n },\n {\n /* Statuts Express */\n idTypeBrand: 4,\n price: [],\n },\n {\n /* Kandbaz */\n idTypeBrand: 5,\n price: [],\n },\n {\n /* Klems */\n idTypeBrand: 6,\n price: [\n {\n // Compta Micro\n idPrestationList: [PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS],\n turnoverMonthly: [\n {\n turnoverValue: 50000,\n price: 39,\n },\n {\n turnoverValue: 1000000000000,\n price: 59,\n },\n ],\n turnoverYearly: [\n {\n turnoverValue: 50000,\n price: 390,\n },\n {\n turnoverValue: 1000000000000,\n price: 590,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 24,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 24,\n },\n {\n type: VatRegime.MONTHLY,\n price: 24,\n },\n ],\n },\n {\n // Compta EI\n idPrestationList: [PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_EI_KLEMS_EXPRESS],\n turnoverMonthly: [\n {\n turnoverValue: 50000,\n price: 49,\n },\n {\n turnoverValue: 150000,\n price: 69,\n },\n {\n turnoverValue: 250000,\n price: 89,\n },\n ],\n turnoverYearly: [\n {\n turnoverValue: 50000,\n price: 490,\n },\n {\n turnoverValue: 150000,\n price: 690,\n },\n {\n turnoverValue: 250000,\n price: 890,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n },\n {\n /* Compta SCI */\n idPrestationList: [PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],\n properties: [\n {\n amount: 1,\n price: 49,\n },\n {\n amount: 2,\n price: 59,\n },\n {\n amount: 3,\n price: 69,\n },\n {\n amount: 4,\n price: 79,\n },\n {\n amount: 5,\n price: 89,\n },\n {\n amount: 6,\n price: 99,\n },\n ],\n },\n ],\n },\n];"]}
1
+ {"version":3,"file":"PriceGridClementine.js","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridClementine.ts"],"names":[],"mappings":"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","sourcesContent":["import { VatRegime } from './VatRegime';\nimport { ClosingType } from './ClosingType';\nimport { PrestationType } from './PrestationType';\nimport { TaxSystem } from './TaxSystem';\n\nexport const PriceGridClementine = [\n {\n /* Clementine */\n idTypeBrand: 1,\n price: [\n {\n /* Compta Pro */\n idPrestationList: [PrestationType.COMPTA_PRO, PrestationType.COMPTA_PRO_EXPRESS],\n minimumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 9,\n },\n {\n id: ClosingType.OUTDATED,\n month: 12,\n },\n ],\n maximumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 23,\n },\n {\n id: ClosingType.OUTDATED,\n month: 23,\n },\n ],\n turnoverMonthly: [\n {\n turnoverValue: 10000,\n price: 59,\n },\n {\n turnoverValue: 50000,\n price: 79,\n },\n {\n turnoverValue: 100000,\n price: 99,\n },\n {\n turnoverValue: 150000,\n price: 109,\n },\n {\n turnoverValue: 200000,\n price: 129,\n },\n {\n turnoverValue: 250000,\n price: 149,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n },\n {\n /* Compta Entreprise */\n idPrestationList: [PrestationType.COMPTA_ENTREPRISE, PrestationType.COMPTA_ENTREPRISE_EXPRESS],\n minimumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 9,\n },\n {\n id: ClosingType.OUTDATED,\n month: 12,\n },\n ],\n maximumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 23,\n },\n {\n id: ClosingType.OUTDATED,\n month: 23,\n },\n ],\n turnoverMonthly: [\n {\n turnoverValue: 50000,\n price: 99,\n },\n {\n turnoverValue: 150000,\n price: 129,\n },\n {\n turnoverValue: 250000,\n price: 169,\n },\n {\n turnoverValue: 350000,\n price: 209,\n },\n {\n turnoverValue: 500000,\n price: 239,\n },\n {\n turnoverValue: 700000,\n price: 279,\n },\n {\n turnoverValue: 900000,\n price: 329,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n },\n {\n /* Compta SCI */\n idPrestationList: [PrestationType.COMPTA_SCI, PrestationType.COMPTA_SCI_EXPRESS],\n minimumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 9,\n },\n {\n id: ClosingType.OUTDATED,\n month: 12,\n },\n ],\n maximumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 23,\n },\n {\n id: ClosingType.OUTDATED,\n month: 23,\n },\n ],\n properties: [\n {\n amount: 1,\n price: 39,\n },\n {\n amount: 2,\n price: 49,\n },\n {\n amount: 3,\n price: 59,\n },\n {\n amount: 4,\n price: 69,\n },\n {\n amount: 5,\n price: 79,\n },\n {\n amount: 6,\n price: 89,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n taxSystem: [\n {\n id: TaxSystem.IR,\n price: 0,\n },\n {\n id: TaxSystem.IS,\n price: 15,\n },\n {\n id: TaxSystem.NA,\n price: 0,\n },\n ],\n },\n {\n /* Prévisionnel */\n idPrestationList: [PrestationType.BILAN_PREVISIONNEL],\n turnoverCreatedYear: [\n {\n turnoverValue: 75000,\n price: 199,\n },\n {\n turnoverValue: 150000,\n price: 299,\n },\n {\n turnoverValue: 400000,\n price: 399,\n },\n {\n turnoverValue: 750000,\n price: 579,\n },\n {\n turnoverValue: 1000000,\n price: 889,\n },\n ],\n turnoverPastYear: [\n {\n turnoverValue: 75000,\n price: 299,\n },\n {\n turnoverValue: 150000,\n price: 399,\n },\n {\n turnoverValue: 400000,\n price: 499,\n },\n {\n turnoverValue: 750000,\n price: 679,\n },\n {\n turnoverValue: 1000000,\n price: 989,\n },\n ],\n },\n {\n /* Gestion Juridique */\n idPrestationList: [PrestationType.GESTION_JURIDIQUE],\n partner: [\n {\n amountMinimum: 1,\n amountMaximum: 1,\n price: 249,\n },\n {\n amountMinimum: 2,\n amountMaximum: 4,\n price: 299,\n },\n {\n amountMinimum: 5,\n amountMaximum: 1000000,\n price: 399,\n },\n ],\n },\n {\n /* Social */\n idPrestationList: [PrestationType.SOCIAL],\n employee: [\n {\n amountMinimum: 1,\n amountMaximum: 1,\n price: 33,\n },\n {\n amountMinimum: 2,\n amountMaximum: 5,\n price: 30,\n },\n {\n amountMinimum: 6,\n amountMaximum: 20,\n price: 28,\n },\n {\n amountMinimum: 21,\n amountMaximum: 50,\n price: 27,\n },\n {\n amountMinimum: 50,\n amountMaximum: 1000000,\n price: 25,\n },\n ],\n },\n ],\n },\n {\n /* Leglastart */\n idTypeBrand: 2,\n price: [],\n },\n {\n /* Statuts Express */\n idTypeBrand: 4,\n price: [],\n },\n {\n /* Kandbaz */\n idTypeBrand: 5,\n price: [],\n },\n {\n /* Klems */\n idTypeBrand: 6,\n price: [\n {\n // Compta Micro\n idPrestationList: [PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS],\n turnoverMonthly: [\n {\n turnoverValue: 50000,\n price: 39,\n },\n {\n turnoverValue: 1000000000000,\n price: 59,\n },\n ],\n turnoverYearly: [\n {\n turnoverValue: 50000,\n price: 390,\n },\n {\n turnoverValue: 1000000000000,\n price: 590,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 24,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 24,\n },\n {\n type: VatRegime.MONTHLY,\n price: 24,\n },\n ],\n },\n {\n // Compta EI\n idPrestationList: [PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_EI_KLEMS_EXPRESS],\n turnoverMonthly: [\n {\n turnoverValue: 50000,\n price: 49,\n },\n {\n turnoverValue: 150000,\n price: 69,\n },\n {\n turnoverValue: 250000,\n price: 89,\n },\n ],\n turnoverYearly: [\n {\n turnoverValue: 50000,\n price: 490,\n },\n {\n turnoverValue: 150000,\n price: 690,\n },\n {\n turnoverValue: 250000,\n price: 890,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n },\n {\n /* Compta SCI */\n idPrestationList: [PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],\n properties: [\n {\n amount: 1,\n price: 49,\n },\n {\n amount: 2,\n price: 59,\n },\n {\n amount: 3,\n price: 69,\n },\n {\n amount: 4,\n price: 79,\n },\n {\n amount: 5,\n price: 89,\n },\n {\n amount: 6,\n price: 99,\n },\n ],\n },\n {\n /* Prévisionnel */\n idPrestationList: [PrestationType.BILAN_PREVISIONNEL],\n turnoverCreatedYear: [\n {\n turnoverValue: 75000,\n price: 199,\n },\n {\n turnoverValue: 150000,\n price: 299,\n },\n {\n turnoverValue: 400000,\n price: 399,\n },\n {\n turnoverValue: 750000,\n price: 579,\n },\n {\n turnoverValue: 1000000,\n price: 889,\n },\n ],\n turnoverPastYear: [\n {\n turnoverValue: 75000,\n price: 299,\n },\n {\n turnoverValue: 150000,\n price: 399,\n },\n {\n turnoverValue: 400000,\n price: 499,\n },\n {\n turnoverValue: 750000,\n price: 679,\n },\n {\n turnoverValue: 1000000,\n price: 989,\n },\n ],\n },\n ],\n },\n];"]}
@@ -3,7 +3,7 @@ import { ClosingType } from './ClosingType';
3
3
  import { PrestationType } from './PrestationType';
4
4
  export declare const PriceGridLegalstart: {
5
5
  idTypeBrand: number;
6
- price: {
6
+ price: ({
7
7
  idPrestationList: PrestationType[];
8
8
  minimumMonthlyPayment: {
9
9
  id: ClosingType;
@@ -29,6 +29,36 @@ export declare const PriceGridLegalstart: {
29
29
  type: VatRegime;
30
30
  price: number;
31
31
  }[];
32
- }[];
32
+ partner?: undefined;
33
+ employee?: undefined;
34
+ } | {
35
+ idPrestationList: PrestationType[];
36
+ partner: {
37
+ amountMinimum: number;
38
+ amountMaximum: number;
39
+ price: number;
40
+ }[];
41
+ minimumMonthlyPayment?: undefined;
42
+ maximumMonthlyPayment?: undefined;
43
+ turnoverMonthly?: undefined;
44
+ turnoverYearlyy?: undefined;
45
+ vatRegimeMonthly?: undefined;
46
+ vatRegimeYearly?: undefined;
47
+ employee?: undefined;
48
+ } | {
49
+ idPrestationList: PrestationType[];
50
+ employee: {
51
+ amountMinimum: number;
52
+ amountMaximum: number;
53
+ price: number;
54
+ }[];
55
+ minimumMonthlyPayment?: undefined;
56
+ maximumMonthlyPayment?: undefined;
57
+ turnoverMonthly?: undefined;
58
+ turnoverYearlyy?: undefined;
59
+ vatRegimeMonthly?: undefined;
60
+ vatRegimeYearly?: undefined;
61
+ partner?: undefined;
62
+ })[];
33
63
  }[];
34
64
  //# sourceMappingURL=PriceGridLegalstart.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PriceGridLegalstart.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridLegalstart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+F/B,CAAC"}
1
+ {"version":3,"file":"PriceGridLegalstart.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridLegalstart.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmJ/B,CAAC"}
@@ -97,6 +97,58 @@ exports.PriceGridLegalstart = [
97
97
  },
98
98
  ],
99
99
  },
100
+ {
101
+ /* Gestion Juridique */
102
+ idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
103
+ partner: [
104
+ {
105
+ amountMinimum: 1,
106
+ amountMaximum: 1,
107
+ price: 249,
108
+ },
109
+ {
110
+ amountMinimum: 2,
111
+ amountMaximum: 4,
112
+ price: 299,
113
+ },
114
+ {
115
+ amountMinimum: 5,
116
+ amountMaximum: 1000000,
117
+ price: 399,
118
+ },
119
+ ],
120
+ },
121
+ {
122
+ /* Social */
123
+ idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
124
+ employee: [
125
+ {
126
+ amountMinimum: 1,
127
+ amountMaximum: 1,
128
+ price: 33,
129
+ },
130
+ {
131
+ amountMinimum: 2,
132
+ amountMaximum: 5,
133
+ price: 30,
134
+ },
135
+ {
136
+ amountMinimum: 6,
137
+ amountMaximum: 20,
138
+ price: 28,
139
+ },
140
+ {
141
+ amountMinimum: 21,
142
+ amountMaximum: 50,
143
+ price: 27,
144
+ },
145
+ {
146
+ amountMinimum: 50,
147
+ amountMaximum: 1000000,
148
+ price: 25,
149
+ },
150
+ ],
151
+ },
100
152
  ],
101
153
  },
102
154
  ];
@@ -1 +1 @@
1
- {"version":3,"file":"PriceGridLegalstart.js","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridLegalstart.ts"],"names":[],"mappings":";;;AAAA,2CAAwC;AACxC,+CAA4C;AAC5C,qDAAkD;AAErC,QAAA,mBAAmB,GAAG;IACjC;QACE,gBAAgB;QAChB,WAAW,EAAE,CAAC;QACd,KAAK,EAAE;YACL;gBACE,gBAAgB;gBAChB,gBAAgB,EAAE,CAAC,+BAAc,CAAC,sBAAsB,EAAE,+BAAc,CAAC,8BAA8B,CAAC;gBACxG,qBAAqB,EAAE;oBACrB;wBACE,EAAE,EAAE,yBAAW,CAAC,WAAW;wBAC3B,KAAK,EAAE,CAAC;qBACT;oBACD;wBACE,EAAE,EAAE,yBAAW,CAAC,QAAQ;wBACxB,KAAK,EAAE,EAAE;qBACV;iBACF;gBACD,qBAAqB,EAAE;oBACrB;wBACE,EAAE,EAAE,yBAAW,CAAC,WAAW;wBAC3B,KAAK,EAAE,EAAE;qBACV;oBACD;wBACE,EAAE,EAAE,yBAAW,CAAC,QAAQ;wBACxB,KAAK,EAAE,EAAE;qBACV;iBACF;gBACD,eAAe,EAAE;oBACf;wBACE,aAAa,EAAE,KAAK;wBACpB,KAAK,EAAE,EAAE;qBACV;oBACD;wBACE,aAAa,EAAE,MAAM;wBACrB,KAAK,EAAE,EAAE;qBACV;oBACD;wBACE,aAAa,EAAE,MAAM;wBACrB,KAAK,EAAE,EAAE;qBACV;iBACF;gBACD,eAAe,EAAE;oBACf;wBACE,aAAa,EAAE,KAAK;wBACpB,KAAK,EAAE,GAAG;qBACX;oBACD;wBACE,aAAa,EAAE,MAAM;wBACrB,KAAK,EAAE,GAAG;qBACX;oBACD;wBACE,aAAa,EAAE,MAAM;wBACrB,KAAK,EAAE,GAAG;qBACX;iBACF;gBACD,gBAAgB,EAAE;oBAChB;wBACE,IAAI,EAAE,qBAAS,CAAC,cAAc;wBAC9B,KAAK,EAAE,CAAC;qBACT;oBACD;wBACE,IAAI,EAAE,qBAAS,CAAC,UAAU;wBAC1B,KAAK,EAAE,EAAE;qBACV;oBACD;wBACE,IAAI,EAAE,qBAAS,CAAC,SAAS;wBACzB,KAAK,EAAE,EAAE;qBACV;oBACD;wBACE,IAAI,EAAE,qBAAS,CAAC,OAAO;wBACvB,KAAK,EAAE,EAAE;qBACV;iBACF;gBACD,eAAe,EAAE;oBACf;wBACE,IAAI,EAAE,qBAAS,CAAC,cAAc;wBAC9B,KAAK,EAAE,CAAC;qBACT;oBACD;wBACE,IAAI,EAAE,qBAAS,CAAC,UAAU;wBAC1B,KAAK,EAAE,GAAG;qBACX;oBACD;wBACE,IAAI,EAAE,qBAAS,CAAC,SAAS;wBACzB,KAAK,EAAE,GAAG;qBACX;oBACD;wBACE,IAAI,EAAE,qBAAS,CAAC,OAAO;wBACvB,KAAK,EAAE,GAAG;qBACX;iBACF;aACF;SACF;KACF;CACF,CAAC","sourcesContent":["import { VatRegime } from './VatRegime';\nimport { ClosingType } from './ClosingType';\nimport { PrestationType } from './PrestationType';\n\nexport const PriceGridLegalstart = [\n {\n /* LegalStart */\n idTypeBrand: 1,\n price: [\n {\n /* Compta Pro */\n idPrestationList: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],\n minimumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 9,\n },\n {\n id: ClosingType.OUTDATED,\n month: 12,\n },\n ],\n maximumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 23,\n },\n {\n id: ClosingType.OUTDATED,\n month: 23,\n },\n ],\n turnoverMonthly: [\n {\n turnoverValue: 50000,\n price: 60,\n },\n {\n turnoverValue: 150000,\n price: 75,\n },\n {\n turnoverValue: 234000,\n price: 90,\n },\n ],\n turnoverYearlyy: [\n {\n turnoverValue: 50000,\n price: 600,\n },\n {\n turnoverValue: 150000,\n price: 750,\n },\n {\n turnoverValue: 234000,\n price: 900,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n vatRegimeYearly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 200,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 300,\n },\n {\n type: VatRegime.MONTHLY,\n price: 400,\n },\n ],\n },\n ],\n },\n];"]}
1
+ {"version":3,"file":"PriceGridLegalstart.js","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridLegalstart.ts"],"names":[],"mappings":"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","sourcesContent":["import { VatRegime } from './VatRegime';\nimport { ClosingType } from './ClosingType';\nimport { PrestationType } from './PrestationType';\n\nexport const PriceGridLegalstart = [\n {\n /* LegalStart */\n idTypeBrand: 1,\n price: [\n {\n /* Compta Pro */\n idPrestationList: [PrestationType.COMPTA_PRO_COMPTASTART, PrestationType.COMPTA_PRO_COMPTASTART_EXPRESS],\n minimumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 9,\n },\n {\n id: ClosingType.OUTDATED,\n month: 12,\n },\n ],\n maximumMonthlyPayment: [\n {\n id: ClosingType.IN_PROGRESS,\n month: 23,\n },\n {\n id: ClosingType.OUTDATED,\n month: 23,\n },\n ],\n turnoverMonthly: [\n {\n turnoverValue: 50000,\n price: 60,\n },\n {\n turnoverValue: 150000,\n price: 75,\n },\n {\n turnoverValue: 234000,\n price: 90,\n },\n ],\n turnoverYearlyy: [\n {\n turnoverValue: 50000,\n price: 600,\n },\n {\n turnoverValue: 150000,\n price: 750,\n },\n {\n turnoverValue: 234000,\n price: 900,\n },\n ],\n vatRegimeMonthly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 20,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 30,\n },\n {\n type: VatRegime.MONTHLY,\n price: 40,\n },\n ],\n vatRegimeYearly: [\n {\n type: VatRegime.NOT_ATTRIBUTED,\n price: 0,\n },\n {\n type: VatRegime.SIMPLIFIED,\n price: 200,\n },\n {\n type: VatRegime.QUARTERLY,\n price: 300,\n },\n {\n type: VatRegime.MONTHLY,\n price: 400,\n },\n ],\n },\n {\n /* Gestion Juridique */\n idPrestationList: [PrestationType.GESTION_JURIDIQUE],\n partner: [\n {\n amountMinimum: 1,\n amountMaximum: 1,\n price: 249,\n },\n {\n amountMinimum: 2,\n amountMaximum: 4,\n price: 299,\n },\n {\n amountMinimum: 5,\n amountMaximum: 1000000,\n price: 399,\n },\n ],\n },\n {\n /* Social */\n idPrestationList: [PrestationType.SOCIAL],\n employee: [\n {\n amountMinimum: 1,\n amountMaximum: 1,\n price: 33,\n },\n {\n amountMinimum: 2,\n amountMaximum: 5,\n price: 30,\n },\n {\n amountMinimum: 6,\n amountMaximum: 20,\n price: 28,\n },\n {\n amountMinimum: 21,\n amountMaximum: 50,\n price: 27,\n },\n {\n amountMinimum: 50,\n amountMaximum: 1000000,\n price: 25,\n },\n ],\n },\n ],\n },\n];"]}
@@ -1,3 +1,44 @@
1
1
  export declare enum Room {
2
+ LA1 = 1,
3
+ LA2 = 2,
4
+ LA3 = 3,
5
+ LA4 = 4,
6
+ LA5 = 5,
7
+ LB1 = 6,
8
+ LB2 = 7,
9
+ LB3 = 8,
10
+ LB4 = 9,
11
+ LB5 = 10
2
12
  }
13
+ export declare const RoomDetail: readonly [{
14
+ readonly id: Room.LA1;
15
+ readonly name: "Laxou A1";
16
+ }, {
17
+ readonly id: Room.LA2;
18
+ readonly name: "Laxou A2";
19
+ }, {
20
+ readonly id: Room.LA3;
21
+ readonly name: "Laxou A3";
22
+ }, {
23
+ readonly id: Room.LA4;
24
+ readonly name: "Laxou A4";
25
+ }, {
26
+ readonly id: Room.LA5;
27
+ readonly name: "Laxou A5";
28
+ }, {
29
+ readonly id: Room.LB1;
30
+ readonly name: "Laxou B1";
31
+ }, {
32
+ readonly id: Room.LB2;
33
+ readonly name: "Laxou B2";
34
+ }, {
35
+ readonly id: Room.LB3;
36
+ readonly name: "Laxou B3";
37
+ }, {
38
+ readonly id: Room.LB4;
39
+ readonly name: "Laxou B4";
40
+ }, {
41
+ readonly id: Room.LB5;
42
+ readonly name: "Laxou B5";
43
+ }];
3
44
  //# sourceMappingURL=Room.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Room.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Room.ts"],"names":[],"mappings":"AAAA,oBAAY,IAAI;CAEf"}
1
+ {"version":3,"file":"Room.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Room.ts"],"names":[],"mappings":"AAGA,oBAAY,IAAI;IACd,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,KAAK;CACT;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyCb,CAAC"}
@@ -1,8 +1,61 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Room = void 0;
3
+ exports.RoomDetail = exports.Room = void 0;
4
+ // L = Laxou, M = Marseille, N = Nice, P = Paris
5
+ // A = Rez de chaussée, B = 1er étage etc...
4
6
  var Room;
5
7
  (function (Room) {
6
- // TODO: Add rooms
8
+ Room[Room["LA1"] = 1] = "LA1";
9
+ Room[Room["LA2"] = 2] = "LA2";
10
+ Room[Room["LA3"] = 3] = "LA3";
11
+ Room[Room["LA4"] = 4] = "LA4";
12
+ Room[Room["LA5"] = 5] = "LA5";
13
+ Room[Room["LB1"] = 6] = "LB1";
14
+ Room[Room["LB2"] = 7] = "LB2";
15
+ Room[Room["LB3"] = 8] = "LB3";
16
+ Room[Room["LB4"] = 9] = "LB4";
17
+ Room[Room["LB5"] = 10] = "LB5";
7
18
  })(Room = exports.Room || (exports.Room = {}));
19
+ exports.RoomDetail = [
20
+ {
21
+ id: Room.LA1,
22
+ name: 'Laxou A1',
23
+ },
24
+ {
25
+ id: Room.LA2,
26
+ name: 'Laxou A2',
27
+ },
28
+ {
29
+ id: Room.LA3,
30
+ name: 'Laxou A3',
31
+ },
32
+ {
33
+ id: Room.LA4,
34
+ name: 'Laxou A4',
35
+ },
36
+ {
37
+ id: Room.LA5,
38
+ name: 'Laxou A5',
39
+ },
40
+ {
41
+ id: Room.LB1,
42
+ name: 'Laxou B1',
43
+ },
44
+ {
45
+ id: Room.LB2,
46
+ name: 'Laxou B2',
47
+ },
48
+ {
49
+ id: Room.LB3,
50
+ name: 'Laxou B3',
51
+ },
52
+ {
53
+ id: Room.LB4,
54
+ name: 'Laxou B4',
55
+ },
56
+ {
57
+ id: Room.LB5,
58
+ name: 'Laxou B5',
59
+ },
60
+ ];
8
61
  //# sourceMappingURL=Room.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Room.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Room.ts"],"names":[],"mappings":";;;AAAA,IAAY,IAEX;AAFD,WAAY,IAAI;IACd,kBAAkB;AACpB,CAAC,EAFW,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAEf","sourcesContent":["export enum Room {\n // TODO: Add rooms\n}"]}
1
+ {"version":3,"file":"Room.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Room.ts"],"names":[],"mappings":";;;AACA,gDAAgD;AAChD,4CAA4C;AAC5C,IAAY,IAWX;AAXD,WAAY,IAAI;IACd,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,6BAAO,CAAA;IACP,8BAAQ,CAAA;AACV,CAAC,EAXW,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAWf;AAEY,QAAA,UAAU,GAAG;IACxB;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,IAAI,CAAC,GAAG;QACZ,IAAI,EAAE,UAAU;KACjB;CACO,CAAC","sourcesContent":["\n// L = Laxou, M = Marseille, N = Nice, P = Paris\n// A = Rez de chaussée, B = 1er étage etc...\nexport enum Room {\n LA1 = 1,\n LA2 = 2,\n LA3 = 3,\n LA4 = 4,\n LA5 = 5,\n LB1 = 6,\n LB2 = 7,\n LB3 = 8,\n LB4 = 9,\n LB5 = 10,\n}\n\nexport const RoomDetail = [\n {\n id: Room.LA1,\n name: 'Laxou A1',\n },\n {\n id: Room.LA2,\n name: 'Laxou A2',\n },\n {\n id: Room.LA3,\n name: 'Laxou A3',\n },\n {\n id: Room.LA4,\n name: 'Laxou A4',\n },\n {\n id: Room.LA5,\n name: 'Laxou A5',\n },\n {\n id: Room.LB1,\n name: 'Laxou B1',\n },\n {\n id: Room.LB2,\n name: 'Laxou B2',\n },\n {\n id: Room.LB3,\n name: 'Laxou B3',\n },\n {\n id: Room.LB4,\n name: 'Laxou B4',\n },\n {\n id: Room.LB5,\n name: 'Laxou B5',\n },\n] as const;"]}
@@ -3,6 +3,7 @@ export declare class QueryEquipment extends RequiredQueryPaginate {
3
3
  id?: number;
4
4
  search?: string;
5
5
  idUser?: number;
6
+ idRoom?: number;
6
7
  equipmentState?: number;
7
8
  availability?: number;
8
9
  signatureStatus?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/equipment/Query.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,qBAAa,cAAe,SAAQ,qBAAqB;IAIrD,EAAE,CAAC,EAAE,MAAM,CAAC;IAKZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,cAAc,CAAC,EAAE,MAAM,CAAC;IAKxB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,eAAe,CAAC,EAAE,MAAM,CAAC;IAKzB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKtB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKxB,WAAW,CAAC,EAAE,IAAI,CAAC;IAKnB,MAAM,CAAC,EAAE,IAAI,CAAC;CACjB"}
1
+ {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/equipment/Query.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAExD,qBAAa,cAAe,SAAQ,qBAAqB;IAIrD,EAAE,CAAC,EAAE,MAAM,CAAC;IAKZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,cAAc,CAAC,EAAE,MAAM,CAAC;IAKxB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,eAAe,CAAC,EAAE,MAAM,CAAC;IAKzB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKtB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAKxB,WAAW,CAAC,EAAE,IAAI,CAAC;IAKnB,MAAM,CAAC,EAAE,IAAI,CAAC;CACjB"}
@@ -33,6 +33,12 @@ __decorate([
33
33
  (0, class_validator_1.IsInt)(),
34
34
  __metadata("design:type", Number)
35
35
  ], QueryEquipment.prototype, "idUser", void 0);
36
+ __decorate([
37
+ (0, utils_1.ApiPropertyOptional)(),
38
+ (0, class_validator_1.IsOptional)(),
39
+ (0, class_validator_1.IsInt)(),
40
+ __metadata("design:type", Number)
41
+ ], QueryEquipment.prototype, "idRoom", void 0);
36
42
  __decorate([
37
43
  (0, utils_1.ApiPropertyOptional)(),
38
44
  (0, class_validator_1.IsOptional)(),
@@ -1 +1 @@
1
- {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/equipment/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAsE;AACtE,6CAAwD;AACxD,kDAAwD;AAExD,MAAa,cAAe,SAAQ,oCAAqB;CAsExD;AArEC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;0CACM;AAEd;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACO;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACU;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;sDACkB;AAE1B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;oDACgB;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;uDACmB;AAE3B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACiB;AAE5B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACM;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACQ;AAEhB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACgB;AAE3B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;6CACgB;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACe;AAE1B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACO,IAAI;mDAAC;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACE,IAAI;8CAAC;AArElB,wCAsEC","sourcesContent":["import { IsDate, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { RequiredQueryPaginate } from '../BasePaginate';\n\nexport class QueryEquipment extends RequiredQueryPaginate {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n id?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n equipmentState?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n availability?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n signatureStatus?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n reference?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n brand?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n type?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n supplier?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n price?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n destroyedAt?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n lostAt?: Date;\n}"]}
1
+ {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/equipment/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAsE;AACtE,6CAAwD;AACxD,kDAAwD;AAExD,MAAa,cAAe,SAAQ,oCAAqB;CA2ExD;AA1EC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;0CACM;AAEd;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACO;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACU;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACU;AAElB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;sDACkB;AAE1B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;oDACgB;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;uDACmB;AAE3B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACiB;AAE5B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACM;AAEjB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACQ;AAEhB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gDACgB;AAE3B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;6CACgB;AAExB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+CACe;AAE1B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACO,IAAI;mDAAC;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACE,IAAI;8CAAC;AA1ElB,wCA2EC","sourcesContent":["import { IsDate, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { RequiredQueryPaginate } from '../BasePaginate';\n\nexport class QueryEquipment extends RequiredQueryPaginate {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n id?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idRoom?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n equipmentState?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n availability?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n signatureStatus?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n reference?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n brand?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n type?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n supplier?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n price?: number | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n destroyedAt?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n lostAt?: Date;\n}"]}
@@ -7,6 +7,13 @@ export declare class QueryCreatePrestation {
7
7
  exercicePrestation: Partial<IExercicePrestation>;
8
8
  options: number[];
9
9
  commercialOffers: ICommercialOffer[];
10
+ subPrestations?: subPrestationsType[];
11
+ subPrestationsOffer?: ICommercialOffer;
12
+ }
13
+ export interface subPrestationsType {
14
+ idPrestationList: number;
15
+ nbAssociates?: number;
16
+ nbEmployees?: number;
10
17
  }
11
18
  export declare class QueryUpdatePrestation {
12
19
  commentPdf: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestation/Query.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,qBAAa,qBAAqB;IAG9B,UAAU,EAAE,WAAW,CAAC;IAIxB,kBAAkB,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAIjD,OAAO,EAAE,MAAM,EAAE,CAAC;IAIlB,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;CACxC;AAED,qBAAa,qBAAqB;IAI9B,UAAU,EAAE,MAAM,CAAC;IAMnB,qBAAqB,EAAE,OAAO,CAAC;IAK/B,QAAQ,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAK7B,kBAAkB,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAKjD,OAAO,EAAE,MAAM,EAAE,CAAC;IAKlB,oBAAoB,EAAE,MAAM,CAAC;IAK7B,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;CACxC"}
1
+ {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestation/Query.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,qBAAa,qBAAqB;IAG9B,UAAU,EAAE,WAAW,CAAC;IAIxB,kBAAkB,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAKjD,OAAO,EAAE,MAAM,EAAE,CAAC;IAKlB,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;IAKrC,cAAc,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAKtC,mBAAmB,CAAC,EAAE,gBAAgB,CAAC;CAC1C;AAED,MAAM,WAAW,kBAAkB;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,qBAAa,qBAAqB;IAI9B,UAAU,EAAE,MAAM,CAAC;IAMnB,qBAAqB,EAAE,OAAO,CAAC;IAK/B,QAAQ,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAK7B,kBAAkB,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAKjD,OAAO,EAAE,MAAM,EAAE,CAAC;IAKlB,oBAAoB,EAAE,MAAM,CAAC;IAK7B,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;CACxC"}
@@ -27,14 +27,28 @@ __decorate([
27
27
  ], QueryCreatePrestation.prototype, "exercicePrestation", void 0);
28
28
  __decorate([
29
29
  (0, utils_1.ApiPropertyOptional)(),
30
+ (0, class_validator_1.IsOptional)(),
30
31
  (0, class_validator_1.IsArray)(),
31
32
  __metadata("design:type", Array)
32
33
  ], QueryCreatePrestation.prototype, "options", void 0);
33
34
  __decorate([
34
35
  (0, utils_1.ApiPropertyOptional)(),
36
+ (0, class_validator_1.IsOptional)(),
35
37
  (0, class_validator_1.IsArray)(),
36
38
  __metadata("design:type", Array)
37
39
  ], QueryCreatePrestation.prototype, "commercialOffers", void 0);
40
+ __decorate([
41
+ (0, utils_1.ApiPropertyOptional)(),
42
+ (0, class_validator_1.IsOptional)(),
43
+ (0, class_validator_1.IsArray)(),
44
+ __metadata("design:type", Array)
45
+ ], QueryCreatePrestation.prototype, "subPrestations", void 0);
46
+ __decorate([
47
+ (0, utils_1.ApiPropertyOptional)(),
48
+ (0, class_validator_1.IsOptional)(),
49
+ (0, class_validator_1.IsObject)(),
50
+ __metadata("design:type", Object)
51
+ ], QueryCreatePrestation.prototype, "subPrestationsOffer", void 0);
38
52
  exports.QueryCreatePrestation = QueryCreatePrestation;
39
53
  class QueryUpdatePrestation {
40
54
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestation/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+F;AAC/F,6CAAqE;AAKrE,sFAA2E;AAE3E,MAAa,qBAAqB;CAgBjC;AAfC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;yDACe;AAE1B;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;iEACwC;AAEnD;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,yBAAO,GAAE;;sDACU;AAEpB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,yBAAO,GAAE;;+DAC6B;AAfzC,sDAgBC;AAED,MAAa,qBAAqB;CAoCjC;AAnCC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACU;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;oEACqB;AAEjC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACoB;AAE/B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iEACwC;AAEnD;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;sDACU;AAEpB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mEACoB;AAE/B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;+DAC6B;AAnCzC,sDAoCC","sourcesContent":["import { IsArray, IsBoolean, IsNumber, IsObject, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IPrestation } from '../../models/IPrestation';\nimport { IExercicePrestation } from '../../models/IExercicePrestation';\nimport { ICommercialOffer } from '../../models/ICommercialOffer';\nimport { IExercice } from '../../models/IExercice';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryCreatePrestation {\n @ApiProperty()\n @IsObject()\n prestation: IPrestation;\n\n @ApiProperty()\n @IsObject()\n exercicePrestation: Partial<IExercicePrestation>;\n\n @ApiPropertyOptional()\n @IsArray()\n options: number[];\n\n @ApiPropertyOptional()\n @IsArray()\n commercialOffers: ICommercialOffer[];\n}\n\nexport class QueryUpdatePrestation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n commentPdf: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isWithApplicationFees: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsObject()\n exercice: Partial<IExercice>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsObject()\n exercicePrestation: Partial<IExercicePrestation>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n options: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idExercicePrestation: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n commercialOffers: ICommercialOffer[];\n}"]}
1
+ {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/prestation/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+F;AAC/F,6CAAqE;AAKrE,sFAA2E;AAE3E,MAAa,qBAAqB;CA4BjC;AA3BC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;yDACe;AAE1B;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;iEACwC;AAEnD;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;sDACU;AAEpB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;+DAC6B;AAEvC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;6DAC8B;AAExC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kEAC8B;AA3B3C,sDA4BC;AAQD,MAAa,qBAAqB;CAoCjC;AAnCC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACU;AAErB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;oEACqB;AAEjC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACoB;AAE/B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iEACwC;AAEnD;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;sDACU;AAEpB;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mEACoB;AAE/B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;+DAC6B;AAnCzC,sDAoCC","sourcesContent":["import { IsArray, IsBoolean, IsNumber, IsObject, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IPrestation } from '../../models/IPrestation';\nimport { IExercicePrestation } from '../../models/IExercicePrestation';\nimport { ICommercialOffer } from '../../models/ICommercialOffer';\nimport { IExercice } from '../../models/IExercice';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryCreatePrestation {\n @ApiProperty()\n @IsObject()\n prestation: IPrestation;\n\n @ApiProperty()\n @IsObject()\n exercicePrestation: Partial<IExercicePrestation>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n options: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n commercialOffers: ICommercialOffer[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n subPrestations?: subPrestationsType[]; // list d'id prestation list\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsObject()\n subPrestationsOffer?: ICommercialOffer;\n}\n\nexport interface subPrestationsType {\n idPrestationList: number,\n nbAssociates?: number,\n nbEmployees?: number,\n}\n\nexport class QueryUpdatePrestation {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n commentPdf: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isWithApplicationFees: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsObject()\n exercice: Partial<IExercice>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsObject()\n exercicePrestation: Partial<IExercicePrestation>;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n options: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idExercicePrestation: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n commercialOffers: ICommercialOffer[];\n}"]}
@@ -1,9 +1,11 @@
1
+ import { IFile } from '../../..';
1
2
  export type UnpaidDetail = {
2
3
  datePayment: Date;
3
4
  amount: number;
4
5
  idExercice: number;
5
6
  dateStart: Date;
6
7
  dateEnd: Date;
8
+ file?: IFile | null;
7
9
  };
8
10
  export type ReadInvalidFieldState = {
9
11
  label: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ReadSociety.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG;IACzB,WAAW,EAAE,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
1
+ {"version":3,"file":"ReadSociety.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEjC,MAAM,MAAM,YAAY,GAAG;IACzB,WAAW,EAAE,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadSociety.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"","sourcesContent":["export type UnpaidDetail = {\n datePayment: Date,\n amount: number,\n idExercice: number,\n dateStart: Date,\n dateEnd: Date,\n};\n\nexport type ReadInvalidFieldState = {\n label: string;\n field: string;\n};"]}
1
+ {"version":3,"file":"ReadSociety.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/society/ReadSociety.ts"],"names":[],"mappings":"","sourcesContent":["import { IFile } from '../../..';\n\nexport type UnpaidDetail = {\n datePayment: Date,\n amount: number,\n idExercice: number,\n dateStart: Date,\n dateEnd: Date,\n file?: IFile | null,\n};\n\nexport type ReadInvalidFieldState = {\n label: string;\n field: string;\n};"]}
@@ -1,4 +1,4 @@
1
- import { ThirdPartyType } from '../../..';
1
+ import { TFile, ThirdPartyType } from '../../..';
2
2
  export declare class CreateThirdPartyForm {
3
3
  budgeaSouscriptionId?: number | null;
4
4
  fullname?: string | null;
@@ -26,4 +26,8 @@ export declare class CreateThirdPartyForm {
26
26
  deliveryZipCode?: string | null;
27
27
  deliveryIdCountry?: number | null;
28
28
  }
29
+ export declare class ImportThirdParty {
30
+ idThirdPartyType: ThirdPartyType;
31
+ file: TFile;
32
+ }
29
33
  //# sourceMappingURL=CreateThirdPartyForm.d.ts.map
@@ -1 +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;IAE7B,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,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG1B,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;IAIjC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIhC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI7B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIhC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrC"}
1
+ {"version":3,"file":"CreateThirdPartyForm.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAGjD,qBAAa,oBAAoB;IAE7B,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,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG1B,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;IAIjC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIhC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAI7B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAIhC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrC;AAED,qBAAa,gBAAgB;IAEzB,gBAAgB,EAAE,cAAc,CAAC;IAGjC,IAAI,EAAE,KAAK,CAAC;CACf"}
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.CreateThirdPartyForm = void 0;
12
+ exports.ImportThirdParty = exports.CreateThirdPartyForm = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  const __1 = require("../../..");
15
15
  const utils_1 = require("../../../../utils");
@@ -121,4 +121,15 @@ __decorate([
121
121
  __metadata("design:type", Object)
122
122
  ], CreateThirdPartyForm.prototype, "deliveryIdCountry", void 0);
123
123
  exports.CreateThirdPartyForm = CreateThirdPartyForm;
124
+ class ImportThirdParty {
125
+ }
126
+ __decorate([
127
+ (0, utils_1.ApiProperty)(),
128
+ __metadata("design:type", Number)
129
+ ], ImportThirdParty.prototype, "idThirdPartyType", void 0);
130
+ __decorate([
131
+ (0, utils_1.ApiProperty)(),
132
+ __metadata("design:type", Object)
133
+ ], ImportThirdParty.prototype, "file", void 0);
134
+ exports.ImportThirdParty = ImportThirdParty;
124
135
  //# sourceMappingURL=CreateThirdPartyForm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateThirdPartyForm.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,gCAA0C;AAC1C,6CAAqE;AAErE,MAAa,oBAAoB;CAgFhC;AA/EC;IAAC,IAAA,2BAAmB,GAAE;;kEACiB;AAEvC;IAAC,IAAA,2BAAmB,GAAE;;sDACK;AAE3B;IAAC,IAAA,2BAAmB,GAAE;;gEACe;AAErC;IAAC,IAAA,mBAAW,GAAE;;qDACI;AAElB;IAAC,IAAA,2BAAmB,GAAE;;qDACI;AAE1B;IAAC,IAAA,2BAAmB,GAAE;;qDACI;AAE1B;IAAC,IAAA,2BAAmB,GAAE;;kDACC;AAEvB;IAAC,IAAA,2BAAmB,GAAE;;mDACE;AAExB;IAAC,IAAA,2BAAmB,GAAE;;mDACE;AAExB;IAAC,IAAA,2BAAmB,GAAE;;oDACG;AAEzB;IAAC,IAAA,2BAAmB,GAAE;;kDACC;AAEvB;IAAC,IAAA,2BAAmB,GAAE;;uDACM;AAE5B;IAAC,IAAA,mBAAW,GAAE;;uDACM;AAEpB;IAAC,IAAA,2BAAmB,GAAE;;mDACG;AAEzB;IAAC,IAAA,2BAAmB,GAAE;;wDACK;AAE3B;IAAC,IAAA,mBAAW,GAAE;;uDACO;AAErB;IAAC,IAAA,2BAAmB,GAAE;;8DACa;AAEnC;IAAC,IAAA,2BAAmB,GAAE;;2DACU;AAEhC;IAAC,IAAA,2BAAmB,GAAE;;uDACM;AAE5B;IAAC,IAAA,2BAAmB,GAAE;;uDACM;AAE5B;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,EAAC,kBAAc,CAAC;;8DACY;AAEnC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;6DACqB;AAElC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;0DACkB;AAE/B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;6DACqB;AAElC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;+DACuB;AA/EtC,oDAgFC","sourcesContent":["import { IsEnum, IsOptional } 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 @ApiPropertyOptional()\n legalForm?: number | 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\n @ApiPropertyOptional()\n @IsOptional()\n deliveryAddress?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryCity?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryZipCode?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryIdCountry?: number | null;\n}"]}
1
+ {"version":3,"file":"CreateThirdPartyForm.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AACrD,gCAAiD;AACjD,6CAAqE;AAErE,MAAa,oBAAoB;CAgFhC;AA/EC;IAAC,IAAA,2BAAmB,GAAE;;kEACiB;AAEvC;IAAC,IAAA,2BAAmB,GAAE;;sDACK;AAE3B;IAAC,IAAA,2BAAmB,GAAE;;gEACe;AAErC;IAAC,IAAA,mBAAW,GAAE;;qDACI;AAElB;IAAC,IAAA,2BAAmB,GAAE;;qDACI;AAE1B;IAAC,IAAA,2BAAmB,GAAE;;qDACI;AAE1B;IAAC,IAAA,2BAAmB,GAAE;;kDACC;AAEvB;IAAC,IAAA,2BAAmB,GAAE;;mDACE;AAExB;IAAC,IAAA,2BAAmB,GAAE;;mDACE;AAExB;IAAC,IAAA,2BAAmB,GAAE;;oDACG;AAEzB;IAAC,IAAA,2BAAmB,GAAE;;kDACC;AAEvB;IAAC,IAAA,2BAAmB,GAAE;;uDACM;AAE5B;IAAC,IAAA,mBAAW,GAAE;;uDACM;AAEpB;IAAC,IAAA,2BAAmB,GAAE;;mDACG;AAEzB;IAAC,IAAA,2BAAmB,GAAE;;wDACK;AAE3B;IAAC,IAAA,mBAAW,GAAE;;uDACO;AAErB;IAAC,IAAA,2BAAmB,GAAE;;8DACa;AAEnC;IAAC,IAAA,2BAAmB,GAAE;;2DACU;AAEhC;IAAC,IAAA,2BAAmB,GAAE;;uDACM;AAE5B;IAAC,IAAA,2BAAmB,GAAE;;uDACM;AAE5B;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,EAAC,kBAAc,CAAC;;8DACY;AAEnC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;6DACqB;AAElC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;0DACkB;AAE/B;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;6DACqB;AAElC;IAAC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;+DACuB;AA/EtC,oDAgFC;AAED,MAAa,gBAAgB;CAM5B;AALC;IAAC,IAAA,mBAAW,GAAE;;0DACqB;AAEnC;IAAC,IAAA,mBAAW,GAAE;;8CACA;AALhB,4CAMC","sourcesContent":["import { IsEnum, IsOptional } from 'class-validator';\nimport { TFile, 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 @ApiPropertyOptional()\n legalForm?: number | 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\n @ApiPropertyOptional()\n @IsOptional()\n deliveryAddress?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryCity?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryZipCode?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n deliveryIdCountry?: number | null;\n}\n\nexport class ImportThirdParty {\n @ApiProperty()\n idThirdPartyType: ThirdPartyType;\n\n @ApiProperty()\n file: TFile;\n}"]}
@@ -1,5 +1,6 @@
1
1
  export declare class CreateYousignSignature {
2
2
  idUserRoomEquipments: number[];
3
3
  idUserToSign: number;
4
+ email: string;
4
5
  }
5
6
  //# sourceMappingURL=CreateSignature.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateSignature.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/userRoomEquipment/CreateSignature.ts"],"names":[],"mappings":"AAGA,qBAAa,sBAAsB;IAG/B,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAI/B,YAAY,EAAE,MAAM,CAAC;CACxB"}
1
+ {"version":3,"file":"CreateSignature.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/userRoomEquipment/CreateSignature.ts"],"names":[],"mappings":"AAGA,qBAAa,sBAAsB;IAG/B,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAI/B,YAAY,EAAE,MAAM,CAAC;IAIrB,KAAK,EAAE,MAAM,CAAC;CACjB"}
@@ -24,5 +24,10 @@ __decorate([
24
24
  (0, class_validator_1.IsInt)(),
25
25
  __metadata("design:type", Number)
26
26
  ], CreateYousignSignature.prototype, "idUserToSign", void 0);
27
+ __decorate([
28
+ (0, utils_1.ApiProperty)(),
29
+ (0, class_validator_1.IsEmail)(),
30
+ __metadata("design:type", String)
31
+ ], CreateYousignSignature.prototype, "email", void 0);
27
32
  exports.CreateYousignSignature = CreateYousignSignature;
28
33
  //# sourceMappingURL=CreateSignature.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateSignature.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/userRoomEquipment/CreateSignature.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwC;AACxC,6CAAgD;AAEhD,MAAa,sBAAsB;CAQlC;AAPC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;oEACW;AAEjC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;4DACe;AAPzB,wDAQC","sourcesContent":["import { IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class CreateYousignSignature {\n @ApiProperty()\n @IsInt({ each: true })\n idUserRoomEquipments: number[];\n\n @ApiProperty()\n @IsInt()\n idUserToSign: number;\n}"]}
1
+ {"version":3,"file":"CreateSignature.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/userRoomEquipment/CreateSignature.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,6CAAgD;AAEhD,MAAa,sBAAsB;CAYlC;AAXC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;oEACW;AAEjC;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;4DACe;AAEvB;IAAC,IAAA,mBAAW,GAAE;IACb,IAAA,yBAAO,GAAE;;qDACM;AAXlB,wDAYC","sourcesContent":["import { IsInt, IsEmail } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class CreateYousignSignature {\n @ApiProperty()\n @IsInt({ each: true })\n idUserRoomEquipments: number[];\n\n @ApiProperty()\n @IsInt()\n idUserToSign: number;\n\n @ApiProperty()\n @IsEmail()\n email: string;\n}"]}
@@ -1,3 +1,4 @@
1
+ import { Order } from 'sequelize';
1
2
  export declare class QueryUserRoomEquipment {
2
3
  id?: number;
3
4
  idEquipment?: number;
@@ -6,5 +7,6 @@ export declare class QueryUserRoomEquipment {
6
7
  isRemote?: boolean;
7
8
  inAt?: Date;
8
9
  outAt?: string | null;
10
+ order?: Order;
9
11
  }
10
12
  //# sourceMappingURL=Query.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/userRoomEquipment/Query.ts"],"names":[],"mappings":"AAIA,qBAAa,sBAAsB;IAI/B,EAAE,CAAC,EAAE,MAAM,CAAC;IAKZ,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAKnB,IAAI,CAAC,EAAE,IAAI,CAAC;IAIZ,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB"}
1
+ {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/userRoomEquipment/Query.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAElC,qBAAa,sBAAsB;IAI/B,EAAE,CAAC,EAAE,MAAM,CAAC;IAKZ,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAKnB,IAAI,CAAC,EAAE,IAAI,CAAC;IAIZ,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAOtB,KAAK,CAAC,EAAE,KAAK,CAAC;CACjB"}