@alicloud/xtee20210910 2.1.2 → 2.2.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.
Files changed (48) hide show
  1. package/dist/client.d.ts +45 -0
  2. package/dist/client.js +156 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CompareRuleRequest.d.ts +47 -0
  5. package/dist/models/CompareRuleRequest.js +64 -0
  6. package/dist/models/CompareRuleRequest.js.map +1 -0
  7. package/dist/models/CompareRuleResponse.d.ts +19 -0
  8. package/dist/models/CompareRuleResponse.js +69 -0
  9. package/dist/models/CompareRuleResponse.js.map +1 -0
  10. package/dist/models/CompareRuleResponseBody.d.ts +644 -0
  11. package/dist/models/CompareRuleResponseBody.js +222 -0
  12. package/dist/models/CompareRuleResponseBody.js.map +1 -0
  13. package/dist/models/DescribeExpressionVariableVersionDetailRequest.d.ts +63 -0
  14. package/dist/models/DescribeExpressionVariableVersionDetailRequest.js +68 -0
  15. package/dist/models/DescribeExpressionVariableVersionDetailRequest.js.map +1 -0
  16. package/dist/models/DescribeExpressionVariableVersionDetailResponse.d.ts +19 -0
  17. package/dist/models/DescribeExpressionVariableVersionDetailResponse.js +69 -0
  18. package/dist/models/DescribeExpressionVariableVersionDetailResponse.js.map +1 -0
  19. package/dist/models/DescribeExpressionVariableVersionDetailResponseBody.d.ts +214 -0
  20. package/dist/models/DescribeExpressionVariableVersionDetailResponseBody.js +124 -0
  21. package/dist/models/DescribeExpressionVariableVersionDetailResponseBody.js.map +1 -0
  22. package/dist/models/DescribeSafDeOrderResponseBody.d.ts +30 -0
  23. package/dist/models/DescribeSafDeOrderResponseBody.js.map +1 -1
  24. package/dist/models/DescribeVariableVersionDetailRequest.d.ts +63 -0
  25. package/dist/models/DescribeVariableVersionDetailRequest.js +68 -0
  26. package/dist/models/DescribeVariableVersionDetailRequest.js.map +1 -0
  27. package/dist/models/DescribeVariableVersionDetailResponse.d.ts +19 -0
  28. package/dist/models/DescribeVariableVersionDetailResponse.js +69 -0
  29. package/dist/models/DescribeVariableVersionDetailResponse.js.map +1 -0
  30. package/dist/models/DescribeVariableVersionDetailResponseBody.d.ts +166 -0
  31. package/dist/models/DescribeVariableVersionDetailResponseBody.js +112 -0
  32. package/dist/models/DescribeVariableVersionDetailResponseBody.js.map +1 -0
  33. package/dist/models/model.d.ts +14 -0
  34. package/dist/models/model.js +50 -22
  35. package/dist/models/model.js.map +1 -1
  36. package/package.json +1 -1
  37. package/src/client.ts +178 -0
  38. package/src/models/CompareRuleRequest.ts +66 -0
  39. package/src/models/CompareRuleResponse.ts +40 -0
  40. package/src/models/CompareRuleResponseBody.ts +790 -0
  41. package/src/models/DescribeExpressionVariableVersionDetailRequest.ts +86 -0
  42. package/src/models/DescribeExpressionVariableVersionDetailResponse.ts +40 -0
  43. package/src/models/DescribeExpressionVariableVersionDetailResponseBody.ts +284 -0
  44. package/src/models/DescribeSafDeOrderResponseBody.ts +30 -0
  45. package/src/models/DescribeVariableVersionDetailRequest.ts +86 -0
  46. package/src/models/DescribeVariableVersionDetailResponse.ts +40 -0
  47. package/src/models/DescribeVariableVersionDetailResponseBody.ts +224 -0
  48. package/src/models/model.ts +14 -0
@@ -0,0 +1,47 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class CompareRuleRequest extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * Sets the language type for requests and received 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
+ * Primary key ID of the previous policy version.
16
+ *
17
+ * @example
18
+ * 11518
19
+ */
20
+ previousRuleVersionId?: number;
21
+ /**
22
+ * @remarks
23
+ * Region code.
24
+ *
25
+ * @example
26
+ * cn-hangzhou
27
+ */
28
+ regId?: string;
29
+ /**
30
+ * @remarks
31
+ * Primary key ID of the policy version.
32
+ *
33
+ * @example
34
+ * 11519
35
+ */
36
+ ruleVersionId?: number;
37
+ static names(): {
38
+ [key: string]: string;
39
+ };
40
+ static types(): {
41
+ [key: string]: any;
42
+ };
43
+ validate(): void;
44
+ constructor(map?: {
45
+ [key: string]: any;
46
+ });
47
+ }
@@ -0,0 +1,64 @@
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.CompareRuleRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class CompareRuleRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ lang: 'Lang',
43
+ previousRuleVersionId: 'previousRuleVersionId',
44
+ regId: 'regId',
45
+ ruleVersionId: 'ruleVersionId',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ lang: 'string',
51
+ previousRuleVersionId: 'number',
52
+ regId: 'string',
53
+ ruleVersionId: 'number',
54
+ };
55
+ }
56
+ validate() {
57
+ super.validate();
58
+ }
59
+ constructor(map) {
60
+ super(map);
61
+ }
62
+ }
63
+ exports.CompareRuleRequest = CompareRuleRequest;
64
+ //# sourceMappingURL=CompareRuleRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompareRuleRequest.js","sourceRoot":"","sources":["../../src/models/CompareRuleRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kBAAmB,SAAQ,KAAK,CAAC,KAAK;IAmCjD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,qBAAqB,EAAE,uBAAuB;YAC9C,KAAK,EAAE,OAAO;YACd,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,qBAAqB,EAAE,QAAQ;YAC/B,KAAK,EAAE,QAAQ;YACf,aAAa,EAAE,QAAQ;SACxB,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;AA5DD,gDA4DC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { CompareRuleResponseBody } from "./CompareRuleResponseBody";
3
+ export declare class CompareRuleResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: CompareRuleResponseBody;
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
+ }
@@ -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.CompareRuleResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const CompareRuleResponseBody_1 = require("./CompareRuleResponseBody");
40
+ class CompareRuleResponse 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: CompareRuleResponseBody_1.CompareRuleResponseBody,
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.CompareRuleResponse = CompareRuleResponse;
69
+ //# sourceMappingURL=CompareRuleResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompareRuleResponse.js","sourceRoot":"","sources":["../../src/models/CompareRuleResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uEAAoE;AAGpE,MAAa,mBAAoB,SAAQ,KAAK,CAAC,KAAK;IAIlD,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,iDAAuB;SAC9B,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,kDAiCC"}