@funhub/platform 0.2.11 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/dist/biz.d.mts +5 -5
  2. package/dist/biz.mjs +1 -1
  3. package/dist/components/biz/business/advertisement/ad-match.d.mts +4 -19
  4. package/dist/components/biz/business/advertisement/ad-match.mjs +1 -1
  5. package/dist/components/biz/business/advertisement/ad-provider.d.mts +0 -3
  6. package/dist/components/biz/business/advertisement/ad-provider.mjs +1 -1
  7. package/dist/components/biz/business/advertisement/ad-query.d.mts +0 -1
  8. package/dist/components/biz/business/advertisement/ad-query.mjs +1 -1
  9. package/dist/components/biz/business/advertisement/ad-runtime-provider.d.mts +2 -4
  10. package/dist/components/biz/business/advertisement/ad-runtime-provider.mjs +1 -1
  11. package/dist/components/biz/business/advertisement/banner-ad/client.mjs +1 -1
  12. package/dist/components/biz/business/advertisement/banner-ad/material.d.mts +3 -2
  13. package/dist/components/biz/business/advertisement/banner-ad/material.mjs +1 -1
  14. package/dist/components/biz/business/advertisement/banner-ad/schema.d.mts +6 -9
  15. package/dist/components/biz/business/advertisement/banner-ad/schema.mjs +1 -1
  16. package/dist/components/biz/business/advertisement/banner-ad/server.mjs +1 -1
  17. package/dist/components/biz/business/advertisement/feed-ad/index.d.mts +31 -1
  18. package/dist/components/biz/business/advertisement/feed-ad/index.mjs +1 -1
  19. package/dist/components/biz/business/advertisement/floating-ad/client.d.mts +4 -4
  20. package/dist/components/biz/business/advertisement/floating-ad/client.mjs +1 -1
  21. package/dist/components/biz/business/advertisement/floating-ad/index.d.mts +1 -1
  22. package/dist/components/biz/business/advertisement/floating-ad/material.d.mts +0 -5
  23. package/dist/components/biz/business/advertisement/floating-ad/schema.d.mts +10 -21
  24. package/dist/components/biz/business/advertisement/floating-ad/schema.mjs +1 -1
  25. package/dist/components/biz/business/advertisement/floating-ad/server.mjs +1 -1
  26. package/dist/components/biz/business/advertisement/icon-ad/client.mjs +1 -1
  27. package/dist/components/biz/business/advertisement/icon-ad/material.d.mts +2 -1
  28. package/dist/components/biz/business/advertisement/icon-ad/material.mjs +1 -1
  29. package/dist/components/biz/business/advertisement/icon-ad/schema.d.mts +2 -7
  30. package/dist/components/biz/business/advertisement/icon-ad/schema.mjs +1 -1
  31. package/dist/components/biz/business/advertisement/icon-ad/server.mjs +1 -1
  32. package/dist/components/biz/business/advertisement/index.d.mts +4 -4
  33. package/dist/components/biz/business/advertisement/popup-ad/client.mjs +3 -3
  34. package/dist/components/biz/business/advertisement/popup-ad/index.d.mts +1 -1
  35. package/dist/components/biz/business/advertisement/popup-ad/material.d.mts +2 -2
  36. package/dist/components/biz/business/advertisement/popup-ad/schema.d.mts +15 -14
  37. package/dist/components/biz/business/advertisement/popup-ad/schema.mjs +1 -1
  38. package/dist/components/biz/business/advertisement/popup-ad/server.mjs +1 -1
  39. package/dist/components/biz/business/advertisement/text-ad/client.mjs +1 -1
  40. package/dist/components/biz/business/advertisement/text-ad/material.d.mts +2 -1
  41. package/dist/components/biz/business/advertisement/text-ad/material.mjs +1 -1
  42. package/dist/components/biz/business/advertisement/text-ad/schema.d.mts +3 -5
  43. package/dist/components/biz/business/advertisement/text-ad/schema.mjs +1 -1
  44. package/dist/components/biz/business/advertisement/text-ad/server.mjs +1 -1
  45. package/dist/components/biz/business/detail/shared/runtime-context-provider.mjs +1 -1
  46. package/dist/components/biz/business/detail/shared/video-hero.mjs +1 -1
  47. package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.mjs +1 -1
  48. package/dist/components/biz/business/header-search/shared/logo.mjs +1 -1
  49. package/dist/components/biz/business/home-recommend/home-recommend-grid/client.mjs +1 -1
  50. package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.d.mts +24 -4
  51. package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.mjs +1 -1
  52. package/dist/components/biz/business/home-recommend/home-recommend-grid/material.d.mts +22 -2
  53. package/dist/components/biz/business/home-recommend/home-recommend-grid/server.mjs +1 -1
  54. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/client.mjs +1 -1
  55. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.d.mts +24 -4
  56. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.mjs +1 -1
  57. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/material.d.mts +22 -2
  58. package/dist/components/biz/business/home-recommend/home-recommend-waterfall/server.mjs +1 -1
  59. package/dist/components/biz/business/home-recommend/shared/home-recommend-base.mjs +1 -1
  60. package/dist/components/biz/business/home-recommend/shared/home-recommend-default-config.mjs +1 -1
  61. package/dist/components/biz/business/home-recommend/shared/home-recommend-preview.mjs +1 -1
  62. package/dist/components/biz/business/home-recommend/shared/home-recommend-runtime-props.mjs +1 -1
  63. package/dist/components/biz/business/home-recommend/shared/home-recommend-server-data.mjs +1 -1
  64. package/dist/components/biz/business/home-recommend/shared/home-recommend-smart-layout.mjs +2 -0
  65. package/dist/components/biz/business/hot-recommend/client.mjs +1 -1
  66. package/dist/components/biz/business/hot-recommend/material.d.mts +1 -0
  67. package/dist/components/biz/business/hot-recommend/schema.d.mts +1 -0
  68. package/dist/components/biz/business/hot-recommend/schema.mjs +1 -1
  69. package/dist/components/biz/business/image-text-recommend/client.d.mts +1 -1
  70. package/dist/components/biz/business/image-text-recommend/client.mjs +1 -1
  71. package/dist/components/biz/business/image-text-recommend/material.d.mts +7 -7
  72. package/dist/components/biz/business/image-text-recommend/schema.d.mts +30 -25
  73. package/dist/components/biz/business/image-text-recommend/schema.mjs +1 -1
  74. package/dist/components/biz/business/image-text-recommend/server.mjs +1 -1
  75. package/dist/components/biz/business/image-text-recommend/shared/query.mjs +1 -1
  76. package/dist/components/biz/business/index.d.mts +4 -4
  77. package/dist/components/biz/business/large-feature-grid/schema.mjs +1 -1
  78. package/dist/components/biz/business/marquee/client.mjs +1 -1
  79. package/dist/components/biz/business/marquee/material.d.mts +5 -6
  80. package/dist/components/biz/business/marquee/schema.d.mts +5 -6
  81. package/dist/components/biz/business/marquee/schema.mjs +1 -1
  82. package/dist/components/biz/business/tab-bar/client.d.mts +2 -0
  83. package/dist/components/biz/business/tab-bar/client.mjs +1 -1
  84. package/dist/components/biz/business/text-recommend/client.mjs +1 -1
  85. package/dist/components/biz/business/text-recommend/material.d.mts +1 -0
  86. package/dist/components/biz/business/text-recommend/schema.d.mts +1 -0
  87. package/dist/components/biz/business/text-recommend/schema.mjs +1 -1
  88. package/dist/components/common/video-player/index.d.mts +2 -1
  89. package/dist/components/common/video-player/video-blind-ad-overlay.mjs +2 -0
  90. package/dist/components/common/video-player/video-player-ref-context.mjs +2 -0
  91. package/dist/components/ui/badge.d.mts +1 -1
  92. package/dist/components/ui/button.d.mts +2 -2
  93. package/dist/components/ui/empty.d.mts +1 -1
  94. package/dist/components/ui/item.d.mts +1 -1
  95. package/dist/hooks/use-is-client.d.mts +10 -0
  96. package/dist/hooks/use-is-client.mjs +2 -0
  97. package/dist/hooks.d.mts +2 -1
  98. package/dist/hooks.mjs +1 -1
  99. package/dist/service/advertisement.d.mts +1 -13
  100. package/dist/service/advertisement.mjs +1 -1
  101. package/dist/service/generated/client.d.mts +10 -2
  102. package/dist/service/generated/client.mjs +1 -1
  103. package/dist/service/generated/tanstack.d.mts +12 -2
  104. package/dist/service/generated/tanstack.mjs +1 -1
  105. package/dist/service.d.mts +3 -3
  106. package/dist/service.mjs +1 -1
  107. package/dist/store/modules/blind-spot-ad-store.d.mts +116 -0
  108. package/dist/store/modules/blind-spot-ad-store.mjs +2 -0
  109. package/dist/store/modules/user-store.d.mts +1 -1
  110. package/dist/store/modules/user-store.mjs +1 -1
  111. package/dist/store/modules/video-player-ref-store.d.mts +21 -0
  112. package/dist/store/modules/video-player-ref-store.mjs +2 -0
  113. package/dist/store.d.mts +3 -1
  114. package/dist/store.mjs +1 -1
  115. package/dist/types.d.mts +171 -1
  116. package/dist/utils/browser-fingerprint.d.mts +13 -0
  117. package/dist/utils/browser-fingerprint.mjs +2 -0
  118. package/dist/utils/device-id.d.mts +2 -2
  119. package/dist/utils/device-id.mjs +1 -1
  120. package/dist/utils/http.mjs +1 -1
  121. package/dist/utils/request-user-id.d.mts +12 -0
  122. package/dist/utils/request-user-id.mjs +2 -0
  123. package/dist/utils/schema/inspector.d.mts +2 -2
  124. package/dist/utils.d.mts +3 -1
  125. package/dist/utils.mjs +1 -1
  126. package/package.json +2 -1
  127. package/dist/assets/icons/search/video.mjs +0 -2
  128. package/dist/components/biz/business/marquee/marquee.module.mjs +0 -24
@@ -1,5 +1,5 @@
1
1
 
2
- import { GetApiCommerceQueryOrderResultQuery, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCommentsQuery, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentListQuery, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetUserCollectionsQuery, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelsQuery, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetHotVideoListQuery, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendVideoListQuery, GetApiContentGetSeoConfigQuery, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailQuery, GetApiContentListVisibleFloatingBallQuery, GetApiContentProcessM3u8Query, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetLikeListQuery, GetApiInteractionListCollectsQuery, GetApiInteractionListFoldersQuery, GetApiUserGetGuestIdentityQuery, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserInfoQuery, GetApiUserGetUserPrivacySettingsQuery, GetApiUserViewUserInfoQuery, PostApiCommerceCreatePaymentReqBody, PostApiCommerceGetPaymentMethodsReqBody, PostApiCommercePaymentSuccessCallbackReqBody, PostApiCommerceRefundCallbackReqBody, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityBatchDeleteCollectionReqBody, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCommentReqBody, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteContentReqBody, PostApiCommunityDislikeCommentReqBody, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityLikeCommentReqBody, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityPublishContentReqBody, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunityShareContentReqBody, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateContentReqBody, PostApiCommunityUploadMediaReqBody, PostApiContentBatchGetVideoDetailReqBody, PostApiContentGetNewstVideoListReqBody, PostApiContentGetPopularVideoListReqBody, PostApiContentGetTopRatedVideoListReqBody, PostApiContentMatchAdsReqBody, PostApiInteractionAddCollectReqBody, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteFoldersReqBody, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBrowseReqBody, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelLikeReqBody, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckFollowReqBody, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionCreateFolderReqBody, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeReqBody, PostApiInteractionFollowReqBody, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeReqBody, PostApiInteractionMoveCollectsReqBody, PostApiInteractionRemoveCollectReqBody, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionUnfollowReqBody, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiUserEditUserInfoReqBody, PostApiUserLoginReqBody, PostApiUserRegisterByVerifyEmailCodeReqBody, PostApiUserRegisterReqBody, PostApiUserResetForgetPasswordReqBody, PostApiUserResetPasswordReqBody, PostApiUserSendEmailCodeReqBody, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserUploadUserBgImageReqBody, PostApiUserUserFeedbackReqBody, PostApiUserUserPrivacySettingsReqBody, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeReqBody } from "../../types.mjs";
2
+ import { GetApiCommerceQueryOrderResultQuery, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCommentsQuery, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentListQuery, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetUserCollectionsQuery, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelsQuery, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetHotVideoListQuery, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendVideoListQuery, GetApiContentGetSeoConfigQuery, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailQuery, GetApiContentListVisibleFloatingBallQuery, GetApiContentProcessM3u8Query, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetLikeListQuery, GetApiInteractionListCollectsQuery, GetApiInteractionListFoldersQuery, GetApiUserGetGuestIdentityQuery, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserInfoQuery, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetVisitorPermissionConfigQuery, GetApiUserViewUserInfoQuery, PostApiCommerceCreatePaymentReqBody, PostApiCommerceGetPaymentMethodsReqBody, PostApiCommercePaymentSuccessCallbackReqBody, PostApiCommerceRefundCallbackReqBody, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityBatchDeleteCollectionReqBody, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCommentReqBody, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteContentReqBody, PostApiCommunityDislikeCommentReqBody, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityLikeCommentReqBody, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityPublishContentReqBody, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunityShareContentReqBody, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateContentReqBody, PostApiCommunityUploadMediaReqBody, PostApiContentBatchGetVideoDetailReqBody, PostApiContentGetMostPlayedVideoListReqBody, PostApiContentGetNewstVideoListReqBody, PostApiContentGetPopularVideoListReqBody, PostApiContentGetTopRatedVideoListReqBody, PostApiContentMatchAdsReqBody, PostApiInteractionAddCollectReqBody, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteFoldersReqBody, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBrowseReqBody, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelLikeReqBody, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckFollowReqBody, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionCreateFolderReqBody, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeReqBody, PostApiInteractionFollowReqBody, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeReqBody, PostApiInteractionMoveCollectsReqBody, PostApiInteractionRemoveCollectReqBody, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionUnfollowReqBody, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiUserEditUserInfoReqBody, PostApiUserLoginReqBody, PostApiUserRegisterByVerifyEmailCodeReqBody, PostApiUserRegisterReqBody, PostApiUserResetForgetPasswordReqBody, PostApiUserResetPasswordReqBody, PostApiUserSendEmailCodeReqBody, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserUploadUserBgImageReqBody, PostApiUserUserFeedbackReqBody, PostApiUserUserPrivacySettingsReqBody, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeReqBody } from "../../types.mjs";
3
3
  import { RequestConfig } from "../../utils/http.mjs";
4
4
 
5
5
  //#region service/generated/tanstack.d.ts
