@alicloud/aliding20230426 2.33.0 → 2.34.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 +16 -0
- package/dist/client.js +77 -3
- package/dist/client.js.map +1 -1
- package/dist/models/CreateReportResponseBody.d.ts +1 -0
- package/dist/models/CreateReportResponseBody.js +2 -0
- package/dist/models/CreateReportResponseBody.js.map +1 -1
- package/dist/models/CreateRunRequest.d.ts +1 -0
- package/dist/models/CreateRunRequest.js +2 -0
- package/dist/models/CreateRunRequest.js.map +1 -1
- package/dist/models/CreateRunResponseBodyMessages.d.ts +2 -0
- package/dist/models/CreateRunResponseBodyMessages.js +6 -0
- package/dist/models/CreateRunResponseBodyMessages.js.map +1 -1
- package/dist/models/CreateRunResponseBodyMessagesContentStruct.d.ts +15 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStruct.js +62 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStruct.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructParts.d.ts +63 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructParts.js +96 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructParts.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsDataPart.d.ts +14 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsDataPart.js +58 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsDataPart.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReasonPart.d.ts +18 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReasonPart.js +58 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReasonPart.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPart.d.ts +15 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPart.js +62 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPart.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.d.ts +16 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.js +62 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePart.d.ts +15 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePart.js +62 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePart.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.d.ts +44 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.js +70 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsTextPart.d.ts +18 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsTextPart.js +58 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsTextPart.js.map +1 -0
- package/dist/models/InsertContentWithOptionsRequest.d.ts +0 -8
- package/dist/models/InsertContentWithOptionsRequest.js +0 -2
- package/dist/models/InsertContentWithOptionsRequest.js.map +1 -1
- package/dist/models/InsertContentWithOptionsShrinkRequest.d.ts +0 -8
- package/dist/models/InsertContentWithOptionsShrinkRequest.js +0 -2
- package/dist/models/InsertContentWithOptionsShrinkRequest.js.map +1 -1
- package/dist/models/InsertDropDownListHeaders.d.ts +18 -0
- package/dist/models/InsertDropDownListHeaders.js +67 -0
- package/dist/models/InsertDropDownListHeaders.js.map +1 -0
- package/dist/models/InsertDropDownListHeadersAccountContext.d.ts +21 -0
- package/dist/models/InsertDropDownListHeadersAccountContext.js +58 -0
- package/dist/models/InsertDropDownListHeadersAccountContext.js.map +1 -0
- package/dist/models/InsertDropDownListRequest.d.ts +45 -0
- package/dist/models/InsertDropDownListRequest.js +74 -0
- package/dist/models/InsertDropDownListRequest.js.map +1 -0
- package/dist/models/InsertDropDownListRequestOptions.d.ts +29 -0
- package/dist/models/InsertDropDownListRequestOptions.js +60 -0
- package/dist/models/InsertDropDownListRequestOptions.js.map +1 -0
- package/dist/models/InsertDropDownListRequestTenantContext.d.ts +18 -0
- package/dist/models/InsertDropDownListRequestTenantContext.js +58 -0
- package/dist/models/InsertDropDownListRequestTenantContext.js.map +1 -0
- package/dist/models/InsertDropDownListResponse.d.ts +19 -0
- package/dist/models/InsertDropDownListResponse.js +69 -0
- package/dist/models/InsertDropDownListResponse.js.map +1 -0
- package/dist/models/InsertDropDownListResponseBody.d.ts +33 -0
- package/dist/models/InsertDropDownListResponseBody.js +64 -0
- package/dist/models/InsertDropDownListResponseBody.js.map +1 -0
- package/dist/models/InsertDropDownListShrinkHeaders.d.ts +17 -0
- package/dist/models/InsertDropDownListShrinkHeaders.js +63 -0
- package/dist/models/InsertDropDownListShrinkHeaders.js.map +1 -0
- package/dist/models/InsertDropDownListShrinkRequest.d.ts +43 -0
- package/dist/models/InsertDropDownListShrinkRequest.js +66 -0
- package/dist/models/InsertDropDownListShrinkRequest.js.map +1 -0
- package/dist/models/SaveContentResponseBody.d.ts +1 -0
- package/dist/models/SaveContentResponseBody.js +2 -0
- package/dist/models/SaveContentResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +18 -0
- package/dist/models/model.js +82 -46
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +90 -4
- package/src/models/CreateReportResponseBody.ts +3 -0
- package/src/models/CreateRunRequest.ts +3 -0
- package/src/models/CreateRunResponseBodyMessages.ts +7 -0
- package/src/models/CreateRunResponseBodyMessagesContentStruct.ts +31 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructParts.ts +109 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsDataPart.ts +27 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsReasonPart.ts +31 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPart.ts +31 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.ts +33 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsReferencePart.ts +31 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.ts +69 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsTextPart.ts +31 -0
- package/src/models/InsertContentWithOptionsRequest.ts +0 -10
- package/src/models/InsertContentWithOptionsShrinkRequest.ts +0 -10
- package/src/models/InsertDropDownListHeaders.ts +37 -0
- package/src/models/InsertDropDownListHeadersAccountContext.ts +34 -0
- package/src/models/InsertDropDownListRequest.ts +72 -0
- package/src/models/InsertDropDownListRequestOptions.ts +44 -0
- package/src/models/InsertDropDownListRequestTenantContext.ts +31 -0
- package/src/models/InsertDropDownListResponse.ts +40 -0
- package/src/models/InsertDropDownListResponseBody.ts +52 -0
- package/src/models/InsertDropDownListShrinkHeaders.ts +33 -0
- package/src/models/InsertDropDownListShrinkRequest.ts +64 -0
- package/src/models/SaveContentResponseBody.ts +3 -0
- package/src/models/model.ts +18 -0
|
@@ -40,12 +40,14 @@ class CreateReportResponseBody extends $dara.Model {
|
|
|
40
40
|
static names() {
|
|
41
41
|
return {
|
|
42
42
|
requestId: 'requestId',
|
|
43
|
+
result: 'result',
|
|
43
44
|
success: 'success',
|
|
44
45
|
};
|
|
45
46
|
}
|
|
46
47
|
static types() {
|
|
47
48
|
return {
|
|
48
49
|
requestId: 'string',
|
|
50
|
+
result: 'string',
|
|
49
51
|
success: 'boolean',
|
|
50
52
|
};
|
|
51
53
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateReportResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateReportResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wBAAyB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateReportResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateReportResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wBAAyB,SAAQ,KAAK,CAAC,KAAK;IAevD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,SAAS;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;AAtCD,4DAsCC"}
|
|
@@ -39,6 +39,7 @@ const $dara = __importStar(require("@darabonba/typescript"));
|
|
|
39
39
|
class CreateRunRequest extends $dara.Model {
|
|
40
40
|
static names() {
|
|
41
41
|
return {
|
|
42
|
+
allowStructViewContent: 'allowStructViewContent',
|
|
42
43
|
assistantId: 'assistantId',
|
|
43
44
|
originalAssistantId: 'originalAssistantId',
|
|
44
45
|
sourceIdOfOriginalAssistantId: 'sourceIdOfOriginalAssistantId',
|
|
@@ -49,6 +50,7 @@ class CreateRunRequest extends $dara.Model {
|
|
|
49
50
|
}
|
|
50
51
|
static types() {
|
|
51
52
|
return {
|
|
53
|
+
allowStructViewContent: 'boolean',
|
|
52
54
|
assistantId: 'string',
|
|
53
55
|
originalAssistantId: 'string',
|
|
54
56
|
sourceIdOfOriginalAssistantId: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateRunRequest.js","sourceRoot":"","sources":["../../src/models/CreateRunRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateRunRequest.js","sourceRoot":"","sources":["../../src/models/CreateRunRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;IAsC/C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,wBAAwB;YAChD,WAAW,EAAE,aAAa;YAC1B,mBAAmB,EAAE,qBAAqB;YAC1C,6BAA6B,EAAE,+BAA+B;YAC9D,+BAA+B,EAAE,iCAAiC;YAClE,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,SAAS;YACjC,WAAW,EAAE,QAAQ;YACrB,mBAAmB,EAAE,QAAQ;YAC7B,6BAA6B,EAAE,QAAQ;YACvC,+BAA+B,EAAE,QAAQ;YACzC,MAAM,EAAE,SAAS;YACjB,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;AArED,4CAqEC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
import { CreateRunResponseBodyMessagesContent } from "./CreateRunResponseBodyMessagesContent";
|
|
3
|
+
import { CreateRunResponseBodyMessagesContentStruct } from "./CreateRunResponseBodyMessagesContentStruct";
|
|
3
4
|
export declare class CreateRunResponseBodyMessages extends $dara.Model {
|
|
4
5
|
content?: CreateRunResponseBodyMessagesContent;
|
|
5
6
|
/**
|
|
@@ -7,6 +8,7 @@ export declare class CreateRunResponseBodyMessages extends $dara.Model {
|
|
|
7
8
|
* 这是一张小猫钓鱼图
|
|
8
9
|
*/
|
|
9
10
|
contentDesc?: string;
|
|
11
|
+
contentStruct?: CreateRunResponseBodyMessagesContentStruct;
|
|
10
12
|
/**
|
|
11
13
|
* @example
|
|
12
14
|
* 1642448000000
|
|
@@ -37,11 +37,13 @@ exports.CreateRunResponseBodyMessages = void 0;
|
|
|
37
37
|
// This file is auto-generated, don't edit it
|
|
38
38
|
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
39
|
const CreateRunResponseBodyMessagesContent_1 = require("./CreateRunResponseBodyMessagesContent");
|
|
40
|
+
const CreateRunResponseBodyMessagesContentStruct_1 = require("./CreateRunResponseBodyMessagesContentStruct");
|
|
40
41
|
class CreateRunResponseBodyMessages extends $dara.Model {
|
|
41
42
|
static names() {
|
|
42
43
|
return {
|
|
43
44
|
content: 'content',
|
|
44
45
|
contentDesc: 'contentDesc',
|
|
46
|
+
contentStruct: 'contentStruct',
|
|
45
47
|
createAt: 'createAt',
|
|
46
48
|
id: 'id',
|
|
47
49
|
role: 'role',
|
|
@@ -53,6 +55,7 @@ class CreateRunResponseBodyMessages extends $dara.Model {
|
|
|
53
55
|
return {
|
|
54
56
|
content: CreateRunResponseBodyMessagesContent_1.CreateRunResponseBodyMessagesContent,
|
|
55
57
|
contentDesc: 'string',
|
|
58
|
+
contentStruct: CreateRunResponseBodyMessagesContentStruct_1.CreateRunResponseBodyMessagesContentStruct,
|
|
56
59
|
createAt: 'number',
|
|
57
60
|
id: 'string',
|
|
58
61
|
role: 'string',
|
|
@@ -64,6 +67,9 @@ class CreateRunResponseBodyMessages extends $dara.Model {
|
|
|
64
67
|
if (this.content && typeof this.content.validate === 'function') {
|
|
65
68
|
this.content.validate();
|
|
66
69
|
}
|
|
70
|
+
if (this.contentStruct && typeof this.contentStruct.validate === 'function') {
|
|
71
|
+
this.contentStruct.validate();
|
|
72
|
+
}
|
|
67
73
|
super.validate();
|
|
68
74
|
}
|
|
69
75
|
constructor(map) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateRunResponseBodyMessages.js","sourceRoot":"","sources":["../../src/models/CreateRunResponseBodyMessages.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iGAA8F;
|
|
1
|
+
{"version":3,"file":"CreateRunResponseBodyMessages.js","sourceRoot":"","sources":["../../src/models/CreateRunResponseBodyMessages.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iGAA8F;AAC9F,6GAA0G;AAG1G,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAiC5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,aAAa,EAAE,eAAe;YAC9B,QAAQ,EAAE,UAAU;YACpB,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,MAAM;YACZ,KAAK,EAAE,OAAO;YACd,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,2EAAoC;YAC7C,WAAW,EAAE,QAAQ;YACrB,aAAa,EAAE,uFAA0C;YACzD,QAAQ,EAAE,QAAQ;YAClB,EAAE,EAAE,QAAQ;YACZ,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE,QAAQ;YACf,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,IAAI,OAAQ,IAAI,CAAC,OAAe,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACvE,IAAI,CAAC,OAAe,CAAC,QAAQ,EAAE,CAAC;QACnC,CAAC;QACD,IAAG,IAAI,CAAC,aAAa,IAAI,OAAQ,IAAI,CAAC,aAAqB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnF,IAAI,CAAC,aAAqB,CAAC,QAAQ,EAAE,CAAC;QACzC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxED,sEAwEC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { CreateRunResponseBodyMessagesContentStructParts } from "./CreateRunResponseBodyMessagesContentStructParts";
|
|
3
|
+
export declare class CreateRunResponseBodyMessagesContentStruct extends $dara.Model {
|
|
4
|
+
parts?: CreateRunResponseBodyMessagesContentStructParts[];
|
|
5
|
+
static names(): {
|
|
6
|
+
[key: string]: string;
|
|
7
|
+
};
|
|
8
|
+
static types(): {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
};
|
|
11
|
+
validate(): void;
|
|
12
|
+
constructor(map?: {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
});
|
|
15
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.CreateRunResponseBodyMessagesContentStruct = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const CreateRunResponseBodyMessagesContentStructParts_1 = require("./CreateRunResponseBodyMessagesContentStructParts");
|
|
40
|
+
class CreateRunResponseBodyMessagesContentStruct extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
parts: 'parts',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
parts: { 'type': 'array', 'itemType': CreateRunResponseBodyMessagesContentStructParts_1.CreateRunResponseBodyMessagesContentStructParts },
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
validate() {
|
|
52
|
+
if (Array.isArray(this.parts)) {
|
|
53
|
+
$dara.Model.validateArray(this.parts);
|
|
54
|
+
}
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.CreateRunResponseBodyMessagesContentStruct = CreateRunResponseBodyMessagesContentStruct;
|
|
62
|
+
//# sourceMappingURL=CreateRunResponseBodyMessagesContentStruct.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateRunResponseBodyMessagesContentStruct.js","sourceRoot":"","sources":["../../src/models/CreateRunResponseBodyMessagesContentStruct.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uHAAoH;AAGpH,MAAa,0CAA2C,SAAQ,KAAK,CAAC,KAAK;IAEzE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,iGAA+C,EAAE;SACxF,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;YAC7B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACxC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,gGAwBC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { CreateRunResponseBodyMessagesContentStructPartsDataPart } from "./CreateRunResponseBodyMessagesContentStructPartsDataPart";
|
|
3
|
+
import { CreateRunResponseBodyMessagesContentStructPartsReasonPart } from "./CreateRunResponseBodyMessagesContentStructPartsReasonPart";
|
|
4
|
+
import { CreateRunResponseBodyMessagesContentStructPartsRecommendPart } from "./CreateRunResponseBodyMessagesContentStructPartsRecommendPart";
|
|
5
|
+
import { CreateRunResponseBodyMessagesContentStructPartsReferencePart } from "./CreateRunResponseBodyMessagesContentStructPartsReferencePart";
|
|
6
|
+
import { CreateRunResponseBodyMessagesContentStructPartsTextPart } from "./CreateRunResponseBodyMessagesContentStructPartsTextPart";
|
|
7
|
+
export declare class CreateRunResponseBodyMessagesContentStructParts extends $dara.Model {
|
|
8
|
+
append?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* @example
|
|
11
|
+
* {}
|
|
12
|
+
*/
|
|
13
|
+
dataPart?: CreateRunResponseBodyMessagesContentStructPartsDataPart;
|
|
14
|
+
finish?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* @example
|
|
17
|
+
* 这是正文内容部分
|
|
18
|
+
*/
|
|
19
|
+
partDesc?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @example
|
|
22
|
+
* artifactId123
|
|
23
|
+
*/
|
|
24
|
+
partId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @example
|
|
27
|
+
* {}
|
|
28
|
+
*/
|
|
29
|
+
reasonPart?: CreateRunResponseBodyMessagesContentStructPartsReasonPart;
|
|
30
|
+
/**
|
|
31
|
+
* @example
|
|
32
|
+
* {}
|
|
33
|
+
*/
|
|
34
|
+
recommendPart?: CreateRunResponseBodyMessagesContentStructPartsRecommendPart;
|
|
35
|
+
/**
|
|
36
|
+
* @example
|
|
37
|
+
* {}
|
|
38
|
+
*/
|
|
39
|
+
referencePart?: CreateRunResponseBodyMessagesContentStructPartsReferencePart;
|
|
40
|
+
/**
|
|
41
|
+
* @example
|
|
42
|
+
* {}
|
|
43
|
+
*/
|
|
44
|
+
textPart?: CreateRunResponseBodyMessagesContentStructPartsTextPart;
|
|
45
|
+
/**
|
|
46
|
+
* @remarks
|
|
47
|
+
* This parameter is required.
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
* textPart
|
|
51
|
+
*/
|
|
52
|
+
type?: string;
|
|
53
|
+
static names(): {
|
|
54
|
+
[key: string]: string;
|
|
55
|
+
};
|
|
56
|
+
static types(): {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
validate(): void;
|
|
60
|
+
constructor(map?: {
|
|
61
|
+
[key: string]: any;
|
|
62
|
+
});
|
|
63
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
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.CreateRunResponseBodyMessagesContentStructParts = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const CreateRunResponseBodyMessagesContentStructPartsDataPart_1 = require("./CreateRunResponseBodyMessagesContentStructPartsDataPart");
|
|
40
|
+
const CreateRunResponseBodyMessagesContentStructPartsReasonPart_1 = require("./CreateRunResponseBodyMessagesContentStructPartsReasonPart");
|
|
41
|
+
const CreateRunResponseBodyMessagesContentStructPartsRecommendPart_1 = require("./CreateRunResponseBodyMessagesContentStructPartsRecommendPart");
|
|
42
|
+
const CreateRunResponseBodyMessagesContentStructPartsReferencePart_1 = require("./CreateRunResponseBodyMessagesContentStructPartsReferencePart");
|
|
43
|
+
const CreateRunResponseBodyMessagesContentStructPartsTextPart_1 = require("./CreateRunResponseBodyMessagesContentStructPartsTextPart");
|
|
44
|
+
class CreateRunResponseBodyMessagesContentStructParts extends $dara.Model {
|
|
45
|
+
static names() {
|
|
46
|
+
return {
|
|
47
|
+
append: 'append',
|
|
48
|
+
dataPart: 'dataPart',
|
|
49
|
+
finish: 'finish',
|
|
50
|
+
partDesc: 'partDesc',
|
|
51
|
+
partId: 'partId',
|
|
52
|
+
reasonPart: 'reasonPart',
|
|
53
|
+
recommendPart: 'recommendPart',
|
|
54
|
+
referencePart: 'referencePart',
|
|
55
|
+
textPart: 'textPart',
|
|
56
|
+
type: 'type',
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
static types() {
|
|
60
|
+
return {
|
|
61
|
+
append: 'boolean',
|
|
62
|
+
dataPart: CreateRunResponseBodyMessagesContentStructPartsDataPart_1.CreateRunResponseBodyMessagesContentStructPartsDataPart,
|
|
63
|
+
finish: 'boolean',
|
|
64
|
+
partDesc: 'string',
|
|
65
|
+
partId: 'string',
|
|
66
|
+
reasonPart: CreateRunResponseBodyMessagesContentStructPartsReasonPart_1.CreateRunResponseBodyMessagesContentStructPartsReasonPart,
|
|
67
|
+
recommendPart: CreateRunResponseBodyMessagesContentStructPartsRecommendPart_1.CreateRunResponseBodyMessagesContentStructPartsRecommendPart,
|
|
68
|
+
referencePart: CreateRunResponseBodyMessagesContentStructPartsReferencePart_1.CreateRunResponseBodyMessagesContentStructPartsReferencePart,
|
|
69
|
+
textPart: CreateRunResponseBodyMessagesContentStructPartsTextPart_1.CreateRunResponseBodyMessagesContentStructPartsTextPart,
|
|
70
|
+
type: 'string',
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
validate() {
|
|
74
|
+
if (this.dataPart && typeof this.dataPart.validate === 'function') {
|
|
75
|
+
this.dataPart.validate();
|
|
76
|
+
}
|
|
77
|
+
if (this.reasonPart && typeof this.reasonPart.validate === 'function') {
|
|
78
|
+
this.reasonPart.validate();
|
|
79
|
+
}
|
|
80
|
+
if (this.recommendPart && typeof this.recommendPart.validate === 'function') {
|
|
81
|
+
this.recommendPart.validate();
|
|
82
|
+
}
|
|
83
|
+
if (this.referencePart && typeof this.referencePart.validate === 'function') {
|
|
84
|
+
this.referencePart.validate();
|
|
85
|
+
}
|
|
86
|
+
if (this.textPart && typeof this.textPart.validate === 'function') {
|
|
87
|
+
this.textPart.validate();
|
|
88
|
+
}
|
|
89
|
+
super.validate();
|
|
90
|
+
}
|
|
91
|
+
constructor(map) {
|
|
92
|
+
super(map);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
exports.CreateRunResponseBodyMessagesContentStructParts = CreateRunResponseBodyMessagesContentStructParts;
|
|
96
|
+
//# sourceMappingURL=CreateRunResponseBodyMessagesContentStructParts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateRunResponseBodyMessagesContentStructParts.js","sourceRoot":"","sources":["../../src/models/CreateRunResponseBodyMessagesContentStructParts.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uIAAoI;AACpI,2IAAwI;AACxI,iJAA8I;AAC9I,iJAA8I;AAC9I,uIAAoI;AAGpI,MAAa,+CAAgD,SAAQ,KAAK,CAAC,KAAK;IA8C9E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,eAAe;YAC9B,aAAa,EAAE,eAAe;YAC9B,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,iHAAuD;YACjE,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,QAAQ;YAClB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,qHAAyD;YACrE,aAAa,EAAE,2HAA4D;YAC3E,aAAa,EAAE,2HAA4D;YAC3E,QAAQ,EAAE,iHAAuD;YACjE,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,QAAQ,IAAI,OAAQ,IAAI,CAAC,QAAgB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzE,IAAI,CAAC,QAAgB,CAAC,QAAQ,EAAE,CAAC;QACpC,CAAC;QACD,IAAG,IAAI,CAAC,UAAU,IAAI,OAAQ,IAAI,CAAC,UAAkB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC7E,IAAI,CAAC,UAAkB,CAAC,QAAQ,EAAE,CAAC;QACtC,CAAC;QACD,IAAG,IAAI,CAAC,aAAa,IAAI,OAAQ,IAAI,CAAC,aAAqB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnF,IAAI,CAAC,aAAqB,CAAC,QAAQ,EAAE,CAAC;QACzC,CAAC;QACD,IAAG,IAAI,CAAC,aAAa,IAAI,OAAQ,IAAI,CAAC,aAAqB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnF,IAAI,CAAC,aAAqB,CAAC,QAAQ,EAAE,CAAC;QACzC,CAAC;QACD,IAAG,IAAI,CAAC,QAAQ,IAAI,OAAQ,IAAI,CAAC,QAAgB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzE,IAAI,CAAC,QAAgB,CAAC,QAAQ,EAAE,CAAC;QACpC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAlGD,0GAkGC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateRunResponseBodyMessagesContentStructPartsDataPart extends $dara.Model {
|
|
3
|
+
data?: any;
|
|
4
|
+
static names(): {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
static types(): {
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
};
|
|
10
|
+
validate(): void;
|
|
11
|
+
constructor(map?: {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
});
|
|
14
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.CreateRunResponseBodyMessagesContentStructPartsDataPart = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateRunResponseBodyMessagesContentStructPartsDataPart extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
data: 'data',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
static types() {
|
|
46
|
+
return {
|
|
47
|
+
data: 'any',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.CreateRunResponseBodyMessagesContentStructPartsDataPart = CreateRunResponseBodyMessagesContentStructPartsDataPart;
|
|
58
|
+
//# sourceMappingURL=CreateRunResponseBodyMessagesContentStructPartsDataPart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateRunResponseBodyMessagesContentStructPartsDataPart.js","sourceRoot":"","sources":["../../src/models/CreateRunResponseBodyMessagesContentStructPartsDataPart.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uDAAwD,SAAQ,KAAK,CAAC,KAAK;IAEtF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,KAAK;SACZ,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;AArBD,0HAqBC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateRunResponseBodyMessagesContentStructPartsReasonPart extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 123123
|
|
6
|
+
*/
|
|
7
|
+
reason?: string;
|
|
8
|
+
static names(): {
|
|
9
|
+
[key: string]: string;
|
|
10
|
+
};
|
|
11
|
+
static types(): {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
};
|
|
14
|
+
validate(): void;
|
|
15
|
+
constructor(map?: {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
});
|
|
18
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.CreateRunResponseBodyMessagesContentStructPartsReasonPart = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateRunResponseBodyMessagesContentStructPartsReasonPart extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
reason: 'reason',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
static types() {
|
|
46
|
+
return {
|
|
47
|
+
reason: 'string',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.CreateRunResponseBodyMessagesContentStructPartsReasonPart = CreateRunResponseBodyMessagesContentStructPartsReasonPart;
|
|
58
|
+
//# sourceMappingURL=CreateRunResponseBodyMessagesContentStructPartsReasonPart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateRunResponseBodyMessagesContentStructPartsReasonPart.js","sourceRoot":"","sources":["../../src/models/CreateRunResponseBodyMessagesContentStructPartsReasonPart.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yDAA0D,SAAQ,KAAK,CAAC,KAAK;IAMxF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;SACjB,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;AAzBD,8HAyBC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends } from "./CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends";
|
|
3
|
+
export declare class CreateRunResponseBodyMessagesContentStructPartsRecommendPart extends $dara.Model {
|
|
4
|
+
recommends?: CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends[];
|
|
5
|
+
static names(): {
|
|
6
|
+
[key: string]: string;
|
|
7
|
+
};
|
|
8
|
+
static types(): {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
};
|
|
11
|
+
validate(): void;
|
|
12
|
+
constructor(map?: {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
});
|
|
15
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.CreateRunResponseBodyMessagesContentStructPartsRecommendPart = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends_1 = require("./CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends");
|
|
40
|
+
class CreateRunResponseBodyMessagesContentStructPartsRecommendPart extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
recommends: 'recommends',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
recommends: { 'type': 'array', 'itemType': CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends_1.CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends },
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
validate() {
|
|
52
|
+
if (Array.isArray(this.recommends)) {
|
|
53
|
+
$dara.Model.validateArray(this.recommends);
|
|
54
|
+
}
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.CreateRunResponseBodyMessagesContentStructPartsRecommendPart = CreateRunResponseBodyMessagesContentStructPartsRecommendPart;
|
|
62
|
+
//# sourceMappingURL=CreateRunResponseBodyMessagesContentStructPartsRecommendPart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateRunResponseBodyMessagesContentStructPartsRecommendPart.js","sourceRoot":"","sources":["../../src/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPart.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,qKAAkK;AAGlK,MAAa,4DAA6D,SAAQ,KAAK,CAAC,KAAK;IAE3F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,+IAAsE,EAAE;SACpH,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;YAClC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,oIAwBC"}
|
package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends extends $dara.Model {
|
|
3
|
+
mobileUrl?: string;
|
|
4
|
+
text?: string;
|
|
5
|
+
url?: string;
|
|
6
|
+
static names(): {
|
|
7
|
+
[key: string]: string;
|
|
8
|
+
};
|
|
9
|
+
static types(): {
|
|
10
|
+
[key: string]: any;
|
|
11
|
+
};
|
|
12
|
+
validate(): void;
|
|
13
|
+
constructor(map?: {
|
|
14
|
+
[key: string]: any;
|
|
15
|
+
});
|
|
16
|
+
}
|