polyv-live-api-sdk 1.0.0
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/auth/index.d.ts +9 -0
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/auth/signature.d.ts +67 -0
- package/dist/auth/signature.d.ts.map +1 -0
- package/dist/client.d.ts +209 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/constants/error-codes.d.ts +134 -0
- package/dist/constants/error-codes.d.ts.map +1 -0
- package/dist/constants/index.d.ts +8 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/errors/index.d.ts +11 -0
- package/dist/errors/index.d.ts.map +1 -0
- package/dist/errors/polyv-api-error.d.ts +71 -0
- package/dist/errors/polyv-api-error.d.ts.map +1 -0
- package/dist/errors/polyv-error.d.ts +31 -0
- package/dist/errors/polyv-error.d.ts.map +1 -0
- package/dist/errors/polyv-validation-error.d.ts +72 -0
- package/dist/errors/polyv-validation-error.d.ts.map +1 -0
- package/dist/errors/type-guards.d.ts +19 -0
- package/dist/errors/type-guards.d.ts.map +1 -0
- package/dist/errors/types.d.ts +13 -0
- package/dist/errors/types.d.ts.map +1 -0
- package/dist/index.cjs +15295 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +19501 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +15258 -0
- package/dist/index.js.map +1 -0
- package/dist/services/account.service.d.ts +402 -0
- package/dist/services/account.service.d.ts.map +1 -0
- package/dist/services/channel.service.d.ts +2033 -0
- package/dist/services/channel.service.d.ts.map +1 -0
- package/dist/services/chat.service.d.ts +592 -0
- package/dist/services/chat.service.d.ts.map +1 -0
- package/dist/services/finance.service.d.ts +160 -0
- package/dist/services/finance.service.d.ts.map +1 -0
- package/dist/services/group.service.d.ts +191 -0
- package/dist/services/group.service.d.ts.map +1 -0
- package/dist/services/index.d.ts +27 -0
- package/dist/services/index.d.ts.map +1 -0
- package/dist/services/live-interaction.service.d.ts +474 -0
- package/dist/services/live-interaction.service.d.ts.map +1 -0
- package/dist/services/other.service.d.ts +687 -0
- package/dist/services/other.service.d.ts.map +1 -0
- package/dist/services/platform.service.d.ts +190 -0
- package/dist/services/platform.service.d.ts.map +1 -0
- package/dist/services/player.service.d.ts +195 -0
- package/dist/services/player.service.d.ts.map +1 -0
- package/dist/services/v4/ai.service.d.ts +205 -0
- package/dist/services/v4/ai.service.d.ts.map +1 -0
- package/dist/services/v4/channel.service.d.ts +854 -0
- package/dist/services/v4/channel.service.d.ts.map +1 -0
- package/dist/services/v4/chat.service.d.ts +199 -0
- package/dist/services/v4/chat.service.d.ts.map +1 -0
- package/dist/services/v4/global.service.d.ts +86 -0
- package/dist/services/v4/global.service.d.ts.map +1 -0
- package/dist/services/v4/group.service.d.ts +132 -0
- package/dist/services/v4/group.service.d.ts.map +1 -0
- package/dist/services/v4/material.service.d.ts +85 -0
- package/dist/services/v4/material.service.d.ts.map +1 -0
- package/dist/services/v4/platform.service.d.ts +148 -0
- package/dist/services/v4/platform.service.d.ts.map +1 -0
- package/dist/services/v4/robot.service.d.ts +144 -0
- package/dist/services/v4/robot.service.d.ts.map +1 -0
- package/dist/services/v4/statistics.service.d.ts +61 -0
- package/dist/services/v4/statistics.service.d.ts.map +1 -0
- package/dist/services/v4/user.service.d.ts +1014 -0
- package/dist/services/v4/user.service.d.ts.map +1 -0
- package/dist/services/v4/webapp.service.d.ts +131 -0
- package/dist/services/v4/webapp.service.d.ts.map +1 -0
- package/dist/services/web.service.d.ts +758 -0
- package/dist/services/web.service.d.ts.map +1 -0
- package/dist/types/account.d.ts +287 -0
- package/dist/types/account.d.ts.map +1 -0
- package/dist/types/auth.d.ts +31 -0
- package/dist/types/auth.d.ts.map +1 -0
- package/dist/types/callback.d.ts +156 -0
- package/dist/types/callback.d.ts.map +1 -0
- package/dist/types/channel.d.ts +2263 -0
- package/dist/types/channel.d.ts.map +1 -0
- package/dist/types/chat-banned.d.ts +366 -0
- package/dist/types/chat-banned.d.ts.map +1 -0
- package/dist/types/chat-censor-role.d.ts +190 -0
- package/dist/types/chat-censor-role.d.ts.map +1 -0
- package/dist/types/chat.d.ts +142 -0
- package/dist/types/chat.d.ts.map +1 -0
- package/dist/types/client.d.ts +43 -0
- package/dist/types/client.d.ts.map +1 -0
- package/dist/types/common.d.ts +52 -0
- package/dist/types/common.d.ts.map +1 -0
- package/dist/types/finance.d.ts +252 -0
- package/dist/types/finance.d.ts.map +1 -0
- package/dist/types/group.d.ts +129 -0
- package/dist/types/group.d.ts.map +1 -0
- package/dist/types/index.d.ts +50 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/live-interaction.d.ts +301 -0
- package/dist/types/live-interaction.d.ts.map +1 -0
- package/dist/types/pagination.d.ts +37 -0
- package/dist/types/pagination.d.ts.map +1 -0
- package/dist/types/platform.d.ts +178 -0
- package/dist/types/platform.d.ts.map +1 -0
- package/dist/types/player.d.ts +177 -0
- package/dist/types/player.d.ts.map +1 -0
- package/dist/types/request.d.ts +45 -0
- package/dist/types/request.d.ts.map +1 -0
- package/dist/types/response.d.ts +58 -0
- package/dist/types/response.d.ts.map +1 -0
- package/dist/types/signature.d.ts +50 -0
- package/dist/types/signature.d.ts.map +1 -0
- package/dist/types/upload.d.ts +32 -0
- package/dist/types/upload.d.ts.map +1 -0
- package/dist/types/v4-ai.d.ts +379 -0
- package/dist/types/v4-ai.d.ts.map +1 -0
- package/dist/types/v4-channel.d.ts +2400 -0
- package/dist/types/v4-channel.d.ts.map +1 -0
- package/dist/types/v4-chat.d.ts +190 -0
- package/dist/types/v4-chat.d.ts.map +1 -0
- package/dist/types/v4-global.d.ts +150 -0
- package/dist/types/v4-global.d.ts.map +1 -0
- package/dist/types/v4-group.d.ts +212 -0
- package/dist/types/v4-group.d.ts.map +1 -0
- package/dist/types/v4-material.d.ts +141 -0
- package/dist/types/v4-material.d.ts.map +1 -0
- package/dist/types/v4-platform.d.ts +223 -0
- package/dist/types/v4-platform.d.ts.map +1 -0
- package/dist/types/v4-robot.d.ts +149 -0
- package/dist/types/v4-robot.d.ts.map +1 -0
- package/dist/types/v4-statistics.d.ts +87 -0
- package/dist/types/v4-statistics.d.ts.map +1 -0
- package/dist/types/v4-user.d.ts +1021 -0
- package/dist/types/v4-user.d.ts.map +1 -0
- package/dist/types/v4-webapp.d.ts +161 -0
- package/dist/types/v4-webapp.d.ts.map +1 -0
- package/dist/types/version.d.ts +21 -0
- package/dist/types/version.d.ts.map +1 -0
- package/dist/types/web.d.ts +868 -0
- package/dist/types/web.d.ts.map +1 -0
- package/dist/utils/env.d.ts +54 -0
- package/dist/utils/env.d.ts.map +1 -0
- package/dist/utils/index.d.ts +11 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/pagination.d.ts +62 -0
- package/dist/utils/pagination.d.ts.map +1 -0
- package/dist/utils/signature.d.ts +67 -0
- package/dist/utils/signature.d.ts.map +1 -0
- package/package.json +76 -0
|
@@ -0,0 +1,687 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Other Service
|
|
3
|
+
*
|
|
4
|
+
* Service for managing PolyV miscellaneous operations.
|
|
5
|
+
* Contains various APIs that don't fit into other service categories.
|
|
6
|
+
*
|
|
7
|
+
* Coverage:
|
|
8
|
+
* - Root APIs: registerUser, createTencentOrder
|
|
9
|
+
* - Channel APIs: resetCcbFocus, listTencentStreamInfo, checkChannelStatusValid
|
|
10
|
+
* - Statistics APIs: getInviterPosterList
|
|
11
|
+
* - Chat APIs: getGroupLoginTimes, emitByUserId
|
|
12
|
+
* - Group APIs: healthCheck, createIsolation, createIsolationZone, getPackageValidityList, updatePackageValidity, resetAppSecret
|
|
13
|
+
* - Isolation APIs: getIsolationBillingList, getIsolationList
|
|
14
|
+
*
|
|
15
|
+
* @module services/other
|
|
16
|
+
*/
|
|
17
|
+
import type { PolyVClient } from '../client.js';
|
|
18
|
+
/**
|
|
19
|
+
* User registration parameters
|
|
20
|
+
*/
|
|
21
|
+
export interface RegisterUserParams {
|
|
22
|
+
/** Company name */
|
|
23
|
+
company: string;
|
|
24
|
+
/** Mobile number */
|
|
25
|
+
mobile: number;
|
|
26
|
+
/** Contact person name */
|
|
27
|
+
contact: string;
|
|
28
|
+
/** Email address */
|
|
29
|
+
email: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* User registration response
|
|
33
|
+
*/
|
|
34
|
+
export interface RegisterUserResponse {
|
|
35
|
+
/** User ID */
|
|
36
|
+
userId: string;
|
|
37
|
+
/** Password */
|
|
38
|
+
password: string;
|
|
39
|
+
/** App ID */
|
|
40
|
+
appId: string;
|
|
41
|
+
/** App Secret */
|
|
42
|
+
appSecret: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Basic service configuration for Tencent order
|
|
46
|
+
*/
|
|
47
|
+
export interface TencentBasicService {
|
|
48
|
+
/** Service type: standard, enterprise, flagship */
|
|
49
|
+
type: 'standard' | 'enterprise' | 'flagship';
|
|
50
|
+
/** Number of services */
|
|
51
|
+
number: number;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Premium service configuration for Tencent order
|
|
55
|
+
*/
|
|
56
|
+
export interface TencentPremiumService {
|
|
57
|
+
/** Service type */
|
|
58
|
+
type: string;
|
|
59
|
+
/** Number of services */
|
|
60
|
+
number: number;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Tencent order creation parameters
|
|
64
|
+
*/
|
|
65
|
+
export interface CreateTencentOrderParams {
|
|
66
|
+
/** Tencent UIN */
|
|
67
|
+
UIN: string;
|
|
68
|
+
/** Order ID */
|
|
69
|
+
orderId: string;
|
|
70
|
+
/** Email address */
|
|
71
|
+
email: string;
|
|
72
|
+
/** Mobile number */
|
|
73
|
+
mobile: string;
|
|
74
|
+
/** Contact person name */
|
|
75
|
+
contact?: string;
|
|
76
|
+
/** Basic service configuration */
|
|
77
|
+
basicService?: TencentBasicService;
|
|
78
|
+
/** Premium service configuration array */
|
|
79
|
+
premiumService?: TencentPremiumService[];
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Reset CCB focus parameters
|
|
83
|
+
*/
|
|
84
|
+
export interface ResetCcbFocusParams {
|
|
85
|
+
/** Comma-separated channel IDs */
|
|
86
|
+
channelIds?: string;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Inviter poster item
|
|
90
|
+
*/
|
|
91
|
+
export interface InviterPosterItem {
|
|
92
|
+
/** WeChat Open ID */
|
|
93
|
+
openId: string;
|
|
94
|
+
/** Viewer ID */
|
|
95
|
+
viewerId: string;
|
|
96
|
+
/** Nickname */
|
|
97
|
+
nickname: string;
|
|
98
|
+
/** Created time (timestamp) */
|
|
99
|
+
createdTime: number;
|
|
100
|
+
/** Receiver WeChat Open ID */
|
|
101
|
+
receiverOpenId: string;
|
|
102
|
+
/** Receiver viewer ID */
|
|
103
|
+
receiverViewerId: string;
|
|
104
|
+
/** Receiver nickname */
|
|
105
|
+
receiverNickname: string;
|
|
106
|
+
/** Receiver time (timestamp) */
|
|
107
|
+
receiverTime: number;
|
|
108
|
+
/** Custom parameter 4 */
|
|
109
|
+
param4: string;
|
|
110
|
+
/** Custom parameter 5 */
|
|
111
|
+
param5: string;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Get inviter poster list parameters
|
|
115
|
+
*/
|
|
116
|
+
export interface GetInviterPosterListParams {
|
|
117
|
+
/** Channel ID */
|
|
118
|
+
channelId: string;
|
|
119
|
+
/** Page number (default: 1) */
|
|
120
|
+
pageNumber?: number;
|
|
121
|
+
/** Page size (default: 10) */
|
|
122
|
+
pageSize?: number;
|
|
123
|
+
/** Start time (timestamp) */
|
|
124
|
+
startTime?: number;
|
|
125
|
+
/** End time (timestamp) */
|
|
126
|
+
endTime?: number;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Inviter poster list response
|
|
130
|
+
*/
|
|
131
|
+
export interface GetInviterPosterListResponse {
|
|
132
|
+
/** Current page number */
|
|
133
|
+
pageNumber: number;
|
|
134
|
+
/** Page size */
|
|
135
|
+
pageSize: number;
|
|
136
|
+
/** Total pages */
|
|
137
|
+
totalPages: number;
|
|
138
|
+
/** Total items */
|
|
139
|
+
totalItems: number;
|
|
140
|
+
/** Contents array */
|
|
141
|
+
contents: InviterPosterItem[];
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Tencent stream info item
|
|
145
|
+
*/
|
|
146
|
+
export interface TencentStreamInfoItem {
|
|
147
|
+
/** Stream URL */
|
|
148
|
+
streamUrl: string;
|
|
149
|
+
/** Bit rate */
|
|
150
|
+
bitRate: string;
|
|
151
|
+
/** Audio frame rate */
|
|
152
|
+
audioFrameRate: string;
|
|
153
|
+
/** Video frame rate */
|
|
154
|
+
videoFrameRate: string;
|
|
155
|
+
/** Time */
|
|
156
|
+
time: string;
|
|
157
|
+
/** Timestamp (optional) */
|
|
158
|
+
timestamp?: string | null;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* List Tencent stream info parameters
|
|
162
|
+
*/
|
|
163
|
+
export interface ListTencentStreamInfoParams {
|
|
164
|
+
/** Channel ID */
|
|
165
|
+
channelId: string;
|
|
166
|
+
/** Start time */
|
|
167
|
+
startTime?: string;
|
|
168
|
+
/** End time */
|
|
169
|
+
endTime?: string;
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* Group login times item
|
|
173
|
+
*/
|
|
174
|
+
export interface GroupLoginTimesItem {
|
|
175
|
+
/** Group ID */
|
|
176
|
+
id: string;
|
|
177
|
+
/** Group name */
|
|
178
|
+
name: string;
|
|
179
|
+
/** Total login times */
|
|
180
|
+
total: number;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* Get group login times parameters
|
|
184
|
+
*/
|
|
185
|
+
export interface GetGroupLoginTimesParams {
|
|
186
|
+
/** Channel ID */
|
|
187
|
+
channelId: string;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Emit by user ID parameters
|
|
191
|
+
*/
|
|
192
|
+
export interface EmitByUserIdParams {
|
|
193
|
+
/** Room ID (channel ID) */
|
|
194
|
+
roomId: string;
|
|
195
|
+
/** User IDs array (max 2000) */
|
|
196
|
+
userIds: string[];
|
|
197
|
+
/** Payload message */
|
|
198
|
+
payload: string;
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* Check channel status valid response
|
|
202
|
+
*/
|
|
203
|
+
export interface CheckChannelStatusValidResponse {
|
|
204
|
+
/** Valid channel IDs */
|
|
205
|
+
validChannels: string[];
|
|
206
|
+
/** Invalid channel IDs */
|
|
207
|
+
invalidChannels: string[];
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* Check channel status valid parameters
|
|
211
|
+
*/
|
|
212
|
+
export interface CheckChannelStatusValidParams {
|
|
213
|
+
/** Comma-separated channel IDs (max 100) */
|
|
214
|
+
channels: string;
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* Health check response
|
|
218
|
+
*/
|
|
219
|
+
export interface HealthCheckResponse {
|
|
220
|
+
/** Health status */
|
|
221
|
+
status: string;
|
|
222
|
+
/** Timestamp (optional) */
|
|
223
|
+
timestamp?: number;
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* Create isolation (sub-account) parameters
|
|
227
|
+
*/
|
|
228
|
+
export interface CreateIsolationParams {
|
|
229
|
+
/** Email address */
|
|
230
|
+
email: string;
|
|
231
|
+
/** Password (8-32 chars, must contain letters and numbers) */
|
|
232
|
+
password: string;
|
|
233
|
+
/** Contact person name */
|
|
234
|
+
contacts?: string;
|
|
235
|
+
/** Phone number */
|
|
236
|
+
phone?: string;
|
|
237
|
+
/** Max channels allowed */
|
|
238
|
+
maxChannels?: number;
|
|
239
|
+
/** Minutes allocated */
|
|
240
|
+
minutes?: number;
|
|
241
|
+
/** Memo/notes */
|
|
242
|
+
memo?: string;
|
|
243
|
+
/** Expire type: group or custom */
|
|
244
|
+
expireType?: 'group' | 'custom';
|
|
245
|
+
/** Expire date (if expireType is custom) */
|
|
246
|
+
expireDate?: number;
|
|
247
|
+
}
|
|
248
|
+
/**
|
|
249
|
+
* Create isolation response
|
|
250
|
+
*/
|
|
251
|
+
export interface CreateIsolationResponse {
|
|
252
|
+
/** User ID */
|
|
253
|
+
userId: string;
|
|
254
|
+
/** Email address */
|
|
255
|
+
email: string;
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* Create isolation zone parameters
|
|
259
|
+
*/
|
|
260
|
+
export interface CreateIsolationZoneParams {
|
|
261
|
+
/** User ID */
|
|
262
|
+
userId: string;
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
* Create isolation zone response
|
|
266
|
+
*/
|
|
267
|
+
export interface CreateIsolationZoneResponse {
|
|
268
|
+
/** Isolation ID */
|
|
269
|
+
isolationId: string;
|
|
270
|
+
/** User ID */
|
|
271
|
+
userId: string;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* Sub-account resource item
|
|
275
|
+
*/
|
|
276
|
+
export interface PackageValidityItem {
|
|
277
|
+
/** Email address */
|
|
278
|
+
email: string;
|
|
279
|
+
/** Concurrent streams */
|
|
280
|
+
concurrent: number;
|
|
281
|
+
/** Minutes allocated */
|
|
282
|
+
minutes: number;
|
|
283
|
+
/** Remaining flow */
|
|
284
|
+
remainFlow: number;
|
|
285
|
+
/** Remaining space */
|
|
286
|
+
remainSpace: number;
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* Get package validity list parameters
|
|
290
|
+
*/
|
|
291
|
+
export interface GetPackageValidityListParams {
|
|
292
|
+
/** Comma-separated email addresses */
|
|
293
|
+
emails?: string;
|
|
294
|
+
/** Page number (default: 1) */
|
|
295
|
+
pageNumber?: number;
|
|
296
|
+
/** Page size (default: 10) */
|
|
297
|
+
pageSize?: number;
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* Package validity list response
|
|
301
|
+
*/
|
|
302
|
+
export interface GetPackageValidityListResponse {
|
|
303
|
+
/** Current page number */
|
|
304
|
+
pageNumber: number;
|
|
305
|
+
/** Page size */
|
|
306
|
+
pageSize: number;
|
|
307
|
+
/** Total pages */
|
|
308
|
+
totalPages: number;
|
|
309
|
+
/** Total items */
|
|
310
|
+
totalItems: number;
|
|
311
|
+
/** Contents array */
|
|
312
|
+
contents: PackageValidityItem[];
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Update package validity parameters
|
|
316
|
+
*/
|
|
317
|
+
export interface UpdatePackageValidityParams {
|
|
318
|
+
/** Email address */
|
|
319
|
+
email: string;
|
|
320
|
+
/** Balance */
|
|
321
|
+
balance?: number;
|
|
322
|
+
/** Concurrent streams */
|
|
323
|
+
concurrent?: number;
|
|
324
|
+
/** Concurrent activate date (timestamp) */
|
|
325
|
+
concurrentActivateDate?: number;
|
|
326
|
+
/** Concurrent end date (timestamp) */
|
|
327
|
+
concurrentEndDate?: number;
|
|
328
|
+
/** Minutes allocated */
|
|
329
|
+
minutes?: number;
|
|
330
|
+
/** Minutes activate date (timestamp) */
|
|
331
|
+
minutesActivateDate?: number;
|
|
332
|
+
/** Minutes end date (timestamp) */
|
|
333
|
+
minutesEndDate?: number;
|
|
334
|
+
/** Remaining flow */
|
|
335
|
+
remainFlow?: number;
|
|
336
|
+
/** Remaining flow activate date (timestamp) */
|
|
337
|
+
remainFlowActivateDate?: number;
|
|
338
|
+
/** Remaining flow end date (timestamp) */
|
|
339
|
+
remainFlowEndDate?: number;
|
|
340
|
+
/** Remaining space */
|
|
341
|
+
remainSpace?: number;
|
|
342
|
+
/** Remaining space activate date (timestamp) */
|
|
343
|
+
remainSpaceActivateDate?: number;
|
|
344
|
+
/** Remaining space end date (timestamp) */
|
|
345
|
+
remainSpaceEndDate?: number;
|
|
346
|
+
}
|
|
347
|
+
/**
|
|
348
|
+
* Reset app secret parameters
|
|
349
|
+
*/
|
|
350
|
+
export interface ResetAppSecretParams {
|
|
351
|
+
/** Email address */
|
|
352
|
+
email: string;
|
|
353
|
+
}
|
|
354
|
+
/**
|
|
355
|
+
* Reset app secret response
|
|
356
|
+
*/
|
|
357
|
+
export interface ResetAppSecretResponse {
|
|
358
|
+
/** New app secret */
|
|
359
|
+
appSecret: string;
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* Isolation billing item
|
|
363
|
+
*/
|
|
364
|
+
export interface IsolationBillingItem {
|
|
365
|
+
/** Billing date (yyyyMM format) */
|
|
366
|
+
billingDate: string;
|
|
367
|
+
/** Amount */
|
|
368
|
+
amount: number;
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* Get isolation billing list parameters
|
|
372
|
+
*/
|
|
373
|
+
export interface GetIsolationBillingListParams {
|
|
374
|
+
/** Billing date (yyyyMM format, >= 202204) */
|
|
375
|
+
billingDate: string;
|
|
376
|
+
/** Isolation ID */
|
|
377
|
+
isolationId: string;
|
|
378
|
+
/** Page number (default: 1) */
|
|
379
|
+
pageNumber?: number;
|
|
380
|
+
/** Page size (default: 10) */
|
|
381
|
+
pageSize?: number;
|
|
382
|
+
}
|
|
383
|
+
/**
|
|
384
|
+
* Isolation billing list response
|
|
385
|
+
*/
|
|
386
|
+
export interface GetIsolationBillingListResponse {
|
|
387
|
+
/** Current page number */
|
|
388
|
+
pageNumber: number;
|
|
389
|
+
/** Page size */
|
|
390
|
+
pageSize: number;
|
|
391
|
+
/** Total pages */
|
|
392
|
+
totalPages: number;
|
|
393
|
+
/** Total items */
|
|
394
|
+
totalItems: number;
|
|
395
|
+
/** Contents array */
|
|
396
|
+
contents: IsolationBillingItem[];
|
|
397
|
+
}
|
|
398
|
+
/**
|
|
399
|
+
* Isolation account item
|
|
400
|
+
*/
|
|
401
|
+
export interface IsolationAccountItem {
|
|
402
|
+
/** User ID */
|
|
403
|
+
userId: string;
|
|
404
|
+
/** Email address */
|
|
405
|
+
email: string;
|
|
406
|
+
/** Account status */
|
|
407
|
+
status?: string;
|
|
408
|
+
}
|
|
409
|
+
/**
|
|
410
|
+
* Get isolation list parameters
|
|
411
|
+
*/
|
|
412
|
+
export interface GetIsolationListParams {
|
|
413
|
+
/** Isolation ID */
|
|
414
|
+
isolationId: string;
|
|
415
|
+
}
|
|
416
|
+
/**
|
|
417
|
+
* OtherService
|
|
418
|
+
*
|
|
419
|
+
* Provides methods to interact with PolyV miscellaneous APIs.
|
|
420
|
+
*
|
|
421
|
+
* @example
|
|
422
|
+
* ```typescript
|
|
423
|
+
* const client = new PolyVClient({ appId: 'xxx', appSecret: 'yyy' });
|
|
424
|
+
* const result = await client.other.registerUser({...});
|
|
425
|
+
* ```
|
|
426
|
+
*/
|
|
427
|
+
export declare class OtherService {
|
|
428
|
+
private client;
|
|
429
|
+
/**
|
|
430
|
+
* Create a new OtherService instance
|
|
431
|
+
*
|
|
432
|
+
* @param client - The PolyVClient instance to use for API calls
|
|
433
|
+
*/
|
|
434
|
+
constructor(client: PolyVClient);
|
|
435
|
+
/**
|
|
436
|
+
* Register a new PolyV user
|
|
437
|
+
* Creates a new PolyV account
|
|
438
|
+
*
|
|
439
|
+
* @param params - Registration parameters
|
|
440
|
+
* @returns User credentials including userId, password, appId, appSecret
|
|
441
|
+
*
|
|
442
|
+
* @example
|
|
443
|
+
* ```typescript
|
|
444
|
+
* const result = await client.other.registerUser({
|
|
445
|
+
* company: 'Test Company',
|
|
446
|
+
* mobile: 17600000000,
|
|
447
|
+
* contact: 'Test Contact',
|
|
448
|
+
* email: 'test@polyv.net',
|
|
449
|
+
* });
|
|
450
|
+
* ```
|
|
451
|
+
*/
|
|
452
|
+
registerUser(params: RegisterUserParams): Promise<RegisterUserResponse>;
|
|
453
|
+
/**
|
|
454
|
+
* Create a Tencent enterprise order
|
|
455
|
+
* Creates an order for Tencent enterprise services
|
|
456
|
+
*
|
|
457
|
+
* @param params - Order parameters
|
|
458
|
+
* @returns true on success
|
|
459
|
+
*
|
|
460
|
+
* @example
|
|
461
|
+
* ```typescript
|
|
462
|
+
* const result = await client.other.createTencentOrder({
|
|
463
|
+
* UIN: 'test-uin',
|
|
464
|
+
* orderId: 'test-order-id',
|
|
465
|
+
* email: 'admin@polyv.net',
|
|
466
|
+
* mobile: '18888888888',
|
|
467
|
+
* });
|
|
468
|
+
* ```
|
|
469
|
+
*/
|
|
470
|
+
createTencentOrder(params: CreateTencentOrderParams): Promise<boolean>;
|
|
471
|
+
/**
|
|
472
|
+
* Reset CCB focus channel list
|
|
473
|
+
* Sets or clears the focus live list for CCB
|
|
474
|
+
*
|
|
475
|
+
* @param params - Parameters including channelIds (optional)
|
|
476
|
+
* @returns null on success
|
|
477
|
+
*
|
|
478
|
+
* @example
|
|
479
|
+
* ```typescript
|
|
480
|
+
* const result = await client.other.resetCcbFocus({
|
|
481
|
+
* channelIds: '2731380,2750506,2737621,365032',
|
|
482
|
+
* });
|
|
483
|
+
* ```
|
|
484
|
+
*/
|
|
485
|
+
resetCcbFocus(params: ResetCcbFocusParams): Promise<null>;
|
|
486
|
+
/**
|
|
487
|
+
* List Tencent stream info
|
|
488
|
+
* Gets stream information for a channel
|
|
489
|
+
*
|
|
490
|
+
* @param params - Parameters including channelId (required)
|
|
491
|
+
* @returns Array of stream info objects
|
|
492
|
+
*
|
|
493
|
+
* @example
|
|
494
|
+
* ```typescript
|
|
495
|
+
* const result = await client.other.listTencentStreamInfo({
|
|
496
|
+
* channelId: '3880533',
|
|
497
|
+
* });
|
|
498
|
+
* ```
|
|
499
|
+
*/
|
|
500
|
+
listTencentStreamInfo(params: ListTencentStreamInfoParams): Promise<TencentStreamInfoItem[]>;
|
|
501
|
+
/**
|
|
502
|
+
* Check channel status valid
|
|
503
|
+
* Validates the status of multiple channels
|
|
504
|
+
*
|
|
505
|
+
* @param params - Parameters including channels (comma-separated, max 100)
|
|
506
|
+
* @returns Object with validChannels and invalidChannels arrays
|
|
507
|
+
*
|
|
508
|
+
* @example
|
|
509
|
+
* ```typescript
|
|
510
|
+
* const result = await client.other.checkChannelStatusValid({
|
|
511
|
+
* channels: '1965681,2272665,3297504',
|
|
512
|
+
* });
|
|
513
|
+
* ```
|
|
514
|
+
*/
|
|
515
|
+
checkChannelStatusValid(params: CheckChannelStatusValidParams): Promise<CheckChannelStatusValidResponse>;
|
|
516
|
+
/**
|
|
517
|
+
* Get inviter poster list
|
|
518
|
+
* Gets a paginated list of inviter poster records
|
|
519
|
+
*
|
|
520
|
+
* @param params - Parameters including channelId (required)
|
|
521
|
+
* @returns Paginated response with inviter poster records
|
|
522
|
+
*
|
|
523
|
+
* @example
|
|
524
|
+
* ```typescript
|
|
525
|
+
* const result = await client.other.getInviterPosterList({
|
|
526
|
+
* channelId: '2731380',
|
|
527
|
+
* pageNumber: 1,
|
|
528
|
+
* pageSize: 10,
|
|
529
|
+
* });
|
|
530
|
+
* ```
|
|
531
|
+
*/
|
|
532
|
+
getInviterPosterList(params: GetInviterPosterListParams): Promise<GetInviterPosterListResponse>;
|
|
533
|
+
/**
|
|
534
|
+
* Get group login times
|
|
535
|
+
* Gets login statistics by group for a channel
|
|
536
|
+
*
|
|
537
|
+
* @param params - Parameters including channelId (required)
|
|
538
|
+
* @returns Array of group login statistics
|
|
539
|
+
*
|
|
540
|
+
* @example
|
|
541
|
+
* ```typescript
|
|
542
|
+
* const result = await client.other.getGroupLoginTimes({
|
|
543
|
+
* channelId: '1965681',
|
|
544
|
+
* });
|
|
545
|
+
* ```
|
|
546
|
+
*/
|
|
547
|
+
getGroupLoginTimes(params: GetGroupLoginTimesParams): Promise<GroupLoginTimesItem[]>;
|
|
548
|
+
/**
|
|
549
|
+
* Emit message by user ID
|
|
550
|
+
* Broadcasts a message to specific users in a room
|
|
551
|
+
*
|
|
552
|
+
* @param params - Parameters including roomId, userIds (max 2000), and payload
|
|
553
|
+
* @returns Empty object on success
|
|
554
|
+
*
|
|
555
|
+
* @example
|
|
556
|
+
* ```typescript
|
|
557
|
+
* const result = await client.other.emitByUserId({
|
|
558
|
+
* roomId: '123456',
|
|
559
|
+
* userIds: ['user1', 'user2', 'user3'],
|
|
560
|
+
* payload: 'Hello everyone!',
|
|
561
|
+
* });
|
|
562
|
+
* ```
|
|
563
|
+
*/
|
|
564
|
+
emitByUserId(params: EmitByUserIdParams): Promise<Record<string, never>>;
|
|
565
|
+
/**
|
|
566
|
+
* Health check
|
|
567
|
+
* Checks the health status of the group service
|
|
568
|
+
*
|
|
569
|
+
* @returns Health status object
|
|
570
|
+
*
|
|
571
|
+
* @example
|
|
572
|
+
* ```typescript
|
|
573
|
+
* const result = await client.other.healthCheck();
|
|
574
|
+
* ```
|
|
575
|
+
*/
|
|
576
|
+
healthCheck(): Promise<HealthCheckResponse>;
|
|
577
|
+
/**
|
|
578
|
+
* Create isolation (sub-account)
|
|
579
|
+
* Creates a sub-account under the group
|
|
580
|
+
*
|
|
581
|
+
* @param params - Parameters including email and password (required)
|
|
582
|
+
* @returns Created user information
|
|
583
|
+
*
|
|
584
|
+
* @example
|
|
585
|
+
* ```typescript
|
|
586
|
+
* const result = await client.other.createIsolation({
|
|
587
|
+
* email: 'subaccount@polyv.net',
|
|
588
|
+
* password: 'Test123456',
|
|
589
|
+
* });
|
|
590
|
+
* ```
|
|
591
|
+
*/
|
|
592
|
+
createIsolation(params: CreateIsolationParams): Promise<CreateIsolationResponse>;
|
|
593
|
+
/**
|
|
594
|
+
* Create isolation zone
|
|
595
|
+
* Creates an isolation zone for a user
|
|
596
|
+
*
|
|
597
|
+
* @param params - Parameters including userId (required)
|
|
598
|
+
* @returns Created isolation zone information
|
|
599
|
+
*
|
|
600
|
+
* @example
|
|
601
|
+
* ```typescript
|
|
602
|
+
* const result = await client.other.createIsolationZone({
|
|
603
|
+
* userId: 'user-123',
|
|
604
|
+
* });
|
|
605
|
+
* ```
|
|
606
|
+
*/
|
|
607
|
+
createIsolationZone(params: CreateIsolationZoneParams): Promise<CreateIsolationZoneResponse>;
|
|
608
|
+
/**
|
|
609
|
+
* Get package validity list
|
|
610
|
+
* Gets sub-account resource allocation list
|
|
611
|
+
*
|
|
612
|
+
* @param params - Optional filter parameters
|
|
613
|
+
* @returns Paginated list of sub-account resources
|
|
614
|
+
*
|
|
615
|
+
* @example
|
|
616
|
+
* ```typescript
|
|
617
|
+
* const result = await client.other.getPackageValidityList({
|
|
618
|
+
* emails: 'subaccount@polyv.net',
|
|
619
|
+
* });
|
|
620
|
+
* ```
|
|
621
|
+
*/
|
|
622
|
+
getPackageValidityList(params?: GetPackageValidityListParams): Promise<GetPackageValidityListResponse>;
|
|
623
|
+
/**
|
|
624
|
+
* Update package validity
|
|
625
|
+
* Allocates resources to a sub-account
|
|
626
|
+
*
|
|
627
|
+
* @param params - Parameters including email (required) and resource allocations
|
|
628
|
+
* @returns true on success
|
|
629
|
+
*
|
|
630
|
+
* @example
|
|
631
|
+
* ```typescript
|
|
632
|
+
* const result = await client.other.updatePackageValidity({
|
|
633
|
+
* email: 'subaccount@polyv.net',
|
|
634
|
+
* concurrent: 100,
|
|
635
|
+
* minutes: 1000,
|
|
636
|
+
* });
|
|
637
|
+
* ```
|
|
638
|
+
*/
|
|
639
|
+
updatePackageValidity(params: UpdatePackageValidityParams): Promise<boolean>;
|
|
640
|
+
/**
|
|
641
|
+
* Reset app secret
|
|
642
|
+
* Resets the app secret for a sub-account
|
|
643
|
+
*
|
|
644
|
+
* @param params - Parameters including email (required)
|
|
645
|
+
* @returns New app secret
|
|
646
|
+
*
|
|
647
|
+
* @example
|
|
648
|
+
* ```typescript
|
|
649
|
+
* const result = await client.other.resetAppSecret({
|
|
650
|
+
* email: 'subaccount@polyv.net',
|
|
651
|
+
* });
|
|
652
|
+
* ```
|
|
653
|
+
*/
|
|
654
|
+
resetAppSecret(params: ResetAppSecretParams): Promise<ResetAppSecretResponse>;
|
|
655
|
+
/**
|
|
656
|
+
* Get isolation billing list
|
|
657
|
+
* Gets billing records for an isolation zone
|
|
658
|
+
*
|
|
659
|
+
* @param params - Parameters including billingDate and isolationId (required)
|
|
660
|
+
* @returns Paginated list of billing records
|
|
661
|
+
*
|
|
662
|
+
* @example
|
|
663
|
+
* ```typescript
|
|
664
|
+
* const result = await client.other.getIsolationBillingList({
|
|
665
|
+
* billingDate: '202205',
|
|
666
|
+
* isolationId: 'isolation-123',
|
|
667
|
+
* });
|
|
668
|
+
* ```
|
|
669
|
+
*/
|
|
670
|
+
getIsolationBillingList(params: GetIsolationBillingListParams): Promise<GetIsolationBillingListResponse>;
|
|
671
|
+
/**
|
|
672
|
+
* Get isolation list
|
|
673
|
+
* Gets the account list for an isolation zone
|
|
674
|
+
*
|
|
675
|
+
* @param params - Parameters including isolationId (required)
|
|
676
|
+
* @returns Array of accounts in the isolation zone
|
|
677
|
+
*
|
|
678
|
+
* @example
|
|
679
|
+
* ```typescript
|
|
680
|
+
* const result = await client.other.getIsolationList({
|
|
681
|
+
* isolationId: 'isolation-123',
|
|
682
|
+
* });
|
|
683
|
+
* ```
|
|
684
|
+
*/
|
|
685
|
+
getIsolationList(params: GetIsolationListParams): Promise<IsolationAccountItem[]>;
|
|
686
|
+
}
|
|
687
|
+
//# sourceMappingURL=other.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"other.service.d.ts","sourceRoot":"","sources":["../../src/services/other.service.ts"],"names":[],"mappings":"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"}
|