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.
Files changed (148) hide show
  1. package/dist/auth/index.d.ts +9 -0
  2. package/dist/auth/index.d.ts.map +1 -0
  3. package/dist/auth/signature.d.ts +67 -0
  4. package/dist/auth/signature.d.ts.map +1 -0
  5. package/dist/client.d.ts +209 -0
  6. package/dist/client.d.ts.map +1 -0
  7. package/dist/constants/error-codes.d.ts +134 -0
  8. package/dist/constants/error-codes.d.ts.map +1 -0
  9. package/dist/constants/index.d.ts +8 -0
  10. package/dist/constants/index.d.ts.map +1 -0
  11. package/dist/errors/index.d.ts +11 -0
  12. package/dist/errors/index.d.ts.map +1 -0
  13. package/dist/errors/polyv-api-error.d.ts +71 -0
  14. package/dist/errors/polyv-api-error.d.ts.map +1 -0
  15. package/dist/errors/polyv-error.d.ts +31 -0
  16. package/dist/errors/polyv-error.d.ts.map +1 -0
  17. package/dist/errors/polyv-validation-error.d.ts +72 -0
  18. package/dist/errors/polyv-validation-error.d.ts.map +1 -0
  19. package/dist/errors/type-guards.d.ts +19 -0
  20. package/dist/errors/type-guards.d.ts.map +1 -0
  21. package/dist/errors/types.d.ts +13 -0
  22. package/dist/errors/types.d.ts.map +1 -0
  23. package/dist/index.cjs +15295 -0
  24. package/dist/index.cjs.map +1 -0
  25. package/dist/index.d.cts +19501 -0
  26. package/dist/index.d.ts +18 -0
  27. package/dist/index.d.ts.map +1 -0
  28. package/dist/index.js +15258 -0
  29. package/dist/index.js.map +1 -0
  30. package/dist/services/account.service.d.ts +402 -0
  31. package/dist/services/account.service.d.ts.map +1 -0
  32. package/dist/services/channel.service.d.ts +2033 -0
  33. package/dist/services/channel.service.d.ts.map +1 -0
  34. package/dist/services/chat.service.d.ts +592 -0
  35. package/dist/services/chat.service.d.ts.map +1 -0
  36. package/dist/services/finance.service.d.ts +160 -0
  37. package/dist/services/finance.service.d.ts.map +1 -0
  38. package/dist/services/group.service.d.ts +191 -0
  39. package/dist/services/group.service.d.ts.map +1 -0
  40. package/dist/services/index.d.ts +27 -0
  41. package/dist/services/index.d.ts.map +1 -0
  42. package/dist/services/live-interaction.service.d.ts +474 -0
  43. package/dist/services/live-interaction.service.d.ts.map +1 -0
  44. package/dist/services/other.service.d.ts +687 -0
  45. package/dist/services/other.service.d.ts.map +1 -0
  46. package/dist/services/platform.service.d.ts +190 -0
  47. package/dist/services/platform.service.d.ts.map +1 -0
  48. package/dist/services/player.service.d.ts +195 -0
  49. package/dist/services/player.service.d.ts.map +1 -0
  50. package/dist/services/v4/ai.service.d.ts +205 -0
  51. package/dist/services/v4/ai.service.d.ts.map +1 -0
  52. package/dist/services/v4/channel.service.d.ts +854 -0
  53. package/dist/services/v4/channel.service.d.ts.map +1 -0
  54. package/dist/services/v4/chat.service.d.ts +199 -0
  55. package/dist/services/v4/chat.service.d.ts.map +1 -0
  56. package/dist/services/v4/global.service.d.ts +86 -0
  57. package/dist/services/v4/global.service.d.ts.map +1 -0
  58. package/dist/services/v4/group.service.d.ts +132 -0
  59. package/dist/services/v4/group.service.d.ts.map +1 -0
  60. package/dist/services/v4/material.service.d.ts +85 -0
  61. package/dist/services/v4/material.service.d.ts.map +1 -0
  62. package/dist/services/v4/platform.service.d.ts +148 -0
  63. package/dist/services/v4/platform.service.d.ts.map +1 -0
  64. package/dist/services/v4/robot.service.d.ts +144 -0
  65. package/dist/services/v4/robot.service.d.ts.map +1 -0
  66. package/dist/services/v4/statistics.service.d.ts +61 -0
  67. package/dist/services/v4/statistics.service.d.ts.map +1 -0
  68. package/dist/services/v4/user.service.d.ts +1014 -0
  69. package/dist/services/v4/user.service.d.ts.map +1 -0
  70. package/dist/services/v4/webapp.service.d.ts +131 -0
  71. package/dist/services/v4/webapp.service.d.ts.map +1 -0
  72. package/dist/services/web.service.d.ts +758 -0
  73. package/dist/services/web.service.d.ts.map +1 -0
  74. package/dist/types/account.d.ts +287 -0
  75. package/dist/types/account.d.ts.map +1 -0
  76. package/dist/types/auth.d.ts +31 -0
  77. package/dist/types/auth.d.ts.map +1 -0
  78. package/dist/types/callback.d.ts +156 -0
  79. package/dist/types/callback.d.ts.map +1 -0
  80. package/dist/types/channel.d.ts +2263 -0
  81. package/dist/types/channel.d.ts.map +1 -0
  82. package/dist/types/chat-banned.d.ts +366 -0
  83. package/dist/types/chat-banned.d.ts.map +1 -0
  84. package/dist/types/chat-censor-role.d.ts +190 -0
  85. package/dist/types/chat-censor-role.d.ts.map +1 -0
  86. package/dist/types/chat.d.ts +142 -0
  87. package/dist/types/chat.d.ts.map +1 -0
  88. package/dist/types/client.d.ts +43 -0
  89. package/dist/types/client.d.ts.map +1 -0
  90. package/dist/types/common.d.ts +52 -0
  91. package/dist/types/common.d.ts.map +1 -0
  92. package/dist/types/finance.d.ts +252 -0
  93. package/dist/types/finance.d.ts.map +1 -0
  94. package/dist/types/group.d.ts +129 -0
  95. package/dist/types/group.d.ts.map +1 -0
  96. package/dist/types/index.d.ts +50 -0
  97. package/dist/types/index.d.ts.map +1 -0
  98. package/dist/types/live-interaction.d.ts +301 -0
  99. package/dist/types/live-interaction.d.ts.map +1 -0
  100. package/dist/types/pagination.d.ts +37 -0
  101. package/dist/types/pagination.d.ts.map +1 -0
  102. package/dist/types/platform.d.ts +178 -0
  103. package/dist/types/platform.d.ts.map +1 -0
  104. package/dist/types/player.d.ts +177 -0
  105. package/dist/types/player.d.ts.map +1 -0
  106. package/dist/types/request.d.ts +45 -0
  107. package/dist/types/request.d.ts.map +1 -0
  108. package/dist/types/response.d.ts +58 -0
  109. package/dist/types/response.d.ts.map +1 -0
  110. package/dist/types/signature.d.ts +50 -0
  111. package/dist/types/signature.d.ts.map +1 -0
  112. package/dist/types/upload.d.ts +32 -0
  113. package/dist/types/upload.d.ts.map +1 -0
  114. package/dist/types/v4-ai.d.ts +379 -0
  115. package/dist/types/v4-ai.d.ts.map +1 -0
  116. package/dist/types/v4-channel.d.ts +2400 -0
  117. package/dist/types/v4-channel.d.ts.map +1 -0
  118. package/dist/types/v4-chat.d.ts +190 -0
  119. package/dist/types/v4-chat.d.ts.map +1 -0
  120. package/dist/types/v4-global.d.ts +150 -0
  121. package/dist/types/v4-global.d.ts.map +1 -0
  122. package/dist/types/v4-group.d.ts +212 -0
  123. package/dist/types/v4-group.d.ts.map +1 -0
  124. package/dist/types/v4-material.d.ts +141 -0
  125. package/dist/types/v4-material.d.ts.map +1 -0
  126. package/dist/types/v4-platform.d.ts +223 -0
  127. package/dist/types/v4-platform.d.ts.map +1 -0
  128. package/dist/types/v4-robot.d.ts +149 -0
  129. package/dist/types/v4-robot.d.ts.map +1 -0
  130. package/dist/types/v4-statistics.d.ts +87 -0
  131. package/dist/types/v4-statistics.d.ts.map +1 -0
  132. package/dist/types/v4-user.d.ts +1021 -0
  133. package/dist/types/v4-user.d.ts.map +1 -0
  134. package/dist/types/v4-webapp.d.ts +161 -0
  135. package/dist/types/v4-webapp.d.ts.map +1 -0
  136. package/dist/types/version.d.ts +21 -0
  137. package/dist/types/version.d.ts.map +1 -0
  138. package/dist/types/web.d.ts +868 -0
  139. package/dist/types/web.d.ts.map +1 -0
  140. package/dist/utils/env.d.ts +54 -0
  141. package/dist/utils/env.d.ts.map +1 -0
  142. package/dist/utils/index.d.ts +11 -0
  143. package/dist/utils/index.d.ts.map +1 -0
  144. package/dist/utils/pagination.d.ts +62 -0
  145. package/dist/utils/pagination.d.ts.map +1 -0
  146. package/dist/utils/signature.d.ts +67 -0
  147. package/dist/utils/signature.d.ts.map +1 -0
  148. package/package.json +76 -0
