@alicloud/xtee20210910 2.0.0 → 2.1.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 +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,54 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeOperationLogMonitoringResponseBodyResultObject extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Time axis slice.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* 2025-07-19
|
|
9
|
+
*/
|
|
10
|
+
dateGrouped?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* Total count.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* 2
|
|
17
|
+
*/
|
|
18
|
+
totalCount?: string;
|
|
19
|
+
static names(): {
|
|
20
|
+
[key: string]: string;
|
|
21
|
+
};
|
|
22
|
+
static types(): {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
};
|
|
25
|
+
validate(): void;
|
|
26
|
+
constructor(map?: {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
export declare class DescribeOperationLogMonitoringResponseBody extends $dara.Model {
|
|
31
|
+
/**
|
|
32
|
+
* @remarks
|
|
33
|
+
* Request ID.
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* A32FE941-35F2-5378-B37C-4B8FDB16F094
|
|
37
|
+
*/
|
|
38
|
+
requestId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @remarks
|
|
41
|
+
* Returned object.
|
|
42
|
+
*/
|
|
43
|
+
resultObject?: DescribeOperationLogMonitoringResponseBodyResultObject[];
|
|
44
|
+
static names(): {
|
|
45
|
+
[key: string]: string;
|
|
46
|
+
};
|
|
47
|
+
static types(): {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
};
|
|
50
|
+
validate(): void;
|
|
51
|
+
constructor(map?: {
|
|
52
|
+
[key: string]: any;
|
|
53
|
+
});
|
|
54
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
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.DescribeOperationLogMonitoringResponseBody = exports.DescribeOperationLogMonitoringResponseBodyResultObject = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeOperationLogMonitoringResponseBodyResultObject extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
dateGrouped: 'dateGrouped',
|
|
43
|
+
totalCount: 'totalCount',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
dateGrouped: 'string',
|
|
49
|
+
totalCount: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.DescribeOperationLogMonitoringResponseBodyResultObject = DescribeOperationLogMonitoringResponseBodyResultObject;
|
|
60
|
+
class DescribeOperationLogMonitoringResponseBody extends $dara.Model {
|
|
61
|
+
static names() {
|
|
62
|
+
return {
|
|
63
|
+
requestId: 'RequestId',
|
|
64
|
+
resultObject: 'resultObject',
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
static types() {
|
|
68
|
+
return {
|
|
69
|
+
requestId: 'string',
|
|
70
|
+
resultObject: { 'type': 'array', 'itemType': DescribeOperationLogMonitoringResponseBodyResultObject },
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
validate() {
|
|
74
|
+
if (Array.isArray(this.resultObject)) {
|
|
75
|
+
$dara.Model.validateArray(this.resultObject);
|
|
76
|
+
}
|
|
77
|
+
super.validate();
|
|
78
|
+
}
|
|
79
|
+
constructor(map) {
|
|
80
|
+
super(map);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.DescribeOperationLogMonitoringResponseBody = DescribeOperationLogMonitoringResponseBody;
|
|
84
|
+
//# sourceMappingURL=DescribeOperationLogMonitoringResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeOperationLogMonitoringResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeOperationLogMonitoringResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sDAAuD,SAAQ,KAAK,CAAC,KAAK;IAiBrF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,wHAsCC;AAED,MAAa,0CAA2C,SAAQ,KAAK,CAAC,KAAK;IAczE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,sDAAsD,EAAE;SACtG,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;AAtCD,gGAsCC"}
|
|
@@ -26,6 +26,14 @@ export declare class DescribeOperationLogPageListRequest extends $dara.Model {
|
|
|
26
26
|
* 1733364850919
|
|
27
27
|
*/
|
|
28
28
|
endDate?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @remarks
|
|
31
|
+
* Operation Summary.
|
|
32
|
+
*
|
|
33
|
+
* @example
|
|
34
|
+
* Update
|
|
35
|
+
*/
|
|
36
|
+
operationSummary?: string;
|
|
29
37
|
/**
|
|
30
38
|
* @remarks
|
|
31
39
|
* Page size, default value is 10
|
|
@@ -36,7 +44,7 @@ export declare class DescribeOperationLogPageListRequest extends $dara.Model {
|
|
|
36
44
|
pageSize?: number;
|
|
37
45
|
/**
|
|
38
46
|
* @remarks
|
|
39
|
-
* Region code
|
|
47
|
+
* Region code.
|
|
40
48
|
*
|
|
41
49
|
* @example
|
|
42
50
|
* cn-hangzhou
|
|
@@ -50,6 +58,14 @@ export declare class DescribeOperationLogPageListRequest extends $dara.Model {
|
|
|
50
58
|
* 1733364850919
|
|
51
59
|
*/
|
|
52
60
|
startDate?: number;
|
|
61
|
+
/**
|
|
62
|
+
* @remarks
|
|
63
|
+
* User Name Search.
|
|
64
|
+
*
|
|
65
|
+
* @example
|
|
66
|
+
* root
|
|
67
|
+
*/
|
|
68
|
+
userNameSearch?: string;
|
|
53
69
|
static names(): {
|
|
54
70
|
[key: string]: string;
|
|
55
71
|
};
|
|
@@ -42,9 +42,11 @@ class DescribeOperationLogPageListRequest extends $dara.Model {
|
|
|
42
42
|
lang: 'Lang',
|
|
43
43
|
currentPage: 'currentPage',
|
|
44
44
|
endDate: 'endDate',
|
|
45
|
+
operationSummary: 'operationSummary',
|
|
45
46
|
pageSize: 'pageSize',
|
|
46
47
|
regId: 'regId',
|
|
47
48
|
startDate: 'startDate',
|
|
49
|
+
userNameSearch: 'userNameSearch',
|
|
48
50
|
};
|
|
49
51
|
}
|
|
50
52
|
static types() {
|
|
@@ -52,9 +54,11 @@ class DescribeOperationLogPageListRequest extends $dara.Model {
|
|
|
52
54
|
lang: 'string',
|
|
53
55
|
currentPage: 'number',
|
|
54
56
|
endDate: 'number',
|
|
57
|
+
operationSummary: 'string',
|
|
55
58
|
pageSize: 'number',
|
|
56
59
|
regId: 'string',
|
|
57
60
|
startDate: 'number',
|
|
61
|
+
userNameSearch: 'string',
|
|
58
62
|
};
|
|
59
63
|
}
|
|
60
64
|
validate() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeOperationLogPageListRequest.js","sourceRoot":"","sources":["../../src/models/DescribeOperationLogPageListRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeOperationLogPageListRequest.js","sourceRoot":"","sources":["../../src/models/DescribeOperationLogPageListRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAmElE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,aAAa;YAC1B,OAAO,EAAE,SAAS;YAClB,gBAAgB,EAAE,kBAAkB;YACpC,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,OAAO;YACd,SAAS,EAAE,WAAW;YACtB,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,QAAQ;YACrB,OAAO,EAAE,QAAQ;YACjB,gBAAgB,EAAE,QAAQ;YAC1B,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,QAAQ;YACf,SAAS,EAAE,QAAQ;YACnB,cAAc,EAAE,QAAQ;SACzB,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;AApGD,kFAoGC"}
|
|
@@ -64,6 +64,14 @@ export declare class DescribeRuleSnapshotResponseBodyResultObject extends $dara.
|
|
|
64
64
|
* [{\\"inputs\\":[\\"LdShop\\"],\\"name\\":\\"__addDeTags__\\",\\"actionType\\":\\"TAG\\",\\"outputType\\":\\"const\\"}]
|
|
65
65
|
*/
|
|
66
66
|
ruleActions?: string;
|
|
67
|
+
/**
|
|
68
|
+
* @remarks
|
|
69
|
+
* DSL rule expression. This field is required when ruleType is DSL.
|
|
70
|
+
*
|
|
71
|
+
* @example
|
|
72
|
+
* {\\"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\\"}]}}
|
|
73
|
+
*/
|
|
74
|
+
ruleBody?: string;
|
|
67
75
|
/**
|
|
68
76
|
* @remarks
|
|
69
77
|
* Expression.
|
|
@@ -96,6 +104,14 @@ export declare class DescribeRuleSnapshotResponseBodyResultObject extends $dara.
|
|
|
96
104
|
* RUNNING
|
|
97
105
|
*/
|
|
98
106
|
ruleStatus?: string;
|
|
107
|
+
/**
|
|
108
|
+
* @remarks
|
|
109
|
+
* Rule type.
|
|
110
|
+
*
|
|
111
|
+
* @example
|
|
112
|
+
* DSL
|
|
113
|
+
*/
|
|
114
|
+
ruleType?: string;
|
|
99
115
|
static names(): {
|
|
100
116
|
[key: string]: string;
|
|
101
117
|
};
|
|
@@ -47,10 +47,12 @@ class DescribeRuleSnapshotResponseBodyResultObject extends $dara.Model {
|
|
|
47
47
|
logicExpression: 'logicExpression',
|
|
48
48
|
memo: 'memo',
|
|
49
49
|
ruleActions: 'ruleActions',
|
|
50
|
+
ruleBody: 'ruleBody',
|
|
50
51
|
ruleExpressions: 'ruleExpressions',
|
|
51
52
|
ruleId: 'ruleId',
|
|
52
53
|
ruleName: 'ruleName',
|
|
53
54
|
ruleStatus: 'ruleStatus',
|
|
55
|
+
ruleType: 'ruleType',
|
|
54
56
|
};
|
|
55
57
|
}
|
|
56
58
|
static types() {
|
|
@@ -63,10 +65,12 @@ class DescribeRuleSnapshotResponseBodyResultObject extends $dara.Model {
|
|
|
63
65
|
logicExpression: 'string',
|
|
64
66
|
memo: 'string',
|
|
65
67
|
ruleActions: 'string',
|
|
68
|
+
ruleBody: 'string',
|
|
66
69
|
ruleExpressions: 'string',
|
|
67
70
|
ruleId: 'string',
|
|
68
71
|
ruleName: 'string',
|
|
69
72
|
ruleStatus: 'string',
|
|
73
|
+
ruleType: 'string',
|
|
70
74
|
};
|
|
71
75
|
}
|
|
72
76
|
validate() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeRuleSnapshotResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeRuleSnapshotResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeRuleSnapshotResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeRuleSnapshotResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;IAiH3E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,eAAe,EAAE,iBAAiB;YAClC,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;YACpB,eAAe,EAAE,iBAAiB;YAClC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,eAAe,EAAE,QAAQ;YACzB,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;YAClB,eAAe,EAAE,QAAQ;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9JD,oGA8JC;AAED,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAc/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,4CAA4C;SAC3D,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,YAAY,IAAI,OAAQ,IAAI,CAAC,YAAoB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjF,IAAI,CAAC,YAAoB,CAAC,QAAQ,EAAE,CAAC;QACxC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,4EAsCC"}
|
|
@@ -1,10 +1,31 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class DescribeSafConsoleRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Set the language type for requests and received messages, default value is **zh**. Values:
|
|
6
|
+
* - **zh**: Chinese
|
|
7
|
+
* - **en**: English
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* zh
|
|
11
|
+
*/
|
|
3
12
|
lang?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* Query content.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* ei_riskLpInfo
|
|
19
|
+
*/
|
|
4
20
|
content?: string;
|
|
5
21
|
/**
|
|
6
22
|
* @remarks
|
|
23
|
+
* Service to be called.
|
|
24
|
+
*
|
|
7
25
|
* This parameter is required.
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* ei_riskLpInfo
|
|
8
29
|
*/
|
|
9
30
|
service?: string;
|
|
10
31
|
static names(): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeSafConsoleRequest.js","sourceRoot":"","sources":["../../src/models/DescribeSafConsoleRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeSafConsoleRequest.js","sourceRoot":"","sources":["../../src/models/DescribeSafConsoleRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IA6BxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,QAAQ;YACjB,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;AApDD,8DAoDC"}
|
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class DescribeSafConsoleResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Request ID.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* A32FE941-35F2-5378-B37C-4B8FDB16F094
|
|
9
|
+
*/
|
|
3
10
|
requestId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* Returned result.
|
|
14
|
+
*/
|
|
4
15
|
bizData?: string[];
|
|
5
16
|
static names(): {
|
|
6
17
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeSafConsoleResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeSafConsoleResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeSafConsoleResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeSafConsoleResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAc7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;SACnD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;YAC/B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,wEAsCC"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeVersionPageListRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Sets the language type for the request and response messages, with a default value of **zh**. Values:
|
|
6
|
+
* - **zh**: Chinese
|
|
7
|
+
* - **en**: English
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* zh
|
|
11
|
+
*/
|
|
12
|
+
lang?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* Maximum number of results to be read in this call, with a default value of 10.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* 10
|
|
19
|
+
*/
|
|
20
|
+
maxResults?: number;
|
|
21
|
+
/**
|
|
22
|
+
* @remarks
|
|
23
|
+
* Used to mark the starting position for reading. An empty value indicates starting from the beginning.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* 1
|
|
27
|
+
*/
|
|
28
|
+
nextToken?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @remarks
|
|
31
|
+
* Current page number.
|
|
32
|
+
*
|
|
33
|
+
* @example
|
|
34
|
+
* 1
|
|
35
|
+
*/
|
|
36
|
+
currentPage?: number;
|
|
37
|
+
/**
|
|
38
|
+
* @remarks
|
|
39
|
+
* Name of the variable.
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* ex_OERlw0Zqfb23
|
|
43
|
+
*/
|
|
44
|
+
objectCode?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @remarks
|
|
47
|
+
* Primary key ID of the variable.
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
* 392023
|
|
51
|
+
*/
|
|
52
|
+
objectId?: number;
|
|
53
|
+
/**
|
|
54
|
+
* @remarks
|
|
55
|
+
* Number of items per page, with a default value of 10.
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* 10
|
|
59
|
+
*/
|
|
60
|
+
pageSize?: number;
|
|
61
|
+
/**
|
|
62
|
+
* @remarks
|
|
63
|
+
* Pagination flag, with a default value of true.
|
|
64
|
+
*
|
|
65
|
+
* @example
|
|
66
|
+
* true
|
|
67
|
+
*/
|
|
68
|
+
paging?: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* @remarks
|
|
71
|
+
* Region code.
|
|
72
|
+
*
|
|
73
|
+
* @example
|
|
74
|
+
* cn-hangzhou
|
|
75
|
+
*/
|
|
76
|
+
regId?: string;
|
|
77
|
+
/**
|
|
78
|
+
* @remarks
|
|
79
|
+
* Type.
|
|
80
|
+
*
|
|
81
|
+
* @example
|
|
82
|
+
* EXPRESSION
|
|
83
|
+
*/
|
|
84
|
+
type?: string;
|
|
85
|
+
static names(): {
|
|
86
|
+
[key: string]: string;
|
|
87
|
+
};
|
|
88
|
+
static types(): {
|
|
89
|
+
[key: string]: any;
|
|
90
|
+
};
|
|
91
|
+
validate(): void;
|
|
92
|
+
constructor(map?: {
|
|
93
|
+
[key: string]: any;
|
|
94
|
+
});
|
|
95
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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.DescribeVersionPageListRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeVersionPageListRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
lang: 'Lang',
|
|
43
|
+
maxResults: 'MaxResults',
|
|
44
|
+
nextToken: 'NextToken',
|
|
45
|
+
currentPage: 'currentPage',
|
|
46
|
+
objectCode: 'objectCode',
|
|
47
|
+
objectId: 'objectId',
|
|
48
|
+
pageSize: 'pageSize',
|
|
49
|
+
paging: 'paging',
|
|
50
|
+
regId: 'regId',
|
|
51
|
+
type: 'type',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
static types() {
|
|
55
|
+
return {
|
|
56
|
+
lang: 'string',
|
|
57
|
+
maxResults: 'number',
|
|
58
|
+
nextToken: 'string',
|
|
59
|
+
currentPage: 'number',
|
|
60
|
+
objectCode: 'string',
|
|
61
|
+
objectId: 'number',
|
|
62
|
+
pageSize: 'number',
|
|
63
|
+
paging: 'boolean',
|
|
64
|
+
regId: 'string',
|
|
65
|
+
type: 'string',
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
validate() {
|
|
69
|
+
super.validate();
|
|
70
|
+
}
|
|
71
|
+
constructor(map) {
|
|
72
|
+
super(map);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
exports.DescribeVersionPageListRequest = DescribeVersionPageListRequest;
|
|
76
|
+
//# sourceMappingURL=DescribeVersionPageListRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeVersionPageListRequest.js","sourceRoot":"","sources":["../../src/models/DescribeVersionPageListRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAmF7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;YAChB,KAAK,EAAE,OAAO;YACd,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;YAClB,MAAM,EAAE,SAAS;YACjB,KAAK,EAAE,QAAQ;YACf,IAAI,EAAE,QAAQ;SACf,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;AAxHD,wEAwHC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { DescribeVersionPageListResponseBody } from "./DescribeVersionPageListResponseBody";
|
|
3
|
+
export declare class DescribeVersionPageListResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: DescribeVersionPageListResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|