@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,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum BidTypeEnum {
|
|
10
|
+
Lot = "lot",
|
|
11
|
+
All = "all",
|
|
12
|
+
Mix = "mix"
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { BidTypeEnum } from './BidTypeEnum';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { BlankEnum } from './BlankEnum';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum ChannelEnum {
|
|
10
|
+
Email = "email",
|
|
11
|
+
Push = "push",
|
|
12
|
+
Sms = "sms"
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { ChannelEnum } from './ChannelEnum';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EmailEnum {
|
|
10
|
+
Value1 = 1,
|
|
11
|
+
Value0 = 0
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { EmailEnum } from './EmailEnum';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum PriceTypeEnum {
|
|
10
|
+
Total = "total",
|
|
11
|
+
Unit = "unit"
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { PriceTypeEnum } from './PriceTypeEnum';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum ProcessTypeEnum {
|
|
10
|
+
Mixed = "mixed",
|
|
11
|
+
Private = "private",
|
|
12
|
+
Public = "public"
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { ProcessTypeEnum } from './ProcessTypeEnum';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum PushEnum {
|
|
10
|
+
Value1 = 1,
|
|
11
|
+
Value0 = 0
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { PushEnum } from './PushEnum';
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum SettingsNotificationsChangeTypeEnum {
|
|
10
|
+
TradeBid = "trade_bid",
|
|
11
|
+
TradeStarted = "trade_started",
|
|
12
|
+
TradeStopped = "trade_stopped",
|
|
13
|
+
TradeContinued = "trade_continued",
|
|
14
|
+
TradeCanceled = "trade_canceled",
|
|
15
|
+
TradeCompleted = "trade_completed",
|
|
16
|
+
TradeNeedWinner = "trade_need_winner",
|
|
17
|
+
TradeDtEndNotified = "trade_dt_end_notified",
|
|
18
|
+
TradeSecurityMix = "trade_security_mix",
|
|
19
|
+
TradeSecurityFailed = "trade_security_failed",
|
|
20
|
+
TradeCreatorWinnerConfirmed = "trade_creator_winner_confirmed",
|
|
21
|
+
TradeCreatorWinnerConfirmedPayer = "trade_creator_winner_confirmed_payer",
|
|
22
|
+
TradeCreatorWinnerDeclined = "trade_creator_winner_declined",
|
|
23
|
+
TradeCreatorWinnerNoAnswer = "trade_creator_winner_no_answer",
|
|
24
|
+
TradeReportWeekly = "trade_report_weekly",
|
|
25
|
+
UserCompanyCreatedToManager = "user_company_created_to_manager",
|
|
26
|
+
UserCompanyDeletedToManager = "user_company_deleted_to_manager",
|
|
27
|
+
UserCompanyHidedToManager = "user_company_hided_to_manager",
|
|
28
|
+
UserCompanyShowedToManager = "user_company_showed_to_manager",
|
|
29
|
+
UserCompanyAllowed = "user_company_allowed",
|
|
30
|
+
UserCompanyDeclined = "user_company_declined",
|
|
31
|
+
UserCompanyCreatedToParticipant = "user_company_created_to_participant",
|
|
32
|
+
UserCompanyDeletedToParticipant = "user_company_deleted_to_participant",
|
|
33
|
+
UserCompanyHidedToParticipant = "user_company_hided_to_participant",
|
|
34
|
+
UserCompanyShowedToParticipant = "user_company_showed_to_participant",
|
|
35
|
+
UserDocumentAccepted = "user_document_accepted",
|
|
36
|
+
UserManager = "user_manager",
|
|
37
|
+
UserRegistered = "user_registered",
|
|
38
|
+
UserSignupConfirm = "user_signup_confirm",
|
|
39
|
+
UserSignup = "user_signup",
|
|
40
|
+
UserStatusAllowed = "user_status_allowed",
|
|
41
|
+
UserStatusBlocked = "user_status_blocked",
|
|
42
|
+
UserDeleted = "user_deleted",
|
|
43
|
+
UserStatusDeclined = "user_status_declined",
|
|
44
|
+
TradeSetWinner = "trade_set_winner",
|
|
45
|
+
TradeSetLoser = "trade_set_loser",
|
|
46
|
+
UserPasswordReset = "user_password_reset",
|
|
47
|
+
UserPasswordResetConfirm = "user_password_reset_confirm",
|
|
48
|
+
Violation = "violation"
|
|
49
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { SettingsNotificationsChangeTypeEnum } from './SettingsNotificationsChangeTypeEnum';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum Status0CcEnum {
|
|
10
|
+
Active = "active",
|
|
11
|
+
Canceled = "canceled",
|
|
12
|
+
Completed = "completed",
|
|
13
|
+
Continued = "continued",
|
|
14
|
+
Draft = "draft",
|
|
15
|
+
Failed = "failed",
|
|
16
|
+
Planned = "planned",
|
|
17
|
+
Stopped = "stopped"
|
|
18
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum Status8F7Enum {
|
|
10
|
+
New = "new",
|
|
11
|
+
Allowed = "allowed",
|
|
12
|
+
Declined = "declined",
|
|
13
|
+
Blocked = "blocked"
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum Status9DdEnum {
|
|
10
|
+
New = "new",
|
|
11
|
+
Allowed = "allowed",
|
|
12
|
+
Declined = "declined",
|
|
13
|
+
Deleted = "deleted"
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum StatusAeeEnum {
|
|
10
|
+
Confirmed = "confirmed",
|
|
11
|
+
Declined = "declined",
|
|
12
|
+
NoAnswer = "no_answer",
|
|
13
|
+
Waiting = "waiting",
|
|
14
|
+
NotSent = "not_sent",
|
|
15
|
+
ChoosenOther = "choosen_other"
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum StepTypeEnum {
|
|
10
|
+
Fixed = "fixed",
|
|
11
|
+
Percent = "percent"
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { StepTypeEnum } from './StepTypeEnum';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum Type744Enum {
|
|
10
|
+
Futures = "futures",
|
|
11
|
+
Regular = "regular"
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { Type744Enum } from './Type744Enum';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum TypesEnum {
|
|
10
|
+
Admin = "admin",
|
|
11
|
+
Manager = "manager",
|
|
12
|
+
Moderator = "moderator",
|
|
13
|
+
Participant = "participant",
|
|
14
|
+
Security = "security",
|
|
15
|
+
Director = "director"
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { TypesEnum } from './TypesEnum';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export declare enum UsertypeEnum {
|
|
10
|
+
Admin = "admin",
|
|
11
|
+
Manager = "manager",
|
|
12
|
+
Moderator = "moderator",
|
|
13
|
+
Participant = "participant",
|
|
14
|
+
Security = "security",
|
|
15
|
+
Director = "director"
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { UsertypeEnum } from './UsertypeEnum';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export type { BidTypeEnum } from './Bid';
|
|
2
|
+
export type { BlankEnum } from './Blank';
|
|
3
|
+
export type { ChannelEnum } from './Channel';
|
|
4
|
+
export type { EmailEnum } from './Email';
|
|
5
|
+
export type { PriceTypeEnum } from './Price';
|
|
6
|
+
export type { ProcessTypeEnum } from './Process';
|
|
7
|
+
export type { PushEnum } from './Push';
|
|
8
|
+
export type { SettingsNotificationsChangeTypeEnum } from './Settings';
|
|
9
|
+
export type { Status0CcEnum } from './Status';
|
|
10
|
+
export type { Status8F7Enum } from './Status';
|
|
11
|
+
export type { Status9DdEnum } from './Status';
|
|
12
|
+
export type { StatusAeeEnum } from './Status';
|
|
13
|
+
export type { StepTypeEnum } from './Step';
|
|
14
|
+
export type { Type744Enum } from './Type';
|
|
15
|
+
export type { TypesEnum } from './Types';
|
|
16
|
+
export type { UsertypeEnum } from './Usertype';
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export type { BidTypeEnum } from './enums';
|
|
2
|
+
export type { BlankEnum } from './enums';
|
|
3
|
+
export type { ChannelEnum } from './enums';
|
|
4
|
+
export type { EmailEnum } from './enums';
|
|
5
|
+
export type { PriceTypeEnum } from './enums';
|
|
6
|
+
export type { ProcessTypeEnum } from './enums';
|
|
7
|
+
export type { PushEnum } from './enums';
|
|
8
|
+
export type { SettingsNotificationsChangeTypeEnum } from './enums';
|
|
9
|
+
export type { Status0CcEnum } from './enums';
|
|
10
|
+
export type { Status8F7Enum } from './enums';
|
|
11
|
+
export type { Status9DdEnum } from './enums';
|
|
12
|
+
export type { StatusAeeEnum } from './enums';
|
|
13
|
+
export type { StepTypeEnum } from './enums';
|
|
14
|
+
export type { Type744Enum } from './enums';
|
|
15
|
+
export type { TypesEnum } from './enums';
|
|
16
|
+
export type { UsertypeEnum } from './enums';
|
|
17
|
+
export type { NullEnum } from './types';
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
import type { PriceTypeEnum } from '../../enums';
|
|
10
|
+
export interface AdditionalProduct {
|
|
11
|
+
id: number;
|
|
12
|
+
image: string;
|
|
13
|
+
image_list_version: string;
|
|
14
|
+
image_detail_version: string;
|
|
15
|
+
image_gallery_version: string;
|
|
16
|
+
product: Product;
|
|
17
|
+
facility: Facility;
|
|
18
|
+
/**
|
|
19
|
+
* Показывать
|
|
20
|
+
* Если отключёно, элемент не будет отображаться на сайте
|
|
21
|
+
*/
|
|
22
|
+
active?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Сортировка
|
|
25
|
+
* Чем меньше значение, тем выше отображается в списке
|
|
26
|
+
* @min -32768
|
|
27
|
+
* @max 32767
|
|
28
|
+
*/
|
|
29
|
+
sort?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Название
|
|
32
|
+
* @maxLength 255
|
|
33
|
+
*/
|
|
34
|
+
name: string;
|
|
35
|
+
/** Описание */
|
|
36
|
+
description?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Стоимость
|
|
39
|
+
* @format decimal
|
|
40
|
+
* @pattern ^-?\d{0,8}(?:\.\d{0,2})?$
|
|
41
|
+
*/
|
|
42
|
+
price: string;
|
|
43
|
+
/** Тип стоимости */
|
|
44
|
+
price_type: PriceTypeEnum;
|
|
45
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
import type { PriceTypeEnum } from '../../enums';
|
|
10
|
+
export interface AdditionalProductChange {
|
|
11
|
+
id: number;
|
|
12
|
+
/** @format uri */
|
|
13
|
+
image: string;
|
|
14
|
+
image_list_version: string;
|
|
15
|
+
image_detail_version: string;
|
|
16
|
+
image_gallery_version: string;
|
|
17
|
+
/**
|
|
18
|
+
* Показывать
|
|
19
|
+
* Если отключёно, элемент не будет отображаться на сайте
|
|
20
|
+
*/
|
|
21
|
+
active?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Сортировка
|
|
24
|
+
* Чем меньше значение, тем выше отображается в списке
|
|
25
|
+
* @min -32768
|
|
26
|
+
* @max 32767
|
|
27
|
+
*/
|
|
28
|
+
sort?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Название
|
|
31
|
+
* @maxLength 255
|
|
32
|
+
*/
|
|
33
|
+
name: string;
|
|
34
|
+
/** Описание */
|
|
35
|
+
description?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Стоимость
|
|
38
|
+
* @format decimal
|
|
39
|
+
* @pattern ^-?\d{0,8}(?:\.\d{0,2})?$
|
|
40
|
+
*/
|
|
41
|
+
price: string;
|
|
42
|
+
/** Тип стоимости */
|
|
43
|
+
price_type: PriceTypeEnum;
|
|
44
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
import type { PriceTypeEnum } from '../../enums';
|
|
10
|
+
export interface AdditionalProductChangeRequest {
|
|
11
|
+
/** @format binary */
|
|
12
|
+
image: File;
|
|
13
|
+
product: number;
|
|
14
|
+
facility: number;
|
|
15
|
+
/**
|
|
16
|
+
* Показывать
|
|
17
|
+
* Если отключёно, элемент не будет отображаться на сайте
|
|
18
|
+
*/
|
|
19
|
+
active?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Сортировка
|
|
22
|
+
* Чем меньше значение, тем выше отображается в списке
|
|
23
|
+
* @min -32768
|
|
24
|
+
* @max 32767
|
|
25
|
+
*/
|
|
26
|
+
sort?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Название
|
|
29
|
+
* @minLength 1
|
|
30
|
+
* @maxLength 255
|
|
31
|
+
*/
|
|
32
|
+
name: string;
|
|
33
|
+
/** Описание */
|
|
34
|
+
description?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Стоимость
|
|
37
|
+
* @format decimal
|
|
38
|
+
* @pattern ^-?\d{0,8}(?:\.\d{0,2})?$
|
|
39
|
+
*/
|
|
40
|
+
price: string;
|
|
41
|
+
/** Тип стоимости */
|
|
42
|
+
price_type: PriceTypeEnum;
|
|
43
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export type { AdditionalProduct } from './AdditionalProduct';
|
|
2
|
+
export type { AdditionalProductChange } from './AdditionalProductChange';
|
|
3
|
+
export type { AdditionalProductChangeRequest } from './AdditionalProductChangeRequest';
|
|
4
|
+
export { type PriceTypeEnum } from '../../enums';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface Creator {
|
|
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
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { Creator } from './Creator';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface CurrentUserWinner {
|
|
10
|
+
failed: boolean;
|
|
11
|
+
status: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { CurrentUserWinner } from './CurrentUserWinner';
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* * `admin` - Администратор
|
|
3
|
+
* * `manager` - Менеджер
|
|
4
|
+
* * `moderator` - Модератор
|
|
5
|
+
* * `participant` - Участник
|
|
6
|
+
* * `security` - Служба безопасности
|
|
7
|
+
* * `director` - Руководитель
|
|
8
|
+
*/
|
|
9
|
+
export interface Document {
|
|
10
|
+
id: number;
|
|
11
|
+
/**
|
|
12
|
+
* Показывать
|
|
13
|
+
* Если отключёно, элемент не будет отображаться на сайте
|
|
14
|
+
*/
|
|
15
|
+
active?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Название
|
|
18
|
+
* @maxLength 255
|
|
19
|
+
*/
|
|
20
|
+
name: string;
|
|
21
|
+
/**
|
|
22
|
+
* Сортировка
|
|
23
|
+
* Чем меньше значение, тем выше отображается в списке
|
|
24
|
+
* @min -32768
|
|
25
|
+
* @max 32767
|
|
26
|
+
*/
|
|
27
|
+
sort?: number;
|
|
28
|
+
/**
|
|
29
|
+
* Версия
|
|
30
|
+
* @maxLength 255
|
|
31
|
+
*/
|
|
32
|
+
version: string;
|
|
33
|
+
/**
|
|
34
|
+
* Ссылка
|
|
35
|
+
* @maxLength 255
|
|
36
|
+
*/
|
|
37
|
+
link?: string;
|
|
38
|
+
html?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Комментарий
|
|
41
|
+
* Что изменилось
|
|
42
|
+
*/
|
|
43
|
+
comment?: string;
|
|
44
|
+
/** Показывать документ */
|
|
45
|
+
show?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Обязательный
|
|
48
|
+
* Без подписания этого документа доступ к платформе будет ограничен
|
|
49
|
+
*/
|
|
50
|
+
required?: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Дата публикации
|
|
53
|
+
* @format date
|
|
54
|
+
*/
|
|
55
|
+
d_published?: string | null;
|
|
56
|
+
}
|