@@ -244,6 +244,11 @@ declare function gContentGetSeoConfigKey(query?: GetApiContentGetSeoConfigQuery,
244
244
  * @returns TanStack Query Key
245
245
  */
246
246
  declare function pContentMatchAdsKey(data: PostApiContentMatchAdsReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiContentMatchAdsReqBody>];
247
+ /**
248
+ * 最热视频列表(按play_count排序,游标分页)
249
+ * @returns TanStack Query Key
250
+ */
251
+ declare function pContentGetMostPlayedVideoListKey(data: PostApiContentGetMostPlayedVideoListReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiContentGetMostPlayedVideoListReqBody>];
247
252
  /**
248
253
  * 处理 M3U8 文件。底层调用 gRPC ContentService.ProcessM3u8 方法。返回处理后的 M3U8 文件内容。
249
254
  * @returns TanStack Query Key
@@ -569,6 +574,11 @@ declare function gUserViewUserInfoKey(query?: GetApiUserViewUserInfoQuery, confi
569
574
  * @returns TanStack Query Key
570
575
  */
571
576
  declare function pUserRegisterByVerifyEmailCodeKey(data: PostApiUserRegisterByVerifyEmailCodeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserRegisterByVerifyEmailCodeReqBody>];
577
+ /**
578
+ * 获取访客权限配置
579
+ * @returns TanStack Query Key
580
+ */
581
+ declare function gUserGetVisitorPermissionConfigKey(query?: GetApiUserGetVisitorPermissionConfigQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiUserGetVisitorPermissionConfigQuery, unknown>];
572
582
  /**
573
583
  * 发起支付
574
584
  * @returns TanStack Query Key
@@ -595,4 +605,4 @@ declare function pCommercePaymentSuccessCallbackKey(data: PostApiCommercePayment
595
605
  */
596
606
  declare function pCommerceRefundCallbackKey(data: PostApiCommerceRefundCallbackReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommerceRefundCallbackReqBody>];
597
607
  //#endregion
598
- export { createQueryKey, gCommerceQueryOrderResultKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetSeoConfigKey, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserViewUserInfoKey, pCommerceCreatePaymentKey, pCommerceGetPaymentMethodsKey, pCommercePaymentSuccessCallbackKey, pCommerceRefundCallbackKey, pCommunityAddContentToCollectionKey, pCommunityBatchDeleteCollectionKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentBatchGetVideoDetailKey, pContentGetNewstVideoListKey, pContentGetPopularVideoListKey, pContentGetTopRatedVideoListKey, pContentMatchAdsKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, pInteractionBatchDeleteFoldersKey, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowseKey, pInteractionCancelDislikeKey, pInteractionCancelLikeKey, pInteractionCheckCollectKey, pInteractionCheckFollowKey, pInteractionClearBrowseHistoryKey, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolderKey, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollowKey, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollectsKey, pInteractionRemoveCollectKey, pInteractionTrackEventsBatchKey, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfoKey, pUserLoginKey, pUserRegisterByVerifyEmailCodeKey, pUserRegisterKey, pUserResetForgetPasswordKey, pUserResetPasswordKey, pUserSendEmailCodeKey, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImageKey, pUserUserFeedbackKey, pUserUserPrivacySettingsKey, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCodeKey };
608
+ export { createQueryKey, gCommerceQueryOrderResultKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetSeoConfigKey, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserGetVisitorPermissionConfigKey, gUserViewUserInfoKey, pCommerceCreatePaymentKey, pCommerceGetPaymentMethodsKey, pCommercePaymentSuccessCallbackKey, pCommerceRefundCallbackKey, pCommunityAddContentToCollectionKey, pCommunityBatchDeleteCollectionKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentBatchGetVideoDetailKey, pContentGetMostPlayedVideoListKey, pContentGetNewstVideoListKey, pContentGetPopularVideoListKey, pContentGetTopRatedVideoListKey, pContentMatchAdsKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, pInteractionBatchDeleteFoldersKey, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowseKey, pInteractionCancelDislikeKey, pInteractionCancelLikeKey, pInteractionCheckCollectKey, pInteractionCheckFollowKey, pInteractionClearBrowseHistoryKey, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolderKey, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollowKey, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollectsKey, pInteractionRemoveCollectKey, pInteractionTrackEventsBatchKey, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfoKey, pUserLoginKey, pUserRegisterByVerifyEmailCodeKey, pUserRegisterKey, pUserResetForgetPasswordKey, pUserResetPasswordKey, pUserSendEmailCodeKey, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImageKey, pUserUserFeedbackKey, pUserUserPrivacySettingsKey, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCodeKey };
@@ -1,2 +1,2 @@
1
1
 
2
- const e=(e,t,n,r)=>{let i={_id:e};return n&&(i._infinite=n),r&&(i.tags=r),t?.body!==void 0&&(i.body=t.body),t?.headers&&(i.headers=t.headers),t?.path!==void 0&&(i.path=t.path),t?.query!==void 0&&(i.query=t.query),[i]};function t(t,n){return e(`pCommunityPublishContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function n(t,n){return e(`gCommunityGetContentInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function r(t,n){return e(`gCommunityGetContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function i(t,n){return e(`pCommunityDeleteContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function ee(t,n){return e(`pCommunityUpdateContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function te(t,n){return e(`pCommunityCreateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function a(t,n){return e(`gCommunityGetCollectionInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function o(t,n){return e(`gCommunityGetUserCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function s(t,n){return e(`pCommunityAddContentToCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function c(t,n){return e(`pCommunityDeleteCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function l(t,n){return e(`pCommunitySubscribeCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function u(t,n){return e(`gCommunityGetSubscribedCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function d(t,n){return e(`pCommunityUpdateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function f(t,n){return e(`pCommunityRemoveContentFromCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function p(t,n){return e(`pCommunityMoveCollectionContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function m(t,n){return e(`pCommunityUploadMedia`,{body:t,headers:n?.headers},void 0,n?.tags)}function h(t,n){return e(`pCommunityGetUploadPresignedURL`,{body:t,headers:n?.headers},void 0,n?.tags)}function g(t,n){return e(`pCommunityCreateComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function _(t,n){return e(`gCommunityGetComments`,{query:t,headers:n?.headers},void 0,n?.tags)}function v(t,n){return e(`pCommunityDeleteComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function y(t,n){return e(`pCommunityLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function b(t,n){return e(`pCommunityDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function x(t,n){return e(`pCommunityShareContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function S(t,n){return e(`pCommunitySearchCurAccountFollowingUsersInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function C(t,n){return e(`gCommunityGetHotContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function w(t,n){return e(`pCommunityBatchDeleteCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function T(t,n){return e(`gContentGetVideoDetailByApi`,{query:t,headers:n?.headers},void 0,n?.tags)}function E(t,n){return e(`gContentGetVideoDetail`,{query:t,headers:n?.headers},void 0,n?.tags)}function D(t,n){return e(`gContentGetRecommendSearchList`,{query:t,headers:n?.headers},void 0,n?.tags)}function O(t,n){return e(`gContentGetHotVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function k(t,n){return e(`gContentGetRecommendVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function A(t,n){return e(`gContentGetAppChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function j(t,n){return e(`gContentGetAppChannelBlock`,{query:t,headers:n?.headers},void 0,n?.tags)}function M(t,n){return e(`gContentGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function N(t,n){return e(`pContentGetNewstVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function P(t,n){return e(`pContentGetPopularVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function F(t,n){return e(`gContentListVisibleFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function I(t,n){return e(`gContentGetGuessYouLikeVideos`,{query:t,headers:n?.headers},void 0,n?.tags)}function L(t,n){return e(`gContentGetAdvertiseByCode`,{query:t,headers:n?.headers},void 0,n?.tags)}function R(t){return e(`gContentGetAppComponent`,{headers:t?.headers},void 0,t?.tags)}function z(t,n){return e(`pContentBatchGetVideoDetail`,{body:t,headers:n?.headers},void 0,n?.tags)}function B(t,n){return e(`pContentGetTopRatedVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function V(t,n){return e(`gContentGetSeoConfig`,{query:t,headers:n?.headers},void 0,n?.tags)}function H(t,n){return e(`pContentMatchAds`,{body:t,headers:n?.headers},void 0,n?.tags)}function U(t,n){return e(`gContentProcessM3u8`,{query:t,headers:n?.headers},void 0,n?.tags)}function W(t,n){return e(`pInteractionLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function G(t,n){return e(`pInteractionDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function K(t,n){return e(`pInteractionCancelLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function q(t,n){return e(`pInteractionCancelDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function J(t,n){return e(`gInteractionGetLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Y(t,n){return e(`gInteractionGetDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function X(t,n){return e(`gInteractionGetContentLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Z(t,n){return e(`gInteractionGetContentDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Q(t,n){return e(`pInteractionUnifiedBatchLikeDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function ne(t,n){return e(`pInteractionLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function re(t,n){return e(`pInteractionDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function ie(t,n){return e(`pInteractionBatchGetCommentLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function ae(t,n){return e(`pInteractionBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function oe(t,n){return e(`gInteractionGetBrowseList`,{query:t,headers:n?.headers},void 0,n?.tags)}function se(t,n){return e(`pInteractionDeleteBrowseRecord`,{body:t,headers:n?.headers},void 0,n?.tags)}function ce(t,n){return e(`pInteractionClearBrowseHistory`,{body:t,headers:n?.headers},void 0,n?.tags)}function le(t,n){return e(`pInteractionBatchClearBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function ue(t,n){return e(`pInteractionCreateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function de(t,n){return e(`pInteractionUpdateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function fe(t,n){return e(`pInteractionDeleteFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function pe(t,n){return e(`gInteractionListFolders`,{query:t,headers:n?.headers},void 0,n?.tags)}function me(t,n){return e(`gInteractionGetFolder`,{query:t,headers:n?.headers},void 0,n?.tags)}function he(t,n){return e(`gInteractionGetFolderStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function ge(t,n){return e(`pInteractionAddCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function _e(t,n){return e(`pInteractionRemoveCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function ve(t,n){return e(`gInteractionListCollects`,{query:t,headers:n?.headers},void 0,n?.tags)}function ye(t,n){return e(`pInteractionMoveCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function be(t,n){return e(`pInteractionCheckCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function xe(t,n){return e(`pInteractionBatchDeleteCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function Se(t,n){return e(`pInteractionBatchQueryContentInteractions`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ce(t,n){return e(`pInteractionBatchGetLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function we(t,n){return e(`pInteractionFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Te(t,n){return e(`pInteractionUnfollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ee(t,n){return e(`pInteractionCheckFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function De(t,n){return e(`gInteractionGetFollowingList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Oe(t,n){return e(`gInteractionGetFollowerList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ke(t,n){return e(`gInteractionGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ae(t,n){return e(`pInteractionBatchGetFollowStats`,{body:t,headers:n?.headers},void 0,n?.tags)}function je(t,n){return e(`gInteractionCheckMutualFollow`,{query:t,headers:n?.headers},void 0,n?.tags)}function Me(t,n){return e(`gInteractionGetFollowingUserUpdates`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ne(t,n){return e(`pInteractionUpdateFollowingContentUpdateTime`,{body:t,headers:n?.headers},void 0,n?.tags)}function Pe(t,n){return e(`gInteractionGetFollowingContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Fe(t,n){return e(`pInteractionTrackEventsBatch`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ie(t,n){return e(`pInteractionBatchDeleteFolders`,{body:t,headers:n?.headers},void 0,n?.tags)}function Le(t,n){return e(`gUserGetGuestIdentity`,{query:t,headers:n?.headers},void 0,n?.tags)}function Re(t,n){return e(`pUserLogin`,{body:t,headers:n?.headers},void 0,n?.tags)}function ze(t,n){return e(`pUserSendEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Be(t,n){return e(`pUserVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ve(t,n){return e(`pUserRegister`,{body:t,headers:n?.headers},void 0,n?.tags)}function He(t,n){return e(`pUserResetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ue(t,n){return e(`pUserSendResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function We(t,n){return e(`pUserVerifyResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ge(t,n){return e(`pUserResetForgetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ke(t,n){return e(`pUserSendForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function qe(t,n){return e(`pUserVerifyForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Je(t,n){return e(`gUserGetUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function $(t,n){return e(`gUserGetUserEditInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ye(t,n){return e(`pUserEditUserInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function Xe(t,n){return e(`pUserUserFeedback`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ze(t,n){return e(`gUserGetUserPrivacySettings`,{query:t,headers:n?.headers},void 0,n?.tags)}function Qe(t,n){return e(`pUserUserPrivacySettings`,{body:t,headers:n?.headers},void 0,n?.tags)}function $e(t,n){return e(`pUserUploadUserBgImage`,{body:t,headers:n?.headers},void 0,n?.tags)}function et(t,n){return e(`gUserViewUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function tt(t,n){return e(`pUserRegisterByVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function nt(t,n){return e(`pCommerceCreatePayment`,{body:t,headers:n?.headers},void 0,n?.tags)}function rt(t,n){return e(`gCommerceQueryOrderResult`,{query:t,headers:n?.headers},void 0,n?.tags)}function it(t,n){return e(`pCommerceGetPaymentMethods`,{body:t,headers:n?.headers},void 0,n?.tags)}function at(t,n){return e(`pCommercePaymentSuccessCallback`,{body:t,headers:n?.headers},void 0,n?.tags)}function ot(t,n){return e(`pCommerceRefundCallback`,{body:t,headers:n?.headers},void 0,n?.tags)}export{e as createQueryKey,rt as gCommerceQueryOrderResultKey,a as gCommunityGetCollectionInfoKey,_ as gCommunityGetCommentsKey,n as gCommunityGetContentInfoKey,r as gCommunityGetContentListKey,C as gCommunityGetHotContentListKey,u as gCommunityGetSubscribedCollectionsKey,o as gCommunityGetUserCollectionsKey,L as gContentGetAdvertiseByCodeKey,M as gContentGetAppChannelBlockDataKey,j as gContentGetAppChannelBlockKey,A as gContentGetAppChannelsKey,R as gContentGetAppComponentKey,I as gContentGetGuessYouLikeVideosKey,O as gContentGetHotVideoListKey,D as gContentGetRecommendSearchListKey,k as gContentGetRecommendVideoListKey,V as gContentGetSeoConfigKey,T as gContentGetVideoDetailByApiKey,E as gContentGetVideoDetailKey,F as gContentListVisibleFloatingBallKey,U as gContentProcessM3u8Key,je as gInteractionCheckMutualFollowKey,oe as gInteractionGetBrowseListKey,Z as gInteractionGetContentDislikeListKey,X as gInteractionGetContentLikeListKey,Y as gInteractionGetDislikeListKey,me as gInteractionGetFolderKey,he as gInteractionGetFolderStatsKey,ke as gInteractionGetFollowStatsKey,Oe as gInteractionGetFollowerListKey,Pe as gInteractionGetFollowingContentListKey,De as gInteractionGetFollowingListKey,Me as gInteractionGetFollowingUserUpdatesKey,J as gInteractionGetLikeListKey,ve as gInteractionListCollectsKey,pe as gInteractionListFoldersKey,Le as gUserGetGuestIdentityKey,$ as gUserGetUserEditInfoKey,Je as gUserGetUserInfoKey,Ze as gUserGetUserPrivacySettingsKey,et as gUserViewUserInfoKey,nt as pCommerceCreatePaymentKey,it as pCommerceGetPaymentMethodsKey,at as pCommercePaymentSuccessCallbackKey,ot as pCommerceRefundCallbackKey,s as pCommunityAddContentToCollectionKey,w as pCommunityBatchDeleteCollectionKey,te as pCommunityCreateCollectionKey,g as pCommunityCreateCommentKey,c as pCommunityDeleteCollectionKey,v as pCommunityDeleteCommentKey,i as pCommunityDeleteContentKey,b as pCommunityDislikeCommentKey,h as pCommunityGetUploadPresignedURLKey,y as pCommunityLikeCommentKey,p as pCommunityMoveCollectionContentKey,t as pCommunityPublishContentKey,f as pCommunityRemoveContentFromCollectionKey,S as pCommunitySearchCurAccountFollowingUsersInfoKey,x as pCommunityShareContentKey,l as pCommunitySubscribeCollectionKey,d as pCommunityUpdateCollectionKey,ee as pCommunityUpdateContentKey,m as pCommunityUploadMediaKey,z as pContentBatchGetVideoDetailKey,N as pContentGetNewstVideoListKey,P as pContentGetPopularVideoListKey,B as pContentGetTopRatedVideoListKey,H as pContentMatchAdsKey,ge as pInteractionAddCollectKey,le as pInteractionBatchClearBrowseKey,xe as pInteractionBatchDeleteCollectsKey,Ie as pInteractionBatchDeleteFoldersKey,ie as pInteractionBatchGetCommentLikeStatusKey,Ae as pInteractionBatchGetFollowStatsKey,Ce as pInteractionBatchGetLikeStatusKey,Se as pInteractionBatchQueryContentInteractionsKey,ae as pInteractionBrowseKey,q as pInteractionCancelDislikeKey,K as pInteractionCancelLikeKey,be as pInteractionCheckCollectKey,Ee as pInteractionCheckFollowKey,ce as pInteractionClearBrowseHistoryKey,ue as pInteractionCreateFolderKey,se as pInteractionDeleteBrowseRecordKey,fe as pInteractionDeleteFolderKey,re as pInteractionDislikeCommentKey,G as pInteractionDislikeKey,we as pInteractionFollowKey,ne as pInteractionLikeCommentKey,W as pInteractionLikeKey,ye as pInteractionMoveCollectsKey,_e as pInteractionRemoveCollectKey,Fe as pInteractionTrackEventsBatchKey,Te as pInteractionUnfollowKey,Q as pInteractionUnifiedBatchLikeDislikeKey,de as pInteractionUpdateFolderKey,Ne as pInteractionUpdateFollowingContentUpdateTimeKey,Ye as pUserEditUserInfoKey,Re as pUserLoginKey,tt as pUserRegisterByVerifyEmailCodeKey,Ve as pUserRegisterKey,Ge as pUserResetForgetPasswordKey,He as pUserResetPasswordKey,ze as pUserSendEmailCodeKey,Ke as pUserSendForgetEmailCodeKey,Ue as pUserSendResetPasswordEmailCodeKey,$e as pUserUploadUserBgImageKey,Xe as pUserUserFeedbackKey,Qe as pUserUserPrivacySettingsKey,Be as pUserVerifyEmailCodeKey,qe as pUserVerifyForgetEmailCodeKey,We as pUserVerifyResetPasswordEmailCodeKey};
2
+ const e=(e,t,n,r)=>{let i={_id:e};return n&&(i._infinite=n),r&&(i.tags=r),t?.body!==void 0&&(i.body=t.body),t?.headers&&(i.headers=t.headers),t?.path!==void 0&&(i.path=t.path),t?.query!==void 0&&(i.query=t.query),[i]};function t(t,n){return e(`pCommunityPublishContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function n(t,n){return e(`gCommunityGetContentInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function r(t,n){return e(`gCommunityGetContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function i(t,n){return e(`pCommunityDeleteContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function ee(t,n){return e(`pCommunityUpdateContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function te(t,n){return e(`pCommunityCreateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function a(t,n){return e(`gCommunityGetCollectionInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function o(t,n){return e(`gCommunityGetUserCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function s(t,n){return e(`pCommunityAddContentToCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function c(t,n){return e(`pCommunityDeleteCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function l(t,n){return e(`pCommunitySubscribeCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function u(t,n){return e(`gCommunityGetSubscribedCollections`,{query:t,headers:n?.headers},void 0,n?.tags)}function d(t,n){return e(`pCommunityUpdateCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function f(t,n){return e(`pCommunityRemoveContentFromCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function p(t,n){return e(`pCommunityMoveCollectionContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function m(t,n){return e(`pCommunityUploadMedia`,{body:t,headers:n?.headers},void 0,n?.tags)}function h(t,n){return e(`pCommunityGetUploadPresignedURL`,{body:t,headers:n?.headers},void 0,n?.tags)}function g(t,n){return e(`pCommunityCreateComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function _(t,n){return e(`gCommunityGetComments`,{query:t,headers:n?.headers},void 0,n?.tags)}function v(t,n){return e(`pCommunityDeleteComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function y(t,n){return e(`pCommunityLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function b(t,n){return e(`pCommunityDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function x(t,n){return e(`pCommunityShareContent`,{body:t,headers:n?.headers},void 0,n?.tags)}function S(t,n){return e(`pCommunitySearchCurAccountFollowingUsersInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function C(t,n){return e(`gCommunityGetHotContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function w(t,n){return e(`pCommunityBatchDeleteCollection`,{body:t,headers:n?.headers},void 0,n?.tags)}function T(t,n){return e(`gContentGetVideoDetailByApi`,{query:t,headers:n?.headers},void 0,n?.tags)}function E(t,n){return e(`gContentGetVideoDetail`,{query:t,headers:n?.headers},void 0,n?.tags)}function D(t,n){return e(`gContentGetRecommendSearchList`,{query:t,headers:n?.headers},void 0,n?.tags)}function O(t,n){return e(`gContentGetHotVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function k(t,n){return e(`gContentGetRecommendVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function A(t,n){return e(`gContentGetAppChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function j(t,n){return e(`gContentGetAppChannelBlock`,{query:t,headers:n?.headers},void 0,n?.tags)}function M(t,n){return e(`gContentGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function N(t,n){return e(`pContentGetNewstVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function P(t,n){return e(`pContentGetPopularVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function F(t,n){return e(`gContentListVisibleFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function I(t,n){return e(`gContentGetGuessYouLikeVideos`,{query:t,headers:n?.headers},void 0,n?.tags)}function L(t,n){return e(`gContentGetAdvertiseByCode`,{query:t,headers:n?.headers},void 0,n?.tags)}function R(t){return e(`gContentGetAppComponent`,{headers:t?.headers},void 0,t?.tags)}function z(t,n){return e(`pContentBatchGetVideoDetail`,{body:t,headers:n?.headers},void 0,n?.tags)}function B(t,n){return e(`pContentGetTopRatedVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function V(t,n){return e(`gContentGetSeoConfig`,{query:t,headers:n?.headers},void 0,n?.tags)}function H(t,n){return e(`pContentMatchAds`,{body:t,headers:n?.headers},void 0,n?.tags)}function U(t,n){return e(`pContentGetMostPlayedVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function W(t,n){return e(`gContentProcessM3u8`,{query:t,headers:n?.headers},void 0,n?.tags)}function G(t,n){return e(`pInteractionLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function K(t,n){return e(`pInteractionDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function q(t,n){return e(`pInteractionCancelLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function J(t,n){return e(`pInteractionCancelDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Y(t,n){return e(`gInteractionGetLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function X(t,n){return e(`gInteractionGetDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Z(t,n){return e(`gInteractionGetContentLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Q(t,n){return e(`gInteractionGetContentDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ne(t,n){return e(`pInteractionUnifiedBatchLikeDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function re(t,n){return e(`pInteractionLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function ie(t,n){return e(`pInteractionDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function ae(t,n){return e(`pInteractionBatchGetCommentLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function oe(t,n){return e(`pInteractionBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function se(t,n){return e(`gInteractionGetBrowseList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ce(t,n){return e(`pInteractionDeleteBrowseRecord`,{body:t,headers:n?.headers},void 0,n?.tags)}function le(t,n){return e(`pInteractionClearBrowseHistory`,{body:t,headers:n?.headers},void 0,n?.tags)}function ue(t,n){return e(`pInteractionBatchClearBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function de(t,n){return e(`pInteractionCreateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function fe(t,n){return e(`pInteractionUpdateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function pe(t,n){return e(`pInteractionDeleteFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function me(t,n){return e(`gInteractionListFolders`,{query:t,headers:n?.headers},void 0,n?.tags)}function he(t,n){return e(`gInteractionGetFolder`,{query:t,headers:n?.headers},void 0,n?.tags)}function ge(t,n){return e(`gInteractionGetFolderStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function _e(t,n){return e(`pInteractionAddCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function ve(t,n){return e(`pInteractionRemoveCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function ye(t,n){return e(`gInteractionListCollects`,{query:t,headers:n?.headers},void 0,n?.tags)}function be(t,n){return e(`pInteractionMoveCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function xe(t,n){return e(`pInteractionCheckCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function Se(t,n){return e(`pInteractionBatchDeleteCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ce(t,n){return e(`pInteractionBatchQueryContentInteractions`,{body:t,headers:n?.headers},void 0,n?.tags)}function we(t,n){return e(`pInteractionBatchGetLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function Te(t,n){return e(`pInteractionFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ee(t,n){return e(`pInteractionUnfollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function De(t,n){return e(`pInteractionCheckFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Oe(t,n){return e(`gInteractionGetFollowingList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ke(t,n){return e(`gInteractionGetFollowerList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ae(t,n){return e(`gInteractionGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function je(t,n){return e(`pInteractionBatchGetFollowStats`,{body:t,headers:n?.headers},void 0,n?.tags)}function Me(t,n){return e(`gInteractionCheckMutualFollow`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ne(t,n){return e(`gInteractionGetFollowingUserUpdates`,{query:t,headers:n?.headers},void 0,n?.tags)}function Pe(t,n){return e(`pInteractionUpdateFollowingContentUpdateTime`,{body:t,headers:n?.headers},void 0,n?.tags)}function Fe(t,n){return e(`gInteractionGetFollowingContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ie(t,n){return e(`pInteractionTrackEventsBatch`,{body:t,headers:n?.headers},void 0,n?.tags)}function Le(t,n){return e(`pInteractionBatchDeleteFolders`,{body:t,headers:n?.headers},void 0,n?.tags)}function Re(t,n){return e(`gUserGetGuestIdentity`,{query:t,headers:n?.headers},void 0,n?.tags)}function ze(t,n){return e(`pUserLogin`,{body:t,headers:n?.headers},void 0,n?.tags)}function Be(t,n){return e(`pUserSendEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ve(t,n){return e(`pUserVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function He(t,n){return e(`pUserRegister`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ue(t,n){return e(`pUserResetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function We(t,n){return e(`pUserSendResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ge(t,n){return e(`pUserVerifyResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ke(t,n){return e(`pUserResetForgetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function qe(t,n){return e(`pUserSendForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Je(t,n){return e(`pUserVerifyForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function $(t,n){return e(`gUserGetUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ye(t,n){return e(`gUserGetUserEditInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function Xe(t,n){return e(`pUserEditUserInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ze(t,n){return e(`pUserUserFeedback`,{body:t,headers:n?.headers},void 0,n?.tags)}function Qe(t,n){return e(`gUserGetUserPrivacySettings`,{query:t,headers:n?.headers},void 0,n?.tags)}function $e(t,n){return e(`pUserUserPrivacySettings`,{body:t,headers:n?.headers},void 0,n?.tags)}function et(t,n){return e(`pUserUploadUserBgImage`,{body:t,headers:n?.headers},void 0,n?.tags)}function tt(t,n){return e(`gUserViewUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function nt(t,n){return e(`pUserRegisterByVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function rt(t,n){return e(`gUserGetVisitorPermissionConfig`,{query:t,headers:n?.headers},void 0,n?.tags)}function it(t,n){return e(`pCommerceCreatePayment`,{body:t,headers:n?.headers},void 0,n?.tags)}function at(t,n){return e(`gCommerceQueryOrderResult`,{query:t,headers:n?.headers},void 0,n?.tags)}function ot(t,n){return e(`pCommerceGetPaymentMethods`,{body:t,headers:n?.headers},void 0,n?.tags)}function st(t,n){return e(`pCommercePaymentSuccessCallback`,{body:t,headers:n?.headers},void 0,n?.tags)}function ct(t,n){return e(`pCommerceRefundCallback`,{body:t,headers:n?.headers},void 0,n?.tags)}export{e as createQueryKey,at as gCommerceQueryOrderResultKey,a as gCommunityGetCollectionInfoKey,_ as gCommunityGetCommentsKey,n as gCommunityGetContentInfoKey,r as gCommunityGetContentListKey,C as gCommunityGetHotContentListKey,u as gCommunityGetSubscribedCollectionsKey,o as gCommunityGetUserCollectionsKey,L as gContentGetAdvertiseByCodeKey,M as gContentGetAppChannelBlockDataKey,j as gContentGetAppChannelBlockKey,A as gContentGetAppChannelsKey,R as gContentGetAppComponentKey,I as gContentGetGuessYouLikeVideosKey,O as gContentGetHotVideoListKey,D as gContentGetRecommendSearchListKey,k as gContentGetRecommendVideoListKey,V as gContentGetSeoConfigKey,T as gContentGetVideoDetailByApiKey,E as gContentGetVideoDetailKey,F as gContentListVisibleFloatingBallKey,W as gContentProcessM3u8Key,Me as gInteractionCheckMutualFollowKey,se as gInteractionGetBrowseListKey,Q as gInteractionGetContentDislikeListKey,Z as gInteractionGetContentLikeListKey,X as gInteractionGetDislikeListKey,he as gInteractionGetFolderKey,ge as gInteractionGetFolderStatsKey,Ae as gInteractionGetFollowStatsKey,ke as gInteractionGetFollowerListKey,Fe as gInteractionGetFollowingContentListKey,Oe as gInteractionGetFollowingListKey,Ne as gInteractionGetFollowingUserUpdatesKey,Y as gInteractionGetLikeListKey,ye as gInteractionListCollectsKey,me as gInteractionListFoldersKey,Re as gUserGetGuestIdentityKey,Ye as gUserGetUserEditInfoKey,$ as gUserGetUserInfoKey,Qe as gUserGetUserPrivacySettingsKey,rt as gUserGetVisitorPermissionConfigKey,tt as gUserViewUserInfoKey,it as pCommerceCreatePaymentKey,ot as pCommerceGetPaymentMethodsKey,st as pCommercePaymentSuccessCallbackKey,ct as pCommerceRefundCallbackKey,s as pCommunityAddContentToCollectionKey,w as pCommunityBatchDeleteCollectionKey,te as pCommunityCreateCollectionKey,g as pCommunityCreateCommentKey,c as pCommunityDeleteCollectionKey,v as pCommunityDeleteCommentKey,i as pCommunityDeleteContentKey,b as pCommunityDislikeCommentKey,h as pCommunityGetUploadPresignedURLKey,y as pCommunityLikeCommentKey,p as pCommunityMoveCollectionContentKey,t as pCommunityPublishContentKey,f as pCommunityRemoveContentFromCollectionKey,S as pCommunitySearchCurAccountFollowingUsersInfoKey,x as pCommunityShareContentKey,l as pCommunitySubscribeCollectionKey,d as pCommunityUpdateCollectionKey,ee as pCommunityUpdateContentKey,m as pCommunityUploadMediaKey,z as pContentBatchGetVideoDetailKey,U as pContentGetMostPlayedVideoListKey,N as pContentGetNewstVideoListKey,P as pContentGetPopularVideoListKey,B as pContentGetTopRatedVideoListKey,H as pContentMatchAdsKey,_e as pInteractionAddCollectKey,ue as pInteractionBatchClearBrowseKey,Se as pInteractionBatchDeleteCollectsKey,Le as pInteractionBatchDeleteFoldersKey,ae as pInteractionBatchGetCommentLikeStatusKey,je as pInteractionBatchGetFollowStatsKey,we as pInteractionBatchGetLikeStatusKey,Ce as pInteractionBatchQueryContentInteractionsKey,oe as pInteractionBrowseKey,J as pInteractionCancelDislikeKey,q as pInteractionCancelLikeKey,xe as pInteractionCheckCollectKey,De as pInteractionCheckFollowKey,le as pInteractionClearBrowseHistoryKey,de as pInteractionCreateFolderKey,ce as pInteractionDeleteBrowseRecordKey,pe as pInteractionDeleteFolderKey,ie as pInteractionDislikeCommentKey,K as pInteractionDislikeKey,Te as pInteractionFollowKey,re as pInteractionLikeCommentKey,G as pInteractionLikeKey,be as pInteractionMoveCollectsKey,ve as pInteractionRemoveCollectKey,Ie as pInteractionTrackEventsBatchKey,Ee as pInteractionUnfollowKey,ne as pInteractionUnifiedBatchLikeDislikeKey,fe as pInteractionUpdateFolderKey,Pe as pInteractionUpdateFollowingContentUpdateTimeKey,Xe as pUserEditUserInfoKey,ze as pUserLoginKey,nt as pUserRegisterByVerifyEmailCodeKey,He as pUserRegisterKey,Ke as pUserResetForgetPasswordKey,Ue as pUserResetPasswordKey,Be as pUserSendEmailCodeKey,qe as pUserSendForgetEmailCodeKey,We as pUserSendResetPasswordEmailCodeKey,et as pUserUploadUserBgImageKey,Ze as pUserUserFeedbackKey,$e as pUserUserPrivacySettingsKey,Ve as pUserVerifyEmailCodeKey,Je as pUserVerifyForgetEmailCodeKey,Ge as pUserVerifyResetPasswordEmailCodeKey};
@@ -1,6 +1,6 @@
1
1
 
2
2
  import { AdsMatchAdType, AdsMatchConfig, AdsMatchMaterial, AdsMatchRequest, AdsMatchResponseData, AdsMatchSceneContext, pContentAdsMatch, pContentAdsMatchKey } from "./service/advertisement.mjs";
3
- import { gCommerceQueryOrderResult, gCommunityGetCollectionInfo, gCommunityGetComments, gCommunityGetContentInfo, gCommunityGetContentList, gCommunityGetHotContentList, gCommunityGetSubscribedCollections, gCommunityGetUserCollections, gContentGetAdvertiseByCode, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannels, gContentGetAppComponent, gContentGetGuessYouLikeVideos, gContentGetHotVideoList, gContentGetRecommendSearchList, gContentGetRecommendVideoList, gContentGetSeoConfig, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentListVisibleFloatingBall, gContentProcessM3u8, gInteractionCheckMutualFollow, gInteractionGetBrowseList, gInteractionGetContentDislikeList, gInteractionGetContentLikeList, gInteractionGetDislikeList, gInteractionGetFolder, gInteractionGetFolderStats, gInteractionGetFollowStats, gInteractionGetFollowerList, gInteractionGetFollowingContentList, gInteractionGetFollowingList, gInteractionGetFollowingUserUpdates, gInteractionGetLikeList, gInteractionListCollects, gInteractionListFolders, gUserGetGuestIdentity, gUserGetUserEditInfo, gUserGetUserInfo, gUserGetUserPrivacySettings, gUserViewUserInfo, pCommerceCreatePayment, pCommerceGetPaymentMethods, pCommercePaymentSuccessCallback, pCommerceRefundCallback, pCommunityAddContentToCollection, pCommunityBatchDeleteCollection, pCommunityCreateCollection, pCommunityCreateComment, pCommunityDeleteCollection, pCommunityDeleteComment, pCommunityDeleteContent, pCommunityDislikeComment, pCommunityGetUploadPresignedURL, pCommunityLikeComment, pCommunityMoveCollectionContent, pCommunityPublishContent, pCommunityRemoveContentFromCollection, pCommunitySearchCurAccountFollowingUsersInfo, pCommunityShareContent, pCommunitySubscribeCollection, pCommunityUpdateCollection, pCommunityUpdateContent, pCommunityUploadMedia, pContentBatchGetVideoDetail, pContentGetNewstVideoList, pContentGetPopularVideoList, pContentGetTopRatedVideoList, pContentMatchAds, pInteractionAddCollect, pInteractionBatchClearBrowse, pInteractionBatchDeleteCollects, pInteractionBatchDeleteFolders, pInteractionBatchGetCommentLikeStatus, pInteractionBatchGetFollowStats, pInteractionBatchGetLikeStatus, pInteractionBatchQueryContentInteractions, pInteractionBrowse, pInteractionCancelDislike, pInteractionCancelLike, pInteractionCheckCollect, pInteractionCheckFollow, pInteractionClearBrowseHistory, pInteractionCreateFolder, pInteractionDeleteBrowseRecord, pInteractionDeleteFolder, pInteractionDislike, pInteractionDislikeComment, pInteractionFollow, pInteractionLike, pInteractionLikeComment, pInteractionMoveCollects, pInteractionRemoveCollect, pInteractionTrackEventsBatch, pInteractionUnfollow, pInteractionUnifiedBatchLikeDislike, pInteractionUpdateFolder, pInteractionUpdateFollowingContentUpdateTime, pUserEditUserInfo, pUserLogin, pUserRegister, pUserRegisterByVerifyEmailCode, pUserResetForgetPassword, pUserResetPassword, pUserSendEmailCode, pUserSendForgetEmailCode, pUserSendResetPasswordEmailCode, pUserUploadUserBgImage, pUserUserFeedback, pUserUserPrivacySettings, pUserVerifyEmailCode, pUserVerifyForgetEmailCode, pUserVerifyResetPasswordEmailCode } from "./service/generated/client.mjs";
4
- import { createQueryKey, gCommerceQueryOrderResultKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetSeoConfigKey, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserViewUserInfoKey, pCommerceCreatePaymentKey, pCommerceGetPaymentMethodsKey, pCommercePaymentSuccessCallbackKey, pCommerceRefundCallbackKey, pCommunityAddContentToCollectionKey, pCommunityBatchDeleteCollectionKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentBatchGetVideoDetailKey, pContentGetNewstVideoListKey, pContentGetPopularVideoListKey, pContentGetTopRatedVideoListKey, pContentMatchAdsKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, pInteractionBatchDeleteFoldersKey, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowseKey, pInteractionCancelDislikeKey, pInteractionCancelLikeKey, pInteractionCheckCollectKey, pInteractionCheckFollowKey, pInteractionClearBrowseHistoryKey, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolderKey, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollowKey, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollectsKey, pInteractionRemoveCollectKey, pInteractionTrackEventsBatchKey, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfoKey, pUserLoginKey, pUserRegisterByVerifyEmailCodeKey, pUserRegisterKey, pUserResetForgetPasswordKey, pUserResetPasswordKey, pUserSendEmailCodeKey, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImageKey, pUserUserFeedbackKey, pUserUserPrivacySettingsKey, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCodeKey } from "./service/generated/tanstack.mjs";
3
+ import { gCommerceQueryOrderResult, gCommunityGetCollectionInfo, gCommunityGetComments, gCommunityGetContentInfo, gCommunityGetContentList, gCommunityGetHotContentList, gCommunityGetSubscribedCollections, gCommunityGetUserCollections, gContentGetAdvertiseByCode, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannels, gContentGetAppComponent, gContentGetGuessYouLikeVideos, gContentGetHotVideoList, gContentGetRecommendSearchList, gContentGetRecommendVideoList, gContentGetSeoConfig, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentListVisibleFloatingBall, gContentProcessM3u8, gInteractionCheckMutualFollow, gInteractionGetBrowseList, gInteractionGetContentDislikeList, gInteractionGetContentLikeList, gInteractionGetDislikeList, gInteractionGetFolder, gInteractionGetFolderStats, gInteractionGetFollowStats, gInteractionGetFollowerList, gInteractionGetFollowingContentList, gInteractionGetFollowingList, gInteractionGetFollowingUserUpdates, gInteractionGetLikeList, gInteractionListCollects, gInteractionListFolders, gUserGetGuestIdentity, gUserGetUserEditInfo, gUserGetUserInfo, gUserGetUserPrivacySettings, gUserGetVisitorPermissionConfig, gUserViewUserInfo, pCommerceCreatePayment, pCommerceGetPaymentMethods, pCommercePaymentSuccessCallback, pCommerceRefundCallback, pCommunityAddContentToCollection, pCommunityBatchDeleteCollection, pCommunityCreateCollection, pCommunityCreateComment, pCommunityDeleteCollection, pCommunityDeleteComment, pCommunityDeleteContent, pCommunityDislikeComment, pCommunityGetUploadPresignedURL, pCommunityLikeComment, pCommunityMoveCollectionContent, pCommunityPublishContent, pCommunityRemoveContentFromCollection, pCommunitySearchCurAccountFollowingUsersInfo, pCommunityShareContent, pCommunitySubscribeCollection, pCommunityUpdateCollection, pCommunityUpdateContent, pCommunityUploadMedia, pContentBatchGetVideoDetail, pContentGetMostPlayedVideoList, pContentGetNewstVideoList, pContentGetPopularVideoList, pContentGetTopRatedVideoList, pContentMatchAds, pInteractionAddCollect, pInteractionBatchClearBrowse, pInteractionBatchDeleteCollects, pInteractionBatchDeleteFolders, pInteractionBatchGetCommentLikeStatus, pInteractionBatchGetFollowStats, pInteractionBatchGetLikeStatus, pInteractionBatchQueryContentInteractions, pInteractionBrowse, pInteractionCancelDislike, pInteractionCancelLike, pInteractionCheckCollect, pInteractionCheckFollow, pInteractionClearBrowseHistory, pInteractionCreateFolder, pInteractionDeleteBrowseRecord, pInteractionDeleteFolder, pInteractionDislike, pInteractionDislikeComment, pInteractionFollow, pInteractionLike, pInteractionLikeComment, pInteractionMoveCollects, pInteractionRemoveCollect, pInteractionTrackEventsBatch, pInteractionUnfollow, pInteractionUnifiedBatchLikeDislike, pInteractionUpdateFolder, pInteractionUpdateFollowingContentUpdateTime, pUserEditUserInfo, pUserLogin, pUserRegister, pUserRegisterByVerifyEmailCode, pUserResetForgetPassword, pUserResetPassword, pUserSendEmailCode, pUserSendForgetEmailCode, pUserSendResetPasswordEmailCode, pUserUploadUserBgImage, pUserUserFeedback, pUserUserPrivacySettings, pUserVerifyEmailCode, pUserVerifyForgetEmailCode, pUserVerifyResetPasswordEmailCode } from "./service/generated/client.mjs";
4
+ import { createQueryKey, gCommerceQueryOrderResultKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetSeoConfigKey, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserGetVisitorPermissionConfigKey, gUserViewUserInfoKey, pCommerceCreatePaymentKey, pCommerceGetPaymentMethodsKey, pCommercePaymentSuccessCallbackKey, pCommerceRefundCallbackKey, pCommunityAddContentToCollectionKey, pCommunityBatchDeleteCollectionKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentBatchGetVideoDetailKey, pContentGetMostPlayedVideoListKey, pContentGetNewstVideoListKey, pContentGetPopularVideoListKey, pContentGetTopRatedVideoListKey, pContentMatchAdsKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, pInteractionBatchDeleteFoldersKey, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowseKey, pInteractionCancelDislikeKey, pInteractionCancelLikeKey, pInteractionCheckCollectKey, pInteractionCheckFollowKey, pInteractionClearBrowseHistoryKey, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolderKey, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollowKey, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollectsKey, pInteractionRemoveCollectKey, pInteractionTrackEventsBatchKey, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfoKey, pUserLoginKey, pUserRegisterByVerifyEmailCodeKey, pUserRegisterKey, pUserResetForgetPasswordKey, pUserResetPasswordKey, pUserSendEmailCodeKey, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImageKey, pUserUserFeedbackKey, pUserUserPrivacySettingsKey, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCodeKey } from "./service/generated/tanstack.mjs";
5
5
  import { pUserRegisterByVerifyEmailCodeCompat } from "./service/register-by-verify-email-code.mjs";
6
- export { AdsMatchAdType, AdsMatchConfig, AdsMatchMaterial, AdsMatchRequest, AdsMatchResponseData, AdsMatchSceneContext, createQueryKey, gCommerceQueryOrderResult, gCommerceQueryOrderResultKey, gCommunityGetCollectionInfo, gCommunityGetCollectionInfoKey, gCommunityGetComments, gCommunityGetCommentsKey, gCommunityGetContentInfo, gCommunityGetContentInfoKey, gCommunityGetContentList, gCommunityGetContentListKey, gCommunityGetHotContentList, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollections, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollections, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCode, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannels, gContentGetAppChannelsKey, gContentGetAppComponent, gContentGetAppComponentKey, gContentGetGuessYouLikeVideos, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoList, gContentGetHotVideoListKey, gContentGetRecommendSearchList, gContentGetRecommendSearchListKey, gContentGetRecommendVideoList, gContentGetRecommendVideoListKey, gContentGetSeoConfig, gContentGetSeoConfigKey, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBall, gContentListVisibleFloatingBallKey, gContentProcessM3u8, gContentProcessM3u8Key, gInteractionCheckMutualFollow, gInteractionCheckMutualFollowKey, gInteractionGetBrowseList, gInteractionGetBrowseListKey, gInteractionGetContentDislikeList, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeList, gInteractionGetContentLikeListKey, gInteractionGetDislikeList, gInteractionGetDislikeListKey, gInteractionGetFolder, gInteractionGetFolderKey, gInteractionGetFolderStats, gInteractionGetFolderStatsKey, gInteractionGetFollowStats, gInteractionGetFollowStatsKey, gInteractionGetFollowerList, gInteractionGetFollowerListKey, gInteractionGetFollowingContentList, gInteractionGetFollowingContentListKey, gInteractionGetFollowingList, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdates, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeList, gInteractionGetLikeListKey, gInteractionListCollects, gInteractionListCollectsKey, gInteractionListFolders, gInteractionListFoldersKey, gUserGetGuestIdentity, gUserGetGuestIdentityKey, gUserGetUserEditInfo, gUserGetUserEditInfoKey, gUserGetUserInfo, gUserGetUserInfoKey, gUserGetUserPrivacySettings, gUserGetUserPrivacySettingsKey, gUserViewUserInfo, gUserViewUserInfoKey, pCommerceCreatePayment, pCommerceCreatePaymentKey, pCommerceGetPaymentMethods, pCommerceGetPaymentMethodsKey, pCommercePaymentSuccessCallback, pCommercePaymentSuccessCallbackKey, pCommerceRefundCallback, pCommerceRefundCallbackKey, pCommunityAddContentToCollection, pCommunityAddContentToCollectionKey, pCommunityBatchDeleteCollection, pCommunityBatchDeleteCollectionKey, pCommunityCreateCollection, pCommunityCreateCollectionKey, pCommunityCreateComment, pCommunityCreateCommentKey, pCommunityDeleteCollection, pCommunityDeleteCollectionKey, pCommunityDeleteComment, pCommunityDeleteCommentKey, pCommunityDeleteContent, pCommunityDeleteContentKey, pCommunityDislikeComment, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURL, pCommunityGetUploadPresignedURLKey, pCommunityLikeComment, pCommunityLikeCommentKey, pCommunityMoveCollectionContent, pCommunityMoveCollectionContentKey, pCommunityPublishContent, pCommunityPublishContentKey, pCommunityRemoveContentFromCollection, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfo, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContent, pCommunityShareContentKey, pCommunitySubscribeCollection, pCommunitySubscribeCollectionKey, pCommunityUpdateCollection, pCommunityUpdateCollectionKey, pCommunityUpdateContent, pCommunityUpdateContentKey, pCommunityUploadMedia, pCommunityUploadMediaKey, pContentAdsMatch, pContentAdsMatchKey, pContentBatchGetVideoDetail, pContentBatchGetVideoDetailKey, pContentGetNewstVideoList, pContentGetNewstVideoListKey, pContentGetPopularVideoList, pContentGetPopularVideoListKey, pContentGetTopRatedVideoList, pContentGetTopRatedVideoListKey, pContentMatchAds, pContentMatchAdsKey, pInteractionAddCollect, pInteractionAddCollectKey, pInteractionBatchClearBrowse, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollects, pInteractionBatchDeleteCollectsKey, pInteractionBatchDeleteFolders, pInteractionBatchDeleteFoldersKey, pInteractionBatchGetCommentLikeStatus, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStats, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatus, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractions, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowse, pInteractionBrowseKey, pInteractionCancelDislike, pInteractionCancelDislikeKey, pInteractionCancelLike, pInteractionCancelLikeKey, pInteractionCheckCollect, pInteractionCheckCollectKey, pInteractionCheckFollow, pInteractionCheckFollowKey, pInteractionClearBrowseHistory, pInteractionClearBrowseHistoryKey, pInteractionCreateFolder, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecord, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolder, pInteractionDeleteFolderKey, pInteractionDislike, pInteractionDislikeComment, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollow, pInteractionFollowKey, pInteractionLike, pInteractionLikeComment, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollects, pInteractionMoveCollectsKey, pInteractionRemoveCollect, pInteractionRemoveCollectKey, pInteractionTrackEventsBatch, pInteractionTrackEventsBatchKey, pInteractionUnfollow, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislike, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolder, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTime, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfo, pUserEditUserInfoKey, pUserLogin, pUserLoginKey, pUserRegister, pUserRegisterByVerifyEmailCode, pUserRegisterByVerifyEmailCodeCompat, pUserRegisterByVerifyEmailCodeKey, pUserRegisterKey, pUserResetForgetPassword, pUserResetForgetPasswordKey, pUserResetPassword, pUserResetPasswordKey, pUserSendEmailCode, pUserSendEmailCodeKey, pUserSendForgetEmailCode, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCode, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImage, pUserUploadUserBgImageKey, pUserUserFeedback, pUserUserFeedbackKey, pUserUserPrivacySettings, pUserUserPrivacySettingsKey, pUserVerifyEmailCode, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCode, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCode, pUserVerifyResetPasswordEmailCodeKey };
6
+ export { AdsMatchAdType, AdsMatchConfig, AdsMatchMaterial, AdsMatchRequest, AdsMatchResponseData, AdsMatchSceneContext, createQueryKey, gCommerceQueryOrderResult, gCommerceQueryOrderResultKey, gCommunityGetCollectionInfo, gCommunityGetCollectionInfoKey, gCommunityGetComments, gCommunityGetCommentsKey, gCommunityGetContentInfo, gCommunityGetContentInfoKey, gCommunityGetContentList, gCommunityGetContentListKey, gCommunityGetHotContentList, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollections, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollections, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCode, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannels, gContentGetAppChannelsKey, gContentGetAppComponent, gContentGetAppComponentKey, gContentGetGuessYouLikeVideos, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoList, gContentGetHotVideoListKey, gContentGetRecommendSearchList, gContentGetRecommendSearchListKey, gContentGetRecommendVideoList, gContentGetRecommendVideoListKey, gContentGetSeoConfig, gContentGetSeoConfigKey, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBall, gContentListVisibleFloatingBallKey, gContentProcessM3u8, gContentProcessM3u8Key, gInteractionCheckMutualFollow, gInteractionCheckMutualFollowKey, gInteractionGetBrowseList, gInteractionGetBrowseListKey, gInteractionGetContentDislikeList, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeList, gInteractionGetContentLikeListKey, gInteractionGetDislikeList, gInteractionGetDislikeListKey, gInteractionGetFolder, gInteractionGetFolderKey, gInteractionGetFolderStats, gInteractionGetFolderStatsKey, gInteractionGetFollowStats, gInteractionGetFollowStatsKey, gInteractionGetFollowerList, gInteractionGetFollowerListKey, gInteractionGetFollowingContentList, gInteractionGetFollowingContentListKey, gInteractionGetFollowingList, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdates, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeList, gInteractionGetLikeListKey, gInteractionListCollects, gInteractionListCollectsKey, gInteractionListFolders, gInteractionListFoldersKey, gUserGetGuestIdentity, gUserGetGuestIdentityKey, gUserGetUserEditInfo, gUserGetUserEditInfoKey, gUserGetUserInfo, gUserGetUserInfoKey, gUserGetUserPrivacySettings, gUserGetUserPrivacySettingsKey, gUserGetVisitorPermissionConfig, gUserGetVisitorPermissionConfigKey, gUserViewUserInfo, gUserViewUserInfoKey, pCommerceCreatePayment, pCommerceCreatePaymentKey, pCommerceGetPaymentMethods, pCommerceGetPaymentMethodsKey, pCommercePaymentSuccessCallback, pCommercePaymentSuccessCallbackKey, pCommerceRefundCallback, pCommerceRefundCallbackKey, pCommunityAddContentToCollection, pCommunityAddContentToCollectionKey, pCommunityBatchDeleteCollection, pCommunityBatchDeleteCollectionKey, pCommunityCreateCollection, pCommunityCreateCollectionKey, pCommunityCreateComment, pCommunityCreateCommentKey, pCommunityDeleteCollection, pCommunityDeleteCollectionKey, pCommunityDeleteComment, pCommunityDeleteCommentKey, pCommunityDeleteContent, pCommunityDeleteContentKey, pCommunityDislikeComment, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURL, pCommunityGetUploadPresignedURLKey, pCommunityLikeComment, pCommunityLikeCommentKey, pCommunityMoveCollectionContent, pCommunityMoveCollectionContentKey, pCommunityPublishContent, pCommunityPublishContentKey, pCommunityRemoveContentFromCollection, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfo, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContent, pCommunityShareContentKey, pCommunitySubscribeCollection, pCommunitySubscribeCollectionKey, pCommunityUpdateCollection, pCommunityUpdateCollectionKey, pCommunityUpdateContent, pCommunityUpdateContentKey, pCommunityUploadMedia, pCommunityUploadMediaKey, pContentAdsMatch, pContentAdsMatchKey, pContentBatchGetVideoDetail, pContentBatchGetVideoDetailKey, pContentGetMostPlayedVideoList, pContentGetMostPlayedVideoListKey, pContentGetNewstVideoList, pContentGetNewstVideoListKey, pContentGetPopularVideoList, pContentGetPopularVideoListKey, pContentGetTopRatedVideoList, pContentGetTopRatedVideoListKey, pContentMatchAds, pContentMatchAdsKey, pInteractionAddCollect, pInteractionAddCollectKey, pInteractionBatchClearBrowse, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollects, pInteractionBatchDeleteCollectsKey, pInteractionBatchDeleteFolders, pInteractionBatchDeleteFoldersKey, pInteractionBatchGetCommentLikeStatus, pInteractionBatchGetCommentLikeStatusKey, pInteractionBatchGetFollowStats, pInteractionBatchGetFollowStatsKey, pInteractionBatchGetLikeStatus, pInteractionBatchGetLikeStatusKey, pInteractionBatchQueryContentInteractions, pInteractionBatchQueryContentInteractionsKey, pInteractionBrowse, pInteractionBrowseKey, pInteractionCancelDislike, pInteractionCancelDislikeKey, pInteractionCancelLike, pInteractionCancelLikeKey, pInteractionCheckCollect, pInteractionCheckCollectKey, pInteractionCheckFollow, pInteractionCheckFollowKey, pInteractionClearBrowseHistory, pInteractionClearBrowseHistoryKey, pInteractionCreateFolder, pInteractionCreateFolderKey, pInteractionDeleteBrowseRecord, pInteractionDeleteBrowseRecordKey, pInteractionDeleteFolder, pInteractionDeleteFolderKey, pInteractionDislike, pInteractionDislikeComment, pInteractionDislikeCommentKey, pInteractionDislikeKey, pInteractionFollow, pInteractionFollowKey, pInteractionLike, pInteractionLikeComment, pInteractionLikeCommentKey, pInteractionLikeKey, pInteractionMoveCollects, pInteractionMoveCollectsKey, pInteractionRemoveCollect, pInteractionRemoveCollectKey, pInteractionTrackEventsBatch, pInteractionTrackEventsBatchKey, pInteractionUnfollow, pInteractionUnfollowKey, pInteractionUnifiedBatchLikeDislike, pInteractionUnifiedBatchLikeDislikeKey, pInteractionUpdateFolder, pInteractionUpdateFolderKey, pInteractionUpdateFollowingContentUpdateTime, pInteractionUpdateFollowingContentUpdateTimeKey, pUserEditUserInfo, pUserEditUserInfoKey, pUserLogin, pUserLoginKey, pUserRegister, pUserRegisterByVerifyEmailCode, pUserRegisterByVerifyEmailCodeCompat, pUserRegisterByVerifyEmailCodeKey, pUserRegisterKey, pUserResetForgetPassword, pUserResetForgetPasswordKey, pUserResetPassword, pUserResetPasswordKey, pUserSendEmailCode, pUserSendEmailCodeKey, pUserSendForgetEmailCode, pUserSendForgetEmailCodeKey, pUserSendResetPasswordEmailCode, pUserSendResetPasswordEmailCodeKey, pUserUploadUserBgImage, pUserUploadUserBgImageKey, pUserUserFeedback, pUserUserFeedbackKey, pUserUserPrivacySettings, pUserUserPrivacySettingsKey, pUserVerifyEmailCode, pUserVerifyEmailCodeKey, pUserVerifyForgetEmailCode, pUserVerifyForgetEmailCodeKey, pUserVerifyResetPasswordEmailCode, pUserVerifyResetPasswordEmailCodeKey };
package/dist/service.mjs CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- import{pContentAdsMatch as e,pContentAdsMatchKey as t}from"./service/advertisement.mjs";import{gCommerceQueryOrderResult as n,gCommunityGetCollectionInfo as r,gCommunityGetComments as i,gCommunityGetContentInfo as a,gCommunityGetContentList as o,gCommunityGetHotContentList as s,gCommunityGetSubscribedCollections as c,gCommunityGetUserCollections as l,gContentGetAdvertiseByCode as u,gContentGetAppChannelBlock as d,gContentGetAppChannelBlockData as f,gContentGetAppChannels as p,gContentGetAppComponent as m,gContentGetGuessYouLikeVideos as h,gContentGetHotVideoList as g,gContentGetRecommendSearchList as _,gContentGetRecommendVideoList as v,gContentGetSeoConfig as y,gContentGetVideoDetail as b,gContentGetVideoDetailByApi as x,gContentListVisibleFloatingBall as S,gContentProcessM3u8 as C,gInteractionCheckMutualFollow as w,gInteractionGetBrowseList as T,gInteractionGetContentDislikeList as E,gInteractionGetContentLikeList as D,gInteractionGetDislikeList as O,gInteractionGetFolder as k,gInteractionGetFolderStats as A,gInteractionGetFollowStats as j,gInteractionGetFollowerList as M,gInteractionGetFollowingContentList as N,gInteractionGetFollowingList as P,gInteractionGetFollowingUserUpdates as F,gInteractionGetLikeList as I,gInteractionListCollects as L,gInteractionListFolders as R,gUserGetGuestIdentity as z,gUserGetUserEditInfo as B,gUserGetUserInfo as V,gUserGetUserPrivacySettings as H,gUserViewUserInfo as U,pCommerceCreatePayment as W,pCommerceGetPaymentMethods as G,pCommercePaymentSuccessCallback as K,pCommerceRefundCallback as q,pCommunityAddContentToCollection as J,pCommunityBatchDeleteCollection as Y,pCommunityCreateCollection as X,pCommunityCreateComment as Z,pCommunityDeleteCollection as Q,pCommunityDeleteComment as $,pCommunityDeleteContent as ee,pCommunityDislikeComment as te,pCommunityGetUploadPresignedURL as ne,pCommunityLikeComment as re,pCommunityMoveCollectionContent as ie,pCommunityPublishContent as ae,pCommunityRemoveContentFromCollection as oe,pCommunitySearchCurAccountFollowingUsersInfo as se,pCommunityShareContent as ce,pCommunitySubscribeCollection as le,pCommunityUpdateCollection as ue,pCommunityUpdateContent as de,pCommunityUploadMedia as fe,pContentBatchGetVideoDetail as pe,pContentGetNewstVideoList as me,pContentGetPopularVideoList as he,pContentGetTopRatedVideoList as ge,pContentMatchAds as _e,pInteractionAddCollect as ve,pInteractionBatchClearBrowse as ye,pInteractionBatchDeleteCollects as be,pInteractionBatchDeleteFolders as xe,pInteractionBatchGetCommentLikeStatus as Se,pInteractionBatchGetFollowStats as Ce,pInteractionBatchGetLikeStatus as we,pInteractionBatchQueryContentInteractions as Te,pInteractionBrowse as Ee,pInteractionCancelDislike as De,pInteractionCancelLike as Oe,pInteractionCheckCollect as ke,pInteractionCheckFollow as Ae,pInteractionClearBrowseHistory as je,pInteractionCreateFolder as Me,pInteractionDeleteBrowseRecord as Ne,pInteractionDeleteFolder as Pe,pInteractionDislike as Fe,pInteractionDislikeComment as Ie,pInteractionFollow as Le,pInteractionLike as Re,pInteractionLikeComment as ze,pInteractionMoveCollects as Be,pInteractionRemoveCollect as Ve,pInteractionTrackEventsBatch as He,pInteractionUnfollow as Ue,pInteractionUnifiedBatchLikeDislike as We,pInteractionUpdateFolder as Ge,pInteractionUpdateFollowingContentUpdateTime as Ke,pUserEditUserInfo as qe,pUserLogin as Je,pUserRegister as Ye,pUserRegisterByVerifyEmailCode as Xe,pUserResetForgetPassword as Ze,pUserResetPassword as Qe,pUserSendEmailCode as $e,pUserSendForgetEmailCode as et,pUserSendResetPasswordEmailCode as tt,pUserUploadUserBgImage as nt,pUserUserFeedback as rt,pUserUserPrivacySettings as it,pUserVerifyEmailCode as at,pUserVerifyForgetEmailCode as ot,pUserVerifyResetPasswordEmailCode as st}from"./service/generated/client.mjs";import{createQueryKey as ct,gCommerceQueryOrderResultKey as lt,gCommunityGetCollectionInfoKey as ut,gCommunityGetCommentsKey as dt,gCommunityGetContentInfoKey as ft,gCommunityGetContentListKey as pt,gCommunityGetHotContentListKey as mt,gCommunityGetSubscribedCollectionsKey as ht,gCommunityGetUserCollectionsKey as gt,gContentGetAdvertiseByCodeKey as _t,gContentGetAppChannelBlockDataKey as vt,gContentGetAppChannelBlockKey as yt,gContentGetAppChannelsKey as bt,gContentGetAppComponentKey as xt,gContentGetGuessYouLikeVideosKey as St,gContentGetHotVideoListKey as Ct,gContentGetRecommendSearchListKey as wt,gContentGetRecommendVideoListKey as Tt,gContentGetSeoConfigKey as Et,gContentGetVideoDetailByApiKey as Dt,gContentGetVideoDetailKey as Ot,gContentListVisibleFloatingBallKey as kt,gContentProcessM3u8Key as At,gInteractionCheckMutualFollowKey as jt,gInteractionGetBrowseListKey as Mt,gInteractionGetContentDislikeListKey as Nt,gInteractionGetContentLikeListKey as Pt,gInteractionGetDislikeListKey as Ft,gInteractionGetFolderKey as It,gInteractionGetFolderStatsKey as Lt,gInteractionGetFollowStatsKey as Rt,gInteractionGetFollowerListKey as zt,gInteractionGetFollowingContentListKey as Bt,gInteractionGetFollowingListKey as Vt,gInteractionGetFollowingUserUpdatesKey as Ht,gInteractionGetLikeListKey as Ut,gInteractionListCollectsKey as Wt,gInteractionListFoldersKey as Gt,gUserGetGuestIdentityKey as Kt,gUserGetUserEditInfoKey as qt,gUserGetUserInfoKey as Jt,gUserGetUserPrivacySettingsKey as Yt,gUserViewUserInfoKey as Xt,pCommerceCreatePaymentKey as Zt,pCommerceGetPaymentMethodsKey as Qt,pCommercePaymentSuccessCallbackKey as $t,pCommerceRefundCallbackKey as en,pCommunityAddContentToCollectionKey as tn,pCommunityBatchDeleteCollectionKey as nn,pCommunityCreateCollectionKey as rn,pCommunityCreateCommentKey as an,pCommunityDeleteCollectionKey as on,pCommunityDeleteCommentKey as sn,pCommunityDeleteContentKey as cn,pCommunityDislikeCommentKey as ln,pCommunityGetUploadPresignedURLKey as un,pCommunityLikeCommentKey as dn,pCommunityMoveCollectionContentKey as fn,pCommunityPublishContentKey as pn,pCommunityRemoveContentFromCollectionKey as mn,pCommunitySearchCurAccountFollowingUsersInfoKey as hn,pCommunityShareContentKey as gn,pCommunitySubscribeCollectionKey as _n,pCommunityUpdateCollectionKey as vn,pCommunityUpdateContentKey as yn,pCommunityUploadMediaKey as bn,pContentBatchGetVideoDetailKey as xn,pContentGetNewstVideoListKey as Sn,pContentGetPopularVideoListKey as Cn,pContentGetTopRatedVideoListKey as wn,pContentMatchAdsKey as Tn,pInteractionAddCollectKey as En,pInteractionBatchClearBrowseKey as Dn,pInteractionBatchDeleteCollectsKey as On,pInteractionBatchDeleteFoldersKey as kn,pInteractionBatchGetCommentLikeStatusKey as An,pInteractionBatchGetFollowStatsKey as jn,pInteractionBatchGetLikeStatusKey as Mn,pInteractionBatchQueryContentInteractionsKey as Nn,pInteractionBrowseKey as Pn,pInteractionCancelDislikeKey as Fn,pInteractionCancelLikeKey as In,pInteractionCheckCollectKey as Ln,pInteractionCheckFollowKey as Rn,pInteractionClearBrowseHistoryKey as zn,pInteractionCreateFolderKey as Bn,pInteractionDeleteBrowseRecordKey as Vn,pInteractionDeleteFolderKey as Hn,pInteractionDislikeCommentKey as Un,pInteractionDislikeKey as Wn,pInteractionFollowKey as Gn,pInteractionLikeCommentKey as Kn,pInteractionLikeKey as qn,pInteractionMoveCollectsKey as Jn,pInteractionRemoveCollectKey as Yn,pInteractionTrackEventsBatchKey as Xn,pInteractionUnfollowKey as Zn,pInteractionUnifiedBatchLikeDislikeKey as Qn,pInteractionUpdateFolderKey as $n,pInteractionUpdateFollowingContentUpdateTimeKey as er,pUserEditUserInfoKey as tr,pUserLoginKey as nr,pUserRegisterByVerifyEmailCodeKey as rr,pUserRegisterKey as ir,pUserResetForgetPasswordKey as ar,pUserResetPasswordKey as or,pUserSendEmailCodeKey as sr,pUserSendForgetEmailCodeKey as cr,pUserSendResetPasswordEmailCodeKey as lr,pUserUploadUserBgImageKey as ur,pUserUserFeedbackKey as dr,pUserUserPrivacySettingsKey as fr,pUserVerifyEmailCodeKey as pr,pUserVerifyForgetEmailCodeKey as mr,pUserVerifyResetPasswordEmailCodeKey as hr}from"./service/generated/tanstack.mjs";import{pUserRegisterByVerifyEmailCodeCompat as gr}from"./service/register-by-verify-email-code.mjs";export{ct as createQueryKey,n as gCommerceQueryOrderResult,lt as gCommerceQueryOrderResultKey,r as gCommunityGetCollectionInfo,ut as gCommunityGetCollectionInfoKey,i as gCommunityGetComments,dt as gCommunityGetCommentsKey,a as gCommunityGetContentInfo,ft as gCommunityGetContentInfoKey,o as gCommunityGetContentList,pt as gCommunityGetContentListKey,s as gCommunityGetHotContentList,mt as gCommunityGetHotContentListKey,c as gCommunityGetSubscribedCollections,ht as gCommunityGetSubscribedCollectionsKey,l as gCommunityGetUserCollections,gt as gCommunityGetUserCollectionsKey,u as gContentGetAdvertiseByCode,_t as gContentGetAdvertiseByCodeKey,d as gContentGetAppChannelBlock,f as gContentGetAppChannelBlockData,vt as gContentGetAppChannelBlockDataKey,yt as gContentGetAppChannelBlockKey,p as gContentGetAppChannels,bt as gContentGetAppChannelsKey,m as gContentGetAppComponent,xt as gContentGetAppComponentKey,h as gContentGetGuessYouLikeVideos,St as gContentGetGuessYouLikeVideosKey,g as gContentGetHotVideoList,Ct as gContentGetHotVideoListKey,_ as gContentGetRecommendSearchList,wt as gContentGetRecommendSearchListKey,v as gContentGetRecommendVideoList,Tt as gContentGetRecommendVideoListKey,y as gContentGetSeoConfig,Et as gContentGetSeoConfigKey,b as gContentGetVideoDetail,x as gContentGetVideoDetailByApi,Dt as gContentGetVideoDetailByApiKey,Ot as gContentGetVideoDetailKey,S as gContentListVisibleFloatingBall,kt as gContentListVisibleFloatingBallKey,C as gContentProcessM3u8,At as gContentProcessM3u8Key,w as gInteractionCheckMutualFollow,jt as gInteractionCheckMutualFollowKey,T as gInteractionGetBrowseList,Mt as gInteractionGetBrowseListKey,E as gInteractionGetContentDislikeList,Nt as gInteractionGetContentDislikeListKey,D as gInteractionGetContentLikeList,Pt as gInteractionGetContentLikeListKey,O as gInteractionGetDislikeList,Ft as gInteractionGetDislikeListKey,k as gInteractionGetFolder,It as gInteractionGetFolderKey,A as gInteractionGetFolderStats,Lt as gInteractionGetFolderStatsKey,j as gInteractionGetFollowStats,Rt as gInteractionGetFollowStatsKey,M as gInteractionGetFollowerList,zt as gInteractionGetFollowerListKey,N as gInteractionGetFollowingContentList,Bt as gInteractionGetFollowingContentListKey,P as gInteractionGetFollowingList,Vt as gInteractionGetFollowingListKey,F as gInteractionGetFollowingUserUpdates,Ht as gInteractionGetFollowingUserUpdatesKey,I as gInteractionGetLikeList,Ut as gInteractionGetLikeListKey,L as gInteractionListCollects,Wt as gInteractionListCollectsKey,R as gInteractionListFolders,Gt as gInteractionListFoldersKey,z as gUserGetGuestIdentity,Kt as gUserGetGuestIdentityKey,B as gUserGetUserEditInfo,qt as gUserGetUserEditInfoKey,V as gUserGetUserInfo,Jt as gUserGetUserInfoKey,H as gUserGetUserPrivacySettings,Yt as gUserGetUserPrivacySettingsKey,U as gUserViewUserInfo,Xt as gUserViewUserInfoKey,W as pCommerceCreatePayment,Zt as pCommerceCreatePaymentKey,G as pCommerceGetPaymentMethods,Qt as pCommerceGetPaymentMethodsKey,K as pCommercePaymentSuccessCallback,$t as pCommercePaymentSuccessCallbackKey,q as pCommerceRefundCallback,en as pCommerceRefundCallbackKey,J as pCommunityAddContentToCollection,tn as pCommunityAddContentToCollectionKey,Y as pCommunityBatchDeleteCollection,nn as pCommunityBatchDeleteCollectionKey,X as pCommunityCreateCollection,rn as pCommunityCreateCollectionKey,Z as pCommunityCreateComment,an as pCommunityCreateCommentKey,Q as pCommunityDeleteCollection,on as pCommunityDeleteCollectionKey,$ as pCommunityDeleteComment,sn as pCommunityDeleteCommentKey,ee as pCommunityDeleteContent,cn as pCommunityDeleteContentKey,te as pCommunityDislikeComment,ln as pCommunityDislikeCommentKey,ne as pCommunityGetUploadPresignedURL,un as pCommunityGetUploadPresignedURLKey,re as pCommunityLikeComment,dn as pCommunityLikeCommentKey,ie as pCommunityMoveCollectionContent,fn as pCommunityMoveCollectionContentKey,ae as pCommunityPublishContent,pn as pCommunityPublishContentKey,oe as pCommunityRemoveContentFromCollection,mn as pCommunityRemoveContentFromCollectionKey,se as pCommunitySearchCurAccountFollowingUsersInfo,hn as pCommunitySearchCurAccountFollowingUsersInfoKey,ce as pCommunityShareContent,gn as pCommunityShareContentKey,le as pCommunitySubscribeCollection,_n as pCommunitySubscribeCollectionKey,ue as pCommunityUpdateCollection,vn as pCommunityUpdateCollectionKey,de as pCommunityUpdateContent,yn as pCommunityUpdateContentKey,fe as pCommunityUploadMedia,bn as pCommunityUploadMediaKey,e as pContentAdsMatch,t as pContentAdsMatchKey,pe as pContentBatchGetVideoDetail,xn as pContentBatchGetVideoDetailKey,me as pContentGetNewstVideoList,Sn as pContentGetNewstVideoListKey,he as pContentGetPopularVideoList,Cn as pContentGetPopularVideoListKey,ge as pContentGetTopRatedVideoList,wn as pContentGetTopRatedVideoListKey,_e as pContentMatchAds,Tn as pContentMatchAdsKey,ve as pInteractionAddCollect,En as pInteractionAddCollectKey,ye as pInteractionBatchClearBrowse,Dn as pInteractionBatchClearBrowseKey,be as pInteractionBatchDeleteCollects,On as pInteractionBatchDeleteCollectsKey,xe as pInteractionBatchDeleteFolders,kn as pInteractionBatchDeleteFoldersKey,Se as pInteractionBatchGetCommentLikeStatus,An as pInteractionBatchGetCommentLikeStatusKey,Ce as pInteractionBatchGetFollowStats,jn as pInteractionBatchGetFollowStatsKey,we as pInteractionBatchGetLikeStatus,Mn as pInteractionBatchGetLikeStatusKey,Te as pInteractionBatchQueryContentInteractions,Nn as pInteractionBatchQueryContentInteractionsKey,Ee as pInteractionBrowse,Pn as pInteractionBrowseKey,De as pInteractionCancelDislike,Fn as pInteractionCancelDislikeKey,Oe as pInteractionCancelLike,In as pInteractionCancelLikeKey,ke as pInteractionCheckCollect,Ln as pInteractionCheckCollectKey,Ae as pInteractionCheckFollow,Rn as pInteractionCheckFollowKey,je as pInteractionClearBrowseHistory,zn as pInteractionClearBrowseHistoryKey,Me as pInteractionCreateFolder,Bn as pInteractionCreateFolderKey,Ne as pInteractionDeleteBrowseRecord,Vn as pInteractionDeleteBrowseRecordKey,Pe as pInteractionDeleteFolder,Hn as pInteractionDeleteFolderKey,Fe as pInteractionDislike,Ie as pInteractionDislikeComment,Un as pInteractionDislikeCommentKey,Wn as pInteractionDislikeKey,Le as pInteractionFollow,Gn as pInteractionFollowKey,Re as pInteractionLike,ze as pInteractionLikeComment,Kn as pInteractionLikeCommentKey,qn as pInteractionLikeKey,Be as pInteractionMoveCollects,Jn as pInteractionMoveCollectsKey,Ve as pInteractionRemoveCollect,Yn as pInteractionRemoveCollectKey,He as pInteractionTrackEventsBatch,Xn as pInteractionTrackEventsBatchKey,Ue as pInteractionUnfollow,Zn as pInteractionUnfollowKey,We as pInteractionUnifiedBatchLikeDislike,Qn as pInteractionUnifiedBatchLikeDislikeKey,Ge as pInteractionUpdateFolder,$n as pInteractionUpdateFolderKey,Ke as pInteractionUpdateFollowingContentUpdateTime,er as pInteractionUpdateFollowingContentUpdateTimeKey,qe as pUserEditUserInfo,tr as pUserEditUserInfoKey,Je as pUserLogin,nr as pUserLoginKey,Ye as pUserRegister,Xe as pUserRegisterByVerifyEmailCode,gr as pUserRegisterByVerifyEmailCodeCompat,rr as pUserRegisterByVerifyEmailCodeKey,ir as pUserRegisterKey,Ze as pUserResetForgetPassword,ar as pUserResetForgetPasswordKey,Qe as pUserResetPassword,or as pUserResetPasswordKey,$e as pUserSendEmailCode,sr as pUserSendEmailCodeKey,et as pUserSendForgetEmailCode,cr as pUserSendForgetEmailCodeKey,tt as pUserSendResetPasswordEmailCode,lr as pUserSendResetPasswordEmailCodeKey,nt as pUserUploadUserBgImage,ur as pUserUploadUserBgImageKey,rt as pUserUserFeedback,dr as pUserUserFeedbackKey,it as pUserUserPrivacySettings,fr as pUserUserPrivacySettingsKey,at as pUserVerifyEmailCode,pr as pUserVerifyEmailCodeKey,ot as pUserVerifyForgetEmailCode,mr as pUserVerifyForgetEmailCodeKey,st as pUserVerifyResetPasswordEmailCode,hr as pUserVerifyResetPasswordEmailCodeKey};
2
+ import{pContentAdsMatch as e,pContentAdsMatchKey as t}from"./service/advertisement.mjs";import{gCommerceQueryOrderResult as n,gCommunityGetCollectionInfo as r,gCommunityGetComments as i,gCommunityGetContentInfo as a,gCommunityGetContentList as o,gCommunityGetHotContentList as s,gCommunityGetSubscribedCollections as c,gCommunityGetUserCollections as l,gContentGetAdvertiseByCode as u,gContentGetAppChannelBlock as d,gContentGetAppChannelBlockData as f,gContentGetAppChannels as p,gContentGetAppComponent as m,gContentGetGuessYouLikeVideos as h,gContentGetHotVideoList as g,gContentGetRecommendSearchList as _,gContentGetRecommendVideoList as v,gContentGetSeoConfig as y,gContentGetVideoDetail as b,gContentGetVideoDetailByApi as x,gContentListVisibleFloatingBall as S,gContentProcessM3u8 as C,gInteractionCheckMutualFollow as w,gInteractionGetBrowseList as T,gInteractionGetContentDislikeList as E,gInteractionGetContentLikeList as D,gInteractionGetDislikeList as O,gInteractionGetFolder as k,gInteractionGetFolderStats as A,gInteractionGetFollowStats as j,gInteractionGetFollowerList as M,gInteractionGetFollowingContentList as N,gInteractionGetFollowingList as P,gInteractionGetFollowingUserUpdates as F,gInteractionGetLikeList as I,gInteractionListCollects as L,gInteractionListFolders as R,gUserGetGuestIdentity as z,gUserGetUserEditInfo as B,gUserGetUserInfo as V,gUserGetUserPrivacySettings as H,gUserGetVisitorPermissionConfig as U,gUserViewUserInfo as W,pCommerceCreatePayment as G,pCommerceGetPaymentMethods as K,pCommercePaymentSuccessCallback as q,pCommerceRefundCallback as J,pCommunityAddContentToCollection as Y,pCommunityBatchDeleteCollection as X,pCommunityCreateCollection as Z,pCommunityCreateComment as Q,pCommunityDeleteCollection as $,pCommunityDeleteComment as ee,pCommunityDeleteContent as te,pCommunityDislikeComment as ne,pCommunityGetUploadPresignedURL as re,pCommunityLikeComment as ie,pCommunityMoveCollectionContent as ae,pCommunityPublishContent as oe,pCommunityRemoveContentFromCollection as se,pCommunitySearchCurAccountFollowingUsersInfo as ce,pCommunityShareContent as le,pCommunitySubscribeCollection as ue,pCommunityUpdateCollection as de,pCommunityUpdateContent as fe,pCommunityUploadMedia as pe,pContentBatchGetVideoDetail as me,pContentGetMostPlayedVideoList as he,pContentGetNewstVideoList as ge,pContentGetPopularVideoList as _e,pContentGetTopRatedVideoList as ve,pContentMatchAds as ye,pInteractionAddCollect as be,pInteractionBatchClearBrowse as xe,pInteractionBatchDeleteCollects as Se,pInteractionBatchDeleteFolders as Ce,pInteractionBatchGetCommentLikeStatus as we,pInteractionBatchGetFollowStats as Te,pInteractionBatchGetLikeStatus as Ee,pInteractionBatchQueryContentInteractions as De,pInteractionBrowse as Oe,pInteractionCancelDislike as ke,pInteractionCancelLike as Ae,pInteractionCheckCollect as je,pInteractionCheckFollow as Me,pInteractionClearBrowseHistory as Ne,pInteractionCreateFolder as Pe,pInteractionDeleteBrowseRecord as Fe,pInteractionDeleteFolder as Ie,pInteractionDislike as Le,pInteractionDislikeComment as Re,pInteractionFollow as ze,pInteractionLike as Be,pInteractionLikeComment as Ve,pInteractionMoveCollects as He,pInteractionRemoveCollect as Ue,pInteractionTrackEventsBatch as We,pInteractionUnfollow as Ge,pInteractionUnifiedBatchLikeDislike as Ke,pInteractionUpdateFolder as qe,pInteractionUpdateFollowingContentUpdateTime as Je,pUserEditUserInfo as Ye,pUserLogin as Xe,pUserRegister as Ze,pUserRegisterByVerifyEmailCode as Qe,pUserResetForgetPassword as $e,pUserResetPassword as et,pUserSendEmailCode as tt,pUserSendForgetEmailCode as nt,pUserSendResetPasswordEmailCode as rt,pUserUploadUserBgImage as it,pUserUserFeedback as at,pUserUserPrivacySettings as ot,pUserVerifyEmailCode as st,pUserVerifyForgetEmailCode as ct,pUserVerifyResetPasswordEmailCode as lt}from"./service/generated/client.mjs";import{createQueryKey as ut,gCommerceQueryOrderResultKey as dt,gCommunityGetCollectionInfoKey as ft,gCommunityGetCommentsKey as pt,gCommunityGetContentInfoKey as mt,gCommunityGetContentListKey as ht,gCommunityGetHotContentListKey as gt,gCommunityGetSubscribedCollectionsKey as _t,gCommunityGetUserCollectionsKey as vt,gContentGetAdvertiseByCodeKey as yt,gContentGetAppChannelBlockDataKey as bt,gContentGetAppChannelBlockKey as xt,gContentGetAppChannelsKey as St,gContentGetAppComponentKey as Ct,gContentGetGuessYouLikeVideosKey as wt,gContentGetHotVideoListKey as Tt,gContentGetRecommendSearchListKey as Et,gContentGetRecommendVideoListKey as Dt,gContentGetSeoConfigKey as Ot,gContentGetVideoDetailByApiKey as kt,gContentGetVideoDetailKey as At,gContentListVisibleFloatingBallKey as jt,gContentProcessM3u8Key as Mt,gInteractionCheckMutualFollowKey as Nt,gInteractionGetBrowseListKey as Pt,gInteractionGetContentDislikeListKey as Ft,gInteractionGetContentLikeListKey as It,gInteractionGetDislikeListKey as Lt,gInteractionGetFolderKey as Rt,gInteractionGetFolderStatsKey as zt,gInteractionGetFollowStatsKey as Bt,gInteractionGetFollowerListKey as Vt,gInteractionGetFollowingContentListKey as Ht,gInteractionGetFollowingListKey as Ut,gInteractionGetFollowingUserUpdatesKey as Wt,gInteractionGetLikeListKey as Gt,gInteractionListCollectsKey as Kt,gInteractionListFoldersKey as qt,gUserGetGuestIdentityKey as Jt,gUserGetUserEditInfoKey as Yt,gUserGetUserInfoKey as Xt,gUserGetUserPrivacySettingsKey as Zt,gUserGetVisitorPermissionConfigKey as Qt,gUserViewUserInfoKey as $t,pCommerceCreatePaymentKey as en,pCommerceGetPaymentMethodsKey as tn,pCommercePaymentSuccessCallbackKey as nn,pCommerceRefundCallbackKey as rn,pCommunityAddContentToCollectionKey as an,pCommunityBatchDeleteCollectionKey as on,pCommunityCreateCollectionKey as sn,pCommunityCreateCommentKey as cn,pCommunityDeleteCollectionKey as ln,pCommunityDeleteCommentKey as un,pCommunityDeleteContentKey as dn,pCommunityDislikeCommentKey as fn,pCommunityGetUploadPresignedURLKey as pn,pCommunityLikeCommentKey as mn,pCommunityMoveCollectionContentKey as hn,pCommunityPublishContentKey as gn,pCommunityRemoveContentFromCollectionKey as _n,pCommunitySearchCurAccountFollowingUsersInfoKey as vn,pCommunityShareContentKey as yn,pCommunitySubscribeCollectionKey as bn,pCommunityUpdateCollectionKey as xn,pCommunityUpdateContentKey as Sn,pCommunityUploadMediaKey as Cn,pContentBatchGetVideoDetailKey as wn,pContentGetMostPlayedVideoListKey as Tn,pContentGetNewstVideoListKey as En,pContentGetPopularVideoListKey as Dn,pContentGetTopRatedVideoListKey as On,pContentMatchAdsKey as kn,pInteractionAddCollectKey as An,pInteractionBatchClearBrowseKey as jn,pInteractionBatchDeleteCollectsKey as Mn,pInteractionBatchDeleteFoldersKey as Nn,pInteractionBatchGetCommentLikeStatusKey as Pn,pInteractionBatchGetFollowStatsKey as Fn,pInteractionBatchGetLikeStatusKey as In,pInteractionBatchQueryContentInteractionsKey as Ln,pInteractionBrowseKey as Rn,pInteractionCancelDislikeKey as zn,pInteractionCancelLikeKey as Bn,pInteractionCheckCollectKey as Vn,pInteractionCheckFollowKey as Hn,pInteractionClearBrowseHistoryKey as Un,pInteractionCreateFolderKey as Wn,pInteractionDeleteBrowseRecordKey as Gn,pInteractionDeleteFolderKey as Kn,pInteractionDislikeCommentKey as qn,pInteractionDislikeKey as Jn,pInteractionFollowKey as Yn,pInteractionLikeCommentKey as Xn,pInteractionLikeKey as Zn,pInteractionMoveCollectsKey as Qn,pInteractionRemoveCollectKey as $n,pInteractionTrackEventsBatchKey as er,pInteractionUnfollowKey as tr,pInteractionUnifiedBatchLikeDislikeKey as nr,pInteractionUpdateFolderKey as rr,pInteractionUpdateFollowingContentUpdateTimeKey as ir,pUserEditUserInfoKey as ar,pUserLoginKey as or,pUserRegisterByVerifyEmailCodeKey as sr,pUserRegisterKey as cr,pUserResetForgetPasswordKey as lr,pUserResetPasswordKey as ur,pUserSendEmailCodeKey as dr,pUserSendForgetEmailCodeKey as fr,pUserSendResetPasswordEmailCodeKey as pr,pUserUploadUserBgImageKey as mr,pUserUserFeedbackKey as hr,pUserUserPrivacySettingsKey as gr,pUserVerifyEmailCodeKey as _r,pUserVerifyForgetEmailCodeKey as vr,pUserVerifyResetPasswordEmailCodeKey as yr}from"./service/generated/tanstack.mjs";import{pUserRegisterByVerifyEmailCodeCompat as br}from"./service/register-by-verify-email-code.mjs";export{ut as createQueryKey,n as gCommerceQueryOrderResult,dt as gCommerceQueryOrderResultKey,r as gCommunityGetCollectionInfo,ft as gCommunityGetCollectionInfoKey,i as gCommunityGetComments,pt as gCommunityGetCommentsKey,a as gCommunityGetContentInfo,mt as gCommunityGetContentInfoKey,o as gCommunityGetContentList,ht as gCommunityGetContentListKey,s as gCommunityGetHotContentList,gt as gCommunityGetHotContentListKey,c as gCommunityGetSubscribedCollections,_t as gCommunityGetSubscribedCollectionsKey,l as gCommunityGetUserCollections,vt as gCommunityGetUserCollectionsKey,u as gContentGetAdvertiseByCode,yt as gContentGetAdvertiseByCodeKey,d as gContentGetAppChannelBlock,f as gContentGetAppChannelBlockData,bt as gContentGetAppChannelBlockDataKey,xt as gContentGetAppChannelBlockKey,p as gContentGetAppChannels,St as gContentGetAppChannelsKey,m as gContentGetAppComponent,Ct as gContentGetAppComponentKey,h as gContentGetGuessYouLikeVideos,wt as gContentGetGuessYouLikeVideosKey,g as gContentGetHotVideoList,Tt as gContentGetHotVideoListKey,_ as gContentGetRecommendSearchList,Et as gContentGetRecommendSearchListKey,v as gContentGetRecommendVideoList,Dt as gContentGetRecommendVideoListKey,y as gContentGetSeoConfig,Ot as gContentGetSeoConfigKey,b as gContentGetVideoDetail,x as gContentGetVideoDetailByApi,kt as gContentGetVideoDetailByApiKey,At as gContentGetVideoDetailKey,S as gContentListVisibleFloatingBall,jt as gContentListVisibleFloatingBallKey,C as gContentProcessM3u8,Mt as gContentProcessM3u8Key,w as gInteractionCheckMutualFollow,Nt as gInteractionCheckMutualFollowKey,T as gInteractionGetBrowseList,Pt as gInteractionGetBrowseListKey,E as gInteractionGetContentDislikeList,Ft as gInteractionGetContentDislikeListKey,D as gInteractionGetContentLikeList,It as gInteractionGetContentLikeListKey,O as gInteractionGetDislikeList,Lt as gInteractionGetDislikeListKey,k as gInteractionGetFolder,Rt as gInteractionGetFolderKey,A as gInteractionGetFolderStats,zt as gInteractionGetFolderStatsKey,j as gInteractionGetFollowStats,Bt as gInteractionGetFollowStatsKey,M as gInteractionGetFollowerList,Vt as gInteractionGetFollowerListKey,N as gInteractionGetFollowingContentList,Ht as gInteractionGetFollowingContentListKey,P as gInteractionGetFollowingList,Ut as gInteractionGetFollowingListKey,F as gInteractionGetFollowingUserUpdates,Wt as gInteractionGetFollowingUserUpdatesKey,I as gInteractionGetLikeList,Gt as gInteractionGetLikeListKey,L as gInteractionListCollects,Kt as gInteractionListCollectsKey,R as gInteractionListFolders,qt as gInteractionListFoldersKey,z as gUserGetGuestIdentity,Jt as gUserGetGuestIdentityKey,B as gUserGetUserEditInfo,Yt as gUserGetUserEditInfoKey,V as gUserGetUserInfo,Xt as gUserGetUserInfoKey,H as gUserGetUserPrivacySettings,Zt as gUserGetUserPrivacySettingsKey,U as gUserGetVisitorPermissionConfig,Qt as gUserGetVisitorPermissionConfigKey,W as gUserViewUserInfo,$t as gUserViewUserInfoKey,G as pCommerceCreatePayment,en as pCommerceCreatePaymentKey,K as pCommerceGetPaymentMethods,tn as pCommerceGetPaymentMethodsKey,q as pCommercePaymentSuccessCallback,nn as pCommercePaymentSuccessCallbackKey,J as pCommerceRefundCallback,rn as pCommerceRefundCallbackKey,Y as pCommunityAddContentToCollection,an as pCommunityAddContentToCollectionKey,X as pCommunityBatchDeleteCollection,on as pCommunityBatchDeleteCollectionKey,Z as pCommunityCreateCollection,sn as pCommunityCreateCollectionKey,Q as pCommunityCreateComment,cn as pCommunityCreateCommentKey,$ as pCommunityDeleteCollection,ln as pCommunityDeleteCollectionKey,ee as pCommunityDeleteComment,un as pCommunityDeleteCommentKey,te as pCommunityDeleteContent,dn as pCommunityDeleteContentKey,ne as pCommunityDislikeComment,fn as pCommunityDislikeCommentKey,re as pCommunityGetUploadPresignedURL,pn as pCommunityGetUploadPresignedURLKey,ie as pCommunityLikeComment,mn as pCommunityLikeCommentKey,ae as pCommunityMoveCollectionContent,hn as pCommunityMoveCollectionContentKey,oe as pCommunityPublishContent,gn as pCommunityPublishContentKey,se as pCommunityRemoveContentFromCollection,_n as pCommunityRemoveContentFromCollectionKey,ce as pCommunitySearchCurAccountFollowingUsersInfo,vn as pCommunitySearchCurAccountFollowingUsersInfoKey,le as pCommunityShareContent,yn as pCommunityShareContentKey,ue as pCommunitySubscribeCollection,bn as pCommunitySubscribeCollectionKey,de as pCommunityUpdateCollection,xn as pCommunityUpdateCollectionKey,fe as pCommunityUpdateContent,Sn as pCommunityUpdateContentKey,pe as pCommunityUploadMedia,Cn as pCommunityUploadMediaKey,e as pContentAdsMatch,t as pContentAdsMatchKey,me as pContentBatchGetVideoDetail,wn as pContentBatchGetVideoDetailKey,he as pContentGetMostPlayedVideoList,Tn as pContentGetMostPlayedVideoListKey,ge as pContentGetNewstVideoList,En as pContentGetNewstVideoListKey,_e as pContentGetPopularVideoList,Dn as pContentGetPopularVideoListKey,ve as pContentGetTopRatedVideoList,On as pContentGetTopRatedVideoListKey,ye as pContentMatchAds,kn as pContentMatchAdsKey,be as pInteractionAddCollect,An as pInteractionAddCollectKey,xe as pInteractionBatchClearBrowse,jn as pInteractionBatchClearBrowseKey,Se as pInteractionBatchDeleteCollects,Mn as pInteractionBatchDeleteCollectsKey,Ce as pInteractionBatchDeleteFolders,Nn as pInteractionBatchDeleteFoldersKey,we as pInteractionBatchGetCommentLikeStatus,Pn as pInteractionBatchGetCommentLikeStatusKey,Te as pInteractionBatchGetFollowStats,Fn as pInteractionBatchGetFollowStatsKey,Ee as pInteractionBatchGetLikeStatus,In as pInteractionBatchGetLikeStatusKey,De as pInteractionBatchQueryContentInteractions,Ln as pInteractionBatchQueryContentInteractionsKey,Oe as pInteractionBrowse,Rn as pInteractionBrowseKey,ke as pInteractionCancelDislike,zn as pInteractionCancelDislikeKey,Ae as pInteractionCancelLike,Bn as pInteractionCancelLikeKey,je as pInteractionCheckCollect,Vn as pInteractionCheckCollectKey,Me as pInteractionCheckFollow,Hn as pInteractionCheckFollowKey,Ne as pInteractionClearBrowseHistory,Un as pInteractionClearBrowseHistoryKey,Pe as pInteractionCreateFolder,Wn as pInteractionCreateFolderKey,Fe as pInteractionDeleteBrowseRecord,Gn as pInteractionDeleteBrowseRecordKey,Ie as pInteractionDeleteFolder,Kn as pInteractionDeleteFolderKey,Le as pInteractionDislike,Re as pInteractionDislikeComment,qn as pInteractionDislikeCommentKey,Jn as pInteractionDislikeKey,ze as pInteractionFollow,Yn as pInteractionFollowKey,Be as pInteractionLike,Ve as pInteractionLikeComment,Xn as pInteractionLikeCommentKey,Zn as pInteractionLikeKey,He as pInteractionMoveCollects,Qn as pInteractionMoveCollectsKey,Ue as pInteractionRemoveCollect,$n as pInteractionRemoveCollectKey,We as pInteractionTrackEventsBatch,er as pInteractionTrackEventsBatchKey,Ge as pInteractionUnfollow,tr as pInteractionUnfollowKey,Ke as pInteractionUnifiedBatchLikeDislike,nr as pInteractionUnifiedBatchLikeDislikeKey,qe as pInteractionUpdateFolder,rr as pInteractionUpdateFolderKey,Je as pInteractionUpdateFollowingContentUpdateTime,ir as pInteractionUpdateFollowingContentUpdateTimeKey,Ye as pUserEditUserInfo,ar as pUserEditUserInfoKey,Xe as pUserLogin,or as pUserLoginKey,Ze as pUserRegister,Qe as pUserRegisterByVerifyEmailCode,br as pUserRegisterByVerifyEmailCodeCompat,sr as pUserRegisterByVerifyEmailCodeKey,cr as pUserRegisterKey,$e as pUserResetForgetPassword,lr as pUserResetForgetPasswordKey,et as pUserResetPassword,ur as pUserResetPasswordKey,tt as pUserSendEmailCode,dr as pUserSendEmailCodeKey,nt as pUserSendForgetEmailCode,fr as pUserSendForgetEmailCodeKey,rt as pUserSendResetPasswordEmailCode,pr as pUserSendResetPasswordEmailCodeKey,it as pUserUploadUserBgImage,mr as pUserUploadUserBgImageKey,at as pUserUserFeedback,hr as pUserUserFeedbackKey,ot as pUserUserPrivacySettings,gr as pUserUserPrivacySettingsKey,st as pUserVerifyEmailCode,_r as pUserVerifyEmailCodeKey,ct as pUserVerifyForgetEmailCode,vr as pUserVerifyForgetEmailCodeKey,lt as pUserVerifyResetPasswordEmailCode,yr as pUserVerifyResetPasswordEmailCodeKey};
@@ -0,0 +1,116 @@
1
+
2
+ import * as zustand from "zustand";
3
+
4
+ //#region store/modules/blind-spot-ad-store.d.ts
5
+ /**
6
+ * 盲点广告配置
7
+ */
8
+ interface BlindSpotAdConfig {
9
+ /**
10
+ * 触发时间阈值(分钟)
11
+ */
12
+ triggerTimeMinutes: number;
13
+ /**
14
+ * 广告跳转链接
15
+ */
16
+ jumpUrl: string;
17
+ /**
18
+ * 是否启用
19
+ */
20
+ enabled: boolean;
21
+ }
22
+ /**
23
+ * 盲点广告状态
24
+ */
25
+ interface BlindSpotAdState {
26
+ /**
27
+ * 当前会话ID
28
+ */
29
+ sessionId: string;
30
+ /**
31
+ * 已触发的视频ID集合
32
+ */
33
+ triggeredVideoIds: Set<string>;
34
+ /**
35
+ * 当前视频ID
36
+ */
37
+ currentVideoId: string | undefined;
38
+ /**
39
+ * 当前播放时间(秒)
40
+ */
41
+ currentTime: number;
42
+ /**
43
+ * 是否显示蒙层
44
+ */
45
+ isOverlayVisible: boolean;
46
+ /**
47
+ * 当前广告配置
48
+ */
49
+ adConfig: BlindSpotAdConfig | null;
50
+ /**
51
+ * 广告响应数据(原始)
52
+ */
53
+ adResponseData: any;
54
+ }
55
+ /**
56
+ * 盲点广告操作
57
+ */
58
+ interface BlindSpotAdActions {
59
+ /**
60
+ * 初始化会话
61
+ */
62
+ initSession: () => void;
63
+ /**
64
+ * 设置当前视频ID
65
+ */
66
+ setCurrentVideo: (videoId: string | undefined) => void;
67
+ /**
68
+ * 更新播放时间
69
+ */
70
+ updateCurrentTime: (time: number) => void;
71
+ /**
72
+ * 标记视频已触发
73
+ */
74
+ markVideoTriggered: (videoId: string) => void;
75
+ /**
76
+ * 检查视频是否已触发
77
+ */
78
+ isVideoTriggered: (videoId: string) => boolean;
79
+ /**
80
+ * 显示蒙层
81
+ */
82
+ showOverlay: () => void;
83
+ /**
84
+ * 隐藏蒙层
85
+ */
86
+ hideOverlay: () => void;
87
+ /**
88
+ * 设置广告配置
89
+ */
90
+ setAdConfig: (config: BlindSpotAdConfig | null) => void;
91
+ /**
92
+ * 设置广告响应数据
93
+ */
94
+ setAdResponseData: (data: any) => void;
95
+ /**
96
+ * 检查是否应该触发盲点广告
97
+ */
98
+ shouldTriggerAd: () => boolean;
99
+ /**
100
+ * 重置状态(视频切换时)
101
+ */
102
+ reset: () => void;
103
+ }
104
+ /**
105
+ * 盲点广告 Store
106
+ *
107
+ * 管理盲点广告的全局状态,包括:
108
+ * - 会话管理
109
+ * - 已触发视频记录
110
+ * - 播放进度跟踪
111
+ * - 蒙层显示状态
112
+ * - 广告配置
113
+ */
114
+ declare const useBlindSpotAdStore: zustand.UseBoundStore<zustand.StoreApi<BlindSpotAdState & BlindSpotAdActions>>;
115
+ //#endregion
116
+ export { BlindSpotAdConfig, useBlindSpotAdStore };
@@ -0,0 +1,2 @@
1
+
2
+ import{isClient as e}from"../../utils/common.mjs";import{createStore as t}from"../create-store.mjs";function n(){return`session_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}const r=t((t,r)=>({sessionId:``,triggeredVideoIds:new Set,currentVideoId:void 0,currentTime:0,isOverlayVisible:!1,adConfig:null,adResponseData:null,initSession:()=>{t({sessionId:n(),triggeredVideoIds:new Set})},setCurrentVideo:e=>{t({currentVideoId:e,currentTime:0})},updateCurrentTime:e=>{t({currentTime:e})},markVideoTriggered:n=>{let{triggeredVideoIds:i}=r(),a=new Set(i);if(a.add(n),t({triggeredVideoIds:a}),e())try{let e=Array.from(a);sessionStorage.setItem(`blind_spot_ad_triggered_videos`,JSON.stringify(e))}catch(e){console.warn(`Failed to save triggered videos to sessionStorage:`,e)}},isVideoTriggered:e=>{let{triggeredVideoIds:t}=r();return t.has(e)},showOverlay:()=>{t({isOverlayVisible:!0})},hideOverlay:()=>{t({isOverlayVisible:!1})},setAdConfig:e=>{t({adConfig:e})},setAdResponseData:e=>{t({adResponseData:e})},shouldTriggerAd:()=>{let{currentVideoId:e,currentTime:t,adConfig:n,isOverlayVisible:i}=r();return!(i||!e||!n||!n.enabled||r().isVideoTriggered(e)||t<n.triggerTimeMinutes*60||!n.jumpUrl)},reset:()=>{t({currentVideoId:void 0,currentTime:0,isOverlayVisible:!1})}}),{name:`blind-spot-ad-store`,persist:!1});export{r as useBlindSpotAdStore};
@@ -20,7 +20,7 @@ declare const useUserStore: zustand.UseBoundStore<zustand.StoreApi<UserState>>;
20
20
  /**
21
21
  * 确保游客身份已生成并缓存到 Cookie
22
22
  */
23
- declare function ensureGuestIdentity(force?: boolean): Promise<void>;
23
+ declare function ensureGuestIdentity(force?: boolean): Promise<string>;
24
24
  declare const userSelectors: {
25
25
  getUserInfo: () => any;
26
26
  getIsLogin: () => boolean;
@@ -1,2 +1,2 @@
1
1
 
2
- import{generateDynamicSign as e,generateUUID as t,getCookie as n,isClient as r,removeCookie as i,setCookie as a}from"../../utils/common.mjs";import{createStore as o}from"../create-store.mjs";import{useFollowIdsState as s}from"./follow-ids-store.mjs";import{usePublishStore as c}from"./publish-store.mjs";import{gUserGetGuestIdentity as l}from"../../service/generated/client.mjs";const u={userStore:`user-store`,publishStore:`publish-store`},d={userInfo:{},isLogin:!1,token:``,expireTime:0,userId:``};function f(){s.setState({followIds:[]}),c.getState().init()}function p(){try{i(`token`),i(`userId`),i(`guestUserId`)}catch(e){console.warn(`clear auth cookie failed`,e)}try{localStorage.removeItem(u.userStore),localStorage.removeItem(u.publishStore)}catch(e){console.warn(`clear local storage failed`,e)}}const m=o(e=>({...d,setUserInfo:t=>{e({userInfo:t})},setUserId:t=>{r()&&a(`userId`,t),e({userId:t})},setIsLogin:t=>{e({isLogin:t})},setToken:t=>{r()&&(a(`token`,t),a(`guestUserId`,``)),e({token:t})},setExpireTime:t=>{e({expireTime:t})},updateUserInfo:t=>{e(e=>({userInfo:{...e.userInfo,...t}}))},logout:()=>{f(),e({...d}),r()&&p()},clearUserInfo:()=>{e({userInfo:d.userInfo})}}),{name:`user-store`,persist:!0,partialize:e=>({userInfo:e.userInfo,isLogin:e.isLogin,token:e.token,expireTime:e.expireTime,userId:e.userId})});async function h(r=!1){if(await n(`userId`)&&!r)return;let i=t();l({finger_id:i,sign:e(i)}).then(e=>{a(`guestUserId`,e.data.user_id)})}const g={getUserInfo:()=>m.getState().userInfo,getIsLogin:()=>m.getState().isLogin,getToken:()=>m.getState().token,getExpireTime:()=>m.getState().expireTime,getUserId:()=>m.getState().userId};export{h as ensureGuestIdentity,m as useUserStore,g as userSelectors};
2
+ import{generateDynamicSign as e,getCookie as t,isClient as n,removeCookie as r,setCookie as i}from"../../utils/common.mjs";import{getOrCreateBrowserFingerprint as a}from"../../utils/browser-fingerprint.mjs";import{createStore as o}from"../create-store.mjs";import{useFollowIdsState as s}from"./follow-ids-store.mjs";import{usePublishStore as c}from"./publish-store.mjs";import{gUserGetGuestIdentity as l}from"../../service/generated/client.mjs";const u={userStore:`user-store`,publishStore:`publish-store`},d={userInfo:{},isLogin:!1,token:``,expireTime:0,userId:``};let f=null;function p(){s.setState({followIds:[]}),c.getState().init()}function m(){try{r(`token`),r(`userId`),r(`guestUserId`)}catch(e){console.warn(`clear auth cookie failed`,e)}try{localStorage.removeItem(u.userStore),localStorage.removeItem(u.publishStore)}catch(e){console.warn(`clear local storage failed`,e)}}const h=o(e=>({...d,setUserInfo:t=>{e({userInfo:t})},setUserId:t=>{n()&&i(`userId`,t),e({userId:t})},setIsLogin:t=>{e({isLogin:t})},setToken:t=>{n()&&(i(`token`,t),i(`guestUserId`,``)),e({token:t})},setExpireTime:t=>{e({expireTime:t})},updateUserInfo:t=>{e(e=>({userInfo:{...e.userInfo,...t}}))},logout:()=>{p(),e({...d}),n()&&m()},clearUserInfo:()=>{e({userInfo:d.userInfo})}}),{name:`user-store`,persist:!0,partialize:e=>({userInfo:e.userInfo,isLogin:e.isLogin,token:e.token,expireTime:e.expireTime,userId:e.userId})});async function g(e=!1){let n=await t(`userId`);if(n&&!e)return n;let r=await t(`guestUserId`);return r&&!e?r:((!f||e)&&(f=_(e).finally(()=>{f=null})),await f)}async function _(t){try{let n=await a(t),r=await l({finger_id:n,sign:e(n)}),o=String(r.data?.user_id??``).trim();return o&&i(`guestUserId`,o),o}catch(e){return console.warn(`ensure guest identity failed`,e),``}}const v={getUserInfo:()=>h.getState().userInfo,getIsLogin:()=>h.getState().isLogin,getToken:()=>h.getState().token,getExpireTime:()=>h.getState().expireTime,getUserId:()=>h.getState().userId};export{g as ensureGuestIdentity,h as useUserStore,v as userSelectors};
@@ -0,0 +1,21 @@
1
+
2
+ import { CommonPlayerRef } from "../../components/common/video-player/index.mjs";
3
+ import * as zustand from "zustand";
4
+
5
+ //#region store/modules/video-player-ref-store.d.ts
6
+ /**
7
+ * 视频播放器 Ref Store
8
+ *
9
+ * 用于全局存储当前视频详情页的播放器实例引用
10
+ * 供盲点广告等需要访问播放器的功能使用
11
+ */
12
+ interface VideoPlayerRefState {
13
+ playerRef: React.RefObject<CommonPlayerRef | null> | null;
14
+ setPlayerRef: (ref: React.RefObject<CommonPlayerRef | null> | null) => void;
15
+ }
16
+ /**
17
+ * 全局视频播放器 ref 状态管理。
18
+ */
19
+ declare const useVideoPlayerRefStore: zustand.UseBoundStore<zustand.StoreApi<VideoPlayerRefState>>;
20
+ //#endregion
21
+ export { useVideoPlayerRefStore };
@@ -0,0 +1,2 @@
1
+
2
+ import{createStore as e}from"../create-store.mjs";const t=e(e=>({playerRef:null,setPlayerRef:t=>e({playerRef:t})}));export{t as useVideoPlayerRefStore};
package/dist/store.d.mts CHANGED
@@ -1,10 +1,12 @@
1
1
 
2
2
  import { MediaPreviewItem, useMediaPreviewStore } from "./store/modules/media-preview-store.mjs";
3
3
  import { StorageType, useAppConfigStore } from "./store/modules/app-config-store.mjs";
4
+ import { BlindSpotAdConfig, useBlindSpotAdStore } from "./store/modules/blind-spot-ad-store.mjs";
4
5
  import { BlockedModalPayload, useBlockedModalStore } from "./store/modules/blocked-modal-store.mjs";
5
6
  import { useFollowIdsState } from "./store/modules/follow-ids-store.mjs";
6
7
  import { useLoginModalStore } from "./store/modules/login-modal-store.mjs";
7
8
  import { usePublishStore } from "./store/modules/publish-store.mjs";
8
9
  import { useDemoStore } from "./store/modules/use-demo-store.mjs";
9
10
  import { ensureGuestIdentity, useUserStore, userSelectors } from "./store/modules/user-store.mjs";
10
- export { BlockedModalPayload, MediaPreviewItem, StorageType, ensureGuestIdentity, useAppConfigStore, useBlockedModalStore, useDemoStore, useFollowIdsState, useLoginModalStore, useMediaPreviewStore, usePublishStore, useUserStore, userSelectors };
11
+ import { useVideoPlayerRefStore } from "./store/modules/video-player-ref-store.mjs";
12
+ export { BlindSpotAdConfig, BlockedModalPayload, MediaPreviewItem, StorageType, ensureGuestIdentity, useAppConfigStore, useBlindSpotAdStore, useBlockedModalStore, useDemoStore, useFollowIdsState, useLoginModalStore, useMediaPreviewStore, usePublishStore, useUserStore, useVideoPlayerRefStore, userSelectors };
package/dist/store.mjs CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- import{useBlockedModalStore as e}from"./store/modules/blocked-modal-store.mjs";import{useFollowIdsState as t}from"./store/modules/follow-ids-store.mjs";import{usePublishStore as n}from"./store/modules/publish-store.mjs";import{ensureGuestIdentity as r,useUserStore as i,userSelectors as a}from"./store/modules/user-store.mjs";import{useLoginModalStore as o}from"./store/modules/login-modal-store.mjs";import{StorageType as s,useAppConfigStore as c}from"./store/modules/app-config-store.mjs";import{useMediaPreviewStore as l}from"./store/modules/media-preview-store.mjs";import{useDemoStore as u}from"./store/modules/use-demo-store.mjs";export{s as StorageType,r as ensureGuestIdentity,c as useAppConfigStore,e as useBlockedModalStore,u as useDemoStore,t as useFollowIdsState,o as useLoginModalStore,l as useMediaPreviewStore,n as usePublishStore,i as useUserStore,a as userSelectors};
2
+ import{useBlockedModalStore as e}from"./store/modules/blocked-modal-store.mjs";import{useFollowIdsState as t}from"./store/modules/follow-ids-store.mjs";import{usePublishStore as n}from"./store/modules/publish-store.mjs";import{ensureGuestIdentity as r,useUserStore as i,userSelectors as a}from"./store/modules/user-store.mjs";import{useLoginModalStore as o}from"./store/modules/login-modal-store.mjs";import{StorageType as s,useAppConfigStore as c}from"./store/modules/app-config-store.mjs";import{useBlindSpotAdStore as l}from"./store/modules/blind-spot-ad-store.mjs";import{useMediaPreviewStore as u}from"./store/modules/media-preview-store.mjs";import{useDemoStore as d}from"./store/modules/use-demo-store.mjs";import{useVideoPlayerRefStore as f}from"./store/modules/video-player-ref-store.mjs";export{s as StorageType,r as ensureGuestIdentity,c as useAppConfigStore,l as useBlindSpotAdStore,e as useBlockedModalStore,d as useDemoStore,t as useFollowIdsState,o as useLoginModalStore,u as useMediaPreviewStore,n as usePublishStore,i as useUserStore,f as useVideoPlayerRefStore,a as userSelectors};