adamo-types 1.0.69 → 1.1.0

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 (492) hide show
  1. package/dist/admin/bill/bill-print.entity.d.ts +7 -0
  2. package/dist/admin/bill/bill-print.entity.js +10 -0
  3. package/dist/admin/bill/index.d.ts +1 -0
  4. package/dist/admin/bill/index.js +13 -0
  5. package/{admin/user/data/user.enums.d.ts → dist/admin/constants/admin.constants.d.ts} +0 -0
  6. package/{admin/user/data/user.enums.js → dist/admin/constants/admin.constants.js} +0 -0
  7. package/dist/admin/constants/index.d.ts +1 -0
  8. package/{common → dist/admin}/constants/index.js +1 -1
  9. package/{admin → dist/admin}/index.d.ts +0 -0
  10. package/{admin → dist/admin}/index.js +0 -0
  11. package/dist/admin/migrate/index.d.ts +1 -0
  12. package/{admin/user/response → dist/admin/migrate}/index.js +1 -1
  13. package/dist/admin/migrate/migrate-notes.entity.d.ts +13 -0
  14. package/{admin/user/data/admin.data.js → dist/admin/migrate/migrate-notes.entity.js} +1 -0
  15. package/{admin → dist/admin}/product-catalog/index.d.ts +0 -0
  16. package/{admin → dist/admin}/product-catalog/index.js +0 -0
  17. package/dist/admin/user/create/index.d.ts +2 -0
  18. package/dist/admin/user/create/index.js +14 -0
  19. package/{admin/user/request/admin.user.request.d.ts → dist/admin/user/create/req/create.entity.d.ts} +5 -13
  20. package/{admin/user/request/admin.user.request.js → dist/admin/user/create/req/create.entity.js} +44 -36
  21. package/dist/admin/user/create/res/create.entity.d.ts +13 -0
  22. package/dist/admin/user/create/res/create.entity.js +22 -0
  23. package/dist/admin/user/index.d.ts +1 -0
  24. package/{common/user/data → dist/admin/user}/index.js +1 -1
  25. package/dist/ams/index.d.ts +1 -0
  26. package/dist/ams/index.js +13 -0
  27. package/{admin/constants/admin.constants.d.ts → dist/ams/req/ams.entity.d.ts} +0 -0
  28. package/dist/ams/req/ams.entity.js +1 -0
  29. package/dist/ams/res/ams.entity.d.ts +62 -0
  30. package/dist/ams/res/ams.entity.js +28 -0
  31. package/dist/bss/bearingpoint/address.entity.d.ts +24 -0
  32. package/dist/bss/bearingpoint/address.entity.js +16 -0
  33. package/{bss/user/auth/user.auth.d.ts → dist/bss/bearingpoint/auth.entity.d.ts} +1 -1
  34. package/dist/bss/bearingpoint/auth.entity.js +10 -0
  35. package/dist/bss/bearingpoint/billing/bill-receiver.entity.d.ts +5 -0
  36. package/dist/bss/bearingpoint/billing/bill-receiver.entity.js +35 -0
  37. package/dist/bss/bearingpoint/billing/billing-account.entity.d.ts +18 -0
  38. package/dist/bss/bearingpoint/billing/billing-account.entity.js +79 -0
  39. package/dist/bss/bearingpoint/billing/billing-cycle-assignment.entity.d.ts +3 -0
  40. package/dist/bss/bearingpoint/billing/billing-cycle-assignment.entity.js +10 -0
  41. package/dist/bss/bearingpoint/billing/credit-profile.entity.d.ts +3 -0
  42. package/dist/bss/bearingpoint/billing/credit-profile.entity.js +10 -0
  43. package/dist/bss/bearingpoint/billing/customer-bill-details.entity.d.ts +12 -0
  44. package/dist/bss/bearingpoint/billing/customer-bill-details.entity.js +44 -0
  45. package/dist/bss/bearingpoint/billing/index.d.ts +5 -0
  46. package/{common/login → dist/bss/bearingpoint/billing}/index.js +5 -2
  47. package/dist/bss/bearingpoint/channel/index.d.ts +1 -0
  48. package/dist/bss/bearingpoint/channel/index.js +13 -0
  49. package/dist/bss/bearingpoint/channel/response.entity.d.ts +3 -0
  50. package/dist/bss/bearingpoint/channel/response.entity.js +10 -0
  51. package/dist/bss/bearingpoint/channel.entity.d.ts +7 -0
  52. package/{admin/user/response/admin.user.response.js → dist/bss/bearingpoint/channel.entity.js} +1 -0
  53. package/dist/bss/bearingpoint/characteristic.entity.d.ts +24 -0
  54. package/dist/bss/bearingpoint/characteristic.entity.js +10 -0
  55. package/dist/bss/bearingpoint/charge.entity.d.ts +21 -0
  56. package/dist/bss/bearingpoint/charge.entity.js +10 -0
  57. package/dist/bss/bearingpoint/completeness-state-behaviour.entity.d.ts +5 -0
  58. package/dist/bss/bearingpoint/completeness-state-behaviour.entity.js +10 -0
  59. package/dist/bss/bearingpoint/configuration-attribute.entity.d.ts +7 -0
  60. package/dist/bss/bearingpoint/configuration-attribute.entity.js +10 -0
  61. package/dist/bss/bearingpoint/currency-sum.entity.d.ts +8 -0
  62. package/dist/bss/bearingpoint/currency-sum.entity.js +10 -0
  63. package/dist/bss/bearingpoint/customer/contact-medium-telephone.entity.d.ts +5 -0
  64. package/dist/bss/bearingpoint/customer/contact-medium-telephone.entity.js +30 -0
  65. package/dist/bss/bearingpoint/customer/customer-account-contact-medium.entity.d.ts +12 -0
  66. package/dist/bss/bearingpoint/customer/customer-account-contact-medium.entity.js +66 -0
  67. package/dist/bss/bearingpoint/customer/customer-account-contact-person.entity.d.ts +9 -0
  68. package/dist/bss/bearingpoint/customer/customer-account-contact-person.entity.js +55 -0
  69. package/dist/bss/bearingpoint/customer/customer-account-document.entity.d.ts +15 -0
  70. package/dist/bss/bearingpoint/customer/customer-account-document.entity.js +10 -0
  71. package/dist/bss/bearingpoint/customer/customer-account-identification.entity.d.ts +7 -0
  72. package/dist/bss/bearingpoint/customer/customer-account-identification.entity.js +35 -0
  73. package/dist/bss/bearingpoint/customer/customer-account-individual.entity.d.ts +18 -0
  74. package/dist/bss/bearingpoint/customer/customer-account-individual.entity.js +94 -0
  75. package/dist/bss/bearingpoint/customer/customer-account-note.entity.d.ts +12 -0
  76. package/dist/bss/bearingpoint/customer/customer-account-note.entity.js +16 -0
  77. package/dist/bss/bearingpoint/customer/customer-account-organization.entity.d.ts +21 -0
  78. package/dist/bss/bearingpoint/customer/customer-account-organization.entity.js +105 -0
  79. package/dist/bss/bearingpoint/customer/customer-account-parameters.entity.d.ts +6 -0
  80. package/dist/bss/bearingpoint/customer/customer-account-parameters.entity.js +36 -0
  81. package/dist/bss/bearingpoint/customer/customer-account.entity.d.ts +15 -0
  82. package/dist/bss/bearingpoint/customer/customer-account.entity.js +76 -0
  83. package/dist/bss/bearingpoint/customer/index.d.ts +11 -0
  84. package/dist/bss/bearingpoint/customer/index.js +23 -0
  85. package/dist/bss/bearingpoint/customer/related-party.entity.d.ts +12 -0
  86. package/dist/bss/bearingpoint/customer/related-party.entity.js +16 -0
  87. package/dist/bss/bearingpoint/dependency.entity.d.ts +11 -0
  88. package/dist/bss/bearingpoint/dependency.entity.js +10 -0
  89. package/dist/bss/bearingpoint/frequency-sum-entity.d.ts +5 -0
  90. package/dist/bss/bearingpoint/frequency-sum-entity.js +6 -0
  91. package/dist/bss/bearingpoint/index.d.ts +26 -0
  92. package/dist/bss/bearingpoint/index.js +38 -0
  93. package/dist/bss/bearingpoint/once-only-charge.entity.d.ts +6 -0
  94. package/dist/bss/bearingpoint/once-only-charge.entity.js +10 -0
  95. package/dist/bss/bearingpoint/payment-method.entity.d.ts +7 -0
  96. package/dist/bss/bearingpoint/payment-method.entity.js +10 -0
  97. package/dist/bss/bearingpoint/product-offering/index.d.ts +8 -0
  98. package/dist/bss/bearingpoint/product-offering/index.js +20 -0
  99. package/dist/bss/bearingpoint/product-offering/product-inventory.entity.d.ts +4 -0
  100. package/dist/bss/bearingpoint/product-offering/product-inventory.entity.js +10 -0
  101. package/dist/bss/bearingpoint/product-offering/product-offering-characteristic-tariff.entity.d.ts +10 -0
  102. package/dist/bss/bearingpoint/product-offering/product-offering-characteristic-tariff.entity.js +10 -0
  103. package/dist/bss/bearingpoint/product-offering/product-offering-characteristic.entity.d.ts +21 -0
  104. package/dist/bss/bearingpoint/product-offering/product-offering-characteristic.entity.js +10 -0
  105. package/dist/bss/bearingpoint/product-offering/product-offering-resource-specification-group-tariff.entity.d.ts +9 -0
  106. package/dist/bss/bearingpoint/product-offering/product-offering-resource-specification-group-tariff.entity.js +10 -0
  107. package/dist/bss/bearingpoint/product-offering/product-offering-service-specification-characteristic-tariff.entity.d.ts +12 -0
  108. package/dist/bss/bearingpoint/product-offering/product-offering-service-specification-characteristic-tariff.entity.js +10 -0
  109. package/dist/bss/bearingpoint/product-offering/product-offering-service-specification-characteristic-value-tariff.entity.d.ts +13 -0
  110. package/dist/bss/bearingpoint/product-offering/product-offering-service-specification-characteristic-value-tariff.entity.js +10 -0
  111. package/dist/bss/bearingpoint/product-offering/product-offering-service-specification-tariff.entity.d.ts +11 -0
  112. package/dist/bss/bearingpoint/product-offering/product-offering-service-specification-tariff.entity.js +10 -0
  113. package/dist/bss/bearingpoint/product-offering/product-offering-tariff-model.entity.d.ts +18 -0
  114. package/dist/bss/bearingpoint/product-offering/product-offering-tariff-model.entity.js +10 -0
  115. package/dist/bss/bearingpoint/product.entity.d.ts +32 -0
  116. package/dist/bss/bearingpoint/product.entity.js +16 -0
  117. package/dist/bss/bearingpoint/recurring-charge.entity.d.ts +6 -0
  118. package/dist/bss/bearingpoint/recurring-charge.entity.js +10 -0
  119. package/dist/bss/bearingpoint/response.entity.d.ts +24 -0
  120. package/{bss/login/response/login.response.js → dist/bss/bearingpoint/response.entity.js} +1 -0
  121. package/dist/bss/bearingpoint/search/index.d.ts +1 -0
  122. package/dist/bss/bearingpoint/search/index.js +13 -0
  123. package/dist/bss/bearingpoint/search/search.entity.d.ts +49 -0
  124. package/dist/bss/bearingpoint/search/search.entity.js +58 -0
  125. package/dist/bss/bearingpoint/service-specification/index.d.ts +3 -0
  126. package/{admin/user → dist/bss/bearingpoint/service-specification}/index.js +3 -4
  127. package/dist/bss/bearingpoint/service-specification/service-specification-characteristic-value.entity.d.ts +12 -0
  128. package/dist/bss/bearingpoint/service-specification/service-specification-characteristic-value.entity.js +10 -0
  129. package/dist/bss/bearingpoint/service-specification/service-specification-characteristic.entity.d.ts +52 -0
  130. package/dist/bss/bearingpoint/service-specification/service-specification-characteristic.entity.js +22 -0
  131. package/dist/bss/bearingpoint/service-specification/service-specification.entity.d.ts +17 -0
  132. package/dist/bss/bearingpoint/service-specification/service-specification.entity.js +10 -0
  133. package/dist/bss/bearingpoint/shopping-cart/index.d.ts +13 -0
  134. package/dist/bss/bearingpoint/shopping-cart/index.js +25 -0
  135. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-currency-sum.entity.d.ts +10 -0
  136. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-currency-sum.entity.js +51 -0
  137. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-parameters.entity.d.ts +32 -0
  138. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-parameters.entity.js +10 -0
  139. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-product-characteristic.entity.d.ts +6 -0
  140. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-product-characteristic.entity.js +35 -0
  141. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-product.entity.d.ts +18 -0
  142. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-product.entity.js +80 -0
  143. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-recurring-currency-sum.entity.d.ts +5 -0
  144. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-recurring-currency-sum.entity.js +33 -0
  145. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-resource-characteristic.entity.d.ts +6 -0
  146. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-resource-characteristic.entity.js +34 -0
  147. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-resource-recipient.entity.d.ts +5 -0
  148. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-resource-recipient.entity.js +32 -0
  149. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-resource.entity.d.ts +11 -0
  150. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-resource.entity.js +55 -0
  151. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-service-characteristic.entity.d.ts +6 -0
  152. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-service-characteristic.entity.js +34 -0
  153. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-service.entity.d.ts +8 -0
  154. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-service.entity.js +42 -0
  155. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-tax-summary.entity.d.ts +5 -0
  156. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-tax-summary.entity.js +32 -0
  157. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-totals.entity.d.ts +7 -0
  158. package/dist/bss/bearingpoint/shopping-cart/shopping-cart-totals.entity.js +40 -0
  159. package/dist/bss/bearingpoint/shopping-cart/shopping-cart.entity.d.ts +9 -0
  160. package/dist/bss/bearingpoint/shopping-cart/shopping-cart.entity.js +46 -0
  161. package/dist/bss/bearingpoint/tax-information.entity.d.ts +6 -0
  162. package/dist/bss/bearingpoint/tax-information.entity.js +10 -0
  163. package/dist/bss/bearingpoint/termination-charge.entity.d.ts +4 -0
  164. package/dist/bss/bearingpoint/termination-charge.entity.js +10 -0
  165. package/dist/bss/bearingpoint/valid-for.entity.d.ts +4 -0
  166. package/dist/bss/bearingpoint/valid-for.entity.js +10 -0
  167. package/dist/bss/cache/index.d.ts +2 -0
  168. package/dist/bss/cache/index.js +14 -0
  169. package/dist/bss/cache/res/delete.entity.d.ts +4 -0
  170. package/dist/bss/cache/res/delete.entity.js +10 -0
  171. package/dist/bss/cache/res/update.entity.d.ts +13 -0
  172. package/dist/bss/cache/res/update.entity.js +16 -0
  173. package/dist/bss/constants/bp.constants.d.ts +311 -0
  174. package/dist/bss/constants/bp.constants.js +350 -0
  175. package/dist/bss/constants/bss.constants.d.ts +17 -0
  176. package/dist/bss/constants/bss.constants.js +33 -0
  177. package/dist/bss/constants/index.d.ts +2 -0
  178. package/dist/bss/constants/index.js +14 -0
  179. package/dist/bss/customer/index.d.ts +1 -0
  180. package/{bss/login → dist/bss/customer}/index.js +1 -1
  181. package/dist/bss/customer/internal/internal.entity.d.ts +10 -0
  182. package/{bss/user/auth/user.auth.js → dist/bss/customer/internal/internal.entity.js} +1 -0
  183. package/dist/bss/index.d.ts +4 -0
  184. package/{common → dist/bss}/index.js +3 -1
  185. package/dist/bss/login/index.d.ts +1 -0
  186. package/dist/bss/login/index.js +13 -0
  187. package/dist/bss/login/res/login.entity.d.ts +9 -0
  188. package/dist/bss/login/res/login.entity.js +16 -0
  189. package/dist/bss/number-pool/index.d.ts +1 -0
  190. package/dist/bss/number-pool/index.js +13 -0
  191. package/dist/bss/number-pool/internal/internal.entity.d.ts +4 -0
  192. package/dist/bss/number-pool/internal/internal.entity.js +3 -0
  193. package/dist/bss/payment-provider/index.d.ts +1 -0
  194. package/dist/bss/payment-provider/index.js +13 -0
  195. package/dist/bss/payment-provider/mandate.entity.d.ts +15 -0
  196. package/dist/bss/payment-provider/mandate.entity.js +22 -0
  197. package/dist/bss/product/index.d.ts +1 -0
  198. package/dist/bss/product/index.js +13 -0
  199. package/dist/bss/product/internal/internal.entity.d.ts +61 -0
  200. package/dist/bss/product/internal/internal.entity.js +10 -0
  201. package/dist/bss/shopping-cart/index.d.ts +1 -0
  202. package/dist/bss/shopping-cart/index.js +13 -0
  203. package/dist/bss/shopping-cart/internal/internal.entity.d.ts +32 -0
  204. package/dist/bss/shopping-cart/internal/internal.entity.js +35 -0
  205. package/dist/bss/tariff-model/index.d.ts +1 -0
  206. package/dist/bss/tariff-model/index.js +13 -0
  207. package/dist/bss/tariff-model/internal/internal.entity.d.ts +13 -0
  208. package/dist/bss/tariff-model/internal/internal.entity.js +16 -0
  209. package/dist/common/address/address.entity.d.ts +22 -0
  210. package/dist/common/address/address.entity.js +16 -0
  211. package/{common/channel/user.channels.d.ts → dist/common/channel/user.channel.d.ts} +0 -0
  212. package/{common/channel/user.channels.js → dist/common/channel/user.channel.js} +0 -0
  213. package/dist/common/constants/common.constants.d.ts +82 -0
  214. package/dist/common/constants/common.constants.js +90 -0
  215. package/dist/common/constants/error.constants.d.ts +82 -0
  216. package/dist/common/constants/error.constants.js +86 -0
  217. package/dist/common/constants/index.d.ts +4 -0
  218. package/dist/common/constants/index.js +16 -0
  219. package/{common/user/auth/user.auth.d.ts → dist/common/constants/jwt-decoded.entity.d.ts} +2 -3
  220. package/dist/common/constants/jwt-decoded.entity.js +10 -0
  221. package/dist/common/constants/months.constants.d.ts +14 -0
  222. package/dist/common/constants/months.constants.js +18 -0
  223. package/dist/common/constants/number-pool.constants.d.ts +4 -0
  224. package/dist/common/constants/number-pool.constants.js +55 -0
  225. package/dist/common/edge-acl/user/index.d.ts +1 -0
  226. package/dist/common/edge-acl/user/index.js +13 -0
  227. package/dist/common/edge-acl/user/req/index.entity.d.ts +10 -0
  228. package/dist/common/edge-acl/user/req/index.entity.js +16 -0
  229. package/{admin/constants/admin.constants.js → dist/common/edge-acl/user/res/index.entity.d.ts} +0 -0
  230. package/dist/common/edge-acl/user/res/index.entity.js +1 -0
  231. package/dist/common/edge-ams/index.d.ts +1 -0
  232. package/dist/common/edge-ams/index.js +13 -0
  233. package/{bss/constants/bss.constants.d.ts → dist/common/edge-ams/req/index.entity.d.ts} +0 -0
  234. package/dist/common/edge-ams/req/index.entity.js +1 -0
  235. package/dist/common/edge-ams/res/index.entity.d.ts +71 -0
  236. package/dist/common/edge-ams/res/index.entity.js +34 -0
  237. package/dist/common/edge-bss/address/index.d.ts +1 -0
  238. package/dist/common/edge-bss/address/index.js +13 -0
  239. package/dist/common/edge-bss/address/req/create.entity.d.ts +19 -0
  240. package/dist/common/edge-bss/address/req/create.entity.js +24 -0
  241. package/dist/common/edge-bss/billing/index.d.ts +1 -0
  242. package/dist/common/edge-bss/billing/index.js +13 -0
  243. package/dist/common/edge-bss/billing/req/create.entity.d.ts +23 -0
  244. package/dist/common/edge-bss/billing/req/create.entity.js +22 -0
  245. package/dist/common/edge-bss/channel/index.d.ts +1 -0
  246. package/dist/common/edge-bss/channel/index.js +13 -0
  247. package/dist/common/edge-bss/channel/req/channel.entity.d.ts +5 -0
  248. package/dist/common/edge-bss/channel/req/channel.entity.js +10 -0
  249. package/{bss/constants/bss.constants.js → dist/common/edge-bss/channel/res/channel.entity.d.ts} +0 -0
  250. package/dist/common/edge-bss/channel/res/channel.entity.js +1 -0
  251. package/dist/common/edge-bss/common/common.entity.d.ts +25 -0
  252. package/dist/common/edge-bss/common/common.entity.js +71 -0
  253. package/dist/common/edge-bss/common/index.d.ts +1 -0
  254. package/dist/common/edge-bss/common/index.js +13 -0
  255. package/dist/common/edge-bss/customer/index.d.ts +1 -0
  256. package/{common/user/auth → dist/common/edge-bss/customer}/index.js +1 -1
  257. package/dist/common/edge-bss/customer/req/create.entity.d.ts +59 -0
  258. package/dist/common/edge-bss/customer/req/create.entity.js +59 -0
  259. package/dist/common/edge-bss/customer/req/index.d.ts +1 -0
  260. package/dist/common/edge-bss/customer/req/index.js +13 -0
  261. package/dist/common/edge-bss/index.d.ts +8 -0
  262. package/dist/common/edge-bss/index.js +20 -0
  263. package/dist/common/edge-bss/login/index.d.ts +2 -0
  264. package/dist/common/edge-bss/login/index.js +14 -0
  265. package/dist/common/edge-bss/login/req/login.entity.d.ts +4 -0
  266. package/{common/login/request/login.request.interface.js → dist/common/edge-bss/login/req/login.entity.js} +9 -5
  267. package/dist/common/edge-bss/login/res/login.entity.d.ts +19 -0
  268. package/dist/common/edge-bss/login/res/login.entity.js +10 -0
  269. package/dist/common/edge-bss/product/index.d.ts +1 -0
  270. package/dist/common/edge-bss/product/index.js +13 -0
  271. package/dist/common/edge-bss/product/res/index.d.ts +1 -0
  272. package/dist/common/edge-bss/product/res/index.js +13 -0
  273. package/dist/common/edge-bss/product/res/other.entity.d.ts +40 -0
  274. package/dist/common/edge-bss/product/res/other.entity.js +40 -0
  275. package/{sys03/processes → dist/common/edge-bss/sale-process}/index.d.ts +0 -0
  276. package/{sys03/processes → dist/common/edge-bss/sale-process}/index.js +0 -0
  277. package/{common/constants/common.constants.d.ts → dist/common/edge-bss/sale-process/req/create.entity.d.ts} +0 -0
  278. package/dist/common/edge-bss/sale-process/req/create.entity.js +1 -0
  279. package/dist/common/edge-bss/saleperson/index.d.ts +2 -0
  280. package/dist/common/edge-bss/saleperson/index.js +14 -0
  281. package/dist/common/edge-bss/saleperson/req/saleperson.entity.d.ts +9 -0
  282. package/dist/common/edge-bss/saleperson/req/saleperson.entity.js +10 -0
  283. package/dist/common/edge-bss/saleperson/res/salesperson.entity.d.ts +2 -0
  284. package/dist/common/edge-bss/saleperson/res/salesperson.entity.js +3 -0
  285. package/dist/common/edge-bss/shopping-cart/index.d.ts +2 -0
  286. package/dist/common/edge-bss/shopping-cart/index.js +14 -0
  287. package/dist/common/edge-bss/shopping-cart/req/create.entity.d.ts +7 -0
  288. package/dist/common/edge-bss/shopping-cart/req/create.entity.js +10 -0
  289. package/dist/common/edge-bss/shopping-cart/req/delete.entity.d.ts +2 -0
  290. package/dist/common/edge-bss/shopping-cart/req/delete.entity.js +10 -0
  291. package/dist/common/edge-bss/shopping-cart/req/index.d.ts +4 -0
  292. package/dist/common/edge-bss/shopping-cart/req/index.js +16 -0
  293. package/dist/common/edge-bss/shopping-cart/req/other.entity.d.ts +78 -0
  294. package/dist/common/edge-bss/shopping-cart/req/other.entity.js +162 -0
  295. package/dist/common/edge-bss/shopping-cart/req/update.entity.d.ts +2 -0
  296. package/dist/common/edge-bss/shopping-cart/req/update.entity.js +10 -0
  297. package/dist/common/edge-bss/shopping-cart/res/create.entity.d.ts +3 -0
  298. package/dist/common/edge-bss/shopping-cart/res/create.entity.js +10 -0
  299. package/dist/common/edge-bss/shopping-cart/res/delete.entity.d.ts +2 -0
  300. package/dist/common/edge-bss/shopping-cart/res/delete.entity.js +3 -0
  301. package/dist/common/edge-bss/shopping-cart/res/index.d.ts +4 -0
  302. package/dist/common/edge-bss/shopping-cart/res/index.js +16 -0
  303. package/dist/common/edge-bss/shopping-cart/res/other.entity.d.ts +173 -0
  304. package/dist/common/edge-bss/shopping-cart/res/other.entity.js +162 -0
  305. package/dist/common/edge-bss/shopping-cart/res/update.entity.d.ts +2 -0
  306. package/dist/common/edge-bss/shopping-cart/res/update.entity.js +3 -0
  307. package/dist/common/edge-bss/user/index.d.ts +2 -0
  308. package/dist/common/edge-bss/user/index.js +14 -0
  309. package/dist/common/edge-bss/user/req/user.entity.d.ts +24 -0
  310. package/dist/common/edge-bss/user/req/user.entity.js +34 -0
  311. package/dist/common/edge-bss/user/res/user.entity.d.ts +1 -0
  312. package/dist/common/edge-bss/user/res/user.entity.js +5 -0
  313. package/dist/common/edge-database/configuration/configuration.entity.d.ts +5 -0
  314. package/dist/common/edge-database/configuration/configuration.entity.js +3 -0
  315. package/dist/common/edge-database/index.d.ts +1 -0
  316. package/dist/common/edge-database/index.js +13 -0
  317. package/dist/common/edge-sms/contract/index.d.ts +1 -0
  318. package/dist/common/edge-sms/contract/index.js +13 -0
  319. package/dist/common/edge-sms/contract/req/create.entity.d.ts +5 -0
  320. package/dist/common/edge-sms/contract/req/create.entity.js +10 -0
  321. package/dist/common/edge-sms/index.d.ts +1 -0
  322. package/dist/common/edge-sms/index.js +13 -0
  323. package/dist/common/edge-zoho/index.d.ts +1 -0
  324. package/dist/common/edge-zoho/index.js +13 -0
  325. package/dist/common/edge-zoho/sale-process/index.d.ts +5 -0
  326. package/dist/common/edge-zoho/sale-process/index.js +17 -0
  327. package/dist/common/edge-zoho/sale-process/req/create.entity.d.ts +20 -0
  328. package/dist/common/edge-zoho/sale-process/req/create.entity.js +22 -0
  329. package/dist/common/edge-zoho/sale-process/req/delete.entity.d.ts +3 -0
  330. package/dist/common/edge-zoho/sale-process/req/delete.entity.js +10 -0
  331. package/dist/common/edge-zoho/sale-process/req/other.entity.d.ts +12 -0
  332. package/dist/common/edge-zoho/sale-process/req/other.entity.js +10 -0
  333. package/dist/common/edge-zoho/sale-process/req/patch.entity.d.ts +100 -0
  334. package/dist/common/edge-zoho/sale-process/req/patch.entity.js +432 -0
  335. package/dist/common/edge-zoho/sale-process/res/other.entity.d.ts +5 -0
  336. package/dist/common/edge-zoho/sale-process/res/other.entity.js +10 -0
  337. package/dist/common/entities/index.d.ts +1 -0
  338. package/dist/common/entities/index.js +13 -0
  339. package/dist/common/entities/rest.entity.d.ts +3 -0
  340. package/dist/common/entities/rest.entity.js +10 -0
  341. package/dist/common/exception/exception.entity.d.ts +52 -0
  342. package/dist/common/exception/exception.entity.js +120 -0
  343. package/dist/common/exception/index.d.ts +1 -0
  344. package/dist/common/exception/index.js +13 -0
  345. package/dist/common/number-pool/constants/index.entity.d.ts +52 -0
  346. package/dist/common/number-pool/constants/index.entity.js +57 -0
  347. package/dist/common/number-pool/index.d.ts +1 -0
  348. package/dist/common/number-pool/index.js +13 -0
  349. package/dist/common/number-pool/req/index.entity.d.ts +3 -0
  350. package/dist/common/number-pool/req/index.entity.js +10 -0
  351. package/{common/constants/common.constants.js → dist/common/number-pool/res/index.entity.d.ts} +0 -0
  352. package/dist/common/number-pool/res/index.entity.js +1 -0
  353. package/dist/common/user/auth/index.d.ts +1 -0
  354. package/dist/common/user/auth/index.js +13 -0
  355. package/dist/common/user/auth/user.auth.entity.d.ts +10 -0
  356. package/dist/common/user/auth/user.auth.entity.js +3 -0
  357. package/dist/common/user/index.d.ts +1 -0
  358. package/dist/common/user/index.js +13 -0
  359. package/dist/database/blacklist-address.entity.d.ts +5 -0
  360. package/dist/database/blacklist-address.entity.js +35 -0
  361. package/dist/database/channel.entity.d.ts +4 -0
  362. package/dist/database/channel.entity.js +31 -0
  363. package/dist/database/configuration.entity.d.ts +5 -0
  364. package/dist/database/configuration.entity.js +35 -0
  365. package/dist/database/dependency.entity.d.ts +18 -0
  366. package/dist/database/dependency.entity.js +73 -0
  367. package/dist/database/dropdown.entity.d.ts +6 -0
  368. package/dist/database/dropdown.entity.js +36 -0
  369. package/dist/database/dropdown_data.entity.d.ts +10 -0
  370. package/dist/database/dropdown_data.entity.js +53 -0
  371. package/dist/database/index.d.ts +7 -0
  372. package/dist/database/index.js +19 -0
  373. package/dist/database/user.entity.d.ts +6 -0
  374. package/dist/database/user.entity.js +43 -0
  375. package/{sys03/shopping-cart → dist}/index.d.ts +0 -0
  376. package/{sys03/shopping-cart → dist}/index.js +0 -0
  377. package/{sys03/constants/sys03.constants.d.ts → dist/mi-adamo/constants/index.entity.d.ts} +0 -0
  378. package/dist/mi-adamo/constants/index.entity.js +1 -0
  379. package/{web → dist/mi-adamo}/index.d.ts +0 -0
  380. package/{web → dist/mi-adamo}/index.js +0 -0
  381. package/{sys03/constants/sys03.constants.js → dist/mi-adamo/req/index.entity.d.ts} +0 -0
  382. package/dist/mi-adamo/req/index.entity.js +1 -0
  383. package/{web/order/index.d.ts → dist/mi-adamo/res/index.entity.d.ts} +0 -0
  384. package/dist/mi-adamo/res/index.entity.js +1 -0
  385. package/dist/sys03/address/index.d.ts +2 -0
  386. package/dist/sys03/address/index.js +14 -0
  387. package/dist/sys03/address/req/address.entity.d.ts +14 -0
  388. package/dist/sys03/address/req/address.entity.js +23 -0
  389. package/dist/sys03/address/res/address.entity.d.ts +31 -0
  390. package/dist/sys03/address/res/address.entity.js +15 -0
  391. package/dist/sys03/constants/index.d.ts +1 -0
  392. package/dist/sys03/constants/index.js +13 -0
  393. package/dist/sys03/constants/sys03.constants.d.ts +26 -0
  394. package/dist/sys03/constants/sys03.constants.js +31 -0
  395. package/dist/sys03/otrs/index.d.ts +1 -0
  396. package/dist/sys03/otrs/index.js +13 -0
  397. package/dist/sys03/otrs/req/create.entity.d.ts +14 -0
  398. package/dist/sys03/otrs/req/create.entity.js +3 -0
  399. package/{zoho-adaptor → dist/sys03/processes}/index.d.ts +0 -0
  400. package/{web/order → dist/sys03/processes}/index.js +0 -0
  401. package/dist/sys03/sale-process/index.d.ts +1 -0
  402. package/dist/sys03/sale-process/index.js +13 -0
  403. package/dist/sys03/sale-process/internal/internal.entity.d.ts +42 -0
  404. package/dist/sys03/sale-process/internal/internal.entity.js +16 -0
  405. package/dist/sys03/shopping-cart/index.d.ts +2 -0
  406. package/dist/sys03/shopping-cart/index.js +14 -0
  407. package/dist/sys03/shopping-cart/internal/internal.entity.d.ts +5 -0
  408. package/dist/sys03/shopping-cart/internal/internal.entity.js +3 -0
  409. package/dist/sys03/shopping-cart/req/req.entity.d.ts +16 -0
  410. package/dist/sys03/shopping-cart/req/req.entity.js +54 -0
  411. package/dist/sys03/storage/index.d.ts +1 -0
  412. package/dist/sys03/storage/index.js +13 -0
  413. package/dist/sys03/storage/res/index.d.ts +1 -0
  414. package/dist/sys03/storage/res/index.js +13 -0
  415. package/dist/sys03/storage/res/onther.entity.d.ts +14 -0
  416. package/dist/sys03/storage/res/onther.entity.js +16 -0
  417. package/{web/order/request/web.order.request.d.ts → dist/sys03/user/changeChannel.entity.d.ts} +0 -0
  418. package/dist/sys03/user/changeChannel.entity.js +1 -0
  419. package/{web/order/request/web.order.request.js → dist/sys03/user/index.d.ts} +0 -0
  420. package/{zoho-adaptor → dist/sys03/user}/index.js +0 -0
  421. package/dist/tsconfig.build.tsbuildinfo +1 -0
  422. package/{web/order/response/web.order.response.d.ts → dist/web/index.d.ts} +0 -0
  423. package/{web/order/response/web.order.response.js → dist/web/index.js} +0 -0
  424. package/dist/web/order/index.d.ts +0 -0
  425. package/dist/web/order/index.js +0 -0
  426. package/dist/web/order/request/web.order.request.d.ts +0 -0
  427. package/dist/web/order/request/web.order.request.js +0 -0
  428. package/dist/web/order/response/web.order.response.d.ts +0 -0
  429. package/dist/web/order/response/web.order.response.js +0 -0
  430. package/dist/zoho/constants/index.d.ts +1 -0
  431. package/dist/zoho/constants/index.js +13 -0
  432. package/dist/zoho/constants/zoho.constants.d.ts +77 -0
  433. package/dist/zoho/constants/zoho.constants.js +90 -0
  434. package/dist/zoho/index.d.ts +2 -0
  435. package/{bss → dist/zoho}/index.js +2 -2
  436. package/dist/zoho/sale-process/additonal-contact-medium.entity.d.ts +7 -0
  437. package/dist/zoho/sale-process/additonal-contact-medium.entity.js +10 -0
  438. package/dist/zoho/sale-process/additonal-contact.entity.d.ts +10 -0
  439. package/dist/zoho/sale-process/additonal-contact.entity.js +10 -0
  440. package/dist/zoho/sale-process/address-search.entity.d.ts +19 -0
  441. package/dist/zoho/sale-process/address-search.entity.js +109 -0
  442. package/dist/zoho/sale-process/billing-info.entity.d.ts +10 -0
  443. package/dist/zoho/sale-process/billing-info.entity.js +58 -0
  444. package/dist/zoho/sale-process/business-identification.entity.d.ts +6 -0
  445. package/dist/zoho/sale-process/business-identification.entity.js +37 -0
  446. package/dist/zoho/sale-process/business-info.entity.d.ts +13 -0
  447. package/dist/zoho/sale-process/business-info.entity.js +67 -0
  448. package/dist/zoho/sale-process/customer-identification.entity.d.ts +6 -0
  449. package/dist/zoho/sale-process/customer-identification.entity.js +37 -0
  450. package/dist/zoho/sale-process/customer.entity.d.ts +18 -0
  451. package/dist/zoho/sale-process/customer.entity.js +96 -0
  452. package/dist/zoho/sale-process/file.entity.d.ts +10 -0
  453. package/dist/zoho/sale-process/file.entity.js +10 -0
  454. package/dist/zoho/sale-process/index.d.ts +13 -0
  455. package/dist/zoho/sale-process/index.js +25 -0
  456. package/dist/zoho/sale-process/sale-process.entity.d.ts +42 -0
  457. package/dist/zoho/sale-process/sale-process.entity.js +209 -0
  458. package/dist/zoho/sale-process/sms.entity.d.ts +8 -0
  459. package/dist/zoho/sale-process/sms.entity.js +52 -0
  460. package/dist/zoho/sale-process/user.entity.d.ts +5 -0
  461. package/dist/zoho/sale-process/user.entity.js +36 -0
  462. package/dist/zoho/sale-process/utm.entity.d.ts +6 -0
  463. package/dist/zoho/sale-process/utm.entity.js +44 -0
  464. package/package.json +43 -8
  465. package/admin/user/data/admin.data.d.ts +0 -31
  466. package/admin/user/index.d.ts +0 -4
  467. package/admin/user/response/admin.user.response.d.ts +0 -9
  468. package/admin/user/response/index.d.ts +0 -1
  469. package/bss/index.d.ts +0 -2
  470. package/bss/login/index.d.ts +0 -1
  471. package/bss/login/response/login.response.d.ts +0 -5
  472. package/bss/user/data/user.data.d.ts +0 -7
  473. package/bss/user/data/user.data.js +0 -2
  474. package/bss/user/index.d.ts +0 -2
  475. package/bss/user/index.js +0 -14
  476. package/common/constants/error.constants.d.ts +0 -2
  477. package/common/constants/error.constants.js +0 -5
  478. package/common/constants/index.d.ts +0 -1
  479. package/common/index.d.ts +0 -2
  480. package/common/login/index.d.ts +0 -2
  481. package/common/login/request/login.request.interface.d.ts +0 -8
  482. package/common/login/response/login.response.interface.d.ts +0 -16
  483. package/common/login/response/login.response.interface.js +0 -2
  484. package/common/user/auth/index.d.ts +0 -1
  485. package/common/user/auth/user.auth.js +0 -2
  486. package/common/user/data/index.d.ts +0 -1
  487. package/common/user/data/user.data.d.ts +0 -11
  488. package/common/user/data/user.data.js +0 -2
  489. package/common/user/index.d.ts +0 -2
  490. package/common/user/index.js +0 -14
  491. package/index.d.ts +0 -3
  492. package/index.js +0 -15
