@alicloud/qualitycheck20190115 8.4.0 → 8.5.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 +34 -0
- package/dist/client.js +88 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CreateUserRequest.d.ts +15 -0
- package/dist/models/CreateUserRequest.js +60 -0
- package/dist/models/CreateUserRequest.js.map +1 -0
- package/dist/models/CreateUserResponse.d.ts +19 -0
- package/dist/models/CreateUserResponse.js +69 -0
- package/dist/models/CreateUserResponse.js.map +1 -0
- package/dist/models/CreateUserResponseBody.d.ts +33 -0
- package/dist/models/CreateUserResponseBody.js +64 -0
- package/dist/models/CreateUserResponseBody.js.map +1 -0
- package/dist/models/GetMiningTaskResultResponseBody.d.ts +15 -0
- package/dist/models/GetMiningTaskResultResponseBody.js +27 -1
- package/dist/models/GetMiningTaskResultResponseBody.js.map +1 -1
- package/dist/models/GetResultToReviewResponseBody.d.ts +72 -0
- package/dist/models/GetResultToReviewResponseBody.js +65 -1
- package/dist/models/GetResultToReviewResponseBody.js.map +1 -1
- package/dist/models/JudgeNodeMetaDesc.d.ts +19 -0
- package/dist/models/JudgeNodeMetaDesc.js +35 -1
- package/dist/models/JudgeNodeMetaDesc.js.map +1 -1
- package/dist/models/SubmitReviewInfoV4request.d.ts +23 -0
- package/dist/models/SubmitReviewInfoV4request.js +60 -0
- package/dist/models/SubmitReviewInfoV4request.js.map +1 -0
- package/dist/models/SubmitReviewInfoV4response.d.ts +19 -0
- package/dist/models/SubmitReviewInfoV4response.js +69 -0
- package/dist/models/SubmitReviewInfoV4response.js.map +1 -0
- package/dist/models/SubmitReviewInfoV4responseBody.d.ts +36 -0
- package/dist/models/SubmitReviewInfoV4responseBody.js +64 -0
- package/dist/models/SubmitReviewInfoV4responseBody.js.map +1 -0
- package/dist/models/model.d.ts +10 -0
- package/dist/models/model.js +55 -34
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +96 -0
- package/src/models/CreateUserRequest.ts +30 -0
- package/src/models/CreateUserResponse.ts +40 -0
- package/src/models/CreateUserResponseBody.ts +52 -0
- package/src/models/GetMiningTaskResultResponseBody.ts +32 -0
- package/src/models/GetResultToReviewResponseBody.ts +118 -0
- package/src/models/JudgeNodeMetaDesc.ts +44 -0
- package/src/models/SubmitReviewInfoV4request.ts +38 -0
- package/src/models/SubmitReviewInfoV4response.ts +40 -0
- package/src/models/SubmitReviewInfoV4responseBody.ts +55 -0
- package/src/models/model.ts +10 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { CreateUserResponseBody } from "./CreateUserResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CreateUserResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: CreateUserResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: CreateUserResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CreateUserResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 200
|
|
9
|
+
*/
|
|
10
|
+
code?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* success
|
|
14
|
+
*/
|
|
15
|
+
message?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 82C91484-B2D5-4D2A-A21F-A6D73F4***
|
|
19
|
+
*/
|
|
20
|
+
requestId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* true
|
|
24
|
+
*/
|
|
25
|
+
success?: boolean;
|
|
26
|
+
static names(): { [key: string]: string } {
|
|
27
|
+
return {
|
|
28
|
+
code: 'Code',
|
|
29
|
+
message: 'Message',
|
|
30
|
+
requestId: 'RequestId',
|
|
31
|
+
success: 'Success',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
code: 'string',
|
|
38
|
+
message: 'string',
|
|
39
|
+
requestId: 'string',
|
|
40
|
+
success: 'boolean',
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
validate() {
|
|
45
|
+
super.validate();
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
constructor(map?: { [key: string]: any }) {
|
|
49
|
+
super(map);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
@@ -2,12 +2,39 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
export class GetMiningTaskResultResponseBodyDataFilePathList extends $dara.Model {
|
|
6
|
+
fileType?: string;
|
|
7
|
+
fileUrl?: string;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
fileType: 'FileType',
|
|
11
|
+
fileUrl: 'FileUrl',
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static types(): { [key: string]: any } {
|
|
16
|
+
return {
|
|
17
|
+
fileType: 'string',
|
|
18
|
+
fileUrl: 'string',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
validate() {
|
|
23
|
+
super.validate();
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
constructor(map?: { [key: string]: any }) {
|
|
27
|
+
super(map);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
5
31
|
export class GetMiningTaskResultResponseBodyData extends $dara.Model {
|
|
6
32
|
/**
|
|
7
33
|
* @example
|
|
8
34
|
* 123.22.com/manger/static/login-back.jpg
|
|
9
35
|
*/
|
|
10
36
|
filePath?: string;
|
|
37
|
+
filePathList?: GetMiningTaskResultResponseBodyDataFilePathList[];
|
|
11
38
|
/**
|
|
12
39
|
* @example
|
|
13
40
|
* 123.22.com/manger/static/login-back.md
|
|
@@ -26,6 +53,7 @@ export class GetMiningTaskResultResponseBodyData extends $dara.Model {
|
|
|
26
53
|
static names(): { [key: string]: string } {
|
|
27
54
|
return {
|
|
28
55
|
filePath: 'FilePath',
|
|
56
|
+
filePathList: 'FilePathList',
|
|
29
57
|
filePathMd: 'FilePathMd',
|
|
30
58
|
taskId: 'TaskId',
|
|
31
59
|
taskStatus: 'TaskStatus',
|
|
@@ -35,6 +63,7 @@ export class GetMiningTaskResultResponseBodyData extends $dara.Model {
|
|
|
35
63
|
static types(): { [key: string]: any } {
|
|
36
64
|
return {
|
|
37
65
|
filePath: 'string',
|
|
66
|
+
filePathList: { 'type': 'array', 'itemType': GetMiningTaskResultResponseBodyDataFilePathList },
|
|
38
67
|
filePathMd: 'string',
|
|
39
68
|
taskId: 'string',
|
|
40
69
|
taskStatus: 'string',
|
|
@@ -42,6 +71,9 @@ export class GetMiningTaskResultResponseBodyData extends $dara.Model {
|
|
|
42
71
|
}
|
|
43
72
|
|
|
44
73
|
validate() {
|
|
74
|
+
if(Array.isArray(this.filePathList)) {
|
|
75
|
+
$dara.Model.validateArray(this.filePathList);
|
|
76
|
+
}
|
|
45
77
|
super.validate();
|
|
46
78
|
}
|
|
47
79
|
|
|
@@ -423,6 +423,118 @@ export class GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReview
|
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
|
|
426
|
+
export class GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoReviewInfoSentenceReviewResultsSentenceReviewResults extends $dara.Model {
|
|
427
|
+
changed?: boolean;
|
|
428
|
+
/**
|
|
429
|
+
* @example
|
|
430
|
+
* 1
|
|
431
|
+
*/
|
|
432
|
+
cid?: number;
|
|
433
|
+
/**
|
|
434
|
+
* @example
|
|
435
|
+
* 无意见
|
|
436
|
+
*/
|
|
437
|
+
comment?: string;
|
|
438
|
+
/**
|
|
439
|
+
* @example
|
|
440
|
+
* 1
|
|
441
|
+
*/
|
|
442
|
+
hitStatus?: number;
|
|
443
|
+
/**
|
|
444
|
+
* @example
|
|
445
|
+
* 122-122-22-333
|
|
446
|
+
*/
|
|
447
|
+
originTaskId?: string;
|
|
448
|
+
/**
|
|
449
|
+
* @example
|
|
450
|
+
* 1001
|
|
451
|
+
*/
|
|
452
|
+
originVid?: string;
|
|
453
|
+
/**
|
|
454
|
+
* @example
|
|
455
|
+
* 1
|
|
456
|
+
*/
|
|
457
|
+
pid?: string;
|
|
458
|
+
/**
|
|
459
|
+
* @example
|
|
460
|
+
* 2
|
|
461
|
+
*/
|
|
462
|
+
reviewDimensionType?: string;
|
|
463
|
+
/**
|
|
464
|
+
* @example
|
|
465
|
+
* 1
|
|
466
|
+
*/
|
|
467
|
+
rid?: number;
|
|
468
|
+
/**
|
|
469
|
+
* @example
|
|
470
|
+
* 1
|
|
471
|
+
*/
|
|
472
|
+
sid?: number;
|
|
473
|
+
static names(): { [key: string]: string } {
|
|
474
|
+
return {
|
|
475
|
+
changed: 'Changed',
|
|
476
|
+
cid: 'Cid',
|
|
477
|
+
comment: 'Comment',
|
|
478
|
+
hitStatus: 'HitStatus',
|
|
479
|
+
originTaskId: 'OriginTaskId',
|
|
480
|
+
originVid: 'OriginVid',
|
|
481
|
+
pid: 'Pid',
|
|
482
|
+
reviewDimensionType: 'ReviewDimensionType',
|
|
483
|
+
rid: 'Rid',
|
|
484
|
+
sid: 'Sid',
|
|
485
|
+
};
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
static types(): { [key: string]: any } {
|
|
489
|
+
return {
|
|
490
|
+
changed: 'boolean',
|
|
491
|
+
cid: 'number',
|
|
492
|
+
comment: 'string',
|
|
493
|
+
hitStatus: 'number',
|
|
494
|
+
originTaskId: 'string',
|
|
495
|
+
originVid: 'string',
|
|
496
|
+
pid: 'string',
|
|
497
|
+
reviewDimensionType: 'string',
|
|
498
|
+
rid: 'number',
|
|
499
|
+
sid: 'number',
|
|
500
|
+
};
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
validate() {
|
|
504
|
+
super.validate();
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
constructor(map?: { [key: string]: any }) {
|
|
508
|
+
super(map);
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
export class GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoReviewInfoSentenceReviewResults extends $dara.Model {
|
|
513
|
+
sentenceReviewResults?: GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoReviewInfoSentenceReviewResultsSentenceReviewResults[];
|
|
514
|
+
static names(): { [key: string]: string } {
|
|
515
|
+
return {
|
|
516
|
+
sentenceReviewResults: 'SentenceReviewResults',
|
|
517
|
+
};
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
static types(): { [key: string]: any } {
|
|
521
|
+
return {
|
|
522
|
+
sentenceReviewResults: { 'type': 'array', 'itemType': GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoReviewInfoSentenceReviewResultsSentenceReviewResults },
|
|
523
|
+
};
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
validate() {
|
|
527
|
+
if(Array.isArray(this.sentenceReviewResults)) {
|
|
528
|
+
$dara.Model.validateArray(this.sentenceReviewResults);
|
|
529
|
+
}
|
|
530
|
+
super.validate();
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
constructor(map?: { [key: string]: any }) {
|
|
534
|
+
super(map);
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
|
|
426
538
|
export class GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoReviewInfo extends $dara.Model {
|
|
427
539
|
/**
|
|
428
540
|
* @example
|
|
@@ -449,6 +561,7 @@ export class GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReview
|
|
|
449
561
|
* 451
|
|
450
562
|
*/
|
|
451
563
|
rid?: number;
|
|
564
|
+
sentenceReviewResults?: GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoReviewInfoSentenceReviewResults;
|
|
452
565
|
static names(): { [key: string]: string } {
|
|
453
566
|
return {
|
|
454
567
|
hitId: 'HitId',
|
|
@@ -456,6 +569,7 @@ export class GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReview
|
|
|
456
569
|
reviewTime: 'ReviewTime',
|
|
457
570
|
reviewer: 'Reviewer',
|
|
458
571
|
rid: 'Rid',
|
|
572
|
+
sentenceReviewResults: 'SentenceReviewResults',
|
|
459
573
|
};
|
|
460
574
|
}
|
|
461
575
|
|
|
@@ -466,10 +580,14 @@ export class GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReview
|
|
|
466
580
|
reviewTime: 'string',
|
|
467
581
|
reviewer: 'string',
|
|
468
582
|
rid: 'number',
|
|
583
|
+
sentenceReviewResults: GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoReviewInfoSentenceReviewResults,
|
|
469
584
|
};
|
|
470
585
|
}
|
|
471
586
|
|
|
472
587
|
validate() {
|
|
588
|
+
if(this.sentenceReviewResults && typeof (this.sentenceReviewResults as any).validate === 'function') {
|
|
589
|
+
(this.sentenceReviewResults as any).validate();
|
|
590
|
+
}
|
|
473
591
|
super.validate();
|
|
474
592
|
}
|
|
475
593
|
|
|
@@ -2,9 +2,48 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
export class JudgeNodeMetaDescExpressionMetaDesc extends $dara.Model {
|
|
6
|
+
leftFieldType?: number;
|
|
7
|
+
leftOperand?: string;
|
|
8
|
+
operator?: string;
|
|
9
|
+
rightFieldType?: number;
|
|
10
|
+
rightOperand?: string;
|
|
11
|
+
roundingMode?: string;
|
|
12
|
+
static names(): { [key: string]: string } {
|
|
13
|
+
return {
|
|
14
|
+
leftFieldType: 'LeftFieldType',
|
|
15
|
+
leftOperand: 'LeftOperand',
|
|
16
|
+
operator: 'Operator',
|
|
17
|
+
rightFieldType: 'RightFieldType',
|
|
18
|
+
rightOperand: 'RightOperand',
|
|
19
|
+
roundingMode: 'RoundingMode',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
leftFieldType: 'number',
|
|
26
|
+
leftOperand: 'string',
|
|
27
|
+
operator: 'string',
|
|
28
|
+
rightFieldType: 'number',
|
|
29
|
+
rightOperand: 'string',
|
|
30
|
+
roundingMode: 'string',
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
validate() {
|
|
35
|
+
super.validate();
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
constructor(map?: { [key: string]: any }) {
|
|
39
|
+
super(map);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
5
43
|
export class JudgeNodeMetaDesc extends $dara.Model {
|
|
6
44
|
actualValue?: string;
|
|
7
45
|
dataType?: number;
|
|
46
|
+
expressionMetaDesc?: JudgeNodeMetaDescExpressionMetaDesc;
|
|
8
47
|
field?: string;
|
|
9
48
|
fieldType?: number;
|
|
10
49
|
symbol?: number;
|
|
@@ -13,6 +52,7 @@ export class JudgeNodeMetaDesc extends $dara.Model {
|
|
|
13
52
|
return {
|
|
14
53
|
actualValue: 'ActualValue',
|
|
15
54
|
dataType: 'DataType',
|
|
55
|
+
expressionMetaDesc: 'ExpressionMetaDesc',
|
|
16
56
|
field: 'Field',
|
|
17
57
|
fieldType: 'FieldType',
|
|
18
58
|
symbol: 'Symbol',
|
|
@@ -24,6 +64,7 @@ export class JudgeNodeMetaDesc extends $dara.Model {
|
|
|
24
64
|
return {
|
|
25
65
|
actualValue: 'string',
|
|
26
66
|
dataType: 'number',
|
|
67
|
+
expressionMetaDesc: JudgeNodeMetaDescExpressionMetaDesc,
|
|
27
68
|
field: 'string',
|
|
28
69
|
fieldType: 'number',
|
|
29
70
|
symbol: 'number',
|
|
@@ -32,6 +73,9 @@ export class JudgeNodeMetaDesc extends $dara.Model {
|
|
|
32
73
|
}
|
|
33
74
|
|
|
34
75
|
validate() {
|
|
76
|
+
if(this.expressionMetaDesc && typeof (this.expressionMetaDesc as any).validate === 'function') {
|
|
77
|
+
(this.expressionMetaDesc as any).validate();
|
|
78
|
+
}
|
|
35
79
|
super.validate();
|
|
36
80
|
}
|
|
37
81
|
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class SubmitReviewInfoV4Request extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 12345
|
|
9
|
+
*/
|
|
10
|
+
baseMeAgentId?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* {"comments":"tidComment","jsonReviewResult":"{\\"reviewInfoList\\":[{\\"changed\\":true,\\"comment\\":\\"ridComment\\",\\"matched\\":true,\\"reviewHitResult\\":0,\\"reviewResult\\":1,\\"rid\\":31459,\\"sentenceReviewResults\\":[{\\"changed\\":true,\\"cid\\":95302,\\"comment\\":\\"pidComment\\",\\"hitStatus\\":0,\\"pid\\":\\"0\\",\\"reviewDimensionType\\":\\"2\\",\\"rid\\":31459,\\"sid\\":54104}]}]}","taskId":"20251224-62931498-881B-1436-A93D-1FFBC5D7D4A0","vid":"8cbe2bccf3be4b42bada45136f77d4e9"}
|
|
14
|
+
*/
|
|
15
|
+
jsonStr?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
baseMeAgentId: 'BaseMeAgentId',
|
|
19
|
+
jsonStr: 'JsonStr',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
baseMeAgentId: 'number',
|
|
26
|
+
jsonStr: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { SubmitReviewInfoV4ResponseBody } from "./SubmitReviewInfoV4responseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class SubmitReviewInfoV4Response extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: SubmitReviewInfoV4ResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: SubmitReviewInfoV4ResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class SubmitReviewInfoV4ResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 200
|
|
9
|
+
*/
|
|
10
|
+
code?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* successful
|
|
14
|
+
*/
|
|
15
|
+
message?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* Id of the request
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* 106C6CA0-282D-4AF7-85F0-D2D24***
|
|
22
|
+
*/
|
|
23
|
+
requestId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @example
|
|
26
|
+
* true
|
|
27
|
+
*/
|
|
28
|
+
success?: boolean;
|
|
29
|
+
static names(): { [key: string]: string } {
|
|
30
|
+
return {
|
|
31
|
+
code: 'Code',
|
|
32
|
+
message: 'Message',
|
|
33
|
+
requestId: 'RequestId',
|
|
34
|
+
success: 'Success',
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
static types(): { [key: string]: any } {
|
|
39
|
+
return {
|
|
40
|
+
code: 'string',
|
|
41
|
+
message: 'string',
|
|
42
|
+
requestId: 'string',
|
|
43
|
+
success: 'boolean',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
validate() {
|
|
48
|
+
super.validate();
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
constructor(map?: { [key: string]: any }) {
|
|
52
|
+
super(map);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -3,6 +3,7 @@ export { ConditionBasicInfoCheckRangeRange } from './ConditionBasicInfo';
|
|
|
3
3
|
export { ConditionBasicInfoCheckRange } from './ConditionBasicInfo';
|
|
4
4
|
export { GraphFlowNodeNextNodes } from './GraphFlowNode';
|
|
5
5
|
export { GraphFlowNodeProperties } from './GraphFlowNode';
|
|
6
|
+
export { JudgeNodeMetaDescExpressionMetaDesc } from './JudgeNodeMetaDesc';
|
|
6
7
|
export { NextNodeSituationsConditionGroup } from './NextNodeSituations';
|
|
7
8
|
export { OperatorBasicInfoParam } from './OperatorBasicInfo';
|
|
8
9
|
export { RuleTestDialogueContent } from './RuleTestDialogue';
|
|
@@ -30,6 +31,7 @@ export { GetBusinessCategoryListResponseBodyDataBusinessCategoryBasicInfo } from
|
|
|
30
31
|
export { GetBusinessCategoryListResponseBodyData } from './GetBusinessCategoryListResponseBody';
|
|
31
32
|
export { GetCustomizationConfigListResponseBodyDataModelCustomizationDataSetPo } from './GetCustomizationConfigListResponseBody';
|
|
32
33
|
export { GetCustomizationConfigListResponseBodyData } from './GetCustomizationConfigListResponseBody';
|
|
34
|
+
export { GetMiningTaskResultResponseBodyDataFilePathList } from './GetMiningTaskResultResponseBody';
|
|
33
35
|
export { GetMiningTaskResultResponseBodyData } from './GetMiningTaskResultResponseBody';
|
|
34
36
|
export { GetNextResultToVerifyResponseBodyDataDialoguesDialogueDeltasDeltaSourceLine } from './GetNextResultToVerifyResponseBody';
|
|
35
37
|
export { GetNextResultToVerifyResponseBodyDataDialoguesDialogueDeltasDeltaSource } from './GetNextResultToVerifyResponseBody';
|
|
@@ -95,6 +97,8 @@ export { GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfo
|
|
|
95
97
|
export { GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoConditionHitInfoListConditionHitInfoPhrase } from './GetResultToReviewResponseBody';
|
|
96
98
|
export { GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoConditionHitInfoListConditionHitInfo } from './GetResultToReviewResponseBody';
|
|
97
99
|
export { GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoConditionHitInfoList } from './GetResultToReviewResponseBody';
|
|
100
|
+
export { GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoReviewInfoSentenceReviewResultsSentenceReviewResults } from './GetResultToReviewResponseBody';
|
|
101
|
+
export { GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoReviewInfoSentenceReviewResults } from './GetResultToReviewResponseBody';
|
|
98
102
|
export { GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfoReviewInfo } from './GetResultToReviewResponseBody';
|
|
99
103
|
export { GetResultToReviewResponseBodyDataHitRuleReviewInfoListHitRuleReviewInfo } from './GetResultToReviewResponseBody';
|
|
100
104
|
export { GetResultToReviewResponseBodyDataHitRuleReviewInfoList } from './GetResultToReviewResponseBody';
|
|
@@ -341,6 +345,9 @@ export { CreateSkillGroupConfigResponse } from './CreateSkillGroupConfigResponse
|
|
|
341
345
|
export { CreateTaskAssignRuleRequest } from './CreateTaskAssignRuleRequest';
|
|
342
346
|
export { CreateTaskAssignRuleResponseBody } from './CreateTaskAssignRuleResponseBody';
|
|
343
347
|
export { CreateTaskAssignRuleResponse } from './CreateTaskAssignRuleResponse';
|
|
348
|
+
export { CreateUserRequest } from './CreateUserRequest';
|
|
349
|
+
export { CreateUserResponseBody } from './CreateUserResponseBody';
|
|
350
|
+
export { CreateUserResponse } from './CreateUserResponse';
|
|
344
351
|
export { CreateWarningConfigRequest } from './CreateWarningConfigRequest';
|
|
345
352
|
export { CreateWarningConfigResponseBody } from './CreateWarningConfigResponseBody';
|
|
346
353
|
export { CreateWarningConfigResponse } from './CreateWarningConfigResponse';
|
|
@@ -518,6 +525,9 @@ export { SubmitQualityCheckTaskResponse } from './SubmitQualityCheckTaskResponse
|
|
|
518
525
|
export { SubmitReviewInfoRequest } from './SubmitReviewInfoRequest';
|
|
519
526
|
export { SubmitReviewInfoResponseBody } from './SubmitReviewInfoResponseBody';
|
|
520
527
|
export { SubmitReviewInfoResponse } from './SubmitReviewInfoResponse';
|
|
528
|
+
export { SubmitReviewInfoV4Request } from './SubmitReviewInfoV4request';
|
|
529
|
+
export { SubmitReviewInfoV4ResponseBody } from './SubmitReviewInfoV4responseBody';
|
|
530
|
+
export { SubmitReviewInfoV4Response } from './SubmitReviewInfoV4response';
|
|
521
531
|
export { SyncQualityCheckRequest } from './SyncQualityCheckRequest';
|
|
522
532
|
export { SyncQualityCheckResponseBody } from './SyncQualityCheckResponseBody';
|
|
523
533
|
export { SyncQualityCheckResponse } from './SyncQualityCheckResponse';
|