@alicloud/polardb20170801 7.7.0 → 7.9.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 +82 -6
- package/dist/client.js +217 -8
- package/dist/client.js.map +1 -1
- package/dist/models/AddPolarFsPathMappingRequest.d.ts +6 -4
- package/dist/models/AddPolarFsPathMappingRequest.js +4 -0
- package/dist/models/AddPolarFsPathMappingRequest.js.map +1 -1
- package/dist/models/AddPolarFsPathMappingResponseBody.d.ts +1 -1
- package/dist/models/CreateApplicationAgentRelationRequest.d.ts +43 -0
- package/dist/models/CreateApplicationAgentRelationRequest.js +62 -0
- package/dist/models/CreateApplicationAgentRelationRequest.js.map +1 -0
- package/dist/models/CreateApplicationAgentRelationResponse.d.ts +19 -0
- package/dist/models/CreateApplicationAgentRelationResponse.js +69 -0
- package/dist/models/CreateApplicationAgentRelationResponse.js.map +1 -0
- package/dist/models/CreateApplicationAgentRelationResponseBody.d.ts +29 -0
- package/dist/models/CreateApplicationAgentRelationResponseBody.js +60 -0
- package/dist/models/CreateApplicationAgentRelationResponseBody.js.map +1 -0
- package/dist/models/CreateBatchConsumerRequest.d.ts +19 -7
- package/dist/models/CreateBatchConsumerRequest.js +4 -0
- package/dist/models/CreateBatchConsumerRequest.js.map +1 -1
- package/dist/models/CreateBatchConsumerResponseBody.d.ts +90 -2
- package/dist/models/CreateBatchConsumerResponseBody.js +22 -0
- package/dist/models/CreateBatchConsumerResponseBody.js.map +1 -1
- package/dist/models/CreateDbclusterRequest.d.ts +47 -261
- package/dist/models/CreateDbclusterRequest.js.map +1 -1
- package/dist/models/CreateDbclusterResponseBody.d.ts +14 -0
- package/dist/models/CreateDbclusterResponseBody.js.map +1 -1
- package/dist/models/CreateGwConsumerOrderRequest.d.ts +76 -0
- package/dist/models/CreateGwConsumerOrderRequest.js +68 -0
- package/dist/models/CreateGwConsumerOrderRequest.js.map +1 -0
- package/dist/models/CreateGwConsumerOrderResponse.d.ts +19 -0
- package/dist/models/CreateGwConsumerOrderResponse.js +69 -0
- package/dist/models/CreateGwConsumerOrderResponse.js.map +1 -0
- package/dist/models/CreateGwConsumerOrderResponseBody.d.ts +53 -0
- package/dist/models/CreateGwConsumerOrderResponseBody.js +66 -0
- package/dist/models/CreateGwConsumerOrderResponseBody.js.map +1 -0
- package/dist/models/DescribeApplicationLogsRequest.d.ts +4 -4
- package/dist/models/DescribeApplicationPerformanceRequest.d.ts +38 -15
- package/dist/models/DescribeApplicationPerformanceRequest.js.map +1 -1
- package/dist/models/DescribeApplicationPerformanceResponseBody.d.ts +7 -4
- package/dist/models/DescribeApplicationPerformanceResponseBody.js.map +1 -1
- package/dist/models/GetLakebaseTenantTokenRequest.d.ts +49 -0
- package/dist/models/GetLakebaseTenantTokenRequest.js +64 -0
- package/dist/models/GetLakebaseTenantTokenRequest.js.map +1 -0
- package/dist/models/GetLakebaseTenantTokenResponse.d.ts +19 -0
- package/dist/models/GetLakebaseTenantTokenResponse.js +69 -0
- package/dist/models/GetLakebaseTenantTokenResponse.js.map +1 -0
- package/dist/models/GetLakebaseTenantTokenResponseBody.d.ts +61 -0
- package/dist/models/GetLakebaseTenantTokenResponseBody.js +68 -0
- package/dist/models/GetLakebaseTenantTokenResponseBody.js.map +1 -0
- package/dist/models/ModifyDbclusterSslrequest.d.ts +14 -9
- package/dist/models/ModifyDbclusterSslrequest.js +2 -0
- package/dist/models/ModifyDbclusterSslrequest.js.map +1 -1
- package/dist/models/RestartAidbclusterRequest.d.ts +21 -0
- package/dist/models/RestartAidbclusterRequest.js +58 -0
- package/dist/models/RestartAidbclusterRequest.js.map +1 -0
- package/dist/models/RestartAidbclusterResponse.d.ts +19 -0
- package/dist/models/RestartAidbclusterResponse.js +69 -0
- package/dist/models/RestartAidbclusterResponse.js.map +1 -0
- package/dist/models/RestartAidbclusterResponseBody.d.ts +21 -0
- package/dist/models/RestartAidbclusterResponseBody.js +58 -0
- package/dist/models/RestartAidbclusterResponseBody.js.map +1 -0
- package/dist/models/RestartPolarClawGatewayRequest.d.ts +7 -0
- package/dist/models/RestartPolarClawGatewayRequest.js.map +1 -1
- package/dist/models/RestartPolarClawGatewayResponseBody.d.ts +36 -0
- package/dist/models/RestartPolarClawGatewayResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +12 -0
- package/dist/models/model.js +49 -24
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +242 -8
- package/src/models/AddPolarFsPathMappingRequest.ts +10 -4
- package/src/models/AddPolarFsPathMappingResponseBody.ts +1 -1
- package/src/models/CreateApplicationAgentRelationRequest.ts +60 -0
- package/src/models/CreateApplicationAgentRelationResponse.ts +40 -0
- package/src/models/CreateApplicationAgentRelationResponseBody.ts +44 -0
- package/src/models/CreateBatchConsumerRequest.ts +23 -7
- package/src/models/CreateBatchConsumerResponseBody.ts +112 -2
- package/src/models/CreateDbclusterRequest.ts +51 -265
- package/src/models/CreateDbclusterResponseBody.ts +14 -0
- package/src/models/CreateGwConsumerOrderRequest.ts +99 -0
- package/src/models/CreateGwConsumerOrderResponse.ts +40 -0
- package/src/models/CreateGwConsumerOrderResponseBody.ts +74 -0
- package/src/models/DescribeApplicationLogsRequest.ts +4 -4
- package/src/models/DescribeApplicationPerformanceRequest.ts +38 -15
- package/src/models/DescribeApplicationPerformanceResponseBody.ts +7 -4
- package/src/models/GetLakebaseTenantTokenRequest.ts +68 -0
- package/src/models/GetLakebaseTenantTokenResponse.ts +40 -0
- package/src/models/GetLakebaseTenantTokenResponseBody.ts +84 -0
- package/src/models/ModifyDbclusterSslrequest.ts +16 -9
- package/src/models/RestartAidbclusterRequest.ts +34 -0
- package/src/models/RestartAidbclusterResponse.ts +40 -0
- package/src/models/RestartAidbclusterResponseBody.ts +34 -0
- package/src/models/RestartPolarClawGatewayRequest.ts +7 -0
- package/src/models/RestartPolarClawGatewayResponseBody.ts +36 -0
- package/src/models/model.ts +12 -0
|
@@ -4,12 +4,14 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
export declare class AddPolarFsPathMappingRequestCustomBucketPathList extends $dara.Model {
|
|
5
5
|
/**
|
|
6
6
|
* @remarks
|
|
7
|
-
* The name
|
|
7
|
+
* The bucket name.
|
|
8
8
|
*
|
|
9
9
|
* @example
|
|
10
10
|
* Bucket1
|
|
11
11
|
*/
|
|
12
12
|
bucket?: string;
|
|
13
|
+
bucketAccessKeyId?: string;
|
|
14
|
+
bucketAccessKeySecret?: string;
|
|
13
15
|
/**
|
|
14
16
|
* @remarks
|
|
15
17
|
* The custom storage path.
|
|
@@ -32,12 +34,12 @@ export declare class AddPolarFsPathMappingRequestCustomBucketPathList extends $d
|
|
|
32
34
|
export declare class AddPolarFsPathMappingRequest extends $dara.Model {
|
|
33
35
|
/**
|
|
34
36
|
* @remarks
|
|
35
|
-
*
|
|
37
|
+
* The bucket and corresponding path information.
|
|
36
38
|
*/
|
|
37
39
|
customBucketPathList?: AddPolarFsPathMappingRequestCustomBucketPathList[];
|
|
38
40
|
/**
|
|
39
41
|
* @remarks
|
|
40
|
-
* The ID
|
|
42
|
+
* The cluster ID.
|
|
41
43
|
*
|
|
42
44
|
* This parameter is required.
|
|
43
45
|
*
|
|
@@ -47,7 +49,7 @@ export declare class AddPolarFsPathMappingRequest extends $dara.Model {
|
|
|
47
49
|
DBClusterId?: string;
|
|
48
50
|
/**
|
|
49
51
|
* @remarks
|
|
50
|
-
* The
|
|
52
|
+
* The PolarFS instance ID.
|
|
51
53
|
*
|
|
52
54
|
* This parameter is required.
|
|
53
55
|
*
|
|
@@ -42,12 +42,16 @@ class AddPolarFsPathMappingRequestCustomBucketPathList extends $dara.Model {
|
|
|
42
42
|
static names() {
|
|
43
43
|
return {
|
|
44
44
|
bucket: 'Bucket',
|
|
45
|
+
bucketAccessKeyId: 'BucketAccessKeyId',
|
|
46
|
+
bucketAccessKeySecret: 'BucketAccessKeySecret',
|
|
45
47
|
path: 'Path',
|
|
46
48
|
};
|
|
47
49
|
}
|
|
48
50
|
static types() {
|
|
49
51
|
return {
|
|
50
52
|
bucket: 'string',
|
|
53
|
+
bucketAccessKeyId: 'string',
|
|
54
|
+
bucketAccessKeySecret: 'string',
|
|
51
55
|
path: 'string',
|
|
52
56
|
};
|
|
53
57
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddPolarFsPathMappingRequest.js","sourceRoot":"","sources":["../../src/models/AddPolarFsPathMappingRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C;GACG;AACH,MAAa,gDAAiD,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"AddPolarFsPathMappingRequest.js","sourceRoot":"","sources":["../../src/models/AddPolarFsPathMappingRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C;GACG;AACH,MAAa,gDAAiD,SAAQ,KAAK,CAAC,KAAK;IAmB/E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,iBAAiB,EAAE,mBAAmB;YACtC,qBAAqB,EAAE,uBAAuB;YAC9C,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,iBAAiB,EAAE,QAAQ;YAC3B,qBAAqB,EAAE,QAAQ;YAC/B,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;AA5CD,4GA4CC;AAED,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IA0B3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,oBAAoB,EAAE,sBAAsB;YAC5C,WAAW,EAAE,aAAa;YAC1B,iBAAiB,EAAE,mBAAmB;SACvC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,oBAAoB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,gDAAgD,EAAE;YACvG,WAAW,EAAE,QAAQ;YACrB,iBAAiB,EAAE,QAAQ;SAC5B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,CAAC,EAAE,CAAC;YAC5C,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACvD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApDD,oEAoDC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateApplicationAgentRelationRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The instance ID of the Agent to attach.
|
|
6
|
+
*
|
|
7
|
+
* This parameter is required.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* pa-xxx
|
|
11
|
+
*/
|
|
12
|
+
agentId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* The ID of the Squad application.
|
|
16
|
+
*
|
|
17
|
+
* This parameter is required.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* pa-xxx
|
|
21
|
+
*/
|
|
22
|
+
applicationId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* The authentication token.
|
|
26
|
+
*
|
|
27
|
+
* This parameter is required.
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* pas_xxx
|
|
31
|
+
*/
|
|
32
|
+
token?: string;
|
|
33
|
+
static names(): {
|
|
34
|
+
[key: string]: string;
|
|
35
|
+
};
|
|
36
|
+
static types(): {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
};
|
|
39
|
+
validate(): void;
|
|
40
|
+
constructor(map?: {
|
|
41
|
+
[key: string]: any;
|
|
42
|
+
});
|
|
43
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.CreateApplicationAgentRelationRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateApplicationAgentRelationRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
agentId: 'AgentId',
|
|
43
|
+
applicationId: 'ApplicationId',
|
|
44
|
+
token: 'Token',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
agentId: 'string',
|
|
50
|
+
applicationId: 'string',
|
|
51
|
+
token: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.CreateApplicationAgentRelationRequest = CreateApplicationAgentRelationRequest;
|
|
62
|
+
//# sourceMappingURL=CreateApplicationAgentRelationRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateApplicationAgentRelationRequest.js","sourceRoot":"","sources":["../../src/models/CreateApplicationAgentRelationRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IA+BpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,aAAa,EAAE,eAAe;YAC9B,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,aAAa,EAAE,QAAQ;YACvB,KAAK,EAAE,QAAQ;SAChB,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;AAtDD,sFAsDC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { CreateApplicationAgentRelationResponseBody } from "./CreateApplicationAgentRelationResponseBody";
|
|
3
|
+
export declare class CreateApplicationAgentRelationResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: CreateApplicationAgentRelationResponseBody;
|
|
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.CreateApplicationAgentRelationResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const CreateApplicationAgentRelationResponseBody_1 = require("./CreateApplicationAgentRelationResponseBody");
|
|
40
|
+
class CreateApplicationAgentRelationResponse 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: CreateApplicationAgentRelationResponseBody_1.CreateApplicationAgentRelationResponseBody,
|
|
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.CreateApplicationAgentRelationResponse = CreateApplicationAgentRelationResponse;
|
|
69
|
+
//# sourceMappingURL=CreateApplicationAgentRelationResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateApplicationAgentRelationResponse.js","sourceRoot":"","sources":["../../src/models/CreateApplicationAgentRelationResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,6GAA0G;AAG1G,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAIrE,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,uFAA0C;SACjD,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,wFAiCC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateApplicationAgentRelationResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The ID of the Squad application.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* pa-xxx
|
|
9
|
+
*/
|
|
10
|
+
applicationId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* Id of the request
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* CD3FA5F3-FAF3-44CA-AFFF-BAF869******
|
|
17
|
+
*/
|
|
18
|
+
requestId?: 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
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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.CreateApplicationAgentRelationResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateApplicationAgentRelationResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
applicationId: 'ApplicationId',
|
|
43
|
+
requestId: 'RequestId',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
applicationId: 'string',
|
|
49
|
+
requestId: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.CreateApplicationAgentRelationResponseBody = CreateApplicationAgentRelationResponseBody;
|
|
60
|
+
//# sourceMappingURL=CreateApplicationAgentRelationResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateApplicationAgentRelationResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateApplicationAgentRelationResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0CAA2C,SAAQ,KAAK,CAAC,KAAK;IAiBzE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,SAAS,EAAE,QAAQ;SACpB,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,gGAsCC"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateBatchConsumerRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The client token that is used to ensure the
|
|
5
|
+
* The client token that is used to ensure the idempotency of the request and prevent repeated submissions. The token is generated by the client and must be unique among different requests. The token is case-sensitive and cannot exceed 64 ASCII characters in length.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* 6000170000591aed949d0f5********************
|
|
@@ -10,9 +10,7 @@ export declare class CreateBatchConsumerRequest extends $dara.Model {
|
|
|
10
10
|
clientToken?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The
|
|
14
|
-
*
|
|
15
|
-
* This parameter is required.
|
|
13
|
+
* The user group ID.
|
|
16
14
|
*
|
|
17
15
|
* @example
|
|
18
16
|
* cg-xxxxxx
|
|
@@ -20,14 +18,28 @@ export declare class CreateBatchConsumerRequest extends $dara.Model {
|
|
|
20
18
|
consumerGroupId?: string;
|
|
21
19
|
/**
|
|
22
20
|
* @remarks
|
|
23
|
-
* The number of user API keys
|
|
24
|
-
*
|
|
25
|
-
* This parameter is required.
|
|
21
|
+
* The number of user API keys.
|
|
26
22
|
*
|
|
27
23
|
* @example
|
|
28
24
|
* 1
|
|
29
25
|
*/
|
|
30
26
|
count?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The redemption code. If specified, the recharge-type activation branch is used, and the count and quota are populated from the database.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* "9"
|
|
33
|
+
*/
|
|
34
|
+
creditToken?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* The consumer description prefix.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* myapp
|
|
41
|
+
*/
|
|
42
|
+
description?: string;
|
|
31
43
|
/**
|
|
32
44
|
* @remarks
|
|
33
45
|
* The gateway instance ID.
|
|
@@ -42,6 +42,8 @@ class CreateBatchConsumerRequest extends $dara.Model {
|
|
|
42
42
|
clientToken: 'ClientToken',
|
|
43
43
|
consumerGroupId: 'ConsumerGroupId',
|
|
44
44
|
count: 'Count',
|
|
45
|
+
creditToken: 'CreditToken',
|
|
46
|
+
description: 'Description',
|
|
45
47
|
gwClusterId: 'GwClusterId',
|
|
46
48
|
regionId: 'RegionId',
|
|
47
49
|
};
|
|
@@ -51,6 +53,8 @@ class CreateBatchConsumerRequest extends $dara.Model {
|
|
|
51
53
|
clientToken: 'string',
|
|
52
54
|
consumerGroupId: 'string',
|
|
53
55
|
count: 'number',
|
|
56
|
+
creditToken: 'string',
|
|
57
|
+
description: 'string',
|
|
54
58
|
gwClusterId: 'string',
|
|
55
59
|
regionId: 'string',
|
|
56
60
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateBatchConsumerRequest.js","sourceRoot":"","sources":["../../src/models/CreateBatchConsumerRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateBatchConsumerRequest.js","sourceRoot":"","sources":["../../src/models/CreateBatchConsumerRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IA6DzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,eAAe,EAAE,iBAAiB;YAClC,KAAK,EAAE,OAAO;YACd,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,eAAe,EAAE,QAAQ;YACzB,KAAK,EAAE,QAAQ;YACf,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,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;AA5FD,gEA4FC"}
|
|
@@ -2,12 +2,36 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateBatchConsumerResponseBodyItems extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* Indicates whether the key is active.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* true
|
|
9
|
+
*/
|
|
10
|
+
active?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The full API key. Returned only in this response.
|
|
6
14
|
*
|
|
7
15
|
* @example
|
|
8
16
|
* xxxxxxxx
|
|
9
17
|
*/
|
|
10
18
|
apiKey?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The MD5 hash of the API key.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* 0769a11c2d474f96fbb527f8e273d3de
|
|
25
|
+
*/
|
|
26
|
+
apiKeyMd5?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The status of the API key. Default value: Active.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* Active
|
|
33
|
+
*/
|
|
34
|
+
apiKeyStatus?: string;
|
|
11
35
|
/**
|
|
12
36
|
* @remarks
|
|
13
37
|
* The API key status. Default value: Active.
|
|
@@ -18,7 +42,31 @@ export declare class CreateBatchConsumerResponseBodyItems extends $dara.Model {
|
|
|
18
42
|
apiStatus?: string;
|
|
19
43
|
/**
|
|
20
44
|
* @remarks
|
|
21
|
-
* The
|
|
45
|
+
* The budget limit, which equals the number of credits per package.
|
|
46
|
+
*
|
|
47
|
+
* @example
|
|
48
|
+
* 3000
|
|
49
|
+
*/
|
|
50
|
+
budgetLimit?: number;
|
|
51
|
+
/**
|
|
52
|
+
* @remarks
|
|
53
|
+
* The budget policy ID. Each key has an independent budget policy.
|
|
54
|
+
*
|
|
55
|
+
* @example
|
|
56
|
+
* 023aacc1effc4b56bb154bfbec6ba9**
|
|
57
|
+
*/
|
|
58
|
+
budgetPolicyId?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @remarks
|
|
61
|
+
* The used quota.
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* 0
|
|
65
|
+
*/
|
|
66
|
+
budgetUsed?: number;
|
|
67
|
+
/**
|
|
68
|
+
* @remarks
|
|
69
|
+
* The user group ID.
|
|
22
70
|
*
|
|
23
71
|
* @example
|
|
24
72
|
* cg-xxxxxx
|
|
@@ -40,6 +88,46 @@ export declare class CreateBatchConsumerResponseBodyItems extends $dara.Model {
|
|
|
40
88
|
* test
|
|
41
89
|
*/
|
|
42
90
|
consumerTag?: string;
|
|
91
|
+
/**
|
|
92
|
+
* @remarks
|
|
93
|
+
* The application description or remarks.
|
|
94
|
+
*
|
|
95
|
+
* @example
|
|
96
|
+
* myapp
|
|
97
|
+
*/
|
|
98
|
+
description?: string;
|
|
99
|
+
/**
|
|
100
|
+
* @remarks
|
|
101
|
+
* The expiration time.
|
|
102
|
+
*
|
|
103
|
+
* @example
|
|
104
|
+
* 2025-06-25T09:37:10Z
|
|
105
|
+
*/
|
|
106
|
+
expireTime?: string;
|
|
107
|
+
/**
|
|
108
|
+
* @remarks
|
|
109
|
+
* Indicates whether the key is expired.
|
|
110
|
+
*
|
|
111
|
+
* @example
|
|
112
|
+
* false
|
|
113
|
+
*/
|
|
114
|
+
expired?: boolean;
|
|
115
|
+
/**
|
|
116
|
+
* @remarks
|
|
117
|
+
* The creation time.
|
|
118
|
+
*
|
|
119
|
+
* @example
|
|
120
|
+
* 2024-10-16 16:46:20
|
|
121
|
+
*/
|
|
122
|
+
gmtCreated?: string;
|
|
123
|
+
/**
|
|
124
|
+
* @remarks
|
|
125
|
+
* The last modification time.
|
|
126
|
+
*
|
|
127
|
+
* @example
|
|
128
|
+
* 2026-01-04T16:09:29+08:00
|
|
129
|
+
*/
|
|
130
|
+
gmtModified?: string;
|
|
43
131
|
/**
|
|
44
132
|
* @remarks
|
|
45
133
|
* The gateway instance ID.
|
|
@@ -39,11 +39,22 @@ const $dara = __importStar(require("@darabonba/typescript"));
|
|
|
39
39
|
class CreateBatchConsumerResponseBodyItems extends $dara.Model {
|
|
40
40
|
static names() {
|
|
41
41
|
return {
|
|
42
|
+
active: 'Active',
|
|
42
43
|
apiKey: 'ApiKey',
|
|
44
|
+
apiKeyMd5: 'ApiKeyMd5',
|
|
45
|
+
apiKeyStatus: 'ApiKeyStatus',
|
|
43
46
|
apiStatus: 'ApiStatus',
|
|
47
|
+
budgetLimit: 'BudgetLimit',
|
|
48
|
+
budgetPolicyId: 'BudgetPolicyId',
|
|
49
|
+
budgetUsed: 'BudgetUsed',
|
|
44
50
|
consumerGroupId: 'ConsumerGroupId',
|
|
45
51
|
consumerId: 'ConsumerId',
|
|
46
52
|
consumerTag: 'ConsumerTag',
|
|
53
|
+
description: 'Description',
|
|
54
|
+
expireTime: 'ExpireTime',
|
|
55
|
+
expired: 'Expired',
|
|
56
|
+
gmtCreated: 'GmtCreated',
|
|
57
|
+
gmtModified: 'GmtModified',
|
|
47
58
|
gwClusterId: 'GwClusterId',
|
|
48
59
|
name: 'Name',
|
|
49
60
|
status: 'Status',
|
|
@@ -51,11 +62,22 @@ class CreateBatchConsumerResponseBodyItems extends $dara.Model {
|
|
|
51
62
|
}
|
|
52
63
|
static types() {
|
|
53
64
|
return {
|
|
65
|
+
active: 'boolean',
|
|
54
66
|
apiKey: 'string',
|
|
67
|
+
apiKeyMd5: 'string',
|
|
68
|
+
apiKeyStatus: 'string',
|
|
55
69
|
apiStatus: 'string',
|
|
70
|
+
budgetLimit: 'number',
|
|
71
|
+
budgetPolicyId: 'string',
|
|
72
|
+
budgetUsed: 'number',
|
|
56
73
|
consumerGroupId: 'string',
|
|
57
74
|
consumerId: 'string',
|
|
58
75
|
consumerTag: 'string',
|
|
76
|
+
description: 'string',
|
|
77
|
+
expireTime: 'string',
|
|
78
|
+
expired: 'boolean',
|
|
79
|
+
gmtCreated: 'string',
|
|
80
|
+
gmtModified: 'string',
|
|
59
81
|
gwClusterId: 'string',
|
|
60
82
|
name: 'string',
|
|
61
83
|
status: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateBatchConsumerResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateBatchConsumerResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateBatchConsumerResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateBatchConsumerResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IAyJnE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;YACtB,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,UAAU,EAAE,YAAY;YACxB,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,SAAS;YACjB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,QAAQ;YACxB,UAAU,EAAE,QAAQ;YACpB,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,QAAQ;SACjB,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;AAhND,oFAgNC;AAED,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IA2D9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,UAAU,EAAE,YAAY;YACxB,eAAe,EAAE,iBAAiB;YAClC,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,gBAAgB,EAAE,kBAAkB;SACrC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,oCAAoC,EAAE;YAC5E,UAAU,EAAE,QAAQ;YACpB,eAAe,EAAE,QAAQ;YACzB,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,gBAAgB,EAAE,QAAQ;SAC3B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;YAC7B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACxC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7FD,0EA6FC"}
|