@@ -0,0 +1,7 @@
1
+ import { Months } from '@common/constants/months.constants';
2
+ export declare class BillPrintDto {
3
+ billing_account_id: string;
4
+ invoice_id: string;
5
+ bill_no_id: string;
6
+ billing_period_ds: Months;
7
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BillPrintDto = void 0;
4
+ const openapi = require("@nestjs/swagger");
5
+ class BillPrintDto {
6
+ static _OPENAPI_METADATA_FACTORY() {
7
+ return { billing_account_id: { required: true, type: () => String }, invoice_id: { required: true, type: () => String }, bill_no_id: { required: true, type: () => String }, billing_period_ds: { required: true, enum: require("../../common/constants/months.constants").Months } };
8
+ }
9
+ }
10
+ exports.BillPrintDto = BillPrintDto;
@@ -0,0 +1 @@
1
+ export * from './bill-print.entity';
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./bill-print.entity"), exports);
@@ -0,0 +1 @@
1
+ export * from './admin.constants';
@@ -10,4 +10,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
10
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
11
  };
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./error.constants"), exports);
13
+ __exportStar(require("./admin.constants"), exports);
File without changes
File without changes
@@ -0,0 +1 @@
1
+ export * from './migrate-notes.entity';
@@ -10,4 +10,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
10
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
11
  };
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./admin.user.response"), exports);
13
+ __exportStar(require("./migrate-notes.entity"), exports);
@@ -0,0 +1,13 @@
1
+ export interface CsvNotesDto {
2
+ BILLING_ID: string;
3
+ MESSAGE: string;
4
+ }
5
+ export interface ParsedNotesDto {
6
+ billingId: string;
7
+ message: string;
8
+ }
9
+ export interface CustomerHistoryPayload {
10
+ type: string;
11
+ content: string;
12
+ creator: string;
13
+ }
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ const openapi = require("@nestjs/swagger");
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ export * from './req/create.entity';
2
+ export * from './res/create.entity';
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./req/create.entity"), exports);
14
+ __exportStar(require("./res/create.entity"), exports);
@@ -1,4 +1,8 @@
1
- export declare class UserForCreation {
1
+ export declare class ModifyUsersDto {
2
+ ticket: string;
3
+ users: UserForModification[];
4
+ }
5
+ export declare class UserForModification {
2
6
  name: string;
3
7
  email: string;
4
8
  language: string;
@@ -13,15 +17,3 @@ export declare class UserForCreation {
13
17
  tenentPermissions: string[];
14
18
  infonovaAction: string;
15
19
  }
16
- export declare class ModifyUsersDTO {
17
- ticket: string;
18
- users: UserForCreation[];
19
- }
20
- export interface ChannelUserAssignReqBody {
21
- [channel: string]: string[];
22
- }
23
- export interface UserPassword {
24
- name: string;
25
- password: string;
26
- oneTimePassword?: boolean;
27
- }
@@ -9,94 +9,102 @@ 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.ModifyUsersDTO = exports.UserForCreation = void 0;
12
+ exports.UserForModification = exports.ModifyUsersDto = void 0;
13
+ const openapi = require("@nestjs/swagger");
13
14
  const class_validator_1 = require("class-validator");
14
15
  const class_transformer_1 = require("class-transformer");
15
- const user_channels_1 = require("../../../common/channel/user.channels");
16
- const user_enums_1 = require("../data/user.enums");
17
- class UserForCreation {
16
+ const user_channel_1 = require("../../../../common/channel/user.channel");
17
+ const admin_constants_1 = require("../../../constants/admin.constants");
18
+ class ModifyUsersDto {
19
+ static _OPENAPI_METADATA_FACTORY() {
20
+ return { ticket: { required: true, type: () => String }, users: { required: true, type: () => [require("./create.entity").UserForModification] } };
21
+ }
18
22
  }
19
23
  __decorate([
20
- (0, class_validator_1.IsNotEmpty)(),
21
24
  (0, class_validator_1.IsString)(),
25
+ (0, class_validator_1.IsNotEmpty)(),
22
26
  __metadata("design:type", String)
23
- ], UserForCreation.prototype, "name", void 0);
27
+ ], ModifyUsersDto.prototype, "ticket", void 0);
28
+ __decorate([
29
+ (0, class_validator_1.IsArray)(),
30
+ (0, class_validator_1.ArrayNotEmpty)(),
31
+ (0, class_validator_1.ValidateNested)({ each: true }),
32
+ (0, class_transformer_1.Type)(() => UserForModification),
33
+ __metadata("design:type", Array)
34
+ ], ModifyUsersDto.prototype, "users", void 0);
35
+ exports.ModifyUsersDto = ModifyUsersDto;
36
+ class UserForModification {
37
+ static _OPENAPI_METADATA_FACTORY() {
38
+ return { name: { required: true, type: () => String }, email: { required: true, type: () => String }, language: { required: true, type: () => String }, givenName: { required: true, type: () => String }, familyName: { required: true, type: () => String }, workGroupName: { required: true, type: () => [String] }, password: { required: true, type: () => String }, state: { required: false, type: () => String }, role: { required: true, type: () => String }, channel: { required: true, type: () => [String] }, salesperson: { required: true, type: () => Boolean }, tenentPermissions: { required: true, type: () => [String] }, infonovaAction: { required: true, type: () => String } };
39
+ }
40
+ }
24
41
  __decorate([
25
42
  (0, class_validator_1.IsNotEmpty)(),
26
43
  (0, class_validator_1.IsString)(),
27
44
  __metadata("design:type", String)
28
- ], UserForCreation.prototype, "email", void 0);
45
+ ], UserForModification.prototype, "name", void 0);
29
46
  __decorate([
30
47
  (0, class_validator_1.IsNotEmpty)(),
31
48
  (0, class_validator_1.IsString)(),
32
- (0, class_validator_1.IsEnum)(user_enums_1.Language),
33
49
  __metadata("design:type", String)
34
- ], UserForCreation.prototype, "language", void 0);
50
+ ], UserForModification.prototype, "email", void 0);
35
51
  __decorate([
36
52
  (0, class_validator_1.IsNotEmpty)(),
37
53
  (0, class_validator_1.IsString)(),
54
+ (0, class_validator_1.IsEnum)(admin_constants_1.Language),
55
+ __metadata("design:type", String)
56
+ ], UserForModification.prototype, "language", void 0);
57
+ __decorate([
58
+ (0, class_validator_1.IsString)(),
59
+ (0, class_validator_1.IsNotEmpty)(),
38
60
  __metadata("design:type", String)
39
- ], UserForCreation.prototype, "givenName", void 0);
61
+ ], UserForModification.prototype, "givenName", void 0);
40
62
  __decorate([
41
63
  (0, class_validator_1.IsNotEmpty)(),
42
64
  (0, class_validator_1.IsString)(),
43
65
  __metadata("design:type", String)
44
- ], UserForCreation.prototype, "familyName", void 0);
66
+ ], UserForModification.prototype, "familyName", void 0);
45
67
  __decorate([
46
68
  (0, class_validator_1.IsNotEmpty)(),
47
69
  (0, class_validator_1.IsArray)(),
48
70
  __metadata("design:type", Array)
49
- ], UserForCreation.prototype, "workGroupName", void 0);
71
+ ], UserForModification.prototype, "workGroupName", void 0);
50
72
  __decorate([
51
73
  (0, class_validator_1.IsNotEmpty)(),
52
74
  (0, class_validator_1.IsString)(),
53
75
  __metadata("design:type", String)
54
- ], UserForCreation.prototype, "password", void 0);
76
+ ], UserForModification.prototype, "password", void 0);
55
77
  __decorate([
56
78
  (0, class_validator_1.IsOptional)(),
57
79
  (0, class_validator_1.IsString)(),
58
80
  __metadata("design:type", String)
59
- ], UserForCreation.prototype, "state", void 0);
81
+ ], UserForModification.prototype, "state", void 0);
60
82
  __decorate([
61
83
  (0, class_validator_1.IsNotEmpty)(),
62
84
  (0, class_validator_1.IsString)(),
63
85
  __metadata("design:type", String)
64
- ], UserForCreation.prototype, "role", void 0);
86
+ ], UserForModification.prototype, "role", void 0);
65
87
  __decorate([
66
88
  (0, class_validator_1.IsArray)(),
67
89
  (0, class_validator_1.IsNotEmpty)(),
68
- (0, class_validator_1.IsEnum)(user_channels_1.Channel, { each: true }),
90
+ (0, class_validator_1.IsEnum)(user_channel_1.Channel, { each: true }),
69
91
  __metadata("design:type", Array)
70
- ], UserForCreation.prototype, "channel", void 0);
92
+ ], UserForModification.prototype, "channel", void 0);
71
93
  __decorate([
72
94
  (0, class_validator_1.IsNotEmpty)(),
73
95
  (0, class_validator_1.IsBoolean)(),
74
96
  __metadata("design:type", Boolean)
75
- ], UserForCreation.prototype, "salesperson", void 0);
97
+ ], UserForModification.prototype, "salesperson", void 0);
76
98
  __decorate([
77
99
  (0, class_validator_1.IsArray)(),
78
100
  (0, class_validator_1.IsNotEmpty)(),
79
101
  (0, class_validator_1.IsString)({ each: true }),
80
102
  __metadata("design:type", Array)
81
- ], UserForCreation.prototype, "tenentPermissions", void 0);
82
- __decorate([
83
- (0, class_validator_1.IsString)(),
84
- (0, class_validator_1.IsEnum)(user_enums_1.InfonovaAction),
85
- (0, class_validator_1.IsNotEmpty)(),
86
- __metadata("design:type", String)
87
- ], UserForCreation.prototype, "infonovaAction", void 0);
88
- exports.UserForCreation = UserForCreation;
89
- class ModifyUsersDTO {
90
- }
103
+ ], UserForModification.prototype, "tenentPermissions", void 0);
91
104
  __decorate([
92
105
  (0, class_validator_1.IsString)(),
106
+ (0, class_validator_1.IsEnum)(admin_constants_1.InfonovaAction, { each: true }),
93
107
  (0, class_validator_1.IsNotEmpty)(),
94
108
  __metadata("design:type", String)
95
- ], ModifyUsersDTO.prototype, "ticket", void 0);
96
- __decorate([
97
- (0, class_validator_1.IsArray)(),
98
- (0, class_validator_1.ValidateNested)({ each: true }),
99
- (0, class_transformer_1.Type)(() => UserForCreation),
100
- __metadata("design:type", Array)
101
- ], ModifyUsersDTO.prototype, "users", void 0);
102
- exports.ModifyUsersDTO = ModifyUsersDTO;
109
+ ], UserForModification.prototype, "infonovaAction", void 0);
110
+ exports.UserForModification = UserForModification;
@@ -0,0 +1,13 @@
1
+ export declare class UserCreateErrorRes {
2
+ field: string;
3
+ child: string | number;
4
+ constraints: Constraints;
5
+ }
6
+ export declare class Constraints {
7
+ isString?: string;
8
+ isNotEmpty?: string;
9
+ }
10
+ export declare class UserCreateSuccessRes {
11
+ foo: string;
12
+ bar: number;
13
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserCreateSuccessRes = exports.Constraints = exports.UserCreateErrorRes = void 0;
4
+ const openapi = require("@nestjs/swagger");
5
+ class UserCreateErrorRes {
6
+ static _OPENAPI_METADATA_FACTORY() {
7
+ return { field: { required: true, type: () => String }, child: { required: true, type: () => Object }, constraints: { required: true, type: () => require("./create.entity").Constraints } };
8
+ }
9
+ }
10
+ exports.UserCreateErrorRes = UserCreateErrorRes;
11
+ class Constraints {
12
+ static _OPENAPI_METADATA_FACTORY() {
13
+ return { isString: { required: false, type: () => String }, isNotEmpty: { required: false, type: () => String } };
14
+ }
15
+ }
16
+ exports.Constraints = Constraints;
17
+ class UserCreateSuccessRes {
18
+ static _OPENAPI_METADATA_FACTORY() {
19
+ return { foo: { required: true, type: () => String }, bar: { required: true, type: () => Number } };
20
+ }
21
+ }
22
+ exports.UserCreateSuccessRes = UserCreateSuccessRes;
@@ -0,0 +1 @@
1
+ export * from './create';
@@ -10,4 +10,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
10
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
11
  };
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./user.data"), exports);
13
+ __exportStar(require("./create"), exports);
@@ -0,0 +1 @@
1
+ export * from './res/ams.entity';
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./res/ams.entity"), exports);
@@ -0,0 +1 @@
1
+ import openapi = require("@nestjs/swagger");
@@ -0,0 +1,62 @@
1
+ export declare class FetchAddressByIdRes {
2
+ id: number;
3
+ address: string;
4
+ city: string;
5
+ province: string;
6
+ status: string;
7
+ salesArea: string;
8
+ note?: string;
9
+ zone?: string;
10
+ serviceable: Date;
11
+ lng: string;
12
+ lat: string;
13
+ externalOk: boolean;
14
+ externalMsg?: string;
15
+ externalEmail?: string;
16
+ canOrder: boolean;
17
+ apartments: Apartment[];
18
+ }
19
+ export declare class Apartment {
20
+ id: number;
21
+ stair?: string;
22
+ floor?: string;
23
+ door: string;
24
+ client?: number;
25
+ }
26
+ export declare class FetchAddressByAreaRes {
27
+ id: number;
28
+ address: string;
29
+ status: string;
30
+ salesArea: string;
31
+ lng: string;
32
+ lat: string;
33
+ }
34
+ export declare class FetchAddressByApartmentIdRes {
35
+ apartmentId: number;
36
+ streetAddressId: number;
37
+ salesAreaId: number;
38
+ salesAreaName: string;
39
+ projectId: number;
40
+ projectCode: string;
41
+ competition: string;
42
+ serviceableStatus: string;
43
+ serviceable: string;
44
+ technology: string;
45
+ lng: string;
46
+ lat: string;
47
+ country: string;
48
+ province: string;
49
+ municipality: string;
50
+ city: string;
51
+ postcode: string;
52
+ streetName: string;
53
+ streetType: string;
54
+ streetNumber: string;
55
+ block: string;
56
+ entrance: string;
57
+ floor: string;
58
+ door: string;
59
+ serviceableAge: number;
60
+ network: string;
61
+ fiberhood: string;
62
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FetchAddressByApartmentIdRes = exports.FetchAddressByAreaRes = exports.Apartment = exports.FetchAddressByIdRes = void 0;
4
+ const openapi = require("@nestjs/swagger");
5
+ class FetchAddressByIdRes {
6
+ static _OPENAPI_METADATA_FACTORY() {
7
+ return { id: { required: true, type: () => Number }, address: { required: true, type: () => String }, city: { required: true, type: () => String }, province: { required: true, type: () => String }, status: { required: true, type: () => String }, salesArea: { required: true, type: () => String }, note: { required: false, type: () => String }, zone: { required: false, type: () => String }, serviceable: { required: true, type: () => Date }, lng: { required: true, type: () => String }, lat: { required: true, type: () => String }, externalOk: { required: true, type: () => Boolean }, externalMsg: { required: false, type: () => String }, externalEmail: { required: false, type: () => String }, canOrder: { required: true, type: () => Boolean }, apartments: { required: true, type: () => [require("./ams.entity").Apartment] } };
8
+ }
9
+ }
10
+ exports.FetchAddressByIdRes = FetchAddressByIdRes;
11
+ class Apartment {
12
+ static _OPENAPI_METADATA_FACTORY() {
13
+ return { id: { required: true, type: () => Number }, stair: { required: false, type: () => String }, floor: { required: false, type: () => String }, door: { required: true, type: () => String }, client: { required: false, type: () => Number } };
14
+ }
15
+ }
16
+ exports.Apartment = Apartment;
17
+ class FetchAddressByAreaRes {
18
+ static _OPENAPI_METADATA_FACTORY() {
19
+ return { id: { required: true, type: () => Number }, address: { required: true, type: () => String }, status: { required: true, type: () => String }, salesArea: { required: true, type: () => String }, lng: { required: true, type: () => String }, lat: { required: true, type: () => String } };
20
+ }
21
+ }
22
+ exports.FetchAddressByAreaRes = FetchAddressByAreaRes;
23
+ class FetchAddressByApartmentIdRes {
24
+ static _OPENAPI_METADATA_FACTORY() {
25
+ return { apartmentId: { required: true, type: () => Number }, streetAddressId: { required: true, type: () => Number }, salesAreaId: { required: true, type: () => Number }, salesAreaName: { required: true, type: () => String }, projectId: { required: true, type: () => Number }, projectCode: { required: true, type: () => String }, competition: { required: true, type: () => String }, serviceableStatus: { required: true, type: () => String }, serviceable: { required: true, type: () => String }, technology: { required: true, type: () => String }, lng: { required: true, type: () => String }, lat: { required: true, type: () => String }, country: { required: true, type: () => String }, province: { required: true, type: () => String }, municipality: { required: true, type: () => String }, city: { required: true, type: () => String }, postcode: { required: true, type: () => String }, streetName: { required: true, type: () => String }, streetType: { required: true, type: () => String }, streetNumber: { required: true, type: () => String }, block: { required: true, type: () => String }, entrance: { required: true, type: () => String }, floor: { required: true, type: () => String }, door: { required: true, type: () => String }, serviceableAge: { required: true, type: () => Number }, network: { required: true, type: () => String }, fiberhood: { required: true, type: () => String } };
26
+ }
27
+ }
28
+ exports.FetchAddressByApartmentIdRes = FetchAddressByApartmentIdRes;
@@ -0,0 +1,24 @@
1
+ export declare class BpAddressParametersDto {
2
+ block: string;
3
+ door: string;
4
+ floor: string;
5
+ entrance: string;
6
+ serviceable_status?: string;
7
+ sales_area_id?: string;
8
+ street_number?: string;
9
+ street_address_id?: string;
10
+ project_code?: string;
11
+ competition?: string;
12
+ }
13
+ export declare class BpAddressDto {
14
+ id?: string;
15
+ country: string;
16
+ city: string;
17
+ province: string;
18
+ postcode: string;
19
+ streetName: string;
20
+ streetType: string;
21
+ referenceId: string;
22
+ validated: boolean;
23
+ parameters: BpAddressParametersDto;
24
+ }
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BpAddressDto = exports.BpAddressParametersDto = void 0;
4
+ const openapi = require("@nestjs/swagger");
5
+ class BpAddressParametersDto {
6
+ static _OPENAPI_METADATA_FACTORY() {
7
+ return { block: { required: true, type: () => String }, door: { required: true, type: () => String }, floor: { required: true, type: () => String }, entrance: { required: true, type: () => String }, serviceable_status: { required: false, type: () => String }, sales_area_id: { required: false, type: () => String }, street_number: { required: false, type: () => String }, street_address_id: { required: false, type: () => String }, project_code: { required: false, type: () => String }, competition: { required: false, type: () => String } };
8
+ }
9
+ }
10
+ exports.BpAddressParametersDto = BpAddressParametersDto;
11
+ class BpAddressDto {
12
+ static _OPENAPI_METADATA_FACTORY() {
13
+ return { id: { required: false, type: () => String }, country: { required: true, type: () => String }, city: { required: true, type: () => String }, province: { required: true, type: () => String }, postcode: { required: true, type: () => String }, streetName: { required: true, type: () => String }, streetType: { required: true, type: () => String }, referenceId: { required: true, type: () => String }, validated: { required: true, type: () => Boolean }, parameters: { required: true, type: () => require("./address.entity").BpAddressParametersDto } };
14
+ }
15
+ }
16
+ exports.BpAddressDto = BpAddressDto;
@@ -1,4 +1,4 @@
1
- export interface BSSOAuthCredentials {
1
+ export declare class BpOAuthCredentialDto {
2
2
  access_token: string;
3
3
  expires_in: number;
4
4
  refresh_expires_in: number;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BpOAuthCredentialDto = void 0;
4
+ const openapi = require("@nestjs/swagger");
5
+ class BpOAuthCredentialDto {
6
+ static _OPENAPI_METADATA_FACTORY() {
7
+ return { access_token: { required: true, type: () => String }, expires_in: { required: true, type: () => Number }, refresh_expires_in: { required: true, type: () => Number }, refresh_token: { required: true, type: () => String }, token_type: { required: true, type: () => String }, session_state: { required: true, type: () => String }, scope: { required: true, type: () => String } };
8
+ }
9
+ }
10
+ exports.BpOAuthCredentialDto = BpOAuthCredentialDto;
@@ -0,0 +1,5 @@
1
+ export declare class BpBillReceiverDto {
2
+ givenName: string;
3
+ familyName: string;
4
+ postalAddress: string;
5
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.BpBillReceiverDto = void 0;
13
+ const openapi = require("@nestjs/swagger");
14
+ const class_validator_1 = require("class-validator");
15
+ class BpBillReceiverDto {
16
+ static _OPENAPI_METADATA_FACTORY() {
17
+ return { givenName: { required: true, type: () => String }, familyName: { required: true, type: () => String }, postalAddress: { required: true, type: () => String } };
18
+ }
19
+ }
20
+ __decorate([
21
+ (0, class_validator_1.IsString)(),
22
+ (0, class_validator_1.IsNotEmpty)(),
23
+ __metadata("design:type", String)
24
+ ], BpBillReceiverDto.prototype, "givenName", void 0);
25
+ __decorate([
26
+ (0, class_validator_1.IsString)(),
27
+ (0, class_validator_1.IsNotEmpty)(),
28
+ __metadata("design:type", String)
29
+ ], BpBillReceiverDto.prototype, "familyName", void 0);
30
+ __decorate([
31
+ (0, class_validator_1.IsString)(),
32
+ (0, class_validator_1.IsNotEmpty)(),
33
+ __metadata("design:type", String)
34
+ ], BpBillReceiverDto.prototype, "postalAddress", void 0);
35
+ exports.BpBillReceiverDto = BpBillReceiverDto;
@@ -0,0 +1,18 @@
1
+ import { AccountState, CustomerType, PreferredLanguage, Timezone } from '@bss/constants';
2
+ import { BpBillReceiverDto } from './bill-receiver.entity';
3
+ import { BpBillingCycleAssignmentDto } from './billing-cycle-assignment.entity';
4
+ import { BpCreditProfileDto } from './credit-profile.entity';
5
+ import { BpCustomerBillDetailsDto } from './customer-bill-details.entity';
6
+ export declare class BpBillingAccountDto {
7
+ id?: string;
8
+ customerAccount: string;
9
+ type: CustomerType;
10
+ state: AccountState;
11
+ customerBillDetails: BpCustomerBillDetailsDto;
12
+ billingCycleAssignment: BpBillingCycleAssignmentDto;
13
+ billReceiver: BpBillReceiverDto;
14
+ creditProfile: BpCreditProfileDto;
15
+ preferredLanguage: PreferredLanguage;
16
+ timezone: Timezone;
17
+ creationDate?: string;
18
+ }