@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.
- package/dist/client.d.ts +50 -6
- package/dist/client.js +146 -6
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeCustVariablePageRequest.d.ts +13 -5
- package/dist/models/DescribeCustVariablePageRequest.js +2 -0
- package/dist/models/DescribeCustVariablePageRequest.js.map +1 -1
- package/dist/models/DescribeCustVariablePageResponseBody.d.ts +20 -7
- package/dist/models/DescribeCustVariablePageResponseBody.js +7 -0
- package/dist/models/DescribeCustVariablePageResponseBody.js.map +1 -1
- package/dist/models/DescribeEventLogPageRequest.d.ts +98 -1
- package/dist/models/DescribeEventLogPageRequest.js.map +1 -1
- package/dist/models/DescribeEventLogPageResponseBody.d.ts +58 -1
- package/dist/models/DescribeEventLogPageResponseBody.js.map +1 -1
- package/dist/models/DescribeEventUploadPolicyResponseBody.d.ts +1 -1
- package/dist/models/DescribeEventVariableListRequest.d.ts +48 -0
- package/dist/models/DescribeEventVariableListRequest.js.map +1 -1
- package/dist/models/DescribeEventVariableListResponseBody.d.ts +2540 -0
- package/dist/models/DescribeEventVariableListResponseBody.js.map +1 -1
- package/dist/models/DescribeExcuteNumRequest.d.ts +42 -0
- package/dist/models/DescribeExcuteNumRequest.js.map +1 -1
- package/dist/models/DescribeExcuteNumResponseBody.d.ts +15 -0
- package/dist/models/DescribeExcuteNumResponseBody.js.map +1 -1
- package/dist/models/DescribeExpressionVariablePageRequest.d.ts +5 -5
- package/dist/models/DescribeExpressionVariablePageResponseBody.d.ts +19 -6
- package/dist/models/DescribeExpressionVariablePageResponseBody.js +7 -0
- package/dist/models/DescribeExpressionVariablePageResponseBody.js.map +1 -1
- package/dist/models/DescribeModelOssPolicyResponseBody.d.ts +2 -2
- package/dist/models/DescribeOperationLogMonitoringRequest.d.ts +56 -0
- package/dist/models/DescribeOperationLogMonitoringRequest.js +66 -0
- package/dist/models/DescribeOperationLogMonitoringRequest.js.map +1 -0
- package/dist/models/DescribeOperationLogMonitoringResponse.d.ts +19 -0
- package/dist/models/DescribeOperationLogMonitoringResponse.js +69 -0
- package/dist/models/DescribeOperationLogMonitoringResponse.js.map +1 -0
- package/dist/models/DescribeOperationLogMonitoringResponseBody.d.ts +54 -0
- package/dist/models/DescribeOperationLogMonitoringResponseBody.js +84 -0
- package/dist/models/DescribeOperationLogMonitoringResponseBody.js.map +1 -0
- package/dist/models/DescribeOperationLogPageListRequest.d.ts +17 -1
- package/dist/models/DescribeOperationLogPageListRequest.js +4 -0
- package/dist/models/DescribeOperationLogPageListRequest.js.map +1 -1
- package/dist/models/DescribeOssPolicyResponseBody.d.ts +1 -1
- package/dist/models/DescribeOssTokenResponseBody.d.ts +1 -1
- package/dist/models/DescribePocOssTokenResponseBody.d.ts +1 -1
- package/dist/models/DescribeRuleSnapshotResponseBody.d.ts +16 -0
- package/dist/models/DescribeRuleSnapshotResponseBody.js +4 -0
- package/dist/models/DescribeRuleSnapshotResponseBody.js.map +1 -1
- package/dist/models/DescribeSafConsoleRequest.d.ts +21 -0
- package/dist/models/DescribeSafConsoleRequest.js.map +1 -1
- package/dist/models/DescribeSafConsoleResponseBody.d.ts +11 -0
- package/dist/models/DescribeSafConsoleResponseBody.js.map +1 -1
- package/dist/models/DescribeSampleBatchOssPolicyResponseBody.d.ts +1 -1
- package/dist/models/DescribeSampleUploadPolicyResponseBody.d.ts +1 -1
- package/dist/models/DescribeVersionPageListRequest.d.ts +95 -0
- package/dist/models/DescribeVersionPageListRequest.js +76 -0
- package/dist/models/DescribeVersionPageListRequest.js.map +1 -0
- package/dist/models/DescribeVersionPageListResponse.d.ts +19 -0
- package/dist/models/DescribeVersionPageListResponse.js +69 -0
- package/dist/models/DescribeVersionPageListResponse.js.map +1 -0
- package/dist/models/DescribeVersionPageListResponseBody.d.ts +190 -0
- package/dist/models/DescribeVersionPageListResponseBody.js +118 -0
- package/dist/models/DescribeVersionPageListResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +8 -0
- package/dist/models/model.js +36 -20
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +168 -6
- package/src/models/DescribeCustVariablePageRequest.ts +15 -5
- package/src/models/DescribeCustVariablePageResponseBody.ts +27 -7
- package/src/models/DescribeEventLogPageRequest.ts +98 -1
- package/src/models/DescribeEventLogPageResponseBody.ts +58 -1
- package/src/models/DescribeEventUploadPolicyResponseBody.ts +1 -1
- package/src/models/DescribeEventVariableListRequest.ts +48 -0
- package/src/models/DescribeEventVariableListResponseBody.ts +2540 -0
- package/src/models/DescribeExcuteNumRequest.ts +42 -0
- package/src/models/DescribeExcuteNumResponseBody.ts +15 -0
- package/src/models/DescribeExpressionVariablePageRequest.ts +5 -5
- package/src/models/DescribeExpressionVariablePageResponseBody.ts +26 -6
- package/src/models/DescribeModelOssPolicyResponseBody.ts +2 -2
- package/src/models/DescribeOperationLogMonitoringRequest.ts +77 -0
- package/src/models/DescribeOperationLogMonitoringResponse.ts +40 -0
- package/src/models/DescribeOperationLogMonitoringResponseBody.ts +84 -0
- package/src/models/DescribeOperationLogPageListRequest.ts +21 -1
- package/src/models/DescribeOssPolicyResponseBody.ts +1 -1
- package/src/models/DescribeOssTokenResponseBody.ts +1 -1
- package/src/models/DescribePocOssTokenResponseBody.ts +1 -1
- package/src/models/DescribeRuleSnapshotResponseBody.ts +20 -0
- package/src/models/DescribeSafConsoleRequest.ts +21 -0
- package/src/models/DescribeSafConsoleResponseBody.ts +11 -0
- package/src/models/DescribeSampleBatchOssPolicyResponseBody.ts +1 -1
- package/src/models/DescribeSampleUploadPolicyResponseBody.ts +1 -1
- package/src/models/DescribeVersionPageListRequest.ts +126 -0
- package/src/models/DescribeVersionPageListResponse.ts +40 -0
- package/src/models/DescribeVersionPageListResponseBody.ts +254 -0
- package/src/models/model.ts +8 -0
|
@@ -0,0 +1,69 @@
|
|
|
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.DescribeVersionPageListResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const DescribeVersionPageListResponseBody_1 = require("./DescribeVersionPageListResponseBody");
|
|
40
|
+
class DescribeVersionPageListResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: DescribeVersionPageListResponseBody_1.DescribeVersionPageListResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.DescribeVersionPageListResponse = DescribeVersionPageListResponse;
|
|
69
|
+
//# sourceMappingURL=DescribeVersionPageListResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeVersionPageListResponse.js","sourceRoot":"","sources":["../../src/models/DescribeVersionPageListResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+FAA4F;AAG5F,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAI9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,yEAAmC;SAC1C,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,0EAiCC"}
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeVersionPageListResponseBodyResultObject extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Change content.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* {\\"description\\":\\"自定义变量\\",\\"expression\\":\\"1\\",\\"expressionTitle\\":\\"1\\",\\"expressionVariable\\":\\"\\",\\"fieldRank\\":0,\\"id\\":392023,\\"name\\":\\"ex_OERlw0Zqfb23\\",\\"outlier\\":\\"SYS_ERROR\\",\\"outputs\\":\\"STRING\\",\\"refObjId\\":\\"de_auevox0336\\",\\"region\\":\\"SH\\",\\"title\\":\\"自定义变量\\",\\"version\\":4}
|
|
9
|
+
*/
|
|
10
|
+
content?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* Creator.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* root
|
|
17
|
+
*/
|
|
18
|
+
creator?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* Variable description.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* 变量描述
|
|
25
|
+
*/
|
|
26
|
+
description?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* Creation time.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* 1621578648000
|
|
33
|
+
*/
|
|
34
|
+
gmtCreate?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* Modification time.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* 1565701886000
|
|
41
|
+
*/
|
|
42
|
+
gmtModified?: number;
|
|
43
|
+
/**
|
|
44
|
+
* @remarks
|
|
45
|
+
* Primary key ID of the version.
|
|
46
|
+
*
|
|
47
|
+
* @example
|
|
48
|
+
* 808
|
|
49
|
+
*/
|
|
50
|
+
id?: number;
|
|
51
|
+
/**
|
|
52
|
+
* @remarks
|
|
53
|
+
* Modifier.
|
|
54
|
+
*
|
|
55
|
+
* @example
|
|
56
|
+
* root
|
|
57
|
+
*/
|
|
58
|
+
modifier?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @remarks
|
|
61
|
+
* Name of the variable.
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* ex_OERlw0Zqfb23
|
|
65
|
+
*/
|
|
66
|
+
objectCode?: string;
|
|
67
|
+
/**
|
|
68
|
+
* @remarks
|
|
69
|
+
* Primary key ID of the variable.
|
|
70
|
+
*
|
|
71
|
+
* @example
|
|
72
|
+
* 392023
|
|
73
|
+
*/
|
|
74
|
+
objectId?: number;
|
|
75
|
+
/**
|
|
76
|
+
* @remarks
|
|
77
|
+
* Region ID.
|
|
78
|
+
*
|
|
79
|
+
* @example
|
|
80
|
+
* cn-hangzhou
|
|
81
|
+
*/
|
|
82
|
+
region?: string;
|
|
83
|
+
/**
|
|
84
|
+
* @remarks
|
|
85
|
+
* Variable type.
|
|
86
|
+
*
|
|
87
|
+
* @example
|
|
88
|
+
* EXPRESSION
|
|
89
|
+
*/
|
|
90
|
+
type?: string;
|
|
91
|
+
/**
|
|
92
|
+
* @remarks
|
|
93
|
+
* User UID.
|
|
94
|
+
*
|
|
95
|
+
* @example
|
|
96
|
+
* 151222222222226
|
|
97
|
+
*/
|
|
98
|
+
userId?: number;
|
|
99
|
+
/**
|
|
100
|
+
* @remarks
|
|
101
|
+
* Version number.
|
|
102
|
+
*
|
|
103
|
+
* @example
|
|
104
|
+
* 1
|
|
105
|
+
*/
|
|
106
|
+
version?: number;
|
|
107
|
+
static names(): {
|
|
108
|
+
[key: string]: string;
|
|
109
|
+
};
|
|
110
|
+
static types(): {
|
|
111
|
+
[key: string]: any;
|
|
112
|
+
};
|
|
113
|
+
validate(): void;
|
|
114
|
+
constructor(map?: {
|
|
115
|
+
[key: string]: any;
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
export declare class DescribeVersionPageListResponseBody extends $dara.Model {
|
|
119
|
+
/**
|
|
120
|
+
* @remarks
|
|
121
|
+
* The maximum amount of data to be read in this call, with a default value of 10.
|
|
122
|
+
*
|
|
123
|
+
* @example
|
|
124
|
+
* 10
|
|
125
|
+
*/
|
|
126
|
+
maxResults?: number;
|
|
127
|
+
/**
|
|
128
|
+
* @remarks
|
|
129
|
+
* 用来表示当前调用返回读取到的位置。空代表数据已经读取完毕。
|
|
130
|
+
*
|
|
131
|
+
* @example
|
|
132
|
+
* 1
|
|
133
|
+
*/
|
|
134
|
+
nextToken?: string;
|
|
135
|
+
/**
|
|
136
|
+
* @remarks
|
|
137
|
+
* Request ID.
|
|
138
|
+
*
|
|
139
|
+
* @example
|
|
140
|
+
* A32FE941-35F2-5378-B37C-4B8FDB16F094
|
|
141
|
+
*/
|
|
142
|
+
requestId?: string;
|
|
143
|
+
/**
|
|
144
|
+
* @remarks
|
|
145
|
+
* Current page number.
|
|
146
|
+
*
|
|
147
|
+
* @example
|
|
148
|
+
* 1
|
|
149
|
+
*/
|
|
150
|
+
currentPage?: number;
|
|
151
|
+
/**
|
|
152
|
+
* @remarks
|
|
153
|
+
* Number of items per page, with a default value of 10.
|
|
154
|
+
*
|
|
155
|
+
* @example
|
|
156
|
+
* 10
|
|
157
|
+
*/
|
|
158
|
+
pageSize?: number;
|
|
159
|
+
/**
|
|
160
|
+
* @remarks
|
|
161
|
+
* Returned object.
|
|
162
|
+
*/
|
|
163
|
+
resultObject?: DescribeVersionPageListResponseBodyResultObject[];
|
|
164
|
+
/**
|
|
165
|
+
* @remarks
|
|
166
|
+
* Total number of items.
|
|
167
|
+
*
|
|
168
|
+
* @example
|
|
169
|
+
* 10
|
|
170
|
+
*/
|
|
171
|
+
totalItem?: number;
|
|
172
|
+
/**
|
|
173
|
+
* @remarks
|
|
174
|
+
* Total number of pages.
|
|
175
|
+
*
|
|
176
|
+
* @example
|
|
177
|
+
* 1
|
|
178
|
+
*/
|
|
179
|
+
totalPage?: number;
|
|
180
|
+
static names(): {
|
|
181
|
+
[key: string]: string;
|
|
182
|
+
};
|
|
183
|
+
static types(): {
|
|
184
|
+
[key: string]: any;
|
|
185
|
+
};
|
|
186
|
+
validate(): void;
|
|
187
|
+
constructor(map?: {
|
|
188
|
+
[key: string]: any;
|
|
189
|
+
});
|
|
190
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
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.DescribeVersionPageListResponseBody = exports.DescribeVersionPageListResponseBodyResultObject = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeVersionPageListResponseBodyResultObject extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
content: 'content',
|
|
43
|
+
creator: 'creator',
|
|
44
|
+
description: 'description',
|
|
45
|
+
gmtCreate: 'gmtCreate',
|
|
46
|
+
gmtModified: 'gmtModified',
|
|
47
|
+
id: 'id',
|
|
48
|
+
modifier: 'modifier',
|
|
49
|
+
objectCode: 'objectCode',
|
|
50
|
+
objectId: 'objectId',
|
|
51
|
+
region: 'region',
|
|
52
|
+
type: 'type',
|
|
53
|
+
userId: 'userId',
|
|
54
|
+
version: 'version',
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
static types() {
|
|
58
|
+
return {
|
|
59
|
+
content: 'string',
|
|
60
|
+
creator: 'string',
|
|
61
|
+
description: 'string',
|
|
62
|
+
gmtCreate: 'number',
|
|
63
|
+
gmtModified: 'number',
|
|
64
|
+
id: 'number',
|
|
65
|
+
modifier: 'string',
|
|
66
|
+
objectCode: 'string',
|
|
67
|
+
objectId: 'number',
|
|
68
|
+
region: 'string',
|
|
69
|
+
type: 'string',
|
|
70
|
+
userId: 'number',
|
|
71
|
+
version: 'number',
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
validate() {
|
|
75
|
+
super.validate();
|
|
76
|
+
}
|
|
77
|
+
constructor(map) {
|
|
78
|
+
super(map);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
exports.DescribeVersionPageListResponseBodyResultObject = DescribeVersionPageListResponseBodyResultObject;
|
|
82
|
+
class DescribeVersionPageListResponseBody extends $dara.Model {
|
|
83
|
+
static names() {
|
|
84
|
+
return {
|
|
85
|
+
maxResults: 'MaxResults',
|
|
86
|
+
nextToken: 'NextToken',
|
|
87
|
+
requestId: 'RequestId',
|
|
88
|
+
currentPage: 'currentPage',
|
|
89
|
+
pageSize: 'pageSize',
|
|
90
|
+
resultObject: 'resultObject',
|
|
91
|
+
totalItem: 'totalItem',
|
|
92
|
+
totalPage: 'totalPage',
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
static types() {
|
|
96
|
+
return {
|
|
97
|
+
maxResults: 'number',
|
|
98
|
+
nextToken: 'string',
|
|
99
|
+
requestId: 'string',
|
|
100
|
+
currentPage: 'number',
|
|
101
|
+
pageSize: 'number',
|
|
102
|
+
resultObject: { 'type': 'array', 'itemType': DescribeVersionPageListResponseBodyResultObject },
|
|
103
|
+
totalItem: 'number',
|
|
104
|
+
totalPage: 'number',
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
validate() {
|
|
108
|
+
if (Array.isArray(this.resultObject)) {
|
|
109
|
+
$dara.Model.validateArray(this.resultObject);
|
|
110
|
+
}
|
|
111
|
+
super.validate();
|
|
112
|
+
}
|
|
113
|
+
constructor(map) {
|
|
114
|
+
super(map);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
exports.DescribeVersionPageListResponseBody = DescribeVersionPageListResponseBody;
|
|
118
|
+
//# sourceMappingURL=DescribeVersionPageListResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeVersionPageListResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeVersionPageListResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+CAAgD,SAAQ,KAAK,CAAC,KAAK;IAyG9E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,EAAE,EAAE,IAAI;YACR,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,EAAE,EAAE,QAAQ;YACZ,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,QAAQ;SAClB,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;AApJD,0GAoJC;AAED,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IA8DlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;YACpB,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;YAClB,YAAY,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,+CAA+C,EAAE;YAC9F,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;YACpC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC/C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAlGD,kFAkGC"}
|
package/dist/models/model.d.ts
CHANGED
|
@@ -141,6 +141,7 @@ export { DescribeNameListLimitResponseBodyResultObject } from './DescribeNameLis
|
|
|
141
141
|
export { DescribeNameListPageListResponseBodyResultObject } from './DescribeNameListPageListResponseBody';
|
|
142
142
|
export { DescribeNameListTypeListResponseBodyResultObject } from './DescribeNameListTypeListResponseBody';
|
|
143
143
|
export { DescribeNameListVariablePageListResponseBodyResultObject } from './DescribeNameListVariablePageListResponseBody';
|
|
144
|
+
export { DescribeOperationLogMonitoringResponseBodyResultObject } from './DescribeOperationLogMonitoringResponseBody';
|
|
144
145
|
export { DescribeOperationLogPageListResponseBodyResultObject } from './DescribeOperationLogPageListResponseBody';
|
|
145
146
|
export { DescribeOperatorListResponseBodyResultObjectOperatorsRightVariables } from './DescribeOperatorListResponseBody';
|
|
146
147
|
export { DescribeOperatorListResponseBodyResultObjectOperators } from './DescribeOperatorListResponseBody';
|
|
@@ -239,6 +240,7 @@ export { DescribeVariableDetailResponseBodyResultObjectBaseInfo } from './Descri
|
|
|
239
240
|
export { DescribeVariableDetailResponseBodyResultObject } from './DescribeVariableDetailResponseBody';
|
|
240
241
|
export { DescribeVariableListResponseBodyResultObject } from './DescribeVariableListResponseBody';
|
|
241
242
|
export { DescribeVariableSceneListResponseBodyResultObject } from './DescribeVariableSceneListResponseBody';
|
|
243
|
+
export { DescribeVersionPageListResponseBodyResultObject } from './DescribeVersionPageListResponseBody';
|
|
242
244
|
export { DownloadSmapleBatchResponseBodyResultObject } from './DownloadSmapleBatchResponseBody';
|
|
243
245
|
export { ImportFieldResponseBodyResultObject } from './ImportFieldResponseBody';
|
|
244
246
|
export { ModifyCustVariableResponseBodyResultObject } from './ModifyCustVariableResponseBody';
|
|
@@ -646,6 +648,9 @@ export { DescribeNameListTypeListResponse } from './DescribeNameListTypeListResp
|
|
|
646
648
|
export { DescribeNameListVariablePageListRequest } from './DescribeNameListVariablePageListRequest';
|
|
647
649
|
export { DescribeNameListVariablePageListResponseBody } from './DescribeNameListVariablePageListResponseBody';
|
|
648
650
|
export { DescribeNameListVariablePageListResponse } from './DescribeNameListVariablePageListResponse';
|
|
651
|
+
export { DescribeOperationLogMonitoringRequest } from './DescribeOperationLogMonitoringRequest';
|
|
652
|
+
export { DescribeOperationLogMonitoringResponseBody } from './DescribeOperationLogMonitoringResponseBody';
|
|
653
|
+
export { DescribeOperationLogMonitoringResponse } from './DescribeOperationLogMonitoringResponse';
|
|
649
654
|
export { DescribeOperationLogPageListRequest } from './DescribeOperationLogPageListRequest';
|
|
650
655
|
export { DescribeOperationLogPageListResponseBody } from './DescribeOperationLogPageListResponseBody';
|
|
651
656
|
export { DescribeOperationLogPageListResponse } from './DescribeOperationLogPageListResponse';
|
|
@@ -907,6 +912,9 @@ export { DescribeVariableMarketListResponse } from './DescribeVariableMarketList
|
|
|
907
912
|
export { DescribeVariableSceneListRequest } from './DescribeVariableSceneListRequest';
|
|
908
913
|
export { DescribeVariableSceneListResponseBody } from './DescribeVariableSceneListResponseBody';
|
|
909
914
|
export { DescribeVariableSceneListResponse } from './DescribeVariableSceneListResponse';
|
|
915
|
+
export { DescribeVersionPageListRequest } from './DescribeVersionPageListRequest';
|
|
916
|
+
export { DescribeVersionPageListResponseBody } from './DescribeVersionPageListResponseBody';
|
|
917
|
+
export { DescribeVersionPageListResponse } from './DescribeVersionPageListResponse';
|
|
910
918
|
export { DownloadSmapleBatchRequest } from './DownloadSmapleBatchRequest';
|
|
911
919
|
export { DownloadSmapleBatchResponseBody } from './DownloadSmapleBatchResponseBody';
|
|
912
920
|
export { DownloadSmapleBatchResponse } from './DownloadSmapleBatchResponse';
|