@funhub/platform 0.1.163 → 0.1.164
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/channel-list/channel-active-indicator.mjs +2 -0
- package/dist/assets/icons/common/header-menu.mjs +2 -0
- package/dist/assets/icons/common/header-search-icon.mjs +2 -0
- package/dist/assets/icons/common/right_arrow_thin.mjs +2 -0
- package/dist/assets/icons/marquee-close.mjs +2 -0
- package/dist/assets/icons/marquee-speaker.mjs +2 -0
- package/dist/assets/images/shortcut-grid/shortcut-grid-card-bg-primary.mjs +2 -0
- package/dist/biz.d.mts +34 -2
- package/dist/biz.mjs +1 -1
- package/dist/common.d.mts +5 -2
- package/dist/common.mjs +1 -1
- package/dist/components/biz/business/advertisement/ad-match.d.mts +98 -0
- package/dist/components/biz/business/advertisement/ad-match.mjs +2 -0
- package/dist/components/biz/business/advertisement/ad-provider.d.mts +39 -0
- package/dist/components/biz/business/advertisement/ad-provider.mjs +2 -0
- package/dist/components/biz/business/advertisement/ad-query.d.mts +29 -0
- package/dist/components/biz/business/advertisement/ad-query.mjs +2 -0
- package/dist/components/biz/business/advertisement/ad-runtime-provider.d.mts +29 -0
- package/dist/components/biz/business/advertisement/ad-runtime-provider.mjs +2 -0
- package/dist/components/biz/business/advertisement/banner-ad/client.d.mts +18 -0
- package/dist/components/biz/business/advertisement/banner-ad/client.mjs +2 -0
- package/dist/components/biz/business/advertisement/banner-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/banner-ad/material.d.mts +30 -0
- package/dist/components/biz/business/advertisement/banner-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/banner-ad/schema.d.mts +84 -0
- package/dist/components/biz/business/advertisement/banner-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/banner-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/banner-ad/server.mjs +2 -0
- package/dist/components/biz/business/advertisement/feed-ad/index.d.mts +39 -0
- package/dist/components/biz/business/advertisement/feed-ad/index.mjs +2 -0
- package/dist/components/biz/business/advertisement/floating-ad/client.d.mts +21 -0
- package/dist/components/biz/business/advertisement/floating-ad/client.mjs +2 -0
- package/dist/components/biz/business/advertisement/floating-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/floating-ad/material.d.mts +25 -0
- package/dist/components/biz/business/advertisement/floating-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/floating-ad/schema.d.mts +84 -0
- package/dist/components/biz/business/advertisement/floating-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/floating-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/floating-ad/server.mjs +2 -0
- package/dist/components/biz/business/advertisement/icon-ad/client.d.mts +16 -0
- package/dist/components/biz/business/advertisement/icon-ad/client.mjs +2 -0
- package/dist/components/biz/business/advertisement/icon-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/icon-ad/material.d.mts +29 -0
- package/dist/components/biz/business/advertisement/icon-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/icon-ad/schema.d.mts +78 -0
- package/dist/components/biz/business/advertisement/icon-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/icon-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/icon-ad/server.mjs +2 -0
- package/dist/components/biz/business/advertisement/index.d.mts +31 -0
- package/dist/components/biz/business/advertisement/popup-ad/client.d.mts +14 -0
- package/dist/components/biz/business/advertisement/popup-ad/client.mjs +64 -0
- package/dist/components/biz/business/advertisement/popup-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/popup-ad/material.d.mts +29 -0
- package/dist/components/biz/business/advertisement/popup-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/popup-ad/schema.d.mts +54 -0
- package/dist/components/biz/business/advertisement/popup-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/popup-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/popup-ad/server.mjs +2 -0
- package/dist/components/biz/business/advertisement/text-ad/client.d.mts +15 -0
- package/dist/components/biz/business/advertisement/text-ad/client.mjs +2 -0
- package/dist/components/biz/business/advertisement/text-ad/index.d.mts +5 -0
- package/dist/components/biz/business/advertisement/text-ad/material.d.mts +27 -0
- package/dist/components/biz/business/advertisement/text-ad/material.mjs +2 -0
- package/dist/components/biz/business/advertisement/text-ad/schema.d.mts +62 -0
- package/dist/components/biz/business/advertisement/text-ad/schema.mjs +2 -0
- package/dist/components/biz/business/advertisement/text-ad/server.d.mts +11 -0
- package/dist/components/biz/business/advertisement/text-ad/server.mjs +2 -0
- package/dist/components/biz/business/banner-carousel/client.mjs +1 -1
- package/dist/components/biz/business/channel-list/client.mjs +1 -1
- package/dist/components/biz/business/channel-list/default-props.mjs +1 -1
- package/dist/components/biz/business/detail/shared/detail-operate.mjs +1 -1
- package/dist/components/biz/business/detail/shared/registry.d.mts +36 -1
- package/dist/components/biz/business/detail/shared/registry.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-info/client.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/client.d.mts +1 -13
- package/dist/components/biz/business/detail/video-detail-recommend/client.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/shared.mjs +2 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/client.d.mts +8 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/client.mjs +2 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/index.d.mts +5 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/material.d.mts +45 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/material.mjs +2 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/schema.d.mts +9 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/schema.mjs +2 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/server.d.mts +11 -0
- package/dist/components/biz/business/detail/video-detail-waterfall-recommend/server.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/client.mjs +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/client.d.mts +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/client.mjs +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.d.mts +4 -3
- package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.mjs +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/client.mjs +1 -1
- package/dist/components/biz/business/header-search/header-logo-search/client.mjs +1 -1
- package/dist/components/biz/business/header-search/header-search/client.mjs +1 -1
- package/dist/components/biz/business/header-search/shared/avatar.mjs +1 -1
- package/dist/components/biz/business/header-search/shared/header-action.mjs +2 -0
- package/dist/components/biz/business/header-search/shared/header-search-icon.mjs +2 -0
- package/dist/components/biz/business/header-search/shared/header-shell.mjs +2 -0
- package/dist/components/biz/business/header-search/shared/logo.mjs +1 -1
- package/dist/components/biz/business/header-search/shared/search.mjs +1 -1
- package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.d.mts +3 -0
- package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.mjs +1 -1
- package/dist/components/biz/business/home-recommend/home-recommend-grid/material.d.mts +3 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.d.mts +3 -0
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.mjs +1 -1
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/material.d.mts +3 -0
- package/dist/components/biz/business/home-recommend/shared/home-recommend-base.mjs +1 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-preview.mjs +1 -1
- package/dist/components/biz/business/hot-recommend/client.d.mts +17 -0
- package/dist/components/biz/business/hot-recommend/client.mjs +2 -0
- package/dist/components/biz/business/hot-recommend/index.d.mts +5 -0
- package/dist/components/biz/business/hot-recommend/material.d.mts +24 -0
- package/dist/components/biz/business/hot-recommend/material.mjs +2 -0
- package/dist/components/biz/business/hot-recommend/schema.d.mts +23 -0
- package/dist/components/biz/business/hot-recommend/schema.mjs +2 -0
- package/dist/components/biz/business/hot-recommend/server.d.mts +11 -0
- package/dist/components/biz/business/hot-recommend/server.mjs +2 -0
- package/dist/components/biz/business/index.d.mts +36 -1
- package/dist/components/biz/business/large-feature-grid/card-item.mjs +1 -1
- package/dist/components/biz/business/large-feature-grid/client.mjs +1 -1
- package/dist/components/biz/business/large-feature-grid/schema.mjs +1 -1
- package/dist/components/biz/business/marquee/client.mjs +1 -1
- package/dist/components/biz/business/marquee/marquee.module.mjs +2 -6
- package/dist/components/biz/business/profile/index.d.mts +1 -1
- package/dist/components/biz/business/profile/profile-header/client.d.mts +2 -1
- package/dist/components/biz/business/profile/profile-header/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-header/index.d.mts +1 -1
- package/dist/components/biz/business/profile/profile-header/user-profile-avatar.mjs +1 -1
- package/dist/components/biz/business/profile/profile-header/user-profile-cover-background.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/shell.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/tabs/collect-tab/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/tabs/collect-tab/video-waterfall.mjs +2 -0
- package/dist/components/biz/business/profile/profile-main/tabs/history-tab/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/tabs/like-tab/client.d.mts +5 -1
- package/dist/components/biz/business/profile/profile-main/tabs/like-tab/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/utils.mjs +1 -1
- package/dist/components/biz/business/ranking-recommend/client.d.mts +15 -0
- package/dist/components/biz/business/ranking-recommend/client.mjs +70 -0
- package/dist/components/biz/business/ranking-recommend/material.d.mts +23 -0
- package/dist/components/biz/business/ranking-recommend/material.mjs +2 -0
- package/dist/components/biz/business/ranking-recommend/schema.d.mts +23 -0
- package/dist/components/biz/business/ranking-recommend/schema.mjs +2 -0
- package/dist/components/biz/business/ranking-recommend/server.d.mts +11 -0
- package/dist/components/biz/business/ranking-recommend/server.mjs +2 -0
- package/dist/components/biz/business/ranking-recommend/shared.d.mts +15 -0
- package/dist/components/biz/business/ranking-recommend/shared.mjs +2 -0
- package/dist/components/biz/business/search-history/client.mjs +1 -1
- package/dist/components/biz/business/search-history/schema.mjs +1 -1
- package/dist/components/biz/business/search-input/client.mjs +1 -1
- package/dist/components/biz/business/search-waterfall-recommend/client.d.mts +9 -0
- package/dist/components/biz/business/search-waterfall-recommend/client.mjs +2 -0
- package/dist/components/biz/business/search-waterfall-recommend/index.d.mts +4 -0
- package/dist/components/biz/business/search-waterfall-recommend/material.d.mts +40 -0
- package/dist/components/biz/business/search-waterfall-recommend/material.mjs +2 -0
- package/dist/components/biz/business/search-waterfall-recommend/server.d.mts +8 -0
- package/dist/components/biz/business/search-waterfall-recommend/server.mjs +2 -0
- package/dist/components/biz/business/shortcut-grid/client.mjs +1 -1
- package/dist/components/biz/business/tab-bar/client.mjs +1 -1
- package/dist/components/common/collection-popup/create-collection-sheet.d.mts +41 -0
- package/dist/components/common/collection-popup/create-collection-sheet.mjs +2 -0
- package/dist/components/common/collection-popup/index.d.mts +1 -0
- package/dist/components/common/collection-popup/index.mjs +1 -1
- package/dist/components/common/icons/setting.mjs +1 -1
- package/dist/components/common/list/collection-list/collection-list-item.d.mts +6 -0
- package/dist/components/common/list/collection-list/collection-list-item.mjs +1 -1
- package/dist/components/common/list/collection-list/collection-list.d.mts +6 -0
- package/dist/components/common/list/collection-list/collection-list.mjs +1 -1
- package/dist/components/common/list/collection-list/collection-select-icon.mjs +2 -0
- package/dist/components/common/list/waterfall-recommend/index.d.mts +2 -0
- package/dist/components/common/list/waterfall-recommend/waterfall-recommend.d.mts +99 -0
- package/dist/components/common/list/waterfall-recommend/waterfall-recommend.mjs +2 -0
- package/dist/components/common/series-episodes/index.d.mts +3 -1
- package/dist/components/common/series-episodes/index.mjs +1 -1
- package/dist/components/common/tab-bar/index.mjs +1 -1
- package/dist/components/pages/collection-detail/_components/collection-detail-video-card.mjs +2 -0
- package/dist/components/pages/collection-detail/detail.mjs +1 -1
- package/dist/components/pages/edit/page.mjs +1 -1
- package/dist/components/pages/home/client.mjs +1 -1
- package/dist/components/pages/search/page-client.mjs +1 -1
- package/dist/components/pages/search/search-result/index.mjs +1 -1
- package/dist/components/pages/search/search-result/search-all.mjs +1 -1
- package/dist/components/pages/search/search-result/search-user.mjs +1 -1
- package/dist/components/pages/search/search-result/search-video-info.mjs +1 -1
- package/dist/components/pages/search/search-result/shared.mjs +2 -0
- package/dist/components/pages/search/top-header.mjs +1 -1
- package/dist/components/pages/search-result/page-client.mjs +1 -1
- package/dist/components/pages/search-result/search-all.mjs +1 -1
- package/dist/components/pages/search-result/search-empty.mjs +2 -0
- package/dist/components/pages/search-result/search-tab.mjs +1 -1
- package/dist/components/pages/search-result/search-user.mjs +1 -1
- package/dist/components/pages/search-result/search-video-info.mjs +2 -0
- package/dist/components/pages/search-result/shared.mjs +2 -0
- package/dist/components/pages/search-result/top-header.mjs +2 -0
- package/dist/components/pages/settings/_components/settings.mjs +1 -1
- package/dist/components/pages/video-list/video-list-client.mjs +1 -1
- package/dist/components/pages/video-list/video-list-recommend-item.mjs +2 -0
- package/dist/components/pages/video-list/video-list-skeleton.d.mts +2 -3
- package/dist/components/pages/video-list/video-list-skeleton.mjs +1 -1
- package/dist/components/ui/avatar.mjs +1 -1
- package/dist/components/ui/badge.d.mts +1 -1
- package/dist/components/ui/box.d.mts +1 -1
- package/dist/components/ui/button.d.mts +2 -2
- package/dist/components/ui/empty.d.mts +1 -1
- package/dist/components/ui/image.d.mts +4 -4
- package/dist/components/ui/item.d.mts +1 -1
- package/dist/hooks.d.mts +1 -1
- package/dist/i18n/locales/en.mjs +2 -2
- package/dist/i18n/locales/zh-CN.mjs +2 -2
- package/dist/materials.d.mts +12 -1
- package/dist/materials.mjs +1 -1
- package/dist/service/advertisement.d.mts +176 -0
- package/dist/service/advertisement.mjs +2 -0
- package/dist/service/generated/client.d.mts +30 -2
- package/dist/service/generated/client.mjs +1 -1
- package/dist/service/generated/tanstack.d.mts +37 -2
- package/dist/service/generated/tanstack.mjs +1 -1
- package/dist/service.d.mts +4 -3
- package/dist/service.mjs +1 -1
- package/dist/types.d.mts +437 -7
- package/dist/utils/helper.d.mts +1 -1
- package/dist/utils/helper.mjs +1 -1
- package/dist/utils/schema/inspector.d.mts +2 -2
- package/dist/utils/schema/material.d.mts +1 -0
- package/package.json +1 -1
- package/theme.css +170 -59
- package/dist/assets/icons/detail/collect_nor.mjs +0 -2
- package/dist/assets/icons/detail/collect_sel.mjs +0 -2
- package/dist/assets/icons/detail/share.mjs +0 -2
- package/dist/assets/icons/marquee-enter.mjs +0 -2
- package/dist/assets/icons/right_arrow.mjs +0 -2
- package/dist/assets/icons/search/avatar.mjs +0 -2
- package/dist/assets/images/marquee.mjs +0 -2
- package/dist/components/biz/business/detail/shared/detail-introduction.mjs +0 -2
- package/dist/components/common/collection-popup/collection-create-modal.mjs +0 -2
- package/dist/components/common/skeleton/search-video-card-skeleton.mjs +0 -2
- package/dist/components/pages/search/search-utils.mjs +0 -2
- package/dist/components/pages/search-result/search-result-skeleton.mjs +0 -2
- package/dist/components/pages/search-result/search-video.mjs +0 -2
- package/dist/components/pages/video-list/video-list-item.mjs +0 -2
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
|
|
2
|
+
import { RequestConfig, ResponseData } from "../utils/http.mjs";
|
|
3
|
+
|
|
4
|
+
//#region service/advertisement.d.ts
|
|
5
|
+
type ExtraRequestConfig = Omit<RequestConfig, 'url' | 'method' | 'params' | 'data'>;
|
|
6
|
+
/**
|
|
7
|
+
* 广告匹配请求场景上下文。
|
|
8
|
+
*/
|
|
9
|
+
interface AdsMatchSceneContext {
|
|
10
|
+
/**
|
|
11
|
+
* 开屏广告启动类型:cold | hot。
|
|
12
|
+
*/
|
|
13
|
+
startupType?: 'cold' | 'hot';
|
|
14
|
+
/**
|
|
15
|
+
* 是否为热启动。
|
|
16
|
+
*/
|
|
17
|
+
isStartupHot?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* 热启动距离上次退后台的分钟数。
|
|
20
|
+
*/
|
|
21
|
+
backgroundDurationMin?: number;
|
|
22
|
+
/**
|
|
23
|
+
* 当前视频已播放秒数,盲点广告使用。
|
|
24
|
+
*/
|
|
25
|
+
videoPlayedSeconds?: number;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* 广告匹配请求类型。
|
|
29
|
+
*/
|
|
30
|
+
type AdsMatchAdType = 'splash' | 'popup' | 'floating' | 'icon' | 'text' | 'banner' | 'preroll' | 'blind';
|
|
31
|
+
/**
|
|
32
|
+
* 广告匹配请求体。
|
|
33
|
+
*/
|
|
34
|
+
interface AdsMatchRequest {
|
|
35
|
+
/**
|
|
36
|
+
* 广告类型。
|
|
37
|
+
*/
|
|
38
|
+
adType: AdsMatchAdType;
|
|
39
|
+
/**
|
|
40
|
+
* 登录用户 ID,已登录时优先传。
|
|
41
|
+
*/
|
|
42
|
+
userId?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 设备 ID,游客场景建议传。
|
|
45
|
+
*/
|
|
46
|
+
deviceId?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 组件唯一标识。
|
|
49
|
+
*/
|
|
50
|
+
componentId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* 应用 code。
|
|
53
|
+
*/
|
|
54
|
+
appCode: string;
|
|
55
|
+
/**
|
|
56
|
+
* 场景上下文。
|
|
57
|
+
*/
|
|
58
|
+
sceneContext?: AdsMatchSceneContext;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* 广告匹配返回配置。
|
|
62
|
+
*/
|
|
63
|
+
interface AdsMatchConfig {
|
|
64
|
+
/**
|
|
65
|
+
* 跳过时间,开屏 / 贴片类广告使用。
|
|
66
|
+
*/
|
|
67
|
+
skipSeconds?: number;
|
|
68
|
+
/**
|
|
69
|
+
* 弹窗广告连续展示条数。
|
|
70
|
+
*/
|
|
71
|
+
popupCount?: number;
|
|
72
|
+
/**
|
|
73
|
+
* 单用户单日最大展示次数,-1 表示不限制。
|
|
74
|
+
*/
|
|
75
|
+
dailyMaxShow?: number;
|
|
76
|
+
/**
|
|
77
|
+
* 盲点广告触发分钟数。
|
|
78
|
+
*/
|
|
79
|
+
triggerVideoProgressMin?: number;
|
|
80
|
+
/**
|
|
81
|
+
* 轮播切换时间。
|
|
82
|
+
*/
|
|
83
|
+
switchInterval?: number;
|
|
84
|
+
/**
|
|
85
|
+
* 组件展示数量。
|
|
86
|
+
*/
|
|
87
|
+
displayCount?: number;
|
|
88
|
+
/**
|
|
89
|
+
* Banner 样式尺寸。
|
|
90
|
+
*/
|
|
91
|
+
styleSize?: string;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* 广告素材原始项。
|
|
95
|
+
*/
|
|
96
|
+
interface AdsMatchMaterial {
|
|
97
|
+
/**
|
|
98
|
+
* 广告业务编码。
|
|
99
|
+
*/
|
|
100
|
+
advertiseCode?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 广告名称。
|
|
103
|
+
*/
|
|
104
|
+
advertiseName?: string;
|
|
105
|
+
/**
|
|
106
|
+
* 跳转地址。
|
|
107
|
+
*/
|
|
108
|
+
advertiseUrl?: string;
|
|
109
|
+
/**
|
|
110
|
+
* 图片素材地址。
|
|
111
|
+
*/
|
|
112
|
+
advertiseIcon?: string;
|
|
113
|
+
/**
|
|
114
|
+
* PC 图片素材地址。
|
|
115
|
+
*/
|
|
116
|
+
adPcAdvertiseIcon?: string;
|
|
117
|
+
/**
|
|
118
|
+
* 第三方广告类型枚举。
|
|
119
|
+
*/
|
|
120
|
+
advertiseType?: number;
|
|
121
|
+
/**
|
|
122
|
+
* 广告文案描述。
|
|
123
|
+
*/
|
|
124
|
+
advertiseDesc?: string;
|
|
125
|
+
/**
|
|
126
|
+
* 排序值。
|
|
127
|
+
*/
|
|
128
|
+
sort?: number;
|
|
129
|
+
/**
|
|
130
|
+
* 投放开始时间。
|
|
131
|
+
*/
|
|
132
|
+
startTimeStamp?: number;
|
|
133
|
+
/**
|
|
134
|
+
* 投放结束时间。
|
|
135
|
+
*/
|
|
136
|
+
endTimeStamp?: number;
|
|
137
|
+
/**
|
|
138
|
+
* 扩展展示信息。
|
|
139
|
+
*/
|
|
140
|
+
adExtData?: string;
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* 广告匹配响应 data。
|
|
144
|
+
*/
|
|
145
|
+
interface AdsMatchResponseData {
|
|
146
|
+
/**
|
|
147
|
+
* 是否命中广告。
|
|
148
|
+
*/
|
|
149
|
+
hit?: boolean;
|
|
150
|
+
/**
|
|
151
|
+
* 本次返回的广告类型。
|
|
152
|
+
*/
|
|
153
|
+
adType?: AdsMatchAdType;
|
|
154
|
+
/**
|
|
155
|
+
* 命中的第三方广告位编码。
|
|
156
|
+
*/
|
|
157
|
+
advertiseLocationCode?: string;
|
|
158
|
+
/**
|
|
159
|
+
* 服务端配置。
|
|
160
|
+
*/
|
|
161
|
+
config?: AdsMatchConfig;
|
|
162
|
+
/**
|
|
163
|
+
* 广告素材列表。
|
|
164
|
+
*/
|
|
165
|
+
materials?: AdsMatchMaterial[];
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* 广告匹配接口。
|
|
169
|
+
*/
|
|
170
|
+
declare function pContentAdsMatch(data: AdsMatchRequest, config?: ExtraRequestConfig): Promise<ResponseData<AdsMatchResponseData>>;
|
|
171
|
+
/**
|
|
172
|
+
* 广告匹配接口缓存 key。
|
|
173
|
+
*/
|
|
174
|
+
declare function pContentAdsMatchKey(data: Pick<AdsMatchRequest, 'adType' | 'appCode' | 'componentId' | 'sceneContext'>): (string | AdsMatchSceneContext)[];
|
|
175
|
+
//#endregion
|
|
176
|
+
export { AdsMatchAdType, AdsMatchConfig, AdsMatchMaterial, AdsMatchRequest, AdsMatchResponseData, AdsMatchSceneContext, pContentAdsMatch, pContentAdsMatchKey };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
|
|
2
|
+
import e from"../utils/http.mjs";async function t(t,n){let a=await e.request({...n??{},url:`/api/content/matchAds`,method:`POST`,data:i(t)});return{...a,data:r(a.data)??{}}}function n(e){return[`content-ads-match`,e.adType,e.appCode,e.componentId??``,e.sceneContext??{}]}function r(e){if(e)return{hit:e.hit,adType:e.adType??e.ad_type,advertiseLocationCode:e.advertiseLocationCode??e.advertise_location_code,config:o(e.config),materials:e.materials?.map(s)??[]}}function i(e){return{ad_type:e.adType,user_id:e.userId??`69b268b9ba530cd3d98c8b7e`,device_id:e.deviceId,component_id:e.componentId??`111111`,app_code:e.appCode,scene_context:a(e.sceneContext)??{}}}function a(e){if(e)return{startup_type:e.startupType,is_startup_hot:e.isStartupHot,background_durationMin:e.backgroundDurationMin,video_played_seconds:e.videoPlayedSeconds}}function o(e){if(e)return{skipSeconds:e.skipSeconds??e.skip_seconds,popupCount:e.popupCount??e.popup_count,dailyMaxShow:e.dailyMaxShow??e.daily_max_show,triggerVideoProgressMin:e.triggerVideoProgressMin??e.trigger_video_progress_min,switchInterval:e.switchInterval??e.switch_interval,displayCount:e.displayCount??e.display_count,styleSize:e.styleSize??e.style_size}}function s(e){return{advertiseCode:e.advertiseCode??e.advertise_code,advertiseName:e.advertiseName??e.advertise_name,advertiseUrl:e.advertiseUrl??e.advertise_url,advertiseIcon:e.advertiseIcon??e.advertise_icon,adPcAdvertiseIcon:e.adPcAdvertiseIcon??e.pc_advertise_icon,advertiseType:e.advertiseType??e.advertise_type,advertiseDesc:e.advertiseDesc??e.advertise_desc,sort:e.sort,startTimeStamp:e.startTimeStamp??e.start_timestamp,endTimeStamp:e.endTimeStamp??e.end_timestamp,adExtData:e.adExtData??e.ad_ext_data}}export{t as pContentAdsMatch,n as pContentAdsMatchKey};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCollectionInfoRes, GetApiCommunityGetCommentsQuery, GetApiCommunityGetCommentsRes, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentInfoRes, GetApiCommunityGetContentListQuery, GetApiCommunityGetContentListRes, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetHotContentListRes, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetSubscribedCollectionsRes, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityGetUserCollectionsRes, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAdvertiseByCodeRes, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockDataRes, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelBlockRes, GetApiContentGetAppChannelsQuery, GetApiContentGetAppChannelsRes, GetApiContentGetAppComponentRes, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetGuessYouLikeVideosRes, GetApiContentGetHotVideoListQuery, GetApiContentGetHotVideoListRes, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendSearchListRes, GetApiContentGetRecommendVideoListQuery, GetApiContentGetRecommendVideoListRes, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailByApiRes, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoDetailRes, GetApiContentListVisibleFloatingBallQuery, GetApiContentListVisibleFloatingBallRes, GetApiContentProcessM3u8Query, GetApiContentProcessM3u8Res, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionCheckMutualFollowRes, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetBrowseListRes, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentDislikeListRes, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetContentLikeListRes, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetDislikeListRes, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderRes, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFolderStatsRes, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowStatsRes, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowerListRes, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingContentListRes, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingListRes, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetFollowingUserUpdatesRes, GetApiInteractionGetLikeListQuery, GetApiInteractionGetLikeListRes, GetApiInteractionListCollectsQuery, GetApiInteractionListCollectsRes, GetApiInteractionListFoldersQuery, GetApiInteractionListFoldersRes, GetApiUserGetGuestIdentityQuery, GetApiUserGetGuestIdentityRes, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserEditInfoRes, GetApiUserGetUserInfoQuery, GetApiUserGetUserInfoRes, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetUserPrivacySettingsRes, GetApiUserViewUserInfoQuery, GetApiUserViewUserInfoRes, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityAddContentToCollectionRes, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCollectionRes, PostApiCommunityCreateCommentReqBody, PostApiCommunityCreateCommentRes, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCollectionRes, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteCommentRes, PostApiCommunityDeleteContentReqBody, PostApiCommunityDeleteContentRes, PostApiCommunityDislikeCommentReqBody, PostApiCommunityDislikeCommentRes, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityGetUploadPresignedURLRes, PostApiCommunityLikeCommentReqBody, PostApiCommunityLikeCommentRes, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityMoveCollectionContentRes, PostApiCommunityPublishContentReqBody, PostApiCommunityPublishContentRes, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunityRemoveContentFromCollectionRes, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoRes, PostApiCommunityShareContentReqBody, PostApiCommunityShareContentRes, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunitySubscribeCollectionRes, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateCollectionRes, PostApiCommunityUpdateContentReqBody, PostApiCommunityUpdateContentRes, PostApiCommunityUploadMediaReqBody, PostApiCommunityUploadMediaRes, PostApiContentBatchGetVideoDetailReqBody, PostApiContentBatchGetVideoDetailRes, PostApiContentGetNewstVideoListReqBody, PostApiContentGetNewstVideoListRes, PostApiContentGetPopularVideoListReqBody, PostApiContentGetPopularVideoListRes, PostApiContentGetTopRatedVideoListReqBody, PostApiContentGetTopRatedVideoListRes, PostApiInteractionAddCollectReqBody, PostApiInteractionAddCollectRes, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchClearBrowseRes, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteCollectsRes, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetCommentLikeStatusRes, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetFollowStatsRes, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchGetLikeStatusRes, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBatchQueryContentInteractionsRes, PostApiInteractionBrowseReqBody, PostApiInteractionBrowseRes, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelDislikeRes, PostApiInteractionCancelLikeReqBody, PostApiInteractionCancelLikeRes, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckCollectRes, PostApiInteractionCheckFollowReqBody, PostApiInteractionCheckFollowRes, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionClearBrowseHistoryRes, PostApiInteractionCreateFolderReqBody, PostApiInteractionCreateFolderRes, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteBrowseRecordRes, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDeleteFolderRes, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeCommentRes, PostApiInteractionDislikeReqBody, PostApiInteractionDislikeRes, PostApiInteractionFollowReqBody, PostApiInteractionFollowRes, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeCommentRes, PostApiInteractionLikeReqBody, PostApiInteractionLikeRes, PostApiInteractionMoveCollectsReqBody, PostApiInteractionMoveCollectsRes, PostApiInteractionRemoveCollectReqBody, PostApiInteractionRemoveCollectRes, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionTrackEventsBatchRes, PostApiInteractionUnfollowReqBody, PostApiInteractionUnfollowRes, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUnifiedBatchLikeDislikeRes, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFolderRes, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeRes, PostApiUserEditUserInfoReqBody, PostApiUserEditUserInfoRes, PostApiUserLoginReqBody, PostApiUserLoginRes, PostApiUserRegisterByVerifyEmailCodeReqBody, PostApiUserRegisterByVerifyEmailCodeRes, PostApiUserRegisterReqBody, PostApiUserRegisterRes, PostApiUserResetForgetPasswordReqBody, PostApiUserResetForgetPasswordRes, PostApiUserResetPasswordReqBody, PostApiUserResetPasswordRes, PostApiUserSendEmailCodeReqBody, PostApiUserSendEmailCodeRes, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendForgetEmailCodeRes, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeRes, PostApiUserUploadUserBgImageReqBody, PostApiUserUploadUserBgImageRes, PostApiUserUserFeedbackReqBody, PostApiUserUserFeedbackRes, PostApiUserUserPrivacySettingsReqBody, PostApiUserUserPrivacySettingsRes, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyEmailCodeRes, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeRes, PostApiUserVerifyResetPasswordEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeRes } from "../../types.mjs";
|
|
2
|
+
import { GetApiCommerceQueryOrderResultQuery, GetApiCommerceQueryOrderResultRes, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCollectionInfoRes, GetApiCommunityGetCommentsQuery, GetApiCommunityGetCommentsRes, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentInfoRes, GetApiCommunityGetContentListQuery, GetApiCommunityGetContentListRes, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetHotContentListRes, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetSubscribedCollectionsRes, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityGetUserCollectionsRes, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAdvertiseByCodeRes, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockDataRes, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelBlockRes, GetApiContentGetAppChannelsQuery, GetApiContentGetAppChannelsRes, GetApiContentGetAppComponentRes, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetGuessYouLikeVideosRes, GetApiContentGetHotVideoListQuery, GetApiContentGetHotVideoListRes, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendSearchListRes, GetApiContentGetRecommendVideoListQuery, GetApiContentGetRecommendVideoListRes, GetApiContentGetSeoConfigQuery, GetApiContentGetSeoConfigRes, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailByApiRes, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoDetailRes, GetApiContentListVisibleFloatingBallQuery, GetApiContentListVisibleFloatingBallRes, GetApiContentProcessM3u8Query, GetApiContentProcessM3u8Res, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionCheckMutualFollowRes, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetBrowseListRes, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentDislikeListRes, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetContentLikeListRes, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetDislikeListRes, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderRes, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFolderStatsRes, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowStatsRes, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowerListRes, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingContentListRes, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingListRes, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetFollowingUserUpdatesRes, GetApiInteractionGetLikeListQuery, GetApiInteractionGetLikeListRes, GetApiInteractionListCollectsQuery, GetApiInteractionListCollectsRes, GetApiInteractionListFoldersQuery, GetApiInteractionListFoldersRes, GetApiUserGetGuestIdentityQuery, GetApiUserGetGuestIdentityRes, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserEditInfoRes, GetApiUserGetUserInfoQuery, GetApiUserGetUserInfoRes, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetUserPrivacySettingsRes, GetApiUserViewUserInfoQuery, GetApiUserViewUserInfoRes, PostApiCommerceCreatePaymentReqBody, PostApiCommerceCreatePaymentRes, PostApiCommerceGetPaymentMethodsReqBody, PostApiCommerceGetPaymentMethodsRes, PostApiCommercePaymentSuccessCallbackReqBody, PostApiCommercePaymentSuccessCallbackRes, PostApiCommerceRefundCallbackReqBody, PostApiCommerceRefundCallbackRes, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityAddContentToCollectionRes, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCollectionRes, PostApiCommunityCreateCommentReqBody, PostApiCommunityCreateCommentRes, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCollectionRes, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteCommentRes, PostApiCommunityDeleteContentReqBody, PostApiCommunityDeleteContentRes, PostApiCommunityDislikeCommentReqBody, PostApiCommunityDislikeCommentRes, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityGetUploadPresignedURLRes, PostApiCommunityLikeCommentReqBody, PostApiCommunityLikeCommentRes, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityMoveCollectionContentRes, PostApiCommunityPublishContentReqBody, PostApiCommunityPublishContentRes, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunityRemoveContentFromCollectionRes, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoRes, PostApiCommunityShareContentReqBody, PostApiCommunityShareContentRes, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunitySubscribeCollectionRes, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateCollectionRes, PostApiCommunityUpdateContentReqBody, PostApiCommunityUpdateContentRes, PostApiCommunityUploadMediaReqBody, PostApiCommunityUploadMediaRes, PostApiContentBatchGetVideoDetailReqBody, PostApiContentBatchGetVideoDetailRes, PostApiContentGetNewstVideoListReqBody, PostApiContentGetNewstVideoListRes, PostApiContentGetPopularVideoListReqBody, PostApiContentGetPopularVideoListRes, PostApiContentGetTopRatedVideoListReqBody, PostApiContentGetTopRatedVideoListRes, PostApiInteractionAddCollectReqBody, PostApiInteractionAddCollectRes, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchClearBrowseRes, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteCollectsRes, PostApiInteractionBatchDeleteFoldersReqBody, PostApiInteractionBatchDeleteFoldersRes, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetCommentLikeStatusRes, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetFollowStatsRes, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchGetLikeStatusRes, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBatchQueryContentInteractionsRes, PostApiInteractionBrowseReqBody, PostApiInteractionBrowseRes, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelDislikeRes, PostApiInteractionCancelLikeReqBody, PostApiInteractionCancelLikeRes, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckCollectRes, PostApiInteractionCheckFollowReqBody, PostApiInteractionCheckFollowRes, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionClearBrowseHistoryRes, PostApiInteractionCreateFolderReqBody, PostApiInteractionCreateFolderRes, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteBrowseRecordRes, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDeleteFolderRes, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeCommentRes, PostApiInteractionDislikeReqBody, PostApiInteractionDislikeRes, PostApiInteractionFollowReqBody, PostApiInteractionFollowRes, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeCommentRes, PostApiInteractionLikeReqBody, PostApiInteractionLikeRes, PostApiInteractionMoveCollectsReqBody, PostApiInteractionMoveCollectsRes, PostApiInteractionRemoveCollectReqBody, PostApiInteractionRemoveCollectRes, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionTrackEventsBatchRes, PostApiInteractionUnfollowReqBody, PostApiInteractionUnfollowRes, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUnifiedBatchLikeDislikeRes, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFolderRes, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeRes, PostApiUserEditUserInfoReqBody, PostApiUserEditUserInfoRes, PostApiUserLoginReqBody, PostApiUserLoginRes, PostApiUserRegisterByVerifyEmailCodeReqBody, PostApiUserRegisterByVerifyEmailCodeRes, PostApiUserRegisterReqBody, PostApiUserRegisterRes, PostApiUserResetForgetPasswordReqBody, PostApiUserResetForgetPasswordRes, PostApiUserResetPasswordReqBody, PostApiUserResetPasswordRes, PostApiUserSendEmailCodeReqBody, PostApiUserSendEmailCodeRes, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendForgetEmailCodeRes, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeRes, PostApiUserUploadUserBgImageReqBody, PostApiUserUploadUserBgImageRes, PostApiUserUserFeedbackReqBody, PostApiUserUserFeedbackRes, PostApiUserUserPrivacySettingsReqBody, PostApiUserUserPrivacySettingsRes, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyEmailCodeRes, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeRes, PostApiUserVerifyResetPasswordEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeRes } from "../../types.mjs";
|
|
3
3
|
import { RequestConfig, ResponseData } from "../../utils/http.mjs";
|
|
4
4
|
|
|
5
5
|
//#region service/generated/client.d.ts
|
|
@@ -168,6 +168,10 @@ declare function pContentBatchGetVideoDetail(data: PostApiContentBatchGetVideoDe
|
|
|
168
168
|
* 高分视频列表(按score排序,游标分页)
|
|
169
169
|
*/
|
|
170
170
|
declare function pContentGetTopRatedVideoList(data: PostApiContentGetTopRatedVideoListReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiContentGetTopRatedVideoListRes>>;
|
|
171
|
+
/**
|
|
172
|
+
* 查询SEO配置
|
|
173
|
+
*/
|
|
174
|
+
declare function gContentGetSeoConfig(query?: GetApiContentGetSeoConfigQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiContentGetSeoConfigRes>>;
|
|
171
175
|
/**
|
|
172
176
|
* 处理 M3U8 文件。底层调用 gRPC ContentService.ProcessM3u8 方法。返回处理后的 M3U8 文件内容。
|
|
173
177
|
*/
|
|
@@ -344,6 +348,10 @@ declare function gInteractionGetFollowingContentList(query?: GetApiInteractionGe
|
|
|
344
348
|
* 批量埋点上报(异步写入 Kafka)
|
|
345
349
|
*/
|
|
346
350
|
declare function pInteractionTrackEventsBatch(data: PostApiInteractionTrackEventsBatchReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionTrackEventsBatchRes>>;
|
|
351
|
+
/**
|
|
352
|
+
* 批量删除收藏夹
|
|
353
|
+
*/
|
|
354
|
+
declare function pInteractionBatchDeleteFolders(data: PostApiInteractionBatchDeleteFoldersReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiInteractionBatchDeleteFoldersRes>>;
|
|
347
355
|
/**
|
|
348
356
|
* 获取游客身份
|
|
349
357
|
*/
|
|
@@ -424,5 +432,25 @@ declare function gUserViewUserInfo(query?: GetApiUserViewUserInfoQuery, config?:
|
|
|
424
432
|
* 注册通过验证注册邮箱验证码
|
|
425
433
|
*/
|
|
426
434
|
declare function pUserRegisterByVerifyEmailCode(data: PostApiUserRegisterByVerifyEmailCodeReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiUserRegisterByVerifyEmailCodeRes>>;
|
|
435
|
+
/**
|
|
436
|
+
* 发起支付
|
|
437
|
+
*/
|
|
438
|
+
declare function pCommerceCreatePayment(data: PostApiCommerceCreatePaymentReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommerceCreatePaymentRes>>;
|
|
439
|
+
/**
|
|
440
|
+
* 查询订单结果
|
|
441
|
+
*/
|
|
442
|
+
declare function gCommerceQueryOrderResult(query?: GetApiCommerceQueryOrderResultQuery, config?: ExtraRequestConfig): Promise<ResponseData<GetApiCommerceQueryOrderResultRes>>;
|
|
443
|
+
/**
|
|
444
|
+
* 获取支付方式
|
|
445
|
+
*/
|
|
446
|
+
declare function pCommerceGetPaymentMethods(data: PostApiCommerceGetPaymentMethodsReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommerceGetPaymentMethodsRes>>;
|
|
447
|
+
/**
|
|
448
|
+
* 支付成功回调
|
|
449
|
+
*/
|
|
450
|
+
declare function pCommercePaymentSuccessCallback(data: PostApiCommercePaymentSuccessCallbackReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommercePaymentSuccessCallbackRes>>;
|
|
451
|
+
/**
|
|
452
|
+
* 退款回调
|
|
453
|
+
*/
|
|
454
|
+
declare function pCommerceRefundCallback(data: PostApiCommerceRefundCallbackReqBody, config?: ExtraRequestConfig): Promise<ResponseData<PostApiCommerceRefundCallbackRes>>;
|
|
427
455
|
//#endregion
|
|
428
|
-
export { gCommunityGetCollectionInfo, gCommunityGetComments, gCommunityGetContentInfo, gCommunityGetContentList, gCommunityGetHotContentList, gCommunityGetSubscribedCollections, gCommunityGetUserCollections, gContentGetAdvertiseByCode, gContentGetAppChannelBlock, gContentGetAppChannelBlockData, gContentGetAppChannels, gContentGetAppComponent, gContentGetGuessYouLikeVideos, gContentGetHotVideoList, gContentGetRecommendSearchList, gContentGetRecommendVideoList, gContentGetVideoDetail, gContentGetVideoDetailByApi, gContentListVisibleFloatingBall, gContentProcessM3u8, gInteractionCheckMutualFollow, gInteractionGetBrowseList, gInteractionGetContentDislikeList, gInteractionGetContentLikeList, gInteractionGetDislikeList, gInteractionGetFolder, gInteractionGetFolderStats, gInteractionGetFollowStats, gInteractionGetFollowerList, gInteractionGetFollowingContentList, gInteractionGetFollowingList, gInteractionGetFollowingUserUpdates, gInteractionGetLikeList, gInteractionListCollects, gInteractionListFolders, gUserGetGuestIdentity, gUserGetUserEditInfo, gUserGetUserInfo, gUserGetUserPrivacySettings, gUserViewUserInfo, pCommunityAddContentToCollection, pCommunityCreateCollection, pCommunityCreateComment, pCommunityDeleteCollection, pCommunityDeleteComment, pCommunityDeleteContent, pCommunityDislikeComment, pCommunityGetUploadPresignedURL, pCommunityLikeComment, pCommunityMoveCollectionContent, pCommunityPublishContent, pCommunityRemoveContentFromCollection, pCommunitySearchCurAccountFollowingUsersInfo, pCommunityShareContent, pCommunitySubscribeCollection, pCommunityUpdateCollection, pCommunityUpdateContent, pCommunityUploadMedia, pContentBatchGetVideoDetail, pContentGetNewstVideoList, pContentGetPopularVideoList, pContentGetTopRatedVideoList, pInteractionAddCollect, pInteractionBatchClearBrowse, pInteractionBatchDeleteCollects, 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 };
|
|
456
|
+
export { 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, pCommunityCreateCollection, pCommunityCreateComment, pCommunityDeleteCollection, pCommunityDeleteComment, pCommunityDeleteContent, pCommunityDislikeComment, pCommunityGetUploadPresignedURL, pCommunityLikeComment, pCommunityMoveCollectionContent, pCommunityPublishContent, pCommunityRemoveContentFromCollection, pCommunitySearchCurAccountFollowingUsersInfo, pCommunityShareContent, pCommunitySubscribeCollection, pCommunityUpdateCollection, pCommunityUpdateContent, pCommunityUploadMedia, pContentBatchGetVideoDetail, pContentGetNewstVideoList, pContentGetPopularVideoList, pContentGetTopRatedVideoList, 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 };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
import e from"../../utils/http.mjs";async function t(t,n){return e.request({...n??{},url:`/api/community/publishContent`,method:`POST`,data:t})}async function n(t,n){return e.request({...n??{},url:`/api/community/getContentInfo`,method:`GET`,params:t})}async function ee(t,n){return e.request({...n??{},url:`/api/community/getContentList`,method:`GET`,params:t})}async function te(t,n){return e.request({...n??{},url:`/api/community/deleteContent`,method:`POST`,data:t})}async function r(t,n){return e.request({...n??{},url:`/api/community/updateContent`,method:`POST`,data:t})}async function i(t,n){return e.request({...n??{},url:`/api/community/createCollection`,method:`POST`,data:t})}async function a(t,n){return e.request({...n??{},url:`/api/community/getCollectionInfo`,method:`GET`,params:t})}async function o(t,n){return e.request({...n??{},url:`/api/community/getUserCollections`,method:`GET`,params:t})}async function s(t,n){return e.request({...n??{},url:`/api/community/addContentToCollection`,method:`POST`,data:t})}async function c(t,n){return e.request({...n??{},url:`/api/community/deleteCollection`,method:`POST`,data:t})}async function l(t,n){return e.request({...n??{},url:`/api/community/subscribeCollection`,method:`POST`,data:t})}async function u(t,n){return e.request({...n??{},url:`/api/community/getSubscribedCollections`,method:`GET`,params:t})}async function d(t,n){return e.request({...n??{},url:`/api/community/updateCollection`,method:`POST`,data:t})}async function f(t,n){return e.request({...n??{},url:`/api/community/removeContentFromCollection`,method:`POST`,data:t})}async function p(t,n){return e.request({...n??{},url:`/api/community/moveCollectionContent`,method:`POST`,data:t})}async function m(t,n){return e.request({...n??{},url:`/api/community/uploadMedia`,method:`POST`,data:t})}async function h(t,n){return e.request({...n??{},url:`/api/community/getUploadPresignedURL`,method:`POST`,data:t})}async function g(t,n){return e.request({...n??{},url:`/api/community/createComment`,method:`POST`,data:t})}async function _(t,n){return e.request({...n??{},url:`/api/community/getComments`,method:`GET`,params:t})}async function v(t,n){return e.request({...n??{},url:`/api/community/deleteComment`,method:`POST`,data:t})}async function y(t,n){return e.request({...n??{},url:`/api/community/likeComment`,method:`POST`,data:t})}async function b(t,n){return e.request({...n??{},url:`/api/community/dislikeComment`,method:`POST`,data:t})}async function x(t,n){return e.request({...n??{},url:`/api/community/shareContent`,method:`POST`,data:t})}async function S(t,n){return e.request({...n??{},url:`/api/community/searchCurAccountFollowingUsersInfo`,method:`POST`,data:t})}async function C(t,n){return e.request({...n??{},url:`/api/community/getHotContentList`,method:`GET`,params:t})}async function w(t,n){return e.request({...n??{},url:`/api/content/getVideoDetailByApi`,method:`GET`,params:t})}async function T(t,n){return e.request({...n??{},url:`/api/content/getVideoDetail`,method:`GET`,params:t})}async function E(t,n){return e.request({...n??{},url:`/api/content/getRecommendSearchList`,method:`GET`,params:t})}async function D(t,n){return e.request({...n??{},url:`/api/content/getHotVideoList`,method:`GET`,params:t})}async function O(t,n){return e.request({...n??{},url:`/api/content/getRecommendVideoList`,method:`GET`,params:t})}async function k(t,n){return e.request({...n??{},url:`/api/content/getAppChannels`,method:`GET`,params:t})}async function A(t,n){return e.request({...n??{},url:`/api/content/getAppChannelBlock`,method:`GET`,params:t})}async function j(t,n){return e.request({...n??{},url:`/api/content/getAppChannelBlockData`,method:`GET`,params:t})}async function M(t,n){return e.request({...n??{},url:`/api/content/getNewstVideoList`,method:`POST`,data:t})}async function N(t,n){return e.request({...n??{},url:`/api/content/getPopularVideoList`,method:`POST`,data:t})}async function P(t,n){return e.request({...n??{},url:`/api/content/listVisibleFloatingBall`,method:`GET`,params:t})}async function F(t,n){return e.request({...n??{},url:`/api/content/getGuessYouLikeVideos`,method:`GET`,params:t})}async function I(t,n){return e.request({...n??{},url:`/api/content/getAdvertiseByCode`,method:`GET`,params:t})}async function L(t){return e.request({...t??{},url:`/api/content/getAppComponent`,method:`GET`})}async function R(t,n){return e.request({...n??{},url:`/api/content/batchGetVideoDetail`,method:`POST`,data:t})}async function z(t,n){return e.request({...n??{},url:`/api/content/getTopRatedVideoList`,method:`POST`,data:t})}async function B(t,n){return e.request({...n??{},url:`/api/content/processM3u8`,method:`GET`,params:t})}async function V(t,n){return e.request({...n??{},url:`/api/interaction/like`,method:`POST`,data:t})}async function H(t,n){return e.request({...n??{},url:`/api/interaction/dislike`,method:`POST`,data:t})}async function U(t,n){return e.request({...n??{},url:`/api/interaction/cancelLike`,method:`POST`,data:t})}async function W(t,n){return e.request({...n??{},url:`/api/interaction/cancelDislike`,method:`POST`,data:t})}async function G(t,n){return e.request({...n??{},url:`/api/interaction/getLikeList`,method:`GET`,params:t})}async function K(t,n){return e.request({...n??{},url:`/api/interaction/getDislikeList`,method:`GET`,params:t})}async function q(t,n){return e.request({...n??{},url:`/api/interaction/getContentLikeList`,method:`GET`,params:t})}async function J(t,n){return e.request({...n??{},url:`/api/interaction/getContentDislikeList`,method:`GET`,params:t})}async function Y(t,n){return e.request({...n??{},url:`/api/interaction/unifiedBatchLikeDislike`,method:`POST`,data:t})}async function X(t,n){return e.request({...n??{},url:`/api/interaction/likeComment`,method:`POST`,data:t})}async function Z(t,n){return e.request({...n??{},url:`/api/interaction/dislikeComment`,method:`POST`,data:t})}async function Q(t,n){return e.request({...n??{},url:`/api/interaction/batchGetCommentLikeStatus`,method:`POST`,data:t})}async function ne(t,n){return e.request({...n??{},url:`/api/interaction/browse`,method:`POST`,data:t})}async function $(t,n){return e.request({...n??{},url:`/api/interaction/getBrowseList`,method:`GET`,params:t})}async function re(t,n){return e.request({...n??{},url:`/api/interaction/deleteBrowseRecord`,method:`POST`,data:t})}async function ie(t,n){return e.request({...n??{},url:`/api/interaction/clearBrowseHistory`,method:`POST`,data:t})}async function ae(t,n){return e.request({...n??{},url:`/api/interaction/batchClearBrowse`,method:`POST`,data:t})}async function oe(t,n){return e.request({...n??{},url:`/api/interaction/createFolder`,method:`POST`,data:t})}async function se(t,n){return e.request({...n??{},url:`/api/interaction/updateFolder`,method:`POST`,data:t})}async function ce(t,n){return e.request({...n??{},url:`/api/interaction/deleteFolder`,method:`POST`,data:t})}async function le(t,n){return e.request({...n??{},url:`/api/interaction/listFolders`,method:`GET`,params:t})}async function ue(t,n){return e.request({...n??{},url:`/api/interaction/getFolder`,method:`GET`,params:t})}async function de(t,n){return e.request({...n??{},url:`/api/interaction/getFolderStats`,method:`GET`,params:t})}async function fe(t,n){return e.request({...n??{},url:`/api/interaction/addCollect`,method:`POST`,data:t})}async function pe(t,n){return e.request({...n??{},url:`/api/interaction/removeCollect`,method:`POST`,data:t})}async function me(t,n){return e.request({...n??{},url:`/api/interaction/listCollects`,method:`GET`,params:t})}async function he(t,n){return e.request({...n??{},url:`/api/interaction/moveCollects`,method:`POST`,data:t})}async function ge(t,n){return e.request({...n??{},url:`/api/interaction/checkCollect`,method:`POST`,data:t})}async function _e(t,n){return e.request({...n??{},url:`/api/interaction/batchDeleteCollects`,method:`POST`,data:t})}async function ve(t,n){return e.request({...n??{},url:`/api/interaction/batchQueryContentInteractions`,method:`POST`,data:t})}async function ye(t,n){return e.request({...n??{},url:`/api/interaction/batchGetLikeStatus`,method:`POST`,data:t})}async function be(t,n){return e.request({...n??{},url:`/api/interaction/follow`,method:`POST`,data:t})}async function xe(t,n){return e.request({...n??{},url:`/api/interaction/unfollow`,method:`POST`,data:t})}async function Se(t,n){return e.request({...n??{},url:`/api/interaction/checkFollow`,method:`POST`,data:t})}async function Ce(t,n){return e.request({...n??{},url:`/api/interaction/getFollowingList`,method:`GET`,params:t})}async function we(t,n){return e.request({...n??{},url:`/api/interaction/getFollowerList`,method:`GET`,params:t})}async function Te(t,n){return e.request({...n??{},url:`/api/interaction/getFollowStats`,method:`GET`,params:t})}async function Ee(t,n){return e.request({...n??{},url:`/api/interaction/batchGetFollowStats`,method:`POST`,data:t})}async function De(t,n){return e.request({...n??{},url:`/api/interaction/checkMutualFollow`,method:`GET`,params:t})}async function Oe(t,n){return e.request({...n??{},url:`/api/interaction/getFollowingUserUpdates`,method:`GET`,params:t})}async function ke(t,n){return e.request({...n??{},url:`/api/interaction/updateFollowingContentUpdateTime`,method:`POST`,data:t})}async function Ae(t,n){return e.request({...n??{},url:`/api/interaction/getFollowingContentList`,method:`GET`,params:t})}async function je(t,n){return e.request({...n??{},url:`/api/interaction/trackEventsBatch`,method:`POST`,data:t})}async function Me(t,n){return e.request({...n??{},url:`/api/user/getGuestIdentity`,method:`GET`,params:t})}async function Ne(t,n){return e.request({...n??{},url:`/api/user/login`,method:`POST`,data:t})}async function Pe(t,n){return e.request({...n??{},url:`/api/user/sendEmailCode`,method:`POST`,data:t})}async function Fe(t,n){return e.request({...n??{},url:`/api/user/verifyEmailCode`,method:`POST`,data:t})}async function Ie(t,n){return e.request({...n??{},url:`/api/user/register`,method:`POST`,data:t})}async function Le(t,n){return e.request({...n??{},url:`/api/user/resetPassword`,method:`POST`,data:t})}async function Re(t,n){return e.request({...n??{},url:`/api/user/sendResetPasswordEmailCode`,method:`POST`,data:t})}async function ze(t,n){return e.request({...n??{},url:`/api/user/verifyResetPasswordEmailCode`,method:`POST`,data:t})}async function Be(t,n){return e.request({...n??{},url:`/api/user/resetForgetPassword`,method:`POST`,data:t})}async function Ve(t,n){return e.request({...n??{},url:`/api/user/sendForgetEmailCode`,method:`POST`,data:t})}async function He(t,n){return e.request({...n??{},url:`/api/user/verifyForgetEmailCode`,method:`POST`,data:t})}async function Ue(t,n){return e.request({...n??{},url:`/api/user/getUserInfo`,method:`GET`,params:t})}async function We(t,n){return e.request({...n??{},url:`/api/user/getUserEditInfo`,method:`GET`,params:t})}async function Ge(t,n){return e.request({...n??{},url:`/api/user/editUserInfo`,method:`POST`,data:t})}async function Ke(t,n){return e.request({...n??{},url:`/api/user/userFeedback`,method:`POST`,data:t})}async function qe(t,n){return e.request({...n??{},url:`/api/user/getUserPrivacySettings`,method:`GET`,params:t})}async function Je(t,n){return e.request({...n??{},url:`/api/user/userPrivacySettings`,method:`POST`,data:t})}async function Ye(t,n){return e.request({...n??{},url:`/api/user/uploadUserBgImage`,method:`POST`,data:t})}async function Xe(t,n){return e.request({...n??{},url:`/api/user/viewUserInfo`,method:`GET`,params:t})}async function Ze(t,n){return e.request({...n??{},url:`/api/user/registerByVerifyEmailCode`,method:`POST`,data:t})}export{a as gCommunityGetCollectionInfo,_ as gCommunityGetComments,n as gCommunityGetContentInfo,ee as gCommunityGetContentList,C as gCommunityGetHotContentList,u as gCommunityGetSubscribedCollections,o as gCommunityGetUserCollections,I as gContentGetAdvertiseByCode,A as gContentGetAppChannelBlock,j as gContentGetAppChannelBlockData,k as gContentGetAppChannels,L as gContentGetAppComponent,F as gContentGetGuessYouLikeVideos,D as gContentGetHotVideoList,E as gContentGetRecommendSearchList,O as gContentGetRecommendVideoList,T as gContentGetVideoDetail,w as gContentGetVideoDetailByApi,P as gContentListVisibleFloatingBall,B as gContentProcessM3u8,De as gInteractionCheckMutualFollow,$ as gInteractionGetBrowseList,J as gInteractionGetContentDislikeList,q as gInteractionGetContentLikeList,K as gInteractionGetDislikeList,ue as gInteractionGetFolder,de as gInteractionGetFolderStats,Te as gInteractionGetFollowStats,we as gInteractionGetFollowerList,Ae as gInteractionGetFollowingContentList,Ce as gInteractionGetFollowingList,Oe as gInteractionGetFollowingUserUpdates,G as gInteractionGetLikeList,me as gInteractionListCollects,le as gInteractionListFolders,Me as gUserGetGuestIdentity,We as gUserGetUserEditInfo,Ue as gUserGetUserInfo,qe as gUserGetUserPrivacySettings,Xe as gUserViewUserInfo,s as pCommunityAddContentToCollection,i as pCommunityCreateCollection,g as pCommunityCreateComment,c as pCommunityDeleteCollection,v as pCommunityDeleteComment,te as pCommunityDeleteContent,b as pCommunityDislikeComment,h as pCommunityGetUploadPresignedURL,y as pCommunityLikeComment,p as pCommunityMoveCollectionContent,t as pCommunityPublishContent,f as pCommunityRemoveContentFromCollection,S as pCommunitySearchCurAccountFollowingUsersInfo,x as pCommunityShareContent,l as pCommunitySubscribeCollection,d as pCommunityUpdateCollection,r as pCommunityUpdateContent,m as pCommunityUploadMedia,R as pContentBatchGetVideoDetail,M as pContentGetNewstVideoList,N as pContentGetPopularVideoList,z as pContentGetTopRatedVideoList,fe as pInteractionAddCollect,ae as pInteractionBatchClearBrowse,_e as pInteractionBatchDeleteCollects,Q as pInteractionBatchGetCommentLikeStatus,Ee as pInteractionBatchGetFollowStats,ye as pInteractionBatchGetLikeStatus,ve as pInteractionBatchQueryContentInteractions,ne as pInteractionBrowse,W as pInteractionCancelDislike,U as pInteractionCancelLike,ge as pInteractionCheckCollect,Se as pInteractionCheckFollow,ie as pInteractionClearBrowseHistory,oe as pInteractionCreateFolder,re as pInteractionDeleteBrowseRecord,ce as pInteractionDeleteFolder,H as pInteractionDislike,Z as pInteractionDislikeComment,be as pInteractionFollow,V as pInteractionLike,X as pInteractionLikeComment,he as pInteractionMoveCollects,pe as pInteractionRemoveCollect,je as pInteractionTrackEventsBatch,xe as pInteractionUnfollow,Y as pInteractionUnifiedBatchLikeDislike,se as pInteractionUpdateFolder,ke as pInteractionUpdateFollowingContentUpdateTime,Ge as pUserEditUserInfo,Ne as pUserLogin,Ie as pUserRegister,Ze as pUserRegisterByVerifyEmailCode,Be as pUserResetForgetPassword,Le as pUserResetPassword,Pe as pUserSendEmailCode,Ve as pUserSendForgetEmailCode,Re as pUserSendResetPasswordEmailCode,Ye as pUserUploadUserBgImage,Ke as pUserUserFeedback,Je as pUserUserPrivacySettings,Fe as pUserVerifyEmailCode,He as pUserVerifyForgetEmailCode,ze as pUserVerifyResetPasswordEmailCode};
|
|
2
|
+
import e from"../../utils/http.mjs";async function t(t,n){return e.request({...n??{},url:`/api/community/publishContent`,method:`POST`,data:t})}async function n(t,n){return e.request({...n??{},url:`/api/community/getContentInfo`,method:`GET`,params:t})}async function ee(t,n){return e.request({...n??{},url:`/api/community/getContentList`,method:`GET`,params:t})}async function te(t,n){return e.request({...n??{},url:`/api/community/deleteContent`,method:`POST`,data:t})}async function r(t,n){return e.request({...n??{},url:`/api/community/updateContent`,method:`POST`,data:t})}async function i(t,n){return e.request({...n??{},url:`/api/community/createCollection`,method:`POST`,data:t})}async function a(t,n){return e.request({...n??{},url:`/api/community/getCollectionInfo`,method:`GET`,params:t})}async function o(t,n){return e.request({...n??{},url:`/api/community/getUserCollections`,method:`GET`,params:t})}async function s(t,n){return e.request({...n??{},url:`/api/community/addContentToCollection`,method:`POST`,data:t})}async function c(t,n){return e.request({...n??{},url:`/api/community/deleteCollection`,method:`POST`,data:t})}async function l(t,n){return e.request({...n??{},url:`/api/community/subscribeCollection`,method:`POST`,data:t})}async function u(t,n){return e.request({...n??{},url:`/api/community/getSubscribedCollections`,method:`GET`,params:t})}async function d(t,n){return e.request({...n??{},url:`/api/community/updateCollection`,method:`POST`,data:t})}async function f(t,n){return e.request({...n??{},url:`/api/community/removeContentFromCollection`,method:`POST`,data:t})}async function p(t,n){return e.request({...n??{},url:`/api/community/moveCollectionContent`,method:`POST`,data:t})}async function m(t,n){return e.request({...n??{},url:`/api/community/uploadMedia`,method:`POST`,data:t})}async function h(t,n){return e.request({...n??{},url:`/api/community/getUploadPresignedURL`,method:`POST`,data:t})}async function g(t,n){return e.request({...n??{},url:`/api/community/createComment`,method:`POST`,data:t})}async function _(t,n){return e.request({...n??{},url:`/api/community/getComments`,method:`GET`,params:t})}async function v(t,n){return e.request({...n??{},url:`/api/community/deleteComment`,method:`POST`,data:t})}async function y(t,n){return e.request({...n??{},url:`/api/community/likeComment`,method:`POST`,data:t})}async function b(t,n){return e.request({...n??{},url:`/api/community/dislikeComment`,method:`POST`,data:t})}async function x(t,n){return e.request({...n??{},url:`/api/community/shareContent`,method:`POST`,data:t})}async function S(t,n){return e.request({...n??{},url:`/api/community/searchCurAccountFollowingUsersInfo`,method:`POST`,data:t})}async function C(t,n){return e.request({...n??{},url:`/api/community/getHotContentList`,method:`GET`,params:t})}async function w(t,n){return e.request({...n??{},url:`/api/content/getVideoDetailByApi`,method:`GET`,params:t})}async function T(t,n){return e.request({...n??{},url:`/api/content/getVideoDetail`,method:`GET`,params:t})}async function E(t,n){return e.request({...n??{},url:`/api/content/getRecommendSearchList`,method:`GET`,params:t})}async function D(t,n){return e.request({...n??{},url:`/api/content/getHotVideoList`,method:`GET`,params:t})}async function O(t,n){return e.request({...n??{},url:`/api/content/getRecommendVideoList`,method:`GET`,params:t})}async function k(t,n){return e.request({...n??{},url:`/api/content/getAppChannels`,method:`GET`,params:t})}async function A(t,n){return e.request({...n??{},url:`/api/content/getAppChannelBlock`,method:`GET`,params:t})}async function j(t,n){return e.request({...n??{},url:`/api/content/getAppChannelBlockData`,method:`GET`,params:t})}async function M(t,n){return e.request({...n??{},url:`/api/content/getNewstVideoList`,method:`POST`,data:t})}async function N(t,n){return e.request({...n??{},url:`/api/content/getPopularVideoList`,method:`POST`,data:t})}async function P(t,n){return e.request({...n??{},url:`/api/content/listVisibleFloatingBall`,method:`GET`,params:t})}async function F(t,n){return e.request({...n??{},url:`/api/content/getGuessYouLikeVideos`,method:`GET`,params:t})}async function I(t,n){return e.request({...n??{},url:`/api/content/getAdvertiseByCode`,method:`GET`,params:t})}async function L(t){return e.request({...t??{},url:`/api/content/getAppComponent`,method:`GET`})}async function R(t,n){return e.request({...n??{},url:`/api/content/batchGetVideoDetail`,method:`POST`,data:t})}async function z(t,n){return e.request({...n??{},url:`/api/content/getTopRatedVideoList`,method:`POST`,data:t})}async function B(t,n){return e.request({...n??{},url:`/api/content/getSeoConfig`,method:`GET`,params:t})}async function V(t,n){return e.request({...n??{},url:`/api/content/processM3u8`,method:`GET`,params:t})}async function H(t,n){return e.request({...n??{},url:`/api/interaction/like`,method:`POST`,data:t})}async function U(t,n){return e.request({...n??{},url:`/api/interaction/dislike`,method:`POST`,data:t})}async function W(t,n){return e.request({...n??{},url:`/api/interaction/cancelLike`,method:`POST`,data:t})}async function G(t,n){return e.request({...n??{},url:`/api/interaction/cancelDislike`,method:`POST`,data:t})}async function K(t,n){return e.request({...n??{},url:`/api/interaction/getLikeList`,method:`GET`,params:t})}async function q(t,n){return e.request({...n??{},url:`/api/interaction/getDislikeList`,method:`GET`,params:t})}async function J(t,n){return e.request({...n??{},url:`/api/interaction/getContentLikeList`,method:`GET`,params:t})}async function Y(t,n){return e.request({...n??{},url:`/api/interaction/getContentDislikeList`,method:`GET`,params:t})}async function X(t,n){return e.request({...n??{},url:`/api/interaction/unifiedBatchLikeDislike`,method:`POST`,data:t})}async function Z(t,n){return e.request({...n??{},url:`/api/interaction/likeComment`,method:`POST`,data:t})}async function Q(t,n){return e.request({...n??{},url:`/api/interaction/dislikeComment`,method:`POST`,data:t})}async function ne(t,n){return e.request({...n??{},url:`/api/interaction/batchGetCommentLikeStatus`,method:`POST`,data:t})}async function re(t,n){return e.request({...n??{},url:`/api/interaction/browse`,method:`POST`,data:t})}async function ie(t,n){return e.request({...n??{},url:`/api/interaction/getBrowseList`,method:`GET`,params:t})}async function ae(t,n){return e.request({...n??{},url:`/api/interaction/deleteBrowseRecord`,method:`POST`,data:t})}async function oe(t,n){return e.request({...n??{},url:`/api/interaction/clearBrowseHistory`,method:`POST`,data:t})}async function $(t,n){return e.request({...n??{},url:`/api/interaction/batchClearBrowse`,method:`POST`,data:t})}async function se(t,n){return e.request({...n??{},url:`/api/interaction/createFolder`,method:`POST`,data:t})}async function ce(t,n){return e.request({...n??{},url:`/api/interaction/updateFolder`,method:`POST`,data:t})}async function le(t,n){return e.request({...n??{},url:`/api/interaction/deleteFolder`,method:`POST`,data:t})}async function ue(t,n){return e.request({...n??{},url:`/api/interaction/listFolders`,method:`GET`,params:t})}async function de(t,n){return e.request({...n??{},url:`/api/interaction/getFolder`,method:`GET`,params:t})}async function fe(t,n){return e.request({...n??{},url:`/api/interaction/getFolderStats`,method:`GET`,params:t})}async function pe(t,n){return e.request({...n??{},url:`/api/interaction/addCollect`,method:`POST`,data:t})}async function me(t,n){return e.request({...n??{},url:`/api/interaction/removeCollect`,method:`POST`,data:t})}async function he(t,n){return e.request({...n??{},url:`/api/interaction/listCollects`,method:`GET`,params:t})}async function ge(t,n){return e.request({...n??{},url:`/api/interaction/moveCollects`,method:`POST`,data:t})}async function _e(t,n){return e.request({...n??{},url:`/api/interaction/checkCollect`,method:`POST`,data:t})}async function ve(t,n){return e.request({...n??{},url:`/api/interaction/batchDeleteCollects`,method:`POST`,data:t})}async function ye(t,n){return e.request({...n??{},url:`/api/interaction/batchQueryContentInteractions`,method:`POST`,data:t})}async function be(t,n){return e.request({...n??{},url:`/api/interaction/batchGetLikeStatus`,method:`POST`,data:t})}async function xe(t,n){return e.request({...n??{},url:`/api/interaction/follow`,method:`POST`,data:t})}async function Se(t,n){return e.request({...n??{},url:`/api/interaction/unfollow`,method:`POST`,data:t})}async function Ce(t,n){return e.request({...n??{},url:`/api/interaction/checkFollow`,method:`POST`,data:t})}async function we(t,n){return e.request({...n??{},url:`/api/interaction/getFollowingList`,method:`GET`,params:t})}async function Te(t,n){return e.request({...n??{},url:`/api/interaction/getFollowerList`,method:`GET`,params:t})}async function Ee(t,n){return e.request({...n??{},url:`/api/interaction/getFollowStats`,method:`GET`,params:t})}async function De(t,n){return e.request({...n??{},url:`/api/interaction/batchGetFollowStats`,method:`POST`,data:t})}async function Oe(t,n){return e.request({...n??{},url:`/api/interaction/checkMutualFollow`,method:`GET`,params:t})}async function ke(t,n){return e.request({...n??{},url:`/api/interaction/getFollowingUserUpdates`,method:`GET`,params:t})}async function Ae(t,n){return e.request({...n??{},url:`/api/interaction/updateFollowingContentUpdateTime`,method:`POST`,data:t})}async function je(t,n){return e.request({...n??{},url:`/api/interaction/getFollowingContentList`,method:`GET`,params:t})}async function Me(t,n){return e.request({...n??{},url:`/api/interaction/trackEventsBatch`,method:`POST`,data:t})}async function Ne(t,n){return e.request({...n??{},url:`/api/interaction/batchDeleteFolders`,method:`POST`,data:t})}async function Pe(t,n){return e.request({...n??{},url:`/api/user/getGuestIdentity`,method:`GET`,params:t})}async function Fe(t,n){return e.request({...n??{},url:`/api/user/login`,method:`POST`,data:t})}async function Ie(t,n){return e.request({...n??{},url:`/api/user/sendEmailCode`,method:`POST`,data:t})}async function Le(t,n){return e.request({...n??{},url:`/api/user/verifyEmailCode`,method:`POST`,data:t})}async function Re(t,n){return e.request({...n??{},url:`/api/user/register`,method:`POST`,data:t})}async function ze(t,n){return e.request({...n??{},url:`/api/user/resetPassword`,method:`POST`,data:t})}async function Be(t,n){return e.request({...n??{},url:`/api/user/sendResetPasswordEmailCode`,method:`POST`,data:t})}async function Ve(t,n){return e.request({...n??{},url:`/api/user/verifyResetPasswordEmailCode`,method:`POST`,data:t})}async function He(t,n){return e.request({...n??{},url:`/api/user/resetForgetPassword`,method:`POST`,data:t})}async function Ue(t,n){return e.request({...n??{},url:`/api/user/sendForgetEmailCode`,method:`POST`,data:t})}async function We(t,n){return e.request({...n??{},url:`/api/user/verifyForgetEmailCode`,method:`POST`,data:t})}async function Ge(t,n){return e.request({...n??{},url:`/api/user/getUserInfo`,method:`GET`,params:t})}async function Ke(t,n){return e.request({...n??{},url:`/api/user/getUserEditInfo`,method:`GET`,params:t})}async function qe(t,n){return e.request({...n??{},url:`/api/user/editUserInfo`,method:`POST`,data:t})}async function Je(t,n){return e.request({...n??{},url:`/api/user/userFeedback`,method:`POST`,data:t})}async function Ye(t,n){return e.request({...n??{},url:`/api/user/getUserPrivacySettings`,method:`GET`,params:t})}async function Xe(t,n){return e.request({...n??{},url:`/api/user/userPrivacySettings`,method:`POST`,data:t})}async function Ze(t,n){return e.request({...n??{},url:`/api/user/uploadUserBgImage`,method:`POST`,data:t})}async function Qe(t,n){return e.request({...n??{},url:`/api/user/viewUserInfo`,method:`GET`,params:t})}async function $e(t,n){return e.request({...n??{},url:`/api/user/registerByVerifyEmailCode`,method:`POST`,data:t})}async function et(t,n){return e.request({...n??{},url:`/api/commerce/createPayment`,method:`POST`,data:t})}async function tt(t,n){return e.request({...n??{},url:`/api/commerce/queryOrderResult`,method:`GET`,params:t})}async function nt(t,n){return e.request({...n??{},url:`/api/commerce/getPaymentMethods`,method:`POST`,data:t})}async function rt(t,n){return e.request({...n??{},url:`/api/commerce/paymentSuccessCallback`,method:`POST`,data:t})}async function it(t,n){return e.request({...n??{},url:`/api/commerce/refundCallback`,method:`POST`,data:t})}export{tt as gCommerceQueryOrderResult,a as gCommunityGetCollectionInfo,_ as gCommunityGetComments,n as gCommunityGetContentInfo,ee as gCommunityGetContentList,C as gCommunityGetHotContentList,u as gCommunityGetSubscribedCollections,o as gCommunityGetUserCollections,I as gContentGetAdvertiseByCode,A as gContentGetAppChannelBlock,j as gContentGetAppChannelBlockData,k as gContentGetAppChannels,L as gContentGetAppComponent,F as gContentGetGuessYouLikeVideos,D as gContentGetHotVideoList,E as gContentGetRecommendSearchList,O as gContentGetRecommendVideoList,B as gContentGetSeoConfig,T as gContentGetVideoDetail,w as gContentGetVideoDetailByApi,P as gContentListVisibleFloatingBall,V as gContentProcessM3u8,Oe as gInteractionCheckMutualFollow,ie as gInteractionGetBrowseList,Y as gInteractionGetContentDislikeList,J as gInteractionGetContentLikeList,q as gInteractionGetDislikeList,de as gInteractionGetFolder,fe as gInteractionGetFolderStats,Ee as gInteractionGetFollowStats,Te as gInteractionGetFollowerList,je as gInteractionGetFollowingContentList,we as gInteractionGetFollowingList,ke as gInteractionGetFollowingUserUpdates,K as gInteractionGetLikeList,he as gInteractionListCollects,ue as gInteractionListFolders,Pe as gUserGetGuestIdentity,Ke as gUserGetUserEditInfo,Ge as gUserGetUserInfo,Ye as gUserGetUserPrivacySettings,Qe as gUserViewUserInfo,et as pCommerceCreatePayment,nt as pCommerceGetPaymentMethods,rt as pCommercePaymentSuccessCallback,it as pCommerceRefundCallback,s as pCommunityAddContentToCollection,i as pCommunityCreateCollection,g as pCommunityCreateComment,c as pCommunityDeleteCollection,v as pCommunityDeleteComment,te as pCommunityDeleteContent,b as pCommunityDislikeComment,h as pCommunityGetUploadPresignedURL,y as pCommunityLikeComment,p as pCommunityMoveCollectionContent,t as pCommunityPublishContent,f as pCommunityRemoveContentFromCollection,S as pCommunitySearchCurAccountFollowingUsersInfo,x as pCommunityShareContent,l as pCommunitySubscribeCollection,d as pCommunityUpdateCollection,r as pCommunityUpdateContent,m as pCommunityUploadMedia,R as pContentBatchGetVideoDetail,M as pContentGetNewstVideoList,N as pContentGetPopularVideoList,z as pContentGetTopRatedVideoList,pe as pInteractionAddCollect,$ as pInteractionBatchClearBrowse,ve as pInteractionBatchDeleteCollects,Ne as pInteractionBatchDeleteFolders,ne as pInteractionBatchGetCommentLikeStatus,De as pInteractionBatchGetFollowStats,be as pInteractionBatchGetLikeStatus,ye as pInteractionBatchQueryContentInteractions,re as pInteractionBrowse,G as pInteractionCancelDislike,W as pInteractionCancelLike,_e as pInteractionCheckCollect,Ce as pInteractionCheckFollow,oe as pInteractionClearBrowseHistory,se as pInteractionCreateFolder,ae as pInteractionDeleteBrowseRecord,le as pInteractionDeleteFolder,U as pInteractionDislike,Q as pInteractionDislikeComment,xe as pInteractionFollow,H as pInteractionLike,Z as pInteractionLikeComment,ge as pInteractionMoveCollects,me as pInteractionRemoveCollect,Me as pInteractionTrackEventsBatch,Se as pInteractionUnfollow,X as pInteractionUnifiedBatchLikeDislike,ce as pInteractionUpdateFolder,Ae as pInteractionUpdateFollowingContentUpdateTime,qe as pUserEditUserInfo,Fe as pUserLogin,Re as pUserRegister,$e as pUserRegisterByVerifyEmailCode,He as pUserResetForgetPassword,ze as pUserResetPassword,Ie as pUserSendEmailCode,Ue as pUserSendForgetEmailCode,Be as pUserSendResetPasswordEmailCode,Ze as pUserUploadUserBgImage,Je as pUserUserFeedback,Xe as pUserUserPrivacySettings,Le as pUserVerifyEmailCode,We as pUserVerifyForgetEmailCode,Ve as pUserVerifyResetPasswordEmailCode};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCommentsQuery, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentListQuery, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetUserCollectionsQuery, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelsQuery, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetHotVideoListQuery, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendVideoListQuery, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailQuery, GetApiContentListVisibleFloatingBallQuery, GetApiContentProcessM3u8Query, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetLikeListQuery, GetApiInteractionListCollectsQuery, GetApiInteractionListFoldersQuery, GetApiUserGetGuestIdentityQuery, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserInfoQuery, GetApiUserGetUserPrivacySettingsQuery, GetApiUserViewUserInfoQuery, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCommentReqBody, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteContentReqBody, PostApiCommunityDislikeCommentReqBody, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityLikeCommentReqBody, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityPublishContentReqBody, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunityShareContentReqBody, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateContentReqBody, PostApiCommunityUploadMediaReqBody, PostApiContentBatchGetVideoDetailReqBody, PostApiContentGetNewstVideoListReqBody, PostApiContentGetPopularVideoListReqBody, PostApiContentGetTopRatedVideoListReqBody, PostApiInteractionAddCollectReqBody, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchDeleteCollectsReqBody, 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, GetApiUserViewUserInfoQuery, PostApiCommerceCreatePaymentReqBody, PostApiCommerceGetPaymentMethodsReqBody, PostApiCommercePaymentSuccessCallbackReqBody, PostApiCommerceRefundCallbackReqBody, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCommentReqBody, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteContentReqBody, PostApiCommunityDislikeCommentReqBody, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityLikeCommentReqBody, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityPublishContentReqBody, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunityShareContentReqBody, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateContentReqBody, PostApiCommunityUploadMediaReqBody, PostApiContentBatchGetVideoDetailReqBody, PostApiContentGetNewstVideoListReqBody, PostApiContentGetPopularVideoListReqBody, PostApiContentGetTopRatedVideoListReqBody, 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
|
|
@@ -229,6 +229,11 @@ declare function pContentBatchGetVideoDetailKey(data: PostApiContentBatchGetVide
|
|
|
229
229
|
* @returns TanStack Query Key
|
|
230
230
|
*/
|
|
231
231
|
declare function pContentGetTopRatedVideoListKey(data: PostApiContentGetTopRatedVideoListReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiContentGetTopRatedVideoListReqBody>];
|
|
232
|
+
/**
|
|
233
|
+
* 查询SEO配置
|
|
234
|
+
* @returns TanStack Query Key
|
|
235
|
+
*/
|
|
236
|
+
declare function gContentGetSeoConfigKey(query?: GetApiContentGetSeoConfigQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiContentGetSeoConfigQuery, unknown>];
|
|
232
237
|
/**
|
|
233
238
|
* 处理 M3U8 文件。底层调用 gRPC ContentService.ProcessM3u8 方法。返回处理后的 M3U8 文件内容。
|
|
234
239
|
* @returns TanStack Query Key
|
|
@@ -449,6 +454,11 @@ declare function gInteractionGetFollowingContentListKey(query?: GetApiInteractio
|
|
|
449
454
|
* @returns TanStack Query Key
|
|
450
455
|
*/
|
|
451
456
|
declare function pInteractionTrackEventsBatchKey(data: PostApiInteractionTrackEventsBatchReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionTrackEventsBatchReqBody>];
|
|
457
|
+
/**
|
|
458
|
+
* 批量删除收藏夹
|
|
459
|
+
* @returns TanStack Query Key
|
|
460
|
+
*/
|
|
461
|
+
declare function pInteractionBatchDeleteFoldersKey(data: PostApiInteractionBatchDeleteFoldersReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiInteractionBatchDeleteFoldersReqBody>];
|
|
452
462
|
/**
|
|
453
463
|
* 获取游客身份
|
|
454
464
|
* @returns TanStack Query Key
|
|
@@ -549,5 +559,30 @@ declare function gUserViewUserInfoKey(query?: GetApiUserViewUserInfoQuery, confi
|
|
|
549
559
|
* @returns TanStack Query Key
|
|
550
560
|
*/
|
|
551
561
|
declare function pUserRegisterByVerifyEmailCodeKey(data: PostApiUserRegisterByVerifyEmailCodeReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiUserRegisterByVerifyEmailCodeReqBody>];
|
|
562
|
+
/**
|
|
563
|
+
* 发起支付
|
|
564
|
+
* @returns TanStack Query Key
|
|
565
|
+
*/
|
|
566
|
+
declare function pCommerceCreatePaymentKey(data: PostApiCommerceCreatePaymentReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommerceCreatePaymentReqBody>];
|
|
567
|
+
/**
|
|
568
|
+
* 查询订单结果
|
|
569
|
+
* @returns TanStack Query Key
|
|
570
|
+
*/
|
|
571
|
+
declare function gCommerceQueryOrderResultKey(query?: GetApiCommerceQueryOrderResultQuery, config?: ExtraRequestConfig): [QueryKeyItem<unknown, GetApiCommerceQueryOrderResultQuery, unknown>];
|
|
572
|
+
/**
|
|
573
|
+
* 获取支付方式
|
|
574
|
+
* @returns TanStack Query Key
|
|
575
|
+
*/
|
|
576
|
+
declare function pCommerceGetPaymentMethodsKey(data: PostApiCommerceGetPaymentMethodsReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommerceGetPaymentMethodsReqBody>];
|
|
577
|
+
/**
|
|
578
|
+
* 支付成功回调
|
|
579
|
+
* @returns TanStack Query Key
|
|
580
|
+
*/
|
|
581
|
+
declare function pCommercePaymentSuccessCallbackKey(data: PostApiCommercePaymentSuccessCallbackReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommercePaymentSuccessCallbackReqBody>];
|
|
582
|
+
/**
|
|
583
|
+
* 退款回调
|
|
584
|
+
* @returns TanStack Query Key
|
|
585
|
+
*/
|
|
586
|
+
declare function pCommerceRefundCallbackKey(data: PostApiCommerceRefundCallbackReqBody, config?: ExtraRequestConfig): [QueryKeyItem<unknown, unknown, PostApiCommerceRefundCallbackReqBody>];
|
|
552
587
|
//#endregion
|
|
553
|
-
export { createQueryKey, gCommunityGetCollectionInfoKey, gCommunityGetCommentsKey, gCommunityGetContentInfoKey, gCommunityGetContentListKey, gCommunityGetHotContentListKey, gCommunityGetSubscribedCollectionsKey, gCommunityGetUserCollectionsKey, gContentGetAdvertiseByCodeKey, gContentGetAppChannelBlockDataKey, gContentGetAppChannelBlockKey, gContentGetAppChannelsKey, gContentGetAppComponentKey, gContentGetGuessYouLikeVideosKey, gContentGetHotVideoListKey, gContentGetRecommendSearchListKey, gContentGetRecommendVideoListKey, gContentGetVideoDetailByApiKey, gContentGetVideoDetailKey, gContentListVisibleFloatingBallKey, gContentProcessM3u8Key, gInteractionCheckMutualFollowKey, gInteractionGetBrowseListKey, gInteractionGetContentDislikeListKey, gInteractionGetContentLikeListKey, gInteractionGetDislikeListKey, gInteractionGetFolderKey, gInteractionGetFolderStatsKey, gInteractionGetFollowStatsKey, gInteractionGetFollowerListKey, gInteractionGetFollowingContentListKey, gInteractionGetFollowingListKey, gInteractionGetFollowingUserUpdatesKey, gInteractionGetLikeListKey, gInteractionListCollectsKey, gInteractionListFoldersKey, gUserGetGuestIdentityKey, gUserGetUserEditInfoKey, gUserGetUserInfoKey, gUserGetUserPrivacySettingsKey, gUserViewUserInfoKey, pCommunityAddContentToCollectionKey, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentBatchGetVideoDetailKey, pContentGetNewstVideoListKey, pContentGetPopularVideoListKey, pContentGetTopRatedVideoListKey, pInteractionAddCollectKey, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollectsKey, 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 };
|
|
588
|
+
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, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentBatchGetVideoDetailKey, pContentGetNewstVideoListKey, pContentGetPopularVideoListKey, pContentGetTopRatedVideoListKey, 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(`gContentGetVideoDetailByApi`,{query:t,headers:n?.headers},void 0,n?.tags)}function T(t,n){return e(`gContentGetVideoDetail`,{query:t,headers:n?.headers},void 0,n?.tags)}function E(t,n){return e(`gContentGetRecommendSearchList`,{query:t,headers:n?.headers},void 0,n?.tags)}function D(t,n){return e(`gContentGetHotVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function O(t,n){return e(`gContentGetRecommendVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function k(t,n){return e(`gContentGetAppChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function A(t,n){return e(`gContentGetAppChannelBlock`,{query:t,headers:n?.headers},void 0,n?.tags)}function j(t,n){return e(`gContentGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function M(t,n){return e(`pContentGetNewstVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function N(t,n){return e(`pContentGetPopularVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function P(t,n){return e(`gContentListVisibleFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function F(t,n){return e(`gContentGetGuessYouLikeVideos`,{query:t,headers:n?.headers},void 0,n?.tags)}function I(t,n){return e(`gContentGetAdvertiseByCode`,{query:t,headers:n?.headers},void 0,n?.tags)}function L(t){return e(`gContentGetAppComponent`,{headers:t?.headers},void 0,t?.tags)}function R(t,n){return e(`pContentBatchGetVideoDetail`,{body:t,headers:n?.headers},void 0,n?.tags)}function z(t,n){return e(`pContentGetTopRatedVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function B(t,n){return e(`gContentProcessM3u8`,{query:t,headers:n?.headers},void 0,n?.tags)}function V(t,n){return e(`pInteractionLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function H(t,n){return e(`pInteractionDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function U(t,n){return e(`pInteractionCancelLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function W(t,n){return e(`pInteractionCancelDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function G(t,n){return e(`gInteractionGetLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function K(t,n){return e(`gInteractionGetDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function q(t,n){return e(`gInteractionGetContentLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function J(t,n){return e(`gInteractionGetContentDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Y(t,n){return e(`pInteractionUnifiedBatchLikeDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function X(t,n){return e(`pInteractionLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function Z(t,n){return e(`pInteractionDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function Q(t,n){return e(`pInteractionBatchGetCommentLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function ne(t,n){return e(`pInteractionBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function re(t,n){return e(`gInteractionGetBrowseList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ie(t,n){return e(`pInteractionDeleteBrowseRecord`,{body:t,headers:n?.headers},void 0,n?.tags)}function ae(t,n){return e(`pInteractionClearBrowseHistory`,{body:t,headers:n?.headers},void 0,n?.tags)}function oe(t,n){return e(`pInteractionBatchClearBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function se(t,n){return e(`pInteractionCreateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function ce(t,n){return e(`pInteractionUpdateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function le(t,n){return e(`pInteractionDeleteFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function ue(t,n){return e(`gInteractionListFolders`,{query:t,headers:n?.headers},void 0,n?.tags)}function de(t,n){return e(`gInteractionGetFolder`,{query:t,headers:n?.headers},void 0,n?.tags)}function fe(t,n){return e(`gInteractionGetFolderStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function pe(t,n){return e(`pInteractionAddCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function me(t,n){return e(`pInteractionRemoveCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function he(t,n){return e(`gInteractionListCollects`,{query:t,headers:n?.headers},void 0,n?.tags)}function ge(t,n){return e(`pInteractionMoveCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function _e(t,n){return e(`pInteractionCheckCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function ve(t,n){return e(`pInteractionBatchDeleteCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function ye(t,n){return e(`pInteractionBatchQueryContentInteractions`,{body:t,headers:n?.headers},void 0,n?.tags)}function be(t,n){return e(`pInteractionBatchGetLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function xe(t,n){return e(`pInteractionFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Se(t,n){return e(`pInteractionUnfollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ce(t,n){return e(`pInteractionCheckFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function we(t,n){return e(`gInteractionGetFollowingList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Te(t,n){return e(`gInteractionGetFollowerList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ee(t,n){return e(`gInteractionGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function De(t,n){return e(`pInteractionBatchGetFollowStats`,{body:t,headers:n?.headers},void 0,n?.tags)}function Oe(t,n){return e(`gInteractionCheckMutualFollow`,{query:t,headers:n?.headers},void 0,n?.tags)}function ke(t,n){return e(`gInteractionGetFollowingUserUpdates`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ae(t,n){return e(`pInteractionUpdateFollowingContentUpdateTime`,{body:t,headers:n?.headers},void 0,n?.tags)}function je(t,n){return e(`gInteractionGetFollowingContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Me(t,n){return e(`pInteractionTrackEventsBatch`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ne(t,n){return e(`gUserGetGuestIdentity`,{query:t,headers:n?.headers},void 0,n?.tags)}function Pe(t,n){return e(`pUserLogin`,{body:t,headers:n?.headers},void 0,n?.tags)}function Fe(t,n){return e(`pUserSendEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ie(t,n){return e(`pUserVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Le(t,n){return e(`pUserRegister`,{body:t,headers:n?.headers},void 0,n?.tags)}function Re(t,n){return e(`pUserResetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function ze(t,n){return e(`pUserSendResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Be(t,n){return e(`pUserVerifyResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ve(t,n){return e(`pUserResetForgetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function $(t,n){return e(`pUserSendForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function He(t,n){return e(`pUserVerifyForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ue(t,n){return e(`gUserGetUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function We(t,n){return e(`gUserGetUserEditInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ge(t,n){return e(`pUserEditUserInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ke(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 Je(t,n){return e(`pUserUserPrivacySettings`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ye(t,n){return e(`pUserUploadUserBgImage`,{body:t,headers:n?.headers},void 0,n?.tags)}function Xe(t,n){return e(`gUserViewUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ze(t,n){return e(`pUserRegisterByVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}export{e as createQueryKey,a as gCommunityGetCollectionInfoKey,_ as gCommunityGetCommentsKey,n as gCommunityGetContentInfoKey,r as gCommunityGetContentListKey,C as gCommunityGetHotContentListKey,u as gCommunityGetSubscribedCollectionsKey,o as gCommunityGetUserCollectionsKey,I as gContentGetAdvertiseByCodeKey,j as gContentGetAppChannelBlockDataKey,A as gContentGetAppChannelBlockKey,k as gContentGetAppChannelsKey,L as gContentGetAppComponentKey,F as gContentGetGuessYouLikeVideosKey,D as gContentGetHotVideoListKey,E as gContentGetRecommendSearchListKey,O as gContentGetRecommendVideoListKey,w as gContentGetVideoDetailByApiKey,T as gContentGetVideoDetailKey,P as gContentListVisibleFloatingBallKey,B as gContentProcessM3u8Key,Oe as gInteractionCheckMutualFollowKey,re as gInteractionGetBrowseListKey,J as gInteractionGetContentDislikeListKey,q as gInteractionGetContentLikeListKey,K as gInteractionGetDislikeListKey,de as gInteractionGetFolderKey,fe as gInteractionGetFolderStatsKey,Ee as gInteractionGetFollowStatsKey,Te as gInteractionGetFollowerListKey,je as gInteractionGetFollowingContentListKey,we as gInteractionGetFollowingListKey,ke as gInteractionGetFollowingUserUpdatesKey,G as gInteractionGetLikeListKey,he as gInteractionListCollectsKey,ue as gInteractionListFoldersKey,Ne as gUserGetGuestIdentityKey,We as gUserGetUserEditInfoKey,Ue as gUserGetUserInfoKey,qe as gUserGetUserPrivacySettingsKey,Xe as gUserViewUserInfoKey,s as pCommunityAddContentToCollectionKey,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,R as pContentBatchGetVideoDetailKey,M as pContentGetNewstVideoListKey,N as pContentGetPopularVideoListKey,z as pContentGetTopRatedVideoListKey,pe as pInteractionAddCollectKey,oe as pInteractionBatchClearBrowseKey,ve as pInteractionBatchDeleteCollectsKey,Q as pInteractionBatchGetCommentLikeStatusKey,De as pInteractionBatchGetFollowStatsKey,be as pInteractionBatchGetLikeStatusKey,ye as pInteractionBatchQueryContentInteractionsKey,ne as pInteractionBrowseKey,W as pInteractionCancelDislikeKey,U as pInteractionCancelLikeKey,_e as pInteractionCheckCollectKey,Ce as pInteractionCheckFollowKey,ae as pInteractionClearBrowseHistoryKey,se as pInteractionCreateFolderKey,ie as pInteractionDeleteBrowseRecordKey,le as pInteractionDeleteFolderKey,Z as pInteractionDislikeCommentKey,H as pInteractionDislikeKey,xe as pInteractionFollowKey,X as pInteractionLikeCommentKey,V as pInteractionLikeKey,ge as pInteractionMoveCollectsKey,me as pInteractionRemoveCollectKey,Me as pInteractionTrackEventsBatchKey,Se as pInteractionUnfollowKey,Y as pInteractionUnifiedBatchLikeDislikeKey,ce as pInteractionUpdateFolderKey,Ae as pInteractionUpdateFollowingContentUpdateTimeKey,Ge as pUserEditUserInfoKey,Pe as pUserLoginKey,Ze as pUserRegisterByVerifyEmailCodeKey,Le as pUserRegisterKey,Ve as pUserResetForgetPasswordKey,Re as pUserResetPasswordKey,Fe as pUserSendEmailCodeKey,$ as pUserSendForgetEmailCodeKey,ze as pUserSendResetPasswordEmailCodeKey,Ye as pUserUploadUserBgImageKey,Ke as pUserUserFeedbackKey,Je as pUserUserPrivacySettingsKey,Ie as pUserVerifyEmailCodeKey,He as pUserVerifyForgetEmailCodeKey,Be 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(`gContentGetVideoDetailByApi`,{query:t,headers:n?.headers},void 0,n?.tags)}function T(t,n){return e(`gContentGetVideoDetail`,{query:t,headers:n?.headers},void 0,n?.tags)}function E(t,n){return e(`gContentGetRecommendSearchList`,{query:t,headers:n?.headers},void 0,n?.tags)}function D(t,n){return e(`gContentGetHotVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function O(t,n){return e(`gContentGetRecommendVideoList`,{query:t,headers:n?.headers},void 0,n?.tags)}function k(t,n){return e(`gContentGetAppChannels`,{query:t,headers:n?.headers},void 0,n?.tags)}function A(t,n){return e(`gContentGetAppChannelBlock`,{query:t,headers:n?.headers},void 0,n?.tags)}function j(t,n){return e(`gContentGetAppChannelBlockData`,{query:t,headers:n?.headers},void 0,n?.tags)}function M(t,n){return e(`pContentGetNewstVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function N(t,n){return e(`pContentGetPopularVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function P(t,n){return e(`gContentListVisibleFloatingBall`,{query:t,headers:n?.headers},void 0,n?.tags)}function F(t,n){return e(`gContentGetGuessYouLikeVideos`,{query:t,headers:n?.headers},void 0,n?.tags)}function I(t,n){return e(`gContentGetAdvertiseByCode`,{query:t,headers:n?.headers},void 0,n?.tags)}function L(t){return e(`gContentGetAppComponent`,{headers:t?.headers},void 0,t?.tags)}function R(t,n){return e(`pContentBatchGetVideoDetail`,{body:t,headers:n?.headers},void 0,n?.tags)}function z(t,n){return e(`pContentGetTopRatedVideoList`,{body:t,headers:n?.headers},void 0,n?.tags)}function B(t,n){return e(`gContentGetSeoConfig`,{query:t,headers:n?.headers},void 0,n?.tags)}function V(t,n){return e(`gContentProcessM3u8`,{query:t,headers:n?.headers},void 0,n?.tags)}function H(t,n){return e(`pInteractionLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function U(t,n){return e(`pInteractionDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function W(t,n){return e(`pInteractionCancelLike`,{body:t,headers:n?.headers},void 0,n?.tags)}function G(t,n){return e(`pInteractionCancelDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function K(t,n){return e(`gInteractionGetLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function q(t,n){return e(`gInteractionGetDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function J(t,n){return e(`gInteractionGetContentLikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Y(t,n){return e(`gInteractionGetContentDislikeList`,{query:t,headers:n?.headers},void 0,n?.tags)}function X(t,n){return e(`pInteractionUnifiedBatchLikeDislike`,{body:t,headers:n?.headers},void 0,n?.tags)}function Z(t,n){return e(`pInteractionLikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function Q(t,n){return e(`pInteractionDislikeComment`,{body:t,headers:n?.headers},void 0,n?.tags)}function ne(t,n){return e(`pInteractionBatchGetCommentLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function re(t,n){return e(`pInteractionBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function ie(t,n){return e(`gInteractionGetBrowseList`,{query:t,headers:n?.headers},void 0,n?.tags)}function ae(t,n){return e(`pInteractionDeleteBrowseRecord`,{body:t,headers:n?.headers},void 0,n?.tags)}function oe(t,n){return e(`pInteractionClearBrowseHistory`,{body:t,headers:n?.headers},void 0,n?.tags)}function se(t,n){return e(`pInteractionBatchClearBrowse`,{body:t,headers:n?.headers},void 0,n?.tags)}function ce(t,n){return e(`pInteractionCreateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function le(t,n){return e(`pInteractionUpdateFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function ue(t,n){return e(`pInteractionDeleteFolder`,{body:t,headers:n?.headers},void 0,n?.tags)}function de(t,n){return e(`gInteractionListFolders`,{query:t,headers:n?.headers},void 0,n?.tags)}function fe(t,n){return e(`gInteractionGetFolder`,{query:t,headers:n?.headers},void 0,n?.tags)}function pe(t,n){return e(`gInteractionGetFolderStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function me(t,n){return e(`pInteractionAddCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function he(t,n){return e(`pInteractionRemoveCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function ge(t,n){return e(`gInteractionListCollects`,{query:t,headers:n?.headers},void 0,n?.tags)}function _e(t,n){return e(`pInteractionMoveCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function ve(t,n){return e(`pInteractionCheckCollect`,{body:t,headers:n?.headers},void 0,n?.tags)}function ye(t,n){return e(`pInteractionBatchDeleteCollects`,{body:t,headers:n?.headers},void 0,n?.tags)}function be(t,n){return e(`pInteractionBatchQueryContentInteractions`,{body:t,headers:n?.headers},void 0,n?.tags)}function xe(t,n){return e(`pInteractionBatchGetLikeStatus`,{body:t,headers:n?.headers},void 0,n?.tags)}function Se(t,n){return e(`pInteractionFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ce(t,n){return e(`pInteractionUnfollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function we(t,n){return e(`pInteractionCheckFollow`,{body:t,headers:n?.headers},void 0,n?.tags)}function Te(t,n){return e(`gInteractionGetFollowingList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ee(t,n){return e(`gInteractionGetFollowerList`,{query:t,headers:n?.headers},void 0,n?.tags)}function De(t,n){return e(`gInteractionGetFollowStats`,{query:t,headers:n?.headers},void 0,n?.tags)}function Oe(t,n){return e(`pInteractionBatchGetFollowStats`,{body:t,headers:n?.headers},void 0,n?.tags)}function ke(t,n){return e(`gInteractionCheckMutualFollow`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ae(t,n){return e(`gInteractionGetFollowingUserUpdates`,{query:t,headers:n?.headers},void 0,n?.tags)}function je(t,n){return e(`pInteractionUpdateFollowingContentUpdateTime`,{body:t,headers:n?.headers},void 0,n?.tags)}function Me(t,n){return e(`gInteractionGetFollowingContentList`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ne(t,n){return e(`pInteractionTrackEventsBatch`,{body:t,headers:n?.headers},void 0,n?.tags)}function Pe(t,n){return e(`pInteractionBatchDeleteFolders`,{body:t,headers:n?.headers},void 0,n?.tags)}function Fe(t,n){return e(`gUserGetGuestIdentity`,{query:t,headers:n?.headers},void 0,n?.tags)}function Ie(t,n){return e(`pUserLogin`,{body:t,headers:n?.headers},void 0,n?.tags)}function Le(t,n){return e(`pUserSendEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Re(t,n){return e(`pUserVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function ze(t,n){return e(`pUserRegister`,{body:t,headers:n?.headers},void 0,n?.tags)}function Be(t,n){return e(`pUserResetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ve(t,n){return e(`pUserSendResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function He(t,n){return e(`pUserVerifyResetPasswordEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ue(t,n){return e(`pUserResetForgetPassword`,{body:t,headers:n?.headers},void 0,n?.tags)}function We(t,n){return e(`pUserSendForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ge(t,n){return e(`pUserVerifyForgetEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ke(t,n){return e(`gUserGetUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function qe(t,n){return e(`gUserGetUserEditInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function Je(t,n){return e(`pUserEditUserInfo`,{body:t,headers:n?.headers},void 0,n?.tags)}function $(t,n){return e(`pUserUserFeedback`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ye(t,n){return e(`gUserGetUserPrivacySettings`,{query:t,headers:n?.headers},void 0,n?.tags)}function Xe(t,n){return e(`pUserUserPrivacySettings`,{body:t,headers:n?.headers},void 0,n?.tags)}function Ze(t,n){return e(`pUserUploadUserBgImage`,{body:t,headers:n?.headers},void 0,n?.tags)}function Qe(t,n){return e(`gUserViewUserInfo`,{query:t,headers:n?.headers},void 0,n?.tags)}function $e(t,n){return e(`pUserRegisterByVerifyEmailCode`,{body:t,headers:n?.headers},void 0,n?.tags)}function et(t,n){return e(`pCommerceCreatePayment`,{body:t,headers:n?.headers},void 0,n?.tags)}function tt(t,n){return e(`gCommerceQueryOrderResult`,{query:t,headers:n?.headers},void 0,n?.tags)}function nt(t,n){return e(`pCommerceGetPaymentMethods`,{body:t,headers:n?.headers},void 0,n?.tags)}function rt(t,n){return e(`pCommercePaymentSuccessCallback`,{body:t,headers:n?.headers},void 0,n?.tags)}function it(t,n){return e(`pCommerceRefundCallback`,{body:t,headers:n?.headers},void 0,n?.tags)}export{e as createQueryKey,tt as gCommerceQueryOrderResultKey,a as gCommunityGetCollectionInfoKey,_ as gCommunityGetCommentsKey,n as gCommunityGetContentInfoKey,r as gCommunityGetContentListKey,C as gCommunityGetHotContentListKey,u as gCommunityGetSubscribedCollectionsKey,o as gCommunityGetUserCollectionsKey,I as gContentGetAdvertiseByCodeKey,j as gContentGetAppChannelBlockDataKey,A as gContentGetAppChannelBlockKey,k as gContentGetAppChannelsKey,L as gContentGetAppComponentKey,F as gContentGetGuessYouLikeVideosKey,D as gContentGetHotVideoListKey,E as gContentGetRecommendSearchListKey,O as gContentGetRecommendVideoListKey,B as gContentGetSeoConfigKey,w as gContentGetVideoDetailByApiKey,T as gContentGetVideoDetailKey,P as gContentListVisibleFloatingBallKey,V as gContentProcessM3u8Key,ke as gInteractionCheckMutualFollowKey,ie as gInteractionGetBrowseListKey,Y as gInteractionGetContentDislikeListKey,J as gInteractionGetContentLikeListKey,q as gInteractionGetDislikeListKey,fe as gInteractionGetFolderKey,pe as gInteractionGetFolderStatsKey,De as gInteractionGetFollowStatsKey,Ee as gInteractionGetFollowerListKey,Me as gInteractionGetFollowingContentListKey,Te as gInteractionGetFollowingListKey,Ae as gInteractionGetFollowingUserUpdatesKey,K as gInteractionGetLikeListKey,ge as gInteractionListCollectsKey,de as gInteractionListFoldersKey,Fe as gUserGetGuestIdentityKey,qe as gUserGetUserEditInfoKey,Ke as gUserGetUserInfoKey,Ye as gUserGetUserPrivacySettingsKey,Qe as gUserViewUserInfoKey,et as pCommerceCreatePaymentKey,nt as pCommerceGetPaymentMethodsKey,rt as pCommercePaymentSuccessCallbackKey,it as pCommerceRefundCallbackKey,s as pCommunityAddContentToCollectionKey,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,R as pContentBatchGetVideoDetailKey,M as pContentGetNewstVideoListKey,N as pContentGetPopularVideoListKey,z as pContentGetTopRatedVideoListKey,me as pInteractionAddCollectKey,se as pInteractionBatchClearBrowseKey,ye as pInteractionBatchDeleteCollectsKey,Pe as pInteractionBatchDeleteFoldersKey,ne as pInteractionBatchGetCommentLikeStatusKey,Oe as pInteractionBatchGetFollowStatsKey,xe as pInteractionBatchGetLikeStatusKey,be as pInteractionBatchQueryContentInteractionsKey,re as pInteractionBrowseKey,G as pInteractionCancelDislikeKey,W as pInteractionCancelLikeKey,ve as pInteractionCheckCollectKey,we as pInteractionCheckFollowKey,oe as pInteractionClearBrowseHistoryKey,ce as pInteractionCreateFolderKey,ae as pInteractionDeleteBrowseRecordKey,ue as pInteractionDeleteFolderKey,Q as pInteractionDislikeCommentKey,U as pInteractionDislikeKey,Se as pInteractionFollowKey,Z as pInteractionLikeCommentKey,H as pInteractionLikeKey,_e as pInteractionMoveCollectsKey,he as pInteractionRemoveCollectKey,Ne as pInteractionTrackEventsBatchKey,Ce as pInteractionUnfollowKey,X as pInteractionUnifiedBatchLikeDislikeKey,le as pInteractionUpdateFolderKey,je as pInteractionUpdateFollowingContentUpdateTimeKey,Je as pUserEditUserInfoKey,Ie as pUserLoginKey,$e as pUserRegisterByVerifyEmailCodeKey,ze as pUserRegisterKey,Ue as pUserResetForgetPasswordKey,Be as pUserResetPasswordKey,Le as pUserSendEmailCodeKey,We as pUserSendForgetEmailCodeKey,Ve as pUserSendResetPasswordEmailCodeKey,Ze as pUserUploadUserBgImageKey,$ as pUserUserFeedbackKey,Xe as pUserUserPrivacySettingsKey,Re as pUserVerifyEmailCodeKey,Ge as pUserVerifyForgetEmailCodeKey,He as pUserVerifyResetPasswordEmailCodeKey};
|
package/dist/service.d.mts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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, pCommunityCreateCollection, pCommunityCreateComment, pCommunityDeleteCollection, pCommunityDeleteComment, pCommunityDeleteContent, pCommunityDislikeComment, pCommunityGetUploadPresignedURL, pCommunityLikeComment, pCommunityMoveCollectionContent, pCommunityPublishContent, pCommunityRemoveContentFromCollection, pCommunitySearchCurAccountFollowingUsersInfo, pCommunityShareContent, pCommunitySubscribeCollection, pCommunityUpdateCollection, pCommunityUpdateContent, pCommunityUploadMedia, pContentBatchGetVideoDetail, pContentGetNewstVideoList, pContentGetPopularVideoList, pContentGetTopRatedVideoList, 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, pCommunityCreateCollectionKey, pCommunityCreateCommentKey, pCommunityDeleteCollectionKey, pCommunityDeleteCommentKey, pCommunityDeleteContentKey, pCommunityDislikeCommentKey, pCommunityGetUploadPresignedURLKey, pCommunityLikeCommentKey, pCommunityMoveCollectionContentKey, pCommunityPublishContentKey, pCommunityRemoveContentFromCollectionKey, pCommunitySearchCurAccountFollowingUsersInfoKey, pCommunityShareContentKey, pCommunitySubscribeCollectionKey, pCommunityUpdateCollectionKey, pCommunityUpdateContentKey, pCommunityUploadMediaKey, pContentBatchGetVideoDetailKey, pContentGetNewstVideoListKey, pContentGetPopularVideoListKey, pContentGetTopRatedVideoListKey, 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";
|
|
4
5
|
import { pUserRegisterByVerifyEmailCodeCompat } from "./service/register-by-verify-email-code.mjs";
|
|
5
|
-
export { createQueryKey, 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, 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, pCommunityAddContentToCollection, pCommunityAddContentToCollectionKey, 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, pContentBatchGetVideoDetail, pContentBatchGetVideoDetailKey, pContentGetNewstVideoList, pContentGetNewstVideoListKey, pContentGetPopularVideoList, pContentGetPopularVideoListKey, pContentGetTopRatedVideoList, pContentGetTopRatedVideoListKey, pInteractionAddCollect, pInteractionAddCollectKey, pInteractionBatchClearBrowse, pInteractionBatchClearBrowseKey, pInteractionBatchDeleteCollects, pInteractionBatchDeleteCollectsKey, 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, gUserViewUserInfo, gUserViewUserInfoKey, pCommerceCreatePayment, pCommerceCreatePaymentKey, pCommerceGetPaymentMethods, pCommerceGetPaymentMethodsKey, pCommercePaymentSuccessCallback, pCommercePaymentSuccessCallbackKey, pCommerceRefundCallback, pCommerceRefundCallbackKey, pCommunityAddContentToCollection, pCommunityAddContentToCollectionKey, 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, 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 };
|