@huaweicloud/huaweicloud-sdk-aad 3.1.91 → 3.1.92

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-aad",
3
- "version": "3.1.91",
3
+ "version": "3.1.92",
4
4
  "description": "Huaweicloud SDK for aad",
5
5
  "main": "huaweicloud-sdk-aad.js",
6
6
  "typings": "huaweicloud-sdk-aad.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.91"
17
+ "@huaweicloud/huaweicloud-sdk-core": "^3.1.92"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^14.14.37",
@@ -10,9 +10,9 @@ export declare class UnblockRecordResponseUnblockRecord {
10
10
  constructor();
11
11
  withIp(ip: string): UnblockRecordResponseUnblockRecord;
12
12
  withExecutor(executor: string): UnblockRecordResponseUnblockRecord;
13
- withBlockId(blockId: string): UnblockRecordResponseUnblockRecord;
14
- set blockId(blockId: string | undefined);
15
- get blockId(): string | undefined;
13
+ withBlockId(blockId: number): UnblockRecordResponseUnblockRecord;
14
+ set blockId(blockId: number | undefined);
15
+ get blockId(): number | undefined;
16
16
  withBlockingTime(blockingTime: number): UnblockRecordResponseUnblockRecord;
17
17
  set blockingTime(blockingTime: number | undefined);
18
18
  get blockingTime(): number | undefined;