@xoxno/types 1.0.1

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 (543) hide show
  1. package/dist/cache/keys.d.ts +642 -0
  2. package/dist/cache/keys.js +654 -0
  3. package/dist/cache/ttl.d.ts +13 -0
  4. package/dist/cache/ttl.js +16 -0
  5. package/dist/common/enums.d.ts +52 -0
  6. package/dist/common/enums.js +61 -0
  7. package/dist/common/kusto/kusto-db.enum.d.ts +7 -0
  8. package/dist/common/kusto/kusto-db.enum.js +12 -0
  9. package/dist/common/kusto/lending-market-analytics.d.ts +19 -0
  10. package/dist/common/kusto/lending-market-analytics.js +171 -0
  11. package/dist/common/kusto/lending-overall-stats.d.ts +11 -0
  12. package/dist/common/kusto/lending-overall-stats.js +72 -0
  13. package/dist/common/kusto/lending-position-status.d.ts +10 -0
  14. package/dist/common/kusto/lending-position-status.js +63 -0
  15. package/dist/common/kusto/order-by-column.enum.d.ts +8 -0
  16. package/dist/common/kusto/order-by-column.enum.js +13 -0
  17. package/dist/common/kusto/order-direction.enum.d.ts +4 -0
  18. package/dist/common/kusto/order-direction.enum.js +8 -0
  19. package/dist/common/kusto/trading-stats.d.ts +28 -0
  20. package/dist/common/kusto/trading-stats.js +35 -0
  21. package/dist/common/kusto/user-trading-summary.d.ts +20 -0
  22. package/dist/common/kusto/user-trading-summary.js +6 -0
  23. package/dist/common/kusto/volume-graph.d.ts +16 -0
  24. package/dist/common/kusto/volume-graph.js +57 -0
  25. package/dist/common/kusto/wallet-stats.d.ts +36 -0
  26. package/dist/common/kusto/wallet-stats.js +66 -0
  27. package/dist/common/owner.dto.d.ts +14 -0
  28. package/dist/common/owner.dto.js +37 -0
  29. package/dist/common/socials.d.ts +11 -0
  30. package/dist/common/socials.js +53 -0
  31. package/dist/common/statistics.d.ts +11 -0
  32. package/dist/common/statistics.js +49 -0
  33. package/dist/common/tokenPayent.d.ts +9 -0
  34. package/dist/common/tokenPayent.js +50 -0
  35. package/dist/cosmos-db/cosmos-db-container.enum.d.ts +13 -0
  36. package/dist/cosmos-db/cosmos-db-container.enum.js +17 -0
  37. package/dist/cosmos-db/cosmos-db-generic-filter.d.ts +16 -0
  38. package/dist/cosmos-db/cosmos-db-generic-filter.js +72 -0
  39. package/dist/cosmos-db/cosmos-db-paginated-response.dto.d.ts +13 -0
  40. package/dist/cosmos-db/cosmos-db-paginated-response.dto.js +62 -0
  41. package/dist/cosmos-db/cosmos-db-query.d.ts +81 -0
  42. package/dist/cosmos-db/cosmos-db-query.js +435 -0
  43. package/dist/cosmos-db/documents/activity/chain-activity.enum.d.ts +4 -0
  44. package/dist/cosmos-db/documents/activity/chain-activity.enum.js +5 -0
  45. package/dist/cosmos-db/documents/activity/event-source.enum.d.ts +15 -0
  46. package/dist/cosmos-db/documents/activity/event-source.enum.js +19 -0
  47. package/dist/cosmos-db/documents/activity/nft-activity-data.d.ts +22 -0
  48. package/dist/cosmos-db/documents/activity/nft-activity-data.js +2 -0
  49. package/dist/cosmos-db/documents/activity/nft-activity-type.enum.d.ts +28 -0
  50. package/dist/cosmos-db/documents/activity/nft-activity-type.enum.js +36 -0
  51. package/dist/cosmos-db/documents/activity/nft-activity.doc.d.ts +20 -0
  52. package/dist/cosmos-db/documents/activity/nft-activity.doc.js +121 -0
  53. package/dist/cosmos-db/documents/chat/block-user.dto.d.ts +3 -0
  54. package/dist/cosmos-db/documents/chat/block-user.dto.js +20 -0
  55. package/dist/cosmos-db/documents/chat/blocked-user.dto.d.ts +14 -0
  56. package/dist/cosmos-db/documents/chat/blocked-user.dto.js +57 -0
  57. package/dist/cosmos-db/documents/chat/chat-conversation.d.ts +39 -0
  58. package/dist/cosmos-db/documents/chat/chat-conversation.js +109 -0
  59. package/dist/cosmos-db/documents/chat/chat-data-type.enum.d.ts +6 -0
  60. package/dist/cosmos-db/documents/chat/chat-data-type.enum.js +10 -0
  61. package/dist/cosmos-db/documents/chat/chat-message-content-type.enum.d.ts +6 -0
  62. package/dist/cosmos-db/documents/chat/chat-message-content-type.enum.js +10 -0
  63. package/dist/cosmos-db/documents/chat/chat-message-content.dto.d.ts +6 -0
  64. package/dist/cosmos-db/documents/chat/chat-message-content.dto.js +42 -0
  65. package/dist/cosmos-db/documents/chat/chat-message-reply.dto.d.ts +7 -0
  66. package/dist/cosmos-db/documents/chat/chat-message-reply.dto.js +41 -0
  67. package/dist/cosmos-db/documents/chat/chat-message.doc.d.ts +44 -0
  68. package/dist/cosmos-db/documents/chat/chat-message.doc.js +17 -0
  69. package/dist/cosmos-db/documents/chat/chat-message.dto.d.ts +47 -0
  70. package/dist/cosmos-db/documents/chat/chat-message.dto.js +160 -0
  71. package/dist/cosmos-db/documents/chat/global-conversation-summary.dto.d.ts +10 -0
  72. package/dist/cosmos-db/documents/chat/global-conversation-summary.dto.js +38 -0
  73. package/dist/cosmos-db/documents/chat/group-chat-profile.doc.d.ts +13 -0
  74. package/dist/cosmos-db/documents/chat/group-chat-profile.doc.js +14 -0
  75. package/dist/cosmos-db/documents/chat/user-block.doc.d.ts +10 -0
  76. package/dist/cosmos-db/documents/chat/user-block.doc.js +14 -0
  77. package/dist/cosmos-db/documents/chat/user-conversation.doc.d.ts +16 -0
  78. package/dist/cosmos-db/documents/chat/user-conversation.doc.js +13 -0
  79. package/dist/cosmos-db/documents/collection/collectionConfig.d.ts +15 -0
  80. package/dist/cosmos-db/documents/collection/collectionConfig.js +19 -0
  81. package/dist/cosmos-db/documents/collection/dataTypes.d.ts +8 -0
  82. package/dist/cosmos-db/documents/collection/dataTypes.js +12 -0
  83. package/dist/cosmos-db/documents/collection/globalOffer.d.ts +27 -0
  84. package/dist/cosmos-db/documents/collection/globalOffer.js +174 -0
  85. package/dist/cosmos-db/documents/collection/mintProfile.d.ts +36 -0
  86. package/dist/cosmos-db/documents/collection/mintProfile.js +241 -0
  87. package/dist/cosmos-db/documents/collection/mintStage.d.ts +20 -0
  88. package/dist/cosmos-db/documents/collection/mintStage.js +13 -0
  89. package/dist/cosmos-db/documents/collection/profile.d.ts +52 -0
  90. package/dist/cosmos-db/documents/collection/profile.js +330 -0
  91. package/dist/cosmos-db/documents/collection/stats.d.ts +45 -0
  92. package/dist/cosmos-db/documents/collection/stats.js +286 -0
  93. package/dist/cosmos-db/documents/collection/verification.d.ts +11 -0
  94. package/dist/cosmos-db/documents/collection/verification.js +72 -0
  95. package/dist/cosmos-db/documents/external-payment/binance-hook.d.ts +46 -0
  96. package/dist/cosmos-db/documents/external-payment/binance-hook.js +16 -0
  97. package/dist/cosmos-db/documents/external-payment/binance-request.d.ts +30 -0
  98. package/dist/cosmos-db/documents/external-payment/binance-request.js +36 -0
  99. package/dist/cosmos-db/documents/external-payment/external-payment-request.d.ts +52 -0
  100. package/dist/cosmos-db/documents/external-payment/external-payment-request.js +236 -0
  101. package/dist/cosmos-db/documents/external-payment/external-payment-status.enum.d.ts +18 -0
  102. package/dist/cosmos-db/documents/external-payment/external-payment-status.enum.js +22 -0
  103. package/dist/cosmos-db/documents/external-payment/external-payment.doc.d.ts +42 -0
  104. package/dist/cosmos-db/documents/external-payment/external-payment.doc.js +10 -0
  105. package/dist/cosmos-db/documents/external-payment/payment-provider.enum.d.ts +6 -0
  106. package/dist/cosmos-db/documents/external-payment/payment-provider.enum.js +10 -0
  107. package/dist/cosmos-db/documents/external-payment/purchase-type.enum.d.ts +14 -0
  108. package/dist/cosmos-db/documents/external-payment/purchase-type.enum.js +18 -0
  109. package/dist/cosmos-db/documents/external-payment/stripe-charge-event.d.ts +126 -0
  110. package/dist/cosmos-db/documents/external-payment/stripe-charge-event.js +2 -0
  111. package/dist/cosmos-db/documents/external-payment/twispay-cart.d.ts +13 -0
  112. package/dist/cosmos-db/documents/external-payment/twispay-cart.js +8 -0
  113. package/dist/cosmos-db/documents/external-payment/twispay-customer.d.ts +14 -0
  114. package/dist/cosmos-db/documents/external-payment/twispay-customer.js +2 -0
  115. package/dist/cosmos-db/documents/external-payment/twispay-payment-form.d.ts +15 -0
  116. package/dist/cosmos-db/documents/external-payment/twispay-payment-form.js +2 -0
  117. package/dist/cosmos-db/documents/external-payment/twispay-transaction.d.ts +50 -0
  118. package/dist/cosmos-db/documents/external-payment/twispay-transaction.js +48 -0
  119. package/dist/cosmos-db/documents/lending/lending-account-profile.d.ts +35 -0
  120. package/dist/cosmos-db/documents/lending/lending-account-profile.js +258 -0
  121. package/dist/cosmos-db/documents/lending/lending-data-type.enum.d.ts +6 -0
  122. package/dist/cosmos-db/documents/lending/lending-data-type.enum.js +10 -0
  123. package/dist/cosmos-db/documents/lending/lending-emode-category-profile.doc.d.ts +20 -0
  124. package/dist/cosmos-db/documents/lending/lending-emode-category-profile.doc.js +66 -0
  125. package/dist/cosmos-db/documents/lending/lending-market-profile.doc.d.ts +82 -0
  126. package/dist/cosmos-db/documents/lending/lending-market-profile.doc.js +372 -0
  127. package/dist/cosmos-db/documents/lending/lending-nft-attributes.d.ts +16 -0
  128. package/dist/cosmos-db/documents/lending/lending-nft-attributes.js +17 -0
  129. package/dist/cosmos-db/documents/lending/lending-position-type.enum.d.ts +5 -0
  130. package/dist/cosmos-db/documents/lending/lending-position-type.enum.js +9 -0
  131. package/dist/cosmos-db/documents/lending/lending-token-emode-profile.doc.d.ts +13 -0
  132. package/dist/cosmos-db/documents/lending/lending-token-emode-profile.doc.js +59 -0
  133. package/dist/cosmos-db/documents/notification/notification-asset-type.enum.d.ts +4 -0
  134. package/dist/cosmos-db/documents/notification/notification-asset-type.enum.js +8 -0
  135. package/dist/cosmos-db/documents/notification/notification-data-type.enum.d.ts +3 -0
  136. package/dist/cosmos-db/documents/notification/notification-data-type.enum.js +7 -0
  137. package/dist/cosmos-db/documents/notification/notification.doc.d.ts +35 -0
  138. package/dist/cosmos-db/documents/notification/notification.doc.js +13 -0
  139. package/dist/cosmos-db/documents/staking/staking-creator.d.ts +11 -0
  140. package/dist/cosmos-db/documents/staking/staking-creator.js +13 -0
  141. package/dist/cosmos-db/documents/staking/staking-data-type.enum.d.ts +5 -0
  142. package/dist/cosmos-db/documents/staking/staking-data-type.enum.js +9 -0
  143. package/dist/cosmos-db/documents/staking/staking-delegator-doc.d.ts +15 -0
  144. package/dist/cosmos-db/documents/staking/staking-delegator-doc.js +15 -0
  145. package/dist/cosmos-db/documents/staking/staking-issuing-type-string.enum.d.ts +5 -0
  146. package/dist/cosmos-db/documents/staking/staking-issuing-type-string.enum.js +9 -0
  147. package/dist/cosmos-db/documents/staking/staking-pool-doc.d.ts +93 -0
  148. package/dist/cosmos-db/documents/staking/staking-pool-doc.js +265 -0
  149. package/dist/cosmos-db/documents/staking/staking-pool-type-string.enum.d.ts +6 -0
  150. package/dist/cosmos-db/documents/staking/staking-pool-type-string.enum.js +10 -0
  151. package/dist/cosmos-db/documents/ticketing/discount-code-validation-response.d.ts +6 -0
  152. package/dist/cosmos-db/documents/ticketing/discount-code-validation-response.js +38 -0
  153. package/dist/cosmos-db/documents/ticketing/entities/discount-code-validation-response.d.ts +6 -0
  154. package/dist/cosmos-db/documents/ticketing/entities/discount-code-validation-response.js +38 -0
  155. package/dist/cosmos-db/documents/ticketing/entities/event-category.enum.d.ts +90 -0
  156. package/dist/cosmos-db/documents/ticketing/entities/event-category.enum.js +99 -0
  157. package/dist/cosmos-db/documents/ticketing/entities/event-guest-approve.dto.d.ts +4 -0
  158. package/dist/cosmos-db/documents/ticketing/entities/event-guest-approve.dto.js +32 -0
  159. package/dist/cosmos-db/documents/ticketing/entities/event-guest-doc.filter.d.ts +25 -0
  160. package/dist/cosmos-db/documents/ticketing/entities/event-guest-doc.filter.js +91 -0
  161. package/dist/cosmos-db/documents/ticketing/entities/event-guest-registration.dto.d.ts +23 -0
  162. package/dist/cosmos-db/documents/ticketing/entities/event-guest-registration.dto.js +196 -0
  163. package/dist/cosmos-db/documents/ticketing/entities/event-guest-status.enum.d.ts +10 -0
  164. package/dist/cosmos-db/documents/ticketing/entities/event-guest-status.enum.js +14 -0
  165. package/dist/cosmos-db/documents/ticketing/entities/event-guest.doc.d.ts +64 -0
  166. package/dist/cosmos-db/documents/ticketing/entities/event-guest.doc.js +387 -0
  167. package/dist/cosmos-db/documents/ticketing/entities/event-invitation-create.dto.d.ts +12 -0
  168. package/dist/cosmos-db/documents/ticketing/entities/event-invitation-create.dto.js +74 -0
  169. package/dist/cosmos-db/documents/ticketing/entities/event-invitation-doc.filter.d.ts +31 -0
  170. package/dist/cosmos-db/documents/ticketing/entities/event-invitation-doc.filter.js +99 -0
  171. package/dist/cosmos-db/documents/ticketing/entities/event-invitation-status.enum.d.ts +6 -0
  172. package/dist/cosmos-db/documents/ticketing/entities/event-invitation-status.enum.js +10 -0
  173. package/dist/cosmos-db/documents/ticketing/entities/event-invitation.doc.d.ts +32 -0
  174. package/dist/cosmos-db/documents/ticketing/entities/event-invitation.doc.js +206 -0
  175. package/dist/cosmos-db/documents/ticketing/entities/event-location.d.ts +14 -0
  176. package/dist/cosmos-db/documents/ticketing/entities/event-location.js +68 -0
  177. package/dist/cosmos-db/documents/ticketing/entities/event-profile-create.dto.d.ts +47 -0
  178. package/dist/cosmos-db/documents/ticketing/entities/event-profile-create.dto.js +269 -0
  179. package/dist/cosmos-db/documents/ticketing/entities/event-profile-doc.filter.d.ts +41 -0
  180. package/dist/cosmos-db/documents/ticketing/entities/event-profile-doc.filter.js +129 -0
  181. package/dist/cosmos-db/documents/ticketing/entities/event-profile-edit.dto.d.ts +14 -0
  182. package/dist/cosmos-db/documents/ticketing/entities/event-profile-edit.dto.js +108 -0
  183. package/dist/cosmos-db/documents/ticketing/entities/event-profile.doc.d.ts +93 -0
  184. package/dist/cosmos-db/documents/ticketing/entities/event-profile.doc.js +544 -0
  185. package/dist/cosmos-db/documents/ticketing/entities/event-question-answer-type.enum.d.ts +9 -0
  186. package/dist/cosmos-db/documents/ticketing/entities/event-question-answer-type.enum.js +13 -0
  187. package/dist/cosmos-db/documents/ticketing/entities/event-question-answer.doc.d.ts +23 -0
  188. package/dist/cosmos-db/documents/ticketing/entities/event-question-answer.doc.js +127 -0
  189. package/dist/cosmos-db/documents/ticketing/entities/event-question-create.dto.d.ts +8 -0
  190. package/dist/cosmos-db/documents/ticketing/entities/event-question-create.dto.js +61 -0
  191. package/dist/cosmos-db/documents/ticketing/entities/event-question-edit.dto.d.ts +8 -0
  192. package/dist/cosmos-db/documents/ticketing/entities/event-question-edit.dto.js +65 -0
  193. package/dist/cosmos-db/documents/ticketing/entities/event-question-validator.d.ts +4 -0
  194. package/dist/cosmos-db/documents/ticketing/entities/event-question-validator.js +32 -0
  195. package/dist/cosmos-db/documents/ticketing/entities/event-question.doc.d.ts +15 -0
  196. package/dist/cosmos-db/documents/ticketing/entities/event-question.doc.js +87 -0
  197. package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-create.dto.d.ts +8 -0
  198. package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-create.dto.js +58 -0
  199. package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-edit.dto.d.ts +5 -0
  200. package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-edit.dto.js +8 -0
  201. package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-filter.doc.d.ts +23 -0
  202. package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-filter.doc.js +116 -0
  203. package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-query.doc.d.ts +6 -0
  204. package/dist/cosmos-db/documents/ticketing/entities/event-referral-config-query.doc.js +38 -0
  205. package/dist/cosmos-db/documents/ticketing/entities/event-referral-config.doc.d.ts +27 -0
  206. package/dist/cosmos-db/documents/ticketing/entities/event-referral-config.doc.js +148 -0
  207. package/dist/cosmos-db/documents/ticketing/entities/event-referral-create.dto.d.ts +4 -0
  208. package/dist/cosmos-db/documents/ticketing/entities/event-referral-create.dto.js +31 -0
  209. package/dist/cosmos-db/documents/ticketing/entities/event-referral-edit.dto.d.ts +4 -0
  210. package/dist/cosmos-db/documents/ticketing/entities/event-referral-edit.dto.js +36 -0
  211. package/dist/cosmos-db/documents/ticketing/entities/event-referral-filter.doc.d.ts +31 -0
  212. package/dist/cosmos-db/documents/ticketing/entities/event-referral-filter.doc.js +161 -0
  213. package/dist/cosmos-db/documents/ticketing/entities/event-referral-query.doc.d.ts +6 -0
  214. package/dist/cosmos-db/documents/ticketing/entities/event-referral-query.doc.js +38 -0
  215. package/dist/cosmos-db/documents/ticketing/entities/event-referral-usage.doc.d.ts +16 -0
  216. package/dist/cosmos-db/documents/ticketing/entities/event-referral-usage.doc.js +100 -0
  217. package/dist/cosmos-db/documents/ticketing/entities/event-referral.doc.d.ts +14 -0
  218. package/dist/cosmos-db/documents/ticketing/entities/event-referral.doc.js +92 -0
  219. package/dist/cosmos-db/documents/ticketing/entities/event-scan-status.enum.d.ts +24 -0
  220. package/dist/cosmos-db/documents/ticketing/entities/event-scan-status.enum.js +46 -0
  221. package/dist/cosmos-db/documents/ticketing/entities/event-stage-profile-create.dto.d.ts +13 -0
  222. package/dist/cosmos-db/documents/ticketing/entities/event-stage-profile-create.dto.js +109 -0
  223. package/dist/cosmos-db/documents/ticketing/entities/event-stage-profile-edit.dto.d.ts +8 -0
  224. package/dist/cosmos-db/documents/ticketing/entities/event-stage-profile-edit.dto.js +48 -0
  225. package/dist/cosmos-db/documents/ticketing/entities/event-stage-profile.doc.d.ts +21 -0
  226. package/dist/cosmos-db/documents/ticketing/entities/event-stage-profile.doc.js +168 -0
  227. package/dist/cosmos-db/documents/ticketing/entities/event-ticket-profile-create.dto.d.ts +8 -0
  228. package/dist/cosmos-db/documents/ticketing/entities/event-ticket-profile-create.dto.js +74 -0
  229. package/dist/cosmos-db/documents/ticketing/entities/event-ticket-profile-edit.dto.d.ts +7 -0
  230. package/dist/cosmos-db/documents/ticketing/entities/event-ticket-profile-edit.dto.js +31 -0
  231. package/dist/cosmos-db/documents/ticketing/entities/event-ticket-profile.doc.d.ts +25 -0
  232. package/dist/cosmos-db/documents/ticketing/entities/event-ticket-profile.doc.js +166 -0
  233. package/dist/cosmos-db/documents/ticketing/entities/event-ticket-qr-type.enum.d.ts +43 -0
  234. package/dist/cosmos-db/documents/ticketing/entities/event-ticket-qr-type.enum.js +201 -0
  235. package/dist/cosmos-db/documents/ticketing/entities/event-user-role-create.dto.d.ts +9 -0
  236. package/dist/cosmos-db/documents/ticketing/entities/event-user-role-create.dto.js +69 -0
  237. package/dist/cosmos-db/documents/ticketing/entities/event-user-role.doc.d.ts +25 -0
  238. package/dist/cosmos-db/documents/ticketing/entities/event-user-role.doc.js +130 -0
  239. package/dist/cosmos-db/documents/ticketing/entities/event-user-roles.enum.d.ts +15 -0
  240. package/dist/cosmos-db/documents/ticketing/entities/event-user-roles.enum.js +20 -0
  241. package/dist/cosmos-db/documents/ticketing/entities/event-voucher-create.dto.d.ts +15 -0
  242. package/dist/cosmos-db/documents/ticketing/entities/event-voucher-create.dto.js +116 -0
  243. package/dist/cosmos-db/documents/ticketing/entities/event-voucher-edit.dto.d.ts +8 -0
  244. package/dist/cosmos-db/documents/ticketing/entities/event-voucher-edit.dto.js +48 -0
  245. package/dist/cosmos-db/documents/ticketing/entities/event-voucher-filter.doc.d.ts +33 -0
  246. package/dist/cosmos-db/documents/ticketing/entities/event-voucher-filter.doc.js +173 -0
  247. package/dist/cosmos-db/documents/ticketing/entities/event-voucher.doc.d.ts +33 -0
  248. package/dist/cosmos-db/documents/ticketing/entities/event-voucher.doc.js +189 -0
  249. package/dist/cosmos-db/documents/ticketing/entities/manual-check-in.dto.d.ts +5 -0
  250. package/dist/cosmos-db/documents/ticketing/entities/manual-check-in.dto.js +38 -0
  251. package/dist/cosmos-db/documents/ticketing/entities/ticket-calculation-request.dto.d.ts +6 -0
  252. package/dist/cosmos-db/documents/ticketing/entities/ticket-calculation-request.dto.js +38 -0
  253. package/dist/cosmos-db/documents/ticketing/entities/ticket-prices-response.d.ts +14 -0
  254. package/dist/cosmos-db/documents/ticketing/entities/ticket-prices-response.js +74 -0
  255. package/dist/cosmos-db/documents/ticketing/entities/ticketing-data-type.enum.d.ts +14 -0
  256. package/dist/cosmos-db/documents/ticketing/entities/ticketing-data-type.enum.js +18 -0
  257. package/dist/cosmos-db/documents/ticketing/event-category.enum.d.ts +90 -0
  258. package/dist/cosmos-db/documents/ticketing/event-category.enum.js +99 -0
  259. package/dist/cosmos-db/documents/ticketing/event-guest-approve.dto.d.ts +4 -0
  260. package/dist/cosmos-db/documents/ticketing/event-guest-approve.dto.js +33 -0
  261. package/dist/cosmos-db/documents/ticketing/event-guest-doc.filter.d.ts +25 -0
  262. package/dist/cosmos-db/documents/ticketing/event-guest-doc.filter.js +91 -0
  263. package/dist/cosmos-db/documents/ticketing/event-guest-registration.dto.d.ts +28 -0
  264. package/dist/cosmos-db/documents/ticketing/event-guest-registration.dto.js +217 -0
  265. package/dist/cosmos-db/documents/ticketing/event-guest-status.enum.d.ts +10 -0
  266. package/dist/cosmos-db/documents/ticketing/event-guest-status.enum.js +14 -0
  267. package/dist/cosmos-db/documents/ticketing/event-guest.doc.d.ts +71 -0
  268. package/dist/cosmos-db/documents/ticketing/event-guest.doc.js +395 -0
  269. package/dist/cosmos-db/documents/ticketing/event-invitation-create.dto.d.ts +12 -0
  270. package/dist/cosmos-db/documents/ticketing/event-invitation-create.dto.js +74 -0
  271. package/dist/cosmos-db/documents/ticketing/event-invitation-doc.filter.d.ts +31 -0
  272. package/dist/cosmos-db/documents/ticketing/event-invitation-doc.filter.js +99 -0
  273. package/dist/cosmos-db/documents/ticketing/event-invitation-status.enum.d.ts +6 -0
  274. package/dist/cosmos-db/documents/ticketing/event-invitation-status.enum.js +10 -0
  275. package/dist/cosmos-db/documents/ticketing/event-invitation.doc.d.ts +38 -0
  276. package/dist/cosmos-db/documents/ticketing/event-invitation.doc.js +206 -0
  277. package/dist/cosmos-db/documents/ticketing/event-location.d.ts +14 -0
  278. package/dist/cosmos-db/documents/ticketing/event-location.js +68 -0
  279. package/dist/cosmos-db/documents/ticketing/event-profile-create.dto.d.ts +47 -0
  280. package/dist/cosmos-db/documents/ticketing/event-profile-create.dto.js +269 -0
  281. package/dist/cosmos-db/documents/ticketing/event-profile-doc.filter.d.ts +42 -0
  282. package/dist/cosmos-db/documents/ticketing/event-profile-doc.filter.js +130 -0
  283. package/dist/cosmos-db/documents/ticketing/event-profile-edit.dto.d.ts +14 -0
  284. package/dist/cosmos-db/documents/ticketing/event-profile-edit.dto.js +108 -0
  285. package/dist/cosmos-db/documents/ticketing/event-profile.doc.d.ts +104 -0
  286. package/dist/cosmos-db/documents/ticketing/event-profile.doc.js +541 -0
  287. package/dist/cosmos-db/documents/ticketing/event-question-answer-type.enum.d.ts +9 -0
  288. package/dist/cosmos-db/documents/ticketing/event-question-answer-type.enum.js +13 -0
  289. package/dist/cosmos-db/documents/ticketing/event-question-answer.doc.d.ts +23 -0
  290. package/dist/cosmos-db/documents/ticketing/event-question-answer.doc.js +127 -0
  291. package/dist/cosmos-db/documents/ticketing/event-question-create.dto.d.ts +8 -0
  292. package/dist/cosmos-db/documents/ticketing/event-question-create.dto.js +61 -0
  293. package/dist/cosmos-db/documents/ticketing/event-question-edit.dto.d.ts +8 -0
  294. package/dist/cosmos-db/documents/ticketing/event-question-edit.dto.js +66 -0
  295. package/dist/cosmos-db/documents/ticketing/event-question-validator.d.ts +4 -0
  296. package/dist/cosmos-db/documents/ticketing/event-question-validator.js +33 -0
  297. package/dist/cosmos-db/documents/ticketing/event-question.doc.d.ts +15 -0
  298. package/dist/cosmos-db/documents/ticketing/event-question.doc.js +88 -0
  299. package/dist/cosmos-db/documents/ticketing/event-referral-config-create.dto.d.ts +8 -0
  300. package/dist/cosmos-db/documents/ticketing/event-referral-config-create.dto.js +58 -0
  301. package/dist/cosmos-db/documents/ticketing/event-referral-config-edit.dto.d.ts +5 -0
  302. package/dist/cosmos-db/documents/ticketing/event-referral-config-edit.dto.js +8 -0
  303. package/dist/cosmos-db/documents/ticketing/event-referral-config-filter.doc.d.ts +23 -0
  304. package/dist/cosmos-db/documents/ticketing/event-referral-config-filter.doc.js +116 -0
  305. package/dist/cosmos-db/documents/ticketing/event-referral-config-query.doc.d.ts +6 -0
  306. package/dist/cosmos-db/documents/ticketing/event-referral-config-query.doc.js +38 -0
  307. package/dist/cosmos-db/documents/ticketing/event-referral-config.doc.d.ts +27 -0
  308. package/dist/cosmos-db/documents/ticketing/event-referral-config.doc.js +149 -0
  309. package/dist/cosmos-db/documents/ticketing/event-referral-create.dto.d.ts +4 -0
  310. package/dist/cosmos-db/documents/ticketing/event-referral-create.dto.js +31 -0
  311. package/dist/cosmos-db/documents/ticketing/event-referral-edit.dto.d.ts +4 -0
  312. package/dist/cosmos-db/documents/ticketing/event-referral-edit.dto.js +36 -0
  313. package/dist/cosmos-db/documents/ticketing/event-referral-filter.doc.d.ts +31 -0
  314. package/dist/cosmos-db/documents/ticketing/event-referral-filter.doc.js +162 -0
  315. package/dist/cosmos-db/documents/ticketing/event-referral-query.doc.d.ts +6 -0
  316. package/dist/cosmos-db/documents/ticketing/event-referral-query.doc.js +41 -0
  317. package/dist/cosmos-db/documents/ticketing/event-referral-usage.doc.d.ts +16 -0
  318. package/dist/cosmos-db/documents/ticketing/event-referral-usage.doc.js +100 -0
  319. package/dist/cosmos-db/documents/ticketing/event-referral.doc.d.ts +14 -0
  320. package/dist/cosmos-db/documents/ticketing/event-referral.doc.js +92 -0
  321. package/dist/cosmos-db/documents/ticketing/event-scan-status.enum.d.ts +24 -0
  322. package/dist/cosmos-db/documents/ticketing/event-scan-status.enum.js +46 -0
  323. package/dist/cosmos-db/documents/ticketing/event-stage-profile-create.dto.d.ts +13 -0
  324. package/dist/cosmos-db/documents/ticketing/event-stage-profile-create.dto.js +109 -0
  325. package/dist/cosmos-db/documents/ticketing/event-stage-profile-edit.dto.d.ts +8 -0
  326. package/dist/cosmos-db/documents/ticketing/event-stage-profile-edit.dto.js +48 -0
  327. package/dist/cosmos-db/documents/ticketing/event-stage-profile.doc.d.ts +21 -0
  328. package/dist/cosmos-db/documents/ticketing/event-stage-profile.doc.js +168 -0
  329. package/dist/cosmos-db/documents/ticketing/event-ticket-profile-create.dto.d.ts +8 -0
  330. package/dist/cosmos-db/documents/ticketing/event-ticket-profile-create.dto.js +74 -0
  331. package/dist/cosmos-db/documents/ticketing/event-ticket-profile-edit.dto.d.ts +7 -0
  332. package/dist/cosmos-db/documents/ticketing/event-ticket-profile-edit.dto.js +31 -0
  333. package/dist/cosmos-db/documents/ticketing/event-ticket-profile.doc.d.ts +25 -0
  334. package/dist/cosmos-db/documents/ticketing/event-ticket-profile.doc.js +164 -0
  335. package/dist/cosmos-db/documents/ticketing/event-ticket-qr-type.enum.d.ts +43 -0
  336. package/dist/cosmos-db/documents/ticketing/event-ticket-qr-type.enum.js +202 -0
  337. package/dist/cosmos-db/documents/ticketing/event-user-role-create.dto.d.ts +9 -0
  338. package/dist/cosmos-db/documents/ticketing/event-user-role-create.dto.js +69 -0
  339. package/dist/cosmos-db/documents/ticketing/event-user-role.doc.d.ts +25 -0
  340. package/dist/cosmos-db/documents/ticketing/event-user-role.doc.js +131 -0
  341. package/dist/cosmos-db/documents/ticketing/event-user-roles.enum.d.ts +15 -0
  342. package/dist/cosmos-db/documents/ticketing/event-user-roles.enum.js +20 -0
  343. package/dist/cosmos-db/documents/ticketing/event-voucher-create.dto.d.ts +15 -0
  344. package/dist/cosmos-db/documents/ticketing/event-voucher-create.dto.js +117 -0
  345. package/dist/cosmos-db/documents/ticketing/event-voucher-edit.dto.d.ts +8 -0
  346. package/dist/cosmos-db/documents/ticketing/event-voucher-edit.dto.js +48 -0
  347. package/dist/cosmos-db/documents/ticketing/event-voucher-filter.doc.d.ts +33 -0
  348. package/dist/cosmos-db/documents/ticketing/event-voucher-filter.doc.js +167 -0
  349. package/dist/cosmos-db/documents/ticketing/event-voucher.doc.d.ts +39 -0
  350. package/dist/cosmos-db/documents/ticketing/event-voucher.doc.js +191 -0
  351. package/dist/cosmos-db/documents/ticketing/manual-check-in.dto.d.ts +5 -0
  352. package/dist/cosmos-db/documents/ticketing/manual-check-in.dto.js +38 -0
  353. package/dist/cosmos-db/documents/ticketing/ticket-calculation-request.dto.d.ts +6 -0
  354. package/dist/cosmos-db/documents/ticketing/ticket-calculation-request.dto.js +41 -0
  355. package/dist/cosmos-db/documents/ticketing/ticket-prices-response.d.ts +14 -0
  356. package/dist/cosmos-db/documents/ticketing/ticket-prices-response.js +74 -0
  357. package/dist/cosmos-db/documents/ticketing/ticketing-data-type.enum.d.ts +14 -0
  358. package/dist/cosmos-db/documents/ticketing/ticketing-data-type.enum.js +18 -0
  359. package/dist/cosmos-db/documents/token/nft-details.doc.d.ts +79 -0
  360. package/dist/cosmos-db/documents/token/nft-details.doc.js +436 -0
  361. package/dist/cosmos-db/documents/token/nft-extra-attributes.type.d.ts +3 -0
  362. package/dist/cosmos-db/documents/token/nft-extra-attributes.type.js +7 -0
  363. package/dist/cosmos-db/documents/token/nft-extra-metadata.doc.d.ts +11 -0
  364. package/dist/cosmos-db/documents/token/nft-extra-metadata.doc.js +12 -0
  365. package/dist/cosmos-db/documents/token/nft-metadata-attributes.d.ts +6 -0
  366. package/dist/cosmos-db/documents/token/nft-metadata-attributes.js +28 -0
  367. package/dist/cosmos-db/documents/token/nft-metadata.d.ts +13 -0
  368. package/dist/cosmos-db/documents/token/nft-metadata.js +62 -0
  369. package/dist/cosmos-db/documents/token/nft-offer.doc.d.ts +34 -0
  370. package/dist/cosmos-db/documents/token/nft-offer.doc.js +220 -0
  371. package/dist/cosmos-db/documents/token/nft-sale-info.d.ts +23 -0
  372. package/dist/cosmos-db/documents/token/nft-sale-info.js +109 -0
  373. package/dist/cosmos-db/documents/token/sft-owner-doc.d.ts +13 -0
  374. package/dist/cosmos-db/documents/token/sft-owner-doc.js +18 -0
  375. package/dist/cosmos-db/documents/token/token-data.enum.d.ts +8 -0
  376. package/dist/cosmos-db/documents/token/token-data.enum.js +12 -0
  377. package/dist/cosmos-db/documents/token-data/nft-details.doc.d.ts +56 -0
  378. package/dist/cosmos-db/documents/token-data/nft-details.doc.js +31 -0
  379. package/dist/cosmos-db/documents/user/account-on-network.d.ts +21 -0
  380. package/dist/cosmos-db/documents/user/account-on-network.js +36 -0
  381. package/dist/cosmos-db/documents/user/notification-preferences.dto.d.ts +8 -0
  382. package/dist/cosmos-db/documents/user/notification-preferences.dto.js +73 -0
  383. package/dist/cosmos-db/documents/user/user-creator-profile.doc.d.ts +18 -0
  384. package/dist/cosmos-db/documents/user/user-creator-profile.doc.js +105 -0
  385. package/dist/cosmos-db/documents/user/user-data.type.d.ts +6 -0
  386. package/dist/cosmos-db/documents/user/user-data.type.js +10 -0
  387. package/dist/cosmos-db/documents/user/user-deposit.d.ts +9 -0
  388. package/dist/cosmos-db/documents/user/user-deposit.js +54 -0
  389. package/dist/cosmos-db/documents/user/user-favorite-type.enum.d.ts +5 -0
  390. package/dist/cosmos-db/documents/user/user-favorite-type.enum.js +9 -0
  391. package/dist/cosmos-db/documents/user/user-favorite.doc.d.ts +18 -0
  392. package/dist/cosmos-db/documents/user/user-favorite.doc.js +56 -0
  393. package/dist/cosmos-db/documents/user/user-profile.doc.d.ts +25 -0
  394. package/dist/cosmos-db/documents/user/user-profile.doc.js +133 -0
  395. package/dist/cosmos-db/documents/user/user-settings.doc.d.ts +63 -0
  396. package/dist/cosmos-db/documents/user/user-settings.doc.js +267 -0
  397. package/dist/index.d.ts +273 -0
  398. package/dist/index.js +300 -0
  399. package/dist/redis/keys.d.ts +11 -0
  400. package/dist/redis/keys.js +12 -0
  401. package/dist/redis/ttl.d.ts +10 -0
  402. package/dist/redis/ttl.js +11 -0
  403. package/dist/requests/aggregator/ar-da-swap-result.dto.d.ts +9 -0
  404. package/dist/requests/aggregator/ar-da-swap-result.dto.js +80 -0
  405. package/dist/requests/aggregator/swap.d.ts +65 -0
  406. package/dist/requests/aggregator/swap.js +240 -0
  407. package/dist/requests/chat/azure-ws-event-name.enum.d.ts +5 -0
  408. package/dist/requests/chat/azure-ws-event-name.enum.js +9 -0
  409. package/dist/requests/chat/azure-ws-hub-name.enum.d.ts +4 -0
  410. package/dist/requests/chat/azure-ws-hub-name.enum.js +8 -0
  411. package/dist/requests/chat/chat-token.d.ts +3 -0
  412. package/dist/requests/chat/chat-token.js +22 -0
  413. package/dist/requests/collection/attributes.d.ts +22 -0
  414. package/dist/requests/collection/attributes.js +80 -0
  415. package/dist/requests/collection/collection-attributes-fp.d.ts +12 -0
  416. package/dist/requests/collection/collection-attributes-fp.js +2 -0
  417. package/dist/requests/collection/collection-attributes-map.d.ts +24 -0
  418. package/dist/requests/collection/collection-attributes-map.js +6 -0
  419. package/dist/requests/collection/collection-holders.d.ts +25 -0
  420. package/dist/requests/collection/collection-holders.js +35 -0
  421. package/dist/requests/collection/collection-info.dto.d.ts +6 -0
  422. package/dist/requests/collection/collection-info.dto.js +33 -0
  423. package/dist/requests/collection/collection-mint-profile.filter.d.ts +19 -0
  424. package/dist/requests/collection/collection-mint-profile.filter.js +40 -0
  425. package/dist/requests/collection/collection-mint-stage.doc.d.ts +19 -0
  426. package/dist/requests/collection/collection-mint-stage.doc.js +12 -0
  427. package/dist/requests/collection/collection-offers.filter.d.ts +28 -0
  428. package/dist/requests/collection/collection-offers.filter.js +99 -0
  429. package/dist/requests/collection/collection-owner.dto.d.ts +3 -0
  430. package/dist/requests/collection/collection-owner.dto.js +24 -0
  431. package/dist/requests/collection/collection-pinned-status.dto.d.ts +4 -0
  432. package/dist/requests/collection/collection-pinned-status.dto.js +30 -0
  433. package/dist/requests/collection/collection-profile.filter.d.ts +18 -0
  434. package/dist/requests/collection/collection-profile.filter.js +28 -0
  435. package/dist/requests/collection/collection-stats.d.ts +3 -0
  436. package/dist/requests/collection/collection-stats.filter.d.ts +22 -0
  437. package/dist/requests/collection/collection-stats.filter.js +98 -0
  438. package/dist/requests/collection/collection-stats.js +8 -0
  439. package/dist/requests/collection/collections.d.ts +7 -0
  440. package/dist/requests/collection/collections.js +16 -0
  441. package/dist/requests/collection/creator-details.dto.d.ts +12 -0
  442. package/dist/requests/collection/creator-details.dto.js +34 -0
  443. package/dist/requests/collection/creator-drop-info.d.ts +48 -0
  444. package/dist/requests/collection/creator-drop-info.js +189 -0
  445. package/dist/requests/collection/drops-query.d.ts +27 -0
  446. package/dist/requests/collection/drops-query.js +98 -0
  447. package/dist/requests/collection/floor.d.ts +5 -0
  448. package/dist/requests/collection/floor.js +28 -0
  449. package/dist/requests/collection/globalOfferSign.d.ts +4 -0
  450. package/dist/requests/collection/globalOfferSign.js +38 -0
  451. package/dist/requests/collection/holders.dto.d.ts +36 -0
  452. package/dist/requests/collection/holders.dto.js +96 -0
  453. package/dist/requests/collection/listings.d.ts +32 -0
  454. package/dist/requests/collection/listings.js +101 -0
  455. package/dist/requests/collection/pinned-collections.d.ts +10 -0
  456. package/dist/requests/collection/pinned-collections.js +56 -0
  457. package/dist/requests/collection/query-activity.d.ts +41 -0
  458. package/dist/requests/collection/query-activity.js +140 -0
  459. package/dist/requests/collection/query-global-offers.d.ts +15 -0
  460. package/dist/requests/collection/query-global-offers.js +57 -0
  461. package/dist/requests/collection/ranks.d.ts +5 -0
  462. package/dist/requests/collection/ranks.js +28 -0
  463. package/dist/requests/collection/stats-query.d.ts +5 -0
  464. package/dist/requests/collection/stats-query.js +26 -0
  465. package/dist/requests/lending/lending-market-profile.filter.d.ts +43 -0
  466. package/dist/requests/lending/lending-market-profile.filter.js +156 -0
  467. package/dist/requests/nft-activity-data/analytics-overview.d.ts +24 -0
  468. package/dist/requests/nft-activity-data/analytics-overview.js +151 -0
  469. package/dist/requests/nft-activity-data/analytics-volume.d.ts +13 -0
  470. package/dist/requests/nft-activity-data/analytics-volume.js +58 -0
  471. package/dist/requests/nft-activity-data/bober-battle-activity.enum.d.ts +69 -0
  472. package/dist/requests/nft-activity-data/bober-battle-activity.enum.js +16 -0
  473. package/dist/requests/nft-activity-data/event-source.enum.d.ts +15 -0
  474. package/dist/requests/nft-activity-data/event-source.enum.js +19 -0
  475. package/dist/requests/nft-activity-data/marketplace-activity.enum.d.ts +20 -0
  476. package/dist/requests/nft-activity-data/marketplace-activity.enum.js +24 -0
  477. package/dist/requests/nft-activity-data/nft-activity-data.d.ts +21 -0
  478. package/dist/requests/nft-activity-data/nft-activity-data.js +2 -0
  479. package/dist/requests/nft-activity-data/nft-activity-type.enum.d.ts +28 -0
  480. package/dist/requests/nft-activity-data/nft-activity-type.enum.js +36 -0
  481. package/dist/requests/nft-activity-data/nft-activity.filter.d.ts +39 -0
  482. package/dist/requests/nft-activity-data/nft-activity.filter.js +143 -0
  483. package/dist/requests/nft-activity-data/user-analytics.dto.d.ts +21 -0
  484. package/dist/requests/nft-activity-data/user-analytics.dto.js +72 -0
  485. package/dist/requests/nft-activity-data/user-stats.d.ts +53 -0
  486. package/dist/requests/nft-activity-data/user-stats.js +247 -0
  487. package/dist/requests/nft-activity-data/xoxno-egld-ls-activity.enum.d.ts +10 -0
  488. package/dist/requests/nft-activity-data/xoxno-egld-ls-activity.enum.js +14 -0
  489. package/dist/requests/nft-activity-data/xoxno-ls-activity.enum.d.ts +5 -0
  490. package/dist/requests/nft-activity-data/xoxno-ls-activity.enum.js +9 -0
  491. package/dist/requests/nft-data/inventory-summary.d.ts +12 -0
  492. package/dist/requests/nft-data/inventory-summary.js +67 -0
  493. package/dist/requests/nft-data/like-nft.dto.d.ts +5 -0
  494. package/dist/requests/nft-data/like-nft.dto.js +32 -0
  495. package/dist/requests/nft-data/nft-doc.filter.d.ts +65 -0
  496. package/dist/requests/nft-data/nft-doc.filter.js +211 -0
  497. package/dist/requests/nft-data/nft-extra-attributes.type.d.ts +3 -0
  498. package/dist/requests/nft-data/nft-extra-attributes.type.js +7 -0
  499. package/dist/requests/nft-data/nft-offer-doc.filter.d.ts +24 -0
  500. package/dist/requests/nft-data/nft-offer-doc.filter.js +97 -0
  501. package/dist/requests/nft-data/nft-offers.d.ts +26 -0
  502. package/dist/requests/nft-data/nft-offers.js +96 -0
  503. package/dist/requests/nft-data/sign-data.dto.d.ts +4 -0
  504. package/dist/requests/nft-data/sign-data.dto.js +24 -0
  505. package/dist/requests/nft-data/sign-mintdto.d.ts +4 -0
  506. package/dist/requests/nft-data/sign-mintdto.js +33 -0
  507. package/dist/requests/nft-data/sign-withdraw.dto.d.ts +3 -0
  508. package/dist/requests/nft-data/sign-withdraw.dto.js +29 -0
  509. package/dist/requests/nft-data/user-offers.d.ts +40 -0
  510. package/dist/requests/nft-data/user-offers.js +186 -0
  511. package/dist/requests/user-data/creator-profile.dto.d.ts +8 -0
  512. package/dist/requests/user-data/creator-profile.dto.js +28 -0
  513. package/dist/requests/user-data/edit-creator-profile.dto.d.ts +6 -0
  514. package/dist/requests/user-data/edit-creator-profile.dto.js +46 -0
  515. package/dist/requests/user-data/edit-user-profile.dto.d.ts +6 -0
  516. package/dist/requests/user-data/edit-user-profile.dto.js +44 -0
  517. package/dist/requests/user-data/follow-collection.dto.d.ts +4 -0
  518. package/dist/requests/user-data/follow-collection.dto.js +31 -0
  519. package/dist/requests/user-data/follow-user.dto.d.ts +4 -0
  520. package/dist/requests/user-data/follow-user.dto.js +30 -0
  521. package/dist/requests/user-data/is-favorite.d.ts +3 -0
  522. package/dist/requests/user-data/is-favorite.js +20 -0
  523. package/dist/requests/user-data/login-access.dto.d.ts +4 -0
  524. package/dist/requests/user-data/login-access.dto.js +30 -0
  525. package/dist/requests/user-data/me-profile.d.ts +16 -0
  526. package/dist/requests/user-data/me-profile.js +55 -0
  527. package/dist/requests/user-data/set-email.dto.d.ts +4 -0
  528. package/dist/requests/user-data/set-email.dto.js +34 -0
  529. package/dist/requests/user-data/set-phone.dto.d.ts +4 -0
  530. package/dist/requests/user-data/set-phone.dto.js +34 -0
  531. package/dist/requests/user-data/token-inventory.d.ts +43 -0
  532. package/dist/requests/user-data/token-inventory.js +143 -0
  533. package/dist/requests/user-data/tradesilvania.dto.d.ts +3 -0
  534. package/dist/requests/user-data/tradesilvania.dto.js +23 -0
  535. package/dist/requests/user-data/user-network.d.ts +22 -0
  536. package/dist/requests/user-data/user-network.js +98 -0
  537. package/dist/requests/user-data/verify-email.dto.d.ts +3 -0
  538. package/dist/requests/user-data/verify-email.dto.js +28 -0
  539. package/dist/types/common.d.ts +12 -0
  540. package/dist/types/common.js +12 -0
  541. package/dist/utils/generic.d.ts +1 -0
  542. package/dist/utils/generic.js +6 -0
  543. package/package.json +54 -0
