@huaweicloud/huaweicloud-sdk-cdm 3.1.98 → 3.1.100

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huaweicloud/huaweicloud-sdk-cdm",
3
- "version": "3.1.98",
3
+ "version": "3.1.100",
4
4
  "description": "Huaweicloud SDK for cdm",
5
5
  "main": "huaweicloud-sdk-cdm.js",
6
6
  "typings": "huaweicloud-sdk-cdm.d.ts",
@@ -14,7 +14,7 @@
14
14
  "author": "HuaweiCloud_SDK",
15
15
  "license": "Apache-2.0",
16
16
  "dependencies": {
17
- "@huaweicloud/huaweicloud-sdk-core": "^3.1.98"
17
+ "@huaweicloud/huaweicloud-sdk-core": "^3.1.100"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^14.14.37",
@@ -1,10 +1,10 @@
1
1
  export declare class Input {
2
2
  name?: string;
3
- value?: string;
3
+ value?: object;
4
4
  type?: string;
5
- constructor(name?: string, value?: string);
5
+ constructor(name?: string, value?: object);
6
6
  withName(name: string): Input;
7
- withValue(value: string): Input;
7
+ withValue(value: object): Input;
8
8
  withType(type: string): Input;
9
9
  }
10
10
  //# sourceMappingURL=Input.d.ts.map