@temboplus/afloat 0.1.77-beta.8 → 0.1.78

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 (635) hide show
  1. package/LICENSE +7 -0
  2. package/README.md +42 -246
  3. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/mod.d.ts +5 -0
  4. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/mod.d.ts.map +1 -0
  5. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/mod.js +4 -0
  6. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/config_service.d.ts +11 -0
  7. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/config_service.d.ts.map +1 -0
  8. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/config_service.js +19 -0
  9. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/index.d.ts +2 -0
  10. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/index.d.ts.map +1 -0
  11. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/index.js +1 -0
  12. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/banks_tz.d.ts +7 -0
  13. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/banks_tz.d.ts.map +1 -0
  14. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/banks_tz.js +197 -0
  15. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/countries.d.ts +39 -0
  16. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/countries.d.ts.map +1 -0
  17. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/countries.js +2475 -0
  18. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/currencies.d.ts +1901 -0
  19. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/currencies.d.ts.map +1 -0
  20. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/currencies.js +1073 -0
  21. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/phone_patterns.d.ts +3809 -0
  22. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/phone_patterns.d.ts.map +1 -0
  23. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/phone_patterns.js +2325 -0
  24. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/amount.d.ts +53 -0
  25. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/amount.d.ts.map +1 -0
  26. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/amount.js +190 -0
  27. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/antd_validator.d.ts +40 -0
  28. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/antd_validator.d.ts.map +1 -0
  29. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/antd_validator.js +58 -0
  30. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/index.d.ts +3 -0
  31. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/index.d.ts.map +1 -0
  32. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/index.js +2 -0
  33. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/antd_validator.d.ts +11 -0
  34. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/antd_validator.d.ts.map +1 -0
  35. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/antd_validator.js +26 -0
  36. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/bank.d.ts +257 -0
  37. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/bank.d.ts.map +1 -0
  38. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/bank.js +450 -0
  39. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/index.d.ts +5 -0
  40. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/index.d.ts.map +1 -0
  41. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/index.js +4 -0
  42. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/types.d.ts +7 -0
  43. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/types.d.ts.map +1 -0
  44. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/types.js +45 -0
  45. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/utils.d.ts +8 -0
  46. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/utils.d.ts.map +1 -0
  47. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/utils.js +9 -0
  48. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/country.d.ts +822 -0
  49. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/country.d.ts.map +1 -0
  50. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/country.js +737 -0
  51. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/index.d.ts +4 -0
  52. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/index.d.ts.map +1 -0
  53. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/index.js +3 -0
  54. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/types.d.ts +63 -0
  55. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/types.d.ts.map +1 -0
  56. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/types.js +105 -0
  57. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/utils.d.ts +21 -0
  58. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/utils.d.ts.map +1 -0
  59. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/utils.js +25 -0
  60. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/currency.d.ts +465 -0
  61. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/currency.d.ts.map +1 -0
  62. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/currency.js +471 -0
  63. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/index.d.ts +4 -0
  64. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/index.d.ts.map +1 -0
  65. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/index.js +3 -0
  66. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/types.d.ts +21 -0
  67. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/types.d.ts.map +1 -0
  68. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/types.js +28 -0
  69. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/utils.d.ts +8 -0
  70. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/utils.d.ts.map +1 -0
  71. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/utils.js +9 -0
  72. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/index.d.ts +6 -0
  73. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/index.d.ts.map +1 -0
  74. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/index.js +5 -0
  75. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/format.d.ts +13 -0
  76. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/format.d.ts.map +1 -0
  77. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/format.js +13 -0
  78. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/phone_number.d.ts +162 -0
  79. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/phone_number.d.ts.map +1 -0
  80. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/phone_number.js +459 -0
  81. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/service.d.ts +267 -0
  82. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/service.d.ts.map +1 -0
  83. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/service.js +498 -0
  84. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/index.d.ts +6 -0
  85. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/index.d.ts.map +1 -0
  86. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/index.js +5 -0
  87. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/antd_validator.d.ts +77 -0
  88. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/antd_validator.d.ts.map +1 -0
  89. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/antd_validator.js +90 -0
  90. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/network_operator.d.ts +30 -0
  91. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/network_operator.d.ts.map +1 -0
  92. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/network_operator.js +47 -0
  93. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/phone_number.d.ts +141 -0
  94. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/phone_number.d.ts.map +1 -0
  95. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/phone_number.js +290 -0
  96. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/index.d.ts +2 -0
  97. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/index.d.ts.map +1 -0
  98. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/index.js +1 -0
  99. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/report_manager.d.ts +144 -0
  100. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/report_manager.d.ts.map +1 -0
  101. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/report_manager.js +318 -0
  102. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/id.d.ts +12 -0
  103. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/id.d.ts.map +1 -0
  104. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/id.js +19 -0
  105. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/index.d.ts +4 -0
  106. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/index.d.ts.map +1 -0
  107. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/index.js +3 -0
  108. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/text.d.ts +32 -0
  109. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/text.d.ts.map +1 -0
  110. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/text.js +68 -0
  111. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/time.d.ts +21 -0
  112. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/time.d.ts.map +1 -0
  113. package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/time.js +34 -0
  114. package/esm/mod.d.ts +8 -0
  115. package/esm/mod.d.ts.map +1 -0
  116. package/esm/mod.js +7 -0
  117. package/esm/package.json +3 -0
  118. package/{dist/lib/error/error.api.d.ts → esm/src/errors/api_error.d.ts} +1 -0
  119. package/esm/src/errors/api_error.d.ts.map +1 -0
  120. package/esm/src/errors/api_error.js +90 -0
  121. package/esm/src/errors/index.d.ts +3 -0
  122. package/esm/src/errors/index.d.ts.map +1 -0
  123. package/esm/src/errors/index.js +2 -0
  124. package/{dist/lib/error/error.permission.d.ts → esm/src/errors/permission_error.d.ts} +2 -1
  125. package/esm/src/errors/permission_error.d.ts.map +1 -0
  126. package/esm/src/errors/permission_error.js +70 -0
  127. package/{dist/modules/team-member/team-member.contract.d.ts → esm/src/features/admin/contract.d.ts} +136 -211
  128. package/esm/src/features/admin/contract.d.ts.map +1 -0
  129. package/esm/src/features/admin/contract.js +210 -0
  130. package/esm/src/features/admin/index.d.ts +4 -0
  131. package/esm/src/features/admin/index.d.ts.map +1 -0
  132. package/esm/src/features/admin/index.js +3 -0
  133. package/esm/src/features/admin/repository.d.ts +114 -0
  134. package/esm/src/features/admin/repository.d.ts.map +1 -0
  135. package/esm/src/features/admin/repository.js +248 -0
  136. package/esm/src/features/admin/schemas.d.ts +146 -0
  137. package/esm/src/features/admin/schemas.d.ts.map +1 -0
  138. package/esm/src/features/admin/schemas.js +206 -0
  139. package/esm/src/features/auth/access/contract.d.ts +14 -0
  140. package/esm/src/features/auth/access/contract.d.ts.map +1 -0
  141. package/esm/src/features/auth/access/contract.js +14 -0
  142. package/esm/src/features/auth/access/repository.d.ts +11 -0
  143. package/esm/src/features/auth/access/repository.d.ts.map +1 -0
  144. package/esm/src/features/auth/access/repository.js +25 -0
  145. package/{dist/modules/auth/auth.contract.d.ts → esm/src/features/auth/contract.d.ts} +17 -14
  146. package/esm/src/features/auth/contract.d.ts.map +1 -0
  147. package/esm/src/features/auth/contract.js +43 -0
  148. package/esm/src/features/auth/identity/contract.d.ts +23 -0
  149. package/esm/src/features/auth/identity/contract.d.ts.map +1 -0
  150. package/esm/src/features/auth/identity/contract.js +17 -0
  151. package/esm/src/features/auth/identity/repository.d.ts +22 -0
  152. package/esm/src/features/auth/identity/repository.d.ts.map +1 -0
  153. package/esm/src/features/auth/identity/repository.js +30 -0
  154. package/esm/src/features/auth/index.d.ts +6 -0
  155. package/esm/src/features/auth/index.d.ts.map +1 -0
  156. package/esm/src/features/auth/index.js +5 -0
  157. package/esm/src/features/auth/manager.d.ts +105 -0
  158. package/esm/src/features/auth/manager.d.ts.map +1 -0
  159. package/esm/src/features/auth/manager.js +181 -0
  160. package/{dist/modules/profile/profile.api-contract.d.ts → esm/src/features/auth/profile/contract.d.ts} +6 -8
  161. package/esm/src/features/auth/profile/contract.d.ts.map +1 -0
  162. package/esm/src/features/auth/profile/contract.js +14 -0
  163. package/esm/src/features/auth/profile/repository.d.ts +11 -0
  164. package/esm/src/features/auth/profile/repository.d.ts.map +1 -0
  165. package/esm/src/features/auth/profile/repository.js +25 -0
  166. package/esm/src/features/auth/repository.d.ts +30 -0
  167. package/esm/src/features/auth/repository.d.ts.map +1 -0
  168. package/esm/src/features/auth/repository.js +69 -0
  169. package/{dist/modules/auth/storage/client-store.d.ts → esm/src/features/auth/storage/client_store.d.ts} +2 -1
  170. package/esm/src/features/auth/storage/client_store.d.ts.map +1 -0
  171. package/esm/src/features/auth/storage/client_store.js +46 -0
  172. package/{dist/modules/auth/storage/client-token-handler.d.ts → esm/src/features/auth/storage/client_token_handler.d.ts} +1 -0
  173. package/esm/src/features/auth/storage/client_token_handler.d.ts.map +1 -0
  174. package/esm/src/features/auth/storage/client_token_handler.js +36 -0
  175. package/esm/src/features/auth/storage/server_store.d.ts +24 -0
  176. package/esm/src/features/auth/storage/server_store.d.ts.map +1 -0
  177. package/esm/src/features/auth/storage/server_store.js +34 -0
  178. package/esm/src/features/auth/storage/server_token_handler.d.ts +36 -0
  179. package/esm/src/features/auth/storage/server_token_handler.d.ts.map +1 -0
  180. package/esm/src/features/auth/storage/server_token_handler.js +115 -0
  181. package/{dist/modules → esm/src/features}/auth/storage/types.d.ts +2 -1
  182. package/esm/src/features/auth/storage/types.d.ts.map +1 -0
  183. package/esm/src/features/auth/storage/types.js +1 -0
  184. package/{dist/modules/contact/contact.api-contract.d.ts → esm/src/features/contact/contract.d.ts} +56 -89
  185. package/esm/src/features/contact/contract.d.ts.map +1 -0
  186. package/esm/src/features/contact/contract.js +49 -0
  187. package/esm/src/features/contact/index.d.ts +2 -0
  188. package/esm/src/features/contact/index.d.ts.map +1 -0
  189. package/esm/src/features/contact/index.js +1 -0
  190. package/esm/src/features/contact/repository.d.ts +58 -0
  191. package/esm/src/features/contact/repository.d.ts.map +1 -0
  192. package/esm/src/features/contact/repository.js +108 -0
  193. package/{dist/modules/payout/payout.api-contract.d.ts → esm/src/features/payout/contract.d.ts} +198 -341
  194. package/esm/src/features/payout/contract.d.ts.map +1 -0
  195. package/esm/src/features/payout/contract.js +75 -0
  196. package/esm/src/features/payout/index.d.ts +2 -0
  197. package/esm/src/features/payout/index.d.ts.map +1 -0
  198. package/esm/src/features/payout/index.js +1 -0
  199. package/esm/src/features/payout/repository.d.ts +67 -0
  200. package/esm/src/features/payout/repository.d.ts.map +1 -0
  201. package/esm/src/features/payout/repository.js +163 -0
  202. package/{dist/modules/wallet/wallet.contract.d.ts → esm/src/features/wallet/contract.d.ts} +15 -17
  203. package/esm/src/features/wallet/contract.d.ts.map +1 -0
  204. package/esm/src/features/wallet/contract.js +38 -0
  205. package/esm/src/features/wallet/index.d.ts +2 -0
  206. package/esm/src/features/wallet/index.d.ts.map +1 -0
  207. package/esm/src/features/wallet/index.js +1 -0
  208. package/esm/src/features/wallet/repository.d.ts +57 -0
  209. package/esm/src/features/wallet/repository.d.ts.map +1 -0
  210. package/esm/src/features/wallet/repository.js +93 -0
  211. package/esm/src/models/contact/derivatives/contact.d.ts +172 -0
  212. package/esm/src/models/contact/derivatives/contact.d.ts.map +1 -0
  213. package/esm/src/models/contact/derivatives/contact.js +266 -0
  214. package/esm/src/models/contact/derivatives/contact_info.d.ts +188 -0
  215. package/esm/src/models/contact/derivatives/contact_info.d.ts.map +1 -0
  216. package/esm/src/models/contact/derivatives/contact_info.js +255 -0
  217. package/esm/src/models/contact/index.d.ts +5 -0
  218. package/esm/src/models/contact/index.d.ts.map +1 -0
  219. package/esm/src/models/contact/index.js +4 -0
  220. package/esm/src/models/contact/schemas.d.ts +66 -0
  221. package/esm/src/models/contact/schemas.d.ts.map +1 -0
  222. package/esm/src/models/contact/schemas.js +64 -0
  223. package/esm/src/models/contact/validation.d.ts +37 -0
  224. package/esm/src/models/contact/validation.d.ts.map +1 -0
  225. package/esm/src/models/contact/validation.js +146 -0
  226. package/esm/src/models/index.d.ts +7 -0
  227. package/esm/src/models/index.d.ts.map +1 -0
  228. package/esm/src/models/index.js +6 -0
  229. package/esm/src/models/payout/api.d.ts +29 -0
  230. package/esm/src/models/payout/api.d.ts.map +1 -0
  231. package/esm/src/models/payout/api.js +1 -0
  232. package/esm/src/models/payout/channel.d.ts +58 -0
  233. package/esm/src/models/payout/channel.d.ts.map +1 -0
  234. package/esm/src/models/payout/channel.js +53 -0
  235. package/{dist/modules/payout/payout.model.d.ts → esm/src/models/payout/derivatives/payout.d.ts} +34 -15
  236. package/esm/src/models/payout/derivatives/payout.d.ts.map +1 -0
  237. package/esm/src/models/payout/derivatives/payout.js +271 -0
  238. package/esm/src/models/payout/index.d.ts +7 -0
  239. package/esm/src/models/payout/index.d.ts.map +1 -0
  240. package/esm/src/models/payout/index.js +6 -0
  241. package/esm/src/models/payout/narration.d.ts +164 -0
  242. package/esm/src/models/payout/narration.d.ts.map +1 -0
  243. package/esm/src/models/payout/narration.js +308 -0
  244. package/esm/src/models/payout/schemas.d.ts +156 -0
  245. package/esm/src/models/payout/schemas.d.ts.map +1 -0
  246. package/esm/src/models/payout/schemas.js +105 -0
  247. package/esm/src/models/payout/status.d.ts +33 -0
  248. package/esm/src/models/payout/status.d.ts.map +1 -0
  249. package/esm/src/models/payout/status.js +34 -0
  250. package/{dist/modules/login/permission.type.d.ts → esm/src/models/permission.d.ts} +9 -8
  251. package/esm/src/models/permission.d.ts.map +1 -0
  252. package/esm/src/models/permission.js +50 -0
  253. package/{dist/modules/team-member/role.model.d.ts → esm/src/models/role.d.ts} +11 -3
  254. package/esm/src/models/role.d.ts.map +1 -0
  255. package/esm/src/models/role.js +73 -0
  256. package/esm/src/models/user/authenticated-user.d.ts +77 -0
  257. package/esm/src/models/user/authenticated-user.d.ts.map +1 -0
  258. package/esm/src/models/user/authenticated-user.js +226 -0
  259. package/esm/src/models/user/index.d.ts +4 -0
  260. package/esm/src/models/user/index.d.ts.map +1 -0
  261. package/esm/src/models/user/index.js +3 -0
  262. package/esm/src/models/user/managed-user.d.ts +108 -0
  263. package/esm/src/models/user/managed-user.d.ts.map +1 -0
  264. package/esm/src/models/user/managed-user.js +255 -0
  265. package/{dist/modules/profile/profile.model.d.ts → esm/src/models/user/profile.d.ts} +43 -37
  266. package/esm/src/models/user/profile.d.ts.map +1 -0
  267. package/esm/src/models/user/profile.js +334 -0
  268. package/esm/src/models/wallet/index.d.ts +4 -0
  269. package/esm/src/models/wallet/index.d.ts.map +1 -0
  270. package/esm/src/models/wallet/index.js +3 -0
  271. package/esm/src/models/wallet/schemas.d.ts +95 -0
  272. package/esm/src/models/wallet/schemas.d.ts.map +1 -0
  273. package/esm/src/models/wallet/schemas.js +35 -0
  274. package/esm/src/models/wallet/statement_entry.d.ts +160 -0
  275. package/esm/src/models/wallet/statement_entry.d.ts.map +1 -0
  276. package/esm/src/models/wallet/statement_entry.js +255 -0
  277. package/{dist/modules/wallet/wallet.model.d.ts → esm/src/models/wallet/wallet.d.ts} +47 -4
  278. package/esm/src/models/wallet/wallet.d.ts.map +1 -0
  279. package/esm/src/models/wallet/wallet.js +279 -0
  280. package/esm/src/shared/base_repository.d.ts +80 -0
  281. package/esm/src/shared/base_repository.d.ts.map +1 -0
  282. package/esm/src/shared/base_repository.js +153 -0
  283. package/esm/src/shared/common_responses.d.ts +13 -0
  284. package/esm/src/shared/common_responses.d.ts.map +1 -0
  285. package/esm/src/shared/common_responses.js +10 -0
  286. package/esm/src/shared/index.d.ts +3 -0
  287. package/esm/src/shared/index.d.ts.map +1 -0
  288. package/esm/src/shared/index.js +2 -0
  289. package/esm/src/shared/token_required_repository.d.ts +78 -0
  290. package/esm/src/shared/token_required_repository.d.ts.map +1 -0
  291. package/esm/src/shared/token_required_repository.js +128 -0
  292. package/package.json +23 -48
  293. package/script/mod.d.ts +8 -0
  294. package/script/mod.d.ts.map +1 -0
  295. package/script/mod.js +23 -0
  296. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/mod.d.ts +5 -0
  297. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/mod.d.ts.map +1 -0
  298. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/mod.js +20 -0
  299. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/config_service.d.ts +11 -0
  300. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/config_service.d.ts.map +1 -0
  301. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/config_service.js +23 -0
  302. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/index.d.ts +2 -0
  303. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/index.d.ts.map +1 -0
  304. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/index.js +17 -0
  305. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/banks_tz.d.ts +7 -0
  306. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/banks_tz.d.ts.map +1 -0
  307. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/banks_tz.js +199 -0
  308. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/countries.d.ts +39 -0
  309. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/countries.d.ts.map +1 -0
  310. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/countries.js +2477 -0
  311. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/currencies.d.ts +1901 -0
  312. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/currencies.d.ts.map +1 -0
  313. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/currencies.js +1075 -0
  314. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/phone_patterns.d.ts +3809 -0
  315. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/phone_patterns.d.ts.map +1 -0
  316. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/phone_patterns.js +2327 -0
  317. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/amount.d.ts +53 -0
  318. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/amount.d.ts.map +1 -0
  319. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/amount.js +194 -0
  320. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/antd_validator.d.ts +40 -0
  321. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/antd_validator.d.ts.map +1 -0
  322. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/antd_validator.js +62 -0
  323. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/index.d.ts +3 -0
  324. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/index.d.ts.map +1 -0
  325. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/index.js +18 -0
  326. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/antd_validator.d.ts +11 -0
  327. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/antd_validator.d.ts.map +1 -0
  328. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/antd_validator.js +30 -0
  329. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/bank.d.ts +257 -0
  330. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/bank.d.ts.map +1 -0
  331. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/bank.js +458 -0
  332. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/index.d.ts +5 -0
  333. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/index.d.ts.map +1 -0
  334. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/index.js +20 -0
  335. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/types.d.ts +7 -0
  336. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/types.d.ts.map +1 -0
  337. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/types.js +48 -0
  338. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/utils.d.ts +8 -0
  339. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/utils.d.ts.map +1 -0
  340. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/utils.js +12 -0
  341. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/country.d.ts +822 -0
  342. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/country.d.ts.map +1 -0
  343. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/country.js +745 -0
  344. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/index.d.ts +4 -0
  345. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/index.d.ts.map +1 -0
  346. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/index.js +19 -0
  347. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/types.d.ts +63 -0
  348. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/types.d.ts.map +1 -0
  349. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/types.js +108 -0
  350. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/utils.d.ts +21 -0
  351. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/utils.d.ts.map +1 -0
  352. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/utils.js +30 -0
  353. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/currency.d.ts +465 -0
  354. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/currency.d.ts.map +1 -0
  355. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/currency.js +479 -0
  356. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/index.d.ts +4 -0
  357. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/index.d.ts.map +1 -0
  358. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/index.js +19 -0
  359. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/types.d.ts +21 -0
  360. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/types.d.ts.map +1 -0
  361. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/types.js +31 -0
  362. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/utils.d.ts +8 -0
  363. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/utils.d.ts.map +1 -0
  364. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/utils.js +12 -0
  365. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/index.d.ts +6 -0
  366. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/index.d.ts.map +1 -0
  367. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/index.js +21 -0
  368. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/format.d.ts +13 -0
  369. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/format.d.ts.map +1 -0
  370. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/format.js +16 -0
  371. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/phone_number.d.ts +162 -0
  372. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/phone_number.d.ts.map +1 -0
  373. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/phone_number.js +463 -0
  374. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/service.d.ts +267 -0
  375. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/service.d.ts.map +1 -0
  376. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/service.js +506 -0
  377. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/index.d.ts +6 -0
  378. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/index.d.ts.map +1 -0
  379. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/index.js +21 -0
  380. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/antd_validator.d.ts +77 -0
  381. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/antd_validator.d.ts.map +1 -0
  382. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/antd_validator.js +94 -0
  383. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/network_operator.d.ts +30 -0
  384. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/network_operator.d.ts.map +1 -0
  385. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/network_operator.js +50 -0
  386. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/phone_number.d.ts +141 -0
  387. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/phone_number.d.ts.map +1 -0
  388. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/phone_number.js +294 -0
  389. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/index.d.ts +2 -0
  390. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/index.d.ts.map +1 -0
  391. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/index.js +17 -0
  392. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/report_manager.d.ts +144 -0
  393. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/report_manager.d.ts.map +1 -0
  394. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/report_manager.js +328 -0
  395. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/id.d.ts +12 -0
  396. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/id.d.ts.map +1 -0
  397. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/id.js +23 -0
  398. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/index.d.ts +4 -0
  399. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/index.d.ts.map +1 -0
  400. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/index.js +19 -0
  401. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/text.d.ts +32 -0
  402. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/text.d.ts.map +1 -0
  403. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/text.js +75 -0
  404. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/time.d.ts +21 -0
  405. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/time.d.ts.map +1 -0
  406. package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/time.js +39 -0
  407. package/script/npm/src/mod.d.ts +8 -0
  408. package/script/npm/src/mod.d.ts.map +1 -0
  409. package/script/npm/src/mod.js +23 -0
  410. package/script/npm/src/src/errors/api_error.d.ts +63 -0
  411. package/script/npm/src/src/errors/api_error.d.ts.map +1 -0
  412. package/script/npm/src/src/errors/api_error.js +94 -0
  413. package/script/npm/src/src/errors/index.d.ts +3 -0
  414. package/script/npm/src/src/errors/index.d.ts.map +1 -0
  415. package/script/npm/src/src/errors/index.js +18 -0
  416. package/script/npm/src/src/errors/permission_error.d.ts +48 -0
  417. package/script/npm/src/src/errors/permission_error.d.ts.map +1 -0
  418. package/script/npm/src/src/errors/permission_error.js +74 -0
  419. package/script/npm/src/src/features/admin/contract.d.ts +842 -0
  420. package/script/npm/src/src/features/admin/contract.d.ts.map +1 -0
  421. package/script/npm/src/src/features/admin/contract.js +213 -0
  422. package/script/npm/src/src/features/admin/index.d.ts +4 -0
  423. package/script/npm/src/src/features/admin/index.d.ts.map +1 -0
  424. package/script/npm/src/src/features/admin/index.js +19 -0
  425. package/script/npm/src/src/features/admin/repository.d.ts +114 -0
  426. package/script/npm/src/src/features/admin/repository.d.ts.map +1 -0
  427. package/script/npm/src/src/features/admin/repository.js +252 -0
  428. package/script/npm/src/src/features/admin/schemas.d.ts +146 -0
  429. package/script/npm/src/src/features/admin/schemas.d.ts.map +1 -0
  430. package/script/npm/src/src/features/admin/schemas.js +209 -0
  431. package/script/npm/src/src/features/auth/access/contract.d.ts +14 -0
  432. package/script/npm/src/src/features/auth/access/contract.d.ts.map +1 -0
  433. package/script/npm/src/src/features/auth/access/contract.js +17 -0
  434. package/script/npm/src/src/features/auth/access/repository.d.ts +11 -0
  435. package/script/npm/src/src/features/auth/access/repository.d.ts.map +1 -0
  436. package/script/npm/src/src/features/auth/access/repository.js +29 -0
  437. package/script/npm/src/src/features/auth/contract.d.ts +112 -0
  438. package/script/npm/src/src/features/auth/contract.d.ts.map +1 -0
  439. package/script/npm/src/src/features/auth/contract.js +46 -0
  440. package/script/npm/src/src/features/auth/identity/contract.d.ts +23 -0
  441. package/script/npm/src/src/features/auth/identity/contract.d.ts.map +1 -0
  442. package/script/npm/src/src/features/auth/identity/contract.js +20 -0
  443. package/script/npm/src/src/features/auth/identity/repository.d.ts +22 -0
  444. package/script/npm/src/src/features/auth/identity/repository.d.ts.map +1 -0
  445. package/script/npm/src/src/features/auth/identity/repository.js +34 -0
  446. package/script/npm/src/src/features/auth/index.d.ts +6 -0
  447. package/script/npm/src/src/features/auth/index.d.ts.map +1 -0
  448. package/script/npm/src/src/features/auth/index.js +21 -0
  449. package/script/npm/src/src/features/auth/manager.d.ts +105 -0
  450. package/script/npm/src/src/features/auth/manager.d.ts.map +1 -0
  451. package/script/npm/src/src/features/auth/manager.js +185 -0
  452. package/script/npm/src/src/features/auth/profile/contract.d.ts +37 -0
  453. package/script/npm/src/src/features/auth/profile/contract.d.ts.map +1 -0
  454. package/script/npm/src/src/features/auth/profile/contract.js +17 -0
  455. package/script/npm/src/src/features/auth/profile/repository.d.ts +11 -0
  456. package/script/npm/src/src/features/auth/profile/repository.d.ts.map +1 -0
  457. package/script/npm/src/src/features/auth/profile/repository.js +29 -0
  458. package/script/npm/src/src/features/auth/repository.d.ts +30 -0
  459. package/script/npm/src/src/features/auth/repository.d.ts.map +1 -0
  460. package/script/npm/src/src/features/auth/repository.js +73 -0
  461. package/script/npm/src/src/features/auth/storage/client_store.d.ts +30 -0
  462. package/script/npm/src/src/features/auth/storage/client_store.d.ts.map +1 -0
  463. package/script/npm/src/src/features/auth/storage/client_store.js +51 -0
  464. package/script/npm/src/src/features/auth/storage/client_token_handler.d.ts +32 -0
  465. package/script/npm/src/src/features/auth/storage/client_token_handler.d.ts.map +1 -0
  466. package/script/npm/src/src/features/auth/storage/client_token_handler.js +40 -0
  467. package/script/npm/src/src/features/auth/storage/server_store.d.ts +24 -0
  468. package/script/npm/src/src/features/auth/storage/server_store.d.ts.map +1 -0
  469. package/script/npm/src/src/features/auth/storage/server_store.js +38 -0
  470. package/script/npm/src/src/features/auth/storage/server_token_handler.d.ts +36 -0
  471. package/script/npm/src/src/features/auth/storage/server_token_handler.d.ts.map +1 -0
  472. package/script/npm/src/src/features/auth/storage/server_token_handler.js +119 -0
  473. package/script/npm/src/src/features/auth/storage/types.d.ts +42 -0
  474. package/script/npm/src/src/features/auth/storage/types.d.ts.map +1 -0
  475. package/script/npm/src/src/features/auth/storage/types.js +2 -0
  476. package/script/npm/src/src/features/contact/contract.d.ts +170 -0
  477. package/script/npm/src/src/features/contact/contract.d.ts.map +1 -0
  478. package/script/npm/src/src/features/contact/contract.js +52 -0
  479. package/script/npm/src/src/features/contact/index.d.ts +2 -0
  480. package/script/npm/src/src/features/contact/index.d.ts.map +1 -0
  481. package/script/npm/src/src/features/contact/index.js +17 -0
  482. package/script/npm/src/src/features/contact/repository.d.ts +58 -0
  483. package/script/npm/src/src/features/contact/repository.d.ts.map +1 -0
  484. package/script/npm/src/src/features/contact/repository.js +112 -0
  485. package/script/npm/src/src/features/payout/contract.d.ts +623 -0
  486. package/script/npm/src/src/features/payout/contract.d.ts.map +1 -0
  487. package/script/npm/src/src/features/payout/contract.js +78 -0
  488. package/script/npm/src/src/features/payout/index.d.ts +2 -0
  489. package/script/npm/src/src/features/payout/index.d.ts.map +1 -0
  490. package/script/npm/src/src/features/payout/index.js +17 -0
  491. package/script/npm/src/src/features/payout/repository.d.ts +67 -0
  492. package/script/npm/src/src/features/payout/repository.d.ts.map +1 -0
  493. package/script/npm/src/src/features/payout/repository.js +167 -0
  494. package/script/npm/src/src/features/wallet/contract.d.ts +137 -0
  495. package/script/npm/src/src/features/wallet/contract.d.ts.map +1 -0
  496. package/script/npm/src/src/features/wallet/contract.js +41 -0
  497. package/script/npm/src/src/features/wallet/index.d.ts +2 -0
  498. package/script/npm/src/src/features/wallet/index.d.ts.map +1 -0
  499. package/script/npm/src/src/features/wallet/index.js +17 -0
  500. package/script/npm/src/src/features/wallet/repository.d.ts +57 -0
  501. package/script/npm/src/src/features/wallet/repository.d.ts.map +1 -0
  502. package/script/npm/src/src/features/wallet/repository.js +97 -0
  503. package/script/npm/src/src/models/contact/derivatives/contact.d.ts +172 -0
  504. package/script/npm/src/src/models/contact/derivatives/contact.d.ts.map +1 -0
  505. package/script/npm/src/src/models/contact/derivatives/contact.js +270 -0
  506. package/script/npm/src/src/models/contact/derivatives/contact_info.d.ts +188 -0
  507. package/script/npm/src/src/models/contact/derivatives/contact_info.d.ts.map +1 -0
  508. package/script/npm/src/src/models/contact/derivatives/contact_info.js +260 -0
  509. package/script/npm/src/src/models/contact/index.d.ts +5 -0
  510. package/script/npm/src/src/models/contact/index.d.ts.map +1 -0
  511. package/script/npm/src/src/models/contact/index.js +20 -0
  512. package/script/npm/src/src/models/contact/schemas.d.ts +66 -0
  513. package/script/npm/src/src/models/contact/schemas.d.ts.map +1 -0
  514. package/script/npm/src/src/models/contact/schemas.js +67 -0
  515. package/script/npm/src/src/models/contact/validation.d.ts +37 -0
  516. package/script/npm/src/src/models/contact/validation.d.ts.map +1 -0
  517. package/script/npm/src/src/models/contact/validation.js +153 -0
  518. package/script/npm/src/src/models/index.d.ts +7 -0
  519. package/script/npm/src/src/models/index.d.ts.map +1 -0
  520. package/script/npm/src/src/models/index.js +22 -0
  521. package/script/npm/src/src/models/payout/api.d.ts +29 -0
  522. package/script/npm/src/src/models/payout/api.d.ts.map +1 -0
  523. package/script/npm/src/src/models/payout/api.js +2 -0
  524. package/script/npm/src/src/models/payout/channel.d.ts +58 -0
  525. package/script/npm/src/src/models/payout/channel.d.ts.map +1 -0
  526. package/script/npm/src/src/models/payout/channel.js +56 -0
  527. package/script/npm/src/src/models/payout/derivatives/payout.d.ts +158 -0
  528. package/script/npm/src/src/models/payout/derivatives/payout.d.ts.map +1 -0
  529. package/script/npm/src/src/models/payout/derivatives/payout.js +275 -0
  530. package/script/npm/src/src/models/payout/index.d.ts +7 -0
  531. package/script/npm/src/src/models/payout/index.d.ts.map +1 -0
  532. package/script/npm/src/src/models/payout/index.js +22 -0
  533. package/script/npm/src/src/models/payout/narration.d.ts +164 -0
  534. package/script/npm/src/src/models/payout/narration.d.ts.map +1 -0
  535. package/script/npm/src/src/models/payout/narration.js +312 -0
  536. package/script/npm/src/src/models/payout/schemas.d.ts +156 -0
  537. package/script/npm/src/src/models/payout/schemas.d.ts.map +1 -0
  538. package/script/npm/src/src/models/payout/schemas.js +108 -0
  539. package/script/npm/src/src/models/payout/status.d.ts +33 -0
  540. package/script/npm/src/src/models/payout/status.d.ts.map +1 -0
  541. package/script/npm/src/src/models/payout/status.js +37 -0
  542. package/script/npm/src/src/models/permission.d.ts +55 -0
  543. package/script/npm/src/src/models/permission.d.ts.map +1 -0
  544. package/script/npm/src/src/models/permission.js +53 -0
  545. package/script/npm/src/src/models/role.d.ts +21 -0
  546. package/script/npm/src/src/models/role.d.ts.map +1 -0
  547. package/script/npm/src/src/models/role.js +77 -0
  548. package/script/npm/src/src/models/user/authenticated-user.d.ts +77 -0
  549. package/script/npm/src/src/models/user/authenticated-user.d.ts.map +1 -0
  550. package/script/npm/src/src/models/user/authenticated-user.js +230 -0
  551. package/script/npm/src/src/models/user/index.d.ts +4 -0
  552. package/script/npm/src/src/models/user/index.d.ts.map +1 -0
  553. package/script/npm/src/src/models/user/index.js +19 -0
  554. package/script/npm/src/src/models/user/managed-user.d.ts +108 -0
  555. package/script/npm/src/src/models/user/managed-user.d.ts.map +1 -0
  556. package/script/npm/src/src/models/user/managed-user.js +260 -0
  557. package/script/npm/src/src/models/user/profile.d.ts +161 -0
  558. package/script/npm/src/src/models/user/profile.d.ts.map +1 -0
  559. package/script/npm/src/src/models/user/profile.js +338 -0
  560. package/script/npm/src/src/models/wallet/index.d.ts +4 -0
  561. package/script/npm/src/src/models/wallet/index.d.ts.map +1 -0
  562. package/script/npm/src/src/models/wallet/index.js +19 -0
  563. package/script/npm/src/src/models/wallet/schemas.d.ts +95 -0
  564. package/script/npm/src/src/models/wallet/schemas.d.ts.map +1 -0
  565. package/script/npm/src/src/models/wallet/schemas.js +38 -0
  566. package/script/npm/src/src/models/wallet/statement_entry.d.ts +160 -0
  567. package/script/npm/src/src/models/wallet/statement_entry.d.ts.map +1 -0
  568. package/script/npm/src/src/models/wallet/statement_entry.js +259 -0
  569. package/script/npm/src/src/models/wallet/wallet.d.ts +147 -0
  570. package/script/npm/src/src/models/wallet/wallet.d.ts.map +1 -0
  571. package/script/npm/src/src/models/wallet/wallet.js +283 -0
  572. package/script/npm/src/src/shared/base_repository.d.ts +80 -0
  573. package/script/npm/src/src/shared/base_repository.d.ts.map +1 -0
  574. package/script/npm/src/src/shared/base_repository.js +157 -0
  575. package/script/npm/src/src/shared/common_responses.d.ts +13 -0
  576. package/script/npm/src/src/shared/common_responses.d.ts.map +1 -0
  577. package/script/npm/src/src/shared/common_responses.js +13 -0
  578. package/script/npm/src/src/shared/index.d.ts +3 -0
  579. package/script/npm/src/src/shared/index.d.ts.map +1 -0
  580. package/script/npm/src/src/shared/index.js +18 -0
  581. package/script/npm/src/src/shared/token_required_repository.d.ts +78 -0
  582. package/script/npm/src/src/shared/token_required_repository.d.ts.map +1 -0
  583. package/script/npm/src/src/shared/token_required_repository.js +132 -0
  584. package/script/package.json +3 -0
  585. package/dist/index.cjs.js +0 -2
  586. package/dist/index.cjs.js.map +0 -1
  587. package/dist/index.d.ts +0 -10
  588. package/dist/index.esm.js +0 -2
  589. package/dist/index.esm.js.map +0 -1
  590. package/dist/lib/api/base-repository.d.ts +0 -175
  591. package/dist/lib/api/index.d.ts +0 -1
  592. package/dist/lib/error/error.utils.d.ts +0 -22
  593. package/dist/lib/error/index.d.ts +0 -3
  594. package/dist/lib/query/index.d.ts +0 -4
  595. package/dist/lib/query/pagination/pagination.d.ts +0 -73
  596. package/dist/lib/query/pagination/pagination.schemas.d.ts +0 -83
  597. package/dist/lib/query/query.builder.d.ts +0 -71
  598. package/dist/lib/query/query.types.d.ts +0 -36
  599. package/dist/modules/auth/auth.manager.d.ts +0 -249
  600. package/dist/modules/auth/auth.repository.d.ts +0 -83
  601. package/dist/modules/auth/auth.store.d.ts +0 -139
  602. package/dist/modules/auth/company-membership.model.d.ts +0 -58
  603. package/dist/modules/auth/index.d.ts +0 -4
  604. package/dist/modules/auth/user.model.d.ts +0 -140
  605. package/dist/modules/contact/contact-info.model.d.ts +0 -446
  606. package/dist/modules/contact/contact-input-handler.d.ts +0 -16
  607. package/dist/modules/contact/contact.dtos.d.ts +0 -84
  608. package/dist/modules/contact/contact.model.d.ts +0 -296
  609. package/dist/modules/contact/contact.repository.d.ts +0 -116
  610. package/dist/modules/contact/index.d.ts +0 -4
  611. package/dist/modules/login/index.d.ts +0 -4
  612. package/dist/modules/login/login.api-contract.d.ts +0 -51
  613. package/dist/modules/login/login.dtos.d.ts +0 -85
  614. package/dist/modules/login/login.model.d.ts +0 -138
  615. package/dist/modules/login/login.repository.d.ts +0 -58
  616. package/dist/modules/payout/index.d.ts +0 -5
  617. package/dist/modules/payout/payout-channel-handler.d.ts +0 -82
  618. package/dist/modules/payout/payout.dtos.d.ts +0 -605
  619. package/dist/modules/payout/payout.query.d.ts +0 -133
  620. package/dist/modules/payout/payout.repository.d.ts +0 -181
  621. package/dist/modules/profile/index.d.ts +0 -3
  622. package/dist/modules/profile/profile.dtos.d.ts +0 -80
  623. package/dist/modules/profile/profile.repository.d.ts +0 -56
  624. package/dist/modules/team-member/index.d.ts +0 -4
  625. package/dist/modules/team-member/team-member.dtos.d.ts +0 -261
  626. package/dist/modules/team-member/team-member.model.d.ts +0 -137
  627. package/dist/modules/team-member/team-member.repository.d.ts +0 -179
  628. package/dist/modules/wallet/index.d.ts +0 -7
  629. package/dist/modules/wallet/narration.model.d.ts +0 -229
  630. package/dist/modules/wallet/statement-entry.model.d.ts +0 -200
  631. package/dist/modules/wallet/wallet-manager.session.d.ts +0 -143
  632. package/dist/modules/wallet/wallet.dtos.d.ts +0 -204
  633. package/dist/modules/wallet/wallet.query.d.ts +0 -95
  634. package/dist/modules/wallet/wallet.repository.d.ts +0 -205
  635. package/dist/modules/wallet/wallet.utils.d.ts +0 -17
