@alicloud/xtee20210910 2.0.0 → 2.1.1

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.
Files changed (93) hide show
  1. package/dist/client.d.ts +50 -6
  2. package/dist/client.js +146 -6
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/DescribeCustVariablePageRequest.d.ts +13 -5
  5. package/dist/models/DescribeCustVariablePageRequest.js +2 -0
  6. package/dist/models/DescribeCustVariablePageRequest.js.map +1 -1
  7. package/dist/models/DescribeCustVariablePageResponseBody.d.ts +20 -7
  8. package/dist/models/DescribeCustVariablePageResponseBody.js +7 -0
  9. package/dist/models/DescribeCustVariablePageResponseBody.js.map +1 -1
  10. package/dist/models/DescribeEventLogPageRequest.d.ts +98 -1
  11. package/dist/models/DescribeEventLogPageRequest.js.map +1 -1
  12. package/dist/models/DescribeEventLogPageResponseBody.d.ts +58 -1
  13. package/dist/models/DescribeEventLogPageResponseBody.js.map +1 -1
  14. package/dist/models/DescribeEventUploadPolicyResponseBody.d.ts +1 -1
  15. package/dist/models/DescribeEventVariableListRequest.d.ts +48 -0
  16. package/dist/models/DescribeEventVariableListRequest.js.map +1 -1
  17. package/dist/models/DescribeEventVariableListResponseBody.d.ts +2540 -0
  18. package/dist/models/DescribeEventVariableListResponseBody.js.map +1 -1
  19. package/dist/models/DescribeExcuteNumRequest.d.ts +42 -0
  20. package/dist/models/DescribeExcuteNumRequest.js.map +1 -1
  21. package/dist/models/DescribeExcuteNumResponseBody.d.ts +15 -0
  22. package/dist/models/DescribeExcuteNumResponseBody.js.map +1 -1
  23. package/dist/models/DescribeExpressionVariablePageRequest.d.ts +5 -5
  24. package/dist/models/DescribeExpressionVariablePageResponseBody.d.ts +19 -6
  25. package/dist/models/DescribeExpressionVariablePageResponseBody.js +7 -0
  26. package/dist/models/DescribeExpressionVariablePageResponseBody.js.map +1 -1
  27. package/dist/models/DescribeModelOssPolicyResponseBody.d.ts +2 -2
  28. package/dist/models/DescribeOperationLogMonitoringRequest.d.ts +56 -0
  29. package/dist/models/DescribeOperationLogMonitoringRequest.js +66 -0
  30. package/dist/models/DescribeOperationLogMonitoringRequest.js.map +1 -0
  31. package/dist/models/DescribeOperationLogMonitoringResponse.d.ts +19 -0
  32. package/dist/models/DescribeOperationLogMonitoringResponse.js +69 -0
  33. package/dist/models/DescribeOperationLogMonitoringResponse.js.map +1 -0
  34. package/dist/models/DescribeOperationLogMonitoringResponseBody.d.ts +54 -0
  35. package/dist/models/DescribeOperationLogMonitoringResponseBody.js +84 -0
  36. package/dist/models/DescribeOperationLogMonitoringResponseBody.js.map +1 -0
  37. package/dist/models/DescribeOperationLogPageListRequest.d.ts +17 -1
  38. package/dist/models/DescribeOperationLogPageListRequest.js +4 -0
  39. package/dist/models/DescribeOperationLogPageListRequest.js.map +1 -1
  40. package/dist/models/DescribeOssPolicyResponseBody.d.ts +1 -1
  41. package/dist/models/DescribeOssTokenResponseBody.d.ts +1 -1
  42. package/dist/models/DescribePocOssTokenResponseBody.d.ts +1 -1
  43. package/dist/models/DescribeRuleSnapshotResponseBody.d.ts +16 -0
  44. package/dist/models/DescribeRuleSnapshotResponseBody.js +4 -0
  45. package/dist/models/DescribeRuleSnapshotResponseBody.js.map +1 -1
  46. package/dist/models/DescribeSafConsoleRequest.d.ts +21 -0
  47. package/dist/models/DescribeSafConsoleRequest.js.map +1 -1
  48. package/dist/models/DescribeSafConsoleResponseBody.d.ts +11 -0
  49. package/dist/models/DescribeSafConsoleResponseBody.js.map +1 -1
  50. package/dist/models/DescribeSampleBatchOssPolicyResponseBody.d.ts +1 -1
  51. package/dist/models/DescribeSampleUploadPolicyResponseBody.d.ts +1 -1
  52. package/dist/models/DescribeVersionPageListRequest.d.ts +95 -0
  53. package/dist/models/DescribeVersionPageListRequest.js +76 -0
  54. package/dist/models/DescribeVersionPageListRequest.js.map +1 -0
  55. package/dist/models/DescribeVersionPageListResponse.d.ts +19 -0
  56. package/dist/models/DescribeVersionPageListResponse.js +69 -0
  57. package/dist/models/DescribeVersionPageListResponse.js.map +1 -0
  58. package/dist/models/DescribeVersionPageListResponseBody.d.ts +190 -0
  59. package/dist/models/DescribeVersionPageListResponseBody.js +118 -0
  60. package/dist/models/DescribeVersionPageListResponseBody.js.map +1 -0
  61. package/dist/models/model.d.ts +8 -0
  62. package/dist/models/model.js +36 -20
  63. package/dist/models/model.js.map +1 -1
  64. package/package.json +1 -1
  65. package/src/client.ts +168 -6
  66. package/src/models/DescribeCustVariablePageRequest.ts +15 -5
  67. package/src/models/DescribeCustVariablePageResponseBody.ts +27 -7
  68. package/src/models/DescribeEventLogPageRequest.ts +98 -1
  69. package/src/models/DescribeEventLogPageResponseBody.ts +58 -1
  70. package/src/models/DescribeEventUploadPolicyResponseBody.ts +1 -1
  71. package/src/models/DescribeEventVariableListRequest.ts +48 -0
  72. package/src/models/DescribeEventVariableListResponseBody.ts +2540 -0
  73. package/src/models/DescribeExcuteNumRequest.ts +42 -0
  74. package/src/models/DescribeExcuteNumResponseBody.ts +15 -0
  75. package/src/models/DescribeExpressionVariablePageRequest.ts +5 -5
  76. package/src/models/DescribeExpressionVariablePageResponseBody.ts +26 -6
  77. package/src/models/DescribeModelOssPolicyResponseBody.ts +2 -2
  78. package/src/models/DescribeOperationLogMonitoringRequest.ts +77 -0
  79. package/src/models/DescribeOperationLogMonitoringResponse.ts +40 -0
  80. package/src/models/DescribeOperationLogMonitoringResponseBody.ts +84 -0
  81. package/src/models/DescribeOperationLogPageListRequest.ts +21 -1
  82. package/src/models/DescribeOssPolicyResponseBody.ts +1 -1
  83. package/src/models/DescribeOssTokenResponseBody.ts +1 -1
  84. package/src/models/DescribePocOssTokenResponseBody.ts +1 -1
  85. package/src/models/DescribeRuleSnapshotResponseBody.ts +20 -0
  86. package/src/models/DescribeSafConsoleRequest.ts +21 -0
  87. package/src/models/DescribeSafConsoleResponseBody.ts +11 -0
  88. package/src/models/DescribeSampleBatchOssPolicyResponseBody.ts +1 -1
  89. package/src/models/DescribeSampleUploadPolicyResponseBody.ts +1 -1
  90. package/src/models/DescribeVersionPageListRequest.ts +126 -0
  91. package/src/models/DescribeVersionPageListResponse.ts +40 -0
  92. package/src/models/DescribeVersionPageListResponseBody.ts +254 -0
  93. package/src/models/model.ts +8 -0
