@itcase/types-am 1.1.25 → 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.
- package/dist/enums/Bid/BidTypeEnum.d.ts +13 -0
- package/dist/enums/Bid/index.d.ts +1 -0
- package/dist/enums/Blank/BlankEnum.d.ts +11 -0
- package/dist/enums/Blank/index.d.ts +1 -0
- package/dist/enums/Channel/ChannelEnum.d.ts +13 -0
- package/dist/enums/Channel/index.d.ts +1 -0
- package/dist/enums/Email/EmailEnum.d.ts +12 -0
- package/dist/enums/Email/index.d.ts +1 -0
- package/dist/enums/Price/PriceTypeEnum.d.ts +12 -0
- package/dist/enums/Price/index.d.ts +1 -0
- package/dist/enums/Process/ProcessTypeEnum.d.ts +13 -0
- package/dist/enums/Process/index.d.ts +1 -0
- package/dist/enums/Push/PushEnum.d.ts +12 -0
- package/dist/enums/Push/index.d.ts +1 -0
- package/dist/enums/Settings/SettingsNotificationsChangeTypeEnum.d.ts +49 -0
- package/dist/enums/Settings/index.d.ts +1 -0
- package/dist/enums/Status/Status0CcEnum.d.ts +18 -0
- package/dist/enums/Status/Status8F7Enum.d.ts +14 -0
- package/dist/enums/Status/Status9DdEnum.d.ts +14 -0
- package/dist/enums/Status/StatusAeeEnum.d.ts +16 -0
- package/dist/enums/Status/index.d.ts +4 -0
- package/dist/enums/Step/StepTypeEnum.d.ts +12 -0
- package/dist/enums/Step/index.d.ts +1 -0
- package/dist/enums/Type/Type744Enum.d.ts +12 -0
- package/dist/enums/Type/index.d.ts +1 -0
- package/dist/enums/Types/TypesEnum.d.ts +16 -0
- package/dist/enums/Types/index.d.ts +1 -0
- package/dist/enums/Usertype/UsertypeEnum.d.ts +16 -0
- package/dist/enums/Usertype/index.d.ts +1 -0
- package/dist/enums/index.d.ts +16 -0
- package/dist/index.d.ts +17 -0
- package/dist/types/Additional/AdditionalProduct.d.ts +45 -0
- package/dist/types/Additional/AdditionalProductChange.d.ts +44 -0
- package/dist/types/Additional/AdditionalProductChangeRequest.d.ts +43 -0
- package/dist/types/Additional/index.d.ts +4 -0
- package/dist/types/Creator/Creator.d.ts +42 -0
- package/dist/types/Creator/index.d.ts +1 -0
- package/dist/types/Current/CurrentUserWinner.d.ts +12 -0
- package/dist/types/Current/index.d.ts +1 -0
- package/dist/types/Document/Document.d.ts +56 -0
- package/dist/types/Document/DocumentField.d.ts +56 -0
- package/dist/types/Document/DocumentRequest.d.ts +57 -0
- package/dist/types/Document/index.d.ts +3 -0
- package/dist/types/External/External1CPayment.d.ts +14 -0
- package/dist/types/External/External1CPaymentRequest.d.ts +20 -0
- package/dist/types/External/External1CPrice.d.ts +14 -0
- package/dist/types/External/External1CPriceLot.d.ts +17 -0
- package/dist/types/External/External1CPriceLotRequest.d.ts +20 -0
- package/dist/types/External/External1CPriceRequest.d.ts +17 -0
- package/dist/types/External/External1CShipment.d.ts +14 -0
- package/dist/types/External/External1CShipmentLot.d.ts +14 -0
- package/dist/types/External/External1CShipmentLotRequest.d.ts +20 -0
- package/dist/types/External/External1CShipmentRequest.d.ts +17 -0
- package/dist/types/External/External1CSync.d.ts +12 -0
- package/dist/types/External/External1CSyncRequest.d.ts +15 -0
- package/dist/types/External/External1CTrade.d.ts +17 -0
- package/dist/types/External/External1CTradeLot.d.ts +24 -0
- package/dist/types/External/ExternalBiTrade.d.ts +22 -0
- package/dist/types/External/ExternalBiTradeAdditionalProduct.d.ts +27 -0
- package/dist/types/External/ExternalBiTradeBid.d.ts +23 -0
- package/dist/types/External/ExternalBiTradeLot.d.ts +28 -0
- package/dist/types/External/ExternalBiTradeView.d.ts +17 -0
- package/dist/types/External/ExternalBiUser.d.ts +47 -0
- package/dist/types/External/ExternalBiUserDevice.d.ts +42 -0
- package/dist/types/External/index.d.ts +21 -0
- package/dist/types/Facility/Facility.d.ts +48 -0
- package/dist/types/Facility/FacilityChange.d.ts +50 -0
- package/dist/types/Facility/FacilityChangeRequest.d.ts +53 -0
- package/dist/types/Facility/index.d.ts +3 -0
- package/dist/types/Filters/FiltersObj.d.ts +14 -0
- package/dist/types/Filters/FiltersStatus.d.ts +13 -0
- package/dist/types/Filters/index.d.ts +2 -0
- package/dist/types/Frontend/FrontendLog.d.ts +20 -0
- package/dist/types/Frontend/FrontendLogRequest.d.ts +12 -0
- package/dist/types/Frontend/index.d.ts +2 -0
- package/dist/types/Info/InfoBlock.d.ts +30 -0
- package/dist/types/Info/InfoBlockRequest.d.ts +31 -0
- package/dist/types/Info/index.d.ts +2 -0
- package/dist/types/News/News.d.ts +38 -0
- package/dist/types/News/NewsDetail.d.ts +40 -0
- package/dist/types/News/NewsImage.d.ts +27 -0
- package/dist/types/News/NewsImageChange.d.ts +28 -0
- package/dist/types/News/NewsImageChangeRequest.d.ts +24 -0
- package/dist/types/News/NewsRequest.d.ts +40 -0
- package/dist/types/News/index.d.ts +6 -0
- package/dist/types/Null/NullEnum.d.ts +9 -0
- package/dist/types/Null/index.d.ts +1 -0
- package/dist/types/Onboarding/Onboarding.d.ts +40 -0
- package/dist/types/Onboarding/OnboardingChange.d.ts +41 -0
- package/dist/types/Onboarding/OnboardingChangeRequest.d.ts +39 -0
- package/dist/types/Onboarding/index.d.ts +3 -0
- package/dist/types/Paginated/PaginatedAdditionalProductList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedDocumentList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedExternal1CTradeList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedExternalBiTradeAdditionalProductList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedExternalBiTradeBidList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedExternalBiTradeList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedExternalBiTradeLotList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedExternalBiTradeViewList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedExternalBiUserDeviceList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedExternalBiUserList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedFacilityList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedInfoBlockList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedNewsImageList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedNewsList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedOnboardingList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedProductImageList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedProductList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedProductTypeList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedProductUnitList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedProfileCompanyList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedProfileNotificationsList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedProfileNotificationsSettingsList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedSettingsNotificationsList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedSettingsNotificationsUserTypeList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedStatisticDeviceList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedTradeLotBidList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedTradeLotCategoryList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedTradeLotImageList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedTradeLotList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedTradeLotParticipantList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedTradeLotRipeLevelList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedTradeLotSizeList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedTradeLotWinnerList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedUserCompanyList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedUserDocumentAcceptList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedUserFCMTokensList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedUserList.d.ts +23 -0
- package/dist/types/Paginated/PaginatedUserStatusList.d.ts +23 -0
- package/dist/types/Paginated/index.d.ts +38 -0
- package/dist/types/Participants/ParticipantsBids.d.ts +13 -0
- package/dist/types/Participants/ParticipantsBidsParticipant.d.ts +16 -0
- package/dist/types/Participants/index.d.ts +2 -0
- package/dist/types/Password/PasswordResetConfirmRequest.d.ts +17 -0
- package/dist/types/Password/PasswordResetRequest.d.ts +12 -0
- package/dist/types/Password/PasswordResetResendRequest.d.ts +15 -0
- package/dist/types/Password/index.d.ts +5 -0
- package/dist/types/Patched/PatchedAdditionalProductChangeRequest.d.ts +43 -0
- package/dist/types/Patched/PatchedDocumentRequest.d.ts +57 -0
- package/dist/types/Patched/PatchedFacilityChangeRequest.d.ts +53 -0
- package/dist/types/Patched/PatchedInfoBlockRequest.d.ts +31 -0
- package/dist/types/Patched/PatchedNewsImageChangeRequest.d.ts +24 -0
- package/dist/types/Patched/PatchedNewsRequest.d.ts +40 -0
- package/dist/types/Patched/PatchedOnboardingChangeRequest.d.ts +39 -0
- package/dist/types/Patched/PatchedProductChangeRequest.d.ts +39 -0
- package/dist/types/Patched/PatchedProductImageChangeRequest.d.ts +24 -0
- package/dist/types/Patched/PatchedProductTypeRequest.d.ts +28 -0
- package/dist/types/Patched/PatchedProductUnitRequest.d.ts +39 -0
- package/dist/types/Patched/PatchedProfileChangeRequest.d.ts +31 -0
- package/dist/types/Patched/PatchedProfileCompanyRequest.d.ts +38 -0
- package/dist/types/Patched/PatchedProfileNotificationsRequest.d.ts +29 -0
- package/dist/types/Patched/PatchedProfileNotificationsSettingsRequest.d.ts +24 -0
- package/dist/types/Patched/PatchedSettingsNotificationsChangeRequest.d.ts +54 -0
- package/dist/types/Patched/PatchedSettingsNotificationsUserTypeRequest.d.ts +34 -0
- package/dist/types/Patched/PatchedSettingsRequest.d.ts +138 -0
- package/dist/types/Patched/PatchedTradeActionPublicRequest.d.ts +11 -0
- package/dist/types/Patched/PatchedTradeActionRequest.d.ts +11 -0
- package/dist/types/Patched/PatchedTradeLotCategoryRequest.d.ts +33 -0
- package/dist/types/Patched/PatchedTradeLotChangeRequest.d.ts +64 -0
- package/dist/types/Patched/PatchedTradeLotImageChangeRequest.d.ts +19 -0
- package/dist/types/Patched/PatchedTradeLotRipeLevelRequest.d.ts +28 -0
- package/dist/types/Patched/PatchedTradeLotSizeChangeRequest.d.ts +29 -0
- package/dist/types/Patched/PatchedTradeLotWinnerActionConfirmRequest.d.ts +12 -0
- package/dist/types/Patched/PatchedTradeLotWinnerRequest.d.ts +31 -0
- package/dist/types/Patched/PatchedTradeLotWinnerUpdateRequest.d.ts +32 -0
- package/dist/types/Patched/PatchedTradeUpdateRequest.d.ts +41 -0
- package/dist/types/Patched/PatchedUserActionRequest.d.ts +11 -0
- package/dist/types/Patched/PatchedUserCompanyChangeRequest.d.ts +54 -0
- package/dist/types/Patched/PatchedUserCompanyRequest.d.ts +67 -0
- package/dist/types/Patched/PatchedUserFCMTokensRequest.d.ts +16 -0
- package/dist/types/Patched/PatchedUserUpdateRequest.d.ts +64 -0
- package/dist/types/Patched/index.d.ts +49 -0
- package/dist/types/Product/Product.d.ts +41 -0
- package/dist/types/Product/ProductChangeRequest.d.ts +39 -0
- package/dist/types/Product/ProductDetail.d.ts +43 -0
- package/dist/types/Product/ProductImage.d.ts +27 -0
- package/dist/types/Product/ProductImageChange.d.ts +28 -0
- package/dist/types/Product/ProductImageChangeRequest.d.ts +24 -0
- package/dist/types/Product/ProductType.d.ts +28 -0
- package/dist/types/Product/ProductTypeRequest.d.ts +28 -0
- package/dist/types/Product/ProductUnit.d.ts +38 -0
- package/dist/types/Product/ProductUnitRequest.d.ts +39 -0
- package/dist/types/Product/index.d.ts +10 -0
- package/dist/types/Profile/ProfileChangeRequest.d.ts +31 -0
- package/dist/types/Profile/ProfileCompany.d.ts +48 -0
- package/dist/types/Profile/ProfileCompanyRequest.d.ts +38 -0
- package/dist/types/Profile/ProfileNotifications.d.ts +27 -0
- package/dist/types/Profile/ProfileNotificationsSettings.d.ts +29 -0
- package/dist/types/Profile/ProfileNotificationsSettingsDefaults.d.ts +12 -0
- package/dist/types/Profile/ProfileNotificationsSettingsRequest.d.ts +24 -0
- package/dist/types/Profile/ProfileNotificationsSettingsType.d.ts +13 -0
- package/dist/types/Profile/index.d.ts +11 -0
- package/dist/types/Report/ReportFilters.d.ts +17 -0
- package/dist/types/Report/ReportFiltersCreator.d.ts +28 -0
- package/dist/types/Report/ReportParticipant.d.ts +34 -0
- package/dist/types/Report/ReportParticipantFilters.d.ts +19 -0
- package/dist/types/Report/ReportParticipantPagination.d.ts +27 -0
- package/dist/types/Report/ReportSale.d.ts +23 -0
- package/dist/types/Report/ReportSaleFilters.d.ts +11 -0
- package/dist/types/Report/ReportSalePagination.d.ts +27 -0
- package/dist/types/Report/ReportStatParticipant.d.ts +32 -0
- package/dist/types/Report/ReportStatParticipantFilters.d.ts +12 -0
- package/dist/types/Report/ReportStatParticipantPagination.d.ts +27 -0
- package/dist/types/Report/ReportSummaries.d.ts +13 -0
- package/dist/types/Report/ReportSummary.d.ts +80 -0
- package/dist/types/Report/ReportSummaryPagination.d.ts +27 -0
- package/dist/types/Report/index.d.ts +14 -0
- package/dist/types/Ripe/RipeLevel.d.ts +21 -0
- package/dist/types/Ripe/index.d.ts +1 -0
- package/dist/types/Settings/Settings.d.ts +142 -0
- package/dist/types/Settings/SettingsNotifications.d.ts +14 -0
- package/dist/types/Settings/SettingsNotificationsChange.d.ts +56 -0
- package/dist/types/Settings/SettingsNotificationsChangeRequest.d.ts +55 -0
- package/dist/types/Settings/SettingsNotificationsUserType.d.ts +35 -0
- package/dist/types/Settings/SettingsNotificationsUserTypeRequest.d.ts +34 -0
- package/dist/types/Settings/SettingsRequest.d.ts +138 -0
- package/dist/types/Settings/index.d.ts +9 -0
- package/dist/types/Sign/SignInFromTelegramRequest.d.ts +14 -0
- package/dist/types/Sign/SignInRequest.d.ts +20 -0
- package/dist/types/Sign/SignInResponse.d.ts +11 -0
- package/dist/types/Sign/SignUp.d.ts +76 -0
- package/dist/types/Sign/SignUpConfirmRequest.d.ts +12 -0
- package/dist/types/Sign/SignUpRequest.d.ts +64 -0
- package/dist/types/Sign/SignUpResendRequest.d.ts +13 -0
- package/dist/types/Sign/index.d.ts +10 -0
- package/dist/types/Simple/SimpleResponse.d.ts +12 -0
- package/dist/types/Simple/index.d.ts +1 -0
- package/dist/types/Size/Size.d.ts +21 -0
- package/dist/types/Size/index.d.ts +1 -0
- package/dist/types/Statistic/StatisticDevice.d.ts +41 -0
- package/dist/types/Statistic/StatisticDeviceRequest.d.ts +40 -0
- package/dist/types/Statistic/index.d.ts +2 -0
- package/dist/types/Status/StatusCreator.d.ts +26 -0
- package/dist/types/Status/index.d.ts +1 -0
- package/dist/types/Summaries/SummariesCost.d.ts +22 -0
- package/dist/types/Summaries/SummariesTrades.d.ts +26 -0
- package/dist/types/Summaries/SummariesVolume.d.ts +28 -0
- package/dist/types/Summaries/index.d.ts +3 -0
- package/dist/types/Trade/Trade.d.ts +68 -0
- package/dist/types/Trade/TradeAdditionalProduct.d.ts +38 -0
- package/dist/types/Trade/TradeCreateRequest.d.ts +43 -0
- package/dist/types/Trade/TradeCreator.d.ts +48 -0
- package/dist/types/Trade/TradeCreatorRequest.d.ts +41 -0
- package/dist/types/Trade/TradeDetail.d.ts +72 -0
- package/dist/types/Trade/TradeFacility.d.ts +32 -0
- package/dist/types/Trade/TradeFilters.d.ts +54 -0
- package/dist/types/Trade/TradeFiltersFacilities.d.ts +33 -0
- package/dist/types/Trade/TradeFiltersProductTypes.d.ts +28 -0
- package/dist/types/Trade/TradeFiltersProducts.d.ts +33 -0
- package/dist/types/Trade/TradeLot.d.ts +102 -0
- package/dist/types/Trade/TradeLotActionBidRequest.d.ts +21 -0
- package/dist/types/Trade/TradeLotActionBidResponse.d.ts +31 -0
- package/dist/types/Trade/TradeLotBid.d.ts +29 -0
- package/dist/types/Trade/TradeLotCategory.d.ts +21 -0
- package/dist/types/Trade/TradeLotCategoryRequest.d.ts +33 -0
- package/dist/types/Trade/TradeLotChangeRequest.d.ts +64 -0
- package/dist/types/Trade/TradeLotDetail.d.ts +105 -0
- package/dist/types/Trade/TradeLotImage.d.ts +22 -0
- package/dist/types/Trade/TradeLotImageChange.d.ts +23 -0
- package/dist/types/Trade/TradeLotImageChangeRequest.d.ts +19 -0
- package/dist/types/Trade/TradeLotParticipant.d.ts +19 -0
- package/dist/types/Trade/TradeLotRipeLevel.d.ts +28 -0
- package/dist/types/Trade/TradeLotRipeLevelRequest.d.ts +28 -0
- package/dist/types/Trade/TradeLotSize.d.ts +30 -0
- package/dist/types/Trade/TradeLotSizeChangeRequest.d.ts +29 -0
- package/dist/types/Trade/TradeLotWinner.d.ts +47 -0
- package/dist/types/Trade/TradeLotWinnerCreateBulkRequest.d.ts +30 -0
- package/dist/types/Trade/TradeLotWinnerCreateRequest.d.ts +30 -0
- package/dist/types/Trade/TradeLotWinnerUpdateRequest.d.ts +32 -0
- package/dist/types/Trade/TradePagination.d.ts +25 -0
- package/dist/types/Trade/TradeProduct.d.ts +22 -0
- package/dist/types/Trade/TradeStatus.d.ts +23 -0
- package/dist/types/Trade/TradeUpdateRequest.d.ts +41 -0
- package/dist/types/Trade/TradeUser.d.ts +42 -0
- package/dist/types/Trade/TradeUserRequest.d.ts +41 -0
- package/dist/types/Trade/index.d.ts +45 -0
- package/dist/types/Type/Type.d.ts +21 -0
- package/dist/types/Type/index.d.ts +1 -0
- package/dist/types/Unit/Unit.d.ts +26 -0
- package/dist/types/Unit/index.d.ts +1 -0
- package/dist/types/User/User.d.ts +81 -0
- package/dist/types/User/UserActionDocumentAcceptRequest.d.ts +12 -0
- package/dist/types/User/UserChanges.d.ts +43 -0
- package/dist/types/User/UserCompany.d.ts +75 -0
- package/dist/types/User/UserCompanyChange.d.ts +58 -0
- package/dist/types/User/UserCompanyChangeRequest.d.ts +54 -0
- package/dist/types/User/UserCompanyChanges.d.ts +73 -0
- package/dist/types/User/UserCreate.d.ts +79 -0
- package/dist/types/User/UserCreateRequest.d.ts +64 -0
- package/dist/types/User/UserDocumentAccept.d.ts +21 -0
- package/dist/types/User/UserFCMTokens.d.ts +21 -0
- package/dist/types/User/UserFCMTokensRequest.d.ts +16 -0
- package/dist/types/User/UserFacility.d.ts +39 -0
- package/dist/types/User/UserManager.d.ts +44 -0
- package/dist/types/User/UserStatus.d.ts +21 -0
- package/dist/types/User/UserUpdate.d.ts +79 -0
- package/dist/types/User/UserUpdateRequest.d.ts +64 -0
- package/dist/types/User/index.d.ts +21 -0
- package/dist/types/Violation/ViolationChange.d.ts +41 -0
- package/dist/types/Violation/ViolationChangeRequest.d.ts +43 -0
- package/dist/types/Violation/index.d.ts +2 -0
- package/dist/types/index.d.ts +17 -0
- package/package.json +3 -3
- package/dist/swagger/data-contracts.d.ts +0 -6117
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ProductUnitRequest {
|
|
10
|
+
/**
|
|
11
|
+
* Показывать
|
|
12
|
+
* Если отключёно, элемент не будет отображаться на сайте
|
|
13
|
+
*/
|
|
14
|
+
active?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* GUID из 1С
|
|
17
|
+
* @maxLength 40
|
|
18
|
+
*/
|
|
19
|
+
guid_1c?: string | null;
|
|
20
|
+
/**
|
|
21
|
+
* Название
|
|
22
|
+
* @minLength 1
|
|
23
|
+
* @maxLength 255
|
|
24
|
+
*/
|
|
25
|
+
name: string;
|
|
26
|
+
/**
|
|
27
|
+
* Сортировка
|
|
28
|
+
* Чем меньше значение, тем выше отображается в списке
|
|
29
|
+
* @min -32768
|
|
30
|
+
* @max 32767
|
|
31
|
+
*/
|
|
32
|
+
sort?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Сокращённое название
|
|
35
|
+
* @minLength 1
|
|
36
|
+
* @maxLength 255
|
|
37
|
+
*/
|
|
38
|
+
name_short: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type { Product } from './Product';
|
|
2
|
+
export type { ProductChangeRequest } from './ProductChangeRequest';
|
|
3
|
+
export type { ProductDetail } from './ProductDetail';
|
|
4
|
+
export type { ProductImage } from './ProductImage';
|
|
5
|
+
export type { ProductImageChange } from './ProductImageChange';
|
|
6
|
+
export type { ProductImageChangeRequest } from './ProductImageChangeRequest';
|
|
7
|
+
export type { ProductType } from './ProductType';
|
|
8
|
+
export type { ProductTypeRequest } from './ProductTypeRequest';
|
|
9
|
+
export type { ProductUnit } from './ProductUnit';
|
|
10
|
+
export type { ProductUnitRequest } from './ProductUnitRequest';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ProfileChangeRequest {
|
|
10
|
+
/** @format binary */
|
|
11
|
+
avatar?: File | null;
|
|
12
|
+
/**
|
|
13
|
+
* ПИН-код
|
|
14
|
+
* @maxLength 255
|
|
15
|
+
*/
|
|
16
|
+
pin_code?: string;
|
|
17
|
+
/**
|
|
18
|
+
* @format email
|
|
19
|
+
* @minLength 1
|
|
20
|
+
*/
|
|
21
|
+
email: string;
|
|
22
|
+
/** @minLength 1 */
|
|
23
|
+
phone: string;
|
|
24
|
+
/** @minLength 1 */
|
|
25
|
+
company: string;
|
|
26
|
+
/** @minLength 1 */
|
|
27
|
+
inn: string;
|
|
28
|
+
/** @minLength 1 */
|
|
29
|
+
contact_person: string;
|
|
30
|
+
facilities?: (number | null)[];
|
|
31
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
import type { Status9DdEnum } from '../../enums';
|
|
10
|
+
export interface ProfileCompany {
|
|
11
|
+
/**
|
|
12
|
+
* Показывать
|
|
13
|
+
* Если отключёно, элемент не будет отображаться на сайте
|
|
14
|
+
*/
|
|
15
|
+
active: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Наименование организации
|
|
18
|
+
* @maxLength 255
|
|
19
|
+
*/
|
|
20
|
+
company?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Контактное лицо
|
|
23
|
+
* @maxLength 255
|
|
24
|
+
*/
|
|
25
|
+
contact_person?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Почта
|
|
28
|
+
* @format email
|
|
29
|
+
* @maxLength 255
|
|
30
|
+
*/
|
|
31
|
+
email?: string | null;
|
|
32
|
+
id: number;
|
|
33
|
+
inn: string;
|
|
34
|
+
/** Родитель */
|
|
35
|
+
parent: number | null;
|
|
36
|
+
/**
|
|
37
|
+
* Телефон
|
|
38
|
+
* @maxLength 255
|
|
39
|
+
*/
|
|
40
|
+
phone?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
* Должность
|
|
43
|
+
* @maxLength 255
|
|
44
|
+
*/
|
|
45
|
+
position?: string;
|
|
46
|
+
/** Статус */
|
|
47
|
+
status: Status9DdEnum;
|
|
48
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ProfileCompanyRequest {
|
|
10
|
+
/**
|
|
11
|
+
* Наименование организации
|
|
12
|
+
* @maxLength 255
|
|
13
|
+
*/
|
|
14
|
+
company?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Контактное лицо
|
|
17
|
+
* @maxLength 255
|
|
18
|
+
*/
|
|
19
|
+
contact_person?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Почта
|
|
22
|
+
* @format email
|
|
23
|
+
* @maxLength 255
|
|
24
|
+
*/
|
|
25
|
+
email?: string | null;
|
|
26
|
+
/** @minLength 1 */
|
|
27
|
+
inn: string;
|
|
28
|
+
/**
|
|
29
|
+
* Телефон
|
|
30
|
+
* @maxLength 255
|
|
31
|
+
*/
|
|
32
|
+
phone?: string | null;
|
|
33
|
+
/**
|
|
34
|
+
* Должность
|
|
35
|
+
* @maxLength 255
|
|
36
|
+
*/
|
|
37
|
+
position?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ProfileNotifications {
|
|
10
|
+
id: number;
|
|
11
|
+
/**
|
|
12
|
+
* Дата/время создания
|
|
13
|
+
* @format date-time
|
|
14
|
+
*/
|
|
15
|
+
dt_create?: string;
|
|
16
|
+
/** Сообщение */
|
|
17
|
+
message: string;
|
|
18
|
+
/**
|
|
19
|
+
* Дата/время прочитано
|
|
20
|
+
* @format date-time
|
|
21
|
+
*/
|
|
22
|
+
dt_readed?: string | null;
|
|
23
|
+
/** Прочитано */
|
|
24
|
+
readed?: boolean;
|
|
25
|
+
/** Данные */
|
|
26
|
+
data?: any;
|
|
27
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
import type { EmailEnum } from '../../enums';
|
|
10
|
+
import type { PushEnum } from '../../enums';
|
|
11
|
+
import type { ProfileNotificationsSettingsDefaults } from './ProfileNotificationsSettingsDefaults';
|
|
12
|
+
import type { ProfileNotificationsSettingsType } from './ProfileNotificationsSettingsType';
|
|
13
|
+
export interface ProfileNotificationsSettings {
|
|
14
|
+
id: number;
|
|
15
|
+
/**
|
|
16
|
+
* На почту
|
|
17
|
+
* @min -32768
|
|
18
|
+
* @max 32767
|
|
19
|
+
*/
|
|
20
|
+
email?: EmailEnum;
|
|
21
|
+
/**
|
|
22
|
+
* В пушах
|
|
23
|
+
* @min -32768
|
|
24
|
+
* @max 32767
|
|
25
|
+
*/
|
|
26
|
+
push?: PushEnum;
|
|
27
|
+
defaults: ProfileNotificationsSettingsDefaults;
|
|
28
|
+
type: ProfileNotificationsSettingsType;
|
|
29
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ProfileNotificationsSettingsDefaults {
|
|
10
|
+
email: number;
|
|
11
|
+
push: number;
|
|
12
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
import type { EmailEnum } from '../../enums';
|
|
10
|
+
import type { PushEnum } from '../../enums';
|
|
11
|
+
export interface ProfileNotificationsSettingsRequest {
|
|
12
|
+
/**
|
|
13
|
+
* На почту
|
|
14
|
+
* @min -32768
|
|
15
|
+
* @max 32767
|
|
16
|
+
*/
|
|
17
|
+
email?: EmailEnum;
|
|
18
|
+
/**
|
|
19
|
+
* В пушах
|
|
20
|
+
* @min -32768
|
|
21
|
+
* @max 32767
|
|
22
|
+
*/
|
|
23
|
+
push?: PushEnum;
|
|
24
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ProfileNotificationsSettingsType {
|
|
10
|
+
group: string;
|
|
11
|
+
label: string;
|
|
12
|
+
value: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type { ProfileChangeRequest } from './ProfileChangeRequest';
|
|
2
|
+
export type { ProfileCompany } from './ProfileCompany';
|
|
3
|
+
export type { ProfileCompanyRequest } from './ProfileCompanyRequest';
|
|
4
|
+
export type { ProfileNotifications } from './ProfileNotifications';
|
|
5
|
+
export type { ProfileNotificationsSettings } from './ProfileNotificationsSettings';
|
|
6
|
+
export type { ProfileNotificationsSettingsDefaults } from './ProfileNotificationsSettingsDefaults';
|
|
7
|
+
export type { ProfileNotificationsSettingsRequest } from './ProfileNotificationsSettingsRequest';
|
|
8
|
+
export type { ProfileNotificationsSettingsType } from './ProfileNotificationsSettingsType';
|
|
9
|
+
export { type EmailEnum } from '../../enums';
|
|
10
|
+
export { type PushEnum } from '../../enums';
|
|
11
|
+
export { type Status9DdEnum } from '../../enums';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ReportFilters {
|
|
10
|
+
categories: FiltersObj[];
|
|
11
|
+
facilities: FiltersObj[];
|
|
12
|
+
products: FiltersObj[];
|
|
13
|
+
producttypes: FiltersObj[];
|
|
14
|
+
sizes: FiltersObj[];
|
|
15
|
+
ripe_levels: FiltersObj[];
|
|
16
|
+
trade_statuses: FiltersStatus[];
|
|
17
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ReportFiltersCreator {
|
|
10
|
+
/**
|
|
11
|
+
* Почта
|
|
12
|
+
* @format email
|
|
13
|
+
* @maxLength 255
|
|
14
|
+
*/
|
|
15
|
+
email?: string | null;
|
|
16
|
+
id: number;
|
|
17
|
+
/**
|
|
18
|
+
* Контактное лицо
|
|
19
|
+
* @maxLength 255
|
|
20
|
+
*/
|
|
21
|
+
contact_person?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Наименование организации
|
|
24
|
+
* @maxLength 255
|
|
25
|
+
*/
|
|
26
|
+
company?: string;
|
|
27
|
+
count: number;
|
|
28
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ReportParticipant {
|
|
10
|
+
/** @maxLength 255 */
|
|
11
|
+
id: string;
|
|
12
|
+
category: Record<string, any>;
|
|
13
|
+
creator: Record<string, any>;
|
|
14
|
+
creator_name: string;
|
|
15
|
+
dt_begin: string;
|
|
16
|
+
dt_end: string;
|
|
17
|
+
price: string;
|
|
18
|
+
product: Record<string, any>;
|
|
19
|
+
ripe_level: Record<string, any>;
|
|
20
|
+
size: Record<string, any>;
|
|
21
|
+
trade_id: string;
|
|
22
|
+
trade_name: string;
|
|
23
|
+
trade_stat: string;
|
|
24
|
+
trade_status: string;
|
|
25
|
+
trade_status_label: string;
|
|
26
|
+
volume: string;
|
|
27
|
+
/**
|
|
28
|
+
* @format decimal
|
|
29
|
+
* @pattern ^-?\d{0,8}(?:\.\d{0,2})?$
|
|
30
|
+
*/
|
|
31
|
+
bid: string;
|
|
32
|
+
failed: boolean;
|
|
33
|
+
winned: boolean;
|
|
34
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
import type { ReportFiltersCreator } from './ReportFiltersCreator';
|
|
10
|
+
export interface ReportParticipantFilters {
|
|
11
|
+
categories: FiltersObj[];
|
|
12
|
+
facilities: FiltersObj[];
|
|
13
|
+
products: FiltersObj[];
|
|
14
|
+
producttypes: FiltersObj[];
|
|
15
|
+
sizes: FiltersObj[];
|
|
16
|
+
ripe_levels: FiltersObj[];
|
|
17
|
+
trade_statuses: FiltersStatus[];
|
|
18
|
+
creators: ReportFiltersCreator[];
|
|
19
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
import type { ReportParticipant } from './ReportParticipant';
|
|
10
|
+
import type { ReportParticipantFilters } from './ReportParticipantFilters';
|
|
11
|
+
import type { ReportSummaries } from './ReportSummaries';
|
|
12
|
+
export interface ReportParticipantPagination {
|
|
13
|
+
count: number;
|
|
14
|
+
/**
|
|
15
|
+
* @format uri
|
|
16
|
+
* @default "http://api.example.org/accounts/?offset=400&limit=100"
|
|
17
|
+
*/
|
|
18
|
+
next?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @format uri
|
|
21
|
+
* @default "http://api.example.org/accounts/?offset=200&limit=100"
|
|
22
|
+
*/
|
|
23
|
+
previous?: string;
|
|
24
|
+
filters: ReportParticipantFilters;
|
|
25
|
+
summaries: ReportSummaries;
|
|
26
|
+
results: ReportParticipant[];
|
|
27
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ReportSale {
|
|
10
|
+
id: number;
|
|
11
|
+
bids_count: number;
|
|
12
|
+
participants_count: number;
|
|
13
|
+
participants_bids: ParticipantsBids[];
|
|
14
|
+
sales_price: string;
|
|
15
|
+
sales_price_sold: string;
|
|
16
|
+
sales_total: string;
|
|
17
|
+
sales_total_sold: string;
|
|
18
|
+
sales_volume: string;
|
|
19
|
+
sales_volume_sold: string;
|
|
20
|
+
/** @format date */
|
|
21
|
+
d_begin: string;
|
|
22
|
+
facilities_ids?: number[];
|
|
23
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ReportSaleFilters {
|
|
10
|
+
facilities: FiltersObj[];
|
|
11
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
import type { ReportSale } from './ReportSale';
|
|
10
|
+
import type { ReportSaleFilters } from './ReportSaleFilters';
|
|
11
|
+
import type { ReportSummaries } from './ReportSummaries';
|
|
12
|
+
export interface ReportSalePagination {
|
|
13
|
+
count: number;
|
|
14
|
+
/**
|
|
15
|
+
* @format uri
|
|
16
|
+
* @default "http://api.example.org/accounts/?offset=400&limit=100"
|
|
17
|
+
*/
|
|
18
|
+
next?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @format uri
|
|
21
|
+
* @default "http://api.example.org/accounts/?offset=200&limit=100"
|
|
22
|
+
*/
|
|
23
|
+
previous?: string;
|
|
24
|
+
filters: ReportSaleFilters;
|
|
25
|
+
summaries: ReportSummaries;
|
|
26
|
+
results: ReportSale[];
|
|
27
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ReportStatParticipant {
|
|
10
|
+
id: number;
|
|
11
|
+
/**
|
|
12
|
+
* Наименование организации
|
|
13
|
+
* @maxLength 255
|
|
14
|
+
*/
|
|
15
|
+
company?: string;
|
|
16
|
+
/**
|
|
17
|
+
* ИН��
|
|
18
|
+
* @maxLength 255
|
|
19
|
+
*/
|
|
20
|
+
inn?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Активность
|
|
23
|
+
* @format double
|
|
24
|
+
*/
|
|
25
|
+
activity: number;
|
|
26
|
+
/** Ставок */
|
|
27
|
+
bids: number;
|
|
28
|
+
/** Просмотры */
|
|
29
|
+
views: number;
|
|
30
|
+
/** Побед */
|
|
31
|
+
wins: number;
|
|
32
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ReportStatParticipantFilters {
|
|
10
|
+
companies: FiltersObj[];
|
|
11
|
+
inns: FiltersObj[];
|
|
12
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
import type { ReportSale } from './ReportSale';
|
|
10
|
+
import type { ReportStatParticipantFilters } from './ReportStatParticipantFilters';
|
|
11
|
+
import type { ReportSummaries } from './ReportSummaries';
|
|
12
|
+
export interface ReportStatParticipantPagination {
|
|
13
|
+
count: number;
|
|
14
|
+
/**
|
|
15
|
+
* @format uri
|
|
16
|
+
* @default "http://api.example.org/accounts/?offset=400&limit=100"
|
|
17
|
+
*/
|
|
18
|
+
next?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @format uri
|
|
21
|
+
* @default "http://api.example.org/accounts/?offset=200&limit=100"
|
|
22
|
+
*/
|
|
23
|
+
previous?: string;
|
|
24
|
+
filters: ReportStatParticipantFilters;
|
|
25
|
+
summaries: ReportSummaries;
|
|
26
|
+
results: ReportSale[];
|
|
27
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ReportSummaries {
|
|
10
|
+
cost: SummariesCost;
|
|
11
|
+
trades: SummariesTrades;
|
|
12
|
+
volume: SummariesVolume;
|
|
13
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface ReportSummary {
|
|
10
|
+
/**
|
|
11
|
+
* @format int64
|
|
12
|
+
* @min -9223372036854776000
|
|
13
|
+
* @max 9223372036854776000
|
|
14
|
+
*/
|
|
15
|
+
id: number;
|
|
16
|
+
participants_count: number;
|
|
17
|
+
participants_bids: ParticipantsBids[];
|
|
18
|
+
trade_creator_name: string;
|
|
19
|
+
trade_id: string;
|
|
20
|
+
trade_name: string;
|
|
21
|
+
trade_stat: string;
|
|
22
|
+
trade_status: string;
|
|
23
|
+
trade_status_label: string;
|
|
24
|
+
winner: string;
|
|
25
|
+
winner_name: string;
|
|
26
|
+
winner_inn: string;
|
|
27
|
+
category: any;
|
|
28
|
+
/** @format date-time */
|
|
29
|
+
dt_begin?: string | null;
|
|
30
|
+
/** @format date-time */
|
|
31
|
+
dt_end?: string | null;
|
|
32
|
+
facility: any;
|
|
33
|
+
/**
|
|
34
|
+
* @format decimal
|
|
35
|
+
* @pattern ^-?\d{0,8}(?:\.\d{0,2})?$
|
|
36
|
+
*/
|
|
37
|
+
price: string;
|
|
38
|
+
product: any;
|
|
39
|
+
ripe_level: any;
|
|
40
|
+
size: any;
|
|
41
|
+
trade_creator: any;
|
|
42
|
+
trade: any;
|
|
43
|
+
/**
|
|
44
|
+
* @format decimal
|
|
45
|
+
* @pattern ^-?\d{0,8}(?:\.\d{0,2})?$
|
|
46
|
+
*/
|
|
47
|
+
volume: string;
|
|
48
|
+
/**
|
|
49
|
+
* @format decimal
|
|
50
|
+
* @pattern ^-?\d{0,8}(?:\.\d{0,2})?$
|
|
51
|
+
*/
|
|
52
|
+
winner_bid?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
* @min 0
|
|
55
|
+
* @max 32767
|
|
56
|
+
*/
|
|
57
|
+
winner_proposals: number;
|
|
58
|
+
/**
|
|
59
|
+
* @min 0
|
|
60
|
+
* @max 32767
|
|
61
|
+
*/
|
|
62
|
+
winner_fails: number;
|
|
63
|
+
failed: boolean;
|
|
64
|
+
winned: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* @format decimal
|
|
67
|
+
* @pattern ^-?\d{0,18}(?:\.\d{0,2})?$
|
|
68
|
+
*/
|
|
69
|
+
total: string;
|
|
70
|
+
/**
|
|
71
|
+
* @format decimal
|
|
72
|
+
* @pattern ^-?\d{0,18}(?:\.\d{0,2})?$
|
|
73
|
+
*/
|
|
74
|
+
total_sold: string;
|
|
75
|
+
/**
|
|
76
|
+
* @min 0
|
|
77
|
+
* @max 32767
|
|
78
|
+
*/
|
|
79
|
+
bids_count: number;
|
|
80
|
+
}
|