@alicloud/gpdb20160503 1.0.19 → 1.0.21
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 +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/gpdb20160503",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/client.js",
|
|
6
6
|
"scripts": {
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@alicloud/tea-typescript": "^1.7.1",
|
|
23
|
-
"@alicloud/tea-util": "^1.4.
|
|
24
|
-
"@alicloud/openapi-client": "^0.4.
|
|
25
|
-
"@alicloud/openapi-util": "^0.
|
|
23
|
+
"@alicloud/tea-util": "^1.4.5",
|
|
24
|
+
"@alicloud/openapi-client": "^0.4.4",
|
|
25
|
+
"@alicloud/openapi-util": "^0.3.0",
|
|
26
26
|
"@alicloud/endpoint-util": "^0.0.1"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
package/src/client.ts
CHANGED
|
@@ -7883,6 +7883,7 @@ export class DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupp
|
|
|
7883
7883
|
}
|
|
7884
7884
|
|
|
7885
7885
|
export class DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupportedInstanceClasses extends $tea.Model {
|
|
7886
|
+
category?: string;
|
|
7886
7887
|
description?: string;
|
|
7887
7888
|
displayClass?: string;
|
|
7888
7889
|
instanceClass?: string;
|
|
@@ -7891,6 +7892,7 @@ export class DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupp
|
|
|
7891
7892
|
storageType?: string;
|
|
7892
7893
|
static names(): { [key: string]: string } {
|
|
7893
7894
|
return {
|
|
7895
|
+
category: 'Category',
|
|
7894
7896
|
description: 'Description',
|
|
7895
7897
|
displayClass: 'DisplayClass',
|
|
7896
7898
|
instanceClass: 'InstanceClass',
|
|
@@ -7902,6 +7904,7 @@ export class DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupp
|
|
|
7902
7904
|
|
|
7903
7905
|
static types(): { [key: string]: any } {
|
|
7904
7906
|
return {
|
|
7907
|
+
category: 'string',
|
|
7905
7908
|
description: 'string',
|
|
7906
7909
|
displayClass: 'string',
|
|
7907
7910
|
instanceClass: 'string',
|