@@ -0,0 +1,160 @@
1
+ /**
2
+ * Finance Service
3
+ *
4
+ * Service for managing PolyV finance-related operations (Audio/Video Moderation).
5
+ * Provides methods for audio and video moderation settings and records.
6
+ *
7
+ * @module services/finance
8
+ */
9
+ import type { PolyVClient } from '../client.js';
10
+ import type { AudioModerationSettings, ListAudioModerationRecordsParams, ListAudioModerationRecordsResponse, UpdateAudioModerationSettingsParams, VideoModerationSettings, UpdateVideoModerationSettingsParams, ListVideoModerationResultsParams, ListVideoModerationResultsResponse } from '../types/finance.js';
11
+ /**
12
+ * FinanceService
13
+ *
14
+ * Provides methods to interact with PolyV Finance APIs (Audio/Video Moderation).
15
+ *
16
+ * @example
17
+ * ```typescript
18
+ * const client = new PolyVClient({ appId: 'xxx', appSecret: 'yyy' });
19
+ * const settings = await client.finance.getAudioModerationSettings(123456);
20
+ * ```
21
+ */
22
+ export declare class FinanceService {
23
+ private client;
24
+ /**
25
+ * Create a new FinanceService instance
26
+ *
27
+ * @param client - The PolyVClient instance to use for API calls
28
+ */
29
+ constructor(client: PolyVClient);
30
+ /**
31
+ * Get audio moderation settings
32
+ * Query audio moderation settings for a channel
33
+ *
34
+ * @param channelId - Channel ID
35
+ * @returns Audio moderation settings
36
+ *
37
+ * @example
38
+ * ```typescript
39
+ * const settings = await client.finance.getAudioModerationSettings(123456);
40
+ * console.log(settings.moderationEnabled);
41
+ * ```
42
+ */
43
+ getAudioModerationSettings(channelId: number | string): Promise<AudioModerationSettings>;
44
+ /**
45
+ * List audio moderation records
46
+ * Query paginated list of audio moderation records
47
+ *
48
+ * @param channelId - Channel ID
49
+ * @param params - Optional filter parameters
50
+ * @returns Paginated list of audio moderation records
51
+ *
52
+ * @example
53
+ * ```typescript
54
+ * const records = await client.finance.listAudioModerationRecords(123456, {
55
+ * pageNumber: 1,
56
+ * pageSize: 10,
57
+ * });
58
+ * ```
59
+ */
60
+ listAudioModerationRecords(channelId: number | string, params?: Omit<ListAudioModerationRecordsParams, 'channelId'>): Promise<ListAudioModerationRecordsResponse>;
61
+ /**
62
+ * Update audio moderation settings
63
+ * Modify audio moderation settings for a channel
64
+ *
65
+ * @param channelId - Channel ID
66
+ * @param settings - Update parameters
67
+ * @returns true on success
68
+ *
69
+ * @example
70
+ * ```typescript
71
+ * await client.finance.updateAudioModerationSettings(123456, {
72
+ * moderationEnabled: 'Y',
73
+ * moderationStrategy: 'normal',
74
+ * });
75
+ * ```
76
+ */
77
+ updateAudioModerationSettings(channelId: number | string, settings: UpdateAudioModerationSettingsParams): Promise<boolean>;
78
+ /**
79
+ * Get video moderation settings
80
+ * Query video moderation settings for a channel
81
+ *
82
+ * @param channelId - Channel ID
83
+ * @returns Video moderation settings
84
+ *
85
+ * @example
86
+ * ```typescript
87
+ * const settings = await client.finance.getVideoModerationSettings(123456);
88
+ * console.log(settings.imageFrequency);
89
+ * ```
90
+ */
91
+ getVideoModerationSettings(channelId: number | string): Promise<VideoModerationSettings>;
92
+ /**
93
+ * Update video moderation settings
94
+ * Modify video moderation settings for a channel
95
+ *
96
+ * @param channelId - Channel ID
97
+ * @param settings - Update parameters (all required)
98
+ * @returns true on success
99
+ *
100
+ * @example
101
+ * ```typescript
102
+ * await client.finance.updateVideoModerationSettings(123456, {
103
+ * moderationEnabled: 'Y',
104
+ * moderationStrategy: 'finance_serious',
105
+ * imageFrequency: 60,
106
+ * illegalNotify: {
107
+ * platformEnabled: 'Y',
108
+ * },
109
+ * });
110
+ * ```
111
+ */
112
+ updateVideoModerationSettings(channelId: number | string, settings: UpdateVideoModerationSettingsParams): Promise<boolean>;
113
+ /**
114
+ * List video moderation results
115
+ * Query paginated list of video moderation results
116
+ *
117
+ * @param channelId - Channel ID
118
+ * @param params - Optional filter parameters
119
+ * @returns Paginated list of video moderation results
120
+ *
121
+ * @example
122
+ * ```typescript
123
+ * const results = await client.finance.listVideoModerationResults(123456, {
124
+ * sessionId: 'abc123',
125
+ * pageNumber: 1,
126
+ * pageSize: 20,
127
+ * });
128
+ * ```
129
+ */
130
+ listVideoModerationResults(channelId: number | string, params?: Omit<ListVideoModerationResultsParams, 'channelId'>): Promise<ListVideoModerationResultsResponse>;
131
+ /**
132
+ * Validate channel ID
133
+ */
134
+ private validateChannelId;
135
+ /**
136
+ * Validate Y/N value
137
+ */
138
+ private validateYNValue;
139
+ /**
140
+ * Validate audio moderation strategy
141
+ */
142
+ private validateAudioModerationStrategy;
143
+ /**
144
+ * Validate video moderation strategy
145
+ */
146
+ private validateVideoModerationStrategy;
147
+ /**
148
+ * Validate image frequency
149
+ */
150
+ private validateImageFrequency;
151
+ /**
152
+ * Validate illegal notify settings
153
+ */
154
+ private validateIllegalNotify;
155
+ /**
156
+ * Validate pagination parameters
157
+ */
158
+ private validatePagination;
159
+ }
160
+ //# sourceMappingURL=finance.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"finance.service.d.ts","sourceRoot":"","sources":["../../src/services/finance.service.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EACV,uBAAuB,EACvB,gCAAgC,EAChC,kCAAkC,EAClC,mCAAmC,EACnC,uBAAuB,EACvB,mCAAmC,EACnC,gCAAgC,EAChC,kCAAkC,EAEnC,MAAM,qBAAqB,CAAC;AAG7B;;;;;;;;;;GAUG;AACH,qBAAa,cAAc;IACzB,OAAO,CAAC,MAAM,CAAc;IAE5B;;;;OAIG;gBACS,MAAM,EAAE,WAAW;IAQ/B;;;;;;;;;;;;OAYG;IACG,0BAA0B,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAW9F;;;;;;;;;;;;;;;OAeG;IACG,0BAA0B,CAC9B,SAAS,EAAE,MAAM,GAAG,MAAM,EAC1B,MAAM,CAAC,EAAE,IAAI,CAAC,gCAAgC,EAAE,WAAW,CAAC,GAC3D,OAAO,CAAC,kCAAkC,CAAC;IAyC9C;;;;;;;;;;;;;;;OAeG;IACG,6BAA6B,CACjC,SAAS,EAAE,MAAM,GAAG,MAAM,EAC1B,QAAQ,EAAE,mCAAmC,GAC5C,OAAO,CAAC,OAAO,CAAC;IA4CnB;;;;;;;;;;;;OAYG;IACG,0BAA0B,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAW9F;;;;;;;;;;;;;;;;;;;OAmBG;IACG,6BAA6B,CACjC,SAAS,EAAE,MAAM,GAAG,MAAM,EAC1B,QAAQ,EAAE,mCAAmC,GAC5C,OAAO,CAAC,OAAO,CAAC;IAuCnB;;;;;;;;;;;;;;;;OAgBG;IACG,0BAA0B,CAC9B,SAAS,EAAE,MAAM,GAAG,MAAM,EAC1B,MAAM,CAAC,EAAE,IAAI,CAAC,gCAAgC,EAAE,WAAW,CAAC,GAC3D,OAAO,CAAC,kCAAkC,CAAC;IAuC9C;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAYzB;;OAEG;IACH,OAAO,CAAC,eAAe;IAMvB;;OAEG;IACH,OAAO,CAAC,+BAA+B;IAOvC;;OAEG;IACH,OAAO,CAAC,+BAA+B;IAOvC;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAO9B;;OAEG;IACH,OAAO,CAAC,qBAAqB;IAY7B;;OAEG;IACH,OAAO,CAAC,kBAAkB;CAa3B"}
@@ -0,0 +1,191 @@
1
+ /**
2
+ * Group Service
3
+ *
4
+ * Service for managing PolyV Group Account operations (v2 API).
5
+ * Provides methods for resource allocation to sub-accounts including:
6
+ * - Live streaming concurrency and duration
7
+ * - VOD flow and storage space
8
+ * - Allocation record queries
9
+ *
10
+ * @module services/group
11
+ */
12
+ import type { PolyVClient } from '../client.js';
13
+ import type { ListAllocateLogParams, ListAllocateLogResponse, SetConcurrencesParams, SetFlowParams, SetLiveDurationsParams, SetSpaceParams } from '../types/group.js';
14
+ /**
15
+ * GroupService
16
+ *
17
+ * Provides methods to interact with PolyV Group Account APIs (v2).
18
+ * Used for managing sub-account resource allocation.
19
+ *
20
+ * @example
21
+ * ```typescript
22
+ * const client = new PolyVClient({ appId: 'xxx', appSecret: 'yyy' });
23
+ *
24
+ * // Allocate live concurrency to sub-account
25
+ * await client.group.setConcurrences({
26
+ * email: 'sub@polyv.com',
27
+ * concurrences: 100,
28
+ * type: 'add'
29
+ * });
30
+ *
31
+ * // Query allocation records
32
+ * const logs = await client.group.listAllocateLog({
33
+ * emails: 'sub@polyv.com'
34
+ * });
35
+ * ```
36
+ */
37
+ export declare class GroupService {
38
+ private client;
39
+ /**
40
+ * Create a new GroupService instance
41
+ *
42
+ * @param client - The PolyVClient instance to use for API calls
43
+ */
44
+ constructor(client: PolyVClient);
45
+ /**
46
+ * List allocation records for sub-accounts
47
+ * Query allocation history for one or more sub-accounts
48
+ *
49
+ * @param params - Query parameters including emails (required)
50
+ * @returns Paginated list of allocation records
51
+ *
52
+ * @example
53
+ * ```typescript
54
+ * const logs = await client.group.listAllocateLog({
55
+ * emails: 'sub@polyv.com',
56
+ * type: 'live',
57
+ * page: 1,
58
+ * pageSize: 20
59
+ * });
60
+ * ```
61
+ */
62
+ listAllocateLog(params: ListAllocateLogParams): Promise<ListAllocateLogResponse>;
63
+ /**
64
+ * Set live concurrency for a sub-account
65
+ * Allocate or recover live streaming concurrency
66
+ *
67
+ * @param params - Parameters including email (required) and concurrences (required)
68
+ * @returns "success" on successful allocation
69
+ *
70
+ * @example
71
+ * ```typescript
72
+ * // Add concurrency
73
+ * await client.group.setConcurrences({
74
+ * email: 'sub@polyv.com',
75
+ * concurrences: 100,
76
+ * type: 'add'
77
+ * });
78
+ *
79
+ * // Recover concurrency
80
+ * await client.group.setConcurrences({
81
+ * email: 'sub@polyv.com',
82
+ * concurrences: 50,
83
+ * type: 'recover'
84
+ * });
85
+ * ```
86
+ */
87
+ setConcurrences(params: SetConcurrencesParams): Promise<string>;
88
+ /**
89
+ * Set VOD flow for a sub-account
90
+ * Allocate or recover VOD flow/bandwidth
91
+ *
92
+ * @param params - Parameters including email (required)
93
+ * @returns "success" on successful allocation
94
+ *
95
+ * @example
96
+ * ```typescript
97
+ * // Add flow
98
+ * await client.group.setFlow({
99
+ * email: 'sub@polyv.com',
100
+ * type: 'add'
101
+ * });
102
+ *
103
+ * // Recover all flow
104
+ * await client.group.setFlow({
105
+ * email: 'sub@polyv.com',
106
+ * type: 'recover',
107
+ * all: 1
108
+ * });
109
+ * ```
110
+ */
111
+ setFlow(params: SetFlowParams): Promise<string>;
112
+ /**
113
+ * Set live duration for a sub-account
114
+ * Allocate or recover live streaming minutes
115
+ *
116
+ * @param params - Parameters including email (required) and duration (required)
117
+ * @returns "success" on successful allocation
118
+ *
119
+ * @example
120
+ * ```typescript
121
+ * // Add duration
122
+ * await client.group.setLiveDurations({
123
+ * email: 'sub@polyv.com',
124
+ * duration: 1000,
125
+ * type: 'add'
126
+ * });
127
+ *
128
+ * // Recover duration
129
+ * await client.group.setLiveDurations({
130
+ * email: 'sub@polyv.com',
131
+ * duration: 500,
132
+ * type: 'recover'
133
+ * });
134
+ * ```
135
+ */
136
+ setLiveDurations(params: SetLiveDurationsParams): Promise<string>;
137
+ /**
138
+ * Set VOD space for a sub-account
139
+ * Allocate or recover VOD storage space (in GB)
140
+ *
141
+ * @param params - Parameters including email (required)
142
+ * @returns "success" on successful allocation
143
+ *
144
+ * @example
145
+ * ```typescript
146
+ * // Add space
147
+ * await client.group.setSpace({
148
+ * email: 'sub@polyv.com',
149
+ * space: 10,
150
+ * type: 'add'
151
+ * });
152
+ *
153
+ * // Recover all space
154
+ * await client.group.setSpace({
155
+ * email: 'sub@polyv.com',
156
+ * type: 'recover',
157
+ * all: 1
158
+ * });
159
+ * ```
160
+ */
161
+ setSpace(params: SetSpaceParams): Promise<string>;
162
+ /**
163
+ * Validate email (single)
164
+ */
165
+ private validateEmail;
166
+ /**
167
+ * Validate emails (comma-separated)
168
+ */
169
+ private validateEmails;
170
+ /**
171
+ * Validate allocation log type
172
+ */
173
+ private validateAllocateLogType;
174
+ /**
175
+ * Validate allocation type (add/recover)
176
+ */
177
+ private validateAllocationType;
178
+ /**
179
+ * Validate positive integer
180
+ */
181
+ private validatePositiveInteger;
182
+ /**
183
+ * Validate all parameter (only valid with type=recover)
184
+ */
185
+ private validateAllParameter;
186
+ /**
187
+ * Validate pagination parameters
188
+ */
189
+ private validatePagination;
190
+ }
191
+ //# sourceMappingURL=group.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group.service.d.ts","sourceRoot":"","sources":["../../src/services/group.service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EACV,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,EACrB,aAAa,EACb,sBAAsB,EACtB,cAAc,EACf,MAAM,mBAAmB,CAAC;AAG3B;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,qBAAa,YAAY;IACvB,OAAO,CAAC,MAAM,CAAc;IAE5B;;;;OAIG;gBACS,MAAM,EAAE,WAAW;IAQ/B;;;;;;;;;;;;;;;;OAgBG;IACG,eAAe,CAAC,MAAM,EAAE,qBAAqB,GAAG,OAAO,CAAC,uBAAuB,CAAC;IA2CtF;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACG,eAAe,CAAC,MAAM,EAAE,qBAAqB,GAAG,OAAO,CAAC,MAAM,CAAC;IAgCrE;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACG,OAAO,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC;IAqCrD;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACG,gBAAgB,CAAC,MAAM,EAAE,sBAAsB,GAAG,OAAO,CAAC,MAAM,CAAC;IAmCvE;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACG,QAAQ,CAAC,MAAM,EAAE,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC;IA8CvD;;OAEG;IACH,OAAO,CAAC,aAAa;IAWrB;;OAEG;IACH,OAAO,CAAC,cAAc;IAMtB;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAO/B;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAO9B;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAM/B;;OAEG;IACH,OAAO,CAAC,oBAAoB;IAM5B;;OAEG;IACH,OAAO,CAAC,kBAAkB;CAa3B"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Services Module
3
+ *
4
+ * This module exports all service classes for the PolyV SDK.
5
+ */
6
+ export { ChannelService } from './channel.service.js';
7
+ export { ChatService } from './chat.service.js';
8
+ export { LiveInteractionService } from './live-interaction.service.js';
9
+ export { AccountService } from './account.service.js';
10
+ export { WebService } from './web.service.js';
11
+ export { PlatformService } from './platform.service.js';
12
+ export { FinanceService } from './finance.service.js';
13
+ export { GroupService } from './group.service.js';
14
+ export { V4AiService } from './v4/ai.service.js';
15
+ export { V4RobotService } from './v4/robot.service.js';
16
+ export { V4ChannelService } from './v4/channel.service.js';
17
+ export { V4ChatService } from './v4/chat.service.js';
18
+ export { V4StatisticsService } from './v4/statistics.service.js';
19
+ export { V4UserService } from './v4/user.service.js';
20
+ export { V4GlobalService } from './v4/global.service.js';
21
+ export { V4GroupService } from './v4/group.service.js';
22
+ export { V4MaterialService } from './v4/material.service.js';
23
+ export { V4PlatformService } from './v4/platform.service.js';
24
+ export { V4WebAppService } from './v4/webapp.service.js';
25
+ export { PlayerService } from './player.service.js';
26
+ export { OtherService } from './other.service.js';
27
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/services/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC"}