@itcase/types-am 1.1.24 → 1.1.26

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 (303) hide show
  1. package/dist/enums/Bid/BidTypeEnum.d.ts +13 -0
  2. package/dist/enums/Bid/index.d.ts +1 -0
  3. package/dist/enums/Blank/BlankEnum.d.ts +11 -0
  4. package/dist/enums/Blank/index.d.ts +1 -0
  5. package/dist/enums/Channel/ChannelEnum.d.ts +13 -0
  6. package/dist/enums/Channel/index.d.ts +1 -0
  7. package/dist/enums/Email/EmailEnum.d.ts +12 -0
  8. package/dist/enums/Email/index.d.ts +1 -0
  9. package/dist/enums/Price/PriceTypeEnum.d.ts +12 -0
  10. package/dist/enums/Price/index.d.ts +1 -0
  11. package/dist/enums/Process/ProcessTypeEnum.d.ts +13 -0
  12. package/dist/enums/Process/index.d.ts +1 -0
  13. package/dist/enums/Push/PushEnum.d.ts +12 -0
  14. package/dist/enums/Push/index.d.ts +1 -0
  15. package/dist/enums/Settings/SettingsNotificationsChangeTypeEnum.d.ts +49 -0
  16. package/dist/enums/Settings/index.d.ts +1 -0
  17. package/dist/enums/Status/Status0CcEnum.d.ts +18 -0
  18. package/dist/enums/Status/Status8F7Enum.d.ts +14 -0
  19. package/dist/enums/Status/Status9DdEnum.d.ts +14 -0
  20. package/dist/enums/Status/StatusAeeEnum.d.ts +16 -0
  21. package/dist/enums/Status/index.d.ts +4 -0
  22. package/dist/enums/Step/StepTypeEnum.d.ts +12 -0
  23. package/dist/enums/Step/index.d.ts +1 -0
  24. package/dist/enums/Type/Type744Enum.d.ts +12 -0
  25. package/dist/enums/Type/index.d.ts +1 -0
  26. package/dist/enums/Types/TypesEnum.d.ts +16 -0
  27. package/dist/enums/Types/index.d.ts +1 -0
  28. package/dist/enums/Usertype/UsertypeEnum.d.ts +16 -0
  29. package/dist/enums/Usertype/index.d.ts +1 -0
  30. package/dist/enums/index.d.ts +16 -0
  31. package/dist/index.d.ts +17 -0
  32. package/dist/types/Additional/AdditionalProduct.d.ts +45 -0
  33. package/dist/types/Additional/AdditionalProductChange.d.ts +44 -0
  34. package/dist/types/Additional/AdditionalProductChangeRequest.d.ts +43 -0
  35. package/dist/types/Additional/index.d.ts +4 -0
  36. package/dist/types/Creator/Creator.d.ts +42 -0
  37. package/dist/types/Creator/index.d.ts +1 -0
  38. package/dist/types/Current/CurrentUserWinner.d.ts +12 -0
  39. package/dist/types/Current/index.d.ts +1 -0
  40. package/dist/types/Document/Document.d.ts +56 -0
  41. package/dist/types/Document/DocumentField.d.ts +56 -0
  42. package/dist/types/Document/DocumentRequest.d.ts +57 -0
  43. package/dist/types/Document/index.d.ts +3 -0
  44. package/dist/types/External/External1CPayment.d.ts +14 -0
  45. package/dist/types/External/External1CPaymentRequest.d.ts +20 -0
  46. package/dist/types/External/External1CPrice.d.ts +14 -0
  47. package/dist/types/External/External1CPriceLot.d.ts +17 -0
  48. package/dist/types/External/External1CPriceLotRequest.d.ts +20 -0
  49. package/dist/types/External/External1CPriceRequest.d.ts +17 -0
  50. package/dist/types/External/External1CShipment.d.ts +14 -0
  51. package/dist/types/External/External1CShipmentLot.d.ts +14 -0
  52. package/dist/types/External/External1CShipmentLotRequest.d.ts +20 -0
  53. package/dist/types/External/External1CShipmentRequest.d.ts +17 -0
  54. package/dist/types/External/External1CSync.d.ts +12 -0
  55. package/dist/types/External/External1CSyncRequest.d.ts +15 -0
  56. package/dist/types/External/External1CTrade.d.ts +17 -0
  57. package/dist/types/External/External1CTradeLot.d.ts +24 -0
  58. package/dist/types/External/ExternalBiTrade.d.ts +22 -0
  59. package/dist/types/External/ExternalBiTradeAdditionalProduct.d.ts +27 -0
  60. package/dist/types/External/ExternalBiTradeBid.d.ts +23 -0
  61. package/dist/types/External/ExternalBiTradeLot.d.ts +28 -0
  62. package/dist/types/External/ExternalBiTradeView.d.ts +17 -0
  63. package/dist/types/External/ExternalBiUser.d.ts +47 -0
  64. package/dist/types/External/ExternalBiUserDevice.d.ts +42 -0
  65. package/dist/types/External/index.d.ts +21 -0
  66. package/dist/types/Facility/Facility.d.ts +48 -0
  67. package/dist/types/Facility/FacilityChange.d.ts +50 -0
  68. package/dist/types/Facility/FacilityChangeRequest.d.ts +53 -0
  69. package/dist/types/Facility/index.d.ts +3 -0
  70. package/dist/types/Filters/FiltersObj.d.ts +14 -0
  71. package/dist/types/Filters/FiltersStatus.d.ts +13 -0
  72. package/dist/types/Filters/index.d.ts +2 -0
  73. package/dist/types/Frontend/FrontendLog.d.ts +20 -0
  74. package/dist/types/Frontend/FrontendLogRequest.d.ts +12 -0
  75. package/dist/types/Frontend/index.d.ts +2 -0
  76. package/dist/types/Info/InfoBlock.d.ts +30 -0
  77. package/dist/types/Info/InfoBlockRequest.d.ts +31 -0
  78. package/dist/types/Info/index.d.ts +2 -0
  79. package/dist/types/News/News.d.ts +38 -0
  80. package/dist/types/News/NewsDetail.d.ts +40 -0
  81. package/dist/types/News/NewsImage.d.ts +27 -0
  82. package/dist/types/News/NewsImageChange.d.ts +28 -0
  83. package/dist/types/News/NewsImageChangeRequest.d.ts +24 -0
  84. package/dist/types/News/NewsRequest.d.ts +40 -0
  85. package/dist/types/News/index.d.ts +6 -0
  86. package/dist/types/Null/NullEnum.d.ts +9 -0
  87. package/dist/types/Null/index.d.ts +1 -0
  88. package/dist/types/Onboarding/Onboarding.d.ts +40 -0
  89. package/dist/types/Onboarding/OnboardingChange.d.ts +41 -0
  90. package/dist/types/Onboarding/OnboardingChangeRequest.d.ts +39 -0
  91. package/dist/types/Onboarding/index.d.ts +3 -0
  92. package/dist/types/Paginated/PaginatedAdditionalProductList.d.ts +23 -0
  93. package/dist/types/Paginated/PaginatedDocumentList.d.ts +23 -0
  94. package/dist/types/Paginated/PaginatedExternal1CTradeList.d.ts +23 -0
  95. package/dist/types/Paginated/PaginatedExternalBiTradeAdditionalProductList.d.ts +23 -0
  96. package/dist/types/Paginated/PaginatedExternalBiTradeBidList.d.ts +23 -0
  97. package/dist/types/Paginated/PaginatedExternalBiTradeList.d.ts +23 -0
  98. package/dist/types/Paginated/PaginatedExternalBiTradeLotList.d.ts +23 -0
  99. package/dist/types/Paginated/PaginatedExternalBiTradeViewList.d.ts +23 -0
  100. package/dist/types/Paginated/PaginatedExternalBiUserDeviceList.d.ts +23 -0
  101. package/dist/types/Paginated/PaginatedExternalBiUserList.d.ts +23 -0
  102. package/dist/types/Paginated/PaginatedFacilityList.d.ts +23 -0
  103. package/dist/types/Paginated/PaginatedInfoBlockList.d.ts +23 -0
  104. package/dist/types/Paginated/PaginatedNewsImageList.d.ts +23 -0
  105. package/dist/types/Paginated/PaginatedNewsList.d.ts +23 -0
  106. package/dist/types/Paginated/PaginatedOnboardingList.d.ts +23 -0
  107. package/dist/types/Paginated/PaginatedProductImageList.d.ts +23 -0
  108. package/dist/types/Paginated/PaginatedProductList.d.ts +23 -0
  109. package/dist/types/Paginated/PaginatedProductTypeList.d.ts +23 -0
  110. package/dist/types/Paginated/PaginatedProductUnitList.d.ts +23 -0
  111. package/dist/types/Paginated/PaginatedProfileCompanyList.d.ts +23 -0
  112. package/dist/types/Paginated/PaginatedProfileNotificationsList.d.ts +23 -0
  113. package/dist/types/Paginated/PaginatedProfileNotificationsSettingsList.d.ts +23 -0
  114. package/dist/types/Paginated/PaginatedSettingsNotificationsList.d.ts +23 -0
  115. package/dist/types/Paginated/PaginatedSettingsNotificationsUserTypeList.d.ts +23 -0
  116. package/dist/types/Paginated/PaginatedStatisticDeviceList.d.ts +23 -0
  117. package/dist/types/Paginated/PaginatedTradeLotBidList.d.ts +23 -0
  118. package/dist/types/Paginated/PaginatedTradeLotCategoryList.d.ts +23 -0
  119. package/dist/types/Paginated/PaginatedTradeLotImageList.d.ts +23 -0
  120. package/dist/types/Paginated/PaginatedTradeLotList.d.ts +23 -0
  121. package/dist/types/Paginated/PaginatedTradeLotParticipantList.d.ts +23 -0
  122. package/dist/types/Paginated/PaginatedTradeLotRipeLevelList.d.ts +23 -0
  123. package/dist/types/Paginated/PaginatedTradeLotSizeList.d.ts +23 -0
  124. package/dist/types/Paginated/PaginatedTradeLotWinnerList.d.ts +23 -0
  125. package/dist/types/Paginated/PaginatedUserCompanyList.d.ts +23 -0
  126. package/dist/types/Paginated/PaginatedUserDocumentAcceptList.d.ts +23 -0
  127. package/dist/types/Paginated/PaginatedUserFCMTokensList.d.ts +23 -0
  128. package/dist/types/Paginated/PaginatedUserList.d.ts +23 -0
  129. package/dist/types/Paginated/PaginatedUserStatusList.d.ts +23 -0
  130. package/dist/types/Paginated/index.d.ts +38 -0
  131. package/dist/types/Participants/ParticipantsBids.d.ts +13 -0
  132. package/dist/types/Participants/ParticipantsBidsParticipant.d.ts +16 -0
  133. package/dist/types/Participants/index.d.ts +2 -0
  134. package/dist/types/Password/PasswordResetConfirmRequest.d.ts +17 -0
  135. package/dist/types/Password/PasswordResetRequest.d.ts +12 -0
  136. package/dist/types/Password/PasswordResetResendRequest.d.ts +15 -0
  137. package/dist/types/Password/index.d.ts +5 -0
  138. package/dist/types/Patched/PatchedAdditionalProductChangeRequest.d.ts +43 -0
  139. package/dist/types/Patched/PatchedDocumentRequest.d.ts +57 -0
  140. package/dist/types/Patched/PatchedFacilityChangeRequest.d.ts +53 -0
  141. package/dist/types/Patched/PatchedInfoBlockRequest.d.ts +31 -0
  142. package/dist/types/Patched/PatchedNewsImageChangeRequest.d.ts +24 -0
  143. package/dist/types/Patched/PatchedNewsRequest.d.ts +40 -0
  144. package/dist/types/Patched/PatchedOnboardingChangeRequest.d.ts +39 -0
  145. package/dist/types/Patched/PatchedProductChangeRequest.d.ts +39 -0
  146. package/dist/types/Patched/PatchedProductImageChangeRequest.d.ts +24 -0
  147. package/dist/types/Patched/PatchedProductTypeRequest.d.ts +28 -0
  148. package/dist/types/Patched/PatchedProductUnitRequest.d.ts +39 -0
  149. package/dist/types/Patched/PatchedProfileChangeRequest.d.ts +31 -0
  150. package/dist/types/Patched/PatchedProfileCompanyRequest.d.ts +38 -0
  151. package/dist/types/Patched/PatchedProfileNotificationsRequest.d.ts +29 -0
  152. package/dist/types/Patched/PatchedProfileNotificationsSettingsRequest.d.ts +24 -0
  153. package/dist/types/Patched/PatchedSettingsNotificationsChangeRequest.d.ts +54 -0
  154. package/dist/types/Patched/PatchedSettingsNotificationsUserTypeRequest.d.ts +34 -0
  155. package/dist/types/Patched/PatchedSettingsRequest.d.ts +138 -0
  156. package/dist/types/Patched/PatchedTradeActionPublicRequest.d.ts +11 -0
  157. package/dist/types/Patched/PatchedTradeActionRequest.d.ts +11 -0
  158. package/dist/types/Patched/PatchedTradeLotCategoryRequest.d.ts +33 -0
  159. package/dist/types/Patched/PatchedTradeLotChangeRequest.d.ts +64 -0
  160. package/dist/types/Patched/PatchedTradeLotImageChangeRequest.d.ts +19 -0
  161. package/dist/types/Patched/PatchedTradeLotRipeLevelRequest.d.ts +28 -0
  162. package/dist/types/Patched/PatchedTradeLotSizeChangeRequest.d.ts +29 -0
  163. package/dist/types/Patched/PatchedTradeLotWinnerActionConfirmRequest.d.ts +12 -0
  164. package/dist/types/Patched/PatchedTradeLotWinnerRequest.d.ts +31 -0
  165. package/dist/types/Patched/PatchedTradeLotWinnerUpdateRequest.d.ts +32 -0
  166. package/dist/types/Patched/PatchedTradeUpdateRequest.d.ts +41 -0
  167. package/dist/types/Patched/PatchedUserActionRequest.d.ts +11 -0
  168. package/dist/types/Patched/PatchedUserCompanyChangeRequest.d.ts +54 -0
  169. package/dist/types/Patched/PatchedUserCompanyRequest.d.ts +67 -0
  170. package/dist/types/Patched/PatchedUserFCMTokensRequest.d.ts +16 -0
  171. package/dist/types/Patched/PatchedUserUpdateRequest.d.ts +64 -0
  172. package/dist/types/Patched/index.d.ts +49 -0
  173. package/dist/types/Product/Product.d.ts +41 -0
  174. package/dist/types/Product/ProductChangeRequest.d.ts +39 -0
  175. package/dist/types/Product/ProductDetail.d.ts +43 -0
  176. package/dist/types/Product/ProductImage.d.ts +27 -0
  177. package/dist/types/Product/ProductImageChange.d.ts +28 -0
  178. package/dist/types/Product/ProductImageChangeRequest.d.ts +24 -0
  179. package/dist/types/Product/ProductType.d.ts +28 -0
  180. package/dist/types/Product/ProductTypeRequest.d.ts +28 -0
  181. package/dist/types/Product/ProductUnit.d.ts +38 -0
  182. package/dist/types/Product/ProductUnitRequest.d.ts +39 -0
  183. package/dist/types/Product/index.d.ts +10 -0
  184. package/dist/types/Profile/ProfileChangeRequest.d.ts +31 -0
  185. package/dist/types/Profile/ProfileCompany.d.ts +48 -0
  186. package/dist/types/Profile/ProfileCompanyRequest.d.ts +38 -0
  187. package/dist/types/Profile/ProfileNotifications.d.ts +27 -0
  188. package/dist/types/Profile/ProfileNotificationsSettings.d.ts +29 -0
  189. package/dist/types/Profile/ProfileNotificationsSettingsDefaults.d.ts +12 -0
  190. package/dist/types/Profile/ProfileNotificationsSettingsRequest.d.ts +24 -0
  191. package/dist/types/Profile/ProfileNotificationsSettingsType.d.ts +13 -0
  192. package/dist/types/Profile/index.d.ts +11 -0
  193. package/dist/types/Report/ReportFilters.d.ts +17 -0
  194. package/dist/types/Report/ReportFiltersCreator.d.ts +28 -0
  195. package/dist/types/Report/ReportParticipant.d.ts +34 -0
  196. package/dist/types/Report/ReportParticipantFilters.d.ts +19 -0
  197. package/dist/types/Report/ReportParticipantPagination.d.ts +27 -0
  198. package/dist/types/Report/ReportSale.d.ts +23 -0
  199. package/dist/types/Report/ReportSaleFilters.d.ts +11 -0
  200. package/dist/types/Report/ReportSalePagination.d.ts +27 -0
  201. package/dist/types/Report/ReportStatParticipant.d.ts +32 -0
  202. package/dist/types/Report/ReportStatParticipantFilters.d.ts +12 -0
  203. package/dist/types/Report/ReportStatParticipantPagination.d.ts +27 -0
  204. package/dist/types/Report/ReportSummaries.d.ts +13 -0
  205. package/dist/types/Report/ReportSummary.d.ts +80 -0
  206. package/dist/types/Report/ReportSummaryPagination.d.ts +27 -0
  207. package/dist/types/Report/index.d.ts +14 -0
  208. package/dist/types/Ripe/RipeLevel.d.ts +21 -0
  209. package/dist/types/Ripe/index.d.ts +1 -0
  210. package/dist/types/Settings/Settings.d.ts +142 -0
  211. package/dist/types/Settings/SettingsNotifications.d.ts +14 -0
  212. package/dist/types/Settings/SettingsNotificationsChange.d.ts +56 -0
  213. package/dist/types/Settings/SettingsNotificationsChangeRequest.d.ts +55 -0
  214. package/dist/types/Settings/SettingsNotificationsUserType.d.ts +35 -0
  215. package/dist/types/Settings/SettingsNotificationsUserTypeRequest.d.ts +34 -0
  216. package/dist/types/Settings/SettingsRequest.d.ts +138 -0
  217. package/dist/types/Settings/index.d.ts +9 -0
  218. package/dist/types/Sign/SignInFromTelegramRequest.d.ts +14 -0
  219. package/dist/types/Sign/SignInRequest.d.ts +20 -0
  220. package/dist/types/Sign/SignInResponse.d.ts +11 -0
  221. package/dist/types/Sign/SignUp.d.ts +76 -0
  222. package/dist/types/Sign/SignUpConfirmRequest.d.ts +12 -0
  223. package/dist/types/Sign/SignUpRequest.d.ts +64 -0
  224. package/dist/types/Sign/SignUpResendRequest.d.ts +13 -0
  225. package/dist/types/Sign/index.d.ts +10 -0
  226. package/dist/types/Simple/SimpleResponse.d.ts +12 -0
  227. package/dist/types/Simple/index.d.ts +1 -0
  228. package/dist/types/Size/Size.d.ts +21 -0
  229. package/dist/types/Size/index.d.ts +1 -0
  230. package/dist/types/Statistic/StatisticDevice.d.ts +41 -0
  231. package/dist/types/Statistic/StatisticDeviceRequest.d.ts +40 -0
  232. package/dist/types/Statistic/index.d.ts +2 -0
  233. package/dist/types/Status/StatusCreator.d.ts +26 -0
  234. package/dist/types/Status/index.d.ts +1 -0
  235. package/dist/types/Summaries/SummariesCost.d.ts +22 -0
  236. package/dist/types/Summaries/SummariesTrades.d.ts +26 -0
  237. package/dist/types/Summaries/SummariesVolume.d.ts +28 -0
  238. package/dist/types/Summaries/index.d.ts +3 -0
  239. package/dist/types/Trade/Trade.d.ts +68 -0
  240. package/dist/types/Trade/TradeAdditionalProduct.d.ts +38 -0
  241. package/dist/types/Trade/TradeCreateRequest.d.ts +43 -0
  242. package/dist/types/Trade/TradeCreator.d.ts +48 -0
  243. package/dist/types/Trade/TradeCreatorRequest.d.ts +41 -0
  244. package/dist/types/Trade/TradeDetail.d.ts +72 -0
  245. package/dist/types/Trade/TradeFacility.d.ts +32 -0
  246. package/dist/types/Trade/TradeFilters.d.ts +54 -0
  247. package/dist/types/Trade/TradeFiltersFacilities.d.ts +33 -0
  248. package/dist/types/Trade/TradeFiltersProductTypes.d.ts +28 -0
  249. package/dist/types/Trade/TradeFiltersProducts.d.ts +33 -0
  250. package/dist/types/Trade/TradeLot.d.ts +102 -0
  251. package/dist/types/Trade/TradeLotActionBidRequest.d.ts +21 -0
  252. package/dist/types/Trade/TradeLotActionBidResponse.d.ts +31 -0
  253. package/dist/types/Trade/TradeLotBid.d.ts +29 -0
  254. package/dist/types/Trade/TradeLotCategory.d.ts +21 -0
  255. package/dist/types/Trade/TradeLotCategoryRequest.d.ts +33 -0
  256. package/dist/types/Trade/TradeLotChangeRequest.d.ts +64 -0
  257. package/dist/types/Trade/TradeLotDetail.d.ts +105 -0
  258. package/dist/types/Trade/TradeLotImage.d.ts +22 -0
  259. package/dist/types/Trade/TradeLotImageChange.d.ts +23 -0
  260. package/dist/types/Trade/TradeLotImageChangeRequest.d.ts +19 -0
  261. package/dist/types/Trade/TradeLotParticipant.d.ts +19 -0
  262. package/dist/types/Trade/TradeLotRipeLevel.d.ts +28 -0
  263. package/dist/types/Trade/TradeLotRipeLevelRequest.d.ts +28 -0
  264. package/dist/types/Trade/TradeLotSize.d.ts +30 -0
  265. package/dist/types/Trade/TradeLotSizeChangeRequest.d.ts +29 -0
  266. package/dist/types/Trade/TradeLotWinner.d.ts +47 -0
  267. package/dist/types/Trade/TradeLotWinnerCreateBulkRequest.d.ts +30 -0
  268. package/dist/types/Trade/TradeLotWinnerCreateRequest.d.ts +30 -0
  269. package/dist/types/Trade/TradeLotWinnerUpdateRequest.d.ts +32 -0
  270. package/dist/types/Trade/TradePagination.d.ts +25 -0
  271. package/dist/types/Trade/TradeProduct.d.ts +22 -0
  272. package/dist/types/Trade/TradeStatus.d.ts +23 -0
  273. package/dist/types/Trade/TradeUpdateRequest.d.ts +41 -0
  274. package/dist/types/Trade/TradeUser.d.ts +42 -0
  275. package/dist/types/Trade/TradeUserRequest.d.ts +41 -0
  276. package/dist/types/Trade/index.d.ts +45 -0
  277. package/dist/types/Type/Type.d.ts +21 -0
  278. package/dist/types/Type/index.d.ts +1 -0
  279. package/dist/types/Unit/Unit.d.ts +26 -0
  280. package/dist/types/Unit/index.d.ts +1 -0
  281. package/dist/types/User/User.d.ts +81 -0
  282. package/dist/types/User/UserActionDocumentAcceptRequest.d.ts +12 -0
  283. package/dist/types/User/UserChanges.d.ts +43 -0
  284. package/dist/types/User/UserCompany.d.ts +75 -0
  285. package/dist/types/User/UserCompanyChange.d.ts +58 -0
  286. package/dist/types/User/UserCompanyChangeRequest.d.ts +54 -0
  287. package/dist/types/User/UserCompanyChanges.d.ts +73 -0
  288. package/dist/types/User/UserCreate.d.ts +79 -0
  289. package/dist/types/User/UserCreateRequest.d.ts +64 -0
  290. package/dist/types/User/UserDocumentAccept.d.ts +21 -0
  291. package/dist/types/User/UserFCMTokens.d.ts +21 -0
  292. package/dist/types/User/UserFCMTokensRequest.d.ts +16 -0
  293. package/dist/types/User/UserFacility.d.ts +39 -0
  294. package/dist/types/User/UserManager.d.ts +44 -0
  295. package/dist/types/User/UserStatus.d.ts +21 -0
  296. package/dist/types/User/UserUpdate.d.ts +79 -0
  297. package/dist/types/User/UserUpdateRequest.d.ts +64 -0
  298. package/dist/types/User/index.d.ts +21 -0
  299. package/dist/types/Violation/ViolationChange.d.ts +41 -0
  300. package/dist/types/Violation/ViolationChangeRequest.d.ts +43 -0
  301. package/dist/types/Violation/index.d.ts +2 -0
  302. package/dist/types/index.d.ts +17 -0
  303. package/package.json +3 -3
