File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
eiam-developerapi-20220225 Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -306,18 +306,15 @@ export class DeleteUserResponse extends $tea.Model {
306306}
307307
308308export 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 }
You can’t perform that action at this time.
0 commit comments