@alicloud/aimiaobi20230801 1.30.0 → 1.30.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/client.d.ts +2 -2
- package/dist/client.js +32 -2
- package/dist/client.js.map +1 -1
- package/dist/models/GetAutoClipsTaskInfoResponseBodyDataColorWords.d.ts +0 -0
- package/dist/models/RunCommentGenerationRequest.d.ts +1 -0
- package/dist/models/RunCommentGenerationRequest.js +2 -0
- package/dist/models/RunCommentGenerationRequest.js.map +1 -1
- package/dist/models/RunCommentGenerationShrinkRequest.d.ts +1 -0
- package/dist/models/RunCommentGenerationShrinkRequest.js +2 -0
- package/dist/models/RunCommentGenerationShrinkRequest.js.map +1 -1
- package/dist/models/RunDocBrainmapRequest.d.ts +1 -0
- package/dist/models/RunDocBrainmapRequest.js +2 -0
- package/dist/models/RunDocBrainmapRequest.js.map +1 -1
- package/dist/models/RunDocIntroductionRequest.d.ts +1 -0
- package/dist/models/RunDocIntroductionRequest.js +2 -0
- package/dist/models/RunDocIntroductionRequest.js.map +1 -1
- package/dist/models/RunDocQaRequest.d.ts +1 -0
- package/dist/models/RunDocQaRequest.js +2 -0
- package/dist/models/RunDocQaRequest.js.map +1 -1
- package/dist/models/RunDocQaShrinkRequest.d.ts +1 -0
- package/dist/models/RunDocQaShrinkRequest.js +2 -0
- package/dist/models/RunDocQaShrinkRequest.js.map +1 -1
- package/dist/models/RunDocSmartCardRequest.d.ts +1 -0
- package/dist/models/RunDocSmartCardRequest.js +2 -0
- package/dist/models/RunDocSmartCardRequest.js.map +1 -1
- package/dist/models/RunDocTranslationRequest.d.ts +1 -0
- package/dist/models/RunDocTranslationRequest.js +2 -0
- package/dist/models/RunDocTranslationRequest.js.map +1 -1
- package/dist/models/RunDocWashingRequest.d.ts +1 -0
- package/dist/models/RunDocWashingRequest.js +2 -0
- package/dist/models/RunDocWashingRequest.js.map +1 -1
- package/dist/models/RunGenerateQuestionsRequest.d.ts +1 -0
- package/dist/models/RunGenerateQuestionsRequest.js +2 -0
- package/dist/models/RunGenerateQuestionsRequest.js.map +1 -1
- package/dist/models/RunHotwordRequest.d.ts +1 -0
- package/dist/models/RunHotwordRequest.js +2 -0
- package/dist/models/RunHotwordRequest.js.map +1 -1
- package/dist/models/RunMultiDocIntroductionRequest.d.ts +1 -0
- package/dist/models/RunMultiDocIntroductionRequest.js +2 -0
- package/dist/models/RunMultiDocIntroductionRequest.js.map +1 -1
- package/dist/models/RunMultiDocIntroductionShrinkRequest.d.ts +1 -0
- package/dist/models/RunMultiDocIntroductionShrinkRequest.js +2 -0
- package/dist/models/RunMultiDocIntroductionShrinkRequest.js.map +1 -1
- package/dist/models/RunSearchGenerationRequestChatConfig.d.ts +1 -0
- package/dist/models/RunSearchGenerationRequestChatConfig.js +5 -0
- package/dist/models/RunSearchGenerationRequestChatConfig.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +42 -2
- package/src/models/GetAutoClipsTaskInfoResponseBodyDataColorWords.ts +0 -0
- package/src/models/RunCommentGenerationRequest.ts +3 -0
- package/src/models/RunCommentGenerationShrinkRequest.ts +3 -0
- package/src/models/RunDocBrainmapRequest.ts +3 -0
- package/src/models/RunDocIntroductionRequest.ts +3 -0
- package/src/models/RunDocQaRequest.ts +3 -0
- package/src/models/RunDocQaShrinkRequest.ts +3 -0
- package/src/models/RunDocSmartCardRequest.ts +3 -0
- package/src/models/RunDocTranslationRequest.ts +3 -0
- package/src/models/RunDocWashingRequest.ts +3 -0
- package/src/models/RunGenerateQuestionsRequest.ts +3 -0
- package/src/models/RunHotwordRequest.ts +3 -0
- package/src/models/RunMultiDocIntroductionRequest.ts +3 -0
- package/src/models/RunMultiDocIntroductionShrinkRequest.ts +3 -0
- package/src/models/RunSearchGenerationRequestChatConfig.ts +6 -0
|
@@ -22,6 +22,7 @@ export class RunCommentGenerationRequest extends $dara.Model {
|
|
|
22
22
|
* {"short":"50","long":“50”}
|
|
23
23
|
*/
|
|
24
24
|
lengthRange?: { [key: string]: any };
|
|
25
|
+
modelId?: string;
|
|
25
26
|
/**
|
|
26
27
|
* @remarks
|
|
27
28
|
* This parameter is required.
|
|
@@ -67,6 +68,7 @@ export class RunCommentGenerationRequest extends $dara.Model {
|
|
|
67
68
|
extraInfo: 'ExtraInfo',
|
|
68
69
|
length: 'Length',
|
|
69
70
|
lengthRange: 'LengthRange',
|
|
71
|
+
modelId: 'ModelId',
|
|
70
72
|
numComments: 'NumComments',
|
|
71
73
|
sentiment: 'Sentiment',
|
|
72
74
|
sessionId: 'SessionId',
|
|
@@ -83,6 +85,7 @@ export class RunCommentGenerationRequest extends $dara.Model {
|
|
|
83
85
|
extraInfo: 'string',
|
|
84
86
|
length: 'string',
|
|
85
87
|
lengthRange: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
88
|
+
modelId: 'string',
|
|
86
89
|
numComments: 'string',
|
|
87
90
|
sentiment: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
88
91
|
sessionId: 'string',
|
|
@@ -22,6 +22,7 @@ export class RunCommentGenerationShrinkRequest extends $dara.Model {
|
|
|
22
22
|
* {"short":"50","long":“50”}
|
|
23
23
|
*/
|
|
24
24
|
lengthRangeShrink?: string;
|
|
25
|
+
modelId?: string;
|
|
25
26
|
/**
|
|
26
27
|
* @remarks
|
|
27
28
|
* This parameter is required.
|
|
@@ -67,6 +68,7 @@ export class RunCommentGenerationShrinkRequest extends $dara.Model {
|
|
|
67
68
|
extraInfo: 'ExtraInfo',
|
|
68
69
|
length: 'Length',
|
|
69
70
|
lengthRangeShrink: 'LengthRange',
|
|
71
|
+
modelId: 'ModelId',
|
|
70
72
|
numComments: 'NumComments',
|
|
71
73
|
sentimentShrink: 'Sentiment',
|
|
72
74
|
sessionId: 'SessionId',
|
|
@@ -83,6 +85,7 @@ export class RunCommentGenerationShrinkRequest extends $dara.Model {
|
|
|
83
85
|
extraInfo: 'string',
|
|
84
86
|
length: 'string',
|
|
85
87
|
lengthRangeShrink: 'string',
|
|
88
|
+
modelId: 'string',
|
|
86
89
|
numComments: 'string',
|
|
87
90
|
sentimentShrink: 'string',
|
|
88
91
|
sessionId: 'string',
|
|
@@ -12,6 +12,7 @@ export class RunDocBrainmapRequest extends $dara.Model {
|
|
|
12
12
|
* 12345
|
|
13
13
|
*/
|
|
14
14
|
docId?: string;
|
|
15
|
+
modelName?: string;
|
|
15
16
|
nodeNumber?: number;
|
|
16
17
|
prompt?: string;
|
|
17
18
|
/**
|
|
@@ -36,6 +37,7 @@ export class RunDocBrainmapRequest extends $dara.Model {
|
|
|
36
37
|
return {
|
|
37
38
|
cleanCache: 'CleanCache',
|
|
38
39
|
docId: 'DocId',
|
|
40
|
+
modelName: 'ModelName',
|
|
39
41
|
nodeNumber: 'NodeNumber',
|
|
40
42
|
prompt: 'Prompt',
|
|
41
43
|
sessionId: 'SessionId',
|
|
@@ -49,6 +51,7 @@ export class RunDocBrainmapRequest extends $dara.Model {
|
|
|
49
51
|
return {
|
|
50
52
|
cleanCache: 'boolean',
|
|
51
53
|
docId: 'string',
|
|
54
|
+
modelName: 'string',
|
|
52
55
|
nodeNumber: 'number',
|
|
53
56
|
prompt: 'string',
|
|
54
57
|
sessionId: 'string',
|
|
@@ -14,6 +14,7 @@ export class RunDocIntroductionRequest extends $dara.Model {
|
|
|
14
14
|
docId?: string;
|
|
15
15
|
introductionPrompt?: string;
|
|
16
16
|
keyPointPrompt?: string;
|
|
17
|
+
modelName?: string;
|
|
17
18
|
/**
|
|
18
19
|
* @remarks
|
|
19
20
|
* This parameter is required.
|
|
@@ -38,6 +39,7 @@ export class RunDocIntroductionRequest extends $dara.Model {
|
|
|
38
39
|
docId: 'DocId',
|
|
39
40
|
introductionPrompt: 'IntroductionPrompt',
|
|
40
41
|
keyPointPrompt: 'KeyPointPrompt',
|
|
42
|
+
modelName: 'ModelName',
|
|
41
43
|
sessionId: 'SessionId',
|
|
42
44
|
summaryPrompt: 'SummaryPrompt',
|
|
43
45
|
workspaceId: 'WorkspaceId',
|
|
@@ -51,6 +53,7 @@ export class RunDocIntroductionRequest extends $dara.Model {
|
|
|
51
53
|
docId: 'string',
|
|
52
54
|
introductionPrompt: 'string',
|
|
53
55
|
keyPointPrompt: 'string',
|
|
56
|
+
modelName: 'string',
|
|
54
57
|
sessionId: 'string',
|
|
55
58
|
summaryPrompt: 'string',
|
|
56
59
|
workspaceId: 'string',
|
|
@@ -7,6 +7,7 @@ export class RunDocQaRequest extends $dara.Model {
|
|
|
7
7
|
categoryIds?: string[];
|
|
8
8
|
conversationContexts?: RunDocQaRequestConversationContexts[];
|
|
9
9
|
docIds?: string[];
|
|
10
|
+
modelName?: string;
|
|
10
11
|
/**
|
|
11
12
|
* @remarks
|
|
12
13
|
* This parameter is required.
|
|
@@ -42,6 +43,7 @@ export class RunDocQaRequest extends $dara.Model {
|
|
|
42
43
|
categoryIds: 'CategoryIds',
|
|
43
44
|
conversationContexts: 'ConversationContexts',
|
|
44
45
|
docIds: 'DocIds',
|
|
46
|
+
modelName: 'ModelName',
|
|
45
47
|
query: 'Query',
|
|
46
48
|
referenceContent: 'ReferenceContent',
|
|
47
49
|
searchSource: 'SearchSource',
|
|
@@ -55,6 +57,7 @@ export class RunDocQaRequest extends $dara.Model {
|
|
|
55
57
|
categoryIds: { 'type': 'array', 'itemType': 'string' },
|
|
56
58
|
conversationContexts: { 'type': 'array', 'itemType': RunDocQaRequestConversationContexts },
|
|
57
59
|
docIds: { 'type': 'array', 'itemType': 'string' },
|
|
60
|
+
modelName: 'string',
|
|
58
61
|
query: 'string',
|
|
59
62
|
referenceContent: 'string',
|
|
60
63
|
searchSource: 'string',
|
|
@@ -6,6 +6,7 @@ export class RunDocQaShrinkRequest extends $dara.Model {
|
|
|
6
6
|
categoryIdsShrink?: string;
|
|
7
7
|
conversationContextsShrink?: string;
|
|
8
8
|
docIdsShrink?: string;
|
|
9
|
+
modelName?: string;
|
|
9
10
|
/**
|
|
10
11
|
* @remarks
|
|
11
12
|
* This parameter is required.
|
|
@@ -41,6 +42,7 @@ export class RunDocQaShrinkRequest extends $dara.Model {
|
|
|
41
42
|
categoryIdsShrink: 'CategoryIds',
|
|
42
43
|
conversationContextsShrink: 'ConversationContexts',
|
|
43
44
|
docIdsShrink: 'DocIds',
|
|
45
|
+
modelName: 'ModelName',
|
|
44
46
|
query: 'Query',
|
|
45
47
|
referenceContent: 'ReferenceContent',
|
|
46
48
|
searchSource: 'SearchSource',
|
|
@@ -54,6 +56,7 @@ export class RunDocQaShrinkRequest extends $dara.Model {
|
|
|
54
56
|
categoryIdsShrink: 'string',
|
|
55
57
|
conversationContextsShrink: 'string',
|
|
56
58
|
docIdsShrink: 'string',
|
|
59
|
+
modelName: 'string',
|
|
57
60
|
query: 'string',
|
|
58
61
|
referenceContent: 'string',
|
|
59
62
|
searchSource: 'string',
|
|
@@ -11,6 +11,7 @@ export class RunDocSmartCardRequest extends $dara.Model {
|
|
|
11
11
|
* 84ufBYEeLMZOjRFo84HJ7ySL3Efr55
|
|
12
12
|
*/
|
|
13
13
|
docId?: string;
|
|
14
|
+
modelName?: string;
|
|
14
15
|
prompt?: string;
|
|
15
16
|
/**
|
|
16
17
|
* @remarks
|
|
@@ -31,6 +32,7 @@ export class RunDocSmartCardRequest extends $dara.Model {
|
|
|
31
32
|
static names(): { [key: string]: string } {
|
|
32
33
|
return {
|
|
33
34
|
docId: 'DocId',
|
|
35
|
+
modelName: 'ModelName',
|
|
34
36
|
prompt: 'Prompt',
|
|
35
37
|
sessionId: 'SessionId',
|
|
36
38
|
workspaceId: 'WorkspaceId',
|
|
@@ -40,6 +42,7 @@ export class RunDocSmartCardRequest extends $dara.Model {
|
|
|
40
42
|
static types(): { [key: string]: any } {
|
|
41
43
|
return {
|
|
42
44
|
docId: 'string',
|
|
45
|
+
modelName: 'string',
|
|
43
46
|
prompt: 'string',
|
|
44
47
|
sessionId: 'string',
|
|
45
48
|
workspaceId: 'string',
|
|
@@ -9,6 +9,7 @@ export class RunDocTranslationRequest extends $dara.Model {
|
|
|
9
9
|
* 12345
|
|
10
10
|
*/
|
|
11
11
|
docId?: string;
|
|
12
|
+
modelName?: string;
|
|
12
13
|
recommendContent?: string;
|
|
13
14
|
/**
|
|
14
15
|
* @remarks
|
|
@@ -36,6 +37,7 @@ export class RunDocTranslationRequest extends $dara.Model {
|
|
|
36
37
|
return {
|
|
37
38
|
cleanCache: 'CleanCache',
|
|
38
39
|
docId: 'DocId',
|
|
40
|
+
modelName: 'ModelName',
|
|
39
41
|
recommendContent: 'RecommendContent',
|
|
40
42
|
sessionId: 'SessionId',
|
|
41
43
|
transType: 'TransType',
|
|
@@ -47,6 +49,7 @@ export class RunDocTranslationRequest extends $dara.Model {
|
|
|
47
49
|
return {
|
|
48
50
|
cleanCache: 'boolean',
|
|
49
51
|
docId: 'string',
|
|
52
|
+
modelName: 'string',
|
|
50
53
|
recommendContent: 'string',
|
|
51
54
|
sessionId: 'string',
|
|
52
55
|
transType: 'string',
|
|
@@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class RunDocWashingRequest extends $dara.Model {
|
|
6
|
+
modelId?: string;
|
|
6
7
|
prompt?: string;
|
|
7
8
|
/**
|
|
8
9
|
* @remarks
|
|
@@ -28,6 +29,7 @@ export class RunDocWashingRequest extends $dara.Model {
|
|
|
28
29
|
writingTypeRefDoc?: string;
|
|
29
30
|
static names(): { [key: string]: string } {
|
|
30
31
|
return {
|
|
32
|
+
modelId: 'ModelId',
|
|
31
33
|
prompt: 'Prompt',
|
|
32
34
|
referenceContent: 'ReferenceContent',
|
|
33
35
|
sessionId: 'SessionId',
|
|
@@ -41,6 +43,7 @@ export class RunDocWashingRequest extends $dara.Model {
|
|
|
41
43
|
|
|
42
44
|
static types(): { [key: string]: any } {
|
|
43
45
|
return {
|
|
46
|
+
modelId: 'string',
|
|
44
47
|
prompt: 'string',
|
|
45
48
|
referenceContent: 'string',
|
|
46
49
|
sessionId: 'string',
|
|
@@ -8,6 +8,7 @@ export class RunGenerateQuestionsRequest extends $dara.Model {
|
|
|
8
8
|
* oOgIwodFANW1u5MnqxysOh1rtld3xn
|
|
9
9
|
*/
|
|
10
10
|
docId?: string;
|
|
11
|
+
modelName?: string;
|
|
11
12
|
referenceContent?: string;
|
|
12
13
|
/**
|
|
13
14
|
* @example
|
|
@@ -25,6 +26,7 @@ export class RunGenerateQuestionsRequest extends $dara.Model {
|
|
|
25
26
|
static names(): { [key: string]: string } {
|
|
26
27
|
return {
|
|
27
28
|
docId: 'DocId',
|
|
29
|
+
modelName: 'ModelName',
|
|
28
30
|
referenceContent: 'ReferenceContent',
|
|
29
31
|
sessionId: 'SessionId',
|
|
30
32
|
workspaceId: 'WorkspaceId',
|
|
@@ -34,6 +36,7 @@ export class RunGenerateQuestionsRequest extends $dara.Model {
|
|
|
34
36
|
static types(): { [key: string]: any } {
|
|
35
37
|
return {
|
|
36
38
|
docId: 'string',
|
|
39
|
+
modelName: 'string',
|
|
37
40
|
referenceContent: 'string',
|
|
38
41
|
sessionId: 'string',
|
|
39
42
|
workspaceId: 'string',
|
|
@@ -8,6 +8,7 @@ export class RunHotwordRequest extends $dara.Model {
|
|
|
8
8
|
* 84ufBYEeLMZOjRFo84HJ7ySL3Efr55
|
|
9
9
|
*/
|
|
10
10
|
docId?: string;
|
|
11
|
+
modelName?: string;
|
|
11
12
|
prompt?: string;
|
|
12
13
|
referenceContent?: string;
|
|
13
14
|
/**
|
|
@@ -26,6 +27,7 @@ export class RunHotwordRequest extends $dara.Model {
|
|
|
26
27
|
static names(): { [key: string]: string } {
|
|
27
28
|
return {
|
|
28
29
|
docId: 'DocId',
|
|
30
|
+
modelName: 'ModelName',
|
|
29
31
|
prompt: 'Prompt',
|
|
30
32
|
referenceContent: 'ReferenceContent',
|
|
31
33
|
sessionId: 'SessionId',
|
|
@@ -36,6 +38,7 @@ export class RunHotwordRequest extends $dara.Model {
|
|
|
36
38
|
static types(): { [key: string]: any } {
|
|
37
39
|
return {
|
|
38
40
|
docId: 'string',
|
|
41
|
+
modelName: 'string',
|
|
39
42
|
prompt: 'string',
|
|
40
43
|
referenceContent: 'string',
|
|
41
44
|
sessionId: 'string',
|
|
@@ -9,6 +9,7 @@ export class RunMultiDocIntroductionRequest extends $dara.Model {
|
|
|
9
9
|
*/
|
|
10
10
|
docIds?: string[];
|
|
11
11
|
keyPointPrompt?: string;
|
|
12
|
+
modelName?: string;
|
|
12
13
|
/**
|
|
13
14
|
* @remarks
|
|
14
15
|
* This parameter is required.
|
|
@@ -30,6 +31,7 @@ export class RunMultiDocIntroductionRequest extends $dara.Model {
|
|
|
30
31
|
return {
|
|
31
32
|
docIds: 'DocIds',
|
|
32
33
|
keyPointPrompt: 'KeyPointPrompt',
|
|
34
|
+
modelName: 'ModelName',
|
|
33
35
|
sessionId: 'SessionId',
|
|
34
36
|
summaryPrompt: 'SummaryPrompt',
|
|
35
37
|
workspaceId: 'WorkspaceId',
|
|
@@ -40,6 +42,7 @@ export class RunMultiDocIntroductionRequest extends $dara.Model {
|
|
|
40
42
|
return {
|
|
41
43
|
docIds: { 'type': 'array', 'itemType': 'string' },
|
|
42
44
|
keyPointPrompt: 'string',
|
|
45
|
+
modelName: 'string',
|
|
43
46
|
sessionId: 'string',
|
|
44
47
|
summaryPrompt: 'string',
|
|
45
48
|
workspaceId: 'string',
|
|
@@ -9,6 +9,7 @@ export class RunMultiDocIntroductionShrinkRequest extends $dara.Model {
|
|
|
9
9
|
*/
|
|
10
10
|
docIdsShrink?: string;
|
|
11
11
|
keyPointPrompt?: string;
|
|
12
|
+
modelName?: string;
|
|
12
13
|
/**
|
|
13
14
|
* @remarks
|
|
14
15
|
* This parameter is required.
|
|
@@ -30,6 +31,7 @@ export class RunMultiDocIntroductionShrinkRequest extends $dara.Model {
|
|
|
30
31
|
return {
|
|
31
32
|
docIdsShrink: 'DocIds',
|
|
32
33
|
keyPointPrompt: 'KeyPointPrompt',
|
|
34
|
+
modelName: 'ModelName',
|
|
33
35
|
sessionId: 'SessionId',
|
|
34
36
|
summaryPrompt: 'SummaryPrompt',
|
|
35
37
|
workspaceId: 'WorkspaceId',
|
|
@@ -40,6 +42,7 @@ export class RunMultiDocIntroductionShrinkRequest extends $dara.Model {
|
|
|
40
42
|
return {
|
|
41
43
|
docIdsShrink: 'string',
|
|
42
44
|
keyPointPrompt: 'string',
|
|
45
|
+
modelName: 'string',
|
|
43
46
|
sessionId: 'string',
|
|
44
47
|
summaryPrompt: 'string',
|
|
45
48
|
workspaceId: 'string',
|
|
@@ -5,6 +5,7 @@ import { RunSearchGenerationRequestChatConfigSearchParam } from "./RunSearchGene
|
|
|
5
5
|
|
|
6
6
|
export class RunSearchGenerationRequestChatConfig extends $dara.Model {
|
|
7
7
|
enableThinking?: boolean;
|
|
8
|
+
excludeGenerateOptions?: string[];
|
|
8
9
|
/**
|
|
9
10
|
* @example
|
|
10
11
|
* concise
|
|
@@ -20,6 +21,7 @@ export class RunSearchGenerationRequestChatConfig extends $dara.Model {
|
|
|
20
21
|
static names(): { [key: string]: string } {
|
|
21
22
|
return {
|
|
22
23
|
enableThinking: 'EnableThinking',
|
|
24
|
+
excludeGenerateOptions: 'ExcludeGenerateOptions',
|
|
23
25
|
generateLevel: 'GenerateLevel',
|
|
24
26
|
generateTechnology: 'GenerateTechnology',
|
|
25
27
|
searchModels: 'SearchModels',
|
|
@@ -30,6 +32,7 @@ export class RunSearchGenerationRequestChatConfig extends $dara.Model {
|
|
|
30
32
|
static types(): { [key: string]: any } {
|
|
31
33
|
return {
|
|
32
34
|
enableThinking: 'boolean',
|
|
35
|
+
excludeGenerateOptions: { 'type': 'array', 'itemType': 'string' },
|
|
33
36
|
generateLevel: 'string',
|
|
34
37
|
generateTechnology: 'string',
|
|
35
38
|
searchModels: { 'type': 'array', 'itemType': 'string' },
|
|
@@ -38,6 +41,9 @@ export class RunSearchGenerationRequestChatConfig extends $dara.Model {
|
|
|
38
41
|
}
|
|
39
42
|
|
|
40
43
|
validate() {
|
|
44
|
+
if(Array.isArray(this.excludeGenerateOptions)) {
|
|
45
|
+
$dara.Model.validateArray(this.excludeGenerateOptions);
|
|
46
|
+
}
|
|
41
47
|
if(Array.isArray(this.searchModels)) {
|
|
42
48
|
$dara.Model.validateArray(this.searchModels);
|
|
43
49
|
}
|