@30nama/sdk 2.0.0-rc.34 → 2.0.0-rc.36
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/README.md +312 -312
- package/lib/core/config.js +1 -1
- package/lib/generated/comment/models/commet.d.ts +1 -1
- package/lib/generated/comment/models/deletedCommet.d.ts +1 -0
- package/lib/generated/comment/models/deletedQuestionResponse.d.ts +1 -1
- package/lib/generated/comment/models/managementCommet.d.ts +1 -2
- package/lib/generated/comment/models/nestedCommentResponse.d.ts +1 -0
- package/lib/generated/comment/models/nestedQuestionResponse.d.ts +1 -1
- package/lib/generated/comment/models/questionResponse.d.ts +1 -1
- package/lib/generated/comment/models/userComments.d.ts +1 -1
- package/lib/generated/financial/api.d.ts +21 -13
- package/lib/generated/financial/api.js +223 -166
- package/lib/generated/financial/api.js.map +1 -1
- package/lib/generated/financial/models/getAllPlanStaticTitlesStaticPlanTitleGetParams.d.ts +9 -0
- package/lib/generated/financial/models/getAllPlanStaticTitlesStaticPlanTitleGetParams.js +7 -0
- package/lib/generated/financial/models/getAllPlanStaticTitlesStaticPlanTitleGetParams.js.map +1 -0
- package/lib/generated/financial/models/getDiscountsDiscountGetParams.d.ts +2 -0
- package/lib/generated/financial/models/getOffersOfferGetParams.d.ts +1 -0
- package/lib/generated/financial/models/getPlanStaticTitleRelationsStaticPlanTitleTitleIdRelationsGetParams.d.ts +16 -0
- package/lib/generated/financial/models/getPlanStaticTitleRelationsStaticPlanTitleTitleIdRelationsGetParams.js +7 -0
- package/lib/generated/financial/models/getPlanStaticTitleRelationsStaticPlanTitleTitleIdRelationsGetParams.js.map +1 -0
- package/lib/generated/financial/models/getPlansPlanGetParams.d.ts +1 -0
- package/lib/generated/financial/models/getSellingDiscountsReportDiscountSellingReportGetParams.d.ts +1 -0
- package/lib/generated/financial/models/index.d.ts +21 -13
- package/lib/generated/financial/models/index.js +21 -13
- package/lib/generated/financial/models/index.js.map +1 -1
- package/lib/generated/financial/models/listPlanStaticTitleResponse.d.ts +15 -0
- package/lib/generated/financial/models/listPlanStaticTitleResponse.js +3 -0
- package/lib/generated/financial/models/listPlanStaticTitleResponse.js.map +1 -0
- package/lib/generated/financial/models/planStaticDescriptionCreate.d.ts +8 -0
- package/lib/generated/financial/models/planStaticDescriptionCreate.js +7 -0
- package/lib/generated/financial/models/planStaticDescriptionCreate.js.map +1 -0
- package/lib/generated/financial/models/planStaticDescriptionResponse.d.ts +20 -0
- package/lib/generated/financial/models/planStaticDescriptionResponse.js +7 -0
- package/lib/generated/financial/models/planStaticDescriptionResponse.js.map +1 -0
- package/lib/generated/financial/models/planStaticDescriptionUpdate.d.ts +8 -0
- package/lib/generated/financial/models/planStaticDescriptionUpdate.js +7 -0
- package/lib/generated/financial/models/planStaticDescriptionUpdate.js.map +1 -0
- package/lib/generated/financial/models/planStaticTitleCreate.d.ts +10 -0
- package/lib/generated/financial/models/planStaticTitleCreate.js +7 -0
- package/lib/generated/financial/models/planStaticTitleCreate.js.map +1 -0
- package/lib/generated/financial/models/planStaticTitleResponse.d.ts +18 -0
- package/lib/generated/financial/models/planStaticTitleResponse.js +7 -0
- package/lib/generated/financial/models/planStaticTitleResponse.js.map +1 -0
- package/lib/generated/financial/models/planStaticTitleUpdate.d.ts +10 -0
- package/lib/generated/financial/models/planStaticTitleUpdate.js +7 -0
- package/lib/generated/financial/models/planStaticTitleUpdate.js.map +1 -0
- package/lib/generated/financial/models/refundCreate.d.ts +1 -1
- package/lib/generated/financial/models/relationCheckResponse.d.ts +6 -9
- package/lib/generated/financial/models/relationEnum.d.ts +1 -0
- package/lib/generated/financial/models/relationEnum.js +2 -1
- package/lib/generated/financial/models/relationEnum.js.map +1 -1
- package/lib/generated/financial/models/shortPlanStaticDescriptionResponse.d.ts +8 -0
- package/lib/generated/financial/models/shortPlanStaticDescriptionResponse.js +7 -0
- package/lib/generated/financial/models/shortPlanStaticDescriptionResponse.js.map +1 -0
- package/lib/generated/financial/models/shortPlanStaticTitleResponse.d.ts +8 -0
- package/lib/generated/financial/models/shortPlanStaticTitleResponse.js +7 -0
- package/lib/generated/financial/models/shortPlanStaticTitleResponse.js.map +1 -0
- package/lib/generated/financial/models/successListPlanStaticTitleResponse.d.ts +17 -0
- package/lib/generated/financial/models/successListPlanStaticTitleResponse.js +3 -0
- package/lib/generated/financial/models/successListPlanStaticTitleResponse.js.map +1 -0
- package/lib/generated/financial/models/successListPlanStaticTitleResponseErrors.d.ts +10 -0
- package/lib/generated/financial/models/successListPlanStaticTitleResponseErrors.js +7 -0
- package/lib/generated/financial/models/successListPlanStaticTitleResponseErrors.js.map +1 -0
- package/lib/generated/financial/models/successPlanStaticDescriptionResponse.d.ts +17 -0
- package/lib/generated/financial/models/successPlanStaticDescriptionResponse.js +3 -0
- package/lib/generated/financial/models/successPlanStaticDescriptionResponse.js.map +1 -0
- package/lib/generated/financial/models/successPlanStaticDescriptionResponseErrors.d.ts +10 -0
- package/lib/generated/financial/models/successPlanStaticDescriptionResponseErrors.js +7 -0
- package/lib/generated/financial/models/successPlanStaticDescriptionResponseErrors.js.map +1 -0
- package/lib/generated/financial/models/successPlanStaticTitleResponse.d.ts +17 -0
- package/lib/generated/financial/models/successPlanStaticTitleResponse.js +3 -0
- package/lib/generated/financial/models/successPlanStaticTitleResponse.js.map +1 -0
- package/lib/generated/financial/models/successPlanStaticTitleResponseErrors.d.ts +10 -0
- package/lib/generated/financial/models/successPlanStaticTitleResponseErrors.js +7 -0
- package/lib/generated/financial/models/successPlanStaticTitleResponseErrors.js.map +1 -0
- package/lib/generated/financial/models/successShortPlanStaticDescriptionResponse.d.ts +17 -0
- package/lib/generated/financial/models/successShortPlanStaticDescriptionResponse.js +3 -0
- package/lib/generated/financial/models/successShortPlanStaticDescriptionResponse.js.map +1 -0
- package/lib/generated/financial/models/successShortPlanStaticDescriptionResponseErrors.d.ts +10 -0
- package/lib/generated/financial/models/successShortPlanStaticDescriptionResponseErrors.js +7 -0
- package/lib/generated/financial/models/successShortPlanStaticDescriptionResponseErrors.js.map +1 -0
- package/lib/generated/financial/models/successShortPlanStaticTitleResponse.d.ts +17 -0
- package/lib/generated/financial/models/successShortPlanStaticTitleResponse.js +3 -0
- package/lib/generated/financial/models/successShortPlanStaticTitleResponse.js.map +1 -0
- package/lib/generated/financial/models/successShortPlanStaticTitleResponseErrors.d.ts +10 -0
- package/lib/generated/financial/models/successShortPlanStaticTitleResponseErrors.js +7 -0
- package/lib/generated/financial/models/successShortPlanStaticTitleResponseErrors.js.map +1 -0
- package/lib/generated/financial/models/voucherCreate.d.ts +1 -1
- package/lib/generated/financial/models/voucherResponse.d.ts +1 -0
- package/lib/generated/notification/api.d.ts +3 -1
- package/lib/generated/notification/api.js +22 -0
- package/lib/generated/notification/api.js.map +1 -1
- package/lib/generated/notification/models/deleteVideoNotifNotificationVideoContentDeleteDeleteParams.d.ts +7 -0
- package/lib/generated/notification/models/deleteVideoNotifNotificationVideoContentDeleteDeleteParams.js +7 -0
- package/lib/generated/notification/models/deleteVideoNotifNotificationVideoContentDeleteDeleteParams.js.map +1 -0
- package/lib/generated/notification/models/index.d.ts +1 -0
- package/lib/generated/notification/models/index.js +1 -0
- package/lib/generated/notification/models/index.js.map +1 -1
- package/lib/generated/operator/api.d.ts +2 -2
- package/lib/generated/operator/api.js +18 -5
- package/lib/generated/operator/api.js.map +1 -1
- package/lib/generated/operator/models/authUserActiveSessionsListListParams.d.ts +14 -0
- package/lib/generated/operator/models/authUserActiveSessionsListListParams.js +7 -0
- package/lib/generated/operator/models/authUserActiveSessionsListListParams.js.map +1 -0
- package/lib/generated/operator/models/dataUserDisplayProfileAPIViewResponse.d.ts +3 -0
- package/lib/generated/operator/models/index.d.ts +5 -0
- package/lib/generated/operator/models/index.js +5 -0
- package/lib/generated/operator/models/index.js.map +1 -1
- package/lib/generated/operator/models/paginatedUserActiveSessionListList.d.ts +2 -2
- package/lib/generated/operator/models/paginatedUserActiveSessionListListData.d.ts +13 -0
- package/lib/generated/operator/models/paginatedUserActiveSessionListListData.js +3 -0
- package/lib/generated/operator/models/paginatedUserActiveSessionListListData.js.map +1 -0
- package/lib/generated/operator/models/profileUserGroupAllMembersListListGender.d.ts +3 -3
- package/lib/generated/operator/models/profileUserGroupAllMembersListListGender.js +3 -3
- package/lib/generated/operator/models/profileUserGroupAllMembersListListGender.js.map +1 -1
- package/lib/generated/operator/models/profileUserGroupAllMembersListListParams.d.ts +23 -3
- package/lib/generated/operator/models/profileUserGroupMemberListListGender.d.ts +3 -3
- package/lib/generated/operator/models/profileUserGroupMemberListListGender.js +3 -3
- package/lib/generated/operator/models/profileUserGroupMemberListListGender.js.map +1 -1
- package/lib/generated/operator/models/profileUserGroupMemberListListParams.d.ts +4 -3
- package/lib/generated/operator/models/profileUserGroupsRemainRemainListListGender.d.ts +3 -3
- package/lib/generated/operator/models/profileUserGroupsRemainRemainListListGender.js +3 -3
- package/lib/generated/operator/models/profileUserGroupsRemainRemainListListGender.js.map +1 -1
- package/lib/generated/operator/models/profileUserGroupsRemainRemainListListParams.d.ts +23 -3
- package/lib/generated/operator/models/supporterBanUserListListParams.d.ts +9 -0
- package/lib/generated/operator/models/supporterBanUserListListUserType.d.ts +9 -0
- package/lib/generated/operator/models/supporterBanUserListListUserType.js +13 -0
- package/lib/generated/operator/models/supporterBanUserListListUserType.js.map +1 -0
- package/lib/generated/operator/models/supporterBannedUserListListParams.d.ts +5 -0
- package/lib/generated/operator/models/supporterBannedUserListListParams.js +0 -4
- package/lib/generated/operator/models/supporterBannedUserListListParams.js.map +1 -1
- package/lib/generated/operator/models/supporterBannedUserListListUserType.d.ts +9 -0
- package/lib/generated/operator/models/supporterBannedUserListListUserType.js +13 -0
- package/lib/generated/operator/models/supporterBannedUserListListUserType.js.map +1 -0
- package/lib/generated/operator/models/supporterProfileRequest.d.ts +2 -2
- package/lib/generated/operator/models/supporterUsersAccountInfoListOrderBy.d.ts +2 -0
- package/lib/generated/operator/models/supporterUsersAccountInfoListOrderBy.js +2 -0
- package/lib/generated/operator/models/supporterUsersAccountInfoListOrderBy.js.map +1 -1
- package/lib/generated/operator/models/supporterUsersAccountInfoListParams.d.ts +5 -0
- package/lib/generated/operator/models/supporterUsersAccountInfoListStatus.d.ts +15 -0
- package/lib/generated/operator/models/supporterUsersAccountInfoListStatus.js +19 -0
- package/lib/generated/operator/models/supporterUsersAccountInfoListStatus.js.map +1 -0
- package/lib/generated/stream/api.js +1 -1
- package/lib/generated/stream/models/continueWatchingSerializer.d.ts +2 -0
- package/lib/generated/stream/models/getDetailIpsWatchingLogShowDetailIpsMostWatchingLogIpAddressGetParams.d.ts +4 -0
- package/lib/generated/stream/models/showArchiveListWatchingOnlineShowArchiveListGetParams.d.ts +4 -0
- package/lib/generated/supporter/api.d.ts +4 -4
- package/lib/generated/supporter/api.js +6 -6
- package/lib/generated/supporter/api.js.map +1 -1
- package/lib/generated/supporter/models/index.d.ts +0 -3
- package/lib/generated/supporter/models/index.js +0 -3
- package/lib/generated/supporter/models/index.js.map +1 -1
- package/lib/generated/supporter/models/systemTrainingCenterRetrieveParams.d.ts +0 -4
- package/lib/generated/video-content/api.d.ts +111 -117
- package/lib/generated/video-content/api.js +1278 -1868
- package/lib/generated/video-content/api.js.map +1 -1
- package/lib/generated/video-content/models/bodyCreateCollectionSupporterVideoContentCollectionCreatePost.d.ts +4 -4
- package/lib/generated/video-content/models/bodyCreateCollectionSupporterVideoContentCollectionCreatePost.js +0 -4
- package/lib/generated/video-content/models/bodyCreateCollectionSupporterVideoContentCollectionCreatePost.js.map +1 -1
- package/lib/generated/video-content/models/bodyCreateCollectionSupporterVideoContentCollectionCreatePostParentId.d.ts +5 -0
- package/lib/generated/video-content/models/bodyCreateCollectionSupporterVideoContentCollectionCreatePostParentId.js +7 -0
- package/lib/generated/video-content/models/bodyCreateCollectionSupporterVideoContentCollectionCreatePostParentId.js.map +1 -0
- package/lib/generated/video-content/models/bodyEditBoxOfficeSupporterVideoContentBoxOfficeBoxOfficeIdPut.d.ts +1 -2
- package/lib/generated/video-content/models/bodyEditCollectionSupporterVideoContentCollectionEditCollectionIdPut.d.ts +2 -2
- package/lib/generated/video-content/models/bodyUploadCollectorPosterSupporterVideoContentCollectorsCollectorTypeEditCollectorIdPosterPut.d.ts +1 -0
- package/lib/generated/video-content/models/boxOfficeVideoContentPosterJpeg.d.ts +2 -1
- package/lib/generated/video-content/models/boxOfficeVideoContentPosterJpeg.js +0 -4
- package/lib/generated/video-content/models/boxOfficeVideoContentPosterJpeg.js.map +1 -1
- package/lib/generated/video-content/models/checkListResponseModelInfo.d.ts +1 -1
- package/lib/generated/video-content/models/collectionDetail.d.ts +2 -3
- package/lib/generated/video-content/models/collectionTranslationResponse.d.ts +10 -0
- package/lib/generated/video-content/models/collectionTranslationResponse.js +3 -0
- package/lib/generated/video-content/models/collectionTranslationResponse.js.map +1 -0
- package/lib/generated/video-content/models/collectionTranslationResponseDescription.d.ts +5 -0
- package/lib/generated/video-content/models/collectionTranslationResponseDescription.js +7 -0
- package/lib/generated/video-content/models/collectionTranslationResponseDescription.js.map +1 -0
- package/lib/generated/video-content/models/collectorCreateModelResponseModel.d.ts +15 -0
- package/lib/generated/video-content/models/collectorCreateModelResponseModel.js +3 -0
- package/lib/generated/video-content/models/collectorCreateModelResponseModel.js.map +1 -0
- package/lib/generated/video-content/models/collectorDetail.d.ts +18 -0
- package/lib/generated/video-content/models/collectorDetail.js +3 -0
- package/lib/generated/video-content/models/collectorDetail.js.map +1 -0
- package/lib/generated/video-content/models/collectorDetailPoster.d.ts +6 -0
- package/lib/generated/video-content/models/collectorDetailPoster.js +3 -0
- package/lib/generated/video-content/models/collectorDetailPoster.js.map +1 -0
- package/lib/generated/video-content/models/collectorIncomeModel.d.ts +4 -0
- package/lib/generated/video-content/models/collectorTranslationData.d.ts +1 -1
- package/lib/generated/video-content/models/collectorTranslationInput.d.ts +4 -1
- package/lib/generated/video-content/models/collectorUpdateModelResponseModel.d.ts +17 -0
- package/lib/generated/video-content/models/collectorUpdateModelResponseModel.js +3 -0
- package/lib/generated/video-content/models/collectorUpdateModelResponseModel.js.map +1 -0
- package/lib/generated/video-content/models/collectorUpdateModelResponseModelPoster.d.ts +6 -0
- package/lib/generated/video-content/models/collectorUpdateModelResponseModelPoster.js +3 -0
- package/lib/generated/video-content/models/collectorUpdateModelResponseModelPoster.js.map +1 -0
- package/lib/generated/video-content/models/contentCheckListDetailResponsemodel.d.ts +1 -1
- package/lib/generated/video-content/models/contentCheckListDetailResponsemodel.js +1 -1
- package/lib/generated/video-content/models/contentCheckListDetailResponsemodel.js.map +1 -1
- package/lib/generated/video-content/models/contentDetailResponseModel.d.ts +1 -1
- package/lib/generated/video-content/models/contentQuotesIncomeData.d.ts +2 -3
- package/lib/generated/video-content/models/contentQuotesIncomeDataQuotes.d.ts +8 -0
- package/lib/generated/video-content/models/contentQuotesIncomeDataQuotes.js +3 -0
- package/lib/generated/video-content/models/contentQuotesIncomeDataQuotes.js.map +1 -0
- package/lib/generated/video-content/models/contentStatisticsResponseModel.d.ts +14 -0
- package/lib/generated/video-content/models/contentStatisticsResponseModel.js +3 -0
- package/lib/generated/video-content/models/contentStatisticsResponseModel.js.map +1 -0
- package/lib/generated/video-content/models/contentStatisticsResponseModelScore.d.ts +5 -0
- package/lib/generated/video-content/models/contentStatisticsResponseModelScore.js +7 -0
- package/lib/generated/video-content/models/contentStatisticsResponseModelScore.js.map +1 -0
- package/lib/generated/video-content/models/contentTranslationData.d.ts +5 -2
- package/lib/generated/video-content/models/contentWithQuoteDetailResponseModel.d.ts +2 -2
- package/lib/generated/video-content/models/downloadGrpcHttpReportSupporterVideoContentTestGrpcClientsReportGetFormat.d.ts +9 -0
- package/lib/generated/video-content/models/downloadGrpcHttpReportSupporterVideoContentTestGrpcClientsReportGetFormat.js +13 -0
- package/lib/generated/video-content/models/downloadGrpcHttpReportSupporterVideoContentTestGrpcClientsReportGetFormat.js.map +1 -0
- package/lib/generated/video-content/models/downloadGrpcHttpReportSupporterVideoContentTestGrpcClientsReportGetParams.d.ts +11 -0
- package/lib/generated/video-content/models/downloadGrpcHttpReportSupporterVideoContentTestGrpcClientsReportGetParams.js +3 -0
- package/lib/generated/video-content/models/downloadGrpcHttpReportSupporterVideoContentTestGrpcClientsReportGetParams.js.map +1 -0
- package/lib/generated/video-content/models/exploreUserVideoContentExploreGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/externalRatingsOutputVotes.d.ts +1 -1
- package/lib/generated/video-content/models/getActiveOptionsContentsUserVideoContentOptionsContentsGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getAnonymousUserHeroSectionUserVideoContentHeroSectionGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getCastContentsListUserVideoContentCastContentsGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getChannelContentsUserVideoContentChannelContentsChannelIdGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getCollectionContentsUserVideoContentCollectionListSlugGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getHomepageUserVideoContentHomePageGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getIncompleteContentsSupporterVideoContentContentIncompleteIncompleteGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getNewReleaseContentsUserVideoContentOptionsContentsNewReleasesGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getPaginatedWeeklyScheduleContentsUserVideoContentWeeklyScheduleContentsPaginatedGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getSimpleContentsListAllSupporterVideoContentContentsSimpleAllGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getSimpleContentsListSupporterVideoContentContentsSimpleGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getStreamContentsByCategoryUserVideoContentStreamsCategoryGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getStreamContentsUserVideoContentStreamsGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getTopContentsUserVideoContentTopContentsSourceContentTypeGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getUserNotificationListUserVideoContentActionNotificationListGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getUserPickListUserVideoContentActionPickTypeGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getUserPublicNotificationUserVideoContentPublicProfileUserNameNotificationListGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getUserPublicPickUserVideoContentPublicProfileUserNamePickTypeGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/getWeeklyScheduleContentsUserVideoContentWeeklyScheduleContentsGetParams.d.ts +1 -0
- package/lib/generated/video-content/models/index.d.ts +69 -78
- package/lib/generated/video-content/models/index.js +69 -78
- package/lib/generated/video-content/models/index.js.map +1 -1
- package/lib/generated/video-content/models/originalMovieIfos.d.ts +5 -2
- package/lib/generated/video-content/models/paginatedItemsResponseContentCheckListDetailResponseModel.d.ts +13 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentCheckListDetailResponseModel.js +3 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentCheckListDetailResponseModel.js.map +1 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentCheckListDetailResponseModelNext.d.ts +5 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentCheckListDetailResponseModelNext.js +7 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentCheckListDetailResponseModelNext.js.map +1 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentCheckListDetailResponseModelPrevious.d.ts +5 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentCheckListDetailResponseModelPrevious.js +7 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentCheckListDetailResponseModelPrevious.js.map +1 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentDetailLogResponseModel.d.ts +13 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentDetailLogResponseModel.js +3 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentDetailLogResponseModel.js.map +1 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentDetailLogResponseModelNext.d.ts +5 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentDetailLogResponseModelNext.js +7 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentDetailLogResponseModelNext.js.map +1 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentDetailLogResponseModelPrevious.d.ts +5 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentDetailLogResponseModelPrevious.js +7 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentDetailLogResponseModelPrevious.js.map +1 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentWithQuoteResponseModel.d.ts +13 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentWithQuoteResponseModel.js +3 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentWithQuoteResponseModel.js.map +1 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentWithQuoteResponseModelNext.d.ts +5 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentWithQuoteResponseModelNext.js +7 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentWithQuoteResponseModelNext.js.map +1 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentWithQuoteResponseModelPrevious.d.ts +5 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentWithQuoteResponseModelPrevious.js +7 -0
- package/lib/generated/video-content/models/paginatedItemsResponseContentWithQuoteResponseModelPrevious.js.map +1 -0
- package/lib/generated/video-content/models/paginatedItemsResponseTranslationContentDetailLog.d.ts +13 -0
- package/lib/generated/video-content/models/paginatedItemsResponseTranslationContentDetailLog.js +3 -0
- package/lib/generated/video-content/models/paginatedItemsResponseTranslationContentDetailLog.js.map +1 -0
- package/lib/generated/video-content/models/paginatedItemsResponseTranslationContentDetailLogNext.d.ts +5 -0
- package/lib/generated/video-content/models/paginatedItemsResponseTranslationContentDetailLogNext.js +7 -0
- package/lib/generated/video-content/models/paginatedItemsResponseTranslationContentDetailLogNext.js.map +1 -0
- package/lib/generated/video-content/models/paginatedItemsResponseTranslationContentDetailLogPrevious.d.ts +5 -0
- package/lib/generated/video-content/models/paginatedItemsResponseTranslationContentDetailLogPrevious.js +7 -0
- package/lib/generated/video-content/models/paginatedItemsResponseTranslationContentDetailLogPrevious.js.map +1 -0
- package/lib/generated/video-content/models/paginatedResponseCollectorDetail.d.ts +13 -0
- package/lib/generated/video-content/models/paginatedResponseCollectorDetail.js +3 -0
- package/lib/generated/video-content/models/paginatedResponseCollectorDetail.js.map +1 -0
- package/lib/generated/video-content/models/paginatedResponseCollectorDetailNext.d.ts +5 -0
- package/lib/generated/video-content/models/paginatedResponseCollectorDetailNext.js +7 -0
- package/lib/generated/video-content/models/paginatedResponseCollectorDetailNext.js.map +1 -0
- package/lib/generated/video-content/models/paginatedResponseCollectorDetailPrevious.d.ts +5 -0
- package/lib/generated/video-content/models/paginatedResponseCollectorDetailPrevious.js +7 -0
- package/lib/generated/video-content/models/paginatedResponseCollectorDetailPrevious.js.map +1 -0
- package/lib/generated/video-content/models/quote.d.ts +11 -0
- package/lib/generated/video-content/models/quote.js +3 -0
- package/lib/generated/video-content/models/quote.js.map +1 -0
- package/lib/generated/video-content/models/quoteActorName.d.ts +5 -0
- package/lib/generated/video-content/models/quoteActorName.js +7 -0
- package/lib/generated/video-content/models/quoteActorName.js.map +1 -0
- package/lib/generated/video-content/models/quoteCharacterName.d.ts +5 -0
- package/lib/generated/video-content/models/quoteCharacterName.js +7 -0
- package/lib/generated/video-content/models/quoteCharacterName.js.map +1 -0
- package/lib/generated/video-content/models/quoteItemIncomeData.d.ts +11 -0
- package/lib/generated/video-content/models/quoteItemIncomeData.js +3 -0
- package/lib/generated/video-content/models/quoteItemIncomeData.js.map +1 -0
- package/lib/generated/video-content/models/quoteItemIncomeDataActorName.d.ts +5 -0
- package/lib/generated/video-content/models/quoteItemIncomeDataActorName.js +7 -0
- package/lib/generated/video-content/models/quoteItemIncomeDataActorName.js.map +1 -0
- package/lib/generated/video-content/models/quoteItemIncomeDataCharacterName.d.ts +5 -0
- package/lib/generated/video-content/models/quoteItemIncomeDataCharacterName.js +7 -0
- package/lib/generated/video-content/models/quoteItemIncomeDataCharacterName.js.map +1 -0
- package/lib/generated/video-content/models/sEOLanguageItem.d.ts +4 -1
- package/lib/generated/video-content/models/sEOLanguageResponse.d.ts +5 -1
- package/lib/generated/video-content/models/successResponseCollectorCreateModelResponseModel.d.ts +18 -0
- package/lib/generated/video-content/models/successResponseCollectorCreateModelResponseModel.js +3 -0
- package/lib/generated/video-content/models/successResponseCollectorCreateModelResponseModel.js.map +1 -0
- package/lib/generated/video-content/models/successResponseCollectorCreateModelResponseModelErrors.d.ts +7 -0
- package/lib/generated/video-content/models/successResponseCollectorCreateModelResponseModelErrors.js +7 -0
- package/lib/generated/video-content/models/successResponseCollectorCreateModelResponseModelErrors.js.map +1 -0
- package/lib/generated/video-content/models/successResponseCollectorCreateModelResponseModelSEO.d.ts +7 -0
- package/lib/generated/video-content/models/successResponseCollectorCreateModelResponseModelSEO.js +7 -0
- package/lib/generated/video-content/models/successResponseCollectorCreateModelResponseModelSEO.js.map +1 -0
- package/lib/generated/video-content/models/successResponseCollectorUpdateModelResponseModel.d.ts +18 -0
- package/lib/generated/video-content/models/successResponseCollectorUpdateModelResponseModel.js +3 -0
- package/lib/generated/video-content/models/successResponseCollectorUpdateModelResponseModel.js.map +1 -0
- package/lib/generated/video-content/models/successResponseCollectorUpdateModelResponseModelErrors.d.ts +7 -0
- package/lib/generated/video-content/models/successResponseCollectorUpdateModelResponseModelErrors.js +7 -0
- package/lib/generated/video-content/models/successResponseCollectorUpdateModelResponseModelErrors.js.map +1 -0
- package/lib/generated/video-content/models/successResponseCollectorUpdateModelResponseModelSEO.d.ts +7 -0
- package/lib/generated/video-content/models/successResponseCollectorUpdateModelResponseModelSEO.js +7 -0
- package/lib/generated/video-content/models/successResponseCollectorUpdateModelResponseModelSEO.js.map +1 -0
- package/lib/generated/video-content/models/successResponseContentCheckListDetailResponsemodel.d.ts +7 -7
- package/lib/generated/video-content/models/successResponseContentCheckListDetailResponsemodel.js +1 -1
- package/lib/generated/video-content/models/successResponseContentCheckListDetailResponsemodel.js.map +1 -1
- package/lib/generated/video-content/models/successResponseContentCheckListDetailResponsemodelErrors.d.ts +1 -1
- package/lib/generated/video-content/models/successResponseContentCheckListDetailResponsemodelErrors.js +1 -1
- package/lib/generated/video-content/models/successResponseContentCheckListDetailResponsemodelErrors.js.map +1 -1
- package/lib/generated/video-content/models/successResponseContentCheckListDetailResponsemodelSEO.d.ts +1 -1
- package/lib/generated/video-content/models/successResponseContentCheckListDetailResponsemodelSEO.js +1 -1
- package/lib/generated/video-content/models/successResponseContentCheckListDetailResponsemodelSEO.js.map +1 -1
- package/lib/generated/video-content/models/successResponseContentStatisticsResponseModel.d.ts +18 -0
- package/lib/generated/video-content/models/successResponseContentStatisticsResponseModel.js +3 -0
- package/lib/generated/video-content/models/successResponseContentStatisticsResponseModel.js.map +1 -0
- package/lib/generated/video-content/models/successResponseContentStatisticsResponseModelErrors.d.ts +7 -0
- package/lib/generated/video-content/models/successResponseContentStatisticsResponseModelErrors.js +7 -0
- package/lib/generated/video-content/models/successResponseContentStatisticsResponseModelErrors.js.map +1 -0
- package/lib/generated/video-content/models/successResponseContentStatisticsResponseModelSEO.d.ts +7 -0
- package/lib/generated/video-content/models/successResponseContentStatisticsResponseModelSEO.js +7 -0
- package/lib/generated/video-content/models/successResponseContentStatisticsResponseModelSEO.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentCheckListDetailResponseModel.d.ts +18 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentCheckListDetailResponseModel.js +3 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentCheckListDetailResponseModel.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentCheckListDetailResponseModelErrors.d.ts +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentCheckListDetailResponseModelErrors.js +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentCheckListDetailResponseModelErrors.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentCheckListDetailResponseModelSEO.d.ts +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentCheckListDetailResponseModelSEO.js +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentCheckListDetailResponseModelSEO.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentDetailLogResponseModel.d.ts +18 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentDetailLogResponseModel.js +3 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentDetailLogResponseModel.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentDetailLogResponseModelErrors.d.ts +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentDetailLogResponseModelErrors.js +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentDetailLogResponseModelErrors.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentDetailLogResponseModelSEO.d.ts +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentDetailLogResponseModelSEO.js +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentDetailLogResponseModelSEO.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentWithQuoteResponseModel.d.ts +18 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentWithQuoteResponseModel.js +3 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentWithQuoteResponseModel.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentWithQuoteResponseModelErrors.d.ts +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentWithQuoteResponseModelErrors.js +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentWithQuoteResponseModelErrors.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentWithQuoteResponseModelSEO.d.ts +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentWithQuoteResponseModelSEO.js +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseContentWithQuoteResponseModelSEO.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseTranslationContentDetailLog.d.ts +18 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseTranslationContentDetailLog.js +3 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseTranslationContentDetailLog.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseTranslationContentDetailLogErrors.d.ts +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseTranslationContentDetailLogErrors.js +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseTranslationContentDetailLogErrors.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseTranslationContentDetailLogSEO.d.ts +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseTranslationContentDetailLogSEO.js +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedItemsResponseTranslationContentDetailLogSEO.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedResponseCollectorDetail.d.ts +18 -0
- package/lib/generated/video-content/models/successResponsePaginatedResponseCollectorDetail.js +3 -0
- package/lib/generated/video-content/models/successResponsePaginatedResponseCollectorDetail.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedResponseCollectorDetailErrors.d.ts +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedResponseCollectorDetailErrors.js +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedResponseCollectorDetailErrors.js.map +1 -0
- package/lib/generated/video-content/models/successResponsePaginatedResponseCollectorDetailSEO.d.ts +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedResponseCollectorDetailSEO.js +7 -0
- package/lib/generated/video-content/models/successResponsePaginatedResponseCollectorDetailSEO.js.map +1 -0
- package/lib/generated/video-content/models/successResponseQuoteList.d.ts +18 -0
- package/lib/generated/video-content/models/successResponseQuoteList.js +3 -0
- package/lib/generated/video-content/models/successResponseQuoteList.js.map +1 -0
- package/lib/generated/video-content/models/successResponseQuoteListErrors.d.ts +7 -0
- package/lib/generated/video-content/models/successResponseQuoteListErrors.js +7 -0
- package/lib/generated/video-content/models/successResponseQuoteListErrors.js.map +1 -0
- package/lib/generated/video-content/models/successResponseQuoteListSEO.d.ts +7 -0
- package/lib/generated/video-content/models/successResponseQuoteListSEO.js +7 -0
- package/lib/generated/video-content/models/successResponseQuoteListSEO.js.map +1 -0
- package/lib/generated/video-content/models/successResponseVideoContentQuote.d.ts +18 -0
- package/lib/generated/video-content/models/successResponseVideoContentQuote.js +3 -0
- package/lib/generated/video-content/models/successResponseVideoContentQuote.js.map +1 -0
- package/lib/generated/video-content/models/successResponseVideoContentQuoteErrors.d.ts +7 -0
- package/lib/generated/video-content/models/successResponseVideoContentQuoteErrors.js +7 -0
- package/lib/generated/video-content/models/successResponseVideoContentQuoteErrors.js.map +1 -0
- package/lib/generated/video-content/models/successResponseVideoContentQuoteSEO.d.ts +7 -0
- package/lib/generated/video-content/models/successResponseVideoContentQuoteSEO.js +7 -0
- package/lib/generated/video-content/models/successResponseVideoContentQuoteSEO.js.map +1 -0
- package/lib/generated/video-content/models/userContentsListUserVideoContentGetParams.d.ts +5 -4
- package/lib/generated/video-content/models/videoContentMSControllersModelsSupporterSupporterCollectionModelsCollectionResponseModel.d.ts +2 -3
- package/lib/generated/video-content/models/videoContentMSControllersModelsSupporterSupporterOutcomeModelsMovieInfos.d.ts +5 -2
- package/lib/generated/video-content/models/videoContentQuote.d.ts +3 -2
- package/lib/generated/video-content/models/videoContentQuoteQuotes.d.ts +8 -0
- package/lib/generated/video-content/models/videoContentQuoteQuotes.js +3 -0
- package/lib/generated/video-content/models/videoContentQuoteQuotes.js.map +1 -0
- package/lib/generated/video-data/api.d.ts +44 -40
- package/lib/generated/video-data/api.js +197 -190
- package/lib/generated/video-data/api.js.map +1 -1
- package/lib/generated/video-data/models/createSeasonRequest.d.ts +10 -0
- package/lib/generated/video-data/models/createSeasonRequest.js +3 -0
- package/lib/generated/video-data/models/createSeasonRequest.js.map +1 -0
- package/lib/generated/video-data/models/createSubSeasonRequest.d.ts +13 -0
- package/lib/generated/video-data/models/createSubSeasonRequest.js +7 -0
- package/lib/generated/video-data/models/createSubSeasonRequest.js.map +1 -0
- package/lib/generated/video-data/models/createSubseasonNotRequest.d.ts +9 -0
- package/lib/generated/video-data/models/createSubseasonNotRequest.js +3 -0
- package/lib/generated/video-data/models/createSubseasonNotRequest.js.map +1 -0
- package/lib/generated/video-data/models/deleteSeasonNameDestroyParams.d.ts +1 -7
- package/lib/generated/video-data/models/deleteSeasonNameDestroyParams.js +4 -0
- package/lib/generated/video-data/models/deleteSeasonNameDestroyParams.js.map +1 -1
- package/lib/generated/video-data/models/editEncoderMoviesubsetUpdateParams.d.ts +1 -19
- package/lib/generated/video-data/models/editEncoderMoviesubsetUpdateParams.js +4 -0
- package/lib/generated/video-data/models/editEncoderMoviesubsetUpdateParams.js.map +1 -1
- package/lib/generated/video-data/models/editEpisodeRequest.d.ts +15 -0
- package/lib/generated/video-data/models/editEpisodeRequest.js +3 -0
- package/lib/generated/video-data/models/editEpisodeRequest.js.map +1 -0
- package/lib/generated/video-data/models/editMovieSubsetserializerRequest.d.ts +13 -0
- package/lib/generated/video-data/models/editMovieSubsetserializerRequest.js +3 -0
- package/lib/generated/video-data/models/editMovieSubsetserializerRequest.js.map +1 -0
- package/lib/generated/video-data/models/editNameSeasonRequest.d.ts +10 -0
- package/lib/generated/video-data/models/editNameSeasonRequest.js +3 -0
- package/lib/generated/video-data/models/editNameSeasonRequest.js.map +1 -0
- package/lib/generated/video-data/models/editSubseasonRequest.d.ts +8 -0
- package/lib/generated/video-data/models/editSubseasonRequest.js +7 -0
- package/lib/generated/video-data/models/editSubseasonRequest.js.map +1 -0
- package/lib/generated/video-data/models/index.d.ts +15 -60
- package/lib/generated/video-data/models/index.js +15 -60
- package/lib/generated/video-data/models/index.js.map +1 -1
- package/lib/generated/video-data/models/nameRequest.d.ts +13 -0
- package/lib/generated/video-data/models/nameRequest.js +7 -0
- package/lib/generated/video-data/models/nameRequest.js.map +1 -0
- package/lib/generated/video-data/models/noteRequest.d.ts +13 -0
- package/lib/generated/video-data/models/noteRequest.js +7 -0
- package/lib/generated/video-data/models/noteRequest.js.map +1 -0
- package/lib/generated/video-data/models/serverIDUpdateRequest.d.ts +13 -0
- package/lib/generated/video-data/models/serverIDUpdateRequest.js +3 -0
- package/lib/generated/video-data/models/serverIDUpdateRequest.js.map +1 -0
- package/lib/generated/video-data/models/serverIDUpdateRequestContentType.d.ts +13 -0
- package/lib/generated/video-data/models/serverIDUpdateRequestContentType.js +13 -0
- package/lib/generated/video-data/models/serverIDUpdateRequestContentType.js.map +1 -0
- package/lib/generated/video-data/models/serverIDUpdateRequestServerIds.d.ts +10 -0
- package/lib/generated/video-data/models/serverIDUpdateRequestServerIds.js +7 -0
- package/lib/generated/video-data/models/serverIDUpdateRequestServerIds.js.map +1 -0
- package/lib/generated/video-data/models/showDeletedMoviesubsetRetrieveParams.d.ts +1 -0
- package/lib/generated/video-data/models/showDeletedSeasonRetrieveParams.d.ts +1 -0
- package/lib/generated/video-data/models/showEditEpisodeRetrieveParams.d.ts +0 -10
- package/lib/generated/video-data/models/showEditEpisodeRetrieveParams.js +4 -0
- package/lib/generated/video-data/models/showEditEpisodeRetrieveParams.js.map +1 -1
- package/lib/generated/video-data/models/showEpisodeRetrieveParams.d.ts +4 -0
- package/lib/generated/video-data/models/showMovieSubsetRetrieveParams.d.ts +0 -10
- package/lib/generated/video-data/models/showMovieSubsetRetrieveParams.js +4 -0
- package/lib/generated/video-data/models/showMovieSubsetRetrieveParams.js.map +1 -1
- package/lib/generated/video-data/models/singleUploadeMovieRequest.d.ts +4 -6
- package/lib/generated/video-data/models/singleUploadeMovieRequest.js +0 -4
- package/lib/generated/video-data/models/singleUploadeMovieRequest.js.map +1 -1
- package/lib/generated/video-data/models/uploadEpisodeRequest.d.ts +23 -0
- package/lib/generated/video-data/models/uploadEpisodeRequest.js +3 -0
- package/lib/generated/video-data/models/uploadEpisodeRequest.js.map +1 -0
- package/lib/generated/video-data/models/uploadMultiEpisodeRequest.d.ts +15 -0
- package/lib/generated/video-data/models/uploadMultiEpisodeRequest.js +3 -0
- package/lib/generated/video-data/models/uploadMultiEpisodeRequest.js.map +1 -0
- package/lib/generated/video-data/models/urlInfosSeriaizerRequest.d.ts +11 -0
- package/lib/generated/video-data/models/urlInfosSeriaizerRequest.js +7 -0
- package/lib/generated/video-data/models/urlInfosSeriaizerRequest.js.map +1 -0
- package/lib/services/biography/index.d.ts +6 -1
- package/lib/services/biography/index.js +7 -0
- package/lib/services/biography/index.js.map +1 -1
- package/lib/services/comment/index.d.ts +16 -1
- package/lib/services/comment/index.js +21 -0
- package/lib/services/comment/index.js.map +1 -1
- package/lib/services/operator/index.d.ts +127 -60
- package/lib/services/operator/index.js +186 -50
- package/lib/services/operator/index.js.map +1 -1
- package/lib/services/soundTracks/index.js +1 -1
- package/lib/services/supporter/index.d.ts +7 -10
- package/lib/services/supporter/index.js +6 -15
- package/lib/services/supporter/index.js.map +1 -1
- package/lib/services/video-content/index.d.ts +13 -7
- package/lib/services/video-content/index.js +19 -8
- package/lib/services/video-content/index.js.map +1 -1
- package/lib/services/video-data/index.d.ts +41 -1
- package/lib/services/video-data/index.js +58 -0
- package/lib/services/video-data/index.js.map +1 -1
- package/lib/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +53 -52
|
@@ -11,314 +11,467 @@ exports.getVideoContentMicroserviceAPI = void 0;
|
|
|
11
11
|
const axios_1 = __importDefault(require("axios"));
|
|
12
12
|
const getVideoContentMicroserviceAPI = () => {
|
|
13
13
|
/**
|
|
14
|
-
* - **Last Version Update**: 1.
|
|
14
|
+
* - **Last Version Update**: 1.2.3
|
|
15
15
|
|
|
16
|
-
- **Codes**: [A2.
|
|
16
|
+
- **Codes**: [A2.12N2]
|
|
17
17
|
|
|
18
18
|
- **Change Log**: []
|
|
19
19
|
|
|
20
|
-
- **Description**:
|
|
21
|
-
|
|
22
|
-
- **Path Parameters**:
|
|
23
|
-
- search : search in list of contents
|
|
24
|
-
- type:
|
|
25
|
-
- stream : Get a list of content with the ability to stream for free
|
|
26
|
-
- download : Get a list of content with the ability to download for free
|
|
27
|
-
-search : search in list of contents
|
|
20
|
+
- **Description**: return staff system settings
|
|
28
21
|
|
|
29
22
|
- **Response**:
|
|
30
|
-
- **200**:
|
|
31
|
-
* @summary Get
|
|
23
|
+
- **200**: return system settings
|
|
24
|
+
* @summary Get Cache Settings
|
|
32
25
|
*/
|
|
33
|
-
const
|
|
34
|
-
return axios_1.default.get(`/supporter-video-content/
|
|
26
|
+
const getCacheSettingsSupporterVideoContentCachSettingsGet = (options) => {
|
|
27
|
+
return axios_1.default.get(`/supporter-video-content/cach-settings`, options);
|
|
35
28
|
};
|
|
36
29
|
/**
|
|
37
|
-
* - **Last Version Update**: 1.
|
|
30
|
+
* - **Last Version Update**: 1.2.3
|
|
38
31
|
|
|
39
|
-
- **Codes**: [A2.
|
|
32
|
+
- **Codes**: [A2.12N2]
|
|
40
33
|
|
|
41
|
-
- **
|
|
42
|
-
- changes : return status 402 if content has alredy this feature
|
|
34
|
+
- **Change Log**: []
|
|
43
35
|
|
|
44
|
-
- **
|
|
45
|
-
- content_id: id of content to set as download free and stream free
|
|
46
|
-
- type:
|
|
47
|
-
- stream : set content as stream free
|
|
48
|
-
- download : set content as download free
|
|
36
|
+
- **Description**: create and return staff system settings
|
|
49
37
|
|
|
50
38
|
- **Response**:
|
|
51
|
-
- **200**:
|
|
52
|
-
|
|
53
|
-
- **402**: This content already has this feature
|
|
54
|
-
* @summary Set Content Free
|
|
39
|
+
- **200**: created or updated system settings
|
|
40
|
+
* @summary Create Or Update Cache Settings
|
|
55
41
|
*/
|
|
56
|
-
const
|
|
57
|
-
return axios_1.default.
|
|
42
|
+
const createOrUpdateCacheSettingsSupporterVideoContentCachSettingsPost = (cachSettingsRequestModel, options) => {
|
|
43
|
+
return axios_1.default.post(`/supporter-video-content/cach-settings`, cachSettingsRequestModel, options);
|
|
58
44
|
};
|
|
59
45
|
/**
|
|
60
|
-
* - **Last Version Update**: 1.
|
|
46
|
+
* - **Last Version Update**: 1.3.9
|
|
61
47
|
|
|
62
|
-
- **Codes**: [A2.
|
|
48
|
+
- **Codes**: [A2.12.1N2,A2.12.1N3,A2.12.1N4]
|
|
63
49
|
|
|
64
|
-
- **Change Log**: [
|
|
50
|
+
- **Change Log**: [
|
|
51
|
+
- Version of Changes : 1.3.9
|
|
52
|
+
- Changes : complete all logs
|
|
53
|
+
]
|
|
65
54
|
|
|
66
|
-
- **Description**:
|
|
67
|
-
- changes : return 402 if dosnot exists content with this option
|
|
55
|
+
- **Description**: create and return staff system settings
|
|
68
56
|
|
|
69
|
-
- **
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
|
|
57
|
+
- **Request Body**:
|
|
58
|
+
- settings : list of settings
|
|
59
|
+
- id : id of setting
|
|
60
|
+
- setting_name : name of setting :
|
|
61
|
+
- content_restore_duration_from_checklist تعیین مدت زمان بازگردانی محتوا از چک لیست راهبر به چک لیست اصلی : A2.12.1N2
|
|
62
|
+
- content_restore_duration_from_summary_list تعیین مدت زمان بازگردانی محتوا از لیست خلاصه داستان راهبر به لیست خلاصه داستان اصلی : A2.12.1N3
|
|
63
|
+
- hero_section_display_duration تعیین مدت زمان برای نمایش هیروسکشن : A2.12.1N4
|
|
64
|
+
- video_update_interval: تعیین زمان به روزآوری وضعیت و اطلاعات ویدیوها : A2.12.1N1
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
- setting_value : value of setting
|
|
74
68
|
|
|
75
69
|
- **Response**:
|
|
76
|
-
- **200**:
|
|
77
|
-
|
|
78
|
-
* @summary Unset Content Free
|
|
70
|
+
- **200**: created or updated system settings
|
|
71
|
+
* @summary Create Or Update System Settings
|
|
79
72
|
*/
|
|
80
|
-
const
|
|
81
|
-
return axios_1.default.
|
|
73
|
+
const createOrUpdateSystemSettingsSupporterVideoContentSystemSettingsPost = (systemSettingsRequestModel, options) => {
|
|
74
|
+
return axios_1.default.post(`/supporter-video-content/system-settings`, systemSettingsRequestModel, options);
|
|
82
75
|
};
|
|
83
76
|
/**
|
|
84
|
-
* - **Last Version Update**: 1.
|
|
77
|
+
* - **Last Version Update**: 1.4.0
|
|
85
78
|
|
|
86
|
-
- **Codes**: []
|
|
79
|
+
- **Codes**: [A2.12N2]
|
|
87
80
|
|
|
88
81
|
- **Change Log**: [
|
|
89
|
-
- Version: 1.
|
|
90
|
-
|
|
91
|
-
- 030820: add genre filter
|
|
82
|
+
- Version of Changes : 1.4.0
|
|
83
|
+
- Changes : convert setting_name to list of setting_name in /supporter-video-content/system-settings
|
|
92
84
|
]
|
|
93
85
|
|
|
94
|
-
- **Description**:
|
|
86
|
+
- **Description**: return staff system settings
|
|
87
|
+
|
|
88
|
+
- **Parameters**:
|
|
89
|
+
- setting_name : comma-separated list of setting names (optional) :
|
|
90
|
+
- content_restore_duration_from_checklist تعیین مدت زمان بازگردانی محتوا از چک لیست راهبر به چک لیست اصلی
|
|
91
|
+
- content_restore_duration_from_summary_list تعیین مدت زمان بازگردانی محتوا از لیست خلاصه داستان راهبر به لیست خلاصه داستان اصلی
|
|
92
|
+
- hero_section_display_duration تعیین مدت زمان برای نمایش هیروسکشن
|
|
93
|
+
- video_update_interval: تعیین زمان به روزآوری وضعیت و اطلاعات ویدیوها : A2.12.1N1
|
|
95
94
|
|
|
96
|
-
- **Path Parameters**:
|
|
97
|
-
- ids: string- List of IDs to process
|
|
98
|
-
- search : string
|
|
99
|
-
- genre: string - filter by genre slug
|
|
100
|
-
- content_type: string - filter by content type ("movie" or "series")
|
|
101
95
|
- **Response**:
|
|
102
|
-
- **200**:
|
|
103
|
-
* @summary Get
|
|
96
|
+
- **200**: return system settings
|
|
97
|
+
* @summary Get System Settings
|
|
104
98
|
*/
|
|
105
|
-
const
|
|
106
|
-
return axios_1.default.get(`/supporter-video-content/
|
|
99
|
+
const getSystemSettingsSupporterVideoContentSystemSettingsGet = (params, options) => {
|
|
100
|
+
return axios_1.default.get(`/supporter-video-content/system-settings`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
107
101
|
};
|
|
108
102
|
/**
|
|
109
|
-
* - **Last Version Update**: 1.3.
|
|
103
|
+
* - **Last Version Update**: 1.3.13
|
|
110
104
|
|
|
111
|
-
- **Codes**: []
|
|
105
|
+
- **Codes**: [A2.12.1N5]
|
|
112
106
|
|
|
113
107
|
- **Change Log**: []
|
|
114
108
|
|
|
115
|
-
- **
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
-
|
|
119
|
-
-
|
|
120
|
-
- genre: string
|
|
121
|
-
- content_type: string - filter by content type ("movie" or "series")
|
|
109
|
+
- **Parameters**:
|
|
110
|
+
- update_anime_movie_contents:اپدیت فیلم/انیمه همان سال
|
|
111
|
+
- update_anime_series_contents: اپدیت سریال/انیمه همان سال یا سریال های در حال پخش
|
|
112
|
+
- update_last_year_contents: اپدیت عناوینی سال های قبل
|
|
113
|
+
- update_finished_contents: اپدیت سریال/انیمه های سال که پخش آن ها تمام شده
|
|
122
114
|
|
|
123
|
-
- **
|
|
124
|
-
|
|
125
|
-
* @summary Get Simple Contents List All
|
|
115
|
+
- **Description**: update contents
|
|
116
|
+
* @summary Update Contents
|
|
126
117
|
*/
|
|
127
|
-
const
|
|
128
|
-
return axios_1.default.
|
|
118
|
+
const updateContentsSupporterVideoContentsystemSettingsUpdateContentsPut = (forceUpdateContentsEnum, options) => {
|
|
119
|
+
return axios_1.default.put(`/supporter-video-contentsystem-settings/update-contents`, forceUpdateContentsEnum, options);
|
|
129
120
|
};
|
|
130
121
|
/**
|
|
131
|
-
|
|
122
|
+
* @summary New Channel
|
|
123
|
+
*/
|
|
124
|
+
const newChannelSupporterVideoContentChannelNewPost = (channelIncomeModel, options) => {
|
|
125
|
+
return axios_1.default.post(`/supporter-video-content/channel/new`, channelIncomeModel, options);
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
* @summary Edit Channel
|
|
129
|
+
*/
|
|
130
|
+
const editChannelSupporterVideoContentChannelEditChannelIdPut = (channelId, channelIncomeModel, options) => {
|
|
131
|
+
return axios_1.default.put(`/supporter-video-content/channel/edit/${channelId}`, channelIncomeModel, options);
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* @summary Delete Channel
|
|
135
|
+
*/
|
|
136
|
+
const deleteChannelSupporterVideoContentChannelDeleteChannelIdDelete = (channelId, options) => {
|
|
137
|
+
return axios_1.default.delete(`/supporter-video-content/channel/delete/${channelId}`, options);
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* @summary Get Time Edition List
|
|
141
|
+
*/
|
|
142
|
+
const getTimeEditionListSupporterVideoContentTimeEditionListGet = (params, options) => {
|
|
143
|
+
return axios_1.default.get(`/supporter-video-content/time-edition/list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* @summary New Time Edition
|
|
147
|
+
*/
|
|
148
|
+
const newTimeEditionSupporterVideoContentTimeEditionNewPost = (timeEditionIncomeModel, options) => {
|
|
149
|
+
return axios_1.default.post(`/supporter-video-content/time-edition/new`, timeEditionIncomeModel, options);
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* @summary Edit Time Edition
|
|
153
|
+
*/
|
|
154
|
+
const editTimeEditionSupporterVideoContentTimeEditionEditTimeIdPut = (timeId, timeEditionIncomeModel, options) => {
|
|
155
|
+
return axios_1.default.put(`/supporter-video-content/time-edition/edit/${timeId}`, timeEditionIncomeModel, options);
|
|
156
|
+
};
|
|
157
|
+
/**
|
|
158
|
+
* @summary Delete Time Edition
|
|
159
|
+
*/
|
|
160
|
+
const deleteTimeEditionSupporterVideoContentTimeEditionDeleteTimeEditionIdDelete = (timeEditionId, options) => {
|
|
161
|
+
return axios_1.default.delete(`/supporter-video-content/time-edition/delete/${timeEditionId}`, options);
|
|
162
|
+
};
|
|
163
|
+
/**
|
|
164
|
+
* - **Last Version Update**: 1.4.11
|
|
132
165
|
|
|
133
|
-
- **Codes**: [A2.5.
|
|
166
|
+
- **Codes**: [A2.5.16N1, A2.5.16N6,2-5-22N1]
|
|
134
167
|
|
|
135
|
-
- **Change Log**: [
|
|
168
|
+
- **Change Log**: [
|
|
169
|
+
- Version 1.4.11: documentation sync with API 1.4.11 — request/response contract unchanged (see global OpenAPI changelog).
|
|
170
|
+
]
|
|
171
|
+
- **Description**:
|
|
172
|
+
Get paginated list of collectors (genres, categories, or options).
|
|
136
173
|
|
|
137
|
-
|
|
174
|
+
- **collector_type**: one of `genres`, `categories`, `options`
|
|
175
|
+
- **search**: optional search on slug/name
|
|
176
|
+
- **Response**: paginated list with count
|
|
138
177
|
|
|
139
178
|
- **Path Parameters**:
|
|
140
|
-
- search : search
|
|
179
|
+
- search : search on list of collectors
|
|
141
180
|
|
|
142
181
|
- **Response**:
|
|
143
|
-
- **200**: list of
|
|
144
|
-
* @summary
|
|
182
|
+
- **200**: paginated list of collectors
|
|
183
|
+
* @summary Collectors List
|
|
145
184
|
*/
|
|
146
|
-
const
|
|
147
|
-
return axios_1.default.get(`/supporter-video-content/
|
|
185
|
+
const collectorsListSupporterVideoContentCollectorsCollectorTypeGet = (collectorType, params, options) => {
|
|
186
|
+
return axios_1.default.get(`/supporter-video-content/collectors/${collectorType}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
148
187
|
};
|
|
149
188
|
/**
|
|
150
|
-
* - **Last Version Update**: 1.
|
|
189
|
+
* - **Last Version Update**: 1.4.11
|
|
151
190
|
|
|
152
|
-
- **Codes**: [A2.5.
|
|
191
|
+
- **Codes**: [A2.5.16N2]
|
|
153
192
|
|
|
154
|
-
- **Change Log**: [
|
|
193
|
+
- **Change Log**: [
|
|
194
|
+
- Version 1.4.11: documentation sync with API 1.4.11 — request/response contract unchanged (see global OpenAPI changelog).
|
|
195
|
+
]
|
|
196
|
+
- **Description**:
|
|
197
|
+
Create a collector (genre, category, or option).
|
|
155
198
|
|
|
156
|
-
|
|
199
|
+
- **collector_type**: one of `genres`, `categories`, `options` . but 'categories' and 'options' are not allowed at this time.
|
|
200
|
+
- **Request Body**: translations (language_code, name), poster (file)
|
|
201
|
+
- **Response**: created collector
|
|
157
202
|
|
|
158
203
|
- **Request Body**:
|
|
159
|
-
-
|
|
204
|
+
- translations: list of these elments
|
|
205
|
+
- language_code : language code that we want to set name to genre in thi code
|
|
206
|
+
- name : name of genre
|
|
160
207
|
|
|
161
208
|
- **Response**:
|
|
162
|
-
- **200**:
|
|
163
|
-
- **
|
|
164
|
-
* @summary
|
|
209
|
+
- **200**: return created collector
|
|
210
|
+
- **402**: another collector already exists with same name
|
|
211
|
+
* @summary Create Collector
|
|
165
212
|
*/
|
|
166
|
-
const
|
|
167
|
-
return axios_1.default.post(`/supporter-video-content/
|
|
213
|
+
const createCollectorSupporterVideoContentCollectorsCollectorTypeNewPost = (collectorType, collectorIncomeModel, options) => {
|
|
214
|
+
return axios_1.default.post(`/supporter-video-content/collectors/${collectorType}/new`, collectorIncomeModel, options);
|
|
168
215
|
};
|
|
169
216
|
/**
|
|
170
|
-
* - **Last Version Update**: 1.
|
|
217
|
+
* - **Last Version Update**: 1.4.11
|
|
171
218
|
|
|
172
|
-
- **Codes**: [A2.5.
|
|
219
|
+
- **Codes**: [A2.5.16N3]
|
|
173
220
|
|
|
174
|
-
- **Change Log**: [
|
|
221
|
+
- **Change Log**: [
|
|
222
|
+
- Version 1.4.11: documentation sync with API 1.4.11 — request/response contract unchanged (see global OpenAPI changelog).
|
|
223
|
+
]
|
|
224
|
+
- **Description**:
|
|
225
|
+
Edit a collector (genre, category, or option).
|
|
175
226
|
|
|
176
|
-
|
|
227
|
+
- **collector_type**: one of `genres`, `categories`, `options`
|
|
228
|
+
- **collector_id**: id of the collector to edit
|
|
229
|
+
- **Request Body**: translations (language_code, name); poster optional
|
|
230
|
+
- **Response**: updated collector
|
|
177
231
|
|
|
178
232
|
- **Path Parameters**:
|
|
179
|
-
-
|
|
233
|
+
- collector_id : id of collector to edit
|
|
234
|
+
|
|
235
|
+
- **Request Body**:
|
|
236
|
+
- translations: list of these elments
|
|
237
|
+
- language_code : language code that we want to set name to collector in thi code
|
|
238
|
+
- name : name of collector
|
|
180
239
|
|
|
181
240
|
- **Response**:
|
|
182
|
-
- **200**:
|
|
183
|
-
- **404**:
|
|
184
|
-
|
|
241
|
+
- **200**: return edited collector
|
|
242
|
+
- **404**: collector not found
|
|
243
|
+
- **402**: another collector already exists with same name
|
|
244
|
+
* @summary Edit Collector
|
|
185
245
|
*/
|
|
186
|
-
const
|
|
187
|
-
return axios_1.default.
|
|
246
|
+
const editCollectorSupporterVideoContentCollectorsCollectorTypeEditCollectorIdPut = (collectorType, collectorId, collectorIncomeModel, options) => {
|
|
247
|
+
return axios_1.default.put(`/supporter-video-content/collectors/${collectorType}/edit/${collectorId}`, collectorIncomeModel, options);
|
|
188
248
|
};
|
|
189
249
|
/**
|
|
190
|
-
* - **Last Version Update**: 1.
|
|
250
|
+
* - **Last Version Update**: 1.4.11
|
|
191
251
|
|
|
192
|
-
- **Codes**:
|
|
193
|
-
- vip-member-only : codes: A2.5.9N1, A2.5.9N4.
|
|
194
|
-
- featured : codes: A2.5.5N1, A2.5.5N4.
|
|
195
|
-
- streams :codes: A2.5.6N1, A2.5.6N4.
|
|
196
|
-
- dmca: codes: A2.5.23N1, A2.5.23N4.
|
|
252
|
+
- **Codes**: [A2.5.16N3]
|
|
197
253
|
|
|
198
|
-
- **Change Log**: [
|
|
254
|
+
- **Change Log**: [
|
|
255
|
+
- Version 1.4.11: documentation sync with API 1.4.11 — request/response contract unchanged (see global OpenAPI changelog).
|
|
256
|
+
]
|
|
257
|
+
- **Description**:
|
|
258
|
+
Upload or replace poster image for a collector (genre, category, or option).
|
|
199
259
|
|
|
200
|
-
|
|
260
|
+
- **collector_type**: one of `genres`, `categories`, `options`
|
|
261
|
+
- **collector_id**: id of the collector
|
|
262
|
+
- **poster**: image file (jpg, jpeg, webp, png; max 16MB; output size 320x160)
|
|
263
|
+
- **Response**: updated collector with new poster paths
|
|
201
264
|
|
|
202
265
|
- **Path Parameters**:
|
|
203
|
-
-
|
|
204
|
-
- type :
|
|
205
|
-
- vip-member-only: لیست محتوا مخصوص اعضا پولی
|
|
206
|
-
- dmac: لیست محتوا مخصوص کاربران ثبت نام شده.
|
|
207
|
-
- featured: لیست محتوا پیشنهادی
|
|
208
|
-
- streams: لیست محتوا های دارای تماشای آنلاین
|
|
266
|
+
- collector_id : id of collector to edit
|
|
209
267
|
|
|
210
|
-
- **
|
|
211
|
-
- **
|
|
212
|
-
|
|
268
|
+
- **Request Body**:
|
|
269
|
+
- **poster**: image file (required)
|
|
270
|
+
- Allowed formats: `jpg`, `jpeg`, `png`, `webp`
|
|
271
|
+
- Maximum size: `16MB`
|
|
272
|
+
- Output dimensions: `320x160` (2:1, cover-crop)
|
|
273
|
+
|
|
274
|
+
- **Response**:
|
|
275
|
+
- **200**: return edited collector
|
|
276
|
+
- **404**: collector not found
|
|
277
|
+
- **402**: another collector already exists with same name
|
|
278
|
+
* @summary Upload Collector Poster
|
|
213
279
|
*/
|
|
214
|
-
const
|
|
215
|
-
|
|
280
|
+
const uploadCollectorPosterSupporterVideoContentCollectorsCollectorTypeEditCollectorIdPosterPut = (collectorType, collectorId, bodyUploadCollectorPosterSupporterVideoContentCollectorsCollectorTypeEditCollectorIdPosterPut, options) => {
|
|
281
|
+
const formData = new FormData();
|
|
282
|
+
formData.append(`poster`, bodyUploadCollectorPosterSupporterVideoContentCollectorsCollectorTypeEditCollectorIdPosterPut.poster);
|
|
283
|
+
return axios_1.default.put(`/supporter-video-content/collectors/${collectorType}/edit/${collectorId}/poster`, formData, options);
|
|
216
284
|
};
|
|
217
285
|
/**
|
|
218
|
-
* - **Last Version Update**: 1.
|
|
286
|
+
* - **Last Version Update**: 1.4.11
|
|
219
287
|
|
|
220
|
-
- **Codes**:
|
|
221
|
-
- vip-member-only: A2.5.9N2.
|
|
222
|
-
- featured: A2.5.5N2.
|
|
223
|
-
- streams: A2.5.6N2.
|
|
224
|
-
- dmca: A2.5.23N2.
|
|
288
|
+
- **Codes**: [A2.5.16N4]
|
|
225
289
|
|
|
226
|
-
- **Change Log**: [
|
|
290
|
+
- **Change Log**: [
|
|
291
|
+
- Version 1.4.11: documentation sync with API 1.4.11 — request/response contract unchanged (see global OpenAPI changelog).
|
|
292
|
+
]
|
|
293
|
+
- **Description**: delete genre
|
|
227
294
|
|
|
228
|
-
- **
|
|
295
|
+
- **Path Parameters**:
|
|
296
|
+
- genre_id: id of the genre to delete
|
|
229
297
|
|
|
230
|
-
- **
|
|
231
|
-
-
|
|
232
|
-
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
298
|
+
- **Response**:
|
|
299
|
+
- **200**: genre deleted
|
|
300
|
+
- **404**: genre not found
|
|
301
|
+
* @summary Delete Genre
|
|
302
|
+
*/
|
|
303
|
+
const deleteGenreSupporterVideoContentCollectorsGenreDeleteCollectorIdDelete = (collectorId, options) => {
|
|
304
|
+
return axios_1.default.delete(`/supporter-video-content/collectors/genre/delete/${collectorId}`, options);
|
|
305
|
+
};
|
|
306
|
+
/**
|
|
307
|
+
* - **Last Version Update**: 1.4.13
|
|
308
|
+
|
|
309
|
+
- **Codes**: [A2.5.14N1,A2.5.14N2,A2.5.14N3,A2.5.14N4,A2.5.14N7,A2.5.14N8,A2.5.14N9,]
|
|
310
|
+
|
|
311
|
+
- **Change Log**: [
|
|
312
|
+
- 050129 : delete persian_description and english_description from the query path and add "description" field to the query path and add language query to the query path.
|
|
313
|
+
if you want to list contents missing a description for one language, use path **incomplete-description** with required query **language** (BCP-style code, e.g. fa, en, ar).
|
|
314
|
+
|
|
315
|
+
- 030820 : add type = series or movie for each content
|
|
316
|
+
]
|
|
317
|
+
|
|
318
|
+
- **Description**: Retrun list of incomplete contents
|
|
319
|
+
|
|
320
|
+
- **Path Parameters**:
|
|
321
|
+
- search
|
|
322
|
+
- incomplete :
|
|
323
|
+
- genre : Display a list of contents that do not have a genre
|
|
324
|
+
- year : Display a list of contents that do not have a year
|
|
325
|
+
- description : Contents missing description for a given language (requires **language** query, e.g. fa, en, ar)
|
|
326
|
+
- anime-animelist : Display a list of anime that do not have animelist data
|
|
327
|
+
- anime-animelist-score : Display a list of anime that do not have animelist score
|
|
328
|
+
|
|
329
|
+
- **language** (query): Required when incomplete is **description**: BCP-style language code (e.g. fa, en).
|
|
237
330
|
|
|
238
331
|
- **Response**:
|
|
239
|
-
- **200**:
|
|
240
|
-
* @summary
|
|
332
|
+
- **200**: list of incomplete contents
|
|
333
|
+
* @summary Get Incomplete Contents
|
|
241
334
|
*/
|
|
242
|
-
const
|
|
243
|
-
return axios_1.default.
|
|
335
|
+
const getIncompleteContentsSupporterVideoContentContentIncompleteIncompleteGet = (incomplete, params, options) => {
|
|
336
|
+
return axios_1.default.get(`/supporter-video-content/content/incomplete-${incomplete}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
337
|
+
};
|
|
338
|
+
/**
|
|
339
|
+
* - **Last Version Update**: 1.4.13
|
|
340
|
+
|
|
341
|
+
- **Codes**: [A2.9.5N1, A2.9.5N2, A2.9.6N1]
|
|
342
|
+
|
|
343
|
+
- **Change Log**: [
|
|
344
|
+
- 050129 : add team_type query to the path to get team members of translation or check team
|
|
345
|
+
]
|
|
346
|
+
|
|
347
|
+
- **Description**: for the translation team, get a list of team members and for the check team, get a list of team members
|
|
348
|
+
|
|
349
|
+
- **Response**:
|
|
350
|
+
- **200**: Team Members
|
|
351
|
+
* @summary Get Team Members
|
|
352
|
+
*/
|
|
353
|
+
const getTeamMembersSupporterVideoContentTeamTeamTypeGet = (teamType, options) => {
|
|
354
|
+
return axios_1.default.get(`/supporter-video-content/team/${teamType}`, options);
|
|
244
355
|
};
|
|
245
356
|
/**
|
|
246
357
|
* - **Last Version Update**: 1.0.0
|
|
247
358
|
|
|
248
|
-
- **Codes**:
|
|
249
|
-
- vip-member-only: A2.5.9N3.
|
|
250
|
-
- featured:A2.5.5N3.
|
|
251
|
-
- streams:A2.5.6N3.
|
|
252
|
-
- dmca:A2.5.23N3.`
|
|
359
|
+
- **Codes**: [A2.9.5N2, A2.9.5N3, A2.9.5N4]
|
|
253
360
|
|
|
254
361
|
- **Change Log**: []
|
|
255
362
|
|
|
256
|
-
- **Description**:
|
|
363
|
+
- **Description**: Get the staff performance in translation team with number of done translations and list of translated video contents
|
|
257
364
|
|
|
258
365
|
- **Path Parameters**:
|
|
259
|
-
-
|
|
260
|
-
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
366
|
+
- searrch : search on translated contents of staff id
|
|
367
|
+
- create_start_date : retrun translated of content by staff that created after create_start_date
|
|
368
|
+
- create_end_date : retrun translated of content by staff that created befor create_end_date
|
|
369
|
+
- update_start_date : retrun translated of content by staff that updated after create_start_date
|
|
370
|
+
- update_end_date : retrun translated of content by staff that updated befor create_end_date
|
|
371
|
+
- status : filter base status of translations
|
|
266
372
|
|
|
267
373
|
- **Response**:
|
|
268
|
-
- **200**:
|
|
269
|
-
|
|
270
|
-
* @summary Unset Option Contents
|
|
374
|
+
- **200**: return count of translated and translations detail
|
|
375
|
+
* @summary Get Performance Of Translation Team
|
|
271
376
|
*/
|
|
272
|
-
const
|
|
273
|
-
return axios_1.default.
|
|
377
|
+
const getPerformanceOfTranslationTeamSupporterVideoContentTeamTranslationPerformanceGet = (params, options) => {
|
|
378
|
+
return axios_1.default.get(`/supporter-video-content/team/translation/performance`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
274
379
|
};
|
|
275
380
|
/**
|
|
276
|
-
* - **Last Version Update**: 1.
|
|
381
|
+
* - **Last Version Update**: 1.3.4
|
|
277
382
|
|
|
278
|
-
- **Codes**: []
|
|
383
|
+
- **Codes**: [A2.9.6N2, A2.9.6N3, A2.9.6N4, A2.9.6N5]
|
|
279
384
|
|
|
280
385
|
- **Change Log**: [
|
|
281
|
-
|
|
386
|
+
- Version: 1.3.4
|
|
387
|
+
- changes: edit poster,screenshot,subtitle,quality
|
|
282
388
|
|
|
283
|
-
|
|
389
|
+
- Changes Date: 030811
|
|
390
|
+
- changes : replace date with create_time
|
|
391
|
+
]
|
|
284
392
|
|
|
285
|
-
|
|
393
|
+
- **Description**: Get the staff performance in check team with number of done checkd and list of checkd video contents
|
|
286
394
|
|
|
287
|
-
|
|
395
|
+
- **Path Parameters**:
|
|
396
|
+
- search : search on translated contents of staff id
|
|
397
|
+
- start_date : filter chekcd of content by staff that created after start_date
|
|
398
|
+
- end_date : filter chekcd of content by staff that created befor end_date
|
|
399
|
+
- status : filter base status of checks
|
|
288
400
|
|
|
289
|
-
- **
|
|
401
|
+
- **Response**:
|
|
402
|
+
- **200**: return count of checkd and detail
|
|
403
|
+
* @summary Get Performance Of Check Team
|
|
404
|
+
*/
|
|
405
|
+
const getPerformanceOfCheckTeamSupporterVideoContentTeamCheckPerformanceGet = (params, options) => {
|
|
406
|
+
return axios_1.default.get(`/supporter-video-content/team/check/performance`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
407
|
+
};
|
|
408
|
+
/**
|
|
409
|
+
* - **Last Version Update**: 1.3.5
|
|
410
|
+
|
|
411
|
+
- **Codes**: [A2.5.12N1, A2.5.12N2, A2.5.12N3, A2.6.15N1]
|
|
412
|
+
|
|
413
|
+
- **Change Log**: []
|
|
414
|
+
|
|
415
|
+
- **Description**: get statistics.for get notification list use should use notification microservice
|
|
290
416
|
|
|
291
417
|
|
|
292
418
|
- **Path Parameters**:
|
|
293
|
-
-
|
|
419
|
+
- video_content_id : id of the video
|
|
294
420
|
|
|
295
421
|
- **Response**:
|
|
296
|
-
- **200**:
|
|
297
|
-
|
|
422
|
+
- **200**: return statistics of specified video
|
|
423
|
+
- total_notification_list
|
|
424
|
+
- total_favorite_list
|
|
425
|
+
- total_download_list
|
|
426
|
+
- total_watch_list
|
|
427
|
+
- comment_count
|
|
428
|
+
- score
|
|
429
|
+
- **404**: video content not found
|
|
430
|
+
* @summary Get Content Statistics
|
|
298
431
|
*/
|
|
299
|
-
const
|
|
300
|
-
return axios_1.default.get(`/supporter-video-content/
|
|
432
|
+
const getContentStatisticsSupporterVideoContentContentStatisticsVideoContentIdGet = (videoContentId, options) => {
|
|
433
|
+
return axios_1.default.get(`/supporter-video-content/content/statistics/${videoContentId}`, options);
|
|
301
434
|
};
|
|
302
435
|
/**
|
|
303
|
-
* - **Last Version Update**: 1.3
|
|
436
|
+
* - **Last Version Update**: 1.4.3
|
|
304
437
|
|
|
305
|
-
- **
|
|
306
|
-
|
|
307
|
-
|
|
438
|
+
- **Codes**: [
|
|
439
|
+
A2.6.15N1, A2.6.15N2, A2.6.15N3,
|
|
440
|
+
A2.6.16N1, A2.6.16N2, A2.6.16N3
|
|
441
|
+
]
|
|
442
|
+
|
|
443
|
+
- **Change Log**: [
|
|
444
|
+
- Version: 1.4.3
|
|
445
|
+
- Changes Date: 040806
|
|
446
|
+
- changes: change api from /supporter-video-contentcontent/statistics/published-and-unpublished to /supporter-video-content/content/statistics/list/{request_type}
|
|
447
|
+
- add request_type to published and unpublished contents endpoint to /supporter-video-content/content/statistics/list/{request_type}
|
|
448
|
+
|
|
449
|
+
- Version: 1.4.2
|
|
450
|
+
- Changes Date: 040803
|
|
451
|
+
- changes: add main_content_type to published and unpublished contents endpoint
|
|
452
|
+
]
|
|
453
|
+
|
|
454
|
+
- **Description**: Return list of contents
|
|
455
|
+
|
|
456
|
+
- **Path Parameters**:
|
|
457
|
+
- search : string
|
|
308
458
|
|
|
309
459
|
- **Response**:
|
|
310
|
-
- **200**:
|
|
311
|
-
* @summary Get
|
|
460
|
+
- **200**: list of contents
|
|
461
|
+
* @summary Get Published And Unpublished Content List And Incomplete Stream
|
|
312
462
|
*/
|
|
313
|
-
const
|
|
314
|
-
return axios_1.default.get(`/supporter-video-content/
|
|
463
|
+
const getPublishedAndUnpublishedContentListAndIncompleteStreamSupporterVideoContentContentStatisticsListRequestTypeGet = (requestType, params, options) => {
|
|
464
|
+
return axios_1.default.get(`/supporter-video-content/content/statistics/list/${requestType}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
315
465
|
};
|
|
316
466
|
/**
|
|
317
|
-
* - **Last Version Update**: 1.
|
|
467
|
+
* - **Last Version Update**: 1.4.13
|
|
318
468
|
|
|
319
469
|
- **Codes**: [A2.5.3N1, A2.5.3N5]
|
|
320
470
|
|
|
321
|
-
- **Change Log**: [
|
|
471
|
+
- **Change Log**: [
|
|
472
|
+
- Version 1.4.13: add translations field to the response model and delete name and description from response model.
|
|
473
|
+
|
|
474
|
+
]
|
|
322
475
|
|
|
323
476
|
- **Description**: Return List of collections
|
|
324
477
|
|
|
@@ -333,11 +486,13 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
333
486
|
return axios_1.default.get(`/supporter-video-content/collection/list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
334
487
|
};
|
|
335
488
|
/**
|
|
336
|
-
* - **Last Version Update**: 1.
|
|
489
|
+
* - **Last Version Update**: 1.4.13
|
|
337
490
|
|
|
338
491
|
- **Codes**: [A2.5.3N1]
|
|
339
492
|
|
|
340
|
-
- **Change Log**: [
|
|
493
|
+
- **Change Log**: [
|
|
494
|
+
- Version 1.4.13: add translations field to the response model and delete name and description from response model.
|
|
495
|
+
]
|
|
341
496
|
|
|
342
497
|
- **Description**: Return collection detail
|
|
343
498
|
|
|
@@ -353,34 +508,16 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
353
508
|
return axios_1.default.get(`/supporter-video-content/collection/detail/${slug}`, options);
|
|
354
509
|
};
|
|
355
510
|
/**
|
|
356
|
-
* - **Last Version Update**: 1.
|
|
511
|
+
* - **Last Version Update**: 1.4.13
|
|
357
512
|
|
|
358
|
-
- **Codes**: [A2.5.
|
|
513
|
+
- **Codes**: [A2.5.3N2]
|
|
359
514
|
|
|
360
515
|
- **Change Log**: [
|
|
361
|
-
|
|
362
|
-
]
|
|
363
|
-
|
|
364
|
-
- **Description**: Return video contents of collection
|
|
365
|
-
|
|
366
|
-
- **Path Parameters** :
|
|
367
|
-
- slug : content of collections with this slug
|
|
368
|
-
- search : search on content of collection
|
|
369
|
-
|
|
370
|
-
- **Response**:
|
|
371
|
-
- **200** :return list of contents
|
|
372
|
-
- **404** : collection not found
|
|
373
|
-
* @summary Get Collection Contents
|
|
374
|
-
*/
|
|
375
|
-
const getCollectionContentsSupporterVideoContentCollectionContentsSlugGet = (slug, params, options) => {
|
|
376
|
-
return axios_1.default.get(`/supporter-video-content/collection/contents/${slug}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
377
|
-
};
|
|
378
|
-
/**
|
|
379
|
-
* - **Last Version Update**: 1.3.14
|
|
516
|
+
Version 1.4.13: add translations field and delete name and description from request body and response model.
|
|
380
517
|
|
|
381
|
-
- **Codes**: [A2.5.3N2]
|
|
382
518
|
|
|
383
|
-
|
|
519
|
+
Version 1.4.0
|
|
520
|
+
- translations replaces name/description (multi-language support)
|
|
384
521
|
Version 1.3.14
|
|
385
522
|
- Date of Changes: 040406
|
|
386
523
|
- poster is required
|
|
@@ -391,8 +528,9 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
391
528
|
- **Request Body**:
|
|
392
529
|
- contents : list of contents id
|
|
393
530
|
- poster : collection poster
|
|
394
|
-
-
|
|
395
|
-
|
|
531
|
+
- translations : JSON array with name/description per language (fa + en required)
|
|
532
|
+
Example: [{"language_code": "fa", "name": "...", "description": "..."}, {"language_code": "en", "name": "...", "description": "..."}]
|
|
533
|
+
|
|
396
534
|
- parent_id : collection parent id
|
|
397
535
|
|
|
398
536
|
- **Response**:
|
|
@@ -407,18 +545,21 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
407
545
|
bodyCreateCollectionSupporterVideoContentCollectionCreatePost.contents.forEach(value => formData.append(`contents`, value.toString()));
|
|
408
546
|
}
|
|
409
547
|
formData.append(`poster`, bodyCreateCollectionSupporterVideoContentCollectionCreatePost.poster);
|
|
410
|
-
|
|
411
|
-
|
|
548
|
+
if (bodyCreateCollectionSupporterVideoContentCollectionCreatePost.parent_id !== undefined &&
|
|
549
|
+
bodyCreateCollectionSupporterVideoContentCollectionCreatePost.parent_id !== null) {
|
|
550
|
+
formData.append(`parent_id`, bodyCreateCollectionSupporterVideoContentCollectionCreatePost.parent_id.toString());
|
|
551
|
+
}
|
|
552
|
+
formData.append(`translations`, bodyCreateCollectionSupporterVideoContentCollectionCreatePost.translations);
|
|
412
553
|
return axios_1.default.post(`/supporter-video-content/collection/create`, formData, options);
|
|
413
554
|
};
|
|
414
555
|
/**
|
|
415
|
-
* - **Last Version Update**: 1.
|
|
556
|
+
* - **Last Version Update**: 1.4.13
|
|
416
557
|
|
|
417
558
|
- **Codes**: [A2.5.3N3]
|
|
418
559
|
|
|
419
560
|
- **Change Log**: [
|
|
420
|
-
-
|
|
421
|
-
|
|
561
|
+
- Version 1.4.13: translations replaces name/description (multi-language support)
|
|
562
|
+
- Version 1.1.2: change 404 response from "این کالکشن وجود ندارد" to Not Found
|
|
422
563
|
]
|
|
423
564
|
|
|
424
565
|
- **Description**: Edit collection
|
|
@@ -429,8 +570,7 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
429
570
|
- **Request Body**:
|
|
430
571
|
- contents : list of contents id
|
|
431
572
|
- poster : collection poster
|
|
432
|
-
-
|
|
433
|
-
- description: collection description
|
|
573
|
+
- translations : JSON array with name/description per language (fa + en required)
|
|
434
574
|
- parent_id : collection parent id
|
|
435
575
|
|
|
436
576
|
- **Response**:
|
|
@@ -445,8 +585,6 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
445
585
|
bodyEditCollectionSupporterVideoContentCollectionEditCollectionIdPut.poster !== null) {
|
|
446
586
|
formData.append(`poster`, bodyEditCollectionSupporterVideoContentCollectionEditCollectionIdPut.poster);
|
|
447
587
|
}
|
|
448
|
-
formData.append(`name`, bodyEditCollectionSupporterVideoContentCollectionEditCollectionIdPut.name);
|
|
449
|
-
formData.append(`description`, bodyEditCollectionSupporterVideoContentCollectionEditCollectionIdPut.description);
|
|
450
588
|
if (bodyEditCollectionSupporterVideoContentCollectionEditCollectionIdPut.contents !== undefined) {
|
|
451
589
|
bodyEditCollectionSupporterVideoContentCollectionEditCollectionIdPut.contents.forEach(value => formData.append(`contents`, value.toString()));
|
|
452
590
|
}
|
|
@@ -454,6 +592,7 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
454
592
|
bodyEditCollectionSupporterVideoContentCollectionEditCollectionIdPut.parent_id !== null) {
|
|
455
593
|
formData.append(`parent_id`, bodyEditCollectionSupporterVideoContentCollectionEditCollectionIdPut.parent_id.toString());
|
|
456
594
|
}
|
|
595
|
+
formData.append(`translations`, bodyEditCollectionSupporterVideoContentCollectionEditCollectionIdPut.translations);
|
|
457
596
|
return axios_1.default.put(`/supporter-video-content/collection/edit/${collectionId}`, formData, options);
|
|
458
597
|
};
|
|
459
598
|
/**
|
|
@@ -476,275 +615,472 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
476
615
|
return axios_1.default.delete(`/supporter-video-content/collection/delete`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
477
616
|
};
|
|
478
617
|
/**
|
|
479
|
-
* - **Last Version Update**: 1.
|
|
618
|
+
* - **Last Version Update**: 1.0.0
|
|
480
619
|
|
|
481
|
-
- **Codes**: [A2.5.
|
|
620
|
+
- **Codes**: [A2.5.7N1, A2.5.7N2, A2.5.7N7]
|
|
482
621
|
|
|
483
|
-
- **Change Log**: [
|
|
484
|
-
- Date Of Changes : 040130
|
|
485
|
-
- Add content created as staff_id
|
|
486
|
-
]
|
|
622
|
+
- **Change Log**: []
|
|
487
623
|
|
|
488
|
-
- **Description**: Get
|
|
624
|
+
- **Description**: Get a list of content with the ability to download for free and watch online for free
|
|
489
625
|
|
|
490
626
|
- **Path Parameters**:
|
|
491
|
-
-
|
|
492
|
-
-
|
|
493
|
-
|
|
494
|
-
-
|
|
495
|
-
|
|
496
|
-
- release-year : Sort by the most recently released video contents
|
|
627
|
+
- search : search in list of contents
|
|
628
|
+
- type:
|
|
629
|
+
- stream : Get a list of content with the ability to stream for free
|
|
630
|
+
- download : Get a list of content with the ability to download for free
|
|
631
|
+
-search : search in list of contents
|
|
497
632
|
|
|
498
633
|
- **Response**:
|
|
499
|
-
- **200**: list of contents
|
|
500
|
-
* @summary Get
|
|
634
|
+
- **200**: list of contents
|
|
635
|
+
* @summary Get Free Contents
|
|
501
636
|
*/
|
|
502
|
-
const
|
|
503
|
-
return axios_1.default.get(`/supporter-video-content/
|
|
637
|
+
const getFreeContentsSupporterVideoContentFreeContentsTypeGet = (type, params, options) => {
|
|
638
|
+
return axios_1.default.get(`/supporter-video-content/free-contents/${type}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
504
639
|
};
|
|
505
640
|
/**
|
|
506
|
-
* - **Last Version Update**: 1.
|
|
641
|
+
* - **Last Version Update**: 1.1.2
|
|
507
642
|
|
|
508
|
-
- **Codes**: [A2.5.
|
|
509
|
-
|
|
510
|
-
- **Change Log**: [
|
|
511
|
-
- Date Of Changes : 040130
|
|
512
|
-
- Add content created as staff_id
|
|
513
|
-
]
|
|
643
|
+
- **Codes**: [A2.5.7N3, A2.5.7N4]
|
|
514
644
|
|
|
515
|
-
- **Description**:
|
|
645
|
+
- **Description**: Determining whether the content is free to download and watch online
|
|
646
|
+
- changes : return status 402 if content has alredy this feature
|
|
516
647
|
|
|
517
648
|
- **Path Parameters**:
|
|
518
|
-
-
|
|
649
|
+
- content_id: id of content to set as download free and stream free
|
|
650
|
+
- type:
|
|
651
|
+
- stream : set content as stream free
|
|
652
|
+
- download : set content as download free
|
|
519
653
|
|
|
520
654
|
- **Response**:
|
|
521
|
-
- **200**: video content
|
|
522
|
-
- **
|
|
523
|
-
- **
|
|
524
|
-
* @summary
|
|
655
|
+
- **200**: detail of video content
|
|
656
|
+
- **404**: video content not found
|
|
657
|
+
- **402**: This content already has this feature
|
|
658
|
+
* @summary Set Content Free
|
|
525
659
|
*/
|
|
526
|
-
const
|
|
527
|
-
return axios_1.default.
|
|
660
|
+
const setContentFreeSupporterVideoContentFreeContentsSetTypeContentIdPut = (type, contentId, options) => {
|
|
661
|
+
return axios_1.default.put(`/supporter-video-content/free-contents/set/${type}/${contentId}`, undefined, options);
|
|
528
662
|
};
|
|
529
663
|
/**
|
|
530
|
-
* - **Last Version Update**: 1.
|
|
664
|
+
* - **Last Version Update**: 1.1.2
|
|
531
665
|
|
|
532
|
-
- **Codes**: [A2.5.
|
|
666
|
+
- **Codes**: [A2.5.7N5, A2.5.7N6]
|
|
533
667
|
|
|
534
|
-
- **Change Log**: [
|
|
535
|
-
- Date Of Changes : 040130
|
|
536
|
-
- Add content created as staff_id
|
|
537
|
-
]
|
|
668
|
+
- **Change Log**: []
|
|
538
669
|
|
|
539
|
-
- **Description**:
|
|
670
|
+
- **Description**: Removal of free content to download and watch online
|
|
671
|
+
- changes : return 402 if dosnot exists content with this option
|
|
540
672
|
|
|
541
|
-
- **Path
|
|
542
|
-
-
|
|
673
|
+
- **Path Pramaters**:
|
|
674
|
+
- type:
|
|
675
|
+
- stream : Removal of free content to stream
|
|
676
|
+
- download : Removal of free content to download
|
|
677
|
+
- content id : video content id
|
|
543
678
|
|
|
544
679
|
- **Response**:
|
|
545
|
-
- **200**:
|
|
546
|
-
|
|
680
|
+
- **200**: deleted content as free to download and stream
|
|
681
|
+
- **404**: video content not found
|
|
682
|
+
* @summary Unset Content Free
|
|
547
683
|
*/
|
|
548
|
-
const
|
|
549
|
-
return axios_1.default.
|
|
684
|
+
const unsetContentFreeSupporterVideoContentFreeContentsUnsetTypeContentIdDelete = (type, contentId, options) => {
|
|
685
|
+
return axios_1.default.delete(`/supporter-video-content/free-contents/unset/${type}/${contentId}`, options);
|
|
550
686
|
};
|
|
551
687
|
/**
|
|
552
688
|
* - **Last Version Update**: 1.0.0
|
|
553
689
|
|
|
554
|
-
- **Codes**: [A2.5.
|
|
690
|
+
- **Codes**: [A2.5.4N1, A2.5.4N4]
|
|
555
691
|
|
|
556
692
|
- **Change Log**: []
|
|
557
693
|
|
|
558
|
-
- **Description**:
|
|
694
|
+
- **Description**: get hero sections
|
|
559
695
|
|
|
560
696
|
- **Path Parameters**:
|
|
561
|
-
-
|
|
697
|
+
- search : search in list of contents
|
|
562
698
|
|
|
563
699
|
- **Response**:
|
|
564
|
-
- **200**:
|
|
565
|
-
|
|
566
|
-
- **404**: video content not found
|
|
567
|
-
* @summary Delete Content From Staff List
|
|
700
|
+
- **200**: list of contents
|
|
701
|
+
* @summary Get Hero Section
|
|
568
702
|
*/
|
|
569
|
-
const
|
|
570
|
-
return axios_1.default.
|
|
703
|
+
const getHeroSectionSupporterVideoContentHeroSectionGet = (params, options) => {
|
|
704
|
+
return axios_1.default.get(`/supporter-video-content/hero-section`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
571
705
|
};
|
|
572
706
|
/**
|
|
573
|
-
* - **Last Version Update**: 1.
|
|
574
|
-
|
|
575
|
-
- **Codes**: [A2.5.10N2, A2.5.10N2, A2.5.10E2]
|
|
576
|
-
|
|
577
|
-
- **Change Log**: [
|
|
707
|
+
* - **Last Version Update**: 1.0.0
|
|
578
708
|
|
|
579
|
-
|
|
580
|
-
- Add content created as staff_id
|
|
581
|
-
]
|
|
709
|
+
- **Codes**: [A2.5.4N2]
|
|
582
710
|
|
|
583
|
-
- **
|
|
711
|
+
- **Change Log**: []
|
|
584
712
|
|
|
585
|
-
- **
|
|
586
|
-
- video_content_id: id of content to edit translation
|
|
713
|
+
- **Description**: Set content as herosection
|
|
587
714
|
|
|
588
|
-
- **Request Body
|
|
589
|
-
-
|
|
590
|
-
- language_code : language code that we s=want to define description in that language
|
|
591
|
-
- description : description
|
|
715
|
+
- **Request Body**:
|
|
716
|
+
- video content id : id of content to set as herosection
|
|
592
717
|
|
|
593
718
|
- **Response**:
|
|
594
|
-
- **200**:
|
|
595
|
-
- **
|
|
596
|
-
|
|
597
|
-
* @summary Add Content Translation
|
|
719
|
+
- **200**: Details of content designation as herosection
|
|
720
|
+
- **404**: video content not found
|
|
721
|
+
* @summary Set Hero Section
|
|
598
722
|
*/
|
|
599
|
-
const
|
|
600
|
-
return axios_1.default.
|
|
723
|
+
const setHeroSectionSupporterVideoContentHeroSectionSetPost = (videoContentIncomeData, options) => {
|
|
724
|
+
return axios_1.default.post(`/supporter-video-content/hero-section/set`, videoContentIncomeData, options);
|
|
601
725
|
};
|
|
602
726
|
/**
|
|
603
|
-
* - **Last Version Update**: 1.
|
|
727
|
+
* - **Last Version Update**: 1.0.0
|
|
604
728
|
|
|
605
|
-
- **Codes**: [A2.5.
|
|
729
|
+
- **Codes**: [A2.5.4N3]
|
|
606
730
|
|
|
607
731
|
- **Change Log**: []
|
|
608
732
|
|
|
609
|
-
- **Description**:
|
|
733
|
+
- **Description**: Unset content as hero section
|
|
610
734
|
|
|
611
735
|
- **Path Parameters**:
|
|
612
|
-
- video_content_id:
|
|
613
|
-
|
|
614
|
-
- **Request Body** :
|
|
615
|
-
- new_staff_id: receiver staff id
|
|
736
|
+
- video_content_id :
|
|
616
737
|
|
|
617
738
|
- **Response**:
|
|
618
|
-
- **200**:
|
|
619
|
-
- **
|
|
620
|
-
|
|
621
|
-
* @summary Move Translation To Other Staff
|
|
739
|
+
- **200**: Unset content as herosection
|
|
740
|
+
- **404**: there is not exists thses content as herosection
|
|
741
|
+
* @summary Unset Hero Section
|
|
622
742
|
*/
|
|
623
|
-
const
|
|
624
|
-
return axios_1.default.
|
|
743
|
+
const unsetHeroSectionSupporterVideoContentHeroSectionUnsetDelete = (params, options) => {
|
|
744
|
+
return axios_1.default.delete(`/supporter-video-content/hero-section/unset`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
625
745
|
};
|
|
626
746
|
/**
|
|
627
747
|
* - **Last Version Update**: 1.0.0
|
|
628
748
|
|
|
629
|
-
- **Codes**:
|
|
749
|
+
- **Codes**:
|
|
750
|
+
- vip-member-only : codes: A2.5.9N1, A2.5.9N4.
|
|
751
|
+
- featured : codes: A2.5.5N1, A2.5.5N4.
|
|
752
|
+
- streams :codes: A2.5.6N1, A2.5.6N4.
|
|
753
|
+
- dmca: codes: A2.5.23N1, A2.5.23N4.
|
|
630
754
|
|
|
631
755
|
- **Change Log**: []
|
|
632
756
|
|
|
633
|
-
- **Description**:
|
|
757
|
+
- **Description**: return list of contents with specific feature ("vip-member-only", "dmca", "featured", "streams")
|
|
634
758
|
|
|
635
759
|
- **Path Parameters**:
|
|
636
760
|
- search : search on list of contents
|
|
637
761
|
- type :
|
|
638
|
-
|
|
639
|
-
|
|
762
|
+
- vip-member-only: لیست محتوا مخصوص اعضا پولی
|
|
763
|
+
- dmac: لیست محتوا مخصوص کاربران ثبت نام شده.
|
|
764
|
+
- featured: لیست محتوا پیشنهادی
|
|
765
|
+
- streams: لیست محتوا های دارای تماشای آنلاین
|
|
640
766
|
|
|
641
767
|
- **Response**:
|
|
642
768
|
- **200**: list of contents
|
|
643
|
-
* @summary
|
|
769
|
+
* @summary return list of contents with specific feature (vip-member-only, dmca, featured, streams)
|
|
644
770
|
*/
|
|
645
|
-
const
|
|
646
|
-
return axios_1.default.get(`/supporter-video-content/
|
|
771
|
+
const getContentsWithOptionsSupporterVideoContentContentsOptionsGet = (params, options) => {
|
|
772
|
+
return axios_1.default.get(`/supporter-video-content/contents-options`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
647
773
|
};
|
|
648
774
|
/**
|
|
649
775
|
* - **Last Version Update**: 1.0.0
|
|
650
776
|
|
|
651
|
-
- **Codes**:
|
|
777
|
+
- **Codes**:
|
|
778
|
+
- vip-member-only: A2.5.9N2.
|
|
779
|
+
- featured: A2.5.5N2.
|
|
780
|
+
- streams: A2.5.6N2.
|
|
781
|
+
- dmca: A2.5.23N2.
|
|
652
782
|
|
|
653
783
|
- **Change Log**: []
|
|
654
784
|
|
|
655
|
-
- **Description**:
|
|
785
|
+
- **Description**: set specific feature (vip-member-only, dmca, featured, streams) to contents
|
|
656
786
|
|
|
657
|
-
- **
|
|
658
|
-
-
|
|
787
|
+
- **Request Body** :
|
|
788
|
+
- video_content_id : id of content
|
|
789
|
+
- option_name : add contents to list
|
|
790
|
+
- vip-member-only: لیست محتوا مخصوص اعضا پولی .
|
|
791
|
+
- dmca: لیست محتوا مخصوص کاربران ثبت نام شده.
|
|
792
|
+
- featured: لیست محتوا پیشنهادی.
|
|
793
|
+
- streams: لیست محتوا های دارای تماشای انلاین.
|
|
659
794
|
|
|
660
795
|
- **Response**:
|
|
661
|
-
- **200
|
|
662
|
-
|
|
663
|
-
* @summary Delete All Quotes For Video Content
|
|
796
|
+
- **200**: content data
|
|
797
|
+
* @summary set specific feature (vip-member-only, dmca, featured, streams) to contents
|
|
664
798
|
*/
|
|
665
|
-
const
|
|
666
|
-
return axios_1.default.
|
|
799
|
+
const addOptionToContentsSupporterVideoContentContentsOptionsSetPut = (contentOptionsIncomeData, options) => {
|
|
800
|
+
return axios_1.default.put(`/supporter-video-content/contents-options/set`, contentOptionsIncomeData, options);
|
|
667
801
|
};
|
|
668
802
|
/**
|
|
669
803
|
* - **Last Version Update**: 1.0.0
|
|
670
804
|
|
|
671
|
-
- **Codes**:
|
|
805
|
+
- **Codes**:
|
|
806
|
+
- vip-member-only: A2.5.9N3.
|
|
807
|
+
- featured:A2.5.5N3.
|
|
808
|
+
- streams:A2.5.6N3.
|
|
809
|
+
- dmca:A2.5.23N3.`
|
|
672
810
|
|
|
673
811
|
- **Change Log**: []
|
|
674
812
|
|
|
675
|
-
- **Description**:
|
|
813
|
+
- **Description**: unset specific feature (vip-member-only, dmca, featured, streams) to contents
|
|
676
814
|
|
|
677
815
|
- **Path Parameters**:
|
|
678
|
-
-
|
|
816
|
+
- video content id : id of video content
|
|
817
|
+
- type:
|
|
818
|
+
- vip-member-only: لیست محتوا مخصوص اعضا پولی
|
|
819
|
+
- dmac: لیست محتوا مخصوص کاربران ثبت نام شده.
|
|
820
|
+
- featured: لیست محتوا پیشنهادی
|
|
821
|
+
- streams:لیست محتوا های دارای تماشای انلاین
|
|
822
|
+
|
|
679
823
|
|
|
680
824
|
- **Response**:
|
|
681
|
-
- **200**:
|
|
825
|
+
- **200**: unset option for content
|
|
682
826
|
- **404**: video content not found
|
|
683
|
-
* @summary
|
|
827
|
+
* @summary Unset Option Contents
|
|
684
828
|
*/
|
|
685
|
-
const
|
|
686
|
-
return axios_1.default.
|
|
829
|
+
const unsetOptionContentsSupporterVideoContentContentsOptionsUnsetDelete = (params, options) => {
|
|
830
|
+
return axios_1.default.delete(`/supporter-video-content/contents-options/unset`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
687
831
|
};
|
|
688
832
|
/**
|
|
689
833
|
* - **Last Version Update**: 1.0.0
|
|
690
834
|
|
|
691
|
-
- **Codes**: [A2.
|
|
692
|
-
|
|
693
|
-
- **Change Log**: []
|
|
835
|
+
- **Codes**: [A2.19N1, A2.19.N3, A2.19.N5, A2.19N7, A2.19N9, A2.19N11, A2.19N14, A2.19N16]
|
|
694
836
|
|
|
695
|
-
- **Description**:
|
|
837
|
+
- **Description**: return seo for specific video content,genre,category,box_office,top_content,home_page,stream_page,explore_page
|
|
696
838
|
|
|
697
839
|
- **Path Parameters**:
|
|
698
|
-
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
-
|
|
703
|
-
-
|
|
704
|
-
-
|
|
840
|
+
- **type**:
|
|
841
|
+
- video content : return seo for specific video content if exists
|
|
842
|
+
- genre : return seo for specific genre if exists
|
|
843
|
+
- category : return seo for specific category if exists
|
|
844
|
+
- box_office : return seo for specific box_office if exists
|
|
845
|
+
- top_content : return seo for specific top_content if exists
|
|
846
|
+
- home_page : return seo for specific home_page if exists
|
|
847
|
+
- stream_page : return seo for specific stream_page if exists
|
|
848
|
+
- explore_page : return seo for specific explore_page if exists
|
|
849
|
+
- **document_id**: id of document should returned
|
|
705
850
|
|
|
706
851
|
- **Response**:
|
|
707
|
-
- **200**:
|
|
708
|
-
- **404**:
|
|
709
|
-
* @summary
|
|
852
|
+
- **200**: seo of data
|
|
853
|
+
- **404**: if there's not exists seo for this document
|
|
854
|
+
* @summary Get Seo
|
|
710
855
|
*/
|
|
711
|
-
const
|
|
712
|
-
return axios_1.default.
|
|
856
|
+
const getSeoSupporterVideoContentSeoTypeGet = (type, params, options) => {
|
|
857
|
+
return axios_1.default.get(`/supporter-video-content/seo/${type}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
713
858
|
};
|
|
714
859
|
/**
|
|
715
860
|
* - **Last Version Update**: 1.0.0
|
|
716
861
|
|
|
717
|
-
- **Codes**: [A2.
|
|
862
|
+
- **Codes**: [A2.19N8, A2.19N10, A2.19N12, A2.19N13, A2.19N15]
|
|
718
863
|
|
|
719
864
|
- **Change Log**: []
|
|
720
865
|
|
|
721
|
-
- **Description
|
|
722
|
-
|
|
723
|
-
- **Path Parameters** :
|
|
724
|
-
- video_content_id : id of video content
|
|
866
|
+
- **Description**: add seo for "box_office", "top_content", "home_page", "stream_page", "explore_page"
|
|
725
867
|
|
|
726
|
-
- **
|
|
727
|
-
-
|
|
728
|
-
-
|
|
729
|
-
-
|
|
730
|
-
-
|
|
868
|
+
- **Path Parameters**:
|
|
869
|
+
- **type**:
|
|
870
|
+
- box_office : add seo for box_office
|
|
871
|
+
- top_content : add seo for top_content
|
|
872
|
+
- home_page : add seo for home_page
|
|
873
|
+
- stream_page : add seo for stream_page
|
|
874
|
+
- explore_page : add seo for explore_page
|
|
731
875
|
|
|
732
876
|
- **Response**:
|
|
733
|
-
- **200**:
|
|
734
|
-
|
|
735
|
-
* @summary Edit Quotes
|
|
877
|
+
- **200**: create seo for pages
|
|
878
|
+
* @summary Add Seo
|
|
736
879
|
*/
|
|
737
|
-
const
|
|
738
|
-
return axios_1.default.
|
|
880
|
+
const addSeoSupporterVideoContentSeoAddPageTypePost = (type, sEOIncomeModel, options) => {
|
|
881
|
+
return axios_1.default.post(`/supporter-video-content/seo/add/page/${type}`, sEOIncomeModel, options);
|
|
739
882
|
};
|
|
740
883
|
/**
|
|
741
|
-
* - **Last Version Update**: 1.
|
|
884
|
+
* - **Last Version Update**: 1.0.0
|
|
742
885
|
|
|
743
|
-
- **Codes**: [A2.
|
|
886
|
+
- **Codes**: [A2.19N2, A2.19N4, A2.19N6]
|
|
744
887
|
|
|
745
|
-
- **Change Log**: [
|
|
746
|
-
|
|
747
|
-
|
|
888
|
+
- **Change Log**: []
|
|
889
|
+
|
|
890
|
+
- **Description**: add seo for documents of video content , category, genre
|
|
891
|
+
|
|
892
|
+
- **Path Parameters**:
|
|
893
|
+
- **type**:
|
|
894
|
+
- video_content : add seo for video content
|
|
895
|
+
- genre : add seo for genre
|
|
896
|
+
- category : add seo for category
|
|
897
|
+
- **document_id**
|
|
898
|
+
|
|
899
|
+
- **Response**:
|
|
900
|
+
- **200**: create seo for documents
|
|
901
|
+
- **404**: not found
|
|
902
|
+
* @summary Add Document Seo
|
|
903
|
+
*/
|
|
904
|
+
const addDocumentSeoSupporterVideoContentSeoAddTypePost = (type, sEOIncomeModel, params, options) => {
|
|
905
|
+
return axios_1.default.post(`/supporter-video-content/seo/add/${type}`, sEOIncomeModel, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
906
|
+
};
|
|
907
|
+
/**
|
|
908
|
+
* - **Last Version Update**: 1.3.12
|
|
909
|
+
|
|
910
|
+
- **Codes**: [A2.5.10N1, A2.5.10N5, A2.5.10N6]
|
|
911
|
+
|
|
912
|
+
- **Change Log**: [
|
|
913
|
+
- Date Of Changes : 040130
|
|
914
|
+
- Add content created as staff_id
|
|
915
|
+
]
|
|
916
|
+
|
|
917
|
+
- **Description**: Get Content without translations
|
|
918
|
+
|
|
919
|
+
- **Path Parameters**:
|
|
920
|
+
- language : return the content without translation of this language
|
|
921
|
+
- search : search on contents without translations
|
|
922
|
+
- order :
|
|
923
|
+
- newest : Sort by the most recently released video contents in 30nama
|
|
924
|
+
- updatest : Sort by most updated video contents
|
|
925
|
+
- release-year : Sort by the most recently released video contents
|
|
926
|
+
|
|
927
|
+
- **Response**:
|
|
928
|
+
- **200**: list of contents without translation
|
|
929
|
+
* @summary Get Content Without Translations
|
|
930
|
+
*/
|
|
931
|
+
const getContentWithoutTranslationsSupporterVideoContentContentTranslationsNoneGet = (params, options) => {
|
|
932
|
+
return axios_1.default.get(`/supporter-video-content/content/translations/none`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
933
|
+
};
|
|
934
|
+
/**
|
|
935
|
+
* - **Last Version Update**: 1.3.12
|
|
936
|
+
|
|
937
|
+
- **Codes**: [A2.5.10N18]
|
|
938
|
+
|
|
939
|
+
- **Change Log**: [
|
|
940
|
+
- Date Of Changes : 040130
|
|
941
|
+
- Add content created as staff_id
|
|
942
|
+
]
|
|
943
|
+
|
|
944
|
+
- **Description**: If this content is not found in the specified staff list, return the details and add the content to the current staff list.
|
|
945
|
+
|
|
946
|
+
- **Path Parameters**:
|
|
947
|
+
- video content id : id of content to check
|
|
948
|
+
|
|
949
|
+
- **Response**:
|
|
950
|
+
- **200**: video content translation detail
|
|
951
|
+
- **403** : video content is assigned to another staff and this user cant change that
|
|
952
|
+
- **404**: video content not found
|
|
953
|
+
* @summary Get Content Detail
|
|
954
|
+
*/
|
|
955
|
+
const getContentDetailSupporterVideoContentContentTranslationsDetailVideoContentIdGet = (videoContentId, options) => {
|
|
956
|
+
return axios_1.default.get(`/supporter-video-content/content/translations/detail/${videoContentId}`, options);
|
|
957
|
+
};
|
|
958
|
+
/**
|
|
959
|
+
* - **Last Version Update**: 1.3.12
|
|
960
|
+
|
|
961
|
+
- **Codes**: [A2.5.10N7, A2.5.10E2]
|
|
962
|
+
|
|
963
|
+
- **Change Log**: [
|
|
964
|
+
- Date Of Changes : 040130
|
|
965
|
+
- Add content created as staff_id
|
|
966
|
+
]
|
|
967
|
+
|
|
968
|
+
- **Description**: list of content translation that assigned to this staff
|
|
969
|
+
|
|
970
|
+
- **Path Parameters**:
|
|
971
|
+
- status : status of translation to filter
|
|
972
|
+
|
|
973
|
+
- **Response**:
|
|
974
|
+
- **200**: list of content
|
|
975
|
+
* @summary Get Staff Contents Translations
|
|
976
|
+
*/
|
|
977
|
+
const getStaffContentsTranslationsSupporterVideoContentContentTranslationsMyListGet = (params, options) => {
|
|
978
|
+
return axios_1.default.get(`/supporter-video-content/content/translations/my-list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
979
|
+
};
|
|
980
|
+
/**
|
|
981
|
+
* - **Last Version Update**: 1.0.0
|
|
982
|
+
|
|
983
|
+
- **Codes**: [A2.5.10N4]
|
|
984
|
+
|
|
985
|
+
- **Change Log**: []
|
|
986
|
+
|
|
987
|
+
- **Description**: Edit content translation
|
|
988
|
+
|
|
989
|
+
- **Path Parameters**:
|
|
990
|
+
- video content id : id of content to delete from staff translation list
|
|
991
|
+
|
|
992
|
+
- **Response**:
|
|
993
|
+
- **200**: deleted content from staff translation list
|
|
994
|
+
- **403**: if translation status be done then staff cant delete content
|
|
995
|
+
- **404**: video content not found
|
|
996
|
+
* @summary Delete Content From Staff List
|
|
997
|
+
*/
|
|
998
|
+
const deleteContentFromStaffListSupporterVideoContentContentTranslationsMyListDeleteDelete = (params, options) => {
|
|
999
|
+
return axios_1.default.delete(`/supporter-video-content/content/translations/my-list/delete`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1000
|
+
};
|
|
1001
|
+
/**
|
|
1002
|
+
* - **Last Version Update**: 1.3.12
|
|
1003
|
+
|
|
1004
|
+
- **Codes**: [A2.5.10N2, A2.5.10N2, A2.5.10E2]
|
|
1005
|
+
|
|
1006
|
+
- **Change Log**: [
|
|
1007
|
+
|
|
1008
|
+
- Date Of Changes : 040130
|
|
1009
|
+
- Add content created as staff_id
|
|
1010
|
+
]
|
|
1011
|
+
|
|
1012
|
+
- **Description**: Edit content translation
|
|
1013
|
+
|
|
1014
|
+
- **Path Parameters**:
|
|
1015
|
+
- video_content_id: id of content to edit translation
|
|
1016
|
+
|
|
1017
|
+
- **Request Body** :
|
|
1018
|
+
- content_translations : list of these elements
|
|
1019
|
+
- language_code : language code that we s=want to define description in that language
|
|
1020
|
+
- description : description
|
|
1021
|
+
|
|
1022
|
+
- **Response**:
|
|
1023
|
+
- **200**: translation edited
|
|
1024
|
+
- **403**: if content translation not in current staff list then staff cant edit
|
|
1025
|
+
- **404**: video content not found
|
|
1026
|
+
* @summary Add Content Translation
|
|
1027
|
+
*/
|
|
1028
|
+
const addContentTranslationSupporterVideoContentContentTranslationsEditVideoContentIdPut = (videoContentId, editContentTranslationIncomeModel, options) => {
|
|
1029
|
+
return axios_1.default.put(`/supporter-video-content/content/translations/edit/${videoContentId}`, editContentTranslationIncomeModel, options);
|
|
1030
|
+
};
|
|
1031
|
+
/**
|
|
1032
|
+
* - **Last Version Update**: 1.3.5
|
|
1033
|
+
|
|
1034
|
+
- **Codes**: [A2.5.10N8]
|
|
1035
|
+
|
|
1036
|
+
- **Change Log**: []
|
|
1037
|
+
|
|
1038
|
+
- **Description**: Move content translation to other staff
|
|
1039
|
+
|
|
1040
|
+
- **Path Parameters**:
|
|
1041
|
+
- video_content_id: id of content to edit translation
|
|
1042
|
+
|
|
1043
|
+
- **Request Body** :
|
|
1044
|
+
- new_staff_id: receiver staff id
|
|
1045
|
+
|
|
1046
|
+
- **Response**:
|
|
1047
|
+
- **200**: translation edited
|
|
1048
|
+
- **403**: if content translation not in current staff list then staff cant edit
|
|
1049
|
+
- **400**: if translation status not be done
|
|
1050
|
+
* @summary Move Translation To Other Staff
|
|
1051
|
+
*/
|
|
1052
|
+
const moveTranslationToOtherStaffSupporterVideoContentContentTranslationsMoveVideoContentIdPut = (videoContentId, contentTranslationMoveIncomeModel, options) => {
|
|
1053
|
+
return axios_1.default.put(`/supporter-video-content/content/translations/move/${videoContentId}`, contentTranslationMoveIncomeModel, options);
|
|
1054
|
+
};
|
|
1055
|
+
/**
|
|
1056
|
+
* Returns a tabular report: REST path, gRPC stub, RPC method, config key, peer microservice name, and the resolved gRPC target from the current environment. Update ``controllers/logics/grpc_http_report_logic.py`` when adding new outbound gRPC usage.
|
|
1057
|
+
* @summary Export HTTP → gRPC client mapping (CSV or Excel)
|
|
1058
|
+
*/
|
|
1059
|
+
const downloadGrpcHttpReportSupporterVideoContentTestGrpcClientsReportGet = (params, options) => {
|
|
1060
|
+
return axios_1.default.get(`/supporter-video-content/test/grpc-clients-report`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1061
|
+
};
|
|
1062
|
+
/**
|
|
1063
|
+
* - **Last Version Update**: 1.3.13
|
|
1064
|
+
|
|
1065
|
+
- **Description**: Returns a list of all available APIs with their:
|
|
1066
|
+
- Path
|
|
1067
|
+
- Tags
|
|
1068
|
+
|
|
1069
|
+
- **Response**:
|
|
1070
|
+
- **200**: List of API documentation entries
|
|
1071
|
+
* @summary Get list of all available APIs with their methods and codes
|
|
1072
|
+
*/
|
|
1073
|
+
const getApiDocumentationSupporterVideoContentApiDocsGet = (options) => {
|
|
1074
|
+
return axios_1.default.get(`/supporter-video-content/api-docs`, options);
|
|
1075
|
+
};
|
|
1076
|
+
/**
|
|
1077
|
+
* - **Last Version Update**: 1.3.0
|
|
1078
|
+
|
|
1079
|
+
- **Codes**: [A2.9.8N1, A2.9.8N3, A2.9.8N4]
|
|
1080
|
+
|
|
1081
|
+
- **Change Log**: [
|
|
1082
|
+
- Version: 1.3.0: delete secondary_id
|
|
1083
|
+
]
|
|
748
1084
|
|
|
749
1085
|
- **Description**: Display a list of contents that have not been checked
|
|
750
1086
|
|
|
@@ -937,165 +1273,44 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
937
1273
|
return axios_1.default.put(`/supporter-video-content/content/check-list/edit/${videoContentId}`, checkListIncomeData, options);
|
|
938
1274
|
};
|
|
939
1275
|
/**
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
- **Codes**: [A2.5.1N2, A2.5.1N4, A2.5.2N2, A2.5.2N4]
|
|
943
|
-
|
|
944
|
-
- **Change Log**: []
|
|
945
|
-
|
|
946
|
-
- **Description**: Return List of external movies sites
|
|
947
|
-
|
|
948
|
-
- **Path Parameters** :
|
|
949
|
-
- search : search on external sites
|
|
950
|
-
|
|
951
|
-
- **Response**:
|
|
952
|
-
- **200**:return list of external movies sites
|
|
953
|
-
* @summary Get External Movie Site List
|
|
954
|
-
*/
|
|
1276
|
+
* @summary Get External Movie Site List
|
|
1277
|
+
*/
|
|
955
1278
|
const getExternalMovieSiteListSupporterVideoContentExternalSiteListGet = (params, options) => {
|
|
956
1279
|
return axios_1.default.get(`/supporter-video-content/external-site/list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
957
1280
|
};
|
|
958
1281
|
/**
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
- **Codes**: [A2.5.1N13]
|
|
962
|
-
|
|
963
|
-
- **Change Log**: []
|
|
964
|
-
|
|
965
|
-
- **Description**: Create new external movie site
|
|
966
|
-
|
|
967
|
-
- **Request Body**:
|
|
968
|
-
- name : str
|
|
969
|
-
- address : str
|
|
970
|
-
|
|
971
|
-
- **Response**:
|
|
972
|
-
- **200**:return new created external movie site
|
|
973
|
-
- **402**: another external movie site already exists with the same name
|
|
974
|
-
* @summary New External Movie Site
|
|
975
|
-
*/
|
|
1282
|
+
* @summary New External Movie Site
|
|
1283
|
+
*/
|
|
976
1284
|
const newExternalMovieSiteSupporterVideoContentExternalSiteNewPost = (externalMovieSiteIncomeModel, options) => {
|
|
977
1285
|
return axios_1.default.post(`/supporter-video-content/external-site/new`, externalMovieSiteIncomeModel, options);
|
|
978
1286
|
};
|
|
979
1287
|
/**
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
- **Codes**: [A2.5.1N14]
|
|
983
|
-
|
|
984
|
-
- **Change Log**: []
|
|
985
|
-
|
|
986
|
-
- **Description**: Edit external movie site data
|
|
987
|
-
|
|
988
|
-
- **Path Parameters** :
|
|
989
|
-
- external_movie_site_id : id of external movie site
|
|
990
|
-
|
|
991
|
-
- **Request Body**:
|
|
992
|
-
- name : name
|
|
993
|
-
- address : address of site
|
|
994
|
-
|
|
995
|
-
- **Response**:
|
|
996
|
-
- **200**:return edited external movie site
|
|
997
|
-
- **404**:external movie site not found
|
|
998
|
-
- **402**:another external movie site exists already with same name
|
|
999
|
-
* @summary Edit External Movie Site
|
|
1000
|
-
*/
|
|
1288
|
+
* @summary Edit External Movie Site
|
|
1289
|
+
*/
|
|
1001
1290
|
const editExternalMovieSiteSupporterVideoContentExternalSiteEditExternalMovieSiteIdPut = (externalMovieSiteId, externalMovieSiteIncomeModel, options) => {
|
|
1002
1291
|
return axios_1.default.put(`/supporter-video-content/external-site/edit/${externalMovieSiteId}`, externalMovieSiteIncomeModel, options);
|
|
1003
1292
|
};
|
|
1004
1293
|
/**
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
- **Codes**: [A2.5.1N14]
|
|
1008
|
-
|
|
1009
|
-
- **Change Log**: [
|
|
1010
|
-
- Version 1.3.15
|
|
1011
|
-
- Date of Changes: 040702
|
|
1012
|
-
- edit url of delete external movie site
|
|
1013
|
-
]
|
|
1014
|
-
|
|
1015
|
-
- **Description**: Delete Exists external movie site
|
|
1016
|
-
|
|
1017
|
-
- **Path Parameters** :
|
|
1018
|
-
- external_movie_site_id : seid of external movie site should be deleted
|
|
1019
|
-
|
|
1020
|
-
- **Response**:
|
|
1021
|
-
- **200**: external movie site deleted
|
|
1022
|
-
- **404**:external movie site not found
|
|
1023
|
-
* @summary Delete External Site
|
|
1024
|
-
*/
|
|
1294
|
+
* @summary Delete External Site
|
|
1295
|
+
*/
|
|
1025
1296
|
const deleteExternalSiteSupporterVideoContentExternalSiteDeleteExternalMovieSiteIdDelete = (externalMovieSiteId, options) => {
|
|
1026
1297
|
return axios_1.default.delete(`/supporter-video-content/external_site/delete/${externalMovieSiteId}`, options);
|
|
1027
1298
|
};
|
|
1028
1299
|
/**
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
- **Codes**: []
|
|
1032
|
-
|
|
1033
|
-
- **Change Log**: [
|
|
1034
|
-
]
|
|
1035
|
-
|
|
1036
|
-
- **Description**: Return list of box office documents for staff to choose from. Use **type** to filter by usa or iran. Then use GET /box-office/detail/{id} to see one and PUT /box-office/edit/{id} to edit.
|
|
1037
|
-
|
|
1038
|
-
- **Query Parameters**:
|
|
1039
|
-
- type: "usa" or "iran"
|
|
1040
|
-
- skip: pagination offset (default 0)
|
|
1041
|
-
- limit: max items (default 100)
|
|
1042
|
-
|
|
1043
|
-
- **Response**:
|
|
1044
|
-
- **200**: list of box office documents (id, type, rank, title, video_content_id, poster, etc.)
|
|
1045
|
-
* @summary Get Box Office List
|
|
1046
|
-
*/
|
|
1300
|
+
* @summary Get Box Office List
|
|
1301
|
+
*/
|
|
1047
1302
|
const getBoxOfficeListSupporterVideoContentBoxOfficeGet = (params, options) => {
|
|
1048
1303
|
return axios_1.default.get(`/supporter-video-content/box-office`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1049
1304
|
};
|
|
1050
1305
|
/**
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
- **Codes**: []
|
|
1054
|
-
|
|
1055
|
-
- **Change Log**: [
|
|
1056
|
-
]
|
|
1057
|
-
|
|
1058
|
-
- **Description**: Return one box office document by id. Use this to view detail, then use PUT /box-office/edit/{box_office_id} to edit.
|
|
1059
|
-
|
|
1060
|
-
- **Path Parameters**:
|
|
1061
|
-
- box_office_id: document _id
|
|
1062
|
-
|
|
1063
|
-
- **Response**:
|
|
1064
|
-
- **200**: box office document
|
|
1065
|
-
- **404**: not found
|
|
1066
|
-
* @summary Get Box Office Detail
|
|
1067
|
-
*/
|
|
1306
|
+
* @summary Get Box Office Detail
|
|
1307
|
+
*/
|
|
1068
1308
|
const getBoxOfficeDetailSupporterVideoContentBoxOfficeBoxOfficeIdGet = (boxOfficeId, options) => {
|
|
1069
1309
|
return axios_1.default.get(`/supporter-video-content/box-office/${boxOfficeId}`, options);
|
|
1070
1310
|
};
|
|
1071
1311
|
/**
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
- **Codes**: []
|
|
1075
|
-
|
|
1076
|
-
- **Change Log**: [
|
|
1077
|
-
]
|
|
1078
|
-
|
|
1079
|
-
- **Description**: Edit a box office document (multipart). When **video_content_id** is set, **title** and **poster** must not be set. When **video_content_id** is not set, **title** is required. **poster** can be uploaded as a file (same validation/storage as video content posters).
|
|
1080
|
-
|
|
1081
|
-
- **Path Parameters**:
|
|
1082
|
-
- box_office_id: document _id of the box office entry
|
|
1083
|
-
|
|
1084
|
-
- **Request Body** (multipart form, all optional except validation rules):
|
|
1085
|
-
- video_content_id: int or "null" to unlink; if set, do not send title or poster file
|
|
1086
|
-
- title: custom title when there is no video_content_id; required when video_content_id is not set
|
|
1087
|
-
- poster: image file (jpg, jpeg, webp), max 16MB; only when not linked to video content
|
|
1088
|
-
- clear_poster: boolean to clear poster
|
|
1089
|
-
- imdb_code, budget, total, weeks, weekend: optional fields
|
|
1090
|
-
- clear_poster: boolean to clear poster
|
|
1091
|
-
- poster: image file (jpg, jpeg, webp), max 16MB; only when not linked to video content
|
|
1092
|
-
|
|
1093
|
-
- **Response**:
|
|
1094
|
-
- **200**: updated box office document
|
|
1095
|
-
- **400**: validation error (e.g. video_content_id set with title/poster, or title missing when unlinked)
|
|
1096
|
-
- **404**: box office document not found
|
|
1097
|
-
* @summary Edit Box Office
|
|
1098
|
-
*/
|
|
1312
|
+
* @summary Edit Box Office
|
|
1313
|
+
*/
|
|
1099
1314
|
const editBoxOfficeSupporterVideoContentBoxOfficeBoxOfficeIdPut = (boxOfficeId, bodyEditBoxOfficeSupporterVideoContentBoxOfficeBoxOfficeIdPut, options) => {
|
|
1100
1315
|
const formData = new FormData();
|
|
1101
1316
|
if (bodyEditBoxOfficeSupporterVideoContentBoxOfficeBoxOfficeIdPut.video_content_id !== undefined &&
|
|
@@ -1126,8 +1341,7 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
1126
1341
|
bodyEditBoxOfficeSupporterVideoContentBoxOfficeBoxOfficeIdPut.weekend !== null) {
|
|
1127
1342
|
formData.append(`weekend`, bodyEditBoxOfficeSupporterVideoContentBoxOfficeBoxOfficeIdPut.weekend);
|
|
1128
1343
|
}
|
|
1129
|
-
if (bodyEditBoxOfficeSupporterVideoContentBoxOfficeBoxOfficeIdPut.clear_poster !== undefined
|
|
1130
|
-
bodyEditBoxOfficeSupporterVideoContentBoxOfficeBoxOfficeIdPut.clear_poster !== null) {
|
|
1344
|
+
if (bodyEditBoxOfficeSupporterVideoContentBoxOfficeBoxOfficeIdPut.clear_poster !== undefined) {
|
|
1131
1345
|
formData.append(`clear_poster`, bodyEditBoxOfficeSupporterVideoContentBoxOfficeBoxOfficeIdPut.clear_poster.toString());
|
|
1132
1346
|
}
|
|
1133
1347
|
if (bodyEditBoxOfficeSupporterVideoContentBoxOfficeBoxOfficeIdPut.poster !== undefined &&
|
|
@@ -1137,266 +1351,55 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
1137
1351
|
return axios_1.default.put(`/supporter-video-content/box-office/${boxOfficeId}`, formData, options);
|
|
1138
1352
|
};
|
|
1139
1353
|
/**
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
- **Change Log**: []
|
|
1145
|
-
|
|
1146
|
-
- **Description**: Return List of time editions
|
|
1147
|
-
|
|
1148
|
-
- **Path Parameters** :
|
|
1149
|
-
- search : search on List of time editions
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
- **Response**:
|
|
1153
|
-
- **200**: Return List of time editions
|
|
1154
|
-
* @summary Get Time Edition List
|
|
1155
|
-
*/
|
|
1156
|
-
const getTimeEditionListSupporterVideoContentTimeEditionListGet = (params, options) => {
|
|
1157
|
-
return axios_1.default.get(`/supporter-video-content/time-edition/list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1158
|
-
};
|
|
1159
|
-
/**
|
|
1160
|
-
* - **Last Version Update**: 1.0.0
|
|
1161
|
-
|
|
1162
|
-
- **Codes**: [A2.5.1N15]
|
|
1163
|
-
|
|
1164
|
-
- **Change Log**: []
|
|
1165
|
-
|
|
1166
|
-
- **Description**: Create new time edition
|
|
1167
|
-
|
|
1168
|
-
- **Request Body** :
|
|
1169
|
-
- name : name of time edition
|
|
1170
|
-
|
|
1171
|
-
- **Response**:
|
|
1172
|
-
- **200**: Created time edition
|
|
1173
|
-
- **402**: another time edition exists already in database with same name
|
|
1174
|
-
* @summary New Time Edition
|
|
1175
|
-
*/
|
|
1176
|
-
const newTimeEditionSupporterVideoContentTimeEditionNewPost = (timeEditionIncomeModel, options) => {
|
|
1177
|
-
return axios_1.default.post(`/supporter-video-content/time-edition/new`, timeEditionIncomeModel, options);
|
|
1354
|
+
* @summary Get Contents List
|
|
1355
|
+
*/
|
|
1356
|
+
const getContentsListSupporterVideoContentContentListTypeGet = (type, params, options) => {
|
|
1357
|
+
return axios_1.default.get(`/supporter-video-content/content/list/${type}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1178
1358
|
};
|
|
1179
1359
|
/**
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
- **Change Log**: []
|
|
1185
|
-
|
|
1186
|
-
- **Description**: Edit time edition
|
|
1187
|
-
|
|
1188
|
-
- **Path Parameters** :
|
|
1189
|
-
- time_id : id of time edition should be edited
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
- **Request Body** :
|
|
1193
|
-
- name : name of time edition
|
|
1194
|
-
|
|
1195
|
-
- **Response**:
|
|
1196
|
-
- **200**: Edited time edition
|
|
1197
|
-
- **404**: time edition not found
|
|
1198
|
-
- **402**: time edition already exists with same name
|
|
1199
|
-
* @summary Edit Time Edition
|
|
1200
|
-
*/
|
|
1201
|
-
const editTimeEditionSupporterVideoContentTimeEditionEditTimeIdPut = (timeId, timeEditionIncomeModel, options) => {
|
|
1202
|
-
return axios_1.default.put(`/supporter-video-content/time-edition/edit/${timeId}`, timeEditionIncomeModel, options);
|
|
1360
|
+
* @summary Get Content Detail
|
|
1361
|
+
*/
|
|
1362
|
+
const getContentDetailSupporterVideoContentContentDetailVideoContentIdGet = (videoContentId, options) => {
|
|
1363
|
+
return axios_1.default.get(`/supporter-video-content/content/detail/${videoContentId}`, options);
|
|
1203
1364
|
};
|
|
1204
1365
|
/**
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
- **Change Log**: []
|
|
1210
|
-
|
|
1211
|
-
- **Description**: Delete time editions
|
|
1212
|
-
|
|
1213
|
-
- **Path Parameters** :
|
|
1214
|
-
- time_edition_id : id of time edition should be deleted
|
|
1215
|
-
|
|
1216
|
-
- **Response**:
|
|
1217
|
-
- **200**: time edition deleted
|
|
1218
|
-
- **404**: time edition not found
|
|
1219
|
-
* @summary Delete Time Edition
|
|
1220
|
-
*/
|
|
1221
|
-
const deleteTimeEditionSupporterVideoContentTimeEditionDeleteTimeEditionIdDelete = (timeEditionId, options) => {
|
|
1222
|
-
return axios_1.default.delete(`/supporter-video-content/time-edition/delete/${timeEditionId}`, options);
|
|
1366
|
+
* @summary Get Simple Contents List
|
|
1367
|
+
*/
|
|
1368
|
+
const getSimpleContentsListSupporterVideoContentContentsSimpleGet = (params, options) => {
|
|
1369
|
+
return axios_1.default.get(`/supporter-video-content/contents/simple`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1223
1370
|
};
|
|
1224
1371
|
/**
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
- **Change Log**: []
|
|
1230
|
-
|
|
1231
|
-
- **Description**: Create new channel
|
|
1232
|
-
|
|
1233
|
-
- **Request Body** :
|
|
1234
|
-
- name : name of channel
|
|
1235
|
-
|
|
1236
|
-
- **Response**:
|
|
1237
|
-
- **200**: New Created Channel
|
|
1238
|
-
- **402** : Channel with same name already exists
|
|
1239
|
-
* @summary New Channel
|
|
1240
|
-
*/
|
|
1241
|
-
const newChannelSupporterVideoContentChannelNewPost = (channelIncomeModel, options) => {
|
|
1242
|
-
return axios_1.default.post(`/supporter-video-content/channel/new`, channelIncomeModel, options);
|
|
1372
|
+
* @summary Get Simple Contents List All
|
|
1373
|
+
*/
|
|
1374
|
+
const getSimpleContentsListAllSupporterVideoContentContentsSimpleAllGet = (params, options) => {
|
|
1375
|
+
return axios_1.default.get(`/supporter-video-content/contents/simple/all`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1243
1376
|
};
|
|
1244
1377
|
/**
|
|
1245
|
-
* - **Last Version Update**: 1.
|
|
1246
|
-
|
|
1247
|
-
- **Codes**: [A2.5.2N18]
|
|
1248
|
-
|
|
1249
|
-
- **Change Log**: []
|
|
1378
|
+
* - **Last Version Update**: 1.2.5
|
|
1250
1379
|
|
|
1251
|
-
- **
|
|
1380
|
+
- **Codes**: []
|
|
1252
1381
|
|
|
1253
|
-
- **
|
|
1254
|
-
-
|
|
1382
|
+
- **Change Log**: [
|
|
1383
|
+
- 030820 : add genre filter
|
|
1255
1384
|
|
|
1256
|
-
|
|
1257
|
-
- name : name of channel
|
|
1385
|
+
- 030503 : change category response format and add main content type to define content is movie or series and add staff_id
|
|
1258
1386
|
|
|
1259
|
-
|
|
1260
|
-
- **200**: Edited Channel
|
|
1261
|
-
- **404**: channel not found
|
|
1262
|
-
- **402**: Channel waith same name already exists
|
|
1263
|
-
* @summary Edit Channel
|
|
1264
|
-
*/
|
|
1265
|
-
const editChannelSupporterVideoContentChannelEditChannelIdPut = (channelId, channelIncomeModel, options) => {
|
|
1266
|
-
return axios_1.default.put(`/supporter-video-content/channel/edit/${channelId}`, channelIncomeModel, options);
|
|
1267
|
-
};
|
|
1268
|
-
/**
|
|
1269
|
-
* - **Last Version Update**: 1.0.0
|
|
1387
|
+
- 030430 : change path from '/supporter-video-content/notification/content/list' to /supporter-video-content/contents/richer
|
|
1270
1388
|
|
|
1271
|
-
|
|
1389
|
+
]
|
|
1272
1390
|
|
|
1273
|
-
- **
|
|
1391
|
+
- **Description**: return contnets data
|
|
1274
1392
|
|
|
1275
|
-
- **Description**: Delte channel
|
|
1276
1393
|
|
|
1277
1394
|
- **Path Parameters**:
|
|
1278
|
-
-
|
|
1279
|
-
|
|
1280
|
-
- **Response**:
|
|
1281
|
-
- **200**: Channel deleted successfully
|
|
1282
|
-
- **404**: channel not found
|
|
1283
|
-
* @summary Delete Channel
|
|
1284
|
-
*/
|
|
1285
|
-
const deleteChannelSupporterVideoContentChannelDeleteChannelIdDelete = (channelId, options) => {
|
|
1286
|
-
return axios_1.default.delete(`/supporter-video-content/channel/delete/${channelId}`, options);
|
|
1287
|
-
};
|
|
1288
|
-
/**
|
|
1289
|
-
* - **Last Version Update**: 1.0.0
|
|
1290
|
-
|
|
1291
|
-
- **Codes**: [A2.5.1N1, A2.5.1N7, A2.5.1N8]
|
|
1292
|
-
|
|
1293
|
-
- **Change Log**: []
|
|
1294
|
-
|
|
1295
|
-
- **Description**: Show list of movies and series
|
|
1296
|
-
|
|
1297
|
-
- **Path Parameters** :
|
|
1298
|
-
- type:
|
|
1299
|
-
- series :list of series
|
|
1300
|
-
- movies :list of movies
|
|
1301
|
-
|
|
1302
|
-
- status:
|
|
1303
|
-
- all : return all contents except deleted ones
|
|
1304
|
-
- mine : return contents created by staff
|
|
1305
|
-
- publish : return published contents
|
|
1306
|
-
- pending : retrun pending contents
|
|
1307
|
-
- deleted : return deleted contents
|
|
1308
|
-
|
|
1309
|
-
- filter :
|
|
1310
|
-
- release_date_start : filter contents that created after this time
|
|
1311
|
-
- release_date_end : filter contents that created before this time
|
|
1312
|
-
- update_time_start : filter contents that updated after this time
|
|
1313
|
-
- update_time_end : filter contents that updated befor this time
|
|
1314
|
-
|
|
1315
|
-
- search : search on contents title and imdb_code and id
|
|
1316
|
-
|
|
1317
|
-
- **Response**:
|
|
1318
|
-
- **200**: list of movies and series
|
|
1319
|
-
* @summary Get Contents List
|
|
1320
|
-
*/
|
|
1321
|
-
const getContentsListSupporterVideoContentContentListTypeGet = (type, params, options) => {
|
|
1322
|
-
return axios_1.default.get(`/supporter-video-content/content/list/${type}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1323
|
-
};
|
|
1324
|
-
/**
|
|
1325
|
-
* - **Last Version Update**: 1.1.2
|
|
1326
|
-
|
|
1327
|
-
- **Codes**: [A2.5.1N5]
|
|
1328
|
-
|
|
1329
|
-
- **Description**: logical delete video content . just change the content status and staff can retrieve from edit content path
|
|
1330
|
-
- changes
|
|
1331
|
-
- change not found message from "این محتوا یافت نشد" to Not Found
|
|
1332
|
-
|
|
1333
|
-
- **Path Parameters** :
|
|
1334
|
-
- video_content_id : id of video content should be deleted
|
|
1335
|
-
|
|
1336
|
-
- **Response**:
|
|
1337
|
-
- **200**: video content deleted successfully
|
|
1338
|
-
- **404**: video content not found
|
|
1339
|
-
* @summary Delete Content
|
|
1340
|
-
*/
|
|
1341
|
-
const deleteContentSupporterVideoContentContentDeleteDelete = (params, options) => {
|
|
1342
|
-
return axios_1.default.delete(`/supporter-video-content/content/delete`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1343
|
-
};
|
|
1344
|
-
/**
|
|
1345
|
-
* - **Last Version Update**: 1.0.1
|
|
1346
|
-
|
|
1347
|
-
- **Codes**: [A2.5.1N6]
|
|
1348
|
-
|
|
1349
|
-
- **Change Log**: []
|
|
1350
|
-
|
|
1351
|
-
- **Description**: Retrun content detail
|
|
1352
|
-
|
|
1353
|
-
- **Path Parameters** :
|
|
1354
|
-
- video content id : id of content
|
|
1355
|
-
|
|
1356
|
-
- **Response**:
|
|
1357
|
-
- **200**: video content detail
|
|
1358
|
-
- **404**: video content not found
|
|
1359
|
-
* @summary Get Content Detail
|
|
1360
|
-
*/
|
|
1361
|
-
const getContentDetailSupporterVideoContentContentDetailVideoContentIdGet = (videoContentId, options) => {
|
|
1362
|
-
return axios_1.default.get(`/supporter-video-content/content/detail/${videoContentId}`, options);
|
|
1363
|
-
};
|
|
1364
|
-
/**
|
|
1365
|
-
* - **Last Version Update**: 1.0.0
|
|
1366
|
-
|
|
1367
|
-
- **Codes**: [A2.5.8N1]
|
|
1368
|
-
|
|
1369
|
-
- **Change Log**: []
|
|
1370
|
-
|
|
1371
|
-
- **Description**: Merge two contents
|
|
1372
|
-
|
|
1373
|
-
- **Request Body** :
|
|
1374
|
-
- primary_video_content_id : id of content that remaon and completed with data of secondary_video_content_id
|
|
1375
|
-
- secondary_video_content_id : this content merge with primary_video_content_id and deleted
|
|
1376
|
-
|
|
1377
|
-
- **Response**:
|
|
1378
|
-
- **200**: video content created successfully
|
|
1379
|
-
- **404** : if any of primary_video_content_id, secondary_video_content_id not found
|
|
1380
|
-
* @summary Merge Contents
|
|
1381
|
-
*/
|
|
1382
|
-
const mergeContentsSupporterVideoContentContentMergePut = (mergeContentIncomeData, options) => {
|
|
1383
|
-
return axios_1.default.put(`/supporter-video-content/content/merge`, mergeContentIncomeData, options);
|
|
1384
|
-
};
|
|
1385
|
-
/**
|
|
1386
|
-
* - **Last Version Update**: 1.0.0
|
|
1387
|
-
|
|
1388
|
-
- **Codes**: [A2.5.8N8]
|
|
1389
|
-
|
|
1390
|
-
- **Change Log**: []
|
|
1391
|
-
|
|
1392
|
-
- **Description**: List of merged contents
|
|
1395
|
+
- ids : ids of content that separated by commas
|
|
1393
1396
|
|
|
1394
1397
|
- **Response**:
|
|
1395
|
-
- **200**:
|
|
1396
|
-
* @summary Get
|
|
1398
|
+
- **200**: Translation Team Members
|
|
1399
|
+
* @summary Get Notification List Content
|
|
1397
1400
|
*/
|
|
1398
|
-
const
|
|
1399
|
-
return axios_1.default.get(`/supporter-video-content/
|
|
1401
|
+
const getNotificationListContentSupporterVideoContentContentsRicherGet = (params, options) => {
|
|
1402
|
+
return axios_1.default.get(`/supporter-video-content/contents/richer`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1400
1403
|
};
|
|
1401
1404
|
/**
|
|
1402
1405
|
* - **Last Version Update**: 1.0.0
|
|
@@ -1458,706 +1461,164 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
1458
1461
|
return axios_1.default.delete(`/supporter-video-content/content/delete-attachment/${videoContentId}`, options);
|
|
1459
1462
|
};
|
|
1460
1463
|
/**
|
|
1461
|
-
* - **Last Version Update**: 1.
|
|
1464
|
+
* - **Last Version Update**: 1.4.14
|
|
1462
1465
|
|
|
1463
|
-
- **Codes**: [A2.5.
|
|
1466
|
+
- **Codes**: [A2.5.20N1, A2.5.20N5]
|
|
1464
1467
|
|
|
1465
1468
|
- **Change Log**: [
|
|
1466
|
-
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
- **Description**: Retrun list of incomplete contents
|
|
1470
|
-
|
|
1471
|
-
- **Path Parameters**:
|
|
1472
|
-
- search
|
|
1473
|
-
- incomplete :
|
|
1474
|
-
- genre : Display a list of contents that do not have a genre
|
|
1475
|
-
- year : Display a list of contents that do not have a year
|
|
1476
|
-
- persian-description : Display a list of contents that do not have description in persian language
|
|
1477
|
-
- english-description : Display a list of contents that do not have description in english language
|
|
1478
|
-
- anime-animelist : Display a list of anime that do not have animelist data
|
|
1479
|
-
- anime-animelist-score : Display a list of anime that do not have animelist score
|
|
1480
|
-
|
|
1481
|
-
- **Response**:
|
|
1482
|
-
- **200**: list of incomplete contents
|
|
1483
|
-
* @summary Get Incomplete Contents
|
|
1484
|
-
*/
|
|
1485
|
-
const getIncompleteContentsSupporterVideoContentContentIncompleteIncompleteGet = (incomplete, params, options) => {
|
|
1486
|
-
return axios_1.default.get(`/supporter-video-content/content/incomplete-${incomplete}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1487
|
-
};
|
|
1488
|
-
/**
|
|
1489
|
-
* - **Last Version Update**: 1.0.0
|
|
1469
|
+
- Date of changes: 050215
|
|
1470
|
+
- change quotes response model to array of quote documents. and add id field to the response model.
|
|
1490
1471
|
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
- **Change Log**: []
|
|
1494
|
-
|
|
1495
|
-
- **Description**: Get a translation team members
|
|
1496
|
-
|
|
1497
|
-
- **Response**:
|
|
1498
|
-
- **200**: Translation Team Members
|
|
1499
|
-
* @summary Get Translation Team
|
|
1500
|
-
*/
|
|
1501
|
-
const getTranslationTeamSupporterVideoContentTeamTranslationGet = (options) => {
|
|
1502
|
-
return axios_1.default.get(`/supporter-video-content/team/translation`, options);
|
|
1503
|
-
};
|
|
1504
|
-
/**
|
|
1505
|
-
* - **Last Version Update**: 1.0.0
|
|
1506
|
-
|
|
1507
|
-
- **Codes**: [A2.9.5N2, A2.9.5N3, A2.9.5N4]
|
|
1508
|
-
|
|
1509
|
-
- **Change Log**: []
|
|
1472
|
+
]
|
|
1510
1473
|
|
|
1511
|
-
- **Description**:
|
|
1474
|
+
- **Description**: List of contents with quotes and without quotes
|
|
1512
1475
|
|
|
1513
1476
|
- **Path Parameters**:
|
|
1514
|
-
-
|
|
1515
|
-
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
- update_end_date : retrun translated of content by staff that updated befor create_end_date
|
|
1519
|
-
- status : filter base status of translations
|
|
1477
|
+
- search : search on list of contents
|
|
1478
|
+
- type :
|
|
1479
|
+
with-quote : return list of contents with quote
|
|
1480
|
+
without-quote : return list of contents without quote
|
|
1520
1481
|
|
|
1521
1482
|
- **Response**:
|
|
1522
|
-
- **200**:
|
|
1523
|
-
* @summary Get
|
|
1483
|
+
- **200**: list of contents
|
|
1484
|
+
* @summary Get Content With Quotes And Withot Quotes
|
|
1524
1485
|
*/
|
|
1525
|
-
const
|
|
1526
|
-
return axios_1.default.get(`/supporter-video-content/
|
|
1486
|
+
const getContentWithQuotesAndWithotQuotesSupporterVideoContentQuoteContentsTypeGet = (type, params, options) => {
|
|
1487
|
+
return axios_1.default.get(`/supporter-video-content/quote/contents/${type}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1527
1488
|
};
|
|
1528
1489
|
/**
|
|
1529
1490
|
* - **Last Version Update**: 1.0.0
|
|
1530
1491
|
|
|
1531
|
-
- **Codes**: [A2.
|
|
1532
|
-
|
|
1533
|
-
- **Change Log**: []
|
|
1534
|
-
|
|
1535
|
-
- **Description**: Get a check team members
|
|
1536
|
-
|
|
1537
|
-
- **Response**:
|
|
1538
|
-
- **200**: check Team Members
|
|
1539
|
-
* @summary Get Check Team
|
|
1540
|
-
*/
|
|
1541
|
-
const getCheckTeamSupporterVideoContentTeamCheckGet = (options) => {
|
|
1542
|
-
return axios_1.default.get(`/supporter-video-content/team/check`, options);
|
|
1543
|
-
};
|
|
1544
|
-
/**
|
|
1545
|
-
* - **Last Version Update**: 1.3.4
|
|
1546
|
-
|
|
1547
|
-
- **Codes**: [A2.9.6N2, A2.9.6N3, A2.9.6N4, A2.9.6N5]
|
|
1548
|
-
|
|
1549
|
-
- **Change Log**: [
|
|
1550
|
-
- Version: 1.3.4
|
|
1551
|
-
- changes: edit poster,screenshot,subtitle,quality
|
|
1552
|
-
|
|
1553
|
-
- Changes Date: 030811
|
|
1554
|
-
- changes : replace date with create_time
|
|
1555
|
-
]
|
|
1556
|
-
|
|
1557
|
-
- **Description**: Get the staff performance in check team with number of done checkd and list of checkd video contents
|
|
1558
|
-
|
|
1559
|
-
- **Path Parameters**:
|
|
1560
|
-
- search : search on translated contents of staff id
|
|
1561
|
-
- start_date : filter chekcd of content by staff that created after start_date
|
|
1562
|
-
- end_date : filter chekcd of content by staff that created befor end_date
|
|
1563
|
-
- status : filter base status of checks
|
|
1564
|
-
|
|
1565
|
-
- **Response**:
|
|
1566
|
-
- **200**: return count of checkd and detail
|
|
1567
|
-
* @summary Get Performance Of Check Team
|
|
1568
|
-
*/
|
|
1569
|
-
const getPerformanceOfCheckTeamSupporterVideoContentTeamCheckPerformanceGet = (params, options) => {
|
|
1570
|
-
return axios_1.default.get(`/supporter-video-content/team/check/performance`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1571
|
-
};
|
|
1572
|
-
/**
|
|
1573
|
-
* - **Last Version Update**: 1.3.5
|
|
1574
|
-
|
|
1575
|
-
- **Codes**: [A2.5.12N1, A2.5.12N2, A2.5.12N3, A2.6.15N1]
|
|
1576
|
-
|
|
1577
|
-
- **Change Log**: []
|
|
1578
|
-
|
|
1579
|
-
- **Description**: get statistics.for get notification list use should use notification microservice
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
- **Path Parameters**:
|
|
1583
|
-
- video_content_id : id of the video
|
|
1584
|
-
|
|
1585
|
-
- **Response**:
|
|
1586
|
-
- **200**: return statistics of specified video
|
|
1587
|
-
- total_notification_list
|
|
1588
|
-
- total_favorite_list
|
|
1589
|
-
- total_download_list
|
|
1590
|
-
- total_watch_list
|
|
1591
|
-
- comment_count
|
|
1592
|
-
- score
|
|
1593
|
-
- **404**: video content not found
|
|
1594
|
-
* @summary Get Content Statistics
|
|
1595
|
-
*/
|
|
1596
|
-
const getContentStatisticsSupporterVideoContentContentStatisticsVideoContentIdGet = (videoContentId, options) => {
|
|
1597
|
-
return axios_1.default.get(`/supporter-video-content/content/statistics/${videoContentId}`, options);
|
|
1598
|
-
};
|
|
1599
|
-
/**
|
|
1600
|
-
* - **Last Version Update**: 1.4.3
|
|
1601
|
-
|
|
1602
|
-
- **Codes**: [
|
|
1603
|
-
A2.6.15N1, A2.6.15N2, A2.6.15N3,
|
|
1604
|
-
A2.6.16N1, A2.6.16N2, A2.6.16N3
|
|
1605
|
-
]
|
|
1606
|
-
|
|
1607
|
-
- **Change Log**: [
|
|
1608
|
-
- Version: 1.4.3
|
|
1609
|
-
- Changes Date: 040806
|
|
1610
|
-
- changes: change api from /supporter-video-contentcontent/statistics/published-and-unpublished to /supporter-video-content/content/statistics/list/{request_type}
|
|
1611
|
-
- add request_type to published and unpublished contents endpoint to /supporter-video-content/content/statistics/list/{request_type}
|
|
1612
|
-
|
|
1613
|
-
- Version: 1.4.2
|
|
1614
|
-
- Changes Date: 040803
|
|
1615
|
-
- changes: add main_content_type to published and unpublished contents endpoint
|
|
1616
|
-
]
|
|
1617
|
-
|
|
1618
|
-
- **Description**: Return list of contents
|
|
1619
|
-
|
|
1620
|
-
- **Path Parameters**:
|
|
1621
|
-
- search : string
|
|
1622
|
-
|
|
1623
|
-
- **Response**:
|
|
1624
|
-
- **200**: list of contents
|
|
1625
|
-
* @summary Get Published And Unpublished Content List And Incomplete Stream
|
|
1626
|
-
*/
|
|
1627
|
-
const getPublishedAndUnpublishedContentListAndIncompleteStreamSupporterVideoContentContentStatisticsListRequestTypeGet = (requestType, params, options) => {
|
|
1628
|
-
return axios_1.default.get(`/supporter-video-content/content/statistics/list/${requestType}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1629
|
-
};
|
|
1630
|
-
/**
|
|
1631
|
-
* - **Last Version Update**: 1.0.0
|
|
1632
|
-
|
|
1633
|
-
- **Codes**: [A2.19N1, A2.19.N3, A2.19.N5, A2.19N7, A2.19N9, A2.19N11, A2.19N14, A2.19N16]
|
|
1634
|
-
|
|
1635
|
-
- **Description**: return seo for specific video content,genre,category,box_office,top_content,home_page,stream_page,explore_page
|
|
1636
|
-
|
|
1637
|
-
- **Path Parameters**:
|
|
1638
|
-
- **type**:
|
|
1639
|
-
- video content : return seo for specific video content if exists
|
|
1640
|
-
- genre : return seo for specific genre if exists
|
|
1641
|
-
- category : return seo for specific category if exists
|
|
1642
|
-
- box_office : return seo for specific box_office if exists
|
|
1643
|
-
- top_content : return seo for specific top_content if exists
|
|
1644
|
-
- home_page : return seo for specific home_page if exists
|
|
1645
|
-
- stream_page : return seo for specific stream_page if exists
|
|
1646
|
-
- explore_page : return seo for specific explore_page if exists
|
|
1647
|
-
- **document_id**: id of document should returned
|
|
1648
|
-
|
|
1649
|
-
- **Response**:
|
|
1650
|
-
- **200**: seo of data
|
|
1651
|
-
- **404**: if there's not exists seo for this document
|
|
1652
|
-
* @summary Get Seo
|
|
1653
|
-
*/
|
|
1654
|
-
const getSeoSupporterVideoContentSeoTypeGet = (type, params, options) => {
|
|
1655
|
-
return axios_1.default.get(`/supporter-video-content/seo/${type}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1656
|
-
};
|
|
1657
|
-
/**
|
|
1658
|
-
* - **Last Version Update**: 1.0.0
|
|
1659
|
-
|
|
1660
|
-
- **Codes**: [A2.19N8, A2.19N10, A2.19N12, A2.19N13, A2.19N15]
|
|
1661
|
-
|
|
1662
|
-
- **Change Log**: []
|
|
1663
|
-
|
|
1664
|
-
- **Description**: add seo for "box_office", "top_content", "home_page", "stream_page", "explore_page"
|
|
1665
|
-
|
|
1666
|
-
- **Path Parameters**:
|
|
1667
|
-
- **type**:
|
|
1668
|
-
- box_office : add seo for box_office
|
|
1669
|
-
- top_content : add seo for top_content
|
|
1670
|
-
- home_page : add seo for home_page
|
|
1671
|
-
- stream_page : add seo for stream_page
|
|
1672
|
-
- explore_page : add seo for explore_page
|
|
1673
|
-
|
|
1674
|
-
- **Response**:
|
|
1675
|
-
- **200**: create seo for pages
|
|
1676
|
-
* @summary Add Seo
|
|
1677
|
-
*/
|
|
1678
|
-
const addSeoSupporterVideoContentSeoAddPageTypePost = (type, sEOIncomeModel, options) => {
|
|
1679
|
-
return axios_1.default.post(`/supporter-video-content/seo/add/page/${type}`, sEOIncomeModel, options);
|
|
1680
|
-
};
|
|
1681
|
-
/**
|
|
1682
|
-
* - **Last Version Update**: 1.0.0
|
|
1683
|
-
|
|
1684
|
-
- **Codes**: [A2.19N2, A2.19N4, A2.19N6]
|
|
1685
|
-
|
|
1686
|
-
- **Change Log**: []
|
|
1687
|
-
|
|
1688
|
-
- **Description**: add seo for documents of video content , category, genre
|
|
1689
|
-
|
|
1690
|
-
- **Path Parameters**:
|
|
1691
|
-
- **type**:
|
|
1692
|
-
- video_content : add seo for video content
|
|
1693
|
-
- genre : add seo for genre
|
|
1694
|
-
- category : add seo for category
|
|
1695
|
-
- **document_id**
|
|
1696
|
-
|
|
1697
|
-
- **Response**:
|
|
1698
|
-
- **200**: create seo for documents
|
|
1699
|
-
- **404**: not found
|
|
1700
|
-
* @summary Add Document Seo
|
|
1701
|
-
*/
|
|
1702
|
-
const addDocumentSeoSupporterVideoContentSeoAddTypePost = (type, sEOIncomeModel, params, options) => {
|
|
1703
|
-
return axios_1.default.post(`/supporter-video-content/seo/add/${type}`, sEOIncomeModel, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1704
|
-
};
|
|
1705
|
-
/**
|
|
1706
|
-
* - **Last Version Update**: 1.0.0
|
|
1707
|
-
|
|
1708
|
-
- **Codes**: [A2.5.1N3,A2.5.2N3]
|
|
1709
|
-
|
|
1710
|
-
- **Change Log**: []
|
|
1711
|
-
|
|
1712
|
-
- **Description**: if content with this imdb code be in database, then return content else create new content
|
|
1713
|
-
|
|
1714
|
-
- **Path Parameters** :
|
|
1715
|
-
- imdb code : imb code of content to create
|
|
1716
|
-
|
|
1717
|
-
- **Response**:
|
|
1718
|
-
- **200**: created or retrieved content
|
|
1719
|
-
* @summary Create Content With Imdb
|
|
1720
|
-
*/
|
|
1721
|
-
const createContentWithImdbSupporterVideoContentContentNewImdbImdbCodePost = (imdbCode, options) => {
|
|
1722
|
-
return axios_1.default.post(`/supporter-video-content/content/new/imdb/${imdbCode}`, undefined, options);
|
|
1723
|
-
};
|
|
1724
|
-
/**
|
|
1725
|
-
* - **Last Version Update**: 1.3.11
|
|
1726
|
-
|
|
1727
|
-
- **Codes**: [A2.5.1N2]
|
|
1728
|
-
|
|
1729
|
-
- **Change Log**: [
|
|
1730
|
-
Version 1.3.11
|
|
1731
|
-
- Date Of Changes : 040122
|
|
1732
|
-
- User Changes :
|
|
1733
|
-
- edit notification data
|
|
1734
|
-
]
|
|
1735
|
-
|
|
1736
|
-
- **Description**: Create a new movie content
|
|
1737
|
-
|
|
1738
|
-
- **Request Body** :
|
|
1739
|
-
- movie_infos : title and description of content in specified language
|
|
1740
|
-
- status : status of content
|
|
1741
|
-
- year : year of content created
|
|
1742
|
-
- budget: budget of content
|
|
1743
|
-
- genres : list of genres ids
|
|
1744
|
-
- categories : list of categories ids
|
|
1745
|
-
- options: list of options ids
|
|
1746
|
-
- languages : list of languages ids in priority
|
|
1747
|
-
- countries : list of countries
|
|
1748
|
-
- mpaa: age range of content
|
|
1749
|
-
- times : times of different content versions
|
|
1750
|
-
- external_ratings : votes and score of votes for content on different sites
|
|
1751
|
-
- release_date : date of release in site
|
|
1752
|
-
- release_dates : release dates of different content versions
|
|
1753
|
-
- file_directory_data : file directory data
|
|
1754
|
-
- other_names : add other names
|
|
1755
|
-
- notification_data: content of published notification
|
|
1756
|
-
- send_publish_notification: to send notification to users when content is published
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
- **Response**:
|
|
1760
|
-
- **200** : video content created successfully.
|
|
1761
|
-
- **404** : if any of genres, categories, options, languages, countries,mpaa, times ids and external movie sites dos not exist
|
|
1762
|
-
* @summary Create Movie Content Manually
|
|
1763
|
-
*/
|
|
1764
|
-
const createMovieContentManuallySupporterVideoContentContentNewMovieManuallyPost = (manuallyMovieContentIncomeModel, options) => {
|
|
1765
|
-
return axios_1.default.post(`/supporter-video-content/content/new/movie/manually`, manuallyMovieContentIncomeModel, options);
|
|
1766
|
-
};
|
|
1767
|
-
/**
|
|
1768
|
-
* - **Last Version Update**: 1.3.11
|
|
1769
|
-
|
|
1770
|
-
- **Codes**: [A2.5.2N2]
|
|
1771
|
-
|
|
1772
|
-
- **Change Log**: [
|
|
1773
|
-
Version 1.3.11
|
|
1774
|
-
- Date Of Changes : 040122
|
|
1775
|
-
- User Changes :
|
|
1776
|
-
- edit notification data , series_meta_data
|
|
1777
|
-
|
|
1778
|
-
Version 1.3.6
|
|
1779
|
-
- Date Of Changes : 031218
|
|
1780
|
-
- List Of Changes:
|
|
1781
|
-
- add other names
|
|
1782
|
-
]
|
|
1783
|
-
|
|
1784
|
-
- **Description**: Create a new series content
|
|
1785
|
-
- Date Of Update : 030414
|
|
1786
|
-
- changes: change channel to list of channels
|
|
1787
|
-
|
|
1788
|
-
- **Request Body** :
|
|
1789
|
-
- movie_infos : title and description of content in specified language
|
|
1790
|
-
- status : status of content
|
|
1791
|
-
- year : year of content created
|
|
1792
|
-
- budget: budget of content
|
|
1793
|
-
- genres : list of genres ids
|
|
1794
|
-
- categories : list of categories ids
|
|
1795
|
-
- languages : list of languages ids in priority
|
|
1796
|
-
- countries : list of countries
|
|
1797
|
-
- mpaa: age range of content
|
|
1798
|
-
- times : times of different content versions
|
|
1799
|
-
- external_ratings : votes and score of votes for content on different sites
|
|
1800
|
-
- release_date : date of release in site
|
|
1801
|
-
- release_dates : release dates of different content versions
|
|
1802
|
-
- file_directory_data : file directory data
|
|
1803
|
-
- channels : list of channels
|
|
1804
|
-
- year end : year of the series ended
|
|
1805
|
-
- other_names : add other names
|
|
1806
|
-
- notification_data: content of published notification
|
|
1807
|
-
- send_publish_notification: to send notification to users when content is published
|
|
1808
|
-
|
|
1809
|
-
- **Response**:
|
|
1810
|
-
- **200**: video content created successfully
|
|
1811
|
-
- **404** : if any of genres, categories, options, languages, countries,mpaa, times ids and external movie sites dos not exist
|
|
1812
|
-
* @summary Create series manually
|
|
1813
|
-
*/
|
|
1814
|
-
const createSeriesContentManuallySupporterVideoContentContentNewSeriesManuallyPost = (manuallySeriesContentIncomeModel, options) => {
|
|
1815
|
-
return axios_1.default.post(`/supporter-video-content/content/new/series/manually`, manuallySeriesContentIncomeModel, options);
|
|
1816
|
-
};
|
|
1817
|
-
/**
|
|
1818
|
-
* - **Last Version Update**: 1.3.6
|
|
1819
|
-
|
|
1820
|
-
- **Codes**: [A2.5.1N4]
|
|
1821
|
-
|
|
1822
|
-
- **Change Log**: [
|
|
1823
|
-
Version 1.3.6
|
|
1824
|
-
- Date Of Changes : 031218
|
|
1825
|
-
- List Of Changes:
|
|
1826
|
-
- add other names
|
|
1827
|
-
]
|
|
1828
|
-
|
|
1829
|
-
- **Description**: Edit movie content.
|
|
1830
|
-
|
|
1831
|
-
- **Path Parameters** :
|
|
1832
|
-
- video content id : id of content should edited
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
- **Request Body** :
|
|
1836
|
-
- status : status of content
|
|
1837
|
-
- year : year of content created
|
|
1838
|
-
- budget: budget of content
|
|
1839
|
-
- genres : list of genres ids
|
|
1840
|
-
- categories : list of categories ids
|
|
1841
|
-
- options: list of options ids
|
|
1842
|
-
- languages : list of languages ids in priority
|
|
1843
|
-
- countries : list of countries
|
|
1844
|
-
- mpaa: age range of content
|
|
1845
|
-
- times : times of different content versions
|
|
1846
|
-
- external_ratings : votes and score of votes for content on different sites except **imdb**
|
|
1847
|
-
- release_dates : release dates of different content versions
|
|
1848
|
-
- extra_data : data of publish content in site and notifications data
|
|
1849
|
-
- release_date : time to released content in site
|
|
1850
|
-
- update_post_date: to show content in updates contents
|
|
1851
|
-
- notification_data : data of notification to send to users. get notificaton id from notification microservices
|
|
1852
|
-
- other_names : list of other names
|
|
1853
|
-
- comment_status : status of comment
|
|
1854
|
-
|
|
1855
|
-
- **Response**:
|
|
1856
|
-
- **200**: video content edited
|
|
1857
|
-
- **400** : Bad request(e.g staff cant change or edit content imdb code)
|
|
1858
|
-
- **404**: video content not found
|
|
1859
|
-
* @summary Edit Movie Content
|
|
1860
|
-
*/
|
|
1861
|
-
const editMovieContentSupporterVideoContentContentPutMovieVideoContentIdPut = (videoContentId, editMovieContentIncomeData, options) => {
|
|
1862
|
-
return axios_1.default.put(`/supporter-video-content/content/put/movie/${videoContentId}`, editMovieContentIncomeData, options);
|
|
1863
|
-
};
|
|
1864
|
-
/**
|
|
1865
|
-
* - **Last Version Update**: 1.3.6
|
|
1866
|
-
|
|
1867
|
-
- **Codes**: [A2.5.2N4]
|
|
1868
|
-
|
|
1869
|
-
- **Change Log**: [
|
|
1870
|
-
Version 1.3.6
|
|
1871
|
-
- Date Of Changes : 031218
|
|
1872
|
-
- List Of Changes:
|
|
1873
|
-
- add other names
|
|
1874
|
-
]
|
|
1875
|
-
|
|
1876
|
-
- **Description**: Edit series content.
|
|
1877
|
-
- Date Of Update: 030414
|
|
1878
|
-
-changes : convert channel to list of channels with name channels
|
|
1879
|
-
|
|
1880
|
-
- **Path Parameters** :
|
|
1881
|
-
- video content id : id of content should edited
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
- **Request Body** :
|
|
1885
|
-
- status : status of content
|
|
1886
|
-
- year : year of content created
|
|
1887
|
-
- budget: budget of content
|
|
1888
|
-
- genres : list of genres ids
|
|
1889
|
-
- categories : list of categories ids
|
|
1890
|
-
- options: list of options ids
|
|
1891
|
-
- languages : list of languages ids in priority
|
|
1892
|
-
- countries : list of countries
|
|
1893
|
-
- mpaa: age range of content
|
|
1894
|
-
- times : times of different content versions
|
|
1895
|
-
- external_ratings : votes and score of votes for content on different sites except **imdb**
|
|
1896
|
-
- release_dates : release dates of different content versions
|
|
1897
|
-
- extra_data : data of publish content in site and notifications data
|
|
1898
|
-
- release_date : time to released content in site
|
|
1899
|
-
- update_post_date: to show content in updates contents
|
|
1900
|
-
- notification_data : data of notification to send to users. get notification id from notification microservices
|
|
1901
|
-
- channels : list of channel ids
|
|
1902
|
-
- year end : year of the series ended
|
|
1903
|
-
- other_names : list of other names
|
|
1904
|
-
- comment_status : status of comment
|
|
1905
|
-
|
|
1906
|
-
- **Response**:
|
|
1907
|
-
- **200**: video content edited
|
|
1908
|
-
- **400** : Bad request(e.g staff cant change or edit content imdb code)
|
|
1909
|
-
- **404**: video content not found
|
|
1910
|
-
* @summary Edit Series Content
|
|
1911
|
-
*/
|
|
1912
|
-
const editSeriesContentSupporterVideoContentContentPutSeriesVideoContentIdPut = (videoContentId, editSeriesContentIncomeData, options) => {
|
|
1913
|
-
return axios_1.default.put(`/supporter-video-content/content/put/series/${videoContentId}`, editSeriesContentIncomeData, options);
|
|
1914
|
-
};
|
|
1915
|
-
/**
|
|
1916
|
-
* - **Last Version Update**: 1.2.3
|
|
1917
|
-
|
|
1918
|
-
- **Codes**: [A2.12N2]
|
|
1919
|
-
|
|
1920
|
-
- **Change Log**: []
|
|
1921
|
-
|
|
1922
|
-
- **Description**: return staff system settings
|
|
1923
|
-
|
|
1924
|
-
- **Response**:
|
|
1925
|
-
- **200**: return system settings
|
|
1926
|
-
* @summary Get Cache Settings
|
|
1927
|
-
*/
|
|
1928
|
-
const getCacheSettingsSupporterVideoContentCachSettingsGet = (options) => {
|
|
1929
|
-
return axios_1.default.get(`/supporter-video-content/cach-settings`, options);
|
|
1930
|
-
};
|
|
1931
|
-
/**
|
|
1932
|
-
* - **Last Version Update**: 1.2.3
|
|
1933
|
-
|
|
1934
|
-
- **Codes**: [A2.12N2]
|
|
1935
|
-
|
|
1936
|
-
- **Change Log**: []
|
|
1937
|
-
|
|
1938
|
-
- **Description**: create and return staff system settings
|
|
1939
|
-
|
|
1940
|
-
- **Response**:
|
|
1941
|
-
- **200**: created or updated system settings
|
|
1942
|
-
* @summary Create Or Update Cache Settings
|
|
1943
|
-
*/
|
|
1944
|
-
const createOrUpdateCacheSettingsSupporterVideoContentCachSettingsPost = (cachSettingsRequestModel, options) => {
|
|
1945
|
-
return axios_1.default.post(`/supporter-video-content/cach-settings`, cachSettingsRequestModel, options);
|
|
1946
|
-
};
|
|
1947
|
-
/**
|
|
1948
|
-
* - **Last Version Update**: 1.3.9
|
|
1949
|
-
|
|
1950
|
-
- **Codes**: [A2.12.1N2,A2.12.1N3,A2.12.1N4]
|
|
1951
|
-
|
|
1952
|
-
- **Change Log**: [
|
|
1953
|
-
- Version of Changes : 1.3.9
|
|
1954
|
-
- Changes : complete all logs
|
|
1955
|
-
]
|
|
1956
|
-
|
|
1957
|
-
- **Description**: create and return staff system settings
|
|
1958
|
-
|
|
1959
|
-
- **Request Body**:
|
|
1960
|
-
- settings : list of settings
|
|
1961
|
-
- id : id of setting
|
|
1962
|
-
- setting_name : name of setting :
|
|
1963
|
-
- content_restore_duration_from_checklist تعیین مدت زمان بازگردانی محتوا از چک لیست راهبر به چک لیست اصلی : A2.12.1N2
|
|
1964
|
-
- content_restore_duration_from_summary_list تعیین مدت زمان بازگردانی محتوا از لیست خلاصه داستان راهبر به لیست خلاصه داستان اصلی : A2.12.1N3
|
|
1965
|
-
- hero_section_display_duration تعیین مدت زمان برای نمایش هیروسکشن : A2.12.1N4
|
|
1966
|
-
- video_update_interval: تعیین زمان به روزآوری وضعیت و اطلاعات ویدیوها : A2.12.1N1
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
- setting_value : value of setting
|
|
1970
|
-
|
|
1971
|
-
- **Response**:
|
|
1972
|
-
- **200**: created or updated system settings
|
|
1973
|
-
* @summary Create Or Update System Settings
|
|
1974
|
-
*/
|
|
1975
|
-
const createOrUpdateSystemSettingsSupporterVideoContentSystemSettingsPost = (systemSettingsRequestModel, options) => {
|
|
1976
|
-
return axios_1.default.post(`/supporter-video-content/system-settings`, systemSettingsRequestModel, options);
|
|
1977
|
-
};
|
|
1978
|
-
/**
|
|
1979
|
-
* - **Last Version Update**: 1.4.0
|
|
1980
|
-
|
|
1981
|
-
- **Codes**: [A2.12N2]
|
|
1982
|
-
|
|
1983
|
-
- **Change Log**: [
|
|
1984
|
-
- Version of Changes : 1.4.0
|
|
1985
|
-
- Changes : convert setting_name to list of setting_name in /supporter-video-content/system-settings
|
|
1986
|
-
]
|
|
1987
|
-
|
|
1988
|
-
- **Description**: return staff system settings
|
|
1989
|
-
|
|
1990
|
-
- **Parameters**:
|
|
1991
|
-
- setting_name : comma-separated list of setting names (optional) :
|
|
1992
|
-
- content_restore_duration_from_checklist تعیین مدت زمان بازگردانی محتوا از چک لیست راهبر به چک لیست اصلی
|
|
1993
|
-
- content_restore_duration_from_summary_list تعیین مدت زمان بازگردانی محتوا از لیست خلاصه داستان راهبر به لیست خلاصه داستان اصلی
|
|
1994
|
-
- hero_section_display_duration تعیین مدت زمان برای نمایش هیروسکشن
|
|
1995
|
-
- video_update_interval: تعیین زمان به روزآوری وضعیت و اطلاعات ویدیوها : A2.12.1N1
|
|
1996
|
-
|
|
1997
|
-
- **Response**:
|
|
1998
|
-
- **200**: return system settings
|
|
1999
|
-
* @summary Get System Settings
|
|
2000
|
-
*/
|
|
2001
|
-
const getSystemSettingsSupporterVideoContentSystemSettingsGet = (params, options) => {
|
|
2002
|
-
return axios_1.default.get(`/supporter-video-content/system-settings`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2003
|
-
};
|
|
2004
|
-
/**
|
|
2005
|
-
* - **Last Version Update**: 1.3.13
|
|
2006
|
-
|
|
2007
|
-
- **Codes**: [A2.12.1N5]
|
|
2008
|
-
|
|
2009
|
-
- **Change Log**: []
|
|
2010
|
-
|
|
2011
|
-
- **Parameters**:
|
|
2012
|
-
- update_anime_movie_contents:اپدیت فیلم/انیمه همان سال
|
|
2013
|
-
- update_anime_series_contents: اپدیت سریال/انیمه همان سال یا سریال های در حال پخش
|
|
2014
|
-
- update_last_year_contents: اپدیت عناوینی سال های قبل
|
|
2015
|
-
- update_finished_contents: اپدیت سریال/انیمه های سال که پخش آن ها تمام شده
|
|
2016
|
-
|
|
2017
|
-
- **Description**: update contents
|
|
2018
|
-
* @summary Update Contents
|
|
2019
|
-
*/
|
|
2020
|
-
const updateContentsSupporterVideoContentsystemSettingsUpdateContentsPut = (forceUpdateContentsEnum, options) => {
|
|
2021
|
-
return axios_1.default.put(`/supporter-video-contentsystem-settings/update-contents`, forceUpdateContentsEnum, options);
|
|
2022
|
-
};
|
|
2023
|
-
/**
|
|
2024
|
-
* - **Last Version Update**: 1.4.10
|
|
2025
|
-
|
|
2026
|
-
- **Codes**: [A2.5.16N1, A2.5.16N6,2-5-22N1]
|
|
2027
|
-
|
|
2028
|
-
- **Change Log**: [
|
|
2029
|
-
|
|
2030
|
-
]
|
|
2031
|
-
|
|
2032
|
-
- **Description**:
|
|
2033
|
-
Get paginated list of collectors (genres, categories, or options).
|
|
2034
|
-
|
|
2035
|
-
- **collector_type**: one of `genres`, `categories`, `options`
|
|
2036
|
-
- **search**: optional search on slug/name
|
|
2037
|
-
- **Response**: paginated list with count
|
|
2038
|
-
|
|
2039
|
-
- **Path Parameters**:
|
|
2040
|
-
- search : search on list of collectors
|
|
2041
|
-
|
|
2042
|
-
- **Response**:
|
|
2043
|
-
- **200**: paginated list of collectors
|
|
2044
|
-
* @summary Collectors List
|
|
2045
|
-
*/
|
|
2046
|
-
const collectorsListSupporterVideoContentCollectorsCollectorTypeGet = (collectorType, params, options) => {
|
|
2047
|
-
return axios_1.default.get(`/supporter-video-content/collectors/${collectorType}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2048
|
-
};
|
|
2049
|
-
/**
|
|
2050
|
-
* - **Last Version Update**: 1.4.10
|
|
2051
|
-
|
|
2052
|
-
- **Codes**: [A2.5.16N2]
|
|
1492
|
+
- **Codes**: [A2.5.20N4]
|
|
2053
1493
|
|
|
2054
1494
|
- **Change Log**: []
|
|
2055
1495
|
|
|
2056
|
-
- **Description**:
|
|
2057
|
-
Create a collector (genre, category, or option).
|
|
2058
|
-
|
|
2059
|
-
- **collector_type**: one of `genres`, `categories`, `options`
|
|
2060
|
-
- **Request Body**: translations (language_code, name), poster (file)
|
|
2061
|
-
- **Response**: created collector
|
|
1496
|
+
- **Description**: Delete quote of video contents
|
|
2062
1497
|
|
|
2063
|
-
- **
|
|
2064
|
-
-
|
|
2065
|
-
- language_code : language code that we want to set name to genre in thi code
|
|
2066
|
-
- name : name of genre
|
|
1498
|
+
- **Path Parameters** :
|
|
1499
|
+
- video content id : delete list of quotes for this id
|
|
2067
1500
|
|
|
2068
1501
|
- **Response**:
|
|
2069
|
-
- **200
|
|
2070
|
-
- **
|
|
2071
|
-
* @summary
|
|
1502
|
+
- **200** : delete list of quotes for this id
|
|
1503
|
+
- **404** : video content not found
|
|
1504
|
+
* @summary Delete All Quotes For Video Content
|
|
2072
1505
|
*/
|
|
2073
|
-
const
|
|
2074
|
-
return axios_1.default.
|
|
1506
|
+
const deleteAllQuotesForVideoContentSupporterVideoContentQuoteContentDeleteVideoContentIdDelete = (videoContentId, options) => {
|
|
1507
|
+
return axios_1.default.delete(`/supporter-video-content/quote/content/delete/${videoContentId}`, options);
|
|
2075
1508
|
};
|
|
2076
1509
|
/**
|
|
2077
|
-
* - **Last Version Update**: 1.
|
|
1510
|
+
* - **Last Version Update**: 1.0.0
|
|
2078
1511
|
|
|
2079
|
-
- **Codes**: [A2.5.
|
|
1512
|
+
- **Codes**: [A2.5.20N3]
|
|
2080
1513
|
|
|
2081
1514
|
- **Change Log**: []
|
|
2082
1515
|
|
|
2083
|
-
- **Description**:
|
|
2084
|
-
Edit a collector (genre, category, or option).
|
|
2085
|
-
|
|
2086
|
-
- **collector_type**: one of `genres`, `categories`, `options`
|
|
2087
|
-
- **collector_id**: id of the collector to edit
|
|
2088
|
-
- **Request Body**: translations (language_code, name); poster optional
|
|
2089
|
-
- **Response**: updated collector
|
|
1516
|
+
- **Description**: Get quotes of specified video content
|
|
2090
1517
|
|
|
2091
1518
|
- **Path Parameters**:
|
|
2092
|
-
-
|
|
2093
|
-
|
|
2094
|
-
- **Request Body**:
|
|
2095
|
-
- translations: list of these elments
|
|
2096
|
-
- language_code : language code that we want to set name to collector in thi code
|
|
2097
|
-
- name : name of collector
|
|
1519
|
+
- video_content_id : quote of this video id
|
|
2098
1520
|
|
|
2099
1521
|
- **Response**:
|
|
2100
|
-
- **200**:
|
|
2101
|
-
- **404**:
|
|
2102
|
-
|
|
2103
|
-
* @summary Edit Collector
|
|
1522
|
+
- **200**: quotes list
|
|
1523
|
+
- **404**: video content not found
|
|
1524
|
+
* @summary Get Content All Quotes
|
|
2104
1525
|
*/
|
|
2105
|
-
const
|
|
2106
|
-
return axios_1.default.
|
|
1526
|
+
const getContentAllQuotesSupporterVideoContentQuoteContentQuotesVideoContentIdGet = (videoContentId, options) => {
|
|
1527
|
+
return axios_1.default.get(`/supporter-video-content/quote/content/quotes/${videoContentId}`, options);
|
|
2107
1528
|
};
|
|
2108
1529
|
/**
|
|
2109
|
-
* - **Last Version Update**: 1.4.
|
|
2110
|
-
|
|
2111
|
-
- **Codes**: [A2.5.16N3]
|
|
1530
|
+
* - **Last Version Update**: 1.4.14
|
|
2112
1531
|
|
|
2113
|
-
- **
|
|
1532
|
+
- **Codes**: [A2.5.20N2]
|
|
2114
1533
|
|
|
2115
|
-
- **
|
|
2116
|
-
|
|
1534
|
+
- **Change Log**: [
|
|
1535
|
+
- Date of changes: 050215
|
|
1536
|
+
- changes: response model changed to VideoContentQuote
|
|
1537
|
+
- response: data now returns created quote document directly.
|
|
1538
|
+
]
|
|
2117
1539
|
|
|
2118
|
-
|
|
2119
|
-
- **collector_id**: id of the collector
|
|
2120
|
-
- **poster**: image file (jpg, jpeg, webp, png; max 16MB)
|
|
2121
|
-
- **Response**: updated collector with new poster paths
|
|
1540
|
+
- **Description**: Create quotes for the specified video content
|
|
2122
1541
|
|
|
2123
1542
|
- **Path Parameters**:
|
|
2124
|
-
-
|
|
1543
|
+
- video_content_id : create quotes for this video content
|
|
2125
1544
|
|
|
2126
|
-
- **Request Body
|
|
2127
|
-
-
|
|
2128
|
-
-
|
|
2129
|
-
-
|
|
1545
|
+
- **Request Body** :
|
|
1546
|
+
- quotes: list of these elements
|
|
1547
|
+
- quote : text of quote
|
|
1548
|
+
- character_name : real name of actor
|
|
1549
|
+
- actor_name : actor name
|
|
2130
1550
|
|
|
2131
1551
|
- **Response**:
|
|
2132
|
-
- **200**:
|
|
2133
|
-
- **404**:
|
|
2134
|
-
|
|
2135
|
-
* @summary Upload Collector Poster
|
|
1552
|
+
- **200**: created quote document
|
|
1553
|
+
- **404**: video content not found
|
|
1554
|
+
* @summary Create Quote
|
|
2136
1555
|
*/
|
|
2137
|
-
const
|
|
2138
|
-
|
|
2139
|
-
formData.append(`poster`, bodyUploadCollectorPosterSupporterVideoContentCollectorsCollectorTypeEditCollectorIdPosterPut.poster);
|
|
2140
|
-
return axios_1.default.put(`/supporter-video-content/collectors/${collectorType}/edit/${collectorId}/poster`, formData, options);
|
|
1556
|
+
const createQuoteSupporterVideoContentQuoteContentNewVideoContentIdPost = (videoContentId, contentQuotesIncomeData, options) => {
|
|
1557
|
+
return axios_1.default.post(`/supporter-video-content/quote/content/new/${videoContentId}`, contentQuotesIncomeData, options);
|
|
2141
1558
|
};
|
|
2142
1559
|
/**
|
|
2143
|
-
* - **Last Version Update**: 1.
|
|
1560
|
+
* - **Last Version Update**: 1.4.14
|
|
2144
1561
|
|
|
2145
|
-
- **Codes**: [A2.5.
|
|
1562
|
+
- **Codes**: [A2.5.20N3]
|
|
2146
1563
|
|
|
2147
|
-
- **Change Log**: [
|
|
1564
|
+
- **Change Log**: [
|
|
1565
|
+
- Date of changes: 050215
|
|
1566
|
+
path parameter changed from video_content_id to quote_id, response model changed to VideoContentQuote]
|
|
2148
1567
|
|
|
2149
|
-
- **Description
|
|
1568
|
+
- **Description** : Edit quotes by quote id.
|
|
2150
1569
|
|
|
2151
|
-
- **Path Parameters
|
|
2152
|
-
-
|
|
1570
|
+
- **Path Parameters** :
|
|
1571
|
+
- quote_id : id of quote document
|
|
1572
|
+
|
|
1573
|
+
- **Request Body** :
|
|
1574
|
+
- quotes: list of these elements
|
|
1575
|
+
- quote : text of quote
|
|
1576
|
+
- character_name : real name of actor
|
|
1577
|
+
- actor_name : actor name
|
|
2153
1578
|
|
|
2154
1579
|
- **Response**:
|
|
2155
|
-
- **200**:
|
|
2156
|
-
- **404**:
|
|
2157
|
-
* @summary
|
|
1580
|
+
- **200**: updated quote document
|
|
1581
|
+
- **404**: quote not found
|
|
1582
|
+
* @summary Edit Quotes
|
|
2158
1583
|
*/
|
|
2159
|
-
const
|
|
2160
|
-
return axios_1.default.
|
|
1584
|
+
const editQuotesSupporterVideoContentQuoteContentEditQuoteIdPut = (quoteId, contentQuotesIncomeData, options) => {
|
|
1585
|
+
return axios_1.default.put(`/supporter-video-content/quote/content/edit/${quoteId}`, contentQuotesIncomeData, options);
|
|
1586
|
+
};
|
|
1587
|
+
/**
|
|
1588
|
+
* @summary Delete Content
|
|
1589
|
+
*/
|
|
1590
|
+
const deleteContentSupporterVideoContentContentDeleteDelete = (params, options) => {
|
|
1591
|
+
return axios_1.default.delete(`/supporter-video-content/content/delete`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1592
|
+
};
|
|
1593
|
+
/**
|
|
1594
|
+
* @summary Create Content With Imdb
|
|
1595
|
+
*/
|
|
1596
|
+
const createContentWithImdbSupporterVideoContentContentNewImdbImdbCodePost = (imdbCode, options) => {
|
|
1597
|
+
return axios_1.default.post(`/supporter-video-content/content/new/imdb/${imdbCode}`, undefined, options);
|
|
1598
|
+
};
|
|
1599
|
+
/**
|
|
1600
|
+
* @summary Create Movie Content Manually
|
|
1601
|
+
*/
|
|
1602
|
+
const createMovieContentManuallySupporterVideoContentContentNewMovieManuallyPost = (manuallyMovieContentIncomeModel, options) => {
|
|
1603
|
+
return axios_1.default.post(`/supporter-video-content/content/new/movie/manually`, manuallyMovieContentIncomeModel, options);
|
|
1604
|
+
};
|
|
1605
|
+
/**
|
|
1606
|
+
* @summary Create series manually
|
|
1607
|
+
*/
|
|
1608
|
+
const createSeriesContentManuallySupporterVideoContentContentNewSeriesManuallyPost = (manuallySeriesContentIncomeModel, options) => {
|
|
1609
|
+
return axios_1.default.post(`/supporter-video-content/content/new/series/manually`, manuallySeriesContentIncomeModel, options);
|
|
1610
|
+
};
|
|
1611
|
+
/**
|
|
1612
|
+
* @summary Edit Movie Content
|
|
1613
|
+
*/
|
|
1614
|
+
const editMovieContentSupporterVideoContentContentPutMovieVideoContentIdPut = (videoContentId, editMovieContentIncomeData, options) => {
|
|
1615
|
+
return axios_1.default.put(`/supporter-video-content/content/put/movie/${videoContentId}`, editMovieContentIncomeData, options);
|
|
1616
|
+
};
|
|
1617
|
+
/**
|
|
1618
|
+
* @summary Edit Series Content
|
|
1619
|
+
*/
|
|
1620
|
+
const editSeriesContentSupporterVideoContentContentPutSeriesVideoContentIdPut = (videoContentId, editSeriesContentIncomeData, options) => {
|
|
1621
|
+
return axios_1.default.put(`/supporter-video-content/content/put/series/${videoContentId}`, editSeriesContentIncomeData, options);
|
|
2161
1622
|
};
|
|
2162
1623
|
/**
|
|
2163
1624
|
* - **Last Version Update**: 1.2.1
|
|
@@ -2222,7 +1683,7 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
2222
1683
|
return axios_1.default.post(`/user-video-content/action/${pickType}`, userActionsModel, options);
|
|
2223
1684
|
};
|
|
2224
1685
|
/**
|
|
2225
|
-
* - **Last Version Update**: 1.
|
|
1686
|
+
* - **Last Version Update**: 1.4.16
|
|
2226
1687
|
|
|
2227
1688
|
- **Codes**:
|
|
2228
1689
|
- **Pick Type**:
|
|
@@ -2232,6 +1693,7 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
2232
1693
|
|
|
2233
1694
|
|
|
2234
1695
|
- **Change Log**:[
|
|
1696
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2235
1697
|
- Version: 1.3.1: add with_elastic flag
|
|
2236
1698
|
- Version: 1.3.0: delete secondary_id
|
|
2237
1699
|
]
|
|
@@ -2263,6 +1725,10 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
2263
1725
|
- concert
|
|
2264
1726
|
- ceremony
|
|
2265
1727
|
|
|
1728
|
+
- **Query Parameters**:
|
|
1729
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
1730
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
1731
|
+
- **page**, **limit**, **order_by**, **category**: pagination and filters
|
|
2266
1732
|
|
|
2267
1733
|
- **Response**:
|
|
2268
1734
|
- **200**: Retrieve for User from (favorites, downloads, streams) list
|
|
@@ -2297,16 +1763,21 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
2297
1763
|
return axios_1.default.post(`/user-video-content/action/notification/add`, userNotificationActionModel, options);
|
|
2298
1764
|
};
|
|
2299
1765
|
/**
|
|
2300
|
-
* - **Last Version Update**: 1.4.
|
|
1766
|
+
* - **Last Version Update**: 1.4.16
|
|
2301
1767
|
|
|
2302
1768
|
- **Codes**: U1.1.19N1, U1.1.19N2, U1.1.19N3, U1.1.19N4
|
|
2303
1769
|
|
|
2304
1770
|
- **Change Log**: [
|
|
1771
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2305
1772
|
- Version: 1.4.0: add check user content lists endpoint
|
|
2306
1773
|
]
|
|
2307
1774
|
|
|
2308
1775
|
- **Description**: Retrieve User's Notification List
|
|
2309
1776
|
|
|
1777
|
+
- **Query Parameters**:
|
|
1778
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
1779
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
1780
|
+
- **page**, **limit**, **order_by**, **category**: pagination and filters
|
|
2310
1781
|
|
|
2311
1782
|
- **Path Parameters**:
|
|
2312
1783
|
- **order_by** :
|
|
@@ -2319,604 +1790,467 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
2319
1790
|
- **popularity** : Sort by the highest popularity on the 30nama site
|
|
2320
1791
|
- **updated_at** : Sort by most updated video contents
|
|
2321
1792
|
- **category**:
|
|
2322
|
-
- movies
|
|
2323
|
-
- series
|
|
2324
|
-
- anime
|
|
2325
|
-
- animation
|
|
2326
|
-
- documentary
|
|
2327
|
-
- concert
|
|
2328
|
-
- ceremony
|
|
2329
|
-
|
|
2330
|
-
- **Response**:
|
|
2331
|
-
- **200**: Retrieve from (favorites, downloads, streams) user list
|
|
2332
|
-
- **401**: Unauthorized access.
|
|
2333
|
-
* @summary Retrieve User's Notification List
|
|
2334
|
-
*/
|
|
2335
|
-
const getUserNotificationListUserVideoContentActionNotificationListGet = (params, options) => {
|
|
2336
|
-
return axios_1.default.get(`/user-video-content/action/notification/list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2337
|
-
};
|
|
2338
|
-
/**
|
|
2339
|
-
* - **Last Version Update**: 1.4.0
|
|
2340
|
-
|
|
2341
|
-
- **Codes**: [U1.4.0N1, U1.4.0N2, U1.4.0N3]
|
|
2342
|
-
|
|
2343
|
-
- **Change Log**: [
|
|
2344
|
-
- Version: 1.4.0: New endpoint to check user content lists
|
|
2345
|
-
]
|
|
2346
|
-
|
|
2347
|
-
- **Description**: This endpoint checks if a user already has a specific video content ID in their download, stream, favorite, or notification lists.
|
|
2348
|
-
|
|
2349
|
-
- **Path Parameters**:
|
|
2350
|
-
- **video_content_ids**: ids of video contents to check that are comma-separated
|
|
2351
|
-
|
|
2352
|
-
- **Response**:
|
|
2353
|
-
- **200**: Returns the status of the video content in user's lists
|
|
2354
|
-
- **400**: Bad request
|
|
2355
|
-
- **401**: Unauthorized access
|
|
2356
|
-
- **404**: Video content not found
|
|
2357
|
-
* @summary Check if user has specific video content in their lists (download, stream, favorite, notification)
|
|
2358
|
-
*/
|
|
2359
|
-
const checkUserContentListsUserVideoContentActionCheckVideoContentIdsGet = (videoContentIds, options) => {
|
|
2360
|
-
return axios_1.default.get(`/user-video-content/action/check/${videoContentIds}`, options);
|
|
2361
|
-
};
|
|
2362
|
-
/**
|
|
2363
|
-
* - **Last Version Update**: 1.0.0
|
|
2364
|
-
|
|
2365
|
-
- **Codes**: [U1.2.38N1,U1.2.37N1 ]
|
|
2366
|
-
|
|
2367
|
-
- **Change Log**: []
|
|
2368
|
-
|
|
2369
|
-
- **Description**: Return list of (category,genre,option)
|
|
2370
|
-
|
|
2371
|
-
- **Path Parameters**:
|
|
2372
|
-
- **collector name** :
|
|
2373
|
-
- **category** : return list of categories
|
|
2374
|
-
- **genre** : return list of genres
|
|
2375
|
-
- **option** : return list if options
|
|
2376
|
-
|
|
2377
|
-
- **Response**:
|
|
2378
|
-
- **200**:return video content of collectors
|
|
2379
|
-
* @summary Return List of (category,genre,option)
|
|
2380
|
-
*/
|
|
2381
|
-
const getCollectorsListUserVideoContentCollectorsListGet = (params, options) => {
|
|
2382
|
-
return axios_1.default.get(`/user-video-content/collectors-list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2383
|
-
};
|
|
2384
|
-
/**
|
|
2385
|
-
* - **Last Version Update**: 1.0.0
|
|
2386
|
-
|
|
2387
|
-
- **Codes**: [U1.2.5N1, U1.2.5N2]
|
|
2388
|
-
|
|
2389
|
-
- **Change Log**: []
|
|
2390
|
-
|
|
2391
|
-
- **Description**: Returns the list of collections. If the user selects a collection, he selects the list of videos of this collection through endpoint **\/collection-list/{slug}** using collection slug
|
|
2392
|
-
|
|
2393
|
-
- **Path Parameters**:
|
|
2394
|
-
- **search**: search on collections name and slug
|
|
2395
|
-
|
|
2396
|
-
- **Response**:
|
|
2397
|
-
- **200**: return list of collections
|
|
2398
|
-
* @summary Return Collections
|
|
2399
|
-
*/
|
|
2400
|
-
const getCollectionsUserVideoContentCollectionListGet = (params, options) => {
|
|
2401
|
-
return axios_1.default.get(`/user-video-content/collection-list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2402
|
-
};
|
|
2403
|
-
/**
|
|
2404
|
-
* - **Last Version Update**: 1.3.0
|
|
2405
|
-
|
|
2406
|
-
- **Codes**: [U1.2.6N1]
|
|
2407
|
-
|
|
2408
|
-
- **Change Log**: [
|
|
2409
|
-
- Version: 1.3.0: delete secondary_id
|
|
2410
|
-
]
|
|
2411
|
-
|
|
2412
|
-
- **Description**: Video Contents related to a specific collection are retrieved through this endpoint
|
|
2413
|
-
|
|
2414
|
-
- **Path Parameters**:
|
|
2415
|
-
- **slug** : collection required slug
|
|
2416
|
-
|
|
2417
|
-
- **Response**:
|
|
2418
|
-
- **200**:return video content of collection
|
|
2419
|
-
- **404**: Collection not found
|
|
2420
|
-
* @summary Return video content of specific collection
|
|
2421
|
-
*/
|
|
2422
|
-
const getCollectionContentsUserVideoContentCollectionListSlugGet = (slug, params, options) => {
|
|
2423
|
-
return axios_1.default.get(`/user-video-content/collection-list/${slug}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2424
|
-
};
|
|
2425
|
-
/**
|
|
2426
|
-
* - **Last Version Update**: 1.4.4
|
|
2427
|
-
|
|
2428
|
-
- **Codes**: [
|
|
2429
|
-
- U1.2.2N2, U1.2.2N3, U1.2.2N4, U1.2.2N5,
|
|
2430
|
-
- U1.2.3N2, U1.2.2N3, U1.2.2N4, U1.2.3N5,
|
|
2431
|
-
- U1.2.4N2, U1.2.2N3 , U1.2.2N4, U1.2.2N5
|
|
2432
|
-
]
|
|
2433
|
-
|
|
2434
|
-
- **Change Log**:
|
|
2435
|
-
- Version 1.4.4: add total_seasons,casts,crews,mpaa to user content lists endpoint
|
|
2436
|
-
- Version: 1.3.0: delete secondary_id
|
|
2437
|
-
- Version 1.2.3 : delete "/" from end of endpoint
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
- **Description**: Return list of contents with categories and ordering and genre filter and list of ids
|
|
2441
|
-
|
|
2442
|
-
- **Path Parameters**:
|
|
2443
|
-
- **category_slug** : get categories list from /user-video-content/collectors-list?collector_name=category
|
|
2444
|
-
- **genre_slug** : get genre list from /user-video-content/collectors-list?collector_name=genre
|
|
2445
|
-
- **order_by** :
|
|
2446
|
-
- **newest** : Sort by the most recently released video contents in 30nama
|
|
2447
|
-
- **imdb_score** : Sort by the highest score on the imdb site
|
|
2448
|
-
- **site_score** : Sort by the highest score on the 30nama site
|
|
2449
|
-
- **release_date** : Sort by the most recently released video contents
|
|
2450
|
-
- **popularity** : Sort by the highest popularity on the 30nama site
|
|
2451
|
-
- **updated_at** : Sort by most updated video contents
|
|
2452
|
-
- **ids** : Return data for list of contents ids
|
|
1793
|
+
- movies
|
|
1794
|
+
- series
|
|
1795
|
+
- anime
|
|
1796
|
+
- animation
|
|
1797
|
+
- documentary
|
|
1798
|
+
- concert
|
|
1799
|
+
- ceremony
|
|
2453
1800
|
|
|
2454
1801
|
- **Response**:
|
|
2455
|
-
- **200**:
|
|
2456
|
-
|
|
1802
|
+
- **200**: Retrieve from (favorites, downloads, streams) user list
|
|
1803
|
+
- **401**: Unauthorized access.
|
|
1804
|
+
* @summary Retrieve User's Notification List
|
|
2457
1805
|
*/
|
|
2458
|
-
const
|
|
2459
|
-
return axios_1.default.get(`/user-video-content`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1806
|
+
const getUserNotificationListUserVideoContentActionNotificationListGet = (params, options) => {
|
|
1807
|
+
return axios_1.default.get(`/user-video-content/action/notification/list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2460
1808
|
};
|
|
2461
1809
|
/**
|
|
2462
|
-
* - **Last Version Update**: 1.
|
|
1810
|
+
* - **Last Version Update**: 1.4.0
|
|
2463
1811
|
|
|
2464
|
-
- **Codes**: [U1.
|
|
1812
|
+
- **Codes**: [U1.4.0N1, U1.4.0N2, U1.4.0N3]
|
|
2465
1813
|
|
|
2466
1814
|
- **Change Log**: [
|
|
2467
|
-
- Version: 1.
|
|
1815
|
+
- Version: 1.4.0: New endpoint to check user content lists
|
|
2468
1816
|
]
|
|
2469
1817
|
|
|
2470
|
-
- **Description**:
|
|
1818
|
+
- **Description**: This endpoint checks if a user already has a specific video content ID in their download, stream, favorite, or notification lists.
|
|
2471
1819
|
|
|
2472
1820
|
- **Path Parameters**:
|
|
2473
|
-
- **
|
|
2474
|
-
- **series** : return weekly series shows
|
|
2475
|
-
- **anime** : return weekly anime shows
|
|
2476
|
-
- **week_day**: return specified week day contents
|
|
2477
|
-
|
|
1821
|
+
- **video_content_ids**: ids of video contents to check that are comma-separated
|
|
2478
1822
|
|
|
2479
1823
|
- **Response**:
|
|
2480
|
-
- **200**:
|
|
2481
|
-
|
|
1824
|
+
- **200**: Returns the status of the video content in user's lists
|
|
1825
|
+
- **400**: Bad request
|
|
1826
|
+
- **401**: Unauthorized access
|
|
1827
|
+
- **404**: Video content not found
|
|
1828
|
+
* @summary Check if user has specific video content in their lists (download, stream, favorite, notification)
|
|
2482
1829
|
*/
|
|
2483
|
-
const
|
|
2484
|
-
return axios_1.default.get(`/user-video-content/
|
|
1830
|
+
const checkUserContentListsUserVideoContentActionCheckVideoContentIdsGet = (videoContentIds, options) => {
|
|
1831
|
+
return axios_1.default.get(`/user-video-content/action/check/${videoContentIds}`, options);
|
|
2485
1832
|
};
|
|
2486
1833
|
/**
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
1834
|
+
* @summary Get Countries Language
|
|
1835
|
+
*/
|
|
1836
|
+
const getCountriesLanguageUserVideoContentCountriesLanguageGet = (params, options) => {
|
|
1837
|
+
return axios_1.default.get(`/user-video-content/countries-language`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
1838
|
+
};
|
|
1839
|
+
/**
|
|
1840
|
+
* @summary Get Mpaa
|
|
1841
|
+
*/
|
|
1842
|
+
const getMpaaUserVideoContentMpaaGet = (options) => {
|
|
1843
|
+
return axios_1.default.get(`/user-video-content/mpaa`, options);
|
|
1844
|
+
};
|
|
1845
|
+
/**
|
|
1846
|
+
* @summary Get Channels
|
|
1847
|
+
*/
|
|
1848
|
+
const getChannelsUserVideoContentChannelGet = (params, options) => {
|
|
1849
|
+
return axios_1.default.get(`/user-video-content/channel`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2501
1850
|
};
|
|
2502
1851
|
/**
|
|
2503
|
-
* - **Last Version Update**: 1.4.
|
|
1852
|
+
* - **Last Version Update**: 1.4.16
|
|
2504
1853
|
|
|
2505
|
-
- **Codes**: [U1.2.
|
|
1854
|
+
- **Codes**: [U1.2.2]
|
|
2506
1855
|
|
|
2507
1856
|
- **Change Log**: [
|
|
2508
|
-
- Version 1.4.
|
|
2509
|
-
|
|
2510
|
-
- Version 1.4.1: add free-stream and free-download to user content lists endpoint
|
|
2511
|
-
|
|
2512
|
-
- Version: 1.3.0: delete secondary_id
|
|
1857
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2513
1858
|
]
|
|
2514
1859
|
|
|
2515
|
-
- **Description**:
|
|
2516
|
-
|
|
2517
|
-
- **Path Parameters**:
|
|
2518
|
-
- **option** :
|
|
2519
|
-
- **featured** : return deatured content
|
|
2520
|
-
- **coming-soon** : return coming-soon content
|
|
2521
|
-
- **free-stream** : return free-stream content
|
|
2522
|
-
- **free-download** : return free-download content
|
|
2523
|
-
- **genre_slug** : get genre list from /user-video-content/collectors-list?collector_name=genre
|
|
2524
|
-
- **order_by** :
|
|
2525
|
-
- **newest** : Sort by the most recently released video contents in 30nama
|
|
2526
|
-
- **imdb_score** : Sort by the highest score on the imdb site
|
|
2527
|
-
- **site_score** : Sort by the highest score on the 30nama site
|
|
2528
|
-
- **release_date** : Sort by the most recently released video contents
|
|
2529
|
-
- **popularity** : Sort by the highest popularity on the 30nama site
|
|
2530
|
-
- **updated_at** : Sort by most updated video contents
|
|
1860
|
+
- **Description**: List video contents with category, genre, text search, and optional id filter.
|
|
2531
1861
|
|
|
2532
|
-
|
|
1862
|
+
- **Query Parameters**:
|
|
1863
|
+
- **category_slug**: optional string - filter by category slug
|
|
1864
|
+
- **ids**: optional string - comma-separated content ids
|
|
1865
|
+
- **page**, **limit**, **order_by**, **genre_slug**, **search**: pagination and sorting (UserSeriesQuery)
|
|
1866
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
1867
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2533
1868
|
|
|
2534
1869
|
- **Response**:
|
|
2535
|
-
- **200**:
|
|
2536
|
-
* @summary Get
|
|
1870
|
+
- **200**: paginated video content list
|
|
1871
|
+
* @summary Get List of contents with categories, ordering, genre, optional text search, and list of ids - Codes : [1-2-2]
|
|
2537
1872
|
*/
|
|
2538
|
-
const
|
|
2539
|
-
return axios_1.default.get(`/user-video-content
|
|
1873
|
+
const userContentsListUserVideoContentGet = (params, options) => {
|
|
1874
|
+
return axios_1.default.get(`/user-video-content`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2540
1875
|
};
|
|
2541
1876
|
/**
|
|
2542
|
-
* - **Last Version Update**: 1.
|
|
1877
|
+
* - **Last Version Update**: 1.4.16
|
|
2543
1878
|
|
|
2544
|
-
- **Codes**: [
|
|
1879
|
+
- **Codes**: []
|
|
2545
1880
|
|
|
2546
1881
|
- **Change Log**: [
|
|
2547
|
-
- Version 1.
|
|
2548
|
-
- Version: 1.3.0: delete secondary_id
|
|
1882
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2549
1883
|
]
|
|
2550
1884
|
|
|
2551
|
-
- **Description**: Return
|
|
1885
|
+
- **Description**: Return video contents for a cast member (by IMDb person code).
|
|
1886
|
+
|
|
1887
|
+
- **Query Parameters**:
|
|
1888
|
+
- **cast_imdb_code**: required string - person IMDb code (path)
|
|
1889
|
+
- **page**, **limit**: pagination
|
|
1890
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
1891
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2552
1892
|
|
|
2553
1893
|
- **Response**:
|
|
2554
|
-
- **200**:
|
|
2555
|
-
* @summary Return
|
|
1894
|
+
- **200**: paginated video content list
|
|
1895
|
+
* @summary Return video content of special person - Codes : [1-2-34]
|
|
2556
1896
|
*/
|
|
2557
|
-
const
|
|
2558
|
-
return axios_1.default.get(`/user-video-content/
|
|
1897
|
+
const getCastContentsListUserVideoContentCastContentsGet = (params, options) => {
|
|
1898
|
+
return axios_1.default.get(`/user-video-content/cast/contents`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2559
1899
|
};
|
|
2560
1900
|
/**
|
|
2561
|
-
* - **Last Version Update**: 1.
|
|
1901
|
+
* - **Last Version Update**: 1.4.16
|
|
2562
1902
|
|
|
2563
|
-
- **Codes**: [
|
|
1903
|
+
- **Codes**: []
|
|
2564
1904
|
|
|
2565
1905
|
- **Change Log**: [
|
|
2566
|
-
- Version 1.
|
|
2567
|
-
- Version: 1.3.0: delete secondary_id
|
|
1906
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2568
1907
|
]
|
|
2569
1908
|
|
|
2570
|
-
- **Description**: Return
|
|
1909
|
+
- **Description**: Return video contents published on a specific channel.
|
|
1910
|
+
|
|
1911
|
+
- **Query Parameters**:
|
|
1912
|
+
- **channel_id**: required int - channel id (path)
|
|
1913
|
+
- **page**, **limit**, **order_by**: pagination and sort
|
|
1914
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
1915
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2571
1916
|
|
|
2572
1917
|
- **Response**:
|
|
2573
|
-
- **200**:
|
|
2574
|
-
* @summary
|
|
1918
|
+
- **200**: paginated video content list
|
|
1919
|
+
* @summary return contents of specific channel(s)
|
|
2575
1920
|
*/
|
|
2576
|
-
const
|
|
2577
|
-
return axios_1.default.get(`/user-video-content/
|
|
1921
|
+
const getChannelContentsUserVideoContentChannelContentsChannelIdGet = (channelId, params, options) => {
|
|
1922
|
+
return axios_1.default.get(`/user-video-content/channel/contents/${channelId}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2578
1923
|
};
|
|
2579
1924
|
/**
|
|
2580
1925
|
* - **Last Version Update**: 1.3.0
|
|
2581
1926
|
|
|
2582
|
-
- **Codes**: [U1.
|
|
1927
|
+
- **Codes**: [U1.3.1N1, U1.3.1N2, U1.2.6N2]
|
|
2583
1928
|
|
|
2584
1929
|
- **Change Log**: [
|
|
2585
1930
|
- Version: 1.3.0: delete secondary_id
|
|
2586
1931
|
]
|
|
2587
1932
|
|
|
2588
|
-
- **Description**:
|
|
1933
|
+
- **Description**: This endpoint return video content detail .
|
|
1934
|
+
- Date Of Update : 030605
|
|
1935
|
+
- Changes : raise 403 if user is not paid and content is vip member only
|
|
1936
|
+
|
|
1937
|
+
- Date Of Update : 030415
|
|
1938
|
+
- Changes : change channel to list of channels with name channels
|
|
2589
1939
|
|
|
2590
1940
|
- **Path Parameters**:
|
|
2591
|
-
- **
|
|
2592
|
-
- **30nama** : Return 30nama top movies and seies
|
|
2593
|
-
- **imdb** : Return imdb top movies and series
|
|
2594
|
-
- **content_type**:
|
|
2595
|
-
- **movie** : return imdb 100 and 30nama 250 movies
|
|
2596
|
-
- **series** : return imdb 100 and 30nama 250 series
|
|
1941
|
+
- **video_content_id**: Required integer of the video content
|
|
2597
1942
|
|
|
2598
1943
|
- **Response**:
|
|
2599
|
-
- **200**:
|
|
2600
|
-
|
|
1944
|
+
- **200**: Returns a UserVideoContent object
|
|
1945
|
+
- **404**: Video content not found.
|
|
1946
|
+
- **403**: if user is not paid and content is vip member only
|
|
1947
|
+
* @summary Retrieve Video Content Detail
|
|
2601
1948
|
*/
|
|
2602
|
-
const
|
|
2603
|
-
return axios_1.default.get(`/user-video-content/
|
|
1949
|
+
const getContentDetailUserVideoContentDetailVideoContentIdGet = (videoContentId, params, options) => {
|
|
1950
|
+
return axios_1.default.get(`/user-video-content/detail/${videoContentId}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2604
1951
|
};
|
|
2605
1952
|
/**
|
|
2606
|
-
* - **Last Version Update**: 1.
|
|
1953
|
+
* - **Last Version Update**: 1.0.0
|
|
2607
1954
|
|
|
2608
|
-
- **Codes**: [U1.
|
|
1955
|
+
- **Codes**: [U1.3.11N1]
|
|
2609
1956
|
|
|
2610
|
-
- **Change Log**: [
|
|
2611
|
-
|
|
2612
|
-
|
|
1957
|
+
- **Change Log**: []
|
|
1958
|
+
|
|
1959
|
+
- **Description**: This endpoint return video content Actors
|
|
2613
1960
|
|
|
2614
|
-
- **
|
|
1961
|
+
- **Path Parameters**:
|
|
1962
|
+
- **video_content_id**: Required int of the video content
|
|
2615
1963
|
|
|
2616
1964
|
- **Response**:
|
|
2617
|
-
- **200**:
|
|
2618
|
-
|
|
2619
|
-
- **anime** : It returns anime with the possibility of online viewing
|
|
2620
|
-
- **movies** : It returns movies with the possibility of online viewing
|
|
2621
|
-
- **featured** : It returns suggested contents with the possibility of online viewing
|
|
2622
|
-
- **free stream** : return content that can be watched online free
|
|
2623
|
-
* @summary Display streams for series, anime, movies, featured, free-stream - Codes : [1-2-32]
|
|
1965
|
+
- **200**: Return List of Video Content Casts
|
|
1966
|
+
* @summary Get Content Actors
|
|
2624
1967
|
*/
|
|
2625
|
-
const
|
|
2626
|
-
return axios_1.default.get(`/user-video-content/
|
|
1968
|
+
const getContentActorsUserVideoContentDetailPersonsVideoContentIdGet = (videoContentId, params, options) => {
|
|
1969
|
+
return axios_1.default.get(`/user-video-content/detail/persons/${videoContentId}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2627
1970
|
};
|
|
2628
1971
|
/**
|
|
2629
|
-
* - **Last Version Update**: 1.
|
|
1972
|
+
* - **Last Version Update**: 1.0.0
|
|
2630
1973
|
|
|
2631
|
-
- **Codes**: [U1.2.
|
|
1974
|
+
- **Codes**: [U1.2.5N1, U1.2.5N2]
|
|
2632
1975
|
|
|
2633
|
-
- **Change Log**: [
|
|
2634
|
-
- Version: 1.3.0: delete secondary_id
|
|
2635
|
-
]
|
|
1976
|
+
- **Change Log**: []
|
|
2636
1977
|
|
|
2637
|
-
- **Description**:
|
|
1978
|
+
- **Description**: Returns the list of collections. If the user selects a collection, he selects the list of videos of this collection through endpoint **\/collection-list/{slug}** using collection slug
|
|
2638
1979
|
|
|
2639
1980
|
- **Path Parameters**:
|
|
2640
|
-
- **
|
|
2641
|
-
- **newest** : Sort by the most recently released video contents in 30nama
|
|
2642
|
-
- **imdb_score** : Sort by the highest score on the imdb site
|
|
2643
|
-
- **site_score** : Sort by the highest score on the 30nama site
|
|
2644
|
-
- **release_date** : Sort by the most recently released video contents
|
|
2645
|
-
- **popularity** : Sort by the highest popularity on the 30nama site
|
|
2646
|
-
- **updated_at** : Sort by most updated video contents
|
|
2647
|
-
|
|
2648
|
-
- **category**:
|
|
2649
|
-
- **series**: It returns series with the possibility of online viewing
|
|
2650
|
-
- **anime** : It returns anime with the possibility of online viewing
|
|
2651
|
-
- **movies** : It returns movies with the possibility of online viewing
|
|
2652
|
-
- **featured** : It returns suggested contents with the possibility of online viewing
|
|
2653
|
-
- **free stream** : return content that can be watched online free
|
|
1981
|
+
- **search**: search on collections name and slug
|
|
2654
1982
|
|
|
2655
1983
|
- **Response**:
|
|
2656
|
-
- **200**:return
|
|
2657
|
-
* @summary
|
|
1984
|
+
- **200**: return list of collections
|
|
1985
|
+
* @summary Return Collections
|
|
2658
1986
|
*/
|
|
2659
|
-
const
|
|
2660
|
-
return axios_1.default.get(`/user-video-content/
|
|
1987
|
+
const getCollectionsUserVideoContentCollectionListGet = (params, options) => {
|
|
1988
|
+
return axios_1.default.get(`/user-video-content/collection-list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2661
1989
|
};
|
|
2662
1990
|
/**
|
|
2663
|
-
* - **Last Version Update**: 1.
|
|
1991
|
+
* - **Last Version Update**: 1.4.16
|
|
2664
1992
|
|
|
2665
|
-
- **Codes**: [U1.2.
|
|
1993
|
+
- **Codes**: [U1.2.6N1]
|
|
2666
1994
|
|
|
2667
1995
|
- **Change Log**: [
|
|
1996
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2668
1997
|
- Version: 1.3.0: delete secondary_id
|
|
2669
1998
|
]
|
|
2670
1999
|
|
|
2671
|
-
- **Description**:
|
|
2000
|
+
- **Description**: Video Contents related to a specific collection are retrieved through this endpoint
|
|
2672
2001
|
|
|
2673
2002
|
- **Path Parameters**:
|
|
2674
|
-
- **
|
|
2675
|
-
|
|
2676
|
-
|
|
2003
|
+
- **slug** : collection required slug
|
|
2004
|
+
|
|
2005
|
+
- **Query Parameters**:
|
|
2006
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2007
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2677
2008
|
|
|
2678
2009
|
- **Response**:
|
|
2679
|
-
- **200**:
|
|
2680
|
-
|
|
2010
|
+
- **200**:return video content of collection
|
|
2011
|
+
- **404**: Collection not found
|
|
2012
|
+
* @summary Return video content of specific collection
|
|
2681
2013
|
*/
|
|
2682
|
-
const
|
|
2683
|
-
return axios_1.default.get(`/user-video-content/
|
|
2014
|
+
const getCollectionContentsUserVideoContentCollectionListSlugGet = (slug, params, options) => {
|
|
2015
|
+
return axios_1.default.get(`/user-video-content/collection-list/${slug}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2684
2016
|
};
|
|
2685
2017
|
/**
|
|
2686
|
-
* - **Last Version Update**: 1.
|
|
2018
|
+
* - **Last Version Update**: 1.4.16
|
|
2687
2019
|
|
|
2688
|
-
- **Codes**: [U1.2.
|
|
2020
|
+
- **Codes**: [U1.2.9]
|
|
2689
2021
|
|
|
2690
2022
|
- **Change Log**: [
|
|
2691
|
-
- Version: 1.
|
|
2023
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2692
2024
|
]
|
|
2693
2025
|
|
|
2694
|
-
- **Description**:
|
|
2026
|
+
- **Description**: Contents for featured, coming-soon, free-stream, or free-download options.
|
|
2027
|
+
|
|
2028
|
+
- **Query Parameters**:
|
|
2029
|
+
- **option**: featured, coming-soon, free-stream, free-download
|
|
2030
|
+
- **page**, **limit**, **order_by**, **genre_slug**, **search**: pagination and filters
|
|
2031
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2032
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2695
2033
|
|
|
2696
2034
|
- **Response**:
|
|
2697
|
-
- **200**:
|
|
2698
|
-
* @summary
|
|
2035
|
+
- **200**: paginated video content list
|
|
2036
|
+
* @summary Get featured and coming-soon contents - Codes : [1-2-9]
|
|
2699
2037
|
*/
|
|
2700
|
-
const
|
|
2701
|
-
return axios_1.default.get(`/user-video-content/
|
|
2038
|
+
const getActiveOptionsContentsUserVideoContentOptionsContentsGet = (params, options) => {
|
|
2039
|
+
return axios_1.default.get(`/user-video-content/options-contents`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2702
2040
|
};
|
|
2703
2041
|
/**
|
|
2704
|
-
* - **Last Version Update**: 1.
|
|
2042
|
+
* - **Last Version Update**: 1.4.16
|
|
2705
2043
|
|
|
2706
|
-
- **Codes**: [U1.2.
|
|
2044
|
+
- **Codes**: [U1.2.4]
|
|
2707
2045
|
|
|
2708
2046
|
- **Change Log**: [
|
|
2709
|
-
- Version: 1.
|
|
2047
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2710
2048
|
]
|
|
2711
2049
|
|
|
2712
|
-
- **Description**:
|
|
2050
|
+
- **Description**: Weekly schedule of anime/series for a weekday or all days.
|
|
2713
2051
|
|
|
2714
|
-
- **
|
|
2715
|
-
- **
|
|
2052
|
+
- **Query Parameters**:
|
|
2053
|
+
- **week_day**: optional weekday filter
|
|
2054
|
+
- **category_slug**: series or anime
|
|
2055
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2056
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2716
2057
|
|
|
2717
2058
|
- **Response**:
|
|
2718
|
-
- **200**:
|
|
2719
|
-
* @summary
|
|
2059
|
+
- **200**: video content list
|
|
2060
|
+
* @summary Get a weekly schedule of anime and series - Codes : [1-2-4]
|
|
2720
2061
|
*/
|
|
2721
|
-
const
|
|
2722
|
-
return axios_1.default.get(`/user-video-content/
|
|
2062
|
+
const getWeeklyScheduleContentsUserVideoContentWeeklyScheduleContentsGet = (params, options) => {
|
|
2063
|
+
return axios_1.default.get(`/user-video-content/weekly-schedule-contents`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2723
2064
|
};
|
|
2724
2065
|
/**
|
|
2725
|
-
* - **Last Version Update**: 1.4.
|
|
2066
|
+
* - **Last Version Update**: 1.4.16
|
|
2067
|
+
|
|
2068
|
+
- **Codes**: [U1.2.4]
|
|
2726
2069
|
|
|
2727
2070
|
- **Change Log**: [
|
|
2728
|
-
- Version 1.4.
|
|
2071
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2729
2072
|
]
|
|
2730
2073
|
|
|
2731
|
-
- **Description**:
|
|
2074
|
+
- **Description**: Paginated weekly schedule for the next seven days.
|
|
2732
2075
|
|
|
2733
|
-
- **
|
|
2734
|
-
- **
|
|
2076
|
+
- **Query Parameters**:
|
|
2077
|
+
- **page**, **limit**: pagination
|
|
2078
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2079
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2735
2080
|
|
|
2736
2081
|
- **Response**:
|
|
2737
|
-
- **200**:
|
|
2738
|
-
* @summary
|
|
2082
|
+
- **200**: paginated video content list
|
|
2083
|
+
* @summary Get a weekly schedule of anime and series - Codes : [1-2-4]
|
|
2739
2084
|
*/
|
|
2740
|
-
const
|
|
2741
|
-
return axios_1.default.get(`/user-video-content/
|
|
2085
|
+
const getPaginatedWeeklyScheduleContentsUserVideoContentWeeklyScheduleContentsPaginatedGet = (params, options) => {
|
|
2086
|
+
return axios_1.default.get(`/user-video-content/weekly-schedule-contents/paginated`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2742
2087
|
};
|
|
2743
2088
|
/**
|
|
2744
|
-
* - **Last Version Update**: 1.
|
|
2089
|
+
* - **Last Version Update**: 1.4.16
|
|
2745
2090
|
|
|
2746
|
-
- **Codes**: [U1.
|
|
2091
|
+
- **Codes**: [U1.2.7]
|
|
2747
2092
|
|
|
2748
2093
|
- **Change Log**: [
|
|
2749
|
-
- Version: 1.
|
|
2094
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2750
2095
|
]
|
|
2751
2096
|
|
|
2752
|
-
- **Description**:
|
|
2753
|
-
- Date Of Update : 030605
|
|
2754
|
-
- Changes : raise 403 if user is not paid and content is vip member only
|
|
2755
|
-
|
|
2756
|
-
- Date Of Update : 030415
|
|
2757
|
-
- Changes : change channel to list of channels with name channels
|
|
2097
|
+
- **Description**: VIP hero section slides for paid/authenticated users.
|
|
2758
2098
|
|
|
2759
|
-
- **
|
|
2760
|
-
- **
|
|
2099
|
+
- **Query Parameters**:
|
|
2100
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2101
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2761
2102
|
|
|
2762
2103
|
- **Response**:
|
|
2763
|
-
- **200**:
|
|
2764
|
-
|
|
2765
|
-
- **403**: if user is not paid and content is vip member only
|
|
2766
|
-
* @summary Retrieve Video Content Detail
|
|
2104
|
+
- **200**: hero section items and display duration
|
|
2105
|
+
* @summary Return hero section content for authenticated users
|
|
2767
2106
|
*/
|
|
2768
|
-
const
|
|
2769
|
-
return axios_1.default.get(`/user-video-content/
|
|
2107
|
+
const getAuthenticatedUserHeroSectionUserVideoContentVipHeroSectionGet = (params, options) => {
|
|
2108
|
+
return axios_1.default.get(`/user-video-content/vip-hero-section`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2770
2109
|
};
|
|
2771
2110
|
/**
|
|
2772
|
-
* - **Last Version Update**: 1.
|
|
2111
|
+
* - **Last Version Update**: 1.4.16
|
|
2773
2112
|
|
|
2774
|
-
- **Codes**: [U1.2.
|
|
2113
|
+
- **Codes**: [U1.2.7]
|
|
2775
2114
|
|
|
2776
|
-
- **Change Log**: [
|
|
2115
|
+
- **Change Log**: [
|
|
2116
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2117
|
+
]
|
|
2777
2118
|
|
|
2778
|
-
- **Description**:
|
|
2119
|
+
- **Description**: Hero section slides for anonymous users.
|
|
2779
2120
|
|
|
2780
|
-
- **
|
|
2781
|
-
- **
|
|
2121
|
+
- **Query Parameters**:
|
|
2122
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2123
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2782
2124
|
|
|
2783
2125
|
- **Response**:
|
|
2784
|
-
- **200**:
|
|
2785
|
-
* @summary
|
|
2126
|
+
- **200**: hero section items and display duration
|
|
2127
|
+
* @summary Return hero section for not authenticated user
|
|
2786
2128
|
*/
|
|
2787
|
-
const
|
|
2788
|
-
return axios_1.default.get(`/user-video-content/
|
|
2129
|
+
const getAnonymousUserHeroSectionUserVideoContentHeroSectionGet = (params, options) => {
|
|
2130
|
+
return axios_1.default.get(`/user-video-content/hero-section`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2789
2131
|
};
|
|
2790
2132
|
/**
|
|
2791
|
-
* - **Last Version Update**: 1.
|
|
2133
|
+
* - **Last Version Update**: 1.4.16
|
|
2792
2134
|
|
|
2793
|
-
- **Codes**: [U1.
|
|
2135
|
+
- **Codes**: [U1.2.24N1, U1.2.25N1, U1.2.26N1, U1.2.27N1]
|
|
2794
2136
|
|
|
2795
|
-
- **Change Log**: [
|
|
2137
|
+
- **Change Log**: [
|
|
2138
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2139
|
+
]
|
|
2796
2140
|
|
|
2797
|
-
- **Description**:
|
|
2141
|
+
- **Description**: Top movies or series from IMDb or 30nama rankings.
|
|
2798
2142
|
|
|
2799
|
-
- **
|
|
2800
|
-
- **
|
|
2143
|
+
- **Query Parameters**:
|
|
2144
|
+
- **source**: imdb or 30nama (path)
|
|
2145
|
+
- **content_type**: movie or series (path)
|
|
2146
|
+
- **page**, **limit**: pagination
|
|
2147
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2148
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2801
2149
|
|
|
2802
2150
|
- **Response**:
|
|
2803
|
-
- **200**:
|
|
2804
|
-
* @summary
|
|
2151
|
+
- **200**: ranked video content list
|
|
2152
|
+
* @summary Return top movie and series in 30nama and imdb
|
|
2805
2153
|
*/
|
|
2806
|
-
const
|
|
2807
|
-
return axios_1.default.get(`/user-video-content/
|
|
2154
|
+
const getTopContentsUserVideoContentTopContentsSourceContentTypeGet = (source, contentType, params, options) => {
|
|
2155
|
+
return axios_1.default.get(`/user-video-content/top-contents/${source}/${contentType}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2808
2156
|
};
|
|
2809
2157
|
/**
|
|
2810
|
-
* - **Last Version Update**: 1.
|
|
2158
|
+
* - **Last Version Update**: 1.4.16
|
|
2811
2159
|
|
|
2812
|
-
- **Codes**: [
|
|
2160
|
+
- **Codes**: [U1.2.32]
|
|
2813
2161
|
|
|
2814
|
-
- **Change Log**: [
|
|
2162
|
+
- **Change Log**: [
|
|
2163
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2164
|
+
]
|
|
2815
2165
|
|
|
2816
|
-
- **Description**:
|
|
2166
|
+
- **Description**: Stream page grouped sections (featured, anime, movies, series, free_stream).
|
|
2817
2167
|
|
|
2818
|
-
- **
|
|
2819
|
-
- **
|
|
2820
|
-
|
|
2821
|
-
|
|
2168
|
+
- **Query Parameters**:
|
|
2169
|
+
- **limit**: required int - max items per section
|
|
2170
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2171
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2822
2172
|
|
|
2823
2173
|
- **Response**:
|
|
2824
|
-
- **200**:
|
|
2825
|
-
* @summary
|
|
2826
|
-
*/
|
|
2827
|
-
const
|
|
2828
|
-
return axios_1.default.get(`/user-video-content/
|
|
2174
|
+
- **200**: stream page content blocks
|
|
2175
|
+
* @summary Display streams for series, anime, movies, featured, free-stream - Codes : [1-2-32]
|
|
2176
|
+
*/
|
|
2177
|
+
const getStreamContentsUserVideoContentStreamsGet = (params, options) => {
|
|
2178
|
+
return axios_1.default.get(`/user-video-content/streams`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2829
2179
|
};
|
|
2830
2180
|
/**
|
|
2831
|
-
* - **Last Version Update**: 1.
|
|
2181
|
+
* - **Last Version Update**: 1.4.16
|
|
2832
2182
|
|
|
2833
|
-
- **Codes**: [
|
|
2183
|
+
- **Codes**: [U1.2.32]
|
|
2834
2184
|
|
|
2835
|
-
- **Change Log**: [
|
|
2185
|
+
- **Change Log**: [
|
|
2186
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2187
|
+
]
|
|
2836
2188
|
|
|
2837
|
-
- **Description**:
|
|
2189
|
+
- **Description**: Paginated stream contents filtered by category.
|
|
2838
2190
|
|
|
2839
|
-
- **
|
|
2840
|
-
- **
|
|
2841
|
-
|
|
2842
|
-
|
|
2191
|
+
- **Query Parameters**:
|
|
2192
|
+
- **category**: series, anime, movies, featured, free-stream
|
|
2193
|
+
- **page**, **limit**, **order_by**: pagination and sort
|
|
2194
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2195
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2843
2196
|
|
|
2844
2197
|
- **Response**:
|
|
2845
|
-
- **200**:
|
|
2846
|
-
* @summary
|
|
2198
|
+
- **200**: paginated video content list
|
|
2199
|
+
* @summary Display streams with category filter - Codes : [1-2-32]
|
|
2847
2200
|
*/
|
|
2848
|
-
const
|
|
2849
|
-
return axios_1.default.get(`/user-video-content/
|
|
2201
|
+
const getStreamContentsByCategoryUserVideoContentStreamsCategoryGet = (category, params, options) => {
|
|
2202
|
+
return axios_1.default.get(`/user-video-content/streams/${category}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2850
2203
|
};
|
|
2851
2204
|
/**
|
|
2852
|
-
|
|
2205
|
+
* @summary get box office of iran and usa - Codes : [1-2-29, 1-2-28]
|
|
2206
|
+
*/
|
|
2207
|
+
const getBoxOfficeUserVideoContentBoxOfficeSourceGet = (source, params, options) => {
|
|
2208
|
+
return axios_1.default.get(`/user-video-content/box-office/${source}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2209
|
+
};
|
|
2210
|
+
/**
|
|
2211
|
+
* - **Last Version Update**: 1.4.16
|
|
2853
2212
|
|
|
2854
|
-
- **Codes**: [
|
|
2213
|
+
- **Codes**: [1-2-2, 1-2-3,1-2-4,1-2-9, 1-2-21]
|
|
2855
2214
|
|
|
2856
|
-
- **Change Log**: [
|
|
2215
|
+
- **Change Log**: [
|
|
2216
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2217
|
+
]
|
|
2857
2218
|
|
|
2858
|
-
- **Description**:
|
|
2219
|
+
- **Description**: Home page sections (featured, top_ten, new_releases, movies, series, anime).
|
|
2859
2220
|
|
|
2860
|
-
- **
|
|
2861
|
-
- **
|
|
2221
|
+
- **Query Parameters**:
|
|
2222
|
+
- **limit**: required int - max items per section
|
|
2223
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2224
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2862
2225
|
|
|
2863
2226
|
- **Response**:
|
|
2864
|
-
- **200**:
|
|
2865
|
-
* @summary
|
|
2227
|
+
- **200**: home page content blocks
|
|
2228
|
+
* @summary Return home page data that contains (featured,top_ten,new_releases,movies,series,anime) - Codes : [1-2-2, 1-2-3,1-2-4,1-2-9, 1-2-21]
|
|
2866
2229
|
*/
|
|
2867
|
-
const
|
|
2868
|
-
return axios_1.default.get(`/user-video-content/
|
|
2230
|
+
const getHomepageUserVideoContentHomePageGet = (params, options) => {
|
|
2231
|
+
return axios_1.default.get(`/user-video-content/home-page`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2869
2232
|
};
|
|
2870
2233
|
/**
|
|
2871
|
-
* - **Last Version Update**: 1.
|
|
2234
|
+
* - **Last Version Update**: 1.0.0
|
|
2872
2235
|
|
|
2873
|
-
- **Codes**: [U1.2.
|
|
2236
|
+
- **Codes**: [U1.2.12N1]
|
|
2874
2237
|
|
|
2875
|
-
- **Change Log**: [
|
|
2876
|
-
- Version: 1.3.0: delete secondary_id
|
|
2877
|
-
]
|
|
2238
|
+
- **Change Log**: []
|
|
2878
2239
|
|
|
2879
|
-
- **Description**:
|
|
2880
|
-
- Date of Update:030414
|
|
2881
|
-
- changes : convert channel to list of channel with name channels
|
|
2240
|
+
- **Description**: This endpoint return video content quotes
|
|
2882
2241
|
|
|
2883
|
-
- **
|
|
2884
|
-
- **
|
|
2885
|
-
- **type**: string - search on content type
|
|
2886
|
-
- movies, series, concert, ceremony, miniseries
|
|
2887
|
-
- anime_movie, anime_series, animation, documentary
|
|
2888
|
-
- **genre_slug**: string - search on contents genres
|
|
2889
|
-
- **actor**: string - search on content actor
|
|
2890
|
-
- **director**: string - search on content director
|
|
2891
|
-
- **writer**: string - search on content writer
|
|
2892
|
-
- **quality**: string - search on content quality
|
|
2893
|
-
- **encoder**: string - search on content encoder
|
|
2894
|
-
- **country_id**: int - search on content country
|
|
2895
|
-
- **language_id**: int - search on content language
|
|
2896
|
-
- **mpaa**: int - search on content mpaa
|
|
2897
|
-
- **score**: string - search on content score
|
|
2898
|
-
- up_9, up_8_5, up_8, up_7_5, up_7, up_6_5, up_6, up_5, down_5
|
|
2899
|
-
- **three_d**: bool - search content with 3d
|
|
2900
|
-
- **has_stream**: bool - search on content with has stream
|
|
2901
|
-
- **x265**: bool - search on contents with x265
|
|
2902
|
-
- **channels**: string - search on content with these channels (comma-separated IDs)
|
|
2903
|
-
- **order_by**: string - order content by these fields
|
|
2904
|
-
- newest, imdb_score, site_score, release_date, popularity, updated_at
|
|
2905
|
-
- **year_min**: int - search on content start from this year (1900-2100)
|
|
2906
|
-
- **year_max**: int - search on content end from this year (1900-2100)
|
|
2907
|
-
- **with_elastic**: bool - use elastic search
|
|
2242
|
+
- **Path Parameters**:
|
|
2243
|
+
- **video_content_id**: Required int of the video content
|
|
2908
2244
|
|
|
2909
2245
|
- **Response**:
|
|
2910
|
-
- **200**:
|
|
2911
|
-
|
|
2912
|
-
- **500**: internal server error
|
|
2913
|
-
* @summary Explore
|
|
2246
|
+
- **200**: Returns a UserVideoContent Quote Data
|
|
2247
|
+
* @summary Get Content Quotes
|
|
2914
2248
|
*/
|
|
2915
|
-
const
|
|
2916
|
-
return axios_1.default.get(`/user-video-content/
|
|
2249
|
+
const getContentQuotesUserVideoContentDetailQuotesVideoContentIdGet = (videoContentId, params, options) => {
|
|
2250
|
+
return axios_1.default.get(`/user-video-content/detail/quotes/${videoContentId}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2917
2251
|
};
|
|
2918
2252
|
/**
|
|
2919
|
-
* - **Last Version Update**: 1.
|
|
2253
|
+
* - **Last Version Update**: 1.4.16
|
|
2920
2254
|
|
|
2921
2255
|
- **Codes**:
|
|
2922
2256
|
- **Pick Type**:
|
|
@@ -2926,6 +2260,7 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
2926
2260
|
|
|
2927
2261
|
|
|
2928
2262
|
- **Change Log**:[
|
|
2263
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2929
2264
|
- Version: 1.3.1: add with_elastic flag
|
|
2930
2265
|
- Version: 1.3.0: delete secondary_id
|
|
2931
2266
|
]
|
|
@@ -2957,6 +2292,10 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
2957
2292
|
- concert
|
|
2958
2293
|
- ceremony
|
|
2959
2294
|
|
|
2295
|
+
- **Query Parameters**:
|
|
2296
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2297
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2298
|
+
- **page**, **limit**, **order_by**, **category**: pagination and filters
|
|
2960
2299
|
|
|
2961
2300
|
- **Response**:
|
|
2962
2301
|
- **200**: Retrieve for User from (favorites, downloads, streams) list
|
|
@@ -2968,17 +2307,22 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
2968
2307
|
return axios_1.default.get(`/user-video-content/public-profile/${userName}/${pickType}`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2969
2308
|
};
|
|
2970
2309
|
/**
|
|
2971
|
-
* - **Last Version Update**: 1.
|
|
2310
|
+
* - **Last Version Update**: 1.4.16
|
|
2972
2311
|
|
|
2973
2312
|
- **Codes**: U1.2.35N1, U1.2.35N2, U1.2.35N7, U1.1.19N2, U1.1.19N3, U1.1.19N4
|
|
2974
2313
|
|
|
2975
2314
|
- **Change Log**: [
|
|
2315
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2976
2316
|
- Version: 1.3.1: add with_elastic flag
|
|
2977
2317
|
- Version: 1.3.0: delete secondary_id
|
|
2978
2318
|
]
|
|
2979
2319
|
|
|
2980
2320
|
- **Description**: Retrieve User's Notification List
|
|
2981
2321
|
|
|
2322
|
+
- **Query Parameters**:
|
|
2323
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2324
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
2325
|
+
- **page**, **limit**, **order_by**, **category**: pagination and filters
|
|
2982
2326
|
|
|
2983
2327
|
- **Path Parameters**:
|
|
2984
2328
|
- **order_by** :
|
|
@@ -3009,64 +2353,151 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
3009
2353
|
return axios_1.default.get(`/user-video-content/public-profile/${userName}/notification/list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
3010
2354
|
};
|
|
3011
2355
|
/**
|
|
3012
|
-
* - **Last Version Update**: 1.
|
|
2356
|
+
* - **Last Version Update**: 1.0.0
|
|
2357
|
+
|
|
2358
|
+
- **Codes**: [U1.2.38N1,U1.2.37N1 ]
|
|
2359
|
+
|
|
2360
|
+
- **Change Log**: []
|
|
2361
|
+
|
|
2362
|
+
- **Description**: Return list of (category,genre,option)
|
|
2363
|
+
|
|
2364
|
+
- **Path Parameters**:
|
|
2365
|
+
- **collector name** :
|
|
2366
|
+
- **category** : return list of categories
|
|
2367
|
+
- **genre** : return list of genres
|
|
2368
|
+
- **option** : return list if options
|
|
2369
|
+
|
|
2370
|
+
- **Response**:
|
|
2371
|
+
- **200**:return video content of collectors
|
|
2372
|
+
* @summary Return List of (category,genre,option)
|
|
2373
|
+
*/
|
|
2374
|
+
const getCollectorsListUserVideoContentCollectorsListGet = (params, options) => {
|
|
2375
|
+
return axios_1.default.get(`/user-video-content/collectors-list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2376
|
+
};
|
|
2377
|
+
/**
|
|
2378
|
+
* - **Last Version Update**: 1.4.16
|
|
3013
2379
|
|
|
3014
|
-
- **Codes**: [U1.2.
|
|
2380
|
+
- **Codes**: [U1.2.1N1, U1.2.1N2, U1.2.1N3]
|
|
3015
2381
|
|
|
3016
2382
|
- **Change Log**: [
|
|
2383
|
+
|
|
2384
|
+
- Version: 1.4.16: add has_stream query parameter.
|
|
2385
|
+
- Version: 1.4.15: add text search to the query.
|
|
3017
2386
|
- Version: 1.3.0: delete secondary_id
|
|
3018
2387
|
]
|
|
3019
2388
|
|
|
3020
|
-
- **Description**:
|
|
2389
|
+
- **Description**: simple and advanced search on video
|
|
2390
|
+
- Date of Update:030414
|
|
2391
|
+
- changes : convert channel to list of channel with name channels
|
|
3021
2392
|
|
|
3022
|
-
- **
|
|
3023
|
-
- **
|
|
3024
|
-
- **
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
2393
|
+
- **Query Parameters** :
|
|
2394
|
+
- **search**: string - search on content name and description
|
|
2395
|
+
- **type**: string - search on content type
|
|
2396
|
+
- movies, series, concert, ceremony, miniseries
|
|
2397
|
+
- anime_movie, anime_series, animation, documentary
|
|
2398
|
+
- **category_slug**: string - search on contents categories
|
|
2399
|
+
- **genre_slug**: string - search on contents genres
|
|
2400
|
+
- **actor**: string - search on content actor
|
|
2401
|
+
- **director**: string - search on content director
|
|
2402
|
+
- **writer**: string - search on content writer
|
|
2403
|
+
- **quality**: string - search on content quality
|
|
2404
|
+
- **encoder**: string - search on content encoder
|
|
2405
|
+
- **country_id**: int - search on content country
|
|
2406
|
+
- **language_id**: int - search on content language
|
|
2407
|
+
- **mpaa**: int - search on content mpaa
|
|
2408
|
+
- **score**: string - search on content score
|
|
2409
|
+
- up_9, up_8_5, up_8, up_7_5, up_7, up_6_5, up_6, up_5, down_5
|
|
2410
|
+
- **three_d**: bool - search content with 3d
|
|
2411
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2412
|
+
- **x265**: bool - search on contents with x265
|
|
2413
|
+
- **channels**: string - search on content with these channels (comma-separated IDs)
|
|
2414
|
+
- **order_by**: string - order content by these fields
|
|
2415
|
+
- newest, imdb_score, site_score, release_date, popularity, updated_at
|
|
2416
|
+
- **year_min**: int - search on content start from this year (1900-2100)
|
|
2417
|
+
- **year_max**: int - search on content end from this year (1900-2100)
|
|
2418
|
+
- **with_elastic**: bool - use elastic search
|
|
2419
|
+
|
|
2420
|
+
- **Response**:
|
|
2421
|
+
- **200**: return list of videos
|
|
2422
|
+
- **400**: validation error
|
|
2423
|
+
- **500**: internal server error
|
|
2424
|
+
* @summary Explore
|
|
2425
|
+
*/
|
|
2426
|
+
const exploreUserVideoContentExploreGet = (params, options) => {
|
|
2427
|
+
return axios_1.default.get(`/user-video-content/explore`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
2428
|
+
};
|
|
2429
|
+
/**
|
|
2430
|
+
* - **Last Version Update**: 1.4.16
|
|
2431
|
+
|
|
2432
|
+
- **Codes**: [U1.2.8]
|
|
2433
|
+
|
|
2434
|
+
- **Change Log**: [
|
|
2435
|
+
- Version: 1.4.16: add has_stream query parameter
|
|
2436
|
+
]
|
|
2437
|
+
|
|
2438
|
+
- **Description**: New releases option contents.
|
|
2439
|
+
|
|
2440
|
+
- **Query Parameters**:
|
|
2441
|
+
- **page**, **limit**, **order_by**, **genre_slug**, **search**: pagination and filters
|
|
2442
|
+
- **has_stream**: optional bool - filter by streams option (true = only with streams, false = exclude, omit = no filter)
|
|
2443
|
+
- **with_elastic**: optional bool - use Elasticsearch when true
|
|
3031
2444
|
|
|
3032
2445
|
- **Response**:
|
|
3033
|
-
- **200**:
|
|
2446
|
+
- **200**: paginated video content list
|
|
3034
2447
|
* @summary Get new releases contents - Codes : [1-2-8]
|
|
3035
2448
|
*/
|
|
3036
2449
|
const getNewReleaseContentsUserVideoContentOptionsContentsNewReleasesGet = (params, options) => {
|
|
3037
2450
|
return axios_1.default.get(`/user-video-content/options-contents/new-releases`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
|
|
3038
2451
|
};
|
|
3039
2452
|
return {
|
|
2453
|
+
getCacheSettingsSupporterVideoContentCachSettingsGet,
|
|
2454
|
+
createOrUpdateCacheSettingsSupporterVideoContentCachSettingsPost,
|
|
2455
|
+
createOrUpdateSystemSettingsSupporterVideoContentSystemSettingsPost,
|
|
2456
|
+
getSystemSettingsSupporterVideoContentSystemSettingsGet,
|
|
2457
|
+
updateContentsSupporterVideoContentsystemSettingsUpdateContentsPut,
|
|
2458
|
+
newChannelSupporterVideoContentChannelNewPost,
|
|
2459
|
+
editChannelSupporterVideoContentChannelEditChannelIdPut,
|
|
2460
|
+
deleteChannelSupporterVideoContentChannelDeleteChannelIdDelete,
|
|
2461
|
+
getTimeEditionListSupporterVideoContentTimeEditionListGet,
|
|
2462
|
+
newTimeEditionSupporterVideoContentTimeEditionNewPost,
|
|
2463
|
+
editTimeEditionSupporterVideoContentTimeEditionEditTimeIdPut,
|
|
2464
|
+
deleteTimeEditionSupporterVideoContentTimeEditionDeleteTimeEditionIdDelete,
|
|
2465
|
+
collectorsListSupporterVideoContentCollectorsCollectorTypeGet,
|
|
2466
|
+
createCollectorSupporterVideoContentCollectorsCollectorTypeNewPost,
|
|
2467
|
+
editCollectorSupporterVideoContentCollectorsCollectorTypeEditCollectorIdPut,
|
|
2468
|
+
uploadCollectorPosterSupporterVideoContentCollectorsCollectorTypeEditCollectorIdPosterPut,
|
|
2469
|
+
deleteGenreSupporterVideoContentCollectorsGenreDeleteCollectorIdDelete,
|
|
2470
|
+
getIncompleteContentsSupporterVideoContentContentIncompleteIncompleteGet,
|
|
2471
|
+
getTeamMembersSupporterVideoContentTeamTeamTypeGet,
|
|
2472
|
+
getPerformanceOfTranslationTeamSupporterVideoContentTeamTranslationPerformanceGet,
|
|
2473
|
+
getPerformanceOfCheckTeamSupporterVideoContentTeamCheckPerformanceGet,
|
|
2474
|
+
getContentStatisticsSupporterVideoContentContentStatisticsVideoContentIdGet,
|
|
2475
|
+
getPublishedAndUnpublishedContentListAndIncompleteStreamSupporterVideoContentContentStatisticsListRequestTypeGet,
|
|
2476
|
+
getCollectionsSupporterVideoContentCollectionListGet,
|
|
2477
|
+
getCollectionsDetailSupporterVideoContentCollectionDetailSlugGet,
|
|
2478
|
+
createCollectionSupporterVideoContentCollectionCreatePost,
|
|
2479
|
+
editCollectionSupporterVideoContentCollectionEditCollectionIdPut,
|
|
2480
|
+
deleteCollectionSupporterVideoContentCollectionDeleteDelete,
|
|
3040
2481
|
getFreeContentsSupporterVideoContentFreeContentsTypeGet,
|
|
3041
2482
|
setContentFreeSupporterVideoContentFreeContentsSetTypeContentIdPut,
|
|
3042
2483
|
unsetContentFreeSupporterVideoContentFreeContentsUnsetTypeContentIdDelete,
|
|
3043
|
-
getSimpleContentsListSupporterVideoContentContentsSimpleGet,
|
|
3044
|
-
getSimpleContentsListAllSupporterVideoContentContentsSimpleAllGet,
|
|
3045
2484
|
getHeroSectionSupporterVideoContentHeroSectionGet,
|
|
3046
2485
|
setHeroSectionSupporterVideoContentHeroSectionSetPost,
|
|
3047
2486
|
unsetHeroSectionSupporterVideoContentHeroSectionUnsetDelete,
|
|
3048
2487
|
getContentsWithOptionsSupporterVideoContentContentsOptionsGet,
|
|
3049
2488
|
addOptionToContentsSupporterVideoContentContentsOptionsSetPut,
|
|
3050
2489
|
unsetOptionContentsSupporterVideoContentContentsOptionsUnsetDelete,
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
getCollectionsDetailSupporterVideoContentCollectionDetailSlugGet,
|
|
3055
|
-
getCollectionContentsSupporterVideoContentCollectionContentsSlugGet,
|
|
3056
|
-
createCollectionSupporterVideoContentCollectionCreatePost,
|
|
3057
|
-
editCollectionSupporterVideoContentCollectionEditCollectionIdPut,
|
|
3058
|
-
deleteCollectionSupporterVideoContentCollectionDeleteDelete,
|
|
2490
|
+
getSeoSupporterVideoContentSeoTypeGet,
|
|
2491
|
+
addSeoSupporterVideoContentSeoAddPageTypePost,
|
|
2492
|
+
addDocumentSeoSupporterVideoContentSeoAddTypePost,
|
|
3059
2493
|
getContentWithoutTranslationsSupporterVideoContentContentTranslationsNoneGet,
|
|
3060
2494
|
getContentDetailSupporterVideoContentContentTranslationsDetailVideoContentIdGet,
|
|
3061
2495
|
getStaffContentsTranslationsSupporterVideoContentContentTranslationsMyListGet,
|
|
3062
2496
|
deleteContentFromStaffListSupporterVideoContentContentTranslationsMyListDeleteDelete,
|
|
3063
2497
|
addContentTranslationSupporterVideoContentContentTranslationsEditVideoContentIdPut,
|
|
3064
2498
|
moveTranslationToOtherStaffSupporterVideoContentContentTranslationsMoveVideoContentIdPut,
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
getContentAllQuotesSupporterVideoContentQuoteContentQuotesVideoContentIdGet,
|
|
3068
|
-
createQuoteSupporterVideoContentQuoteContentNewVideoContentIdPost,
|
|
3069
|
-
editQuotesSupporterVideoContentQuoteContentEditVideoContentIdPut,
|
|
2499
|
+
downloadGrpcHttpReportSupporterVideoContentTestGrpcClientsReportGet,
|
|
2500
|
+
getApiDocumentationSupporterVideoContentApiDocsGet,
|
|
3070
2501
|
getContentUncheckedSupporterVideoContentContentCheckListNoneGet,
|
|
3071
2502
|
getContentDetailSupporterVideoContentContentCheckListDetailVideoContentIdGet,
|
|
3072
2503
|
getStaffContentsChecklistSupporterVideoContentContentCheckListMyListGet,
|
|
@@ -3079,58 +2510,43 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
3079
2510
|
getBoxOfficeListSupporterVideoContentBoxOfficeGet,
|
|
3080
2511
|
getBoxOfficeDetailSupporterVideoContentBoxOfficeBoxOfficeIdGet,
|
|
3081
2512
|
editBoxOfficeSupporterVideoContentBoxOfficeBoxOfficeIdPut,
|
|
3082
|
-
getTimeEditionListSupporterVideoContentTimeEditionListGet,
|
|
3083
|
-
newTimeEditionSupporterVideoContentTimeEditionNewPost,
|
|
3084
|
-
editTimeEditionSupporterVideoContentTimeEditionEditTimeIdPut,
|
|
3085
|
-
deleteTimeEditionSupporterVideoContentTimeEditionDeleteTimeEditionIdDelete,
|
|
3086
|
-
newChannelSupporterVideoContentChannelNewPost,
|
|
3087
|
-
editChannelSupporterVideoContentChannelEditChannelIdPut,
|
|
3088
|
-
deleteChannelSupporterVideoContentChannelDeleteChannelIdDelete,
|
|
3089
2513
|
getContentsListSupporterVideoContentContentListTypeGet,
|
|
3090
|
-
deleteContentSupporterVideoContentContentDeleteDelete,
|
|
3091
2514
|
getContentDetailSupporterVideoContentContentDetailVideoContentIdGet,
|
|
3092
|
-
|
|
3093
|
-
|
|
2515
|
+
getSimpleContentsListSupporterVideoContentContentsSimpleGet,
|
|
2516
|
+
getSimpleContentsListAllSupporterVideoContentContentsSimpleAllGet,
|
|
2517
|
+
getNotificationListContentSupporterVideoContentContentsRicherGet,
|
|
3094
2518
|
uploadPosterAndCoverSupporterVideoContentContentUploadAttachmentVideoContentIdPut,
|
|
3095
2519
|
deleteAttachmentSupporterVideoContentContentDeleteAttachmentVideoContentIdDelete,
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
getPublishedAndUnpublishedContentListAndIncompleteStreamSupporterVideoContentContentStatisticsListRequestTypeGet,
|
|
3103
|
-
getSeoSupporterVideoContentSeoTypeGet,
|
|
3104
|
-
addSeoSupporterVideoContentSeoAddPageTypePost,
|
|
3105
|
-
addDocumentSeoSupporterVideoContentSeoAddTypePost,
|
|
2520
|
+
getContentWithQuotesAndWithotQuotesSupporterVideoContentQuoteContentsTypeGet,
|
|
2521
|
+
deleteAllQuotesForVideoContentSupporterVideoContentQuoteContentDeleteVideoContentIdDelete,
|
|
2522
|
+
getContentAllQuotesSupporterVideoContentQuoteContentQuotesVideoContentIdGet,
|
|
2523
|
+
createQuoteSupporterVideoContentQuoteContentNewVideoContentIdPost,
|
|
2524
|
+
editQuotesSupporterVideoContentQuoteContentEditQuoteIdPut,
|
|
2525
|
+
deleteContentSupporterVideoContentContentDeleteDelete,
|
|
3106
2526
|
createContentWithImdbSupporterVideoContentContentNewImdbImdbCodePost,
|
|
3107
2527
|
createMovieContentManuallySupporterVideoContentContentNewMovieManuallyPost,
|
|
3108
2528
|
createSeriesContentManuallySupporterVideoContentContentNewSeriesManuallyPost,
|
|
3109
2529
|
editMovieContentSupporterVideoContentContentPutMovieVideoContentIdPut,
|
|
3110
2530
|
editSeriesContentSupporterVideoContentContentPutSeriesVideoContentIdPut,
|
|
3111
|
-
getCacheSettingsSupporterVideoContentCachSettingsGet,
|
|
3112
|
-
createOrUpdateCacheSettingsSupporterVideoContentCachSettingsPost,
|
|
3113
|
-
createOrUpdateSystemSettingsSupporterVideoContentSystemSettingsPost,
|
|
3114
|
-
getSystemSettingsSupporterVideoContentSystemSettingsGet,
|
|
3115
|
-
updateContentsSupporterVideoContentsystemSettingsUpdateContentsPut,
|
|
3116
|
-
collectorsListSupporterVideoContentCollectorsCollectorTypeGet,
|
|
3117
|
-
createCollectorSupporterVideoContentCollectorsCollectorTypeNewPost,
|
|
3118
|
-
editCollectorSupporterVideoContentCollectorsCollectorTypeEditCollectorIdPut,
|
|
3119
|
-
uploadCollectorPosterSupporterVideoContentCollectorsCollectorTypeEditCollectorIdPosterPut,
|
|
3120
|
-
deleteGenreSupporterVideoContentCollectorsGenreDeleteCollectorIdDelete,
|
|
3121
2531
|
addRatingToVideoContentUserVideoContentActionRatingPost,
|
|
3122
2532
|
manageUserPickUserVideoContentActionPickTypePost,
|
|
3123
2533
|
getUserPickListUserVideoContentActionPickTypeGet,
|
|
3124
2534
|
manageUserNotificationUserVideoContentActionNotificationAddPost,
|
|
3125
2535
|
getUserNotificationListUserVideoContentActionNotificationListGet,
|
|
3126
2536
|
checkUserContentListsUserVideoContentActionCheckVideoContentIdsGet,
|
|
3127
|
-
|
|
2537
|
+
getCountriesLanguageUserVideoContentCountriesLanguageGet,
|
|
2538
|
+
getMpaaUserVideoContentMpaaGet,
|
|
2539
|
+
getChannelsUserVideoContentChannelGet,
|
|
2540
|
+
userContentsListUserVideoContentGet,
|
|
2541
|
+
getCastContentsListUserVideoContentCastContentsGet,
|
|
2542
|
+
getChannelContentsUserVideoContentChannelContentsChannelIdGet,
|
|
2543
|
+
getContentDetailUserVideoContentDetailVideoContentIdGet,
|
|
2544
|
+
getContentActorsUserVideoContentDetailPersonsVideoContentIdGet,
|
|
3128
2545
|
getCollectionsUserVideoContentCollectionListGet,
|
|
3129
2546
|
getCollectionContentsUserVideoContentCollectionListSlugGet,
|
|
3130
|
-
|
|
2547
|
+
getActiveOptionsContentsUserVideoContentOptionsContentsGet,
|
|
3131
2548
|
getWeeklyScheduleContentsUserVideoContentWeeklyScheduleContentsGet,
|
|
3132
2549
|
getPaginatedWeeklyScheduleContentsUserVideoContentWeeklyScheduleContentsPaginatedGet,
|
|
3133
|
-
getActiveOptionsContentsUserVideoContentOptionsContentsGet,
|
|
3134
2550
|
getAuthenticatedUserHeroSectionUserVideoContentVipHeroSectionGet,
|
|
3135
2551
|
getAnonymousUserHeroSectionUserVideoContentHeroSectionGet,
|
|
3136
2552
|
getTopContentsUserVideoContentTopContentsSourceContentTypeGet,
|
|
@@ -3138,17 +2554,11 @@ const getVideoContentMicroserviceAPI = () => {
|
|
|
3138
2554
|
getStreamContentsByCategoryUserVideoContentStreamsCategoryGet,
|
|
3139
2555
|
getBoxOfficeUserVideoContentBoxOfficeSourceGet,
|
|
3140
2556
|
getHomepageUserVideoContentHomePageGet,
|
|
3141
|
-
getCastContentsListUserVideoContentCastContentsGet,
|
|
3142
|
-
getChannelContentsUserVideoContentChannelContentsChannelIdGet,
|
|
3143
|
-
getContentDetailUserVideoContentDetailVideoContentIdGet,
|
|
3144
2557
|
getContentQuotesUserVideoContentDetailQuotesVideoContentIdGet,
|
|
3145
|
-
getContentActorsUserVideoContentDetailPersonsVideoContentIdGet,
|
|
3146
|
-
getCountriesLanguageUserVideoContentCountriesLanguageGet,
|
|
3147
|
-
getMpaaUserVideoContentMpaaGet,
|
|
3148
|
-
getChannelsUserVideoContentChannelGet,
|
|
3149
|
-
exploreUserVideoContentExploreGet,
|
|
3150
2558
|
getUserPublicPickUserVideoContentPublicProfileUserNamePickTypeGet,
|
|
3151
2559
|
getUserPublicNotificationUserVideoContentPublicProfileUserNameNotificationListGet,
|
|
2560
|
+
getCollectorsListUserVideoContentCollectorsListGet,
|
|
2561
|
+
exploreUserVideoContentExploreGet,
|
|
3152
2562
|
getNewReleaseContentsUserVideoContentOptionsContentsNewReleasesGet
|
|
3153
2563
|
};
|
|
3154
2564
|
};
|