Skip to content

Commit 8a33847

Browse files
committed
Ceshi.
1 parent a0334b6 commit 8a33847

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

eiam-developerapi-20220225/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/eiam-developerapi20220225",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {

eiam-developerapi-20220225/src/client.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -306,18 +306,15 @@ export class DeleteUserResponse extends $tea.Model {
306306
}
307307

308308
export class GenerateDeviceCodeRequest extends $tea.Model {
309-
clientId?: string;
310309
scope?: string;
311310
static names(): { [key: string]: string } {
312311
return {
313-
clientId: 'client_id',
314312
scope: 'scope',
315313
};
316314
}
317315

318316
static types(): { [key: string]: any } {
319317
return {
320-
clientId: 'string',
321318
scope: 'string',
322319
};
323320
}
@@ -1967,10 +1964,6 @@ export default class Client extends OpenApi {
19671964
instanceId = OpenApiUtil.getEncodeParam(instanceId);
19681965
applicationId = OpenApiUtil.getEncodeParam(applicationId);
19691966
let query : {[key: string ]: any} = { };
1970-
if (!Util.isUnset(request.clientId)) {
1971-
query["client_id"] = request.clientId;
1972-
}
1973-
19741967
if (!Util.isUnset(request.scope)) {
19751968
query["scope"] = request.scope;
19761969
}

0 commit comments

Comments
 (0)