@maxim_mazurok/gapi.client.blockchainnodeengine-v1
Advanced tools
Comparing version 0.0.20250108 to 0.0.20250122
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Blockchain Node Engine API v1 0.0 */ | ||
// Generated from: https://blockchainnodeengine.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20250108 | ||
// Revision: 20250122 | ||
@@ -20,3 +20,3 @@ /// <reference types="gapi.client" /> | ||
function load( | ||
urlOrObject: 'https://blockchainnodeengine.googleapis.com/$discovery/rest?version=v1' | ||
urlOrObject: 'https://blockchainnodeengine.googleapis.com/$discovery/rest?version=v1', | ||
): Promise<void>; | ||
@@ -29,3 +29,3 @@ /** @deprecated Please load APIs with discovery documents. */ | ||
version: 'v1', | ||
callback: () => any | ||
callback: () => any, | ||
): void; | ||
@@ -241,3 +241,3 @@ | ||
}, | ||
body: BlockchainNode | ||
body: BlockchainNode, | ||
): Request<Operation>; | ||
@@ -399,3 +399,3 @@ /** Deletes a single blockchain node. */ | ||
}, | ||
body: BlockchainNode | ||
body: BlockchainNode, | ||
): Request<Operation>; | ||
@@ -460,3 +460,3 @@ } | ||
}, | ||
body: CancelOperationRequest | ||
body: CancelOperationRequest, | ||
): Request<{}>; | ||
@@ -463,0 +463,0 @@ /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */ |
{ | ||
"name": "@maxim_mazurok/gapi.client.blockchainnodeengine-v1", | ||
"version": "0.0.20250108", | ||
"version": "0.0.20250122", | ||
"description": "TypeScript typings for Blockchain Node Engine API v1", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -32,3 +32,3 @@ # TypeScript typings for Blockchain Node Engine API v1 | ||
// gapi.client.blockchainnodeengine | ||
} | ||
}, | ||
); | ||
@@ -65,3 +65,3 @@ ``` | ||
} | ||
} | ||
}, | ||
); | ||
@@ -68,0 +68,0 @@ ``` |
39226