@@ -5,13 +5,55 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DescribeExcuteNumRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
+ * Service code.
9
+ *
8
10
  * This parameter is required.
11
+ *
12
+ * @example
13
+ * saf_all
9
14
  */
10
15
  code?: string;
16
+ /**
17
+ * @remarks
18
+ * This field is currently unused and has no query significance.
19
+ *
20
+ * @example
21
+ * 暂时不需要传入
22
+ */
11
23
  degree?: string;
24
+ /**
25
+ * @remarks
26
+ * End date, format yyyy-MM-dd, e.g., 2025-03-13.
27
+ *
28
+ * @example
29
+ * 2025-03-15
30
+ */
12
31
  endDate?: string;
32
+ /**
33
+ * @remarks
34
+ * Set the language type for requests and received messages, default value is **zh**. Values:
35
+ * - **zh**: Chinese
36
+ * - **en**: English
37
+ *
38
+ * @example
39
+ * zh
40
+ */
13
41
  lang?: string;
42
+ /**
43
+ * @remarks
44
+ * Request source IP address.
45
+ *
46
+ * @example
47
+ * 220.250.21.83
48
+ */
14
49
  sourceIp?: string;
50
+ /**
51
+ * @remarks
52
+ * Start date, format yyyy-MM-dd, e.g., 2025-03-10.
53
+ *
54
+ * @example
55
+ * 2025-03-10
56
+ */
15
57
  startDate?: string;
