@@ -2156,6 +2156,14 @@ declare class Client {
2156
2156
getUserPrivileges < TResponse = Record < string , any > , TContext = Context > ( callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2157
2157
getUserPrivileges < TResponse = Record < string , any > , TContext = Context > ( params : RequestParams . SecurityGetUserPrivileges , callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2158
2158
getUserPrivileges < TResponse = Record < string , any > , TContext = Context > ( params : RequestParams . SecurityGetUserPrivileges , options : TransportRequestOptions , callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2159
+ grant_api_key < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params ?: RequestParams . SecurityGrantApiKey < TRequestBody > , options ?: TransportRequestOptions ) : TransportRequestPromise < ApiResponse < TResponse , TContext > >
2160
+ grant_api_key < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2161
+ grant_api_key < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params : RequestParams . SecurityGrantApiKey < TRequestBody > , callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2162
+ grant_api_key < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params : RequestParams . SecurityGrantApiKey < TRequestBody > , options : TransportRequestOptions , callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2163
+ grantApiKey < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params ?: RequestParams . SecurityGrantApiKey < TRequestBody > , options ?: TransportRequestOptions ) : TransportRequestPromise < ApiResponse < TResponse , TContext > >
2164
+ grantApiKey < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2165
+ grantApiKey < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params : RequestParams . SecurityGrantApiKey < TRequestBody > , callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2166
+ grantApiKey < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params : RequestParams . SecurityGrantApiKey < TRequestBody > , options : TransportRequestOptions , callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2159
2167
has_privileges < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params ?: RequestParams . SecurityHasPrivileges < TRequestBody > , options ?: TransportRequestOptions ) : TransportRequestPromise < ApiResponse < TResponse , TContext > >
2160
2168
has_privileges < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2161
2169
has_privileges < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params : RequestParams . SecurityHasPrivileges < TRequestBody > , callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
@@ -2288,6 +2296,10 @@ declare class Client {
2288
2296
cleanupRepository < TResponse = Record < string , any > , TContext = Context > ( callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2289
2297
cleanupRepository < TResponse = Record < string , any > , TContext = Context > ( params : RequestParams . SnapshotCleanupRepository , callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2290
2298
cleanupRepository < TResponse = Record < string , any > , TContext = Context > ( params : RequestParams . SnapshotCleanupRepository , options : TransportRequestOptions , callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2299
+ clone < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params ?: RequestParams . SnapshotClone < TRequestBody > , options ?: TransportRequestOptions ) : TransportRequestPromise < ApiResponse < TResponse , TContext > >
2300
+ clone < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2301
+ clone < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params : RequestParams . SnapshotClone < TRequestBody > , callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2302
+ clone < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params : RequestParams . SnapshotClone < TRequestBody > , options : TransportRequestOptions , callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2291
2303
create < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params ?: RequestParams . SnapshotCreate < TRequestBody > , options ?: TransportRequestOptions ) : TransportRequestPromise < ApiResponse < TResponse , TContext > >
2292
2304
create < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
2293
2305
create < TResponse = Record < string , any > , TRequestBody extends RequestBody = Record < string , any > , TContext = Context > ( params : RequestParams . SnapshotCreate < TRequestBody > , callback : callbackFn < TResponse , TContext > ) : TransportRequestCallback
0 commit comments