@alicloud/websitebuild20250429 2.38.1 → 2.38.2
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/models/CreateDistributionResponseBody.d.ts +16 -24
- package/dist/models/CreateDistributionResponseBody.js.map +1 -1
- package/dist/models/RewriteChannelTitleResponseBody.d.ts +16 -13
- package/dist/models/RewriteChannelTitleResponseBody.js.map +1 -1
- package/dist/models/SaveChannelDraftRequest.d.ts +18 -4
- package/dist/models/SaveChannelDraftRequest.js.map +1 -1
- package/dist/models/SaveChannelDraftResponseBody.d.ts +5 -5
- package/dist/models/SaveChannelDraftShrinkRequest.d.ts +16 -2
- package/dist/models/SaveChannelDraftShrinkRequest.js.map +1 -1
- package/dist/models/TranslateChannelDraftResponseBody.d.ts +14 -11
- package/dist/models/TranslateChannelDraftResponseBody.js.map +1 -1
- package/package.json +1 -1
- package/src/models/CreateDistributionResponseBody.ts +16 -24
- package/src/models/RewriteChannelTitleResponseBody.ts +16 -13
- package/src/models/SaveChannelDraftRequest.ts +18 -4
- package/src/models/SaveChannelDraftResponseBody.ts +5 -5
- package/src/models/SaveChannelDraftShrinkRequest.ts +16 -2
- package/src/models/TranslateChannelDraftResponseBody.ts +14 -11
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateDistributionResponseBodyModuleDraftsCoverImages extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The material center
|
|
5
|
+
* The file ID in the material center.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* xx
|
|
@@ -10,7 +10,7 @@ export declare class CreateDistributionResponseBodyModuleDraftsCoverImages exten
|
|
|
10
10
|
materialFileId?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The
|
|
13
|
+
* The CDN URL of the image.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* http://another-bucket.oss-cn-hangzhou.aliyuncs.com/path/to/file3\\"\\"`curl YFLd1vS4.popscan.xaliyun.com`\\"\\"
|
|
@@ -38,11 +38,7 @@ export declare class CreateDistributionResponseBodyModuleDraftsCoverImages exten
|
|
|
38
38
|
export declare class CreateDistributionResponseBodyModuleDrafts extends $dara.Model {
|
|
39
39
|
/**
|
|
40
40
|
* @remarks
|
|
41
|
-
* The AI adaptation status. Valid values:
|
|
42
|
-
* - NONE
|
|
43
|
-
* - ADAPTING
|
|
44
|
-
* - DONE
|
|
45
|
-
* - FAILED
|
|
41
|
+
* The AI adaptation status. Valid values: NONE, ADAPTING, DONE, and FAILED.
|
|
46
42
|
*
|
|
47
43
|
* @example
|
|
48
44
|
* xx
|
|
@@ -50,7 +46,7 @@ export declare class CreateDistributionResponseBodyModuleDrafts extends $dara.Mo
|
|
|
50
46
|
adaptStatus?: string;
|
|
51
47
|
/**
|
|
52
48
|
* @remarks
|
|
53
|
-
* The channel-adapted body
|
|
49
|
+
* The channel-adapted content body.
|
|
54
50
|
*
|
|
55
51
|
* @example
|
|
56
52
|
* xx
|
|
@@ -81,13 +77,16 @@ export declare class CreateDistributionResponseBodyModuleDrafts extends $dara.Mo
|
|
|
81
77
|
*/
|
|
82
78
|
channelAccount?: string;
|
|
83
79
|
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The display name of the publishing account.
|
|
82
|
+
*
|
|
84
83
|
* @example
|
|
85
84
|
* xx
|
|
86
85
|
*/
|
|
87
86
|
channelAccountName?: string;
|
|
88
87
|
/**
|
|
89
88
|
* @remarks
|
|
90
|
-
* The
|
|
89
|
+
* The display name of the channel.
|
|
91
90
|
*
|
|
92
91
|
* @example
|
|
93
92
|
* ch3
|
|
@@ -95,10 +94,7 @@ export declare class CreateDistributionResponseBodyModuleDrafts extends $dara.Mo
|
|
|
95
94
|
channelName?: string;
|
|
96
95
|
/**
|
|
97
96
|
* @remarks
|
|
98
|
-
* The channel type. Valid values:
|
|
99
|
-
* - DOMESTIC
|
|
100
|
-
* - OVERSEA
|
|
101
|
-
* - INTERNAL
|
|
97
|
+
* The channel type. Valid values: DOMESTIC, OVERSEA, and INTERNAL.
|
|
102
98
|
*
|
|
103
99
|
* @example
|
|
104
100
|
* 0
|
|
@@ -127,7 +123,7 @@ export declare class CreateDistributionResponseBodyModuleDrafts extends $dara.Mo
|
|
|
127
123
|
externalId?: string;
|
|
128
124
|
/**
|
|
129
125
|
* @remarks
|
|
130
|
-
* The
|
|
126
|
+
* The redirect URL of the platform.
|
|
131
127
|
*
|
|
132
128
|
* @example
|
|
133
129
|
* https://net-video.mistong.com:10160/api/preview/video/2026/04/15/67603b7c84694e619435e4662e98cb23_20260415095633.mp4
|
|
@@ -159,11 +155,7 @@ export declare class CreateDistributionResponseBodyModuleDrafts extends $dara.Mo
|
|
|
159
155
|
publishedAt?: number;
|
|
160
156
|
/**
|
|
161
157
|
* @remarks
|
|
162
|
-
* The status. Valid values:
|
|
163
|
-
* - EDITING
|
|
164
|
-
* - PUBLISHING
|
|
165
|
-
* - SUCCESS
|
|
166
|
-
* - FAILED
|
|
158
|
+
* The status. Valid values: EDITING, PUBLISHING, SUCCESS, and FAILED.
|
|
167
159
|
*
|
|
168
160
|
* @example
|
|
169
161
|
* 200
|
|
@@ -224,7 +216,7 @@ export declare class CreateDistributionResponseBodyModule extends $dara.Model {
|
|
|
224
216
|
export declare class CreateDistributionResponseBody extends $dara.Model {
|
|
225
217
|
/**
|
|
226
218
|
* @remarks
|
|
227
|
-
* The detailed reason why access
|
|
219
|
+
* The detailed reason why access was denied.
|
|
228
220
|
*
|
|
229
221
|
* @example
|
|
230
222
|
* {}
|
|
@@ -232,9 +224,9 @@ export declare class CreateDistributionResponseBody extends $dara.Model {
|
|
|
232
224
|
accessDeniedDetail?: string;
|
|
233
225
|
/**
|
|
234
226
|
* @remarks
|
|
235
|
-
* Indicates whether
|
|
236
|
-
* - false:
|
|
237
|
-
* - true:
|
|
227
|
+
* Indicates whether retry is allowed. Valid values:
|
|
228
|
+
* - false: Retry is not allowed.
|
|
229
|
+
* - true: Retry is allowed.
|
|
238
230
|
*
|
|
239
231
|
* @example
|
|
240
232
|
* False
|
|
@@ -292,7 +284,7 @@ export declare class CreateDistributionResponseBody extends $dara.Model {
|
|
|
292
284
|
rootErrorCode?: string;
|
|
293
285
|
/**
|
|
294
286
|
* @remarks
|
|
295
|
-
* The
|
|
287
|
+
* The error message.
|
|
296
288
|
*
|
|
297
289
|
* @example
|
|
298
290
|
* System exception
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateDistributionResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateDistributionResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qDAAsD,SAAQ,KAAK,CAAC,KAAK;IAyBpF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhDD,sHAgDC;AAED,MAAa,0CAA2C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateDistributionResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateDistributionResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class RewriteChannelTitleResponseBodyModuleCoverImages extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The material center
|
|
5
|
+
* The file ID in the material center.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* xx
|
|
@@ -10,7 +10,7 @@ export declare class RewriteChannelTitleResponseBodyModuleCoverImages extends $d
|
|
|
10
10
|
materialFileId?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The
|
|
13
|
+
* The CDN URL of the image.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* https://embedding-pic.oss-cn-beijing-internal.aliyuncs.com/30516570
|
|
@@ -18,7 +18,7 @@ export declare class RewriteChannelTitleResponseBodyModuleCoverImages extends $d
|
|
|
18
18
|
ossUrl?: string;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* The sort order.
|
|
21
|
+
* The sort order number.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* Ascending
|
|
@@ -62,7 +62,7 @@ export declare class RewriteChannelTitleResponseBodyModule extends $dara.Model {
|
|
|
62
62
|
adaptedTitle?: string;
|
|
63
63
|
/**
|
|
64
64
|
* @remarks
|
|
65
|
-
* The channel enumeration.
|
|
65
|
+
* The channel enumeration value.
|
|
66
66
|
*
|
|
67
67
|
* @example
|
|
68
68
|
* WECHAT
|
|
@@ -77,13 +77,16 @@ export declare class RewriteChannelTitleResponseBodyModule extends $dara.Model {
|
|
|
77
77
|
*/
|
|
78
78
|
channelAccount?: string;
|
|
79
79
|
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The display name of the publishing account.
|
|
82
|
+
*
|
|
80
83
|
* @example
|
|
81
84
|
* xx
|
|
82
85
|
*/
|
|
83
86
|
channelAccountName?: string;
|
|
84
87
|
/**
|
|
85
88
|
* @remarks
|
|
86
|
-
* The
|
|
89
|
+
* The display name of the channel.
|
|
87
90
|
*
|
|
88
91
|
* @example
|
|
89
92
|
* sipmplm
|
|
@@ -120,7 +123,7 @@ export declare class RewriteChannelTitleResponseBodyModule extends $dara.Model {
|
|
|
120
123
|
externalId?: string;
|
|
121
124
|
/**
|
|
122
125
|
* @remarks
|
|
123
|
-
* The
|
|
126
|
+
* The redirect URL of the platform.
|
|
124
127
|
*
|
|
125
128
|
* @example
|
|
126
129
|
* https://net-video.mistong.com:10160/api/preview/video/2025/11/03/53a90dd9bdfa44bda53aa2534bb8f463_20251103100032.mp4
|
|
@@ -136,7 +139,7 @@ export declare class RewriteChannelTitleResponseBodyModule extends $dara.Model {
|
|
|
136
139
|
failReason?: string;
|
|
137
140
|
/**
|
|
138
141
|
* @remarks
|
|
139
|
-
* The channel-specific publishing
|
|
142
|
+
* The channel-specific publishing configuration in JSON format.
|
|
140
143
|
*
|
|
141
144
|
* @example
|
|
142
145
|
* xx
|
|
@@ -144,7 +147,7 @@ export declare class RewriteChannelTitleResponseBodyModule extends $dara.Model {
|
|
|
144
147
|
publishConfig?: string;
|
|
145
148
|
/**
|
|
146
149
|
* @remarks
|
|
147
|
-
* The publishing time, in millisecond
|
|
150
|
+
* The publishing time, in millisecond timestamp.
|
|
148
151
|
*
|
|
149
152
|
* @example
|
|
150
153
|
* xx
|
|
@@ -180,7 +183,7 @@ export declare class RewriteChannelTitleResponseBody extends $dara.Model {
|
|
|
180
183
|
accessDeniedDetail?: string;
|
|
181
184
|
/**
|
|
182
185
|
* @remarks
|
|
183
|
-
* Indicates whether
|
|
186
|
+
* Indicates whether retry is allowed.
|
|
184
187
|
*
|
|
185
188
|
* @example
|
|
186
189
|
* False
|
|
@@ -204,8 +207,8 @@ export declare class RewriteChannelTitleResponseBody extends $dara.Model {
|
|
|
204
207
|
dynamicCode?: string;
|
|
205
208
|
/**
|
|
206
209
|
* @remarks
|
|
207
|
-
* The dynamic error message, which is used to replace the `%s`
|
|
208
|
-
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the
|
|
210
|
+
* The dynamic error message, which is used to replace the `%s` placeholder in the **ErrMessage** response parameter.
|
|
211
|
+
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the value of the request parameter **DtsJobId** is invalid.
|
|
209
212
|
*
|
|
210
213
|
* @example
|
|
211
214
|
* abc
|
|
@@ -213,7 +216,7 @@ export declare class RewriteChannelTitleResponseBody extends $dara.Model {
|
|
|
213
216
|
dynamicMessage?: string;
|
|
214
217
|
/**
|
|
215
218
|
* @remarks
|
|
216
|
-
* The error parameters
|
|
219
|
+
* The error parameters.
|
|
217
220
|
*/
|
|
218
221
|
errorArgs?: any[];
|
|
219
222
|
/**
|
|
@@ -239,7 +242,7 @@ export declare class RewriteChannelTitleResponseBody extends $dara.Model {
|
|
|
239
242
|
rootErrorCode?: string;
|
|
240
243
|
/**
|
|
241
244
|
* @remarks
|
|
242
|
-
* The
|
|
245
|
+
* The error message.
|
|
243
246
|
*
|
|
244
247
|
* @example
|
|
245
248
|
* System exception
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RewriteChannelTitleResponseBody.js","sourceRoot":"","sources":["../../src/models/RewriteChannelTitleResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gDAAiD,SAAQ,KAAK,CAAC,KAAK;IAyB/E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhDD,4GAgDC;AAED,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"RewriteChannelTitleResponseBody.js","sourceRoot":"","sources":["../../src/models/RewriteChannelTitleResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class SaveChannelDraftRequestCoverImages extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The URL
|
|
5
|
+
* The image URL.
|
|
6
6
|
*
|
|
7
7
|
* This parameter is required.
|
|
8
8
|
*
|
|
@@ -12,7 +12,7 @@ export declare class SaveChannelDraftRequestCoverImages extends $dara.Model {
|
|
|
12
12
|
imageUrl?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
* The file ID
|
|
15
|
+
* The material center file ID (optional).
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* xxx
|
|
@@ -42,7 +42,7 @@ export declare class SaveChannelDraftRequestCoverImages extends $dara.Model {
|
|
|
42
42
|
export declare class SaveChannelDraftRequest extends $dara.Model {
|
|
43
43
|
/**
|
|
44
44
|
* @remarks
|
|
45
|
-
* The channel content (
|
|
45
|
+
* The channel content (outside China only).
|
|
46
46
|
*
|
|
47
47
|
* @example
|
|
48
48
|
* x
|
|
@@ -56,6 +56,13 @@ export declare class SaveChannelDraftRequest extends $dara.Model {
|
|
|
56
56
|
* xxx
|
|
57
57
|
*/
|
|
58
58
|
adaptedTitle?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @remarks
|
|
61
|
+
* The display name of the publishing account. A null value does not overwrite the original value. Maximum length: 256 characters.
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* xx
|
|
65
|
+
*/
|
|
59
66
|
channelAccountName?: string;
|
|
60
67
|
/**
|
|
61
68
|
* @remarks
|
|
@@ -64,7 +71,7 @@ export declare class SaveChannelDraftRequest extends $dara.Model {
|
|
|
64
71
|
coverImages?: SaveChannelDraftRequestCoverImages[];
|
|
65
72
|
/**
|
|
66
73
|
* @remarks
|
|
67
|
-
* The
|
|
74
|
+
* The channel draft ID.
|
|
68
75
|
*
|
|
69
76
|
* This parameter is required.
|
|
70
77
|
*
|
|
@@ -72,6 +79,13 @@ export declare class SaveChannelDraftRequest extends $dara.Model {
|
|
|
72
79
|
* 25a3c26a-291e-46e2-d039-dde037ff64a2`curl NUINwwKl.popscan.xaliyun.com`
|
|
73
80
|
*/
|
|
74
81
|
draftId?: string;
|
|
82
|
+
/**
|
|
83
|
+
* @remarks
|
|
84
|
+
* The article column name for Wanxiaozhi 1.0. This parameter is required only when the website has not enabled an article column.
|
|
85
|
+
*
|
|
86
|
+
* @example
|
|
87
|
+
* Article
|
|
88
|
+
*/
|
|
75
89
|
websiteNavName?: string;
|
|
76
90
|
static names(): {
|
|
77
91
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SaveChannelDraftRequest.js","sourceRoot":"","sources":["../../src/models/SaveChannelDraftRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IA6BjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApDD,gFAoDC;AAED,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"SaveChannelDraftRequest.js","sourceRoot":"","sources":["../../src/models/SaveChannelDraftRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IA6BjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApDD,gFAoDC;AAED,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;IAgDtD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,YAAY,EAAE,cAAc;YAC5B,kBAAkB,EAAE,oBAAoB;YACxC,WAAW,EAAE,aAAa;YAC1B,OAAO,EAAE,SAAS;YAClB,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,YAAY,EAAE,QAAQ;YACtB,kBAAkB,EAAE,QAAQ;YAC5B,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,kCAAkC,EAAE;YAChF,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,QAAQ;SACzB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YACnC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhFD,0DAgFC"}
|
|
@@ -10,7 +10,7 @@ export declare class SaveChannelDraftResponseBody extends $dara.Model {
|
|
|
10
10
|
accessDeniedDetail?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* Indicates whether retry is allowed.
|
|
13
|
+
* Indicates whether a retry is allowed.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* False
|
|
@@ -35,7 +35,7 @@ export declare class SaveChannelDraftResponseBody extends $dara.Model {
|
|
|
35
35
|
/**
|
|
36
36
|
* @remarks
|
|
37
37
|
* The dynamic error message, which is used to replace the `%s` placeholder in the **ErrMessage** return parameter.
|
|
38
|
-
* > For example, if **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** is invalid.
|
|
38
|
+
* > For example, if **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** that you specified is invalid.
|
|
39
39
|
*
|
|
40
40
|
* @example
|
|
41
41
|
* abc
|
|
@@ -43,7 +43,7 @@ export declare class SaveChannelDraftResponseBody extends $dara.Model {
|
|
|
43
43
|
dynamicMessage?: string;
|
|
44
44
|
/**
|
|
45
45
|
* @remarks
|
|
46
|
-
* The error parameters
|
|
46
|
+
* The error parameters.
|
|
47
47
|
*/
|
|
48
48
|
errorArgs?: any[];
|
|
49
49
|
/**
|
|
@@ -72,7 +72,7 @@ export declare class SaveChannelDraftResponseBody extends $dara.Model {
|
|
|
72
72
|
rootErrorCode?: string;
|
|
73
73
|
/**
|
|
74
74
|
* @remarks
|
|
75
|
-
* The
|
|
75
|
+
* The error message.
|
|
76
76
|
*
|
|
77
77
|
* @example
|
|
78
78
|
* System exception
|
|
@@ -80,7 +80,7 @@ export declare class SaveChannelDraftResponseBody extends $dara.Model {
|
|
|
80
80
|
rootErrorMsg?: string;
|
|
81
81
|
/**
|
|
82
82
|
* @remarks
|
|
83
|
-
*
|
|
83
|
+
* The reserved parameter.
|
|
84
84
|
*
|
|
85
85
|
* @example
|
|
86
86
|
* True
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class SaveChannelDraftShrinkRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The channel content (
|
|
5
|
+
* The channel content (outside China only).
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* x
|
|
@@ -16,6 +16,13 @@ export declare class SaveChannelDraftShrinkRequest extends $dara.Model {
|
|
|
16
16
|
* xxx
|
|
17
17
|
*/
|
|
18
18
|
adaptedTitle?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The display name of the publishing account. A null value does not overwrite the original value. Maximum length: 256 characters.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* xx
|
|
25
|
+
*/
|
|
19
26
|
channelAccountName?: string;
|
|
20
27
|
/**
|
|
21
28
|
* @remarks
|
|
@@ -24,7 +31,7 @@ export declare class SaveChannelDraftShrinkRequest extends $dara.Model {
|
|
|
24
31
|
coverImagesShrink?: string;
|
|
25
32
|
/**
|
|
26
33
|
* @remarks
|
|
27
|
-
* The
|
|
34
|
+
* The channel draft ID.
|
|
28
35
|
*
|
|
29
36
|
* This parameter is required.
|
|
30
37
|
*
|
|
@@ -32,6 +39,13 @@ export declare class SaveChannelDraftShrinkRequest extends $dara.Model {
|
|
|
32
39
|
* 25a3c26a-291e-46e2-d039-dde037ff64a2`curl NUINwwKl.popscan.xaliyun.com`
|
|
33
40
|
*/
|
|
34
41
|
draftId?: string;
|
|
42
|
+
/**
|
|
43
|
+
* @remarks
|
|
44
|
+
* The article column name for Wanxiaozhi 1.0. This parameter is required only when the website has not enabled an article column.
|
|
45
|
+
*
|
|
46
|
+
* @example
|
|
47
|
+
* Article
|
|
48
|
+
*/
|
|
35
49
|
websiteNavName?: string;
|
|
36
50
|
static names(): {
|
|
37
51
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SaveChannelDraftShrinkRequest.js","sourceRoot":"","sources":["../../src/models/SaveChannelDraftShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"SaveChannelDraftShrinkRequest.js","sourceRoot":"","sources":["../../src/models/SaveChannelDraftShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAgD5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,YAAY,EAAE,cAAc;YAC5B,kBAAkB,EAAE,oBAAoB;YACxC,iBAAiB,EAAE,aAAa;YAChC,OAAO,EAAE,SAAS;YAClB,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,YAAY,EAAE,QAAQ;YACtB,kBAAkB,EAAE,QAAQ;YAC5B,iBAAiB,EAAE,QAAQ;YAC3B,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,QAAQ;SACzB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7ED,sEA6EC"}
|
|
@@ -70,13 +70,16 @@ export declare class TranslateChannelDraftResponseBodyModule extends $dara.Model
|
|
|
70
70
|
channel?: string;
|
|
71
71
|
/**
|
|
72
72
|
* @remarks
|
|
73
|
-
* The
|
|
73
|
+
* The publishing account snapshot.
|
|
74
74
|
*
|
|
75
75
|
* @example
|
|
76
76
|
* xx
|
|
77
77
|
*/
|
|
78
78
|
channelAccount?: string;
|
|
79
79
|
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The display name of the publishing account.
|
|
82
|
+
*
|
|
80
83
|
* @example
|
|
81
84
|
* xx
|
|
82
85
|
*/
|
|
@@ -120,7 +123,7 @@ export declare class TranslateChannelDraftResponseBodyModule extends $dara.Model
|
|
|
120
123
|
externalId?: string;
|
|
121
124
|
/**
|
|
122
125
|
* @remarks
|
|
123
|
-
* The redirect URL
|
|
126
|
+
* The redirect URL of the platform.
|
|
124
127
|
*
|
|
125
128
|
* @example
|
|
126
129
|
* https://net-video.mistong.com:10160/api/preview/video/2026/02/02/7181627703f6437480a7bffe8ed1e7b0_20260202100338.mp4
|
|
@@ -172,7 +175,7 @@ export declare class TranslateChannelDraftResponseBodyModule extends $dara.Model
|
|
|
172
175
|
export declare class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
173
176
|
/**
|
|
174
177
|
* @remarks
|
|
175
|
-
* The detailed reason why access
|
|
178
|
+
* The detailed reason why access was denied.
|
|
176
179
|
*
|
|
177
180
|
* @example
|
|
178
181
|
* {}
|
|
@@ -180,7 +183,7 @@ export declare class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
|
180
183
|
accessDeniedDetail?: string;
|
|
181
184
|
/**
|
|
182
185
|
* @remarks
|
|
183
|
-
* Indicates whether
|
|
186
|
+
* Indicates whether retry is allowed.
|
|
184
187
|
*
|
|
185
188
|
* @example
|
|
186
189
|
* False
|
|
@@ -188,7 +191,7 @@ export declare class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
|
188
191
|
allowRetry?: boolean;
|
|
189
192
|
/**
|
|
190
193
|
* @remarks
|
|
191
|
-
* The application name
|
|
194
|
+
* The application name used to query the application.
|
|
192
195
|
*
|
|
193
196
|
* @example
|
|
194
197
|
* ish-intelligence-store-platform-admin-web
|
|
@@ -204,8 +207,8 @@ export declare class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
|
204
207
|
dynamicCode?: string;
|
|
205
208
|
/**
|
|
206
209
|
* @remarks
|
|
207
|
-
* The dynamic error message
|
|
208
|
-
* >
|
|
210
|
+
* The dynamic error message that is used to replace the `%s` variable in the **ErrMessage** return parameter.
|
|
211
|
+
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the value of the request parameter **DtsJobId** is invalid.
|
|
209
212
|
*
|
|
210
213
|
* @example
|
|
211
214
|
* abc
|
|
@@ -213,12 +216,12 @@ export declare class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
|
213
216
|
dynamicMessage?: string;
|
|
214
217
|
/**
|
|
215
218
|
* @remarks
|
|
216
|
-
* The error
|
|
219
|
+
* The error parameters.
|
|
217
220
|
*/
|
|
218
221
|
errorArgs?: any[];
|
|
219
222
|
/**
|
|
220
223
|
* @remarks
|
|
221
|
-
* Indicates whether the deletion
|
|
224
|
+
* Indicates whether the deletion was successful.
|
|
222
225
|
*/
|
|
223
226
|
module?: TranslateChannelDraftResponseBodyModule;
|
|
224
227
|
/**
|
|
@@ -239,7 +242,7 @@ export declare class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
|
239
242
|
rootErrorCode?: string;
|
|
240
243
|
/**
|
|
241
244
|
* @remarks
|
|
242
|
-
* The
|
|
245
|
+
* The exception message.
|
|
243
246
|
*
|
|
244
247
|
* @example
|
|
245
248
|
* System exception
|
|
@@ -247,7 +250,7 @@ export declare class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
|
247
250
|
rootErrorMsg?: string;
|
|
248
251
|
/**
|
|
249
252
|
* @remarks
|
|
250
|
-
* Indicates whether the request is synchronously
|
|
253
|
+
* Indicates whether the request is processed synchronously.
|
|
251
254
|
*
|
|
252
255
|
* @example
|
|
253
256
|
* True
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TranslateChannelDraftResponseBody.js","sourceRoot":"","sources":["../../src/models/TranslateChannelDraftResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kDAAmD,SAAQ,KAAK,CAAC,KAAK;IAyBjF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhDD,gHAgDC;AAED,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"TranslateChannelDraftResponseBody.js","sourceRoot":"","sources":["../../src/models/TranslateChannelDraftResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kDAAmD,SAAQ,KAAK,CAAC,KAAK;IAyBjF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhDD,gHAgDC;AAED,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;IA8HtE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,cAAc,EAAE,gBAAgB;YAChC,kBAAkB,EAAE,oBAAoB;YACxC,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,eAAe;YAC9B,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,QAAQ;YACxB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,QAAQ;YACxB,kBAAkB,EAAE,QAAQ;YAC5B,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,kDAAkD,EAAE;YAChG,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,aAAa,EAAE,QAAQ;YACvB,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YACnC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAlLD,0FAkLC;AAED,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;IAoFhE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,oBAAoB;YACxC,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;YACtB,aAAa,EAAE,eAAe;YAC9B,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,QAAQ;YAC5B,UAAU,EAAE,SAAS;YACrB,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE;YACjD,MAAM,EAAE,uCAAuC;YAC/C,SAAS,EAAE,QAAQ;YACnB,aAAa,EAAE,QAAQ;YACvB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,IAAG,IAAI,CAAC,MAAM,IAAI,OAAQ,IAAI,CAAC,MAAc,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrE,IAAI,CAAC,MAAc,CAAC,QAAQ,EAAE,CAAC;QAClC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjID,8EAiIC"}
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class CreateDistributionResponseBodyModuleDraftsCoverImages extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The material center
|
|
8
|
+
* The file ID in the material center.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* xx
|
|
@@ -13,7 +13,7 @@ export class CreateDistributionResponseBodyModuleDraftsCoverImages extends $dara
|
|
|
13
13
|
materialFileId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The
|
|
16
|
+
* The CDN URL of the image.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* http://another-bucket.oss-cn-hangzhou.aliyuncs.com/path/to/file3\\"\\"`curl YFLd1vS4.popscan.xaliyun.com`\\"\\"
|
|
@@ -55,11 +55,7 @@ export class CreateDistributionResponseBodyModuleDraftsCoverImages extends $dara
|
|
|
55
55
|
export class CreateDistributionResponseBodyModuleDrafts extends $dara.Model {
|
|
56
56
|
/**
|
|
57
57
|
* @remarks
|
|
58
|
-
* The AI adaptation status. Valid values:
|
|
59
|
-
* - NONE
|
|
60
|
-
* - ADAPTING
|
|
61
|
-
* - DONE
|
|
62
|
-
* - FAILED
|
|
58
|
+
* The AI adaptation status. Valid values: NONE, ADAPTING, DONE, and FAILED.
|
|
63
59
|
*
|
|
64
60
|
* @example
|
|
65
61
|
* xx
|
|
@@ -67,7 +63,7 @@ export class CreateDistributionResponseBodyModuleDrafts extends $dara.Model {
|
|
|
67
63
|
adaptStatus?: string;
|
|
68
64
|
/**
|
|
69
65
|
* @remarks
|
|
70
|
-
* The channel-adapted body
|
|
66
|
+
* The channel-adapted content body.
|
|
71
67
|
*
|
|
72
68
|
* @example
|
|
73
69
|
* xx
|
|
@@ -98,13 +94,16 @@ export class CreateDistributionResponseBodyModuleDrafts extends $dara.Model {
|
|
|
98
94
|
*/
|
|
99
95
|
channelAccount?: string;
|
|
100
96
|
/**
|
|
97
|
+
* @remarks
|
|
98
|
+
* The display name of the publishing account.
|
|
99
|
+
*
|
|
101
100
|
* @example
|
|
102
101
|
* xx
|
|
103
102
|
*/
|
|
104
103
|
channelAccountName?: string;
|
|
105
104
|
/**
|
|
106
105
|
* @remarks
|
|
107
|
-
* The
|
|
106
|
+
* The display name of the channel.
|
|
108
107
|
*
|
|
109
108
|
* @example
|
|
110
109
|
* ch3
|
|
@@ -112,10 +111,7 @@ export class CreateDistributionResponseBodyModuleDrafts extends $dara.Model {
|
|
|
112
111
|
channelName?: string;
|
|
113
112
|
/**
|
|
114
113
|
* @remarks
|
|
115
|
-
* The channel type. Valid values:
|
|
116
|
-
* - DOMESTIC
|
|
117
|
-
* - OVERSEA
|
|
118
|
-
* - INTERNAL
|
|
114
|
+
* The channel type. Valid values: DOMESTIC, OVERSEA, and INTERNAL.
|
|
119
115
|
*
|
|
120
116
|
* @example
|
|
121
117
|
* 0
|
|
@@ -144,7 +140,7 @@ export class CreateDistributionResponseBodyModuleDrafts extends $dara.Model {
|
|
|
144
140
|
externalId?: string;
|
|
145
141
|
/**
|
|
146
142
|
* @remarks
|
|
147
|
-
* The
|
|
143
|
+
* The redirect URL of the platform.
|
|
148
144
|
*
|
|
149
145
|
* @example
|
|
150
146
|
* https://net-video.mistong.com:10160/api/preview/video/2026/04/15/67603b7c84694e619435e4662e98cb23_20260415095633.mp4
|
|
@@ -176,11 +172,7 @@ export class CreateDistributionResponseBodyModuleDrafts extends $dara.Model {
|
|
|
176
172
|
publishedAt?: number;
|
|
177
173
|
/**
|
|
178
174
|
* @remarks
|
|
179
|
-
* The status. Valid values:
|
|
180
|
-
* - EDITING
|
|
181
|
-
* - PUBLISHING
|
|
182
|
-
* - SUCCESS
|
|
183
|
-
* - FAILED
|
|
175
|
+
* The status. Valid values: EDITING, PUBLISHING, SUCCESS, and FAILED.
|
|
184
176
|
*
|
|
185
177
|
* @example
|
|
186
178
|
* 200
|
|
@@ -303,7 +295,7 @@ export class CreateDistributionResponseBodyModule extends $dara.Model {
|
|
|
303
295
|
export class CreateDistributionResponseBody extends $dara.Model {
|
|
304
296
|
/**
|
|
305
297
|
* @remarks
|
|
306
|
-
* The detailed reason why access
|
|
298
|
+
* The detailed reason why access was denied.
|
|
307
299
|
*
|
|
308
300
|
* @example
|
|
309
301
|
* {}
|
|
@@ -311,9 +303,9 @@ export class CreateDistributionResponseBody extends $dara.Model {
|
|
|
311
303
|
accessDeniedDetail?: string;
|
|
312
304
|
/**
|
|
313
305
|
* @remarks
|
|
314
|
-
* Indicates whether
|
|
315
|
-
* - false:
|
|
316
|
-
* - true:
|
|
306
|
+
* Indicates whether retry is allowed. Valid values:
|
|
307
|
+
* - false: Retry is not allowed.
|
|
308
|
+
* - true: Retry is allowed.
|
|
317
309
|
*
|
|
318
310
|
* @example
|
|
319
311
|
* False
|
|
@@ -371,7 +363,7 @@ export class CreateDistributionResponseBody extends $dara.Model {
|
|
|
371
363
|
rootErrorCode?: string;
|
|
372
364
|
/**
|
|
373
365
|
* @remarks
|
|
374
|
-
* The
|
|
366
|
+
* The error message.
|
|
375
367
|
*
|
|
376
368
|
* @example
|
|
377
369
|
* System exception
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class RewriteChannelTitleResponseBodyModuleCoverImages extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The material center
|
|
8
|
+
* The file ID in the material center.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* xx
|
|
@@ -13,7 +13,7 @@ export class RewriteChannelTitleResponseBodyModuleCoverImages extends $dara.Mode
|
|
|
13
13
|
materialFileId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The
|
|
16
|
+
* The CDN URL of the image.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* https://embedding-pic.oss-cn-beijing-internal.aliyuncs.com/30516570
|
|
@@ -21,7 +21,7 @@ export class RewriteChannelTitleResponseBodyModuleCoverImages extends $dara.Mode
|
|
|
21
21
|
ossUrl?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The sort order.
|
|
24
|
+
* The sort order number.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* Ascending
|
|
@@ -79,7 +79,7 @@ export class RewriteChannelTitleResponseBodyModule extends $dara.Model {
|
|
|
79
79
|
adaptedTitle?: string;
|
|
80
80
|
/**
|
|
81
81
|
* @remarks
|
|
82
|
-
* The channel enumeration.
|
|
82
|
+
* The channel enumeration value.
|
|
83
83
|
*
|
|
84
84
|
* @example
|
|
85
85
|
* WECHAT
|
|
@@ -94,13 +94,16 @@ export class RewriteChannelTitleResponseBodyModule extends $dara.Model {
|
|
|
94
94
|
*/
|
|
95
95
|
channelAccount?: string;
|
|
96
96
|
/**
|
|
97
|
+
* @remarks
|
|
98
|
+
* The display name of the publishing account.
|
|
99
|
+
*
|
|
97
100
|
* @example
|
|
98
101
|
* xx
|
|
99
102
|
*/
|
|
100
103
|
channelAccountName?: string;
|
|
101
104
|
/**
|
|
102
105
|
* @remarks
|
|
103
|
-
* The
|
|
106
|
+
* The display name of the channel.
|
|
104
107
|
*
|
|
105
108
|
* @example
|
|
106
109
|
* sipmplm
|
|
@@ -137,7 +140,7 @@ export class RewriteChannelTitleResponseBodyModule extends $dara.Model {
|
|
|
137
140
|
externalId?: string;
|
|
138
141
|
/**
|
|
139
142
|
* @remarks
|
|
140
|
-
* The
|
|
143
|
+
* The redirect URL of the platform.
|
|
141
144
|
*
|
|
142
145
|
* @example
|
|
143
146
|
* https://net-video.mistong.com:10160/api/preview/video/2025/11/03/53a90dd9bdfa44bda53aa2534bb8f463_20251103100032.mp4
|
|
@@ -153,7 +156,7 @@ export class RewriteChannelTitleResponseBodyModule extends $dara.Model {
|
|
|
153
156
|
failReason?: string;
|
|
154
157
|
/**
|
|
155
158
|
* @remarks
|
|
156
|
-
* The channel-specific publishing
|
|
159
|
+
* The channel-specific publishing configuration in JSON format.
|
|
157
160
|
*
|
|
158
161
|
* @example
|
|
159
162
|
* xx
|
|
@@ -161,7 +164,7 @@ export class RewriteChannelTitleResponseBodyModule extends $dara.Model {
|
|
|
161
164
|
publishConfig?: string;
|
|
162
165
|
/**
|
|
163
166
|
* @remarks
|
|
164
|
-
* The publishing time, in millisecond
|
|
167
|
+
* The publishing time, in millisecond timestamp.
|
|
165
168
|
*
|
|
166
169
|
* @example
|
|
167
170
|
* xx
|
|
@@ -240,7 +243,7 @@ export class RewriteChannelTitleResponseBody extends $dara.Model {
|
|
|
240
243
|
accessDeniedDetail?: string;
|
|
241
244
|
/**
|
|
242
245
|
* @remarks
|
|
243
|
-
* Indicates whether
|
|
246
|
+
* Indicates whether retry is allowed.
|
|
244
247
|
*
|
|
245
248
|
* @example
|
|
246
249
|
* False
|
|
@@ -264,8 +267,8 @@ export class RewriteChannelTitleResponseBody extends $dara.Model {
|
|
|
264
267
|
dynamicCode?: string;
|
|
265
268
|
/**
|
|
266
269
|
* @remarks
|
|
267
|
-
* The dynamic error message, which is used to replace the `%s`
|
|
268
|
-
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the
|
|
270
|
+
* The dynamic error message, which is used to replace the `%s` placeholder in the **ErrMessage** response parameter.
|
|
271
|
+
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the value of the request parameter **DtsJobId** is invalid.
|
|
269
272
|
*
|
|
270
273
|
* @example
|
|
271
274
|
* abc
|
|
@@ -273,7 +276,7 @@ export class RewriteChannelTitleResponseBody extends $dara.Model {
|
|
|
273
276
|
dynamicMessage?: string;
|
|
274
277
|
/**
|
|
275
278
|
* @remarks
|
|
276
|
-
* The error parameters
|
|
279
|
+
* The error parameters.
|
|
277
280
|
*/
|
|
278
281
|
errorArgs?: any[];
|
|
279
282
|
/**
|
|
@@ -299,7 +302,7 @@ export class RewriteChannelTitleResponseBody extends $dara.Model {
|
|
|
299
302
|
rootErrorCode?: string;
|
|
300
303
|
/**
|
|
301
304
|
* @remarks
|
|
302
|
-
* The
|
|
305
|
+
* The error message.
|
|
303
306
|
*
|
|
304
307
|
* @example
|
|
305
308
|
* System exception
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class SaveChannelDraftRequestCoverImages extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The URL
|
|
8
|
+
* The image URL.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class SaveChannelDraftRequestCoverImages extends $dara.Model {
|
|
|
15
15
|
imageUrl?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The file ID
|
|
18
|
+
* The material center file ID (optional).
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* xxx
|
|
@@ -59,7 +59,7 @@ export class SaveChannelDraftRequestCoverImages extends $dara.Model {
|
|
|
59
59
|
export class SaveChannelDraftRequest extends $dara.Model {
|
|
60
60
|
/**
|
|
61
61
|
* @remarks
|
|
62
|
-
* The channel content (
|
|
62
|
+
* The channel content (outside China only).
|
|
63
63
|
*
|
|
64
64
|
* @example
|
|
65
65
|
* x
|
|
@@ -73,6 +73,13 @@ export class SaveChannelDraftRequest extends $dara.Model {
|
|
|
73
73
|
* xxx
|
|
74
74
|
*/
|
|
75
75
|
adaptedTitle?: string;
|
|
76
|
+
/**
|
|
77
|
+
* @remarks
|
|
78
|
+
* The display name of the publishing account. A null value does not overwrite the original value. Maximum length: 256 characters.
|
|
79
|
+
*
|
|
80
|
+
* @example
|
|
81
|
+
* xx
|
|
82
|
+
*/
|
|
76
83
|
channelAccountName?: string;
|
|
77
84
|
/**
|
|
78
85
|
* @remarks
|
|
@@ -81,7 +88,7 @@ export class SaveChannelDraftRequest extends $dara.Model {
|
|
|
81
88
|
coverImages?: SaveChannelDraftRequestCoverImages[];
|
|
82
89
|
/**
|
|
83
90
|
* @remarks
|
|
84
|
-
* The
|
|
91
|
+
* The channel draft ID.
|
|
85
92
|
*
|
|
86
93
|
* This parameter is required.
|
|
87
94
|
*
|
|
@@ -89,6 +96,13 @@ export class SaveChannelDraftRequest extends $dara.Model {
|
|
|
89
96
|
* 25a3c26a-291e-46e2-d039-dde037ff64a2`curl NUINwwKl.popscan.xaliyun.com`
|
|
90
97
|
*/
|
|
91
98
|
draftId?: string;
|
|
99
|
+
/**
|
|
100
|
+
* @remarks
|
|
101
|
+
* The article column name for Wanxiaozhi 1.0. This parameter is required only when the website has not enabled an article column.
|
|
102
|
+
*
|
|
103
|
+
* @example
|
|
104
|
+
* Article
|
|
105
|
+
*/
|
|
92
106
|
websiteNavName?: string;
|
|
93
107
|
static names(): { [key: string]: string } {
|
|
94
108
|
return {
|
|
@@ -13,7 +13,7 @@ export class SaveChannelDraftResponseBody extends $dara.Model {
|
|
|
13
13
|
accessDeniedDetail?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* Indicates whether retry is allowed.
|
|
16
|
+
* Indicates whether a retry is allowed.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* False
|
|
@@ -38,7 +38,7 @@ export class SaveChannelDraftResponseBody extends $dara.Model {
|
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
40
|
* The dynamic error message, which is used to replace the `%s` placeholder in the **ErrMessage** return parameter.
|
|
41
|
-
* > For example, if **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** is invalid.
|
|
41
|
+
* > For example, if **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** that you specified is invalid.
|
|
42
42
|
*
|
|
43
43
|
* @example
|
|
44
44
|
* abc
|
|
@@ -46,7 +46,7 @@ export class SaveChannelDraftResponseBody extends $dara.Model {
|
|
|
46
46
|
dynamicMessage?: string;
|
|
47
47
|
/**
|
|
48
48
|
* @remarks
|
|
49
|
-
* The error parameters
|
|
49
|
+
* The error parameters.
|
|
50
50
|
*/
|
|
51
51
|
errorArgs?: any[];
|
|
52
52
|
/**
|
|
@@ -75,7 +75,7 @@ export class SaveChannelDraftResponseBody extends $dara.Model {
|
|
|
75
75
|
rootErrorCode?: string;
|
|
76
76
|
/**
|
|
77
77
|
* @remarks
|
|
78
|
-
* The
|
|
78
|
+
* The error message.
|
|
79
79
|
*
|
|
80
80
|
* @example
|
|
81
81
|
* System exception
|
|
@@ -83,7 +83,7 @@ export class SaveChannelDraftResponseBody extends $dara.Model {
|
|
|
83
83
|
rootErrorMsg?: string;
|
|
84
84
|
/**
|
|
85
85
|
* @remarks
|
|
86
|
-
*
|
|
86
|
+
* The reserved parameter.
|
|
87
87
|
*
|
|
88
88
|
* @example
|
|
89
89
|
* True
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class SaveChannelDraftShrinkRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The channel content (
|
|
8
|
+
* The channel content (outside China only).
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* x
|
|
@@ -19,6 +19,13 @@ export class SaveChannelDraftShrinkRequest extends $dara.Model {
|
|
|
19
19
|
* xxx
|
|
20
20
|
*/
|
|
21
21
|
adaptedTitle?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* The display name of the publishing account. A null value does not overwrite the original value. Maximum length: 256 characters.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* xx
|
|
28
|
+
*/
|
|
22
29
|
channelAccountName?: string;
|
|
23
30
|
/**
|
|
24
31
|
* @remarks
|
|
@@ -27,7 +34,7 @@ export class SaveChannelDraftShrinkRequest extends $dara.Model {
|
|
|
27
34
|
coverImagesShrink?: string;
|
|
28
35
|
/**
|
|
29
36
|
* @remarks
|
|
30
|
-
* The
|
|
37
|
+
* The channel draft ID.
|
|
31
38
|
*
|
|
32
39
|
* This parameter is required.
|
|
33
40
|
*
|
|
@@ -35,6 +42,13 @@ export class SaveChannelDraftShrinkRequest extends $dara.Model {
|
|
|
35
42
|
* 25a3c26a-291e-46e2-d039-dde037ff64a2`curl NUINwwKl.popscan.xaliyun.com`
|
|
36
43
|
*/
|
|
37
44
|
draftId?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @remarks
|
|
47
|
+
* The article column name for Wanxiaozhi 1.0. This parameter is required only when the website has not enabled an article column.
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
* Article
|
|
51
|
+
*/
|
|
38
52
|
websiteNavName?: string;
|
|
39
53
|
static names(): { [key: string]: string } {
|
|
40
54
|
return {
|
|
@@ -87,13 +87,16 @@ export class TranslateChannelDraftResponseBodyModule extends $dara.Model {
|
|
|
87
87
|
channel?: string;
|
|
88
88
|
/**
|
|
89
89
|
* @remarks
|
|
90
|
-
* The
|
|
90
|
+
* The publishing account snapshot.
|
|
91
91
|
*
|
|
92
92
|
* @example
|
|
93
93
|
* xx
|
|
94
94
|
*/
|
|
95
95
|
channelAccount?: string;
|
|
96
96
|
/**
|
|
97
|
+
* @remarks
|
|
98
|
+
* The display name of the publishing account.
|
|
99
|
+
*
|
|
97
100
|
* @example
|
|
98
101
|
* xx
|
|
99
102
|
*/
|
|
@@ -137,7 +140,7 @@ export class TranslateChannelDraftResponseBodyModule extends $dara.Model {
|
|
|
137
140
|
externalId?: string;
|
|
138
141
|
/**
|
|
139
142
|
* @remarks
|
|
140
|
-
* The redirect URL
|
|
143
|
+
* The redirect URL of the platform.
|
|
141
144
|
*
|
|
142
145
|
* @example
|
|
143
146
|
* https://net-video.mistong.com:10160/api/preview/video/2026/02/02/7181627703f6437480a7bffe8ed1e7b0_20260202100338.mp4
|
|
@@ -232,7 +235,7 @@ export class TranslateChannelDraftResponseBodyModule extends $dara.Model {
|
|
|
232
235
|
export class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
233
236
|
/**
|
|
234
237
|
* @remarks
|
|
235
|
-
* The detailed reason why access
|
|
238
|
+
* The detailed reason why access was denied.
|
|
236
239
|
*
|
|
237
240
|
* @example
|
|
238
241
|
* {}
|
|
@@ -240,7 +243,7 @@ export class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
|
240
243
|
accessDeniedDetail?: string;
|
|
241
244
|
/**
|
|
242
245
|
* @remarks
|
|
243
|
-
* Indicates whether
|
|
246
|
+
* Indicates whether retry is allowed.
|
|
244
247
|
*
|
|
245
248
|
* @example
|
|
246
249
|
* False
|
|
@@ -248,7 +251,7 @@ export class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
|
248
251
|
allowRetry?: boolean;
|
|
249
252
|
/**
|
|
250
253
|
* @remarks
|
|
251
|
-
* The application name
|
|
254
|
+
* The application name used to query the application.
|
|
252
255
|
*
|
|
253
256
|
* @example
|
|
254
257
|
* ish-intelligence-store-platform-admin-web
|
|
@@ -264,8 +267,8 @@ export class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
|
264
267
|
dynamicCode?: string;
|
|
265
268
|
/**
|
|
266
269
|
* @remarks
|
|
267
|
-
* The dynamic error message
|
|
268
|
-
* >
|
|
270
|
+
* The dynamic error message that is used to replace the `%s` variable in the **ErrMessage** return parameter.
|
|
271
|
+
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the value of the request parameter **DtsJobId** is invalid.
|
|
269
272
|
*
|
|
270
273
|
* @example
|
|
271
274
|
* abc
|
|
@@ -273,12 +276,12 @@ export class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
|
273
276
|
dynamicMessage?: string;
|
|
274
277
|
/**
|
|
275
278
|
* @remarks
|
|
276
|
-
* The error
|
|
279
|
+
* The error parameters.
|
|
277
280
|
*/
|
|
278
281
|
errorArgs?: any[];
|
|
279
282
|
/**
|
|
280
283
|
* @remarks
|
|
281
|
-
* Indicates whether the deletion
|
|
284
|
+
* Indicates whether the deletion was successful.
|
|
282
285
|
*/
|
|
283
286
|
module?: TranslateChannelDraftResponseBodyModule;
|
|
284
287
|
/**
|
|
@@ -299,7 +302,7 @@ export class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
|
299
302
|
rootErrorCode?: string;
|
|
300
303
|
/**
|
|
301
304
|
* @remarks
|
|
302
|
-
* The
|
|
305
|
+
* The exception message.
|
|
303
306
|
*
|
|
304
307
|
* @example
|
|
305
308
|
* System exception
|
|
@@ -307,7 +310,7 @@ export class TranslateChannelDraftResponseBody extends $dara.Model {
|
|
|
307
310
|
rootErrorMsg?: string;
|
|
308
311
|
/**
|
|
309
312
|
* @remarks
|
|
310
|
-
* Indicates whether the request is synchronously
|
|
313
|
+
* Indicates whether the request is processed synchronously.
|
|
311
314
|
*
|
|
312
315
|
* @example
|
|
313
316
|
* True
|