@@ -0,0 +1,186 @@
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.GetUserOffersResponseDto = exports.OfferDto = void 0;
13
+ const swagger_1 = require("@nestjs/swagger");
14
+ const owner_dto_1 = require("../../common/owner.dto");
15
+ class NftInfoDto {
16
+ }
17
+ __decorate([
18
+ (0, swagger_1.ApiProperty)({ example: 'HLSR-374950-1934' }),
19
+ __metadata("design:type", String)
20
+ ], NftInfoDto.prototype, "identifier", void 0);
21
+ __decorate([
22
+ (0, swagger_1.ApiProperty)({ example: 6452 }),
23
+ __metadata("design:type", Number)
24
+ ], NftInfoDto.prototype, "nonce", void 0);
25
+ __decorate([
26
+ (0, swagger_1.ApiProperty)({ example: '37.43 EGLD' }),
27
+ __metadata("design:type", String)
28
+ ], NftInfoDto.prototype, "name", void 0);
29
+ __decorate([
30
+ (0, swagger_1.ApiProperty)({
31
+ example: 'https://arweave.net/mfjIHO6ckE8m1ck_b46BdV4ZFVGEEHJSno2MnFKuzgk/undelegate-nft.png',
32
+ }),
33
+ __metadata("design:type", String)
34
+ ], NftInfoDto.prototype, "url", void 0);
35
+ __decorate([
36
+ (0, swagger_1.ApiProperty)({ example: true }),
37
+ __metadata("design:type", Boolean)
38
+ ], NftInfoDto.prototype, "wasProcessed", void 0);
39
+ __decorate([
40
+ (0, swagger_1.ApiProperty)({
41
+ example: {
42
+ avifUrl: 'https://media.xoxno.com/nftmedia/HLSR-374950/receipt.avif',
43
+ webpUrl: 'https://media.xoxno.com/nftmedia/HLSR-374950/receipt.webp',
44
+ originalMedia: {
45
+ contentLength: 2639394,
46
+ contentType: 'image/png',
47
+ },
48
+ },
49
+ }),
50
+ __metadata("design:type", Object)
51
+ ], NftInfoDto.prototype, "media", void 0);
52
+ __decorate([
53
+ (0, swagger_1.ApiProperty)({ example: false }),
54
+ __metadata("design:type", Boolean)
55
+ ], NftInfoDto.prototype, "onSale", void 0);
56
+ __decorate([
57
+ (0, swagger_1.ApiProperty)({ example: {} }),
58
+ __metadata("design:type", Object)
59
+ ], NftInfoDto.prototype, "saleInfo", void 0);
60
+ __decorate([
61
+ (0, swagger_1.ApiProperty)({
62
+ example: {
63
+ rarity: {
64
+ rank: 202,
65
+ },
66
+ },
67
+ }),
68
+ __metadata("design:type", Object)
69
+ ], NftInfoDto.prototype, "metadata", void 0);
70
+ __decorate([
71
+ (0, swagger_1.ApiProperty)({
72
+ example: {
73
+ address: 'erd1vdr8jnyhp0wlk3cwe2j5ejwkzwepexqgtnqxanravgv0d6vg59dqnfkjmm',
74
+ profile: 'https://media.xoxno.com/userprofile/erd1vdr8jnyhp0wlk3cwe2j5ejwkzwepexqgtnqxanravgv0d6vg59dqnfkjmm/profilePicture.webp',
75
+ username: '@xtrading',
76
+ },
77
+ }),
78
+ __metadata("design:type", owner_dto_1.OwnerDto)
79
+ ], NftInfoDto.prototype, "owner", void 0);
80
+ __decorate([
81
+ (0, swagger_1.ApiProperty)({
82
+ example: {
83
+ address: 'erd1vdr8jnyhp0wlk3cwe2j5ejwkzwepexqgtnqxanravgv0d6vg59dqnfkjmm',
84
+ profile: 'https://media.xoxno.com/userprofile/erd1vdr8jnyhp0wlk3cwe2j5ejwkzwepexqgtnqxanravgv0d6vg59dqnfkjmm/profilePicture.webp',
85
+ username: '@xtrading',
86
+ },
87
+ }),
88
+ __metadata("design:type", owner_dto_1.OwnerDto)
89
+ ], NftInfoDto.prototype, "currentOwner", void 0);
90
+ __decorate([
91
+ (0, swagger_1.ApiProperty)({ example: true }),
92
+ __metadata("design:type", Boolean)
93
+ ], NftInfoDto.prototype, "receiverIsNotOwner", void 0);
94
+ class OfferDto {
95
+ }
96
+ exports.OfferDto = OfferDto;
97
+ __decorate([
98
+ (0, swagger_1.ApiProperty)({ example: true }),
99
+ __metadata("design:type", Boolean)
100
+ ], OfferDto.prototype, "isActive", void 0);
101
+ __decorate([
102
+ (0, swagger_1.ApiProperty)({ example: 'HLSR-374950-1934' }),
103
+ __metadata("design:type", String)
104
+ ], OfferDto.prototype, "identifier", void 0);
105
+ __decorate([
106
+ (0, swagger_1.ApiProperty)({ example: 'HLSR-374950' }),
107
+ __metadata("design:type", String)
108
+ ], OfferDto.prototype, "collection", void 0);
109
+ __decorate([
110
+ (0, swagger_1.ApiProperty)({ example: 336875 }),
111
+ __metadata("design:type", Number)
112
+ ], OfferDto.prototype, "offerId", void 0);
113
+ __decorate([
114
+ (0, swagger_1.ApiProperty)({ example: 'EGLD' }),
115
+ __metadata("design:type", String)
116
+ ], OfferDto.prototype, "paymentToken", void 0);
117
+ __decorate([
118
+ (0, swagger_1.ApiProperty)({ example: 0 }),
119
+ __metadata("design:type", Number)
120
+ ], OfferDto.prototype, "paymentTokenNonce", void 0);
121
+ __decorate([
122
+ (0, swagger_1.ApiProperty)({ example: '36700000000000000000' }),
123
+ __metadata("design:type", String)
124
+ ], OfferDto.prototype, "price", void 0);
125
+ __decorate([
126
+ (0, swagger_1.ApiProperty)({ example: 36.7 }),
127
+ __metadata("design:type", Number)
128
+ ], OfferDto.prototype, "priceShort", void 0);
129
+ __decorate([
130
+ (0, swagger_1.ApiProperty)({ example: 1721220240 }),
131
+ __metadata("design:type", Number)
132
+ ], OfferDto.prototype, "deadline", void 0);
133
+ __decorate([
134
+ (0, swagger_1.ApiProperty)({ example: 1720615494 }),
135
+ __metadata("design:type", Number)
136
+ ], OfferDto.prototype, "timestamp", void 0);
137
+ __decorate([
138
+ (0, swagger_1.ApiProperty)({
139
+ type: owner_dto_1.OwnerDto,
140
+ }),
141
+ __metadata("design:type", owner_dto_1.OwnerDto)
142
+ ], OfferDto.prototype, "owner", void 0);
143
+ __decorate([
144
+ (0, swagger_1.ApiProperty)({ example: 1 }),
145
+ __metadata("design:type", Number)
146
+ ], OfferDto.prototype, "quantity", void 0);
147
+ __decorate([
148
+ (0, swagger_1.ApiProperty)({ example: 'xoxno' }),
149
+ __metadata("design:type", String)
150
+ ], OfferDto.prototype, "marketplace", void 0);
151
+ __decorate([
152
+ (0, swagger_1.ApiProperty)({ example: 1323.373 }),
153
+ __metadata("design:type", Number)
154
+ ], OfferDto.prototype, "usdValue", void 0);
155
+ __decorate([
156
+ (0, swagger_1.ApiProperty)({ example: -1.95 }),
157
+ __metadata("design:type", Number)
158
+ ], OfferDto.prototype, "floorPriceMargin", void 0);
159
+ __decorate([
160
+ (0, swagger_1.ApiProperty)({ example: 1 }),
161
+ __metadata("design:type", Number)
162
+ ], OfferDto.prototype, "floorPrice", void 0);
163
+ __decorate([
164
+ (0, swagger_1.ApiProperty)({
165
+ type: NftInfoDto,
166
+ }),
167
+ __metadata("design:type", NftInfoDto)
168
+ ], OfferDto.prototype, "nftInfo", void 0);
169
+ class GetUserOffersResponseDto {
170
+ }
171
+ exports.GetUserOffersResponseDto = GetUserOffersResponseDto;
172
+ __decorate([
173
+ (0, swagger_1.ApiProperty)({ example: 11 }),
174
+ __metadata("design:type", Number)
175
+ ], GetUserOffersResponseDto.prototype, "count", void 0);
176
+ __decorate([
177
+ (0, swagger_1.ApiProperty)({ example: false }),
178
+ __metadata("design:type", Boolean)
179
+ ], GetUserOffersResponseDto.prototype, "hasMoreResults", void 0);
180
+ __decorate([
181
+ (0, swagger_1.ApiProperty)({
182
+ type: OfferDto,
183
+ isArray: true,
184
+ }),
185
+ __metadata("design:type", Array)
186
+ ], GetUserOffersResponseDto.prototype, "resources", void 0);
@@ -0,0 +1,8 @@
1
+ import { CreatorProfileDoc } from '../../cosmos-db/documents/user/user-creator-profile.doc';
2
+ export declare class CreatorProfileDto extends CreatorProfileDoc {
3
+ followCount: number;
4
+ }
5
+ declare const CreatorUpdateProfileDTO_base: import("@nestjs/common").Type<Pick<CreatorProfileDto, "description" | "profile" | "socials">>;
6
+ export declare class CreatorUpdateProfileDTO extends CreatorUpdateProfileDTO_base {
7
+ }
8
+ export {};
@@ -0,0 +1,28 @@
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.CreatorUpdateProfileDTO = exports.CreatorProfileDto = void 0;
13
+ const swagger_1 = require("@nestjs/swagger");
14
+ const user_creator_profile_doc_1 = require("../../cosmos-db/documents/user/user-creator-profile.doc");
15
+ class CreatorProfileDto extends user_creator_profile_doc_1.CreatorProfileDoc {
16
+ }
17
+ exports.CreatorProfileDto = CreatorProfileDto;
18
+ __decorate([
19
+ (0, swagger_1.ApiProperty)({ example: 0 }),
20
+ __metadata("design:type", Number)
21
+ ], CreatorProfileDto.prototype, "followCount", void 0);
22
+ class CreatorUpdateProfileDTO extends (0, swagger_1.PickType)(CreatorProfileDto, [
23
+ 'socials',
24
+ 'description',
25
+ 'profile',
26
+ ]) {
27
+ }
28
+ exports.CreatorUpdateProfileDTO = CreatorUpdateProfileDTO;
@@ -0,0 +1,6 @@
1
+ import { SocialsDto } from '../../common/socials';
2
+ export declare class EditUserCreatorProfileDto {
3
+ description?: string;
4
+ socials?: SocialsDto;
5
+ name?: string;
6
+ }
@@ -0,0 +1,46 @@
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.EditUserCreatorProfileDto = void 0;
13
+ const swagger_1 = require("@nestjs/swagger");
14
+ const socials_1 = require("../../common/socials");
15
+ const class_validator_1 = require("class-validator");
16
+ class EditUserCreatorProfileDto {
17
+ }
18
+ exports.EditUserCreatorProfileDto = EditUserCreatorProfileDto;
19
+ __decorate([
20
+ (0, swagger_1.ApiPropertyOptional)({
21
+ description: 'User description',
22
+ maxLength: 300,
23
+ example: 'I am a creator',
24
+ }),
25
+ (0, class_validator_1.IsString)(),
26
+ (0, class_validator_1.Length)(1, 300),
27
+ (0, class_validator_1.IsOptional)(),
28
+ __metadata("design:type", String)
29
+ ], EditUserCreatorProfileDto.prototype, "description", void 0);
30
+ __decorate([
31
+ (0, swagger_1.ApiPropertyOptional)({ description: 'Social media profiles' }),
32
+ (0, class_validator_1.IsObject)(),
33
+ (0, class_validator_1.IsOptional)(),
34
+ __metadata("design:type", socials_1.SocialsDto)
35
+ ], EditUserCreatorProfileDto.prototype, "socials", void 0);
36
+ __decorate([
37
+ (0, swagger_1.ApiPropertyOptional)({
38
+ description: 'Creator name',
39
+ maxLength: 30,
40
+ example: 'Creator Name',
41
+ }),
42
+ (0, class_validator_1.IsString)(),
43
+ (0, class_validator_1.IsOptional)(),
44
+ (0, class_validator_1.Length)(1, 300),
45
+ __metadata("design:type", String)
46
+ ], EditUserCreatorProfileDto.prototype, "name", void 0);
@@ -0,0 +1,6 @@
1
+ import { SocialsDto } from '../../common/socials';
2
+ export declare class EditUserProfileDto {
3
+ description?: string;
4
+ profile?: string;
5
+ socials?: SocialsDto;
6
+ }
@@ -0,0 +1,44 @@
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.EditUserProfileDto = void 0;
13
+ const swagger_1 = require("@nestjs/swagger");
14
+ const class_validator_1 = require("class-validator");
15
+ const socials_1 = require("../../common/socials");
16
+ class EditUserProfileDto {
17
+ }
18
+ exports.EditUserProfileDto = EditUserProfileDto;
19
+ __decorate([
20
+ (0, swagger_1.ApiPropertyOptional)({
21
+ description: 'User description',
22
+ maxLength: 300,
23
+ example: 'I am a user',
24
+ }),
25
+ (0, class_validator_1.IsString)(),
26
+ (0, class_validator_1.Length)(1, 300),
27
+ (0, class_validator_1.IsOptional)(),
28
+ __metadata("design:type", String)
29
+ ], EditUserProfileDto.prototype, "description", void 0);
30
+ __decorate([
31
+ (0, swagger_1.ApiPropertyOptional)({
32
+ description: 'Profile picture URL',
33
+ example: 'https://media.xoxno.com/example-01',
34
+ }),
35
+ (0, class_validator_1.IsString)(),
36
+ (0, class_validator_1.IsOptional)(),
37
+ __metadata("design:type", String)
38
+ ], EditUserProfileDto.prototype, "profile", void 0);
39
+ __decorate([
40
+ (0, swagger_1.ApiPropertyOptional)({ description: 'Social media profiles' }),
41
+ (0, class_validator_1.IsObject)(),
42
+ (0, class_validator_1.IsOptional)(),
43
+ __metadata("design:type", socials_1.SocialsDto)
44
+ ], EditUserProfileDto.prototype, "socials", void 0);
@@ -0,0 +1,4 @@
1
+ export declare class FollowCollectionDto {
2
+ isFavorite: boolean;
3
+ collection?: string;
4
+ }
@@ -0,0 +1,31 @@
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.FollowCollectionDto = void 0;
13
+ const swagger_1 = require("@nestjs/swagger");
14
+ class FollowCollectionDto {
15
+ }
16
+ exports.FollowCollectionDto = FollowCollectionDto;
17
+ __decorate([
18
+ (0, swagger_1.ApiProperty)({
19
+ description: 'Indicates if the collection is favorited',
20
+ example: true,
21
+ }),
22
+ __metadata("design:type", Boolean)
23
+ ], FollowCollectionDto.prototype, "isFavorite", void 0);
24
+ __decorate([
25
+ (0, swagger_1.ApiProperty)({
26
+ required: false,
27
+ description: 'Collection followed, empty when unfollow',
28
+ example: 'Mice-213123',
29
+ }),
30
+ __metadata("design:type", String)
31
+ ], FollowCollectionDto.prototype, "collection", void 0);
@@ -0,0 +1,4 @@
1
+ export declare class FollowUserDto {
2
+ isFavorite: boolean;
3
+ addressFavorite: string;
4
+ }
@@ -0,0 +1,30 @@
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.FollowUserDto = void 0;
13
+ const swagger_1 = require("@nestjs/swagger");
14
+ class FollowUserDto {
15
+ }
16
+ exports.FollowUserDto = FollowUserDto;
17
+ __decorate([
18
+ (0, swagger_1.ApiProperty)({
19
+ description: 'Indicates if the user is favorited',
20
+ example: true,
21
+ }),
22
+ __metadata("design:type", Boolean)
23
+ ], FollowUserDto.prototype, "isFavorite", void 0);
24
+ __decorate([
25
+ (0, swagger_1.ApiProperty)({
26
+ description: 'Address of the user to favorite',
27
+ example: 'erd1...',
28
+ }),
29
+ __metadata("design:type", String)
30
+ ], FollowUserDto.prototype, "addressFavorite", void 0);
@@ -0,0 +1,3 @@
1
+ export declare class CheckLikeStatusResponseDto {
2
+ isFavorite: boolean;
3
+ }
@@ -0,0 +1,20 @@
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.CheckLikeStatusResponseDto = void 0;
13
+ const swagger_1 = require("@nestjs/swagger");
14
+ class CheckLikeStatusResponseDto {
15
+ }
16
+ exports.CheckLikeStatusResponseDto = CheckLikeStatusResponseDto;
17
+ __decorate([
18
+ (0, swagger_1.ApiProperty)({ example: false }),
19
+ __metadata("design:type", Boolean)
20
+ ], CheckLikeStatusResponseDto.prototype, "isFavorite", void 0);
@@ -0,0 +1,4 @@
1
+ export declare class LoginAccessDto {
2
+ access_token: string;
3
+ expires: number;
4
+ }
@@ -0,0 +1,30 @@
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.LoginAccessDto = void 0;
13
+ const swagger_1 = require("@nestjs/swagger");
14
+ class LoginAccessDto {
15
+ }
16
+ exports.LoginAccessDto = LoginAccessDto;
17
+ __decorate([
18
+ (0, swagger_1.ApiProperty)({
19
+ description: 'Access token for authentication',
20
+ example: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...',
21
+ }),
22
+ __metadata("design:type", String)
23
+ ], LoginAccessDto.prototype, "access_token", void 0);
24
+ __decorate([
25
+ (0, swagger_1.ApiProperty)({
26
+ description: 'Expiration time of the token in seconds',
27
+ example: 3600,
28
+ }),
29
+ __metadata("design:type", Number)
30
+ ], LoginAccessDto.prototype, "expires", void 0);
@@ -0,0 +1,16 @@
1
+ import { UserProfileDoc } from '../../cosmos-db/documents/user/user-profile.doc';
2
+ import { UserEmailNotificationSettings, UserNotificationPreferences } from '../../cosmos-db/documents/user/user-settings.doc';
3
+ declare class UserSettingsDto {
4
+ emailNotifications: UserEmailNotificationSettings;
5
+ notificationPreferences: UserNotificationPreferences;
6
+ address: string;
7
+ id: string;
8
+ _ts: number;
9
+ }
10
+ export declare class UserProfileDto extends UserProfileDoc {
11
+ userSettings: UserSettingsDto;
12
+ }
13
+ declare const UserUpdateDTO_base: import("@nestjs/common").Type<Pick<UserProfileDto, "description" | "profile" | "socials">>;
14
+ export declare class UserUpdateDTO extends UserUpdateDTO_base {
15
+ }
16
+ export {};
@@ -0,0 +1,55 @@
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.UserUpdateDTO = exports.UserProfileDto = void 0;
13
+ const swagger_1 = require("@nestjs/swagger");
14
+ const user_profile_doc_1 = require("../../cosmos-db/documents/user/user-profile.doc");
15
+ const user_settings_doc_1 = require("../../cosmos-db/documents/user/user-settings.doc");
16
+ class UserSettingsDto {
17
+ }
18
+ __decorate([
19
+ (0, swagger_1.ApiProperty)({ type: user_settings_doc_1.UserEmailNotificationSettings }),
20
+ __metadata("design:type", user_settings_doc_1.UserEmailNotificationSettings)
21
+ ], UserSettingsDto.prototype, "emailNotifications", void 0);
22
+ __decorate([
23
+ (0, swagger_1.ApiProperty)({ type: user_settings_doc_1.UserNotificationPreferences }),
24
+ __metadata("design:type", user_settings_doc_1.UserNotificationPreferences)
25
+ ], UserSettingsDto.prototype, "notificationPreferences", void 0);
26
+ __decorate([
27
+ (0, swagger_1.ApiProperty)({
28
+ example: 'erd1fmd662htrgt07xxd8me09newa9s0euzvpz3wp0c4pz78f83grt9qm6pn57',
29
+ }),
30
+ __metadata("design:type", String)
31
+ ], UserSettingsDto.prototype, "address", void 0);
32
+ __decorate([
33
+ (0, swagger_1.ApiProperty)({
34
+ example: 'erd1fmd662htrgt07xxd8me09newa9s0euzvpz3wp0c4pz78f83grt9qm6pn57-userSettings',
35
+ }),
36
+ __metadata("design:type", String)
37
+ ], UserSettingsDto.prototype, "id", void 0);
38
+ __decorate([
39
+ (0, swagger_1.ApiProperty)({ example: 1720462258 }),
40
+ __metadata("design:type", Number)
41
+ ], UserSettingsDto.prototype, "_ts", void 0);
42
+ class UserProfileDto extends user_profile_doc_1.UserProfileDoc {
43
+ }
44
+ exports.UserProfileDto = UserProfileDto;
45
+ __decorate([
46
+ (0, swagger_1.ApiProperty)({ type: UserSettingsDto, required: false }),
47
+ __metadata("design:type", UserSettingsDto)
48
+ ], UserProfileDto.prototype, "userSettings", void 0);
49
+ class UserUpdateDTO extends (0, swagger_1.PickType)(UserProfileDto, [
50
+ 'socials',
51
+ 'description',
52
+ 'profile',
53
+ ]) {
54
+ }
55
+ exports.UserUpdateDTO = UserUpdateDTO;
@@ -0,0 +1,4 @@
1
+ export declare class SetEmailDto {
2
+ readonly enabled: boolean;
3
+ readonly emailAddress: string;
4
+ }
@@ -0,0 +1,34 @@
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.SetEmailDto = void 0;
13
+ const swagger_1 = require("@nestjs/swagger");
14
+ const class_validator_1 = require("class-validator");
15
+ class SetEmailDto {
16
+ }
17
+ exports.SetEmailDto = SetEmailDto;
18
+ __decorate([
19
+ (0, swagger_1.ApiProperty)({
20
+ description: 'Indicates if the email feature is enabled',
21
+ example: true,
22
+ }),
23
+ (0, class_validator_1.IsBoolean)(),
24
+ __metadata("design:type", Boolean)
25
+ ], SetEmailDto.prototype, "enabled", void 0);
26
+ __decorate([
27
+ (0, swagger_1.ApiPropertyOptional)({
28
+ description: 'The email address to be set',
29
+ example: 'example@example.com',
30
+ }),
31
+ (0, class_validator_1.IsOptional)(),
32
+ (0, class_validator_1.IsEmail)(),
33
+ __metadata("design:type", String)
34
+ ], SetEmailDto.prototype, "emailAddress", void 0);
@@ -0,0 +1,4 @@
1
+ export declare class SetPhoneDto {
2
+ readonly enabled: boolean;
3
+ readonly phoneNumber: string;
4
+ }
@@ -0,0 +1,34 @@
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.SetPhoneDto = void 0;
13
+ const swagger_1 = require("@nestjs/swagger");
14
+ const class_validator_1 = require("class-validator");
15
+ class SetPhoneDto {
16
+ }
17
+ exports.SetPhoneDto = SetPhoneDto;
18
+ __decorate([
19
+ (0, swagger_1.ApiProperty)({
20
+ description: 'Indicates if the phone feature is enabled',
21
+ example: true,
22
+ }),
23
+ (0, class_validator_1.IsBoolean)(),
24
+ __metadata("design:type", Boolean)
25
+ ], SetPhoneDto.prototype, "enabled", void 0);
26
+ __decorate([
27
+ (0, swagger_1.ApiPropertyOptional)({
28
+ description: 'The phone number to be set',
29
+ example: '+1234567890',
30
+ }),
31
+ (0, class_validator_1.IsOptional)(),
32
+ (0, class_validator_1.IsPhoneNumber)(),
33
+ __metadata("design:type", String)
34
+ ], SetPhoneDto.prototype, "phoneNumber", void 0);