16
58
  static names(): { [key: string]: string } {
17
59
  return {
@@ -3,8 +3,23 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class DescribeExcuteNumResponseBody extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * Service category names.
9
+ */
6
10
  categories?: string[];
11
+ /**
12
+ * @remarks
13
+ * Returned data.
14
+ */
7
15
  data?: string[];
16
+ /**
17
+ * @remarks
18
+ * Request ID.
19
+ *
20
+ * @example
21
+ * A32FE941-35F2-5378-B37C-4B8FDB16F094
22
+ */
8
23
  requestId?: string;
9
24
  static names(): { [key: string]: string } {
10
25
  return {
@@ -25,7 +25,7 @@ export class DescribeExpressionVariablePageRequest extends $dara.Model {
25
25
  currentPage?: string;
26
26
  /**
27
27
  * @remarks
28
- * Event code
28
+ * Event code.
29
29
  *
30
30
  * @example
31
31
  * de_aamexg3015,de_aamexg3342
@@ -33,7 +33,7 @@ export class DescribeExpressionVariablePageRequest extends $dara.Model {
33
33
  eventCode?: string;
34
34
  /**
35
35
  * @remarks
36
- * Variable return type
36
+ * Variable return type.
37
37
  *
38
38
  * @example
39
39
  * STRING
@@ -41,7 +41,7 @@ export class DescribeExpressionVariablePageRequest extends $dara.Model {
41
41
  outputs?: string;
42
42
  /**
43
43
  * @remarks
44
- * Page size, with a default value of 10
44
+ * Page size, with a default value of 10.
45
45
  *
46
46
  * This parameter is required.
47
47
  *
@@ -51,7 +51,7 @@ export class DescribeExpressionVariablePageRequest extends $dara.Model {
51
51
  pageSize?: string;
52
52
  /**
53
53
  * @remarks
54
- * Region code
54
+ * Region code.
55
55
  *
56
56
  * This parameter is required.
57
57
  *
@@ -69,7 +69,7 @@ export class DescribeExpressionVariablePageRequest extends $dara.Model {
69
69
  status?: string;
70
70
  /**
71
71
  * @remarks
72
- * Variable name/description
72
+ * Variable name/description.
73
73
  *
74
74
  * @example
75
75
  * 自定义变量
@@ -29,7 +29,7 @@ export class DescribeExpressionVariablePageResponseBodyResultObject extends $dar
29
29
  gmtModified?: number;
30
30
  /**
31
31
  * @remarks
32
- * Primary key of custom variable
32
+ * Primary key of custom variable.
33
33
  *
34
34
  * @example
35
35
  * 2793
@@ -37,12 +37,25 @@ export class DescribeExpressionVariablePageResponseBodyResultObject extends $dar
37
37
  id?: number;
38
38
  /**
39
39
  * @remarks
40
- * Variable return type
40
+ * Query variable name.
41
+ *
42
+ * @example
43
+ * ex_OERlw0Zqfb23
44
+ */
45
+ name?: string;
46
+ /**
47
+ * @remarks
48
+ * Variable return type.
41
49
  *
42
50
  * @example
43
51
  * DOUBLE
44
52
  */
45
53
  outputs?: string;
54
+ /**
55
+ * @remarks
56
+ * Associated Strategies.
57
+ */
58
+ ruleList?: string[];
46
59
  /**
47
60
  * @remarks
48
61
  * Status.
@@ -73,7 +86,9 @@ export class DescribeExpressionVariablePageResponseBodyResultObject extends $dar
73
86
  eventName: 'eventName',
74
87
  gmtModified: 'gmtModified',
75
88
  id: 'id',
89
+ name: 'name',
76
90
  outputs: 'outputs',
91
+ ruleList: 'ruleList',
77
92
  status: 'status',
78
93
  title: 'title',
79
94
  version: 'version',
@@ -86,7 +101,9 @@ export class DescribeExpressionVariablePageResponseBodyResultObject extends $dar
86
101
  eventName: 'string',
87
102
  gmtModified: 'number',
88
103
  id: 'number',
104
+ name: 'string',
89
105
  outputs: 'string',
106
+ ruleList: { 'type': 'array', 'itemType': 'string' },
90
107
  status: 'string',
91
108
  title: 'string',
92
109
  version: 'number',
@@ -94,6 +111,9 @@ export class DescribeExpressionVariablePageResponseBodyResultObject extends $dar
94
111
  }
95
112
 
96
113
  validate() {
114
+ if(Array.isArray(this.ruleList)) {
115
+ $dara.Model.validateArray(this.ruleList);
116
+ }
97
117
  super.validate();
98
118
  }
99
119
 
@@ -105,7 +125,7 @@ export class DescribeExpressionVariablePageResponseBodyResultObject extends $dar
105
125
  export class DescribeExpressionVariablePageResponseBody extends $dara.Model {
106
126
  /**
107
127
  * @remarks
108
- * Request ID
128
+ * Request ID.
109
129
  *
110
130
  * @example
111
131
  * A32FE941-35F2-5378-B37C-4B8FDB16F094
@@ -121,7 +141,7 @@ export class DescribeExpressionVariablePageResponseBody extends $dara.Model {
121
141
  currentPage?: number;
122
142
  /**
123
143
  * @remarks
124
- * Page size, with a default value of 10
144
+ * Page size, with a default value of 10.
125
145
  *
126
146
  * @example
127
147
  * 10
@@ -129,12 +149,12 @@ export class DescribeExpressionVariablePageResponseBody extends $dara.Model {
129
149
  pageSize?: number;
130
150
  /**
131
151
  * @remarks
132
- * Returned object
152
+ * Returned object.
133
153
  */
134
154
  resultObject?: DescribeExpressionVariablePageResponseBodyResultObject[];
135
155
  /**
136
156
  * @remarks
137
- * Total number of items
157
+ * Total number of items.
138
158
  *
139
159
  * @example
140
160
  * 31
@@ -8,7 +8,7 @@ export class DescribeModelOssPolicyResponseBody extends $dara.Model {
8
8
  * Access ID for OSS.
9
9
  *
10
10
  * @example
11
- * LTAIpeYTKEbC0v10
11
+ * LTAxxxxxxxxxxxx
12
12
  */
13
13
  accessId?: string;
14
14
  /**
@@ -16,7 +16,7 @@ export class DescribeModelOssPolicyResponseBody extends $dara.Model {
16
16
  * Address.
17
17
  *
18
18
  * @example
19
- * https://saf-ai.oss-cn-shanghai.aliyuncs.com
19
+ * https://xxxxxxxx-xxxxxxx.aliyuncs.com
20
20
  */
21
21
  host?: string;
22
22
  /**
@@ -0,0 +1,77 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeOperationLogMonitoringRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * Language type of the returned message. Values:
9
+ *
10
+ * - **zh** (default): Chinese
11
+ * - **en**: English
12
+ *
13
+ * @example
14
+ * zh
15
+ */
16
+ lang?: string;
17
+ /**
18
+ * @remarks
19
+ * End date (in yyyy-MM-dd format, and the interval from the start date cannot exceed 90 days)
20
+ *
21
+ * @example
22
+ * 2025-07-30
23
+ */
24
+ endDate?: string;
25
+ /**
26
+ * @remarks
27
+ * Region code.
28
+ *
29
+ * @example
30
+ * cn-hangzhou
31
+ */
32
+ regId?: string;
33
+ /**
34
+ * @remarks
35
+ * Start date (in yyyy-MM-dd format, and the interval from the current date cannot exceed 90 days)
36
+ *
37
+ * @example
38
+ * 2025-07-19
39
+ */
40
+ startDate?: string;
41
+ /**
42
+ * @remarks
43
+ * Operator.
44
+ *
45
+ * @example
46
+ * root
47
+ */
48
+ userNameSearch?: string;
49
+ static names(): { [key: string]: string } {
50
+ return {
51
+ lang: 'Lang',
52
+ endDate: 'endDate',
53
+ regId: 'regId',
54
+ startDate: 'startDate',
55
+ userNameSearch: 'userNameSearch',
56
+ };
57
+ }
58
+
59
+ static types(): { [key: string]: any } {
60
+ return {
61
+ lang: 'string',
62
+ endDate: 'string',
63
+ regId: 'string',
64
+ startDate: 'string',
65
+ userNameSearch: 'string',
66
+ };
67
+ }
68
+
69
+ validate() {
70
+ super.validate();
71
+ }
72
+
73
+ constructor(map?: { [key: string]: any }) {
74
+ super(map);
75
+ }
76
+ }
77
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DescribeOperationLogMonitoringResponseBody } from "./DescribeOperationLogMonitoringResponseBody";
4
+
5
+
6
+ export class DescribeOperationLogMonitoringResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DescribeOperationLogMonitoringResponseBody;
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: DescribeOperationLogMonitoringResponseBody,
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,84 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeOperationLogMonitoringResponseBodyResultObject extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * Time axis slice.
9
+ *
10
+ * @example
11
+ * 2025-07-19
12
+ */
13
+ dateGrouped?: string;
14
+ /**
15
+ * @remarks
16
+ * Total count.
17
+ *
18
+ * @example
19
+ * 2
20
+ */
21
+ totalCount?: string;
22
+ static names(): { [key: string]: string } {
23
+ return {
24
+ dateGrouped: 'dateGrouped',
25
+ totalCount: 'totalCount',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ dateGrouped: 'string',
32
+ totalCount: 'string',
33
+ };
34
+ }
35
+
36
+ validate() {
37
+ super.validate();
38
+ }
39
+
40
+ constructor(map?: { [key: string]: any }) {
41
+ super(map);
42
+ }
43
+ }
44
+
45
+ export class DescribeOperationLogMonitoringResponseBody extends $dara.Model {
46
+ /**
47
+ * @remarks
48
+ * Request ID.
49
+ *
50
+ * @example
51
+ * A32FE941-35F2-5378-B37C-4B8FDB16F094
52
+ */
53
+ requestId?: string;
54
+ /**
55
+ * @remarks
56
+ * Returned object.
57
+ */
58
+ resultObject?: DescribeOperationLogMonitoringResponseBodyResultObject[];
59
+ static names(): { [key: string]: string } {
60
+ return {
61
+ requestId: 'RequestId',
62
+ resultObject: 'resultObject',
63
+ };
64
+ }
65
+
66
+ static types(): { [key: string]: any } {
67
+ return {
68
+ requestId: 'string',
69
+ resultObject: { 'type': 'array', 'itemType': DescribeOperationLogMonitoringResponseBodyResultObject },
70
+ };
71
+ }
72
+
73
+ validate() {
74
+ if(Array.isArray(this.resultObject)) {
75
+ $dara.Model.validateArray(this.resultObject);
76
+ }
77
+ super.validate();
78
+ }
79
+
80
+ constructor(map?: { [key: string]: any }) {
81
+ super(map);
82
+ }
83
+ }
84
+
@@ -29,6 +29,14 @@ export class DescribeOperationLogPageListRequest extends $dara.Model {
29
29
  * 1733364850919
30
30
  */
31
31
  endDate?: number;
32
+ /**
33
+ * @remarks
34
+ * Operation Summary.
35
+ *
36
+ * @example
37
+ * Update
38
+ */
39
+ operationSummary?: string;
32
40
  /**
33
41
  * @remarks
34
42
  * Page size, default value is 10
@@ -39,7 +47,7 @@ export class DescribeOperationLogPageListRequest extends $dara.Model {
39
47
  pageSize?: number;
40
48
  /**
41
49
  * @remarks
42
- * Region code
50
+ * Region code.
43
51
  *
44
52
  * @example
45
53
  * cn-hangzhou
@@ -53,14 +61,24 @@ export class DescribeOperationLogPageListRequest extends $dara.Model {
53
61
  * 1733364850919
54
62
  */
55
63
  startDate?: number;
64
+ /**
65
+ * @remarks
66
+ * User Name Search.
67
+ *
68
+ * @example
69
+ * root
70
+ */
71
+ userNameSearch?: string;
56
72
  static names(): { [key: string]: string } {
57
73
  return {
58
74
  lang: 'Lang',
59
75
  currentPage: 'currentPage',
60
76
  endDate: 'endDate',
77
+ operationSummary: 'operationSummary',
61
78
  pageSize: 'pageSize',
62
79
  regId: 'regId',
63
80
  startDate: 'startDate',
81
+ userNameSearch: 'userNameSearch',
64
82
  };
65
83
  }
66
84
 
@@ -69,9 +87,11 @@ export class DescribeOperationLogPageListRequest extends $dara.Model {
69
87
  lang: 'string',
70
88
  currentPage: 'number',
71
89
  endDate: 'number',
90
+ operationSummary: 'string',
72
91
  pageSize: 'number',
73
92
  regId: 'string',
74
93
  startDate: 'number',
94
+ userNameSearch: 'string',
75
95
  };
76
96
  }
77
97
 
@@ -8,7 +8,7 @@ export class DescribeOssPolicyResponseBody extends $dara.Model {
8
8
  * accessId, a parameter used in OSS SDK uploads, corresponding to OSSAccessKeyId
9
9
  *
10
10
  * @example
11
- * LTAIpeYTKEbC0v10
11
+ * LTAxxxxxxxxxxxx
12
12
  */
13
13
  accessId?: string;
14
14
  /**
@@ -8,7 +8,7 @@ export class DescribeOssTokenResponseBody extends $dara.Model {
8
8
  * AccessKeyId for OSS file upload.
9
9
  *
10
10
  * @example
11
- * LTAI5tJWSnmmTpJGN6sJCNG3
11
+ * LTAxxxxxxxxxxxx
12
12
  */
13
13
  accessId?: string;
14
14
  /**
@@ -8,7 +8,7 @@ export class DescribePocOssTokenResponseBody extends $dara.Model {
8
8
  * AccessKeyId for OSS file upload
9
9
  *
10
10
  * @example
11
- * LTAI5tE7sActovY6Hvpu5oTh
11
+ * LTAxxxxxxxxxxxx
12
12
  */
13
13
  accessId?: string;
14
14
  /**
@@ -67,6 +67,14 @@ export class DescribeRuleSnapshotResponseBodyResultObject extends $dara.Model {
67
67
  * [{\\"inputs\\":[\\"LdShop\\"],\\"name\\":\\"__addDeTags__\\",\\"actionType\\":\\"TAG\\",\\"outputType\\":\\"const\\"}]
68
68
  */
69
69
  ruleActions?: string;
70
+ /**
71
+ * @remarks
72
+ * DSL rule expression. This field is required when ruleType is DSL.
73
+ *
74
+ * @example
75
+ * {\\"elseIfStatement\\":[{\\"condition\\":{\\"currentId\\":0,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"getLbsRegion(longitude, latitude)?.prov\\",\\"description\\":\\"根据经纬度得到省份信息,比如经度:111.878062,纬度:22.585409,则经过运算,输出”广东省“\\",\\"displayType\\":\\"SELF_BIND\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"sl_S02sHLFT7818\\",\\"outputThreshold\\":{},\\"sourceType\\":\\"SAF\\",\\"title\\":\\"经纬度自定义系统变量\\",\\"type\\":\\"SELF_BIND\\"},\\"operatorCode\\":\\"equals\\",\\"operatorName\\":\\"等于\\",\\"parentId\\":0,\\"right\\":{\\"name\\":\\"cc\\",\\"rightVariableType\\":\\"constant\\"},\\"sequence\\":5}],\\"parentId\\":0,\\"relationship\\":\\"and\\"},\\"then\\":[{\\"actionType\\":\\"TAG\\",\\"code\\":\\"addDeTags\\",\\"description\\":\\"打标签\\",\\"displayType\\":\\"ACTION\\",\\"fieldType\\":\\"STRING\\",\\"inputs\\":[\\"332\\"],\\"name\\":\\"__addDeTags__\\",\\"outputType\\":\\"const\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"打标签\\",\\"type\\":\\"ACTION\\"}]}],\\"elseStatement\\":{\\"then\\":[{\\"actionType\\":\\"TAG\\",\\"code\\":\\"addDeTags\\",\\"description\\":\\"打标签\\",\\"displayType\\":\\"ACTION\\",\\"fieldType\\":\\"STRING\\",\\"inputs\\":[\\"321\\"],\\"name\\":\\"__addDeTags__\\",\\"outputType\\":\\"const\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"打标签\\",\\"type\\":\\"ACTION\\"}]},\\"ifStatement\\":{\\"condition\\":{\\"currentId\\":0,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"queryPhoneSimulatorInfo(deviceToken)?.brand\\",\\"description\\":\\"设备信息-终端品牌\\",\\"displayType\\":\\"DEVICE\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"__device_brand__\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"设备信息-终端品牌-brand\\",\\"type\\":\\"DEVICE\\"},\\"operatorCode\\":\\"deInNameList\\",\\"operatorName\\":\\"在名单中\\",\\"parentId\\":0,\\"right\\":{\\"code\\":\\"nl_UN8otElLb490\\",\\"description\\":\\"描述11\\",\\"displayType\\":\\"NAME_LIST\\",\\"name\\":\\"nl_UN8otElLb490\\",\\"rightVariableType\\":\\"constant\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"wtz_名单新建测试02\\",\\"type\\":\\"NAME_LIST\\"},\\"sequence\\":1},{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"deFunctionProcess(ip,\\\\\\"isIp\\\\\\")\\",\\"description\\":\\"判断是否符合IPv4标准\\",\\"displayType\\":\\"SYSTEM_BIND\\",\\"fieldType\\":\\"BOOLEAN\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":false,\\"name\\":\\"__isIpAddressV4__\\",\\"outputThreshold\\":{},\\"sourceType\\":\\"SAF\\",\\"title\\":\\"IP是否符合IPV4格式\\",\\"type\\":\\"SYSTEM_BIND\\"},\\"operatorCode\\":\\"boolIsTrue\\",\\"operatorName\\":\\"为true\\",\\"parentId\\":0,\\"right\\":{\\"name\\":\\"\\",\\"rightVariableType\\":\\"constant\\"},\\"sequence\\":2},{\\"currentId\\":0,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"parseIpV2(ip)?.cityId\\",\\"description\\":\\"通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。\\",\\"displayType\\":\\"SYSTEM_BIND\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"__ipLocationCityCode__\\",\\"outputThreshold\\":{},\\"sourceType\\":\\"SAF\\",\\"title\\":\\"IP所在地_城市Code\\",\\"type\\":\\"SYSTEM_BIND\\"},\\"operatorCode\\":\\"equals\\",\\"operatorName\\":\\"等于\\",\\"parentId\\":0,\\"right\\":{\\"code\\":\\"deFunctionProcess(ip,\\\\\\"getCountry\\\\\\")\\",\\"description\\":\\"通过IP地址库解析IP所在的城市名称,例如,输入“42.120.74.211”,经过该变量运算,输出“CN”。\\",\\"displayType\\":\\"SYSTEM_BIND\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"name\\":\\"__ipLocationCountryId__\\",\\"outputThreshold\\":{},\\"rightVariableType\\":\\"variable\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"IP所在地_国家Code\\",\\"type\\":\\"SYSTEM_BIND\\"},\\"sequence\\":3},{\\"currentId\\":0,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"parseIpV2(ip)?.cityId\\",\\"description\\":\\"通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。\\",\\"displayType\\":\\"SYSTEM_BIND\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"__ipLocationCityCode__\\",\\"outputThreshold\\":{\\"$ref\\":\\"$.ifStatement.condition.list[2].list[0].left.outputThreshold\\"},\\"sourceType\\":\\"SAF\\",\\"title\\":\\"IP所在地_城市Code\\",\\"type\\":\\"SYSTEM_BIND\\"},\\"operatorCode\\":\\"deInNameList\\",\\"operatorName\\":\\"在名单中\\",\\"parentId\\":0,\\"right\\":{\\"code\\":\\"nl_NsVwBD2s11e0\\",\\"displayType\\":\\"NAME_LIST\\",\\"name\\":\\"nl_NsVwBD2s11e0\\",\\"rightVariableType\\":\\"constant\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"device_block_list\\",\\"type\\":\\"NAME_LIST\\"},\\"sequence\\":4}],\\"parentId\\":0,\\"relationship\\":\\"and\\"}],\\"parentId\\":0,\\"relationship\\":\\"and\\"}],\\"parentId\\":0,\\"relationship\\":\\"and\\"},\\"then\\":[{\\"actionType\\":\\"TAG\\",\\"code\\":\\"addDeTags\\",\\"description\\":\\"打标签\\",\\"displayType\\":\\"ACTION\\",\\"fieldType\\":\\"STRING\\",\\"inputs\\":[\\"123\\"],\\"name\\":\\"__addDeTags__\\",\\"outputType\\":\\"const\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"打标签\\",\\"type\\":\\"ACTION\\"}]}}
76
+ */
77
+ ruleBody?: string;
70
78
  /**
71
79
  * @remarks
72
80
  * Expression.
@@ -99,6 +107,14 @@ export class DescribeRuleSnapshotResponseBodyResultObject extends $dara.Model {
99
107
  * RUNNING
100
108
  */
101
109
  ruleStatus?: string;
110
+ /**
111
+ * @remarks
112
+ * Rule type.
113
+ *
114
+ * @example
115
+ * DSL
116
+ */
117
+ ruleType?: string;
102
118
  static names(): { [key: string]: string } {
103
119
  return {
104
120
  bizVersion: 'bizVersion',
@@ -109,10 +125,12 @@ export class DescribeRuleSnapshotResponseBodyResultObject extends $dara.Model {
109
125
  logicExpression: 'logicExpression',
110
126
  memo: 'memo',
111
127
  ruleActions: 'ruleActions',
128
+ ruleBody: 'ruleBody',
112
129
  ruleExpressions: 'ruleExpressions',
113
130
  ruleId: 'ruleId',
114
131
  ruleName: 'ruleName',
115
132
  ruleStatus: 'ruleStatus',
133
+ ruleType: 'ruleType',
116
134
  };
117
135
  }
118
136
 
@@ -126,10 +144,12 @@ export class DescribeRuleSnapshotResponseBodyResultObject extends $dara.Model {
126
144
  logicExpression: 'string',
127
145
  memo: 'string',
128
146
  ruleActions: 'string',
147
+ ruleBody: 'string',
129
148
  ruleExpressions: 'string',
130
149
  ruleId: 'string',
131
150
  ruleName: 'string',
132
151
  ruleStatus: 'string',
152
+ ruleType: 'string',
133
153
  };
134
154
  }
135
155
 
@@ -3,11 +3,32 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class DescribeSafConsoleRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * Set the language type for requests and received messages, default value is **zh**. Values:
9
+ * - **zh**: Chinese
10
+ * - **en**: English
11
+ *
12
+ * @example
13
+ * zh
14
+ */
6
15
  lang?: string;
16
+ /**
17
+ * @remarks
18
+ * Query content.
19
+ *
20
+ * @example
21
+ * ei_riskLpInfo
22
+ */
7
23
  content?: string;
8
24
  /**
9
25
  * @remarks
26
+ * Service to be called.
27
+ *
10
28
  * This parameter is required.
29
+ *
30
+ * @example
31
+ * ei_riskLpInfo
11
32
  */
12
33
  service?: string;
13
34
  static names(): { [key: string]: string } {
@@ -3,7 +3,18 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class DescribeSafConsoleResponseBody extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * Request ID.
9
+ *
10
+ * @example
11
+ * A32FE941-35F2-5378-B37C-4B8FDB16F094
12
+ */
6
13
  requestId?: string;
14
+ /**
15
+ * @remarks
16
+ * Returned result.
17
+ */
7
18
  bizData?: string[];
8
19
  static names(): { [key: string]: string } {
9
20
  return {
@@ -8,7 +8,7 @@ export class DescribeSampleBatchOssPolicyResponseBody extends $dara.Model {
8
8
  * OSS Access ID
9
9
  *
10
10
  * @example
11
- * LTAI5tE7sActovY6Hvpu5oTh
11
+ * LTAxxxxxxxxxxxx
12
12
  */
13
13
  accessId?: string;
14
14
  /**
@@ -8,7 +8,7 @@ export class DescribeSampleUploadPolicyResponseBody extends $dara.Model {
8
8
  * OSS access key ID.
9
9
  *
10
10
  * @example
11
- * LTAI5t9k9MsS9TipR9yW5urk
11
+ * LTAxxxxxxxxxxxx
12
12
  */
13
13
  accessId?: string;
14
14
  /**