File tree Expand file tree Collapse file tree
natural-language-classifier
natural-language-understanding Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3289,6 +3289,8 @@ namespace AssistantV1 {
32893289 disable_ssl_verification ?: boolean ;
32903290 use_unauthenticated ?: boolean ;
32913291 headers ?: OutgoingHttpHeaders ;
3292+ /** Allow additional request config parameters */
3293+ [ propName : string ] : any ;
32923294 }
32933295
32943296 export interface Response < T = any > {
Original file line number Diff line number Diff line change @@ -288,6 +288,8 @@ namespace AssistantV2 {
288288 disable_ssl_verification ?: boolean ;
289289 use_unauthenticated ?: boolean ;
290290 headers ?: OutgoingHttpHeaders ;
291+ /** Allow additional request config parameters */
292+ [ propName : string ] : any ;
291293 }
292294
293295 export interface Response < T = any > {
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ namespace AuthorizationV1 {
100100 url ?: string ;
101101 iam_apikey ?: string ;
102102 iam_url ?: string ;
103+ /** Allow additional request config parameters */
104+ [ propName : string ] : any ;
103105 }
104106
105107 export interface GetTokenResponse {
Original file line number Diff line number Diff line change @@ -906,6 +906,8 @@ namespace CompareComplyV1 {
906906 disable_ssl_verification ?: boolean ;
907907 use_unauthenticated ?: boolean ;
908908 headers ?: OutgoingHttpHeaders ;
909+ /** Allow additional request config parameters */
910+ [ propName : string ] : any ;
909911 }
910912
911913 export interface Response < T = any > {
Original file line number Diff line number Diff line change @@ -4178,6 +4178,8 @@ namespace DiscoveryV1 {
41784178 disable_ssl_verification ?: boolean ;
41794179 use_unauthenticated ?: boolean ;
41804180 headers ?: OutgoingHttpHeaders ;
4181+ /** Allow additional request config parameters */
4182+ [ propName : string ] : any ;
41814183 }
41824184
41834185 export interface Response < T = any > {
Original file line number Diff line number Diff line change @@ -776,6 +776,8 @@ namespace LanguageTranslatorV3 {
776776 disable_ssl_verification ?: boolean ;
777777 use_unauthenticated ?: boolean ;
778778 headers ?: OutgoingHttpHeaders ;
779+ /** Allow additional request config parameters */
780+ [ propName : string ] : any ;
779781 }
780782
781783 export interface Response < T = any > {
Original file line number Diff line number Diff line change @@ -420,6 +420,8 @@ namespace NaturalLanguageClassifierV1 {
420420 disable_ssl_verification ?: boolean ;
421421 use_unauthenticated ?: boolean ;
422422 headers ?: OutgoingHttpHeaders ;
423+ /** Allow additional request config parameters */
424+ [ propName : string ] : any ;
423425 }
424426
425427 export interface Response < T = any > {
Original file line number Diff line number Diff line change @@ -287,6 +287,8 @@ namespace NaturalLanguageUnderstandingV1 {
287287 disable_ssl_verification ?: boolean ;
288288 use_unauthenticated ?: boolean ;
289289 headers ?: OutgoingHttpHeaders ;
290+ /** Allow additional request config parameters */
291+ [ propName : string ] : any ;
290292 }
291293
292294 export interface Response < T = any > {
Original file line number Diff line number Diff line change 8686 "axios" : " ^0.18.0" ,
8787 "dotenv" : " ^6.2.0" ,
8888 "extend" : " ~3.0.2" ,
89- "ibm-cloud-sdk-core" : " ^0.3.3 " ,
89+ "ibm-cloud-sdk-core" : " ^0.3.4 " ,
9090 "isstream" : " ~0.1.2" ,
9191 "object.pick" : " ~1.3.0" ,
9292 "snyk" : " ^1.192.4" ,
You can’t perform that action at this time.
0 commit comments