@@ -1,7 +1,8 @@
1
1
  import { z } from "zod";
2
- export declare const teamManagementContract: {
3
- getTeamMembers: {
4
- description: "Retrieve a list of all team member accounts in the system";
2
+ export declare const userManagementContract: {
3
+ getUsers: {
4
+ method: "GET";
5
+ description: "Retrieve a list of all user accounts in the system";
5
6
  query: z.ZodObject<{
6
7
  id: z.ZodOptional<z.ZodString>;
7
8
  name: z.ZodOptional<z.ZodString>;
@@ -15,35 +16,34 @@ export declare const teamManagementContract: {
15
16
  createdAt: z.ZodOptional<z.ZodString>;
16
17
  updatedAt: z.ZodOptional<z.ZodString>;
17
18
  eager: z.ZodOptional<z.ZodString>;
18
- }, "strip", z.ZodTypeAny, {
19
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
19
20
  type?: string | undefined;
20
21
  name?: string | undefined;
21
22
  id?: string | undefined;
22
- profileId?: string | undefined;
23
- identity?: string | undefined;
24
- roleId?: string | undefined;
25
- isActive?: number | undefined;
26
- isArchived?: number | undefined;
27
23
  resetPassword?: number | undefined;
24
+ identity?: string | undefined;
25
+ profileId?: string | undefined;
28
26
  createdAt?: string | undefined;
29
27
  updatedAt?: string | undefined;
30
28
  eager?: string | undefined;
29
+ roleId?: string | undefined;
30
+ isActive?: number | undefined;
31
+ isArchived?: number | undefined;
31
32
  }, {
32
33
  type?: string | undefined;
33
34
  name?: string | undefined;
34
35
  id?: string | undefined;
35
- profileId?: string | undefined;
36
- identity?: string | undefined;
37
- roleId?: string | undefined;
38
- isActive?: number | undefined;
39
- isArchived?: number | undefined;
40
36
  resetPassword?: number | undefined;
37
+ identity?: string | undefined;
38
+ profileId?: string | undefined;
41
39
  createdAt?: string | undefined;
42
40
  updatedAt?: string | undefined;
43
41
  eager?: string | undefined;
42
+ roleId?: string | undefined;
43
+ isActive?: number | undefined;
44
+ isArchived?: number | undefined;
44
45
  }>;
45
- summary: "List all team members";
46
- method: "GET";
46
+ summary: "List all user accounts";
47
47
  path: "/login";
48
48
  responses: {
49
49
  200: z.ZodArray<z.ZodObject<{
@@ -56,68 +56,54 @@ export declare const teamManagementContract: {
56
56
  resetPassword: z.ZodBoolean;
57
57
  isActive: z.ZodBoolean;
58
58
  isArchived: z.ZodBoolean;
59
- role: z.ZodOptional<z.ZodObject<{
60
- id: z.ZodString;
61
- name: z.ZodString;
62
- description: z.ZodOptional<z.ZodString>;
63
- access: z.ZodArray<z.ZodString, "many">;
64
- createdAt: z.ZodString;
65
- updatedAt: z.ZodString;
66
- }, "strip", z.ZodTypeAny, {
59
+ role: z.ZodOptional<z.ZodType<{
67
60
  name: string;
68
61
  id: string;
69
- createdAt: string;
70
- updatedAt: string;
71
62
  access: string[];
72
- description?: string | undefined;
73
- }, {
74
- name: string;
75
- id: string;
76
63
  createdAt: string;
77
64
  updatedAt: string;
78
- access: string[];
79
65
  description?: string | undefined;
80
66
  }>>;
81
67
  createdAt: z.ZodString;
82
68
  updatedAt: z.ZodString;
83
- }, "strip", z.ZodTypeAny, {
69
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
84
70
  type: string;
85
71
  name: string;
86
72
  id: string;
87
- profileId: string;
73
+ resetPassword: boolean;
88
74
  identity: string;
75
+ profileId: string;
76
+ createdAt: string;
77
+ updatedAt: string;
89
78
  roleId: string;
90
79
  isActive: boolean;
91
80
  isArchived: boolean;
92
- resetPassword: boolean;
93
- createdAt: string;
94
- updatedAt: string;
95
81
  role?: {
96
82
  name: string;
97
83
  id: string;
84
+ access: string[];
98
85
  createdAt: string;
99
86
  updatedAt: string;
100
- access: string[];
101
87
  description?: string | undefined;
102
88
  } | undefined;
103
89
  }, {
104
90
  type: string;
105
91
  name: string;
106
92
  id: string;
107
- profileId: string;
93
+ resetPassword: boolean;
108
94
  identity: string;
95
+ profileId: string;
96
+ createdAt: string;
97
+ updatedAt: string;
109
98
  roleId: string;
110
99
  isActive: boolean;
111
100
  isArchived: boolean;
112
- resetPassword: boolean;
113
- createdAt: string;
114
- updatedAt: string;
115
101
  role?: {
116
102
  name: string;
117
103
  id: string;
104
+ access: string[];
118
105
  createdAt: string;
119
106
  updatedAt: string;
120
- access: string[];
121
107
  description?: string | undefined;
122
108
  } | undefined;
123
109
  }>, "many">;
@@ -137,8 +123,9 @@ export declare const teamManagementContract: {
137
123
  }>;
138
124
  };
139
125
  };
140
- getTeamMember: {
141
- description: "Retrieve detailed information about a specific team member";
126
+ getUser: {
127
+ method: "GET";
128
+ description: "Retrieve detailed information about a specific user account";
142
129
  pathParams: z.ZodObject<{
143
130
  id: z.ZodString;
144
131
  }, "strip", z.ZodTypeAny, {
@@ -159,35 +146,34 @@ export declare const teamManagementContract: {
159
146
  createdAt: z.ZodOptional<z.ZodString>;
160
147
  updatedAt: z.ZodOptional<z.ZodString>;
161
148
  eager: z.ZodOptional<z.ZodString>;
162
- }, "strip", z.ZodTypeAny, {
149
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
163
150
  type?: string | undefined;
164
151
  name?: string | undefined;
165
152
  id?: string | undefined;
166
- profileId?: string | undefined;
167
- identity?: string | undefined;
168
- roleId?: string | undefined;
169
- isActive?: number | undefined;
170
- isArchived?: number | undefined;
171
153
  resetPassword?: number | undefined;
154
+ identity?: string | undefined;
155
+ profileId?: string | undefined;
172
156
  createdAt?: string | undefined;
173
157
  updatedAt?: string | undefined;
174
158
  eager?: string | undefined;
159
+ roleId?: string | undefined;
160
+ isActive?: number | undefined;
161
+ isArchived?: number | undefined;
175
162
  }, {
176
163
  type?: string | undefined;
177
164
  name?: string | undefined;
178
165
  id?: string | undefined;
179
- profileId?: string | undefined;
180
- identity?: string | undefined;
181
- roleId?: string | undefined;
182
- isActive?: number | undefined;
183
- isArchived?: number | undefined;
184
166
  resetPassword?: number | undefined;
167
+ identity?: string | undefined;
168
+ profileId?: string | undefined;
185
169
  createdAt?: string | undefined;
186
170
  updatedAt?: string | undefined;
187
171
  eager?: string | undefined;
172
+ roleId?: string | undefined;
173
+ isActive?: number | undefined;
174
+ isArchived?: number | undefined;
188
175
  }>;
189
- summary: "Get team member details";
190
- method: "GET";
176
+ summary: "Get user account details";
191
177
  path: "/login/:id";
192
178
  responses: {
193
179
  200: z.ZodObject<{
@@ -200,68 +186,54 @@ export declare const teamManagementContract: {
200
186
  resetPassword: z.ZodBoolean;
201
187
  isActive: z.ZodBoolean;
202
188
  isArchived: z.ZodBoolean;
203
- role: z.ZodOptional<z.ZodObject<{
204
- id: z.ZodString;
205
- name: z.ZodString;
206
- description: z.ZodOptional<z.ZodString>;
207
- access: z.ZodArray<z.ZodString, "many">;
208
- createdAt: z.ZodString;
209
- updatedAt: z.ZodString;
210
- }, "strip", z.ZodTypeAny, {
189
+ role: z.ZodOptional<z.ZodType<{
211
190
  name: string;
212
191
  id: string;
213
- createdAt: string;
214
- updatedAt: string;
215
192
  access: string[];
216
- description?: string | undefined;
217
- }, {
218
- name: string;
219
- id: string;
220
193
  createdAt: string;
221
194
  updatedAt: string;
222
- access: string[];
223
195
  description?: string | undefined;
224
196
  }>>;
225
197
  createdAt: z.ZodString;
226
198
  updatedAt: z.ZodString;
227
- }, "strip", z.ZodTypeAny, {
199
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
228
200
  type: string;
229
201
  name: string;
230
202
  id: string;
231
- profileId: string;
203
+ resetPassword: boolean;
232
204
  identity: string;
205
+ profileId: string;
206
+ createdAt: string;
207
+ updatedAt: string;
233
208
  roleId: string;
234
209
  isActive: boolean;
235
210
  isArchived: boolean;
236
- resetPassword: boolean;
237
- createdAt: string;
238
- updatedAt: string;
239
211
  role?: {
240
212
  name: string;
241
213
  id: string;
214
+ access: string[];
242
215
  createdAt: string;
243
216
  updatedAt: string;
244
- access: string[];
245
217
  description?: string | undefined;
246
218
  } | undefined;
247
219
  }, {
248
220
  type: string;
249
221
  name: string;
250
222
  id: string;
251
- profileId: string;
223
+ resetPassword: boolean;
252
224
  identity: string;
225
+ profileId: string;
226
+ createdAt: string;
227
+ updatedAt: string;
253
228
  roleId: string;
254
229
  isActive: boolean;
255
230
  isArchived: boolean;
256
- resetPassword: boolean;
257
- createdAt: string;
258
- updatedAt: string;
259
231
  role?: {
260
232
  name: string;
261
233
  id: string;
234
+ access: string[];
262
235
  createdAt: string;
263
236
  updatedAt: string;
264
- access: string[];
265
237
  description?: string | undefined;
266
238
  } | undefined;
267
239
  }>;
@@ -288,28 +260,28 @@ export declare const teamManagementContract: {
288
260
  }>;
289
261
  };
290
262
  };
291
- createTeamMember: {
292
- description: "Create a new team member account with specified role and permissions";
293
- summary: "Create new team member";
263
+ createUser: {
294
264
  method: "POST";
265
+ description: "Create a new user account with specified role and permissions";
266
+ summary: "Create new user account";
295
267
  body: z.ZodObject<{
296
268
  name: z.ZodString;
297
269
  identity: z.ZodString;
298
270
  password: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
299
271
  roleId: z.ZodOptional<z.ZodString>;
300
272
  resetPassword: z.ZodOptional<z.ZodBoolean>;
301
- }, "strip", z.ZodTypeAny, {
273
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
302
274
  name: string;
303
275
  identity: string;
304
- roleId?: string | undefined;
305
276
  resetPassword?: boolean | undefined;
306
277
  password?: string | undefined;
278
+ roleId?: string | undefined;
307
279
  }, {
308
280
  name: string;
309
281
  identity: string;
310
- roleId?: string | undefined;
311
282
  resetPassword?: boolean | undefined;
312
283
  password?: string | undefined;
284
+ roleId?: string | undefined;
313
285
  }>;
314
286
  path: "/login";
315
287
  responses: {
@@ -319,36 +291,30 @@ export declare const teamManagementContract: {
319
291
  identity: z.ZodString;
320
292
  type: z.ZodString;
321
293
  profileId: z.ZodString;
322
- resetPassword: z.ZodBoolean;
323
294
  roleId: z.ZodString;
324
295
  isActive: z.ZodBoolean;
325
296
  isArchived: z.ZodBoolean;
326
297
  createdAt: z.ZodString;
327
- updatedAt: z.ZodString;
328
- }, "strip", z.ZodTypeAny, {
298
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
329
299
  type: string;
330
300
  name: string;
331
301
  id: string;
332
- profileId: string;
333
302
  identity: string;
303
+ profileId: string;
304
+ createdAt: string;
334
305
  roleId: string;
335
306
  isActive: boolean;
336
307
  isArchived: boolean;
337
- resetPassword: boolean;
338
- createdAt: string;
339
- updatedAt: string;
340
308
  }, {
341
309
  type: string;
342
310
  name: string;
343
311
  id: string;
344
- profileId: string;
345
312
  identity: string;
313
+ profileId: string;
314
+ createdAt: string;
346
315
  roleId: string;
347
316
  isActive: boolean;
348
317
  isArchived: boolean;
349
- resetPassword: boolean;
350
- createdAt: string;
351
- updatedAt: string;
352
318
  }>;
353
319
  400: z.ZodObject<{
354
320
  message: z.ZodOptional<z.ZodString>;
@@ -383,8 +349,9 @@ export declare const teamManagementContract: {
383
349
  }>;
384
350
  };
385
351
  };
386
- updateTeamMember: {
387
- description: "Update team member information, role, status, or force password reset";
352
+ updateUser: {
353
+ method: "PATCH";
354
+ description: "Update user account information, role, status, or force password reset";
388
355
  pathParams: z.ZodObject<{
389
356
  id: z.ZodString;
390
357
  }, "strip", z.ZodTypeAny, {
@@ -392,26 +359,25 @@ export declare const teamManagementContract: {
392
359
  }, {
393
360
  id: string;
394
361
  }>;
395
- summary: "Update team member";
396
- method: "PATCH";
362
+ summary: "Update user account";
397
363
  body: z.ZodObject<{
398
364
  name: z.ZodOptional<z.ZodString>;
399
365
  roleId: z.ZodOptional<z.ZodString>;
400
366
  password: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
401
367
  resetPassword: z.ZodOptional<z.ZodBoolean>;
402
368
  isActive: z.ZodOptional<z.ZodBoolean>;
403
- }, "strip", z.ZodTypeAny, {
369
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
404
370
  name?: string | undefined;
405
- roleId?: string | undefined;
406
- isActive?: boolean | undefined;
407
371
  resetPassword?: boolean | undefined;
408
372
  password?: string | undefined;
409
- }, {
410
- name?: string | undefined;
411
373
  roleId?: string | undefined;
412
374
  isActive?: boolean | undefined;
375
+ }, {
376
+ name?: string | undefined;
413
377
  resetPassword?: boolean | undefined;
414
378
  password?: string | undefined;
379
+ roleId?: string | undefined;
380
+ isActive?: boolean | undefined;
415
381
  }>;
416
382
  path: "/login/:id";
417
383
  responses: {
@@ -425,68 +391,54 @@ export declare const teamManagementContract: {
425
391
  resetPassword: z.ZodBoolean;
426
392
  isActive: z.ZodBoolean;
427
393
  isArchived: z.ZodBoolean;
428
- role: z.ZodOptional<z.ZodObject<{
429
- id: z.ZodString;
430
- name: z.ZodString;
431
- description: z.ZodOptional<z.ZodString>;
432
- access: z.ZodArray<z.ZodString, "many">;
433
- createdAt: z.ZodString;
434
- updatedAt: z.ZodString;
435
- }, "strip", z.ZodTypeAny, {
394
+ role: z.ZodOptional<z.ZodType<{
436
395
  name: string;
437
396
  id: string;
438
- createdAt: string;
439
- updatedAt: string;
440
397
  access: string[];
441
- description?: string | undefined;
442
- }, {
443
- name: string;
444
- id: string;
445
398
  createdAt: string;
446
399
  updatedAt: string;
447
- access: string[];
448
400
  description?: string | undefined;
449
401
  }>>;
450
402
  createdAt: z.ZodString;
451
403
  updatedAt: z.ZodString;
452
- }, "strip", z.ZodTypeAny, {
404
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
453
405
  type: string;
454
406
  name: string;
455
407
  id: string;
456
- profileId: string;
408
+ resetPassword: boolean;
457
409
  identity: string;
410
+ profileId: string;
411
+ createdAt: string;
412
+ updatedAt: string;
458
413
  roleId: string;
459
414
  isActive: boolean;
460
415
  isArchived: boolean;
461
- resetPassword: boolean;
462
- createdAt: string;
463
- updatedAt: string;
464
416
  role?: {
465
417
  name: string;
466
418
  id: string;
419
+ access: string[];
467
420
  createdAt: string;
468
421
  updatedAt: string;
469
- access: string[];
470
422
  description?: string | undefined;
471
423
  } | undefined;
472
424
  }, {
473
425
  type: string;
474
426
  name: string;
475
427
  id: string;
476
- profileId: string;
428
+ resetPassword: boolean;
477
429
  identity: string;
430
+ profileId: string;
431
+ createdAt: string;
432
+ updatedAt: string;
478
433
  roleId: string;
479
434
  isActive: boolean;
480
435
  isArchived: boolean;
481
- resetPassword: boolean;
482
- createdAt: string;
483
- updatedAt: string;
484
436
  role?: {
485
437
  name: string;
486
438
  id: string;
439
+ access: string[];
487
440
  createdAt: string;
488
441
  updatedAt: string;
489
- access: string[];
490
442
  description?: string | undefined;
491
443
  } | undefined;
492
444
  }>;
@@ -523,8 +475,9 @@ export declare const teamManagementContract: {
523
475
  }>;
524
476
  };
525
477
  };
526
- archiveTeamMember: {
527
- description: "Archive (soft delete) a team member account";
478
+ archiveUser: {
479
+ method: "POST";
480
+ description: "Archive (soft delete) a user account";
528
481
  pathParams: z.ZodObject<{
529
482
  id: z.ZodString;
530
483
  }, "strip", z.ZodTypeAny, {
@@ -532,8 +485,7 @@ export declare const teamManagementContract: {
532
485
  }, {
533
486
  id: string;
534
487
  }>;
535
- summary: "Archive team member";
536
- method: "POST";
488
+ summary: "Archive user account";
537
489
  body: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
538
490
  path: "/login/:id/archive";
539
491
  responses: {
@@ -547,68 +499,54 @@ export declare const teamManagementContract: {
547
499
  resetPassword: z.ZodBoolean;
548
500
  isActive: z.ZodBoolean;
549
501
  isArchived: z.ZodBoolean;
550
- role: z.ZodOptional<z.ZodObject<{
551
- id: z.ZodString;
552
- name: z.ZodString;
553
- description: z.ZodOptional<z.ZodString>;
554
- access: z.ZodArray<z.ZodString, "many">;
555
- createdAt: z.ZodString;
556
- updatedAt: z.ZodString;
557
- }, "strip", z.ZodTypeAny, {
502
+ role: z.ZodOptional<z.ZodType<{
558
503
  name: string;
559
504
  id: string;
560
- createdAt: string;
561
- updatedAt: string;
562
505
  access: string[];
563
- description?: string | undefined;
564
- }, {
565
- name: string;
566
- id: string;
567
506
  createdAt: string;
568
507
  updatedAt: string;
569
- access: string[];
570
508
  description?: string | undefined;
571
509
  }>>;
572
510
  createdAt: z.ZodString;
573
511
  updatedAt: z.ZodString;
574
- }, "strip", z.ZodTypeAny, {
512
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
575
513
  type: string;
576
514
  name: string;
577
515
  id: string;
578
- profileId: string;
516
+ resetPassword: boolean;
579
517
  identity: string;
518
+ profileId: string;
519
+ createdAt: string;
520
+ updatedAt: string;
580
521
  roleId: string;
581
522
  isActive: boolean;
582
523
  isArchived: boolean;
583
- resetPassword: boolean;
584
- createdAt: string;
585
- updatedAt: string;
586
524
  role?: {
587
525
  name: string;
588
526
  id: string;
527
+ access: string[];
589
528
  createdAt: string;
590
529
  updatedAt: string;
591
- access: string[];
592
530
  description?: string | undefined;
593
531
  } | undefined;
594
532
  }, {
595
533
  type: string;
596
534
  name: string;
597
535
  id: string;
598
- profileId: string;
536
+ resetPassword: boolean;
599
537
  identity: string;
538
+ profileId: string;
539
+ createdAt: string;
540
+ updatedAt: string;
600
541
  roleId: string;
601
542
  isActive: boolean;
602
543
  isArchived: boolean;
603
- resetPassword: boolean;
604
- createdAt: string;
605
- updatedAt: string;
606
544
  role?: {
607
545
  name: string;
608
546
  id: string;
547
+ access: string[];
609
548
  createdAt: string;
610
549
  updatedAt: string;
611
- access: string[];
612
550
  description?: string | undefined;
613
551
  } | undefined;
614
552
  }>;
@@ -635,8 +573,9 @@ export declare const teamManagementContract: {
635
573
  }>;
636
574
  };
637
575
  };
638
- unArchiveTeamMember: {
639
- description: "Unarchive a previously archived team member account";
576
+ unArchiveUser: {
577
+ method: "POST";
578
+ description: "Un-archive (soft delete) a user account";
640
579
  pathParams: z.ZodObject<{
641
580
  id: z.ZodString;
642
581
  }, "strip", z.ZodTypeAny, {
@@ -644,8 +583,7 @@ export declare const teamManagementContract: {
644
583
  }, {
645
584
  id: string;
646
585
  }>;
647
- summary: "Unarchive team member";
648
- method: "POST";
586
+ summary: "Un-archive user account";
649
587
  body: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
650
588
  path: "/login/:id/unarchive";
651
589
  responses: {
@@ -659,68 +597,54 @@ export declare const teamManagementContract: {
659
597
  resetPassword: z.ZodBoolean;
660
598
  isActive: z.ZodBoolean;
661
599
  isArchived: z.ZodBoolean;
662
- role: z.ZodOptional<z.ZodObject<{
663
- id: z.ZodString;
664
- name: z.ZodString;
665
- description: z.ZodOptional<z.ZodString>;
666
- access: z.ZodArray<z.ZodString, "many">;
667
- createdAt: z.ZodString;
668
- updatedAt: z.ZodString;
669
- }, "strip", z.ZodTypeAny, {
600
+ role: z.ZodOptional<z.ZodType<{
670
601
  name: string;
671
602
  id: string;
672
- createdAt: string;
673
- updatedAt: string;
674
603
  access: string[];
675
- description?: string | undefined;
676
- }, {
677
- name: string;
678
- id: string;
679
604
  createdAt: string;
680
605
  updatedAt: string;
681
- access: string[];
682
606
  description?: string | undefined;
683
607
  }>>;
684
608
  createdAt: z.ZodString;
685
609
  updatedAt: z.ZodString;
686
- }, "strip", z.ZodTypeAny, {
610
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
687
611
  type: string;
688
612
  name: string;
689
613
  id: string;
690
- profileId: string;
614
+ resetPassword: boolean;
691
615
  identity: string;
616
+ profileId: string;
617
+ createdAt: string;
618
+ updatedAt: string;
692
619
  roleId: string;
693
620
  isActive: boolean;
694
621
  isArchived: boolean;
695
- resetPassword: boolean;
696
- createdAt: string;
697
- updatedAt: string;
698
622
  role?: {
699
623
  name: string;
700
624
  id: string;
625
+ access: string[];
701
626
  createdAt: string;
702
627
  updatedAt: string;
703
- access: string[];
704
628
  description?: string | undefined;
705
629
  } | undefined;
706
630
  }, {
707
631
  type: string;
708
632
  name: string;
709
633
  id: string;
710
- profileId: string;
634
+ resetPassword: boolean;
711
635
  identity: string;
636
+ profileId: string;
637
+ createdAt: string;
638
+ updatedAt: string;
712
639
  roleId: string;
713
640
  isActive: boolean;
714
641
  isArchived: boolean;
715
- resetPassword: boolean;
716
- createdAt: string;
717
- updatedAt: string;
718
642
  role?: {
719
643
  name: string;
720
644
  id: string;
645
+ access: string[];
721
646
  createdAt: string;
722
647
  updatedAt: string;
723
- access: string[];
724
648
  description?: string | undefined;
725
649
  } | undefined;
726
650
  }>;
@@ -748,7 +672,8 @@ export declare const teamManagementContract: {
748
672
  };
749
673
  };
750
674
  resetPassword: {
751
- description: "Reset a team member's password and optionally send notification";
675
+ method: "POST";
676
+ description: "Reset a user's password and optionally send notification";
752
677
  pathParams: z.ZodObject<{
753
678
  id: z.ZodString;
754
679
  }, "strip", z.ZodTypeAny, {
@@ -756,12 +681,11 @@ export declare const teamManagementContract: {
756
681
  }, {
757
682
  id: string;
758
683
  }>;
759
- summary: "Reset team member password";
760
- method: "POST";
684
+ summary: "Reset user password";
761
685
  body: z.ZodObject<{
762
686
  newPassword: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>>;
763
687
  sendNotification: z.ZodOptional<z.ZodBoolean>;
764
- }, "strip", z.ZodTypeAny, {
688
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
765
689
  newPassword?: string | undefined;
766
690
  sendNotification?: boolean | undefined;
767
691
  }, {
@@ -808,31 +732,31 @@ export declare const teamManagementContract: {
808
732
  };
809
733
  };
810
734
  getRoles: {
735
+ method: "GET";
811
736
  description: "Retrieve a list of all available roles in the system";
812
737
  summary: "List all roles";
813
- method: "GET";
814
738
  path: "/role";
815
739
  responses: {
816
740
  200: z.ZodArray<z.ZodObject<{
817
741
  id: z.ZodString;
818
742
  name: z.ZodString;
819
743
  description: z.ZodOptional<z.ZodString>;
820
- access: z.ZodArray<z.ZodString, "many">;
744
+ access: z.ZodArray<z.ZodString>;
821
745
  createdAt: z.ZodString;
822
746
  updatedAt: z.ZodString;
823
- }, "strip", z.ZodTypeAny, {
747
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
824
748
  name: string;
825
749
  id: string;
750
+ access: string[];
826
751
  createdAt: string;
827
752
  updatedAt: string;
828
- access: string[];
829
753
  description?: string | undefined;
830
754
  }, {
831
755
  name: string;
832
756
  id: string;
757
+ access: string[];
833
758
  createdAt: string;
834
759
  updatedAt: string;
835
- access: string[];
836
760
  description?: string | undefined;
837
761
  }>, "many">;
838
762
  401: z.ZodObject<{
@@ -852,6 +776,7 @@ export declare const teamManagementContract: {
852
776
  };
853
777
  };
854
778
  getRole: {
779
+ method: "GET";
855
780
  description: "Retrieve detailed information about a specific role";
856
781
  pathParams: z.ZodObject<{
857
782
  id: z.ZodString;
@@ -861,29 +786,28 @@ export declare const teamManagementContract: {
861
786
  id: string;
862
787
  }>;
863
788
  summary: "Get role details";
864
- method: "GET";
865
789
  path: "/role/:id";
866
790
  responses: {
867
791
  200: z.ZodObject<{
868
792
  id: z.ZodString;
869
793
  name: z.ZodString;
870
794
  description: z.ZodOptional<z.ZodString>;
871
- access: z.ZodArray<z.ZodString, "many">;
795
+ access: z.ZodArray<z.ZodString>;
872
796
  createdAt: z.ZodString;
873
797
  updatedAt: z.ZodString;
874
- }, "strip", z.ZodTypeAny, {
798
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
875
799
  name: string;
876
800
  id: string;
801
+ access: string[];
877
802
  createdAt: string;
878
803
  updatedAt: string;
879
- access: string[];
880
804
  description?: string | undefined;
881
805
  }, {
882
806
  name: string;
883
807
  id: string;
808
+ access: string[];
884
809
  createdAt: string;
885
810
  updatedAt: string;
886
- access: string[];
887
811
  description?: string | undefined;
888
812
  }>;
889
813
  401: z.ZodObject<{
@@ -911,7 +835,8 @@ export declare const teamManagementContract: {
911
835
  };
912
836
  };
913
837
  /**
914
- * TypeScript type for the complete team management contract.
838
+ * TypeScript type for the complete user management contract.
915
839
  * Use this type for strongly typed API client implementations.
916
840
  */
917
- export type TeamManagementContract = typeof teamManagementContract;
841
+ export type UserManagementContract = typeof userManagementContract;
842
+ //# sourceMappingURL=contract.d.ts.map