@@ -0,0 +1,76 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { BlankEnum } from '../../enums';
10
+ import type { Status8F7Enum } from '../../enums';
11
+ export interface SignUp {
12
+ /** Можно делать скриншоты */
13
+ app_screenshots_enabled?: boolean;
14
+ /**
15
+ * Почта
16
+ * @format email
17
+ * @maxLength 255
18
+ */
19
+ email?: string | null;
20
+ /**
21
+ * Имя
22
+ * @maxLength 255
23
+ */
24
+ first_name?: string;
25
+ id: number;
26
+ /**
27
+ * Фамилия
28
+ * @maxLength 255
29
+ */
30
+ last_name?: string;
31
+ phone?: string | null;
32
+ /**
33
+ * ПИН-код
34
+ * @maxLength 255
35
+ */
36
+ pin_code?: string;
37
+ /** Регистрация подтверждена */
38
+ signup_confirmed?: boolean;
39
+ /**
40
+ * Наименование организации
41
+ * @maxLength 255
42
+ */
43
+ company: string;
44
+ /**
45
+ * Контактное лицо
46
+ * @maxLength 255
47
+ */
48
+ contact_person: string;
49
+ default_company: UserCompanyChanges;
50
+ /**
51
+ * ИНН
52
+ * @maxLength 255
53
+ */
54
+ inn: string;
55
+ /**
56
+ * Должность
57
+ * @maxLength 255
58
+ */
59
+ position?: string;
60
+ is_type_admin: boolean;
61
+ is_type_manager: boolean;
62
+ is_type_moderator: boolean;
63
+ is_type_participant: boolean;
64
+ is_type_security: boolean;
65
+ /** @format uri */
66
+ avatar?: string | null;
67
+ changes: UserChanges;
68
+ changes_company: UserCompanyChanges;
69
+ document_accepts: UserDocumentAccept[];
70
+ facilities?: (number | null)[];
71
+ fcm_tokens: UserFCMTokens[];
72
+ managers?: (number | null)[];
73
+ status?: Status8F7Enum | BlankEnum | NullEnum | null;
74
+ password?: string | null;
75
+ token: string;
76
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ export interface SignUpConfirmRequest {
10
+ /** @minLength 1 */
11
+ code: string;
12
+ }
@@ -0,0 +1,64 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { BlankEnum } from '../../enums';
10
+ import type { Status8F7Enum } from '../../enums';
11
+ export interface SignUpRequest {
12
+ /** Можно делать скриншоты */
13
+ app_screenshots_enabled?: boolean;
14
+ /**
15
+ * Почта
16
+ * @format email
17
+ * @maxLength 255
18
+ */
19
+ email?: string | null;
20
+ /**
21
+ * Имя
22
+ * @maxLength 255
23
+ */
24
+ first_name?: string;
25
+ /**
26
+ * Фамилия
27
+ * @maxLength 255
28
+ */
29
+ last_name?: string;
30
+ phone?: string | null;
31
+ /**
32
+ * ПИН-код
33
+ * @maxLength 255
34
+ */
35
+ pin_code?: string;
36
+ /** Регистрация подтверждена */
37
+ signup_confirmed?: boolean;
38
+ /**
39
+ * Наименование организации
40
+ * @maxLength 255
41
+ */
42
+ company: string;
43
+ /**
44
+ * Контактное лицо
45
+ * @maxLength 255
46
+ */
47
+ contact_person: string;
48
+ /**
49
+ * ИНН
50
+ * @maxLength 255
51
+ */
52
+ inn: string;
53
+ /**
54
+ * Должность
55
+ * @maxLength 255
56
+ */
57
+ position?: string;
58
+ /** @format binary */
59
+ avatar?: File | null;
60
+ facilities?: (number | null)[];
61
+ managers?: (number | null)[];
62
+ status?: Status8F7Enum | BlankEnum | NullEnum | null;
63
+ password?: string | null;
64
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { BlankEnum } from '../../enums';
10
+ import type { ChannelEnum } from '../../enums';
11
+ export interface SignUpResendRequest {
12
+ channel?: ChannelEnum | BlankEnum;
13
+ }
@@ -0,0 +1,10 @@
1
+ export type { SignInFromTelegramRequest } from './SignInFromTelegramRequest';
2
+ export type { SignInRequest } from './SignInRequest';
3
+ export type { SignInResponse } from './SignInResponse';
4
+ export type { SignUp } from './SignUp';
5
+ export type { SignUpConfirmRequest } from './SignUpConfirmRequest';
6
+ export type { SignUpRequest } from './SignUpRequest';
7
+ export type { SignUpResendRequest } from './SignUpResendRequest';
8
+ export { type BlankEnum } from '../../enums';
9
+ export { type ChannelEnum } from '../../enums';
10
+ export { type Status8F7Enum } from '../../enums';
@@ -0,0 +1,12 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ export interface SimpleResponse {
10
+ /** @default true */
11
+ success: boolean;
12
+ }
@@ -0,0 +1 @@
1
+ export type { SimpleResponse } from './SimpleResponse';
@@ -0,0 +1,21 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ export interface Size {
10
+ /**
11
+ * Показывать
12
+ * Если отключёно, элемент не будет отображаться на сайте
13
+ */
14
+ active?: boolean;
15
+ id: number;
16
+ /**
17
+ * Название
18
+ * @maxLength 255
19
+ */
20
+ name: string;
21
+ }
@@ -0,0 +1 @@
1
+ export type { Size } from './Size';
@@ -0,0 +1,41 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ export interface StatisticDevice {
10
+ id: number;
11
+ /**
12
+ * Дата/время создания
13
+ * @format date-time
14
+ */
15
+ dt_create: string;
16
+ /**
17
+ * Устройство
18
+ * @maxLength 255
19
+ */
20
+ device: string;
21
+ /**
22
+ * Опереационная система
23
+ * @maxLength 255
24
+ */
25
+ operating_system: string;
26
+ /**
27
+ * Версия приложения
28
+ * @maxLength 255
29
+ */
30
+ app_version: string;
31
+ /**
32
+ * Регион
33
+ * @maxLength 255
34
+ */
35
+ region: string;
36
+ /**
37
+ * IP адрес
38
+ * @maxLength 255
39
+ */
40
+ ip_address: string;
41
+ }
@@ -0,0 +1,40 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ export interface StatisticDeviceRequest {
10
+ /**
11
+ * Устройство
12
+ * @minLength 1
13
+ * @maxLength 255
14
+ */
15
+ device: string;
16
+ /**
17
+ * Опереационная система
18
+ * @minLength 1
19
+ * @maxLength 255
20
+ */
21
+ operating_system: string;
22
+ /**
23
+ * Версия приложения
24
+ * @minLength 1
25
+ * @maxLength 255
26
+ */
27
+ app_version: string;
28
+ /**
29
+ * Регион
30
+ * @minLength 1
31
+ * @maxLength 255
32
+ */
33
+ region: string;
34
+ /**
35
+ * IP адрес
36
+ * @minLength 1
37
+ * @maxLength 255
38
+ */
39
+ ip_address: string;
40
+ }
@@ -0,0 +1,2 @@
1
+ export type { StatisticDevice } from './StatisticDevice';
2
+ export type { StatisticDeviceRequest } from './StatisticDeviceRequest';
@@ -0,0 +1,26 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ export interface StatusCreator {
10
+ /**
11
+ * Имя
12
+ * @maxLength 255
13
+ */
14
+ first_name?: string;
15
+ id: number;
16
+ /**
17
+ * Фамилия
18
+ * @maxLength 255
19
+ */
20
+ last_name?: string;
21
+ is_type_admin: boolean;
22
+ is_type_manager: boolean;
23
+ is_type_moderator: boolean;
24
+ is_type_participant: boolean;
25
+ is_type_security: boolean;
26
+ }
@@ -0,0 +1 @@
1
+ export type { StatusCreator } from './StatusCreator';
@@ -0,0 +1,22 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ export interface SummariesCost {
10
+ /**
11
+ * Стоимость за единицу
12
+ * @format decimal
13
+ * @pattern ^-?\d{0,18}(?:\.\d{0,2})?$
14
+ */
15
+ price: string;
16
+ /**
17
+ * Общая стоимость
18
+ * @format decimal
19
+ * @pattern ^-?\d{0,18}(?:\.\d{0,2})?$
20
+ */
21
+ total: string;
22
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ export interface SummariesTrades {
10
+ /** Идут */
11
+ active: number;
12
+ /** Отменены */
13
+ canceled: number;
14
+ /** Завершены */
15
+ completed: number;
16
+ /** Не состоялись */
17
+ failed: number;
18
+ /** Торгов */
19
+ total: number;
20
+ /** Участников */
21
+ participants: number;
22
+ /** Предложений */
23
+ proposals: number;
24
+ /** Нарушений */
25
+ fails: number;
26
+ }
@@ -0,0 +1,28 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ export interface SummariesVolume {
10
+ /**
11
+ * Объём проданый
12
+ * @format decimal
13
+ * @pattern ^-?\d{0,18}(?:\.\d{0,2})?$
14
+ */
15
+ sold: string;
16
+ /**
17
+ * Объём всего
18
+ * @format decimal
19
+ * @pattern ^-?\d{0,18}(?:\.\d{0,2})?$
20
+ */
21
+ total: string;
22
+ /**
23
+ * Объём непроданный
24
+ * @format decimal
25
+ * @pattern ^-?\d{0,18}(?:\.\d{0,2})?$
26
+ */
27
+ unsold: string;
28
+ }
@@ -0,0 +1,3 @@
1
+ export type { SummariesCost } from './SummariesCost';
2
+ export type { SummariesTrades } from './SummariesTrades';
3
+ export type { SummariesVolume } from './SummariesVolume';
@@ -0,0 +1,68 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { BidTypeEnum } from '../../enums';
10
+ import type { ProcessTypeEnum } from '../../enums';
11
+ import type { Type744Enum } from '../../enums';
12
+ import type { TradeCreator } from './TradeCreator';
13
+ import type { TradeFacility } from './TradeFacility';
14
+ import type { TradeUser } from './TradeUser';
15
+ export interface Trade {
16
+ id: number;
17
+ /** @format date-time */
18
+ dt_begin: string;
19
+ /** @format date-time */
20
+ dt_end_initial: string;
21
+ /** @format date-time */
22
+ dt_end_actual: string;
23
+ stat: number;
24
+ status: string;
25
+ creator: TradeCreator;
26
+ facility: TradeFacility;
27
+ participants_allowed: TradeUser[];
28
+ participants_denied: TradeUser[];
29
+ winner_status_waiting_time?: number;
30
+ /**
31
+ * Дата/время создания
32
+ * @format date-time
33
+ */
34
+ dt_create: string;
35
+ /** Синхронизировано c 1C */
36
+ synced_1c?: boolean;
37
+ /**
38
+ * Дата/время синхронизации с 1С
39
+ * @format date-time
40
+ */
41
+ synced_1c_dt: string | null;
42
+ /**
43
+ * Название
44
+ * Если пустое, будет создан автоматически: ПОРЯДКОВЫЙ-НОМЕР/ДД-ММ-ГГГГ-СОЗДАНИЯ
45
+ * @maxLength 255
46
+ */
47
+ name?: string | null;
48
+ /** Тип */
49
+ type: Type744Enum;
50
+ /** Тип торгов */
51
+ process_type: ProcessTypeEnum;
52
+ /** Демо для магазинов приложений */
53
+ app_store_test?: boolean;
54
+ /** Формат торгов */
55
+ bid_type?: BidTypeEnum;
56
+ /**
57
+ * GUID для 1С
58
+ * @format uuid
59
+ */
60
+ guid_1c: string;
61
+ /** Статус оплаты из 1С */
62
+ payment_1c: string;
63
+ /**
64
+ * Дата/время изменения статуса оплаты из 1С
65
+ * @format date-time
66
+ */
67
+ payment_1c_dt_change: string | null;
68
+ }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { PriceTypeEnum } from '../../enums';
10
+ export interface TradeAdditionalProduct {
11
+ id: number;
12
+ image: string;
13
+ image_list_version: string;
14
+ image_detail_version: string;
15
+ image_gallery_version: string;
16
+ /**
17
+ * Сортировка
18
+ * Чем меньше значение, тем выше отображается в списке
19
+ * @min -32768
20
+ * @max 32767
21
+ */
22
+ sort?: number;
23
+ /**
24
+ * Название
25
+ * @maxLength 255
26
+ */
27
+ name: string;
28
+ /** Описание */
29
+ description?: string;
30
+ /**
31
+ * Стоимость
32
+ * @format decimal
33
+ * @pattern ^-?\d{0,8}(?:\.\d{0,2})?$
34
+ */
35
+ price: string;
36
+ /** Тип стоимости */
37
+ price_type: PriceTypeEnum;
38
+ }
@@ -0,0 +1,43 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { BidTypeEnum } from '../../enums';
10
+ import type { BlankEnum } from '../../enums';
11
+ import type { ProcessTypeEnum } from '../../enums';
12
+ import type { Status0CcEnum } from '../../enums';
13
+ import type { Type744Enum } from '../../enums';
14
+ import type { TradeLotChangeRequest } from './TradeLotChangeRequest';
15
+ export interface TradeCreateRequest {
16
+ /** @format date-time */
17
+ dt_begin: string;
18
+ status?: Status0CcEnum | BlankEnum | NullEnum | null;
19
+ facility: number;
20
+ participants_allowed?: number[];
21
+ participants_denied?: number[];
22
+ winner_status_waiting_time?: number;
23
+ /** @format date-time */
24
+ dt_end: string;
25
+ status_comment?: string | null;
26
+ lots?: TradeLotChangeRequest[];
27
+ /** Синхронизировано c 1C */
28
+ synced_1c?: boolean;
29
+ /**
30
+ * Название
31
+ * Если пустое, будет создан автоматически: ПОРЯДКОВЫЙ-НОМЕР/ДД-ММ-ГГГГ-СОЗДАНИЯ
32
+ * @maxLength 255
33
+ */
34
+ name?: string | null;
35
+ /** Тип */
36
+ type: Type744Enum;
37
+ /** Тип торгов */
38
+ process_type: ProcessTypeEnum;
39
+ /** Демо для магазинов приложений */
40
+ app_store_test?: boolean;
41
+ /** Формат торгов */
42
+ bid_type?: BidTypeEnum;
43
+ }
@@ -0,0 +1,48 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ export interface TradeCreator {
10
+ /**
11
+ * Почта
12
+ * @format email
13
+ * @maxLength 255
14
+ */
15
+ email?: string | null;
16
+ /**
17
+ * Имя
18
+ * @maxLength 255
19
+ */
20
+ first_name?: string;
21
+ id: number;
22
+ /**
23
+ * Фамилия
24
+ * @maxLength 255
25
+ */
26
+ last_name?: string;
27
+ /**
28
+ * Телефон
29
+ * @maxLength 255
30
+ */
31
+ phone?: string | null;
32
+ /**
33
+ * Контактное лицо
34
+ * @maxLength 255
35
+ */
36
+ contact_person?: string;
37
+ /**
38
+ * Должность
39
+ * @maxLength 255
40
+ */
41
+ position?: string;
42
+ is_type_admin: boolean;
43
+ is_type_manager: boolean;
44
+ is_type_moderator: boolean;
45
+ is_type_participant: boolean;
46
+ is_type_security: boolean;
47
+ facilities: UserFacility[];
48
+ }
@@ -0,0 +1,41 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ export interface TradeCreatorRequest {
10
+ /**
11
+ * Почта
12
+ * @format email
13
+ * @maxLength 255
14
+ */
15
+ email?: string | null;
16
+ /**
17
+ * Имя
18
+ * @maxLength 255
19
+ */
20
+ first_name?: string;
21
+ /**
22
+ * Фамилия
23
+ * @maxLength 255
24
+ */
25
+ last_name?: string;
26
+ /**
27
+ * Телефон
28
+ * @maxLength 255
29
+ */
30
+ phone?: string | null;
31
+ /**
32
+ * Контактное лицо
33
+ * @maxLength 255
34
+ */
35
+ contact_person?: string;
36
+ /**
37
+ * Должность
38
+ * @maxLength 255
39
+ */
40
+ position?: string;
41
+ }