@alicloud/aimiaobi20230801 1.26.4 → 1.27.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/client.d.ts +45 -0
- package/dist/client.js +140 -0
- package/dist/client.js.map +1 -1
- package/dist/models/ExportCustomSourceAnalysisTaskRequest.d.ts +29 -0
- package/dist/models/ExportCustomSourceAnalysisTaskRequest.js +60 -0
- package/dist/models/ExportCustomSourceAnalysisTaskRequest.js.map +1 -0
- package/dist/models/ExportCustomSourceAnalysisTaskResponse.d.ts +19 -0
- package/dist/models/ExportCustomSourceAnalysisTaskResponse.js +69 -0
- package/dist/models/ExportCustomSourceAnalysisTaskResponse.js.map +1 -0
- package/dist/models/ExportCustomSourceAnalysisTaskResponseBody.d.ts +43 -0
- package/dist/models/ExportCustomSourceAnalysisTaskResponseBody.js +68 -0
- package/dist/models/ExportCustomSourceAnalysisTaskResponseBody.js.map +1 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskRequest.d.ts +29 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskRequest.js +60 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskRequest.js.map +1 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponse.d.ts +19 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponse.js +69 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponse.js.map +1 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBody.d.ts +40 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBody.js +72 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBody.js.map +1 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBodyData.d.ts +40 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBodyData.js +72 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBodyData.js.map +1 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBodyDataClusterResults.d.ts +16 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBodyDataClusterResults.js +64 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBodyDataClusterResults.js.map +1 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBodyDataClusterResultsClusterNews.d.ts +19 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBodyDataClusterResultsClusterNews.js +60 -0
- package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBodyDataClusterResultsClusterNews.js.map +1 -0
- package/dist/models/GetHotTopicBroadcastResponseBodyDataData.d.ts +2 -0
- package/dist/models/GetHotTopicBroadcastResponseBodyDataData.js +4 -0
- package/dist/models/GetHotTopicBroadcastResponseBodyDataData.js.map +1 -1
- package/dist/models/SubmitCustomSourceTopicAnalysisRequest.d.ts +38 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisRequest.js +70 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisRequest.js.map +1 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisRequestNews.d.ts +27 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisRequestNews.js +70 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisRequestNews.js.map +1 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisRequestNewsComments.d.ts +14 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisRequestNewsComments.js +58 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisRequestNewsComments.js.map +1 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisResponse.d.ts +19 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisResponse.js +69 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisResponse.js.map +1 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisResponseBody.d.ts +40 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisResponseBody.js +72 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisResponseBody.js.map +1 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisResponseBodyData.d.ts +23 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisResponseBodyData.js +60 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisResponseBodyData.js.map +1 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisShrinkRequest.d.ts +37 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisShrinkRequest.js +66 -0
- package/dist/models/SubmitCustomSourceTopicAnalysisShrinkRequest.js.map +1 -0
- package/dist/models/model.d.ts +16 -0
- package/dist/models/model.js +52 -20
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +156 -0
- package/src/models/ExportCustomSourceAnalysisTaskRequest.ts +44 -0
- package/src/models/ExportCustomSourceAnalysisTaskResponse.ts +40 -0
- package/src/models/ExportCustomSourceAnalysisTaskResponseBody.ts +66 -0
- package/src/models/GetCustomSourceTopicAnalysisTaskRequest.ts +44 -0
- package/src/models/GetCustomSourceTopicAnalysisTaskResponse.ts +40 -0
- package/src/models/GetCustomSourceTopicAnalysisTaskResponseBody.ts +66 -0
- package/src/models/GetCustomSourceTopicAnalysisTaskResponseBodyData.ts +66 -0
- package/src/models/GetCustomSourceTopicAnalysisTaskResponseBodyDataClusterResults.ts +34 -0
- package/src/models/GetCustomSourceTopicAnalysisTaskResponseBodyDataClusterResultsClusterNews.ts +34 -0
- package/src/models/GetHotTopicBroadcastResponseBodyDataData.ts +6 -0
- package/src/models/SubmitCustomSourceTopicAnalysisRequest.ts +62 -0
- package/src/models/SubmitCustomSourceTopicAnalysisRequestNews.ts +51 -0
- package/src/models/SubmitCustomSourceTopicAnalysisRequestNewsComments.ts +27 -0
- package/src/models/SubmitCustomSourceTopicAnalysisResponse.ts +40 -0
- package/src/models/SubmitCustomSourceTopicAnalysisResponseBody.ts +66 -0
- package/src/models/SubmitCustomSourceTopicAnalysisResponseBodyData.ts +38 -0
- package/src/models/SubmitCustomSourceTopicAnalysisShrinkRequest.ts +58 -0
- package/src/models/model.ts +16 -0
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.SubmitCustomSourceTopicAnalysisResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const SubmitCustomSourceTopicAnalysisResponseBody_1 = require("./SubmitCustomSourceTopicAnalysisResponseBody");
|
|
40
|
+
class SubmitCustomSourceTopicAnalysisResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: SubmitCustomSourceTopicAnalysisResponseBody_1.SubmitCustomSourceTopicAnalysisResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.SubmitCustomSourceTopicAnalysisResponse = SubmitCustomSourceTopicAnalysisResponse;
|
|
69
|
+
//# sourceMappingURL=SubmitCustomSourceTopicAnalysisResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmitCustomSourceTopicAnalysisResponse.js","sourceRoot":"","sources":["../../src/models/SubmitCustomSourceTopicAnalysisResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+GAA4G;AAG5G,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;IAItE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,yFAA2C;SAClD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,0FAiCC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { SubmitCustomSourceTopicAnalysisResponseBodyData } from "./SubmitCustomSourceTopicAnalysisResponseBodyData";
|
|
3
|
+
export declare class SubmitCustomSourceTopicAnalysisResponseBody extends $dara.Model {
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* NoData
|
|
7
|
+
*/
|
|
8
|
+
code?: string;
|
|
9
|
+
data?: SubmitCustomSourceTopicAnalysisResponseBodyData;
|
|
10
|
+
/**
|
|
11
|
+
* @example
|
|
12
|
+
* 200
|
|
13
|
+
*/
|
|
14
|
+
httpStatusCode?: number;
|
|
15
|
+
/**
|
|
16
|
+
* @example
|
|
17
|
+
* success
|
|
18
|
+
*/
|
|
19
|
+
message?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @example
|
|
22
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
23
|
+
*/
|
|
24
|
+
requestId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @example
|
|
27
|
+
* true
|
|
28
|
+
*/
|
|
29
|
+
success?: boolean;
|
|
30
|
+
static names(): {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
static types(): {
|
|
34
|
+
[key: string]: any;
|
|
35
|
+
};
|
|
36
|
+
validate(): void;
|
|
37
|
+
constructor(map?: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
});
|
|
40
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.SubmitCustomSourceTopicAnalysisResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const SubmitCustomSourceTopicAnalysisResponseBodyData_1 = require("./SubmitCustomSourceTopicAnalysisResponseBodyData");
|
|
40
|
+
class SubmitCustomSourceTopicAnalysisResponseBody extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
code: 'Code',
|
|
44
|
+
data: 'Data',
|
|
45
|
+
httpStatusCode: 'HttpStatusCode',
|
|
46
|
+
message: 'Message',
|
|
47
|
+
requestId: 'RequestId',
|
|
48
|
+
success: 'Success',
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
static types() {
|
|
52
|
+
return {
|
|
53
|
+
code: 'string',
|
|
54
|
+
data: SubmitCustomSourceTopicAnalysisResponseBodyData_1.SubmitCustomSourceTopicAnalysisResponseBodyData,
|
|
55
|
+
httpStatusCode: 'number',
|
|
56
|
+
message: 'string',
|
|
57
|
+
requestId: 'string',
|
|
58
|
+
success: 'boolean',
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
validate() {
|
|
62
|
+
if (this.data && typeof this.data.validate === 'function') {
|
|
63
|
+
this.data.validate();
|
|
64
|
+
}
|
|
65
|
+
super.validate();
|
|
66
|
+
}
|
|
67
|
+
constructor(map) {
|
|
68
|
+
super(map);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
exports.SubmitCustomSourceTopicAnalysisResponseBody = SubmitCustomSourceTopicAnalysisResponseBody;
|
|
72
|
+
//# sourceMappingURL=SubmitCustomSourceTopicAnalysisResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmitCustomSourceTopicAnalysisResponseBody.js","sourceRoot":"","sources":["../../src/models/SubmitCustomSourceTopicAnalysisResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uHAAoH;AAGpH,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IA2B1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,cAAc,EAAE,gBAAgB;YAChC,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,iGAA+C;YACrD,cAAc,EAAE,QAAQ;YACxB,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3DD,kGA2DC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class SubmitCustomSourceTopicAnalysisResponseBodyData extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
6
|
+
*/
|
|
7
|
+
taskId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 任务名称
|
|
11
|
+
*/
|
|
12
|
+
taskName?: string;
|
|
13
|
+
static names(): {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
16
|
+
static types(): {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
};
|
|
19
|
+
validate(): void;
|
|
20
|
+
constructor(map?: {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
});
|
|
23
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.SubmitCustomSourceTopicAnalysisResponseBodyData = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class SubmitCustomSourceTopicAnalysisResponseBodyData extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
taskId: 'TaskId',
|
|
43
|
+
taskName: 'TaskName',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
taskId: 'string',
|
|
49
|
+
taskName: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.SubmitCustomSourceTopicAnalysisResponseBodyData = SubmitCustomSourceTopicAnalysisResponseBodyData;
|
|
60
|
+
//# sourceMappingURL=SubmitCustomSourceTopicAnalysisResponseBodyData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmitCustomSourceTopicAnalysisResponseBodyData.js","sourceRoot":"","sources":["../../src/models/SubmitCustomSourceTopicAnalysisResponseBodyData.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+CAAgD,SAAQ,KAAK,CAAC,KAAK;IAW9E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;SACnB,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;AAhCD,0GAgCC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class SubmitCustomSourceTopicAnalysisShrinkRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* json
|
|
6
|
+
*/
|
|
7
|
+
fileType?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* http://www.example.com/xxx.json
|
|
11
|
+
*/
|
|
12
|
+
fileUrl?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* 50
|
|
16
|
+
*/
|
|
17
|
+
maxTopicSize?: number;
|
|
18
|
+
newsShrink?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* This parameter is required.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* llm-xx
|
|
25
|
+
*/
|
|
26
|
+
workspaceId?: string;
|
|
27
|
+
static names(): {
|
|
28
|
+
[key: string]: string;
|
|
29
|
+
};
|
|
30
|
+
static types(): {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
};
|
|
33
|
+
validate(): void;
|
|
34
|
+
constructor(map?: {
|
|
35
|
+
[key: string]: any;
|
|
36
|
+
});
|
|
37
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.SubmitCustomSourceTopicAnalysisShrinkRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class SubmitCustomSourceTopicAnalysisShrinkRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
fileType: 'FileType',
|
|
43
|
+
fileUrl: 'FileUrl',
|
|
44
|
+
maxTopicSize: 'MaxTopicSize',
|
|
45
|
+
newsShrink: 'News',
|
|
46
|
+
workspaceId: 'WorkspaceId',
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
static types() {
|
|
50
|
+
return {
|
|
51
|
+
fileType: 'string',
|
|
52
|
+
fileUrl: 'string',
|
|
53
|
+
maxTopicSize: 'number',
|
|
54
|
+
newsShrink: 'string',
|
|
55
|
+
workspaceId: 'string',
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
validate() {
|
|
59
|
+
super.validate();
|
|
60
|
+
}
|
|
61
|
+
constructor(map) {
|
|
62
|
+
super(map);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
exports.SubmitCustomSourceTopicAnalysisShrinkRequest = SubmitCustomSourceTopicAnalysisShrinkRequest;
|
|
66
|
+
//# sourceMappingURL=SubmitCustomSourceTopicAnalysisShrinkRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmitCustomSourceTopicAnalysisShrinkRequest.js","sourceRoot":"","sources":["../../src/models/SubmitCustomSourceTopicAnalysisShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;IAyB3E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,MAAM;YAClB,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,QAAQ;YACjB,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;SACtB,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,oGAoDC"}
|
package/dist/models/model.d.ts
CHANGED
|
@@ -32,6 +32,9 @@ export { GenerateViewPointResponseBodyData } from './GenerateViewPointResponseBo
|
|
|
32
32
|
export { GetCategoriesByTaskIdResponseBodyDataChildren } from './GetCategoriesByTaskIdResponseBodyDataChildren';
|
|
33
33
|
export { GetCategoriesByTaskIdResponseBodyData } from './GetCategoriesByTaskIdResponseBodyData';
|
|
34
34
|
export { GetCustomHotTopicBroadcastJobResponseBodyData } from './GetCustomHotTopicBroadcastJobResponseBodyData';
|
|
35
|
+
export { GetCustomSourceTopicAnalysisTaskResponseBodyDataClusterResultsClusterNews } from './GetCustomSourceTopicAnalysisTaskResponseBodyDataClusterResultsClusterNews';
|
|
36
|
+
export { GetCustomSourceTopicAnalysisTaskResponseBodyDataClusterResults } from './GetCustomSourceTopicAnalysisTaskResponseBodyDataClusterResults';
|
|
37
|
+
export { GetCustomSourceTopicAnalysisTaskResponseBodyData } from './GetCustomSourceTopicAnalysisTaskResponseBodyData';
|
|
35
38
|
export { GetCustomTextResponseBodyData } from './GetCustomTextResponseBodyData';
|
|
36
39
|
export { GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPointsOutlines } from './GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPointsOutlines';
|
|
37
40
|
export { GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPoints } from './GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPoints';
|
|
@@ -452,6 +455,9 @@ export { SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForNe
|
|
|
452
455
|
export { SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForNewsBroadcastContentConfig } from './SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForNewsBroadcastContentConfig';
|
|
453
456
|
export { SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfig } from './SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfig';
|
|
454
457
|
export { SubmitCustomHotTopicBroadcastJobResponseBodyData } from './SubmitCustomHotTopicBroadcastJobResponseBodyData';
|
|
458
|
+
export { SubmitCustomSourceTopicAnalysisRequestNewsComments } from './SubmitCustomSourceTopicAnalysisRequestNewsComments';
|
|
459
|
+
export { SubmitCustomSourceTopicAnalysisRequestNews } from './SubmitCustomSourceTopicAnalysisRequestNews';
|
|
460
|
+
export { SubmitCustomSourceTopicAnalysisResponseBodyData } from './SubmitCustomSourceTopicAnalysisResponseBodyData';
|
|
455
461
|
export { SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequestDocuments } from './SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequestDocuments';
|
|
456
462
|
export { SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyData } from './SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyData';
|
|
457
463
|
export { SubmitDocClusterTaskRequestDocuments } from './SubmitDocClusterTaskRequestDocuments';
|
|
@@ -560,6 +566,9 @@ export { ExportAnalysisTagDetailByTaskIdRequest } from './ExportAnalysisTagDetai
|
|
|
560
566
|
export { ExportAnalysisTagDetailByTaskIdShrinkRequest } from './ExportAnalysisTagDetailByTaskIdShrinkRequest';
|
|
561
567
|
export { ExportAnalysisTagDetailByTaskIdResponseBody } from './ExportAnalysisTagDetailByTaskIdResponseBody';
|
|
562
568
|
export { ExportAnalysisTagDetailByTaskIdResponse } from './ExportAnalysisTagDetailByTaskIdResponse';
|
|
569
|
+
export { ExportCustomSourceAnalysisTaskRequest } from './ExportCustomSourceAnalysisTaskRequest';
|
|
570
|
+
export { ExportCustomSourceAnalysisTaskResponseBody } from './ExportCustomSourceAnalysisTaskResponseBody';
|
|
571
|
+
export { ExportCustomSourceAnalysisTaskResponse } from './ExportCustomSourceAnalysisTaskResponse';
|
|
563
572
|
export { ExportGeneratedContentRequest } from './ExportGeneratedContentRequest';
|
|
564
573
|
export { ExportGeneratedContentResponseBody } from './ExportGeneratedContentResponseBody';
|
|
565
574
|
export { ExportGeneratedContentResponse } from './ExportGeneratedContentResponse';
|
|
@@ -598,6 +607,9 @@ export { GetCategoriesByTaskIdResponse } from './GetCategoriesByTaskIdResponse';
|
|
|
598
607
|
export { GetCustomHotTopicBroadcastJobRequest } from './GetCustomHotTopicBroadcastJobRequest';
|
|
599
608
|
export { GetCustomHotTopicBroadcastJobResponseBody } from './GetCustomHotTopicBroadcastJobResponseBody';
|
|
600
609
|
export { GetCustomHotTopicBroadcastJobResponse } from './GetCustomHotTopicBroadcastJobResponse';
|
|
610
|
+
export { GetCustomSourceTopicAnalysisTaskRequest } from './GetCustomSourceTopicAnalysisTaskRequest';
|
|
611
|
+
export { GetCustomSourceTopicAnalysisTaskResponseBody } from './GetCustomSourceTopicAnalysisTaskResponseBody';
|
|
612
|
+
export { GetCustomSourceTopicAnalysisTaskResponse } from './GetCustomSourceTopicAnalysisTaskResponse';
|
|
601
613
|
export { GetCustomTextRequest } from './GetCustomTextRequest';
|
|
602
614
|
export { GetCustomTextResponseBody } from './GetCustomTextResponseBody';
|
|
603
615
|
export { GetCustomTextResponse } from './GetCustomTextResponse';
|
|
@@ -923,6 +935,10 @@ export { SubmitCustomHotTopicBroadcastJobRequest } from './SubmitCustomHotTopicB
|
|
|
923
935
|
export { SubmitCustomHotTopicBroadcastJobShrinkRequest } from './SubmitCustomHotTopicBroadcastJobShrinkRequest';
|
|
924
936
|
export { SubmitCustomHotTopicBroadcastJobResponseBody } from './SubmitCustomHotTopicBroadcastJobResponseBody';
|
|
925
937
|
export { SubmitCustomHotTopicBroadcastJobResponse } from './SubmitCustomHotTopicBroadcastJobResponse';
|
|
938
|
+
export { SubmitCustomSourceTopicAnalysisRequest } from './SubmitCustomSourceTopicAnalysisRequest';
|
|
939
|
+
export { SubmitCustomSourceTopicAnalysisShrinkRequest } from './SubmitCustomSourceTopicAnalysisShrinkRequest';
|
|
940
|
+
export { SubmitCustomSourceTopicAnalysisResponseBody } from './SubmitCustomSourceTopicAnalysisResponseBody';
|
|
941
|
+
export { SubmitCustomSourceTopicAnalysisResponse } from './SubmitCustomSourceTopicAnalysisResponse';
|
|
926
942
|
export { SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest } from './SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest';
|
|
927
943
|
export { SubmitCustomTopicSelectionPerspectiveAnalysisTaskShrinkRequest } from './SubmitCustomTopicSelectionPerspectiveAnalysisTaskShrinkRequest';
|
|
928
944
|
export { SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBody } from './SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBody';
|