@alicloud/gpdb20160503 3.6.0 → 3.7.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 +191 -2
- package/dist/client.js +518 -2
- package/dist/client.js.map +1 -1
- package/dist/models/CreateBranchRequest.d.ts +150 -0
- package/dist/models/CreateBranchRequest.js +104 -0
- package/dist/models/CreateBranchRequest.js.map +1 -0
- package/dist/models/CreateBranchResponse.d.ts +19 -0
- package/dist/models/CreateBranchResponse.js +69 -0
- package/dist/models/CreateBranchResponse.js.map +1 -0
- package/dist/models/CreateBranchResponseBody.d.ts +37 -0
- package/dist/models/CreateBranchResponseBody.js +62 -0
- package/dist/models/CreateBranchResponseBody.js.map +1 -0
- package/dist/models/CreateSnapshotRequest.d.ts +55 -0
- package/dist/models/CreateSnapshotRequest.js +66 -0
- package/dist/models/CreateSnapshotRequest.js.map +1 -0
- package/dist/models/CreateSnapshotResponse.d.ts +19 -0
- package/dist/models/CreateSnapshotResponse.js +69 -0
- package/dist/models/CreateSnapshotResponse.js.map +1 -0
- package/dist/models/CreateSnapshotResponseBody.d.ts +45 -0
- package/dist/models/CreateSnapshotResponseBody.js +64 -0
- package/dist/models/CreateSnapshotResponseBody.js.map +1 -0
- package/dist/models/CreateSupabaseProjectRequest.d.ts +62 -48
- package/dist/models/CreateSupabaseProjectRequest.js.map +1 -1
- package/dist/models/CreateSupabaseProjectResponseBody.d.ts +4 -4
- package/dist/models/DeleteBranchRequest.d.ts +31 -0
- package/dist/models/DeleteBranchRequest.js +60 -0
- package/dist/models/DeleteBranchRequest.js.map +1 -0
- package/dist/models/DeleteBranchResponse.d.ts +19 -0
- package/dist/models/DeleteBranchResponse.js +69 -0
- package/dist/models/DeleteBranchResponse.js.map +1 -0
- package/dist/models/DeleteBranchResponseBody.d.ts +21 -0
- package/dist/models/DeleteBranchResponseBody.js +58 -0
- package/dist/models/DeleteBranchResponseBody.js.map +1 -0
- package/dist/models/DeleteSnapshotRequest.d.ts +34 -0
- package/dist/models/DeleteSnapshotRequest.js +62 -0
- package/dist/models/DeleteSnapshotRequest.js.map +1 -0
- package/dist/models/DeleteSnapshotResponse.d.ts +19 -0
- package/dist/models/DeleteSnapshotResponse.js +69 -0
- package/dist/models/DeleteSnapshotResponse.js.map +1 -0
- package/dist/models/DeleteSnapshotResponseBody.d.ts +18 -0
- package/dist/models/DeleteSnapshotResponseBody.js +58 -0
- package/dist/models/DeleteSnapshotResponseBody.js.map +1 -0
- package/dist/models/DescribeBranchRequest.d.ts +31 -0
- package/dist/models/DescribeBranchRequest.js +60 -0
- package/dist/models/DescribeBranchRequest.js.map +1 -0
- package/dist/models/DescribeBranchResponse.d.ts +19 -0
- package/dist/models/DescribeBranchResponse.js +69 -0
- package/dist/models/DescribeBranchResponse.js.map +1 -0
- package/dist/models/DescribeBranchResponseBody.d.ts +211 -0
- package/dist/models/DescribeBranchResponseBody.js +138 -0
- package/dist/models/DescribeBranchResponseBody.js.map +1 -0
- package/dist/models/GetBranchSchemaRequest.d.ts +51 -0
- package/dist/models/GetBranchSchemaRequest.js +64 -0
- package/dist/models/GetBranchSchemaRequest.js.map +1 -0
- package/dist/models/GetBranchSchemaResponse.d.ts +19 -0
- package/dist/models/GetBranchSchemaResponse.js +69 -0
- package/dist/models/GetBranchSchemaResponse.js.map +1 -0
- package/dist/models/GetBranchSchemaResponseBody.d.ts +29 -0
- package/dist/models/GetBranchSchemaResponseBody.js +60 -0
- package/dist/models/GetBranchSchemaResponseBody.js.map +1 -0
- package/dist/models/ListBranchesRequest.d.ts +106 -0
- package/dist/models/ListBranchesRequest.js +74 -0
- package/dist/models/ListBranchesRequest.js.map +1 -0
- package/dist/models/ListBranchesResponse.d.ts +19 -0
- package/dist/models/ListBranchesResponse.js +69 -0
- package/dist/models/ListBranchesResponse.js.map +1 -0
- package/dist/models/ListBranchesResponseBody.d.ts +138 -0
- package/dist/models/ListBranchesResponseBody.js +190 -0
- package/dist/models/ListBranchesResponseBody.js.map +1 -0
- package/dist/models/RestartSupabaseProjectRequest.d.ts +31 -0
- package/dist/models/RestartSupabaseProjectRequest.js +60 -0
- package/dist/models/RestartSupabaseProjectRequest.js.map +1 -0
- package/dist/models/RestartSupabaseProjectResponse.d.ts +19 -0
- package/dist/models/RestartSupabaseProjectResponse.js +69 -0
- package/dist/models/RestartSupabaseProjectResponse.js.map +1 -0
- package/dist/models/RestartSupabaseProjectResponseBody.d.ts +21 -0
- package/dist/models/RestartSupabaseProjectResponseBody.js +58 -0
- package/dist/models/RestartSupabaseProjectResponseBody.js.map +1 -0
- package/dist/models/RestoreSnapshotRequest.d.ts +73 -0
- package/dist/models/RestoreSnapshotRequest.js +70 -0
- package/dist/models/RestoreSnapshotRequest.js.map +1 -0
- package/dist/models/RestoreSnapshotResponse.d.ts +19 -0
- package/dist/models/RestoreSnapshotResponse.js +69 -0
- package/dist/models/RestoreSnapshotResponse.js.map +1 -0
- package/dist/models/RestoreSnapshotResponseBody.d.ts +37 -0
- package/dist/models/RestoreSnapshotResponseBody.js +62 -0
- package/dist/models/RestoreSnapshotResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +34 -0
- package/dist/models/model.js +91 -22
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +582 -2
- package/src/models/CreateBranchRequest.ts +200 -0
- package/src/models/CreateBranchResponse.ts +40 -0
- package/src/models/CreateBranchResponseBody.ts +54 -0
- package/src/models/CreateSnapshotRequest.ts +76 -0
- package/src/models/CreateSnapshotResponse.ts +40 -0
- package/src/models/CreateSnapshotResponseBody.ts +64 -0
- package/src/models/CreateSupabaseProjectRequest.ts +62 -48
- package/src/models/CreateSupabaseProjectResponseBody.ts +4 -4
- package/src/models/DeleteBranchRequest.ts +46 -0
- package/src/models/DeleteBranchResponse.ts +40 -0
- package/src/models/DeleteBranchResponseBody.ts +34 -0
- package/src/models/DeleteSnapshotRequest.ts +51 -0
- package/src/models/DeleteSnapshotResponse.ts +40 -0
- package/src/models/DeleteSnapshotResponseBody.ts +31 -0
- package/src/models/DescribeBranchRequest.ts +46 -0
- package/src/models/DescribeBranchResponse.ts +40 -0
- package/src/models/DescribeBranchResponseBody.ts +286 -0
- package/src/models/GetBranchSchemaRequest.ts +70 -0
- package/src/models/GetBranchSchemaResponse.ts +40 -0
- package/src/models/GetBranchSchemaResponseBody.ts +44 -0
- package/src/models/ListBranchesRequest.ts +135 -0
- package/src/models/ListBranchesResponse.ts +40 -0
- package/src/models/ListBranchesResponseBody.ts +247 -0
- package/src/models/RestartSupabaseProjectRequest.ts +46 -0
- package/src/models/RestartSupabaseProjectResponse.ts +40 -0
- package/src/models/RestartSupabaseProjectResponseBody.ts +34 -0
- package/src/models/RestoreSnapshotRequest.ts +98 -0
- package/src/models/RestoreSnapshotResponse.ts +40 -0
- package/src/models/RestoreSnapshotResponseBody.ts +54 -0
- package/src/models/model.ts +34 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateSnapshotResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The branch ID to which the snapshot belongs.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* br-xxxx
|
|
9
|
+
*/
|
|
10
|
+
branchId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The LSN for the snapshot. You must specify either this parameter or SnapshotTimestamp. If this parameter is specified, the snapshot is created based on the specified LSN.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* 0/3522648
|
|
17
|
+
*/
|
|
18
|
+
lsn?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The request ID.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* B4CAF581-2AC7-41AD-8940-D56DF7AADF5B
|
|
25
|
+
*/
|
|
26
|
+
requestId?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The actual point in time that corresponds to the created snapshot.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* 2026-04-08T09:11:12Z
|
|
33
|
+
*/
|
|
34
|
+
timestamp?: string;
|
|
35
|
+
static names(): {
|
|
36
|
+
[key: string]: string;
|
|
37
|
+
};
|
|
38
|
+
static types(): {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
};
|
|
41
|
+
validate(): void;
|
|
42
|
+
constructor(map?: {
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
});
|
|
45
|
+
}
|
|
@@ -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.CreateSnapshotResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateSnapshotResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
branchId: 'BranchId',
|
|
43
|
+
lsn: 'Lsn',
|
|
44
|
+
requestId: 'RequestId',
|
|
45
|
+
timestamp: 'Timestamp',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
branchId: 'string',
|
|
51
|
+
lsn: 'string',
|
|
52
|
+
requestId: 'string',
|
|
53
|
+
timestamp: 'string',
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
validate() {
|
|
57
|
+
super.validate();
|
|
58
|
+
}
|
|
59
|
+
constructor(map) {
|
|
60
|
+
super(map);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.CreateSnapshotResponseBody = CreateSnapshotResponseBody;
|
|
64
|
+
//# sourceMappingURL=CreateSnapshotResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSnapshotResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateSnapshotResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IAiCzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,GAAG,EAAE,KAAK;YACV,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,GAAG,EAAE,QAAQ;YACb,SAAS,EAAE,QAAQ;YACnB,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;AA1DD,gEA0DC"}
|
|
@@ -4,57 +4,84 @@ export declare class CreateSupabaseProjectRequest extends $dara.Model {
|
|
|
4
4
|
* @remarks
|
|
5
5
|
* The password of the initial account.
|
|
6
6
|
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
7
|
+
* Password rules:
|
|
8
|
+
*
|
|
9
9
|
* - The password must be 8 to 32 characters in length.
|
|
10
|
+
* - The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
|
|
11
|
+
* - Supported special characters include !@#$%^&*()_+-=.
|
|
10
12
|
*
|
|
11
13
|
* This parameter is required.
|
|
12
14
|
*
|
|
13
15
|
* @example
|
|
14
|
-
*
|
|
16
|
+
* TestPassword123!
|
|
15
17
|
*/
|
|
16
18
|
accountPassword?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* Specifies whether to enable auto start/stop. If this parameter is not specified, the default value is false.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* false
|
|
25
|
+
*/
|
|
17
26
|
autoScale?: boolean;
|
|
18
27
|
/**
|
|
19
28
|
* @remarks
|
|
20
|
-
* The
|
|
29
|
+
* The idempotency token. This token ensures that duplicate requests do not trigger the same operation more than once.
|
|
21
30
|
*
|
|
22
31
|
* @example
|
|
23
|
-
*
|
|
32
|
+
* 123e4567-e89b-12d3-a456-426655440000
|
|
24
33
|
*/
|
|
25
34
|
clientToken?: string;
|
|
26
35
|
/**
|
|
27
36
|
* @remarks
|
|
28
|
-
* The performance level (PL) of the cloud disk.
|
|
37
|
+
* The performance level (PL) of the cloud disk. If this parameter is not specified, the default value PL0 is used.
|
|
38
|
+
*
|
|
39
|
+
* Valid values:
|
|
40
|
+
*
|
|
29
41
|
* - PL0
|
|
30
42
|
* - PL1
|
|
43
|
+
* - PL2
|
|
44
|
+
* - PL3.
|
|
31
45
|
*
|
|
32
46
|
* @example
|
|
33
47
|
* PL0
|
|
34
48
|
*/
|
|
35
49
|
diskPerformanceLevel?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @remarks
|
|
52
|
+
* The DPI engine version. If this parameter is not specified, the default value PG15 is used.
|
|
53
|
+
*
|
|
54
|
+
* Valid values:
|
|
55
|
+
*
|
|
56
|
+
* - PG15: PostgreSQL 15.
|
|
57
|
+
* - PG17: PostgreSQL 17.
|
|
58
|
+
*
|
|
59
|
+
* @example
|
|
60
|
+
* PG15
|
|
61
|
+
*/
|
|
36
62
|
engineVersion?: string;
|
|
37
63
|
/**
|
|
38
64
|
* @remarks
|
|
39
|
-
* The billing method.
|
|
65
|
+
* The billing method. If this parameter is not specified, the default value Free is used.
|
|
40
66
|
*
|
|
41
|
-
*
|
|
42
|
-
* - **Prepaid**: subscription.
|
|
67
|
+
* Valid values:
|
|
43
68
|
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
69
|
+
* - Free: free tier.
|
|
70
|
+
* - Postpaid: pay-as-you-go.
|
|
71
|
+
* - Prepaid: subscription.
|
|
46
72
|
*
|
|
47
73
|
* @example
|
|
48
|
-
*
|
|
74
|
+
* Free
|
|
49
75
|
*/
|
|
50
76
|
payType?: string;
|
|
51
77
|
/**
|
|
52
78
|
* @remarks
|
|
53
|
-
* The unit of the subscription duration.
|
|
54
|
-
*
|
|
55
|
-
*
|
|
79
|
+
* The unit of the subscription duration. This parameter takes effect only when PayType is set to PrePay. If this parameter is not specified, the default value Month is used.
|
|
80
|
+
*
|
|
81
|
+
* Valid values:
|
|
56
82
|
*
|
|
57
|
-
*
|
|
83
|
+
* - Month: month.
|
|
84
|
+
* - Year: year.
|
|
58
85
|
*
|
|
59
86
|
* @example
|
|
60
87
|
* Month
|
|
@@ -62,33 +89,33 @@ export declare class CreateSupabaseProjectRequest extends $dara.Model {
|
|
|
62
89
|
period?: string;
|
|
63
90
|
/**
|
|
64
91
|
* @remarks
|
|
65
|
-
* The
|
|
66
|
-
*
|
|
67
|
-
* - The name must be 1 to 128 characters in length.
|
|
92
|
+
* The name of the Supabase project.
|
|
68
93
|
*
|
|
69
|
-
*
|
|
94
|
+
* Naming rules:
|
|
70
95
|
*
|
|
96
|
+
* - The name must be 1 to 128 characters in length.
|
|
97
|
+
* - The name can contain letters, digits, hyphens (-), and underscores (_).
|
|
71
98
|
* - The name must start with a letter or an underscore (_).
|
|
72
99
|
*
|
|
73
100
|
* This parameter is required.
|
|
74
101
|
*
|
|
75
102
|
* @example
|
|
76
|
-
*
|
|
103
|
+
* supabase_demo
|
|
77
104
|
*/
|
|
78
105
|
projectName?: string;
|
|
79
106
|
/**
|
|
80
107
|
* @remarks
|
|
81
|
-
* The Supabase
|
|
108
|
+
* The specifications of the Supabase project. The Free billing type uses free-tier specifications. For paid billing types, the specifications must match those available on the console.
|
|
82
109
|
*
|
|
83
110
|
* This parameter is required.
|
|
84
111
|
*
|
|
85
112
|
* @example
|
|
86
|
-
*
|
|
113
|
+
* 2C4G
|
|
87
114
|
*/
|
|
88
115
|
projectSpec?: string;
|
|
89
116
|
/**
|
|
90
117
|
* @remarks
|
|
91
|
-
* The region ID.
|
|
118
|
+
* The region ID. Specifies the region in which to create the project.
|
|
92
119
|
*
|
|
93
120
|
* @example
|
|
94
121
|
* cn-hangzhou
|
|
@@ -96,31 +123,25 @@ export declare class CreateSupabaseProjectRequest extends $dara.Model {
|
|
|
96
123
|
regionId?: string;
|
|
97
124
|
/**
|
|
98
125
|
* @remarks
|
|
99
|
-
* The IP address whitelist.
|
|
100
|
-
*
|
|
101
|
-
* The value 127.0.0.1 indicates that no external IP addresses are allowed to access the instance. After the instance is created, you can call [ModifySecurityIps](https://help.aliyun.com/document_detail/86928.html) to modify the IP address whitelist.
|
|
126
|
+
* The IP address whitelist. Separate multiple IP addresses or CIDR blocks with commas (,). If this parameter is not specified, the default value 0.0.0.0/0 is used.
|
|
102
127
|
*
|
|
103
128
|
* This parameter is required.
|
|
104
129
|
*
|
|
105
130
|
* @example
|
|
106
|
-
*
|
|
131
|
+
* 0.0.0.0/0
|
|
107
132
|
*/
|
|
108
133
|
securityIPList?: string;
|
|
109
134
|
/**
|
|
110
135
|
* @remarks
|
|
111
|
-
* The storage size. Unit: GB.
|
|
136
|
+
* The storage size. Unit: GB. If this parameter is not specified for non-Free billing types, the default value is 1 GB.
|
|
112
137
|
*
|
|
113
138
|
* @example
|
|
114
|
-
*
|
|
139
|
+
* 50
|
|
115
140
|
*/
|
|
116
141
|
storageSize?: number;
|
|
117
142
|
/**
|
|
118
143
|
* @remarks
|
|
119
|
-
* The subscription duration.
|
|
120
|
-
* - If **Period** is set to **Month**, the valid values are 1 to 11.
|
|
121
|
-
* - If **Period** is set to **Year**, the valid values are 1 to 3.
|
|
122
|
-
*
|
|
123
|
-
* > This parameter is required when you create a subscription instance.
|
|
144
|
+
* The subscription duration of the resource. This parameter takes effect only when PayType is set to PrePay. If this parameter is not specified, the default value is 1.
|
|
124
145
|
*
|
|
125
146
|
* @example
|
|
126
147
|
* 1
|
|
@@ -128,39 +149,32 @@ export declare class CreateSupabaseProjectRequest extends $dara.Model {
|
|
|
128
149
|
usedTime?: string;
|
|
129
150
|
/**
|
|
130
151
|
* @remarks
|
|
131
|
-
* The vSwitch ID.
|
|
132
|
-
*
|
|
133
|
-
* > - The **vSwitchId** parameter is required.
|
|
134
|
-
* > - The zone of the **vSwitch** must be the same as the value of **ZoneId**.
|
|
152
|
+
* The vSwitch ID. This parameter is required. The zone of the vSwitch must be the same as the value of ZoneId.
|
|
135
153
|
*
|
|
136
154
|
* This parameter is required.
|
|
137
155
|
*
|
|
138
156
|
* @example
|
|
139
|
-
* vsw-
|
|
157
|
+
* vsw-bp1234567890
|
|
140
158
|
*/
|
|
141
159
|
vSwitchId?: string;
|
|
142
160
|
/**
|
|
143
161
|
* @remarks
|
|
144
|
-
* The VPC
|
|
145
|
-
* > - You can call [DescribeRdsVpcs](https://help.aliyun.com/document_detail/208327.html) to view the available VPC IDs.
|
|
146
|
-
* > - This parameter is required.
|
|
162
|
+
* The ID of the virtual private cloud (VPC). This parameter is required.
|
|
147
163
|
*
|
|
148
164
|
* This parameter is required.
|
|
149
165
|
*
|
|
150
166
|
* @example
|
|
151
|
-
* vpc-
|
|
167
|
+
* vpc-bp1234567890
|
|
152
168
|
*/
|
|
153
169
|
vpcId?: string;
|
|
154
170
|
/**
|
|
155
171
|
* @remarks
|
|
156
|
-
* The zone ID.
|
|
157
|
-
*
|
|
158
|
-
* > You can call [DescribeRegions](https://help.aliyun.com/document_detail/86912.html) to view the available zone IDs.
|
|
172
|
+
* The zone ID. The zone of the vSwitch specified by VSwitchId must be the same as the value of this parameter.
|
|
159
173
|
*
|
|
160
174
|
* This parameter is required.
|
|
161
175
|
*
|
|
162
176
|
* @example
|
|
163
|
-
* cn-hangzhou-
|
|
177
|
+
* cn-hangzhou-i
|
|
164
178
|
*/
|
|
165
179
|
zoneId?: string;
|
|
166
180
|
static names(): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateSupabaseProjectRequest.js","sourceRoot":"","sources":["../../src/models/CreateSupabaseProjectRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateSupabaseProjectRequest.js","sourceRoot":"","sources":["../../src/models/CreateSupabaseProjectRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAkL3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,oBAAoB,EAAE,sBAAsB;YAC5C,aAAa,EAAE,eAAe;YAC9B,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,QAAQ;YAChB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;YACpB,cAAc,EAAE,gBAAgB;YAChC,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,KAAK,EAAE,OAAO;YACd,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,SAAS,EAAE,SAAS;YACpB,WAAW,EAAE,QAAQ;YACrB,oBAAoB,EAAE,QAAQ;YAC9B,aAAa,EAAE,QAAQ;YACvB,OAAO,EAAE,QAAQ;YACjB,MAAM,EAAE,QAAQ;YAChB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;YAClB,cAAc,EAAE,QAAQ;YACxB,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;YACnB,KAAK,EAAE,QAAQ;YACf,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;AAnOD,oEAmOC"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateSupabaseProjectResponseBody extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The order
|
|
5
|
+
* The ID of the associated order.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* 278880417310796
|
|
@@ -10,10 +10,10 @@ export declare class CreateSupabaseProjectResponseBody extends $dara.Model {
|
|
|
10
10
|
orderId?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The
|
|
13
|
+
* The instance ID of the Supabase project.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
|
-
*
|
|
16
|
+
* spb-xxxx
|
|
17
17
|
*/
|
|
18
18
|
projectId?: string;
|
|
19
19
|
/**
|
|
@@ -21,7 +21,7 @@ export declare class CreateSupabaseProjectResponseBody extends $dara.Model {
|
|
|
21
21
|
* The request ID.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
|
-
*
|
|
24
|
+
* B4CAF581-2AC7-41AD-8940-D56DF7AADF5B
|
|
25
25
|
*/
|
|
26
26
|
requestId?: string;
|
|
27
27
|
static names(): {
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DeleteBranchRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The branch ID that uniquely identifies a Supabase branch.
|
|
6
|
+
*
|
|
7
|
+
* This parameter is required.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* br-xxxx
|
|
11
|
+
*/
|
|
12
|
+
branchId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* The region ID. This parameter is required when you create a primary branch. When you create a child branch, the region is inherited from the primary branch by default.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* cn-beijing
|
|
19
|
+
*/
|
|
20
|
+
regionId?: string;
|
|
21
|
+
static names(): {
|
|
22
|
+
[key: string]: string;
|
|
23
|
+
};
|
|
24
|
+
static types(): {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
};
|
|
27
|
+
validate(): void;
|
|
28
|
+
constructor(map?: {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
});
|
|
31
|
+
}
|
|
@@ -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.DeleteBranchRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DeleteBranchRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
branchId: 'BranchId',
|
|
43
|
+
regionId: 'RegionId',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
branchId: 'string',
|
|
49
|
+
regionId: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.DeleteBranchRequest = DeleteBranchRequest;
|
|
60
|
+
//# sourceMappingURL=DeleteBranchRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteBranchRequest.js","sourceRoot":"","sources":["../../src/models/DeleteBranchRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mBAAoB,SAAQ,KAAK,CAAC,KAAK;IAmBlD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,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;AAxCD,kDAwCC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { DeleteBranchResponseBody } from "./DeleteBranchResponseBody";
|
|
3
|
+
export declare class DeleteBranchResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: DeleteBranchResponseBody;
|
|
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.DeleteBranchResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const DeleteBranchResponseBody_1 = require("./DeleteBranchResponseBody");
|
|
40
|
+
class DeleteBranchResponse 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: DeleteBranchResponseBody_1.DeleteBranchResponseBody,
|
|
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.DeleteBranchResponse = DeleteBranchResponse;
|
|
69
|
+
//# sourceMappingURL=DeleteBranchResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteBranchResponse.js","sourceRoot":"","sources":["../../src/models/DeleteBranchResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yEAAsE;AAGtE,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;IAInD,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,mDAAwB;SAC/B,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,oDAiCC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DeleteBranchResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The request ID.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ABB39CC3-4488-4857-905D-2E4A051D****
|
|
9
|
+
*/
|
|
10
|
+
requestId?: string;
|
|
11
|
+
static names(): {
|
|
12
|
+
[key: string]: string;
|
|
13
|
+
};
|
|
14
|
+
static types(): {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
};
|
|
17
|
+
validate(): void;
|
|
18
|
+
constructor(map?: {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
});
|
|
21
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.DeleteBranchResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DeleteBranchResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
requestId: 'RequestId',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
static types() {
|
|
46
|
+
return {
|
|
47
|
+
requestId: 'string',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.DeleteBranchResponseBody = DeleteBranchResponseBody;
|
|
58
|
+
//# sourceMappingURL=DeleteBranchResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteBranchResponseBody.js","sourceRoot":"","sources":["../../src/models/DeleteBranchResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wBAAyB,SAAQ,KAAK,CAAC,KAAK;IASvD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,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;AA5BD,4DA4BC"}
|