@alicloud/aimiaobi20230801 1.8.3 → 1.8.4
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 +2 -0
- package/dist/client.js +4 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +6 -0
package/dist/client.d.ts
CHANGED
|
@@ -10047,6 +10047,7 @@ export declare class GetTopicSelectionPerspectiveAnalysisTaskResponseBodyDataFre
|
|
|
10047
10047
|
}
|
|
10048
10048
|
export declare class GetTopicSelectionPerspectiveAnalysisTaskResponseBodyDataHotViewPointsResultAttitudesNews extends $tea.Model {
|
|
10049
10049
|
content?: string;
|
|
10050
|
+
createTime?: string;
|
|
10050
10051
|
/**
|
|
10051
10052
|
* @example
|
|
10052
10053
|
* 9957175DEDCF49C5ACF7A956B4FD67B2
|
|
@@ -10062,6 +10063,7 @@ export declare class GetTopicSelectionPerspectiveAnalysisTaskResponseBodyDataHot
|
|
|
10062
10063
|
* https://www.example.com/aaa.png
|
|
10063
10064
|
*/
|
|
10064
10065
|
imageUrls?: string[];
|
|
10066
|
+
pubTime?: string;
|
|
10065
10067
|
source?: string;
|
|
10066
10068
|
summary?: string;
|
|
10067
10069
|
/**
|
package/dist/client.js
CHANGED
|
@@ -7800,9 +7800,11 @@ class GetTopicSelectionPerspectiveAnalysisTaskResponseBodyDataHotViewPointsResul
|
|
|
7800
7800
|
static names() {
|
|
7801
7801
|
return {
|
|
7802
7802
|
content: 'Content',
|
|
7803
|
+
createTime: 'CreateTime',
|
|
7803
7804
|
docId: 'DocId',
|
|
7804
7805
|
docUuid: 'DocUuid',
|
|
7805
7806
|
imageUrls: 'ImageUrls',
|
|
7807
|
+
pubTime: 'PubTime',
|
|
7806
7808
|
source: 'Source',
|
|
7807
7809
|
summary: 'Summary',
|
|
7808
7810
|
tags: 'Tags',
|
|
@@ -7814,9 +7816,11 @@ class GetTopicSelectionPerspectiveAnalysisTaskResponseBodyDataHotViewPointsResul
|
|
|
7814
7816
|
static types() {
|
|
7815
7817
|
return {
|
|
7816
7818
|
content: 'string',
|
|
7819
|
+
createTime: 'string',
|
|
7817
7820
|
docId: 'string',
|
|
7818
7821
|
docUuid: 'string',
|
|
7819
7822
|
imageUrls: { 'type': 'array', 'itemType': 'string' },
|
|
7823
|
+
pubTime: 'string',
|
|
7820
7824
|
source: 'string',
|
|
7821
7825
|
summary: 'string',
|
|
7822
7826
|
tags: { 'type': 'array', 'itemType': 'string' },
|