robbyson-frontend-library 1.0.120 → 1.0.121

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 (340) hide show
  1. package/dist/components/accordion/accordion.interface.js +1 -0
  2. package/dist/components/add-user-to-group-modal/add-user-to-group-modal.interface.js +1 -0
  3. package/dist/components/assets/assets.interfaces.js +1 -0
  4. package/dist/components/badge/badge.interface.js +1 -0
  5. package/dist/components/balance-sidebar/balance-sidebar.interface.js +1 -0
  6. package/dist/components/balloon/balloon.interface.js +1 -0
  7. package/dist/components/balloon-content/balloon-content.interface.js +1 -0
  8. package/dist/components/base-component.prop.interface.js +1 -0
  9. package/dist/components/base-page.prop.interface.js +1 -0
  10. package/dist/components/base-test.prop.interface.js +1 -0
  11. package/dist/components/basic-button/basic-button.interface.js +1 -0
  12. package/dist/components/checkbox/checkbox.interface.js +1 -0
  13. package/dist/components/circular-general-level/circular-general-level.interface.js +1 -0
  14. package/dist/components/circular-indicator-goal/circular-indicator-goal.interface.js +1 -0
  15. package/dist/components/circular-progress/circular-progress.interface.js +1 -0
  16. package/dist/components/colors/colors.interfaces.js +1 -0
  17. package/dist/components/context-menu/context-menu.interface.js +1 -0
  18. package/dist/components/daily-chart/daily-chart.interface.js +1 -0
  19. package/dist/components/date-picker/date-picker.interface.js +1 -0
  20. package/dist/components/divider/divider.interface.js +1 -0
  21. package/dist/components/drawer/drawer.interface.js +1 -0
  22. package/dist/components/dropdown/dropdown.interface.js +1 -0
  23. package/dist/components/expand-icon-button/expand-icon-button.interface.js +1 -0
  24. package/dist/components/favorite-button/favorite-button.interface.js +1 -0
  25. package/dist/components/filter/filter.interface.js +1 -0
  26. package/dist/components/guard-module/guard-module.interface.js +1 -0
  27. package/dist/components/guard-permission/guard-permission.interface.js +1 -0
  28. package/dist/components/header-context-menu/header-context-menu.interface.js +1 -0
  29. package/dist/components/icon-button/icon-button.interface.js +1 -0
  30. package/dist/components/image-progress-graph/image-progress-graph.interface.js +1 -0
  31. package/dist/components/index.js +5 -0
  32. package/dist/components/insight-chart/insight-chart.interface.js +1 -0
  33. package/dist/components/line-chart /line-chart.interface.js +1 -0
  34. package/dist/components/loading/loading.interface.js +1 -0
  35. package/dist/components/loading-call/loading-call.interface.js +1 -0
  36. package/dist/components/meet-toggle-button/meet-toggle-button.interface.js +1 -0
  37. package/dist/components/menu.interface.js +1 -0
  38. package/dist/components/modal/modal.interface.js +1 -0
  39. package/dist/components/mood-button/mood-button.interface.js +1 -0
  40. package/dist/components/mountain-chart/mountain-chart.interface.js +1 -0
  41. package/dist/components/notification-sidebar/notification-sidebar.interface.js +1 -0
  42. package/dist/components/notification-sound/index.js +1 -0
  43. package/dist/components/notification-sound/notification-sound.interface.js +1 -0
  44. package/dist/components/overlay/overlay.interface.js +1 -0
  45. package/dist/components/pages/base-app-page.component.js +114 -0
  46. package/dist/components/pages/base-app-page.styles.js +51 -0
  47. package/dist/components/pages/error-boundary.js +49 -0
  48. package/dist/components/pagination/pagination.interface.js +1 -0
  49. package/dist/components/pdf-viewer/pdf-viewer.interface.js +1 -0
  50. package/dist/components/pie-chart /pie-chart.interface.js +1 -0
  51. package/dist/components/primary-tag/primary-tag.interface.js +1 -0
  52. package/dist/components/profile-image/profile-image.interface.js +1 -0
  53. package/dist/components/progress-bar/progress-bar.interface.js +1 -0
  54. package/dist/components/progress-tracker/progress-tracker.interface.js +1 -0
  55. package/dist/components/radio-button/radio-button.interface.js +1 -0
  56. package/dist/components/range-date-picker/range-date-picker.interface.js +1 -0
  57. package/dist/components/result-chart/result-chart.interface.js +1 -0
  58. package/dist/components/scroll-box/scroll-box.interface.js +1 -0
  59. package/dist/components/search-input/search-input.interfaces.js +1 -0
  60. package/dist/components/select/select.interface.js +1 -0
  61. package/dist/components/sidebar/sidebar.interface.js +1 -0
  62. package/dist/components/simple-table/simple-table.interface.js +1 -0
  63. package/dist/components/sort/sort.interface.js +1 -0
  64. package/dist/components/speed-dial/speed-dial.interface.js +1 -0
  65. package/dist/components/spin-edit/spin-edit.interface.js +1 -0
  66. package/dist/components/staked-chart/staked-chart.interface.js +1 -0
  67. package/dist/components/store-choice/store-choice.interface.js +1 -0
  68. package/dist/components/switch/switch.interface.js +1 -0
  69. package/dist/components/tab/tab.interface.js +1 -0
  70. package/dist/components/tab-result/tab-result.interface.js +1 -0
  71. package/dist/components/table/table.interface.js +1 -0
  72. package/dist/components/tag/tag.interface.js +1 -0
  73. package/dist/components/tag-expand/tag-expand.interface.js +1 -0
  74. package/dist/components/terms-of-use/terms-of-use.interface.js +1 -0
  75. package/dist/components/text-area/text-area.interface.js +1 -0
  76. package/dist/components/text-field/text-field.interface.js +1 -0
  77. package/dist/components/time-picker/time-picker.interface.js +1 -0
  78. package/dist/components/timer/timer.interface.js +1 -0
  79. package/dist/components/toggle-icon-button/toggle-icon-button.interface.js +1 -0
  80. package/dist/components/tooltip/tooltip.interface.js +1 -0
  81. package/dist/components/transitions/transitions.interfaces.js +1 -0
  82. package/dist/components/tree-date-picker/tree-date-picker.interface.js +1 -0
  83. package/dist/components/typography/typography.interfaces.js +1 -0
  84. package/dist/components/upload/upload.interface.js +1 -0
  85. package/dist/components/vertical-bar-chart/vertical-bar-chart.interface.js +1 -0
  86. package/dist/components/video-call-modal/video-call-modal.interface.js +1 -0
  87. package/dist/components/weekly-chart/weekly-chart.interface.js +1 -0
  88. package/dist/constants/angel-friend.constants.js +1 -0
  89. package/dist/constants/authentication.constants.js +1 -0
  90. package/dist/constants/campaign.constants.js +14 -0
  91. package/dist/constants/chat.constants.js +54 -0
  92. package/dist/constants/hierarchy.constants.js +13 -0
  93. package/dist/constants/index.js +12 -0
  94. package/dist/constants/layout-dimensions.constants.js +15 -0
  95. package/dist/constants/market.constants.js +86 -0
  96. package/dist/constants/result-level.constants.js +18 -0
  97. package/dist/constants/sounds.constants.js +5 -0
  98. package/dist/constants/tree.constants.js +4 -0
  99. package/dist/constants/upload.constants.js +20 -0
  100. package/dist/constants/user-metadata.constants.js +15 -0
  101. package/dist/factories/base.factory.js +6 -0
  102. package/dist/factories/index.js +2 -0
  103. package/dist/factories/query-params.factory.js +52 -0
  104. package/dist/factories/response.factory.js +78 -0
  105. package/dist/index.js +49 -0
  106. package/dist/ioc.js +18 -0
  107. package/dist/models/agenda-invited-users.model.js +24 -0
  108. package/dist/models/agenda.model.js +36 -0
  109. package/dist/models/angel-friend-status.model.js +24 -0
  110. package/dist/models/attribute-value.model.js +24 -0
  111. package/dist/models/attributes-response.model.js +6 -0
  112. package/dist/models/balance-for-logged-user-model.js +24 -0
  113. package/dist/models/balance.model.js +24 -0
  114. package/dist/models/base.repository.model.js +6 -0
  115. package/dist/models/campaign.model.js +24 -0
  116. package/dist/models/chat.model.js +12 -0
  117. package/dist/models/contractor-info.model.js +12 -0
  118. package/dist/models/contractor-password-length.model.js +24 -0
  119. package/dist/models/contractor.model.js +24 -0
  120. package/dist/models/currency-extract.model.js +24 -0
  121. package/dist/models/document.model.js +30 -0
  122. package/dist/models/forgot-password-generate-code.model.js +24 -0
  123. package/dist/models/forgot-password-update-password.model.js +24 -0
  124. package/dist/models/forgot-password-validate-code.model.js +24 -0
  125. package/dist/models/forgot-password.model.js +24 -0
  126. package/dist/models/friendship-team-list.model.js +1 -0
  127. package/dist/models/get-user-to-register.model.js +24 -0
  128. package/dist/models/group.model.js +24 -0
  129. package/dist/models/guidance-category.model.js +24 -0
  130. package/dist/models/guidance-query.model.js +24 -0
  131. package/dist/models/guidance.model.js +40 -0
  132. package/dist/models/hierarchy-level.model.js +24 -0
  133. package/dist/models/http-response.model.js +17 -0
  134. package/dist/models/humor-list.model.js +24 -0
  135. package/dist/models/humor-register.model.js +40 -0
  136. package/dist/models/indicator.model.js +24 -0
  137. package/dist/models/learning-courses.model.js +42 -0
  138. package/dist/models/learning-data-export.model.js +29 -0
  139. package/dist/models/learning-team-progress.model.js +54 -0
  140. package/dist/models/learning-user-progress.model.js +59 -0
  141. package/dist/models/locale.model.js +1 -0
  142. package/dist/models/love-field.model.js +1 -0
  143. package/dist/models/market-most-wanted-product.model.js +24 -0
  144. package/dist/models/market-next-level-product.model.js +24 -0
  145. package/dist/models/market-product.model.js +56 -0
  146. package/dist/models/market-products.model.js +24 -0
  147. package/dist/models/market-trade-product.model.js +24 -0
  148. package/dist/models/market-user-balance.model.js +24 -0
  149. package/dist/models/menus-notifications-model.js +24 -0
  150. package/dist/models/message.model.js +24 -0
  151. package/dist/models/notification.model.js +24 -0
  152. package/dist/models/order.model.js +32 -0
  153. package/dist/models/portal-dashboard-embedded.model.js +6 -0
  154. package/dist/models/portal-dashboard.model.js +6 -0
  155. package/dist/models/profile-info.model.js +12 -0
  156. package/dist/models/quiz-answered.model.js +24 -0
  157. package/dist/models/quiz-not-answered.model.js +24 -0
  158. package/dist/models/quiz.model.js +24 -0
  159. package/dist/models/result-currency-group.model.js +24 -0
  160. package/dist/models/result-level.model.js +24 -0
  161. package/dist/models/result-params.model.js +24 -0
  162. package/dist/models/result-projection.model.js +24 -0
  163. package/dist/models/result.model.js +25 -0
  164. package/dist/models/results-recurrence.model.js +24 -0
  165. package/dist/models/retrospective.model.js +24 -0
  166. package/dist/models/send-user-to-login.model.js +6 -0
  167. package/dist/models/send-user-to-register.model.js +24 -0
  168. package/dist/models/term-of-use.model.js +24 -0
  169. package/dist/models/theme-base.js +329 -0
  170. package/dist/models/tips.model.js +77 -0
  171. package/dist/models/tree/index.js +15 -0
  172. package/dist/models/tree/tree-attribute.model.js +52 -0
  173. package/dist/models/tree/tree-days.model.js +24 -0
  174. package/dist/models/tree/tree-details.model.js +84 -0
  175. package/dist/models/tree/tree-getsimulator.model.js +30 -0
  176. package/dist/models/tree/tree-group.model.js +31 -0
  177. package/dist/models/tree/tree-indicator.model.js +33 -0
  178. package/dist/models/tree/tree-reference.model.js +34 -0
  179. package/dist/models/tree/tree-report-performance.model.js +56 -0
  180. package/dist/models/tree/tree-result.model.js +48 -0
  181. package/dist/models/tree/tree-save-simulator.model.js +24 -0
  182. package/dist/models/tree/tree-simulator-graph.model.js +24 -0
  183. package/dist/models/tree/tree-simulator-results.model.js +24 -0
  184. package/dist/models/tree/tree-simulator.model.js +24 -0
  185. package/dist/models/tree/tree-table.model.js +65 -0
  186. package/dist/models/tree/tree.model.js +85 -0
  187. package/dist/models/update-password.model.js +6 -0
  188. package/dist/models/user-list-filter.model.js +24 -0
  189. package/dist/models/user-list.model.js +24 -0
  190. package/dist/models/user-metadata.model.js +24 -0
  191. package/dist/models/user-mirror.model.js +24 -0
  192. package/dist/models/user-session.model.js +24 -0
  193. package/dist/models/user.model.js +40 -0
  194. package/dist/repositories/agenda.repository.interface.js +1 -0
  195. package/dist/repositories/angel-friend.repository.interface.js +1 -0
  196. package/dist/repositories/authentication.repository.interface.js +1 -0
  197. package/dist/repositories/base.repository.js +260 -0
  198. package/dist/repositories/campaign.repository.interface.js +1 -0
  199. package/dist/repositories/chat.repository.interface.js +1 -0
  200. package/dist/repositories/configuration.repository.interface.js +1 -0
  201. package/dist/repositories/contractor.repository.interface.js +1 -0
  202. package/dist/repositories/currency.repository.interface.js +1 -0
  203. package/dist/repositories/document.repository.interface.js +1 -0
  204. package/dist/repositories/friendship.repository.interface.js +1 -0
  205. package/dist/repositories/goal.repository.interface.js +1 -0
  206. package/dist/repositories/guidance.repository.interface.js +1 -0
  207. package/dist/repositories/hierarchy.repository.interface.js +1 -0
  208. package/dist/repositories/humor.repository.interface.js +1 -0
  209. package/dist/repositories/indicator.repository.interface.js +1 -0
  210. package/dist/repositories/learning-management.repository.interface.js +1 -0
  211. package/dist/repositories/locale.repository.interface.js +1 -0
  212. package/dist/repositories/lovefield.repository.interface.js +1 -0
  213. package/dist/repositories/market.repository.interface.js +1 -0
  214. package/dist/repositories/meetings-orchestrator.repository.interface.js +1 -0
  215. package/dist/repositories/module.repository.interface.js +1 -0
  216. package/dist/repositories/notification.repository.interface.js +1 -0
  217. package/dist/repositories/permission.repository.interface.js +1 -0
  218. package/dist/repositories/portal-dashboard.repository.interface.js +1 -0
  219. package/dist/repositories/profile.repository.interface.js +1 -0
  220. package/dist/repositories/quiz.repository.interface.js +1 -0
  221. package/dist/repositories/results.repository.interface.js +1 -0
  222. package/dist/repositories/retrospective.repository.interface.js +1 -0
  223. package/dist/repositories/rv.repository.interface.js +1 -0
  224. package/dist/repositories/socket.repository.interface.js +1 -0
  225. package/dist/repositories/sounds.repository.interface.js +2 -0
  226. package/dist/repositories/terms-of-use.repository.interface.js +1 -0
  227. package/dist/repositories/theme.repository.interface.js +1 -0
  228. package/dist/repositories/tips.repository.interface.js +1 -0
  229. package/dist/repositories/tree.repository.interface.js +1 -0
  230. package/dist/repositories/user-metadata.repository.interface.js +1 -0
  231. package/dist/repositories/user.repository.interface.js +1 -0
  232. package/dist/services/actions/authentication.service.actions.js +12 -0
  233. package/dist/services/agenda.service.interface.js +1 -0
  234. package/dist/services/angel-friend.service.interface.js +1 -0
  235. package/dist/services/authentication.service.interface.js +1 -0
  236. package/dist/services/campaign.service.interface.js +1 -0
  237. package/dist/services/chat.service.interface.js +1 -0
  238. package/dist/services/configuration.service.interface.js +1 -0
  239. package/dist/services/contractor.service.interface.js +1 -0
  240. package/dist/services/currency.service.interface.js +1 -0
  241. package/dist/services/document.service.interface.js +1 -0
  242. package/dist/services/dtos/agenda.dto.js +1 -0
  243. package/dist/services/dtos/angelfriend.dto.js +1 -0
  244. package/dist/services/dtos/campaign.dto.js +1 -0
  245. package/dist/services/dtos/chat.dto.js +1 -0
  246. package/dist/services/dtos/currency.dto.js +1 -0
  247. package/dist/services/dtos/example.dto.js +1 -0
  248. package/dist/services/dtos/friendship.dto.js +1 -0
  249. package/dist/services/dtos/hierarchy.dto.js +1 -0
  250. package/dist/services/dtos/index.js +20 -0
  251. package/dist/services/dtos/indicator.dto.js +1 -0
  252. package/dist/services/dtos/learning-management.dto.js +1 -0
  253. package/dist/services/dtos/lovefield.dto.js +1 -0
  254. package/dist/services/dtos/market.dto.js +1 -0
  255. package/dist/services/dtos/meetings.dto.js +1 -0
  256. package/dist/services/dtos/profile.dto.js +1 -0
  257. package/dist/services/dtos/quiz.dto.js +1 -0
  258. package/dist/services/dtos/result.dto.js +1 -0
  259. package/dist/services/dtos/tips.dto.js +1 -0
  260. package/dist/services/dtos/tree.dto.js +1 -0
  261. package/dist/services/dtos/user-metadata.dto.js +1 -0
  262. package/dist/services/dtos/user.dto.js +1 -0
  263. package/dist/services/friendship.service.interface.js +1 -0
  264. package/dist/services/goal.service.interface.js +1 -0
  265. package/dist/services/guidance.service.interface.js +1 -0
  266. package/dist/services/hierarchy.service.interface.js +1 -0
  267. package/dist/services/humor.service.interface.js +1 -0
  268. package/dist/services/indicator.service.interface.js +1 -0
  269. package/dist/services/layout.service.interface.js +1 -0
  270. package/dist/services/learning-management.service.interface.js +1 -0
  271. package/dist/services/locale.service.interface.js +1 -0
  272. package/dist/services/market.service.interface.js +1 -0
  273. package/dist/services/meetings.service.interface.js +1 -0
  274. package/dist/services/module.service.interface.js +1 -0
  275. package/dist/services/notification.service.interface.js +1 -0
  276. package/dist/services/permission.service.interface.js +1 -0
  277. package/dist/services/portal-dashboard.service.interface.js +1 -0
  278. package/dist/services/profile.service.interface.js +1 -0
  279. package/dist/services/quiz.service.interface.js +1 -0
  280. package/dist/services/results.service.interface.js +1 -0
  281. package/dist/services/retrospective.service.interface.js +1 -0
  282. package/dist/services/rv.service.interface.js +1 -0
  283. package/dist/services/terms-of-use.service.interface.js +1 -0
  284. package/dist/services/theme.service.interface.js +1 -0
  285. package/dist/services/tips.service.interface.js +1 -0
  286. package/dist/services/tree.service.interface.js +1 -0
  287. package/dist/services/upload.service.interface.js +1 -0
  288. package/dist/services/user-metadata.service.interface.js +1 -0
  289. package/dist/services/user.service.interface.js +1 -0
  290. package/dist/services/validations.service.interface.js +1 -0
  291. package/dist/states/angel-friend-container/angel-friend.state.interface.js +1 -0
  292. package/dist/states/chat-container/chat-app.state.interface.js +1 -0
  293. package/dist/states/index.js +14 -0
  294. package/dist/states/main-container/angel-friend-app.state.interface.js +1 -0
  295. package/dist/states/main-container/app.state.interface.js +1 -0
  296. package/dist/states/main-container/hierarchy-app.state.interface.js +1 -0
  297. package/dist/states/main-container/layout-app.state.interface.js +1 -0
  298. package/dist/states/main-container/market-app.state.interface.js +1 -0
  299. package/dist/states/main-container/notification-app.state.interface.js +1 -0
  300. package/dist/states/main-container/plataform.state.interface.js +1 -0
  301. package/dist/states/main-container/root-app.state.interface.js +1 -0
  302. package/dist/states/main-container/tree-app.state.interface.js +1 -0
  303. package/dist/states/meetings-container/meetings-app.state.interface.js +1 -0
  304. package/dist/states/profile-container/profile-app.state.interface.js +1 -0
  305. package/dist/states/quiz-container/quiz-app.state.interface.js +1 -0
  306. package/dist/states/retrospective-container/retrospective.state.interface.js +1 -0
  307. package/dist/types/chat/chat.types.js +34 -0
  308. package/dist/types/chat/index.js +1 -0
  309. package/dist/types/hierarchy/hierarchy.types.js +4 -0
  310. package/dist/types/hierarchy/index.js +1 -0
  311. package/dist/types/index.js +7 -0
  312. package/dist/types/lovefield/index.js +1 -0
  313. package/dist/types/lovefield/lovefield.types.js +1 -0
  314. package/dist/types/market/index.js +1 -0
  315. package/dist/types/market/market.types.js +1 -0
  316. package/dist/types/meetings/index.js +1 -0
  317. package/dist/types/meetings/meetings.types.js +6 -0
  318. package/dist/types/rv/index.js +1 -0
  319. package/dist/types/rv/rv.types.js +22 -0
  320. package/dist/types/tree/index.js +2 -0
  321. package/dist/types/tree/tree-performance.params.types.js +1 -0
  322. package/dist/types/tree/tree.types.js +95 -0
  323. package/dist/utils/build-error/buildError.util.interface.js +1 -0
  324. package/dist/utils/build-error/buildError.util.js +15 -0
  325. package/dist/utils/cache-control.js +132 -0
  326. package/dist/utils/chat.utils.js +94 -0
  327. package/dist/utils/crypto-utils.js +31 -0
  328. package/dist/utils/date.utils.js +126 -0
  329. package/dist/utils/image.utils.js +122 -0
  330. package/dist/utils/index.js +13 -0
  331. package/dist/utils/layout.utils.js +13 -0
  332. package/dist/utils/query-params/index.js +34 -0
  333. package/dist/utils/robbyson-navigate.js +126 -0
  334. package/dist/utils/socket.js +55 -0
  335. package/dist/utils/string.utils.js +17 -0
  336. package/dist/utils/timer.utils.js +22 -0
  337. package/docs/assets/search.js +1 -1
  338. package/docs/classes/index.BaseAppPage.html +6 -6
  339. package/docs/classes/utils_layout_utils.LayoutUtils.html +2 -1
  340. package/package.json +2 -1
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var MarketMostWantedProductModel = /** @class */ (function (_super) {
18
+ __extends(MarketMostWantedProductModel, _super);
19
+ function MarketMostWantedProductModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return MarketMostWantedProductModel;
23
+ }(BaseRepositoryModel));
24
+ export { MarketMostWantedProductModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var MarketNextLevelProductModel = /** @class */ (function (_super) {
18
+ __extends(MarketNextLevelProductModel, _super);
19
+ function MarketNextLevelProductModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return MarketNextLevelProductModel;
23
+ }(BaseRepositoryModel));
24
+ export { MarketNextLevelProductModel };
@@ -0,0 +1,56 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var MarketProductModel = /** @class */ (function (_super) {
18
+ __extends(MarketProductModel, _super);
19
+ function MarketProductModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return MarketProductModel;
23
+ }(BaseRepositoryModel));
24
+ export { MarketProductModel };
25
+ var CartProductModel = /** @class */ (function (_super) {
26
+ __extends(CartProductModel, _super);
27
+ function CartProductModel() {
28
+ return _super !== null && _super.apply(this, arguments) || this;
29
+ }
30
+ return CartProductModel;
31
+ }(MarketProductModel));
32
+ export { CartProductModel };
33
+ var UserBalance = /** @class */ (function () {
34
+ function UserBalance() {
35
+ }
36
+ return UserBalance;
37
+ }());
38
+ export { UserBalance };
39
+ var ProductDonations = /** @class */ (function () {
40
+ function ProductDonations() {
41
+ }
42
+ return ProductDonations;
43
+ }());
44
+ export { ProductDonations };
45
+ var ProductAttributeDetails = /** @class */ (function () {
46
+ function ProductAttributeDetails() {
47
+ }
48
+ return ProductAttributeDetails;
49
+ }());
50
+ export { ProductAttributeDetails };
51
+ var WonRaffles = /** @class */ (function () {
52
+ function WonRaffles() {
53
+ }
54
+ return WonRaffles;
55
+ }());
56
+ export { WonRaffles };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var MarketProductsModel = /** @class */ (function (_super) {
18
+ __extends(MarketProductsModel, _super);
19
+ function MarketProductsModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return MarketProductsModel;
23
+ }(BaseRepositoryModel));
24
+ export { MarketProductsModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var MarketTradeProductModel = /** @class */ (function (_super) {
18
+ __extends(MarketTradeProductModel, _super);
19
+ function MarketTradeProductModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return MarketTradeProductModel;
23
+ }(BaseRepositoryModel));
24
+ export { MarketTradeProductModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var MarketUserBalanceModel = /** @class */ (function (_super) {
18
+ __extends(MarketUserBalanceModel, _super);
19
+ function MarketUserBalanceModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return MarketUserBalanceModel;
23
+ }(BaseRepositoryModel));
24
+ export { MarketUserBalanceModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var MenusNotificationsModel = /** @class */ (function (_super) {
18
+ __extends(MenusNotificationsModel, _super);
19
+ function MenusNotificationsModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return MenusNotificationsModel;
23
+ }(BaseRepositoryModel));
24
+ export { MenusNotificationsModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var MessageModel = /** @class */ (function (_super) {
18
+ __extends(MessageModel, _super);
19
+ function MessageModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return MessageModel;
23
+ }(BaseRepositoryModel));
24
+ export { MessageModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var NotificationModel = /** @class */ (function (_super) {
18
+ __extends(NotificationModel, _super);
19
+ function NotificationModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return NotificationModel;
23
+ }(BaseRepositoryModel));
24
+ export { NotificationModel };
@@ -0,0 +1,32 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var OrderStatusModel = /** @class */ (function (_super) {
18
+ __extends(OrderStatusModel, _super);
19
+ function OrderStatusModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return OrderStatusModel;
23
+ }(BaseRepositoryModel));
24
+ export { OrderStatusModel };
25
+ var OrderModel = /** @class */ (function (_super) {
26
+ __extends(OrderModel, _super);
27
+ function OrderModel() {
28
+ return _super !== null && _super.apply(this, arguments) || this;
29
+ }
30
+ return OrderModel;
31
+ }(BaseRepositoryModel));
32
+ export { OrderModel };
@@ -0,0 +1,6 @@
1
+ var EmbeddedReportInfoModel = /** @class */ (function () {
2
+ function EmbeddedReportInfoModel() {
3
+ }
4
+ return EmbeddedReportInfoModel;
5
+ }());
6
+ export { EmbeddedReportInfoModel };
@@ -0,0 +1,6 @@
1
+ var PortalDashboardModel = /** @class */ (function () {
2
+ function PortalDashboardModel() {
3
+ }
4
+ return PortalDashboardModel;
5
+ }());
6
+ export { PortalDashboardModel };
@@ -0,0 +1,12 @@
1
+ var ProfileInfoModel = /** @class */ (function () {
2
+ function ProfileInfoModel() {
3
+ }
4
+ return ProfileInfoModel;
5
+ }());
6
+ export { ProfileInfoModel };
7
+ var ProfileImageModel = /** @class */ (function () {
8
+ function ProfileImageModel() {
9
+ }
10
+ return ProfileImageModel;
11
+ }());
12
+ export { ProfileImageModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var QuizAnsweredModel = /** @class */ (function (_super) {
18
+ __extends(QuizAnsweredModel, _super);
19
+ function QuizAnsweredModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return QuizAnsweredModel;
23
+ }(BaseRepositoryModel));
24
+ export { QuizAnsweredModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var QuizNotAnsweredModel = /** @class */ (function (_super) {
18
+ __extends(QuizNotAnsweredModel, _super);
19
+ function QuizNotAnsweredModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return QuizNotAnsweredModel;
23
+ }(BaseRepositoryModel));
24
+ export { QuizNotAnsweredModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var QuizModel = /** @class */ (function (_super) {
18
+ __extends(QuizModel, _super);
19
+ function QuizModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return QuizModel;
23
+ }(BaseRepositoryModel));
24
+ export { QuizModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var ResultCurrencyGroup = /** @class */ (function (_super) {
18
+ __extends(ResultCurrencyGroup, _super);
19
+ function ResultCurrencyGroup() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return ResultCurrencyGroup;
23
+ }(BaseRepositoryModel));
24
+ export { ResultCurrencyGroup };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var ResultLevelModel = /** @class */ (function (_super) {
18
+ __extends(ResultLevelModel, _super);
19
+ function ResultLevelModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return ResultLevelModel;
23
+ }(BaseRepositoryModel));
24
+ export { ResultLevelModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var ResultsParams = /** @class */ (function (_super) {
18
+ __extends(ResultsParams, _super);
19
+ function ResultsParams() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return ResultsParams;
23
+ }(BaseRepositoryModel));
24
+ export { ResultsParams };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var ResultProjection = /** @class */ (function (_super) {
18
+ __extends(ResultProjection, _super);
19
+ function ResultProjection() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return ResultProjection;
23
+ }(BaseRepositoryModel));
24
+ export { ResultProjection };
@@ -0,0 +1,25 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var ResultModel = /** @class */ (function (_super) {
18
+ __extends(ResultModel, _super);
19
+ function ResultModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return ResultModel;
23
+ }(BaseRepositoryModel));
24
+ export { ResultModel };
25
+ ;
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var ResultsRecurrenceModel = /** @class */ (function (_super) {
18
+ __extends(ResultsRecurrenceModel, _super);
19
+ function ResultsRecurrenceModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return ResultsRecurrenceModel;
23
+ }(BaseRepositoryModel));
24
+ export { ResultsRecurrenceModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var RetrospectiveModel = /** @class */ (function (_super) {
18
+ __extends(RetrospectiveModel, _super);
19
+ function RetrospectiveModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return RetrospectiveModel;
23
+ }(BaseRepositoryModel));
24
+ export { RetrospectiveModel };
@@ -0,0 +1,6 @@
1
+ var SendUserToAuthModel = /** @class */ (function () {
2
+ function SendUserToAuthModel() {
3
+ }
4
+ return SendUserToAuthModel;
5
+ }());
6
+ export { SendUserToAuthModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var SendUserToRegisterModel = /** @class */ (function (_super) {
18
+ __extends(SendUserToRegisterModel, _super);
19
+ function SendUserToRegisterModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return SendUserToRegisterModel;
23
+ }(BaseRepositoryModel));
24
+ export { SendUserToRegisterModel };
@@ -0,0 +1,24 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ import { BaseRepositoryModel } from "./base.repository.model";
17
+ var TermsOfUseModel = /** @class */ (function (_super) {
18
+ __extends(TermsOfUseModel, _super);
19
+ function TermsOfUseModel() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ return TermsOfUseModel;
23
+ }(BaseRepositoryModel));
24
+ export { TermsOfUseModel };