@alicloud/gpdb20160503 3.12.0 → 3.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +2 -2
- package/dist/client.js +13 -13
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeBranchRequest.d.ts +1 -1
- package/dist/models/DescribeBranchResponseBody.d.ts +7 -6
- package/dist/models/DescribeBranchResponseBody.js +2 -0
- package/dist/models/DescribeBranchResponseBody.js.map +1 -1
- package/dist/models/ListBranchesRequest.d.ts +5 -5
- package/dist/models/ListBranchesResponseBody.d.ts +4 -3
- package/dist/models/ListBranchesResponseBody.js +2 -0
- package/dist/models/ListBranchesResponseBody.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +13 -13
- package/src/models/DescribeBranchRequest.ts +1 -1
- package/src/models/DescribeBranchResponseBody.ts +9 -6
- package/src/models/ListBranchesRequest.ts +5 -5
- package/src/models/ListBranchesResponseBody.ts +6 -3
package/dist/client.d.ts
CHANGED
|
@@ -3506,7 +3506,7 @@ export default class Client extends OpenApi {
|
|
|
3506
3506
|
* Queries the branch list of a Supabase project.
|
|
3507
3507
|
*
|
|
3508
3508
|
* @remarks
|
|
3509
|
-
*
|
|
3509
|
+
* This operation performs a paging query of all branches under a specified Supabase project. You can filter results by parent branch, keyword, and sorting conditions.
|
|
3510
3510
|
*
|
|
3511
3511
|
* @param request - ListBranchesRequest
|
|
3512
3512
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3517,7 +3517,7 @@ export default class Client extends OpenApi {
|
|
|
3517
3517
|
* Queries the branch list of a Supabase project.
|
|
3518
3518
|
*
|
|
3519
3519
|
* @remarks
|
|
3520
|
-
*
|
|
3520
|
+
* This operation performs a paging query of all branches under a specified Supabase project. You can filter results by parent branch, keyword, and sorting conditions.
|
|
3521
3521
|
*
|
|
3522
3522
|
* @param request - ListBranchesRequest
|
|
3523
3523
|
* @returns ListBranchesResponse
|
package/dist/client.js
CHANGED
|
@@ -80,20 +80,20 @@ class Client extends openapi_core_1.default {
|
|
|
80
80
|
'cn-shenzhen-finance-1': "gpdb.aliyuncs.com",
|
|
81
81
|
'cn-qingdao': "gpdb.aliyuncs.com",
|
|
82
82
|
'cn-north-2-gov-1': "gpdb.aliyuncs.com",
|
|
83
|
-
'me-east-1': "gpdb.me-east-1.aliyuncs.com",
|
|
84
|
-
'me-central-1': "gpdb.me-central-1.aliyuncs.com",
|
|
85
|
-
'eu-west-1': "gpdb.eu-west-1.aliyuncs.com",
|
|
86
|
-
'eu-central-1': "gpdb.eu-central-1.aliyuncs.com",
|
|
87
|
-
'cn-zhangjiakou': "gpdb.cn-zhangjiakou.aliyuncs.com",
|
|
88
83
|
'cn-wulanchabu': "gpdb.cn-wulanchabu.aliyuncs.com",
|
|
89
|
-
'cn-
|
|
90
|
-
'cn-chengdu': "gpdb.cn-chengdu.aliyuncs.com",
|
|
91
|
-
'cn-beijing-finance-1': "gpdb.cn-beijing-finance-1.aliyuncs.com",
|
|
92
|
-
'ap-southeast-7': "gpdb.ap-southeast-7.aliyuncs.com",
|
|
93
|
-
'ap-southeast-5': "gpdb.ap-southeast-5.aliyuncs.com",
|
|
94
|
-
'ap-southeast-3': "gpdb.ap-southeast-3.aliyuncs.com",
|
|
84
|
+
'cn-zhangjiakou': "gpdb.cn-zhangjiakou.aliyuncs.com",
|
|
95
85
|
'ap-northeast-2': "gpdb.ap-northeast-2.aliyuncs.com",
|
|
96
86
|
'ap-northeast-1': "gpdb.ap-northeast-1.aliyuncs.com",
|
|
87
|
+
'cn-chengdu': "gpdb.cn-chengdu.aliyuncs.com",
|
|
88
|
+
'ap-southeast-3': "gpdb.ap-southeast-3.aliyuncs.com",
|
|
89
|
+
'cn-huhehaote': "gpdb.cn-huhehaote.aliyuncs.com",
|
|
90
|
+
'ap-southeast-5': "gpdb.ap-southeast-5.aliyuncs.com",
|
|
91
|
+
'ap-southeast-7': "gpdb.ap-southeast-7.aliyuncs.com",
|
|
92
|
+
'eu-west-1': "gpdb.eu-west-1.aliyuncs.com",
|
|
93
|
+
'eu-central-1': "gpdb.eu-central-1.aliyuncs.com",
|
|
94
|
+
'me-east-1': "gpdb.me-east-1.aliyuncs.com",
|
|
95
|
+
'me-central-1': "gpdb.me-central-1.aliyuncs.com",
|
|
96
|
+
'cn-beijing-finance-1': "gpdb.cn-beijing-finance-1.aliyuncs.com",
|
|
97
97
|
};
|
|
98
98
|
this.checkConfig(config);
|
|
99
99
|
this._endpoint = this.getEndpoint("gpdb", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
@@ -10862,7 +10862,7 @@ class Client extends openapi_core_1.default {
|
|
|
10862
10862
|
* Queries the branch list of a Supabase project.
|
|
10863
10863
|
*
|
|
10864
10864
|
* @remarks
|
|
10865
|
-
*
|
|
10865
|
+
* This operation performs a paging query of all branches under a specified Supabase project. You can filter results by parent branch, keyword, and sorting conditions.
|
|
10866
10866
|
*
|
|
10867
10867
|
* @param request - ListBranchesRequest
|
|
10868
10868
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10918,7 +10918,7 @@ class Client extends openapi_core_1.default {
|
|
|
10918
10918
|
* Queries the branch list of a Supabase project.
|
|
10919
10919
|
*
|
|
10920
10920
|
* @remarks
|
|
10921
|
-
*
|
|
10921
|
+
* This operation performs a paging query of all branches under a specified Supabase project. You can filter results by parent branch, keyword, and sorting conditions.
|
|
10922
10922
|
*
|
|
10923
10923
|
* @param request - ListBranchesRequest
|
|
10924
10924
|
* @returns ListBranchesResponse
|