@itcase/types-am 1.1.25 → 1.1.27

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 (304) 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 +47 -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 +23 -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 +24 -0
  93. package/dist/types/Paginated/PaginatedDocumentList.d.ts +24 -0
  94. package/dist/types/Paginated/PaginatedExternal1CTradeList.d.ts +24 -0
  95. package/dist/types/Paginated/PaginatedExternalBiTradeAdditionalProductList.d.ts +24 -0
  96. package/dist/types/Paginated/PaginatedExternalBiTradeBidList.d.ts +24 -0
  97. package/dist/types/Paginated/PaginatedExternalBiTradeList.d.ts +24 -0
  98. package/dist/types/Paginated/PaginatedExternalBiTradeLotList.d.ts +24 -0
  99. package/dist/types/Paginated/PaginatedExternalBiTradeViewList.d.ts +24 -0
  100. package/dist/types/Paginated/PaginatedExternalBiUserDeviceList.d.ts +24 -0
  101. package/dist/types/Paginated/PaginatedExternalBiUserList.d.ts +24 -0
  102. package/dist/types/Paginated/PaginatedFacilityList.d.ts +24 -0
  103. package/dist/types/Paginated/PaginatedInfoBlockList.d.ts +24 -0
  104. package/dist/types/Paginated/PaginatedNewsImageList.d.ts +24 -0
  105. package/dist/types/Paginated/PaginatedNewsList.d.ts +24 -0
  106. package/dist/types/Paginated/PaginatedOnboardingList.d.ts +24 -0
  107. package/dist/types/Paginated/PaginatedProductImageList.d.ts +24 -0
  108. package/dist/types/Paginated/PaginatedProductList.d.ts +24 -0
  109. package/dist/types/Paginated/PaginatedProductTypeList.d.ts +24 -0
  110. package/dist/types/Paginated/PaginatedProductUnitList.d.ts +24 -0
  111. package/dist/types/Paginated/PaginatedProfileCompanyList.d.ts +24 -0
  112. package/dist/types/Paginated/PaginatedProfileNotificationsList.d.ts +24 -0
  113. package/dist/types/Paginated/PaginatedProfileNotificationsSettingsList.d.ts +24 -0
  114. package/dist/types/Paginated/PaginatedSettingsNotificationsList.d.ts +24 -0
  115. package/dist/types/Paginated/PaginatedSettingsNotificationsUserTypeList.d.ts +24 -0
  116. package/dist/types/Paginated/PaginatedStatisticDeviceList.d.ts +24 -0
  117. package/dist/types/Paginated/PaginatedTradeLotBidList.d.ts +24 -0
  118. package/dist/types/Paginated/PaginatedTradeLotCategoryList.d.ts +24 -0
  119. package/dist/types/Paginated/PaginatedTradeLotImageList.d.ts +24 -0
  120. package/dist/types/Paginated/PaginatedTradeLotList.d.ts +24 -0
  121. package/dist/types/Paginated/PaginatedTradeLotParticipantList.d.ts +24 -0
  122. package/dist/types/Paginated/PaginatedTradeLotRipeLevelList.d.ts +24 -0
  123. package/dist/types/Paginated/PaginatedTradeLotSizeList.d.ts +24 -0
  124. package/dist/types/Paginated/PaginatedTradeLotWinnerList.d.ts +24 -0
  125. package/dist/types/Paginated/PaginatedUserCompanyList.d.ts +24 -0
  126. package/dist/types/Paginated/PaginatedUserDocumentAcceptList.d.ts +24 -0
  127. package/dist/types/Paginated/PaginatedUserFCMTokensList.d.ts +24 -0
  128. package/dist/types/Paginated/PaginatedUserList.d.ts +24 -0
  129. package/dist/types/Paginated/PaginatedUserStatusList.d.ts +24 -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 +55 -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 +43 -0
  174. package/dist/types/Product/ProductChangeRequest.d.ts +39 -0
  175. package/dist/types/Product/ProductDetail.d.ts +45 -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 +19 -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 +21 -0
  197. package/dist/types/Report/ReportParticipantPagination.d.ts +27 -0
  198. package/dist/types/Report/ReportSale.d.ts +24 -0
  199. package/dist/types/Report/ReportSaleFilters.d.ts +12 -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 +13 -0
  203. package/dist/types/Report/ReportStatParticipantPagination.d.ts +27 -0
  204. package/dist/types/Report/ReportSummaries.d.ts +16 -0
  205. package/dist/types/Report/ReportSummary.d.ts +81 -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 +80 -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 +49 -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 +105 -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 +109 -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 +23 -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 +22 -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 +22 -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
  304. package/dist/swagger/data-contracts.d.ts +0 -6117
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ExternalBiTradeAdditionalProduct } from '../External/ExternalBiTradeAdditionalProduct';
10
+ export interface PaginatedExternalBiTradeAdditionalProductList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ExternalBiTradeAdditionalProduct[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ExternalBiTradeBid } from '../External/ExternalBiTradeBid';
10
+ export interface PaginatedExternalBiTradeBidList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ExternalBiTradeBid[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ExternalBiTrade } from '../External/ExternalBiTrade';
10
+ export interface PaginatedExternalBiTradeList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ExternalBiTrade[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ExternalBiTradeLot } from '../External/ExternalBiTradeLot';
10
+ export interface PaginatedExternalBiTradeLotList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ExternalBiTradeLot[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ExternalBiTradeView } from '../External/ExternalBiTradeView';
10
+ export interface PaginatedExternalBiTradeViewList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ExternalBiTradeView[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ExternalBiUserDevice } from '../External/ExternalBiUserDevice';
10
+ export interface PaginatedExternalBiUserDeviceList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ExternalBiUserDevice[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ExternalBiUser } from '../External/ExternalBiUser';
10
+ export interface PaginatedExternalBiUserList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ExternalBiUser[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { Facility } from '../Facility/Facility';
10
+ export interface PaginatedFacilityList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: Facility[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { InfoBlock } from '../Info/InfoBlock';
10
+ export interface PaginatedInfoBlockList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: InfoBlock[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { NewsImage } from '../News/NewsImage';
10
+ export interface PaginatedNewsImageList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: NewsImage[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { News } from '../News/News';
10
+ export interface PaginatedNewsList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: News[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { Onboarding } from '../Onboarding/Onboarding';
10
+ export interface PaginatedOnboardingList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: Onboarding[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ProductImage } from '../Product/ProductImage';
10
+ export interface PaginatedProductImageList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ProductImage[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { Product } from '../Product/Product';
10
+ export interface PaginatedProductList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: Product[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ProductType } from '../Product/ProductType';
10
+ export interface PaginatedProductTypeList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ProductType[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ProductUnit } from '../Product/ProductUnit';
10
+ export interface PaginatedProductUnitList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ProductUnit[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ProfileCompany } from '../Profile/ProfileCompany';
10
+ export interface PaginatedProfileCompanyList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ProfileCompany[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ProfileNotifications } from '../Profile/ProfileNotifications';
10
+ export interface PaginatedProfileNotificationsList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ProfileNotifications[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { ProfileNotificationsSettings } from '../Profile/ProfileNotificationsSettings';
10
+ export interface PaginatedProfileNotificationsSettingsList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: ProfileNotificationsSettings[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { SettingsNotifications } from '../Settings/SettingsNotifications';
10
+ export interface PaginatedSettingsNotificationsList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: SettingsNotifications[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { SettingsNotificationsUserType } from '../Settings/SettingsNotificationsUserType';
10
+ export interface PaginatedSettingsNotificationsUserTypeList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: SettingsNotificationsUserType[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { StatisticDevice } from '../Statistic/StatisticDevice';
10
+ export interface PaginatedStatisticDeviceList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: StatisticDevice[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { TradeLotBid } from '../Trade/TradeLotBid';
10
+ export interface PaginatedTradeLotBidList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: TradeLotBid[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { TradeLotCategory } from '../Trade/TradeLotCategory';
10
+ export interface PaginatedTradeLotCategoryList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: TradeLotCategory[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { TradeLotImage } from '../Trade/TradeLotImage';
10
+ export interface PaginatedTradeLotImageList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: TradeLotImage[];
24
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * * `admin` - Администратор
3
+ * * `manager` - Менеджер
4
+ * * `moderator` - Модератор
5
+ * * `participant` - Участник
6
+ * * `security` - Служба безопасности
7
+ * * `director` - Руководитель
8
+ */
9
+ import type { TradeLot } from '../Trade/TradeLot';
10
+ export interface PaginatedTradeLotList {
11
+ /** @example 123 */
12
+ count: number;
13
+ /**
14
+ * @format uri
15
+ * @example "http://api.example.org/accounts/?offset=400&limit=100"
16
+ */
17
+ next?: string | null;
18
+ /**
19
+ * @format uri
20
+ * @example "http://api.example.org/accounts/?offset=200&limit=100"
21
+ */
22
+ previous?: string | null;
23
+ results: TradeLot[];
24
+ }