oci-blockchain 2.17.0 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +27 -27
- package/lib/client.js +27 -27
- package/lib/request/change-blockchain-platform-compartment-request.d.ts +1 -1
- package/lib/request/create-blockchain-platform-request.d.ts +1 -1
- package/lib/request/create-osn-request.d.ts +1 -1
- package/lib/request/create-peer-request.d.ts +1 -1
- package/lib/request/delete-blockchain-platform-request.d.ts +1 -1
- package/lib/request/delete-osn-request.d.ts +1 -1
- package/lib/request/delete-peer-request.d.ts +1 -1
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/get-blockchain-platform-request.d.ts +1 -1
- package/lib/request/get-osn-request.d.ts +1 -1
- package/lib/request/get-peer-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-blockchain-platform-patches-request.d.ts +1 -1
- package/lib/request/list-blockchain-platforms-request.d.ts +1 -1
- package/lib/request/list-osns-request.d.ts +1 -1
- package/lib/request/list-peers-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/preview-scale-blockchain-platform-request.d.ts +1 -1
- package/lib/request/scale-blockchain-platform-request.d.ts +1 -1
- package/lib/request/start-blockchain-platform-request.d.ts +1 -1
- package/lib/request/stop-blockchain-platform-request.d.ts +1 -1
- package/lib/request/update-blockchain-platform-request.d.ts +1 -1
- package/lib/request/update-osn-request.d.ts +1 -1
- package/lib/request/update-peer-request.d.ts +1 -1
- package/lib/request/upgrade-blockchain-platform-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ export declare class BlockchainPlatformClient {
|
|
|
73
73
|
* @param ChangeBlockchainPlatformCompartmentRequest
|
|
74
74
|
* @return ChangeBlockchainPlatformCompartmentResponse
|
|
75
75
|
* @throws OciError when an error occurs
|
|
76
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
76
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
|
|
77
77
|
*/
|
|
78
78
|
changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest: requests.ChangeBlockchainPlatformCompartmentRequest): Promise<responses.ChangeBlockchainPlatformCompartmentResponse>;
|
|
79
79
|
/**
|
|
@@ -83,7 +83,7 @@ export declare class BlockchainPlatformClient {
|
|
|
83
83
|
* @param CreateBlockchainPlatformRequest
|
|
84
84
|
* @return CreateBlockchainPlatformResponse
|
|
85
85
|
* @throws OciError when an error occurs
|
|
86
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
86
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
|
|
87
87
|
*/
|
|
88
88
|
createBlockchainPlatform(createBlockchainPlatformRequest: requests.CreateBlockchainPlatformRequest): Promise<responses.CreateBlockchainPlatformResponse>;
|
|
89
89
|
/**
|
|
@@ -92,7 +92,7 @@ export declare class BlockchainPlatformClient {
|
|
|
92
92
|
* @param CreateOsnRequest
|
|
93
93
|
* @return CreateOsnResponse
|
|
94
94
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
95
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
|
|
96
96
|
*/
|
|
97
97
|
createOsn(createOsnRequest: requests.CreateOsnRequest): Promise<responses.CreateOsnResponse>;
|
|
98
98
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class BlockchainPlatformClient {
|
|
|
101
101
|
* @param CreatePeerRequest
|
|
102
102
|
* @return CreatePeerResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
|
|
105
105
|
*/
|
|
106
106
|
createPeer(createPeerRequest: requests.CreatePeerRequest): Promise<responses.CreatePeerResponse>;
|
|
107
107
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class BlockchainPlatformClient {
|
|
|
110
110
|
* @param DeleteBlockchainPlatformRequest
|
|
111
111
|
* @return DeleteBlockchainPlatformResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
|
|
114
114
|
*/
|
|
115
115
|
deleteBlockchainPlatform(deleteBlockchainPlatformRequest: requests.DeleteBlockchainPlatformRequest): Promise<responses.DeleteBlockchainPlatformResponse>;
|
|
116
116
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class BlockchainPlatformClient {
|
|
|
119
119
|
* @param DeleteOsnRequest
|
|
120
120
|
* @return DeleteOsnResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
|
|
123
123
|
*/
|
|
124
124
|
deleteOsn(deleteOsnRequest: requests.DeleteOsnRequest): Promise<responses.DeleteOsnResponse>;
|
|
125
125
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class BlockchainPlatformClient {
|
|
|
128
128
|
* @param DeletePeerRequest
|
|
129
129
|
* @return DeletePeerResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
|
|
132
132
|
*/
|
|
133
133
|
deletePeer(deletePeerRequest: requests.DeletePeerRequest): Promise<responses.DeletePeerResponse>;
|
|
134
134
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class BlockchainPlatformClient {
|
|
|
137
137
|
* @param DeleteWorkRequestRequest
|
|
138
138
|
* @return DeleteWorkRequestResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
141
141
|
*/
|
|
142
142
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
143
143
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class BlockchainPlatformClient {
|
|
|
146
146
|
* @param GetBlockchainPlatformRequest
|
|
147
147
|
* @return GetBlockchainPlatformResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
|
|
150
150
|
*/
|
|
151
151
|
getBlockchainPlatform(getBlockchainPlatformRequest: requests.GetBlockchainPlatformRequest): Promise<responses.GetBlockchainPlatformResponse>;
|
|
152
152
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class BlockchainPlatformClient {
|
|
|
155
155
|
* @param GetOsnRequest
|
|
156
156
|
* @return GetOsnResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
|
|
159
159
|
*/
|
|
160
160
|
getOsn(getOsnRequest: requests.GetOsnRequest): Promise<responses.GetOsnResponse>;
|
|
161
161
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class BlockchainPlatformClient {
|
|
|
164
164
|
* @param GetPeerRequest
|
|
165
165
|
* @return GetPeerResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
|
|
168
168
|
*/
|
|
169
169
|
getPeer(getPeerRequest: requests.GetPeerRequest): Promise<responses.GetPeerResponse>;
|
|
170
170
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class BlockchainPlatformClient {
|
|
|
173
173
|
* @param GetWorkRequestRequest
|
|
174
174
|
* @return GetWorkRequestResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
177
177
|
*/
|
|
178
178
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
179
179
|
/**
|
|
@@ -182,7 +182,7 @@ export declare class BlockchainPlatformClient {
|
|
|
182
182
|
* @param ListBlockchainPlatformPatchesRequest
|
|
183
183
|
* @return ListBlockchainPlatformPatchesResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
|
|
186
186
|
*/
|
|
187
187
|
listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest: requests.ListBlockchainPlatformPatchesRequest): Promise<responses.ListBlockchainPlatformPatchesResponse>;
|
|
188
188
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class BlockchainPlatformClient {
|
|
|
191
191
|
* @param ListBlockchainPlatformsRequest
|
|
192
192
|
* @return ListBlockchainPlatformsResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
|
|
195
195
|
*/
|
|
196
196
|
listBlockchainPlatforms(listBlockchainPlatformsRequest: requests.ListBlockchainPlatformsRequest): Promise<responses.ListBlockchainPlatformsResponse>;
|
|
197
197
|
/**
|
|
@@ -200,7 +200,7 @@ export declare class BlockchainPlatformClient {
|
|
|
200
200
|
* @param ListOsnsRequest
|
|
201
201
|
* @return ListOsnsResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
|
|
204
204
|
*/
|
|
205
205
|
listOsns(listOsnsRequest: requests.ListOsnsRequest): Promise<responses.ListOsnsResponse>;
|
|
206
206
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class BlockchainPlatformClient {
|
|
|
209
209
|
* @param ListPeersRequest
|
|
210
210
|
* @return ListPeersResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
|
|
213
213
|
*/
|
|
214
214
|
listPeers(listPeersRequest: requests.ListPeersRequest): Promise<responses.ListPeersResponse>;
|
|
215
215
|
/**
|
|
@@ -219,7 +219,7 @@ export declare class BlockchainPlatformClient {
|
|
|
219
219
|
* @param ListWorkRequestErrorsRequest
|
|
220
220
|
* @return ListWorkRequestErrorsResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
223
223
|
*/
|
|
224
224
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
225
225
|
/**
|
|
@@ -229,7 +229,7 @@ export declare class BlockchainPlatformClient {
|
|
|
229
229
|
* @param ListWorkRequestLogsRequest
|
|
230
230
|
* @return ListWorkRequestLogsResponse
|
|
231
231
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
233
233
|
*/
|
|
234
234
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
235
235
|
/**
|
|
@@ -239,7 +239,7 @@ export declare class BlockchainPlatformClient {
|
|
|
239
239
|
* @param ListWorkRequestsRequest
|
|
240
240
|
* @return ListWorkRequestsResponse
|
|
241
241
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
243
243
|
*/
|
|
244
244
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
245
245
|
/**
|
|
@@ -248,7 +248,7 @@ export declare class BlockchainPlatformClient {
|
|
|
248
248
|
* @param PreviewScaleBlockchainPlatformRequest
|
|
249
249
|
* @return PreviewScaleBlockchainPlatformResponse
|
|
250
250
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
|
|
252
252
|
*/
|
|
253
253
|
previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest: requests.PreviewScaleBlockchainPlatformRequest): Promise<responses.PreviewScaleBlockchainPlatformResponse>;
|
|
254
254
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class BlockchainPlatformClient {
|
|
|
257
257
|
* @param ScaleBlockchainPlatformRequest
|
|
258
258
|
* @return ScaleBlockchainPlatformResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
|
|
261
261
|
*/
|
|
262
262
|
scaleBlockchainPlatform(scaleBlockchainPlatformRequest: requests.ScaleBlockchainPlatformRequest): Promise<responses.ScaleBlockchainPlatformResponse>;
|
|
263
263
|
/**
|
|
@@ -266,7 +266,7 @@ export declare class BlockchainPlatformClient {
|
|
|
266
266
|
* @param StartBlockchainPlatformRequest
|
|
267
267
|
* @return StartBlockchainPlatformResponse
|
|
268
268
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
|
|
270
270
|
*/
|
|
271
271
|
startBlockchainPlatform(startBlockchainPlatformRequest: requests.StartBlockchainPlatformRequest): Promise<responses.StartBlockchainPlatformResponse>;
|
|
272
272
|
/**
|
|
@@ -275,7 +275,7 @@ export declare class BlockchainPlatformClient {
|
|
|
275
275
|
* @param StopBlockchainPlatformRequest
|
|
276
276
|
* @return StopBlockchainPlatformResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
|
|
279
279
|
*/
|
|
280
280
|
stopBlockchainPlatform(stopBlockchainPlatformRequest: requests.StopBlockchainPlatformRequest): Promise<responses.StopBlockchainPlatformResponse>;
|
|
281
281
|
/**
|
|
@@ -284,7 +284,7 @@ export declare class BlockchainPlatformClient {
|
|
|
284
284
|
* @param UpdateBlockchainPlatformRequest
|
|
285
285
|
* @return UpdateBlockchainPlatformResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
|
|
288
288
|
*/
|
|
289
289
|
updateBlockchainPlatform(updateBlockchainPlatformRequest: requests.UpdateBlockchainPlatformRequest): Promise<responses.UpdateBlockchainPlatformResponse>;
|
|
290
290
|
/**
|
|
@@ -293,7 +293,7 @@ export declare class BlockchainPlatformClient {
|
|
|
293
293
|
* @param UpdateOsnRequest
|
|
294
294
|
* @return UpdateOsnResponse
|
|
295
295
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
|
|
297
297
|
*/
|
|
298
298
|
updateOsn(updateOsnRequest: requests.UpdateOsnRequest): Promise<responses.UpdateOsnResponse>;
|
|
299
299
|
/**
|
|
@@ -302,7 +302,7 @@ export declare class BlockchainPlatformClient {
|
|
|
302
302
|
* @param UpdatePeerRequest
|
|
303
303
|
* @return UpdatePeerResponse
|
|
304
304
|
* @throws OciError when an error occurs
|
|
305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
|
|
306
306
|
*/
|
|
307
307
|
updatePeer(updatePeerRequest: requests.UpdatePeerRequest): Promise<responses.UpdatePeerResponse>;
|
|
308
308
|
/**
|
|
@@ -311,7 +311,7 @@ export declare class BlockchainPlatformClient {
|
|
|
311
311
|
* @param UpgradeBlockchainPlatformRequest
|
|
312
312
|
* @return UpgradeBlockchainPlatformResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
|
|
315
315
|
*/
|
|
316
316
|
upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest: requests.UpgradeBlockchainPlatformRequest): Promise<responses.UpgradeBlockchainPlatformResponse>;
|
|
317
317
|
}
|
package/lib/client.js
CHANGED
|
@@ -150,7 +150,7 @@ class BlockchainPlatformClient {
|
|
|
150
150
|
* @param ChangeBlockchainPlatformCompartmentRequest
|
|
151
151
|
* @return ChangeBlockchainPlatformCompartmentResponse
|
|
152
152
|
* @throws OciError when an error occurs
|
|
153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
|
|
154
154
|
*/
|
|
155
155
|
changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest) {
|
|
156
156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -211,7 +211,7 @@ class BlockchainPlatformClient {
|
|
|
211
211
|
* @param CreateBlockchainPlatformRequest
|
|
212
212
|
* @return CreateBlockchainPlatformResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
|
|
215
215
|
*/
|
|
216
216
|
createBlockchainPlatform(createBlockchainPlatformRequest) {
|
|
217
217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -268,7 +268,7 @@ class BlockchainPlatformClient {
|
|
|
268
268
|
* @param CreateOsnRequest
|
|
269
269
|
* @return CreateOsnResponse
|
|
270
270
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
|
|
272
272
|
*/
|
|
273
273
|
createOsn(createOsnRequest) {
|
|
274
274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -328,7 +328,7 @@ class BlockchainPlatformClient {
|
|
|
328
328
|
* @param CreatePeerRequest
|
|
329
329
|
* @return CreatePeerResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
|
|
332
332
|
*/
|
|
333
333
|
createPeer(createPeerRequest) {
|
|
334
334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -387,7 +387,7 @@ class BlockchainPlatformClient {
|
|
|
387
387
|
* @param DeleteBlockchainPlatformRequest
|
|
388
388
|
* @return DeleteBlockchainPlatformResponse
|
|
389
389
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
|
|
391
391
|
*/
|
|
392
392
|
deleteBlockchainPlatform(deleteBlockchainPlatformRequest) {
|
|
393
393
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -446,7 +446,7 @@ class BlockchainPlatformClient {
|
|
|
446
446
|
* @param DeleteOsnRequest
|
|
447
447
|
* @return DeleteOsnResponse
|
|
448
448
|
* @throws OciError when an error occurs
|
|
449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
|
|
450
450
|
*/
|
|
451
451
|
deleteOsn(deleteOsnRequest) {
|
|
452
452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -505,7 +505,7 @@ class BlockchainPlatformClient {
|
|
|
505
505
|
* @param DeletePeerRequest
|
|
506
506
|
* @return DeletePeerResponse
|
|
507
507
|
* @throws OciError when an error occurs
|
|
508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
|
|
509
509
|
*/
|
|
510
510
|
deletePeer(deletePeerRequest) {
|
|
511
511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -565,7 +565,7 @@ class BlockchainPlatformClient {
|
|
|
565
565
|
* @param DeleteWorkRequestRequest
|
|
566
566
|
* @return DeleteWorkRequestResponse
|
|
567
567
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
569
569
|
*/
|
|
570
570
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
571
571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -623,7 +623,7 @@ class BlockchainPlatformClient {
|
|
|
623
623
|
* @param GetBlockchainPlatformRequest
|
|
624
624
|
* @return GetBlockchainPlatformResponse
|
|
625
625
|
* @throws OciError when an error occurs
|
|
626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
|
|
627
627
|
*/
|
|
628
628
|
getBlockchainPlatform(getBlockchainPlatformRequest) {
|
|
629
629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -684,7 +684,7 @@ class BlockchainPlatformClient {
|
|
|
684
684
|
* @param GetOsnRequest
|
|
685
685
|
* @return GetOsnResponse
|
|
686
686
|
* @throws OciError when an error occurs
|
|
687
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
|
|
688
688
|
*/
|
|
689
689
|
getOsn(getOsnRequest) {
|
|
690
690
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -746,7 +746,7 @@ class BlockchainPlatformClient {
|
|
|
746
746
|
* @param GetPeerRequest
|
|
747
747
|
* @return GetPeerResponse
|
|
748
748
|
* @throws OciError when an error occurs
|
|
749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
|
|
750
750
|
*/
|
|
751
751
|
getPeer(getPeerRequest) {
|
|
752
752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -808,7 +808,7 @@ class BlockchainPlatformClient {
|
|
|
808
808
|
* @param GetWorkRequestRequest
|
|
809
809
|
* @return GetWorkRequestResponse
|
|
810
810
|
* @throws OciError when an error occurs
|
|
811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
812
812
|
*/
|
|
813
813
|
getWorkRequest(getWorkRequestRequest) {
|
|
814
814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -874,7 +874,7 @@ class BlockchainPlatformClient {
|
|
|
874
874
|
* @param ListBlockchainPlatformPatchesRequest
|
|
875
875
|
* @return ListBlockchainPlatformPatchesResponse
|
|
876
876
|
* @throws OciError when an error occurs
|
|
877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
|
|
878
878
|
*/
|
|
879
879
|
listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest) {
|
|
880
880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -938,7 +938,7 @@ class BlockchainPlatformClient {
|
|
|
938
938
|
* @param ListBlockchainPlatformsRequest
|
|
939
939
|
* @return ListBlockchainPlatformsResponse
|
|
940
940
|
* @throws OciError when an error occurs
|
|
941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
941
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
|
|
942
942
|
*/
|
|
943
943
|
listBlockchainPlatforms(listBlockchainPlatformsRequest) {
|
|
944
944
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1005,7 +1005,7 @@ class BlockchainPlatformClient {
|
|
|
1005
1005
|
* @param ListOsnsRequest
|
|
1006
1006
|
* @return ListOsnsResponse
|
|
1007
1007
|
* @throws OciError when an error occurs
|
|
1008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1008
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
|
|
1009
1009
|
*/
|
|
1010
1010
|
listOsns(listOsnsRequest) {
|
|
1011
1011
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1073,7 +1073,7 @@ class BlockchainPlatformClient {
|
|
|
1073
1073
|
* @param ListPeersRequest
|
|
1074
1074
|
* @return ListPeersResponse
|
|
1075
1075
|
* @throws OciError when an error occurs
|
|
1076
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
|
|
1077
1077
|
*/
|
|
1078
1078
|
listPeers(listPeersRequest) {
|
|
1079
1079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1142,7 +1142,7 @@ class BlockchainPlatformClient {
|
|
|
1142
1142
|
* @param ListWorkRequestErrorsRequest
|
|
1143
1143
|
* @return ListWorkRequestErrorsResponse
|
|
1144
1144
|
* @throws OciError when an error occurs
|
|
1145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1146
1146
|
*/
|
|
1147
1147
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1148
1148
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1207,7 +1207,7 @@ class BlockchainPlatformClient {
|
|
|
1207
1207
|
* @param ListWorkRequestLogsRequest
|
|
1208
1208
|
* @return ListWorkRequestLogsResponse
|
|
1209
1209
|
* @throws OciError when an error occurs
|
|
1210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1211
1211
|
*/
|
|
1212
1212
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1213
1213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1272,7 +1272,7 @@ class BlockchainPlatformClient {
|
|
|
1272
1272
|
* @param ListWorkRequestsRequest
|
|
1273
1273
|
* @return ListWorkRequestsResponse
|
|
1274
1274
|
* @throws OciError when an error occurs
|
|
1275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1276
1276
|
*/
|
|
1277
1277
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1278
1278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1338,7 +1338,7 @@ class BlockchainPlatformClient {
|
|
|
1338
1338
|
* @param PreviewScaleBlockchainPlatformRequest
|
|
1339
1339
|
* @return PreviewScaleBlockchainPlatformResponse
|
|
1340
1340
|
* @throws OciError when an error occurs
|
|
1341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
|
|
1342
1342
|
*/
|
|
1343
1343
|
previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest) {
|
|
1344
1344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1400,7 +1400,7 @@ class BlockchainPlatformClient {
|
|
|
1400
1400
|
* @param ScaleBlockchainPlatformRequest
|
|
1401
1401
|
* @return ScaleBlockchainPlatformResponse
|
|
1402
1402
|
* @throws OciError when an error occurs
|
|
1403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
|
|
1404
1404
|
*/
|
|
1405
1405
|
scaleBlockchainPlatform(scaleBlockchainPlatformRequest) {
|
|
1406
1406
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1460,7 +1460,7 @@ class BlockchainPlatformClient {
|
|
|
1460
1460
|
* @param StartBlockchainPlatformRequest
|
|
1461
1461
|
* @return StartBlockchainPlatformResponse
|
|
1462
1462
|
* @throws OciError when an error occurs
|
|
1463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
|
|
1464
1464
|
*/
|
|
1465
1465
|
startBlockchainPlatform(startBlockchainPlatformRequest) {
|
|
1466
1466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1519,7 +1519,7 @@ class BlockchainPlatformClient {
|
|
|
1519
1519
|
* @param StopBlockchainPlatformRequest
|
|
1520
1520
|
* @return StopBlockchainPlatformResponse
|
|
1521
1521
|
* @throws OciError when an error occurs
|
|
1522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
|
|
1523
1523
|
*/
|
|
1524
1524
|
stopBlockchainPlatform(stopBlockchainPlatformRequest) {
|
|
1525
1525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1578,7 +1578,7 @@ class BlockchainPlatformClient {
|
|
|
1578
1578
|
* @param UpdateBlockchainPlatformRequest
|
|
1579
1579
|
* @return UpdateBlockchainPlatformResponse
|
|
1580
1580
|
* @throws OciError when an error occurs
|
|
1581
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
|
|
1582
1582
|
*/
|
|
1583
1583
|
updateBlockchainPlatform(updateBlockchainPlatformRequest) {
|
|
1584
1584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1638,7 +1638,7 @@ class BlockchainPlatformClient {
|
|
|
1638
1638
|
* @param UpdateOsnRequest
|
|
1639
1639
|
* @return UpdateOsnResponse
|
|
1640
1640
|
* @throws OciError when an error occurs
|
|
1641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
|
|
1642
1642
|
*/
|
|
1643
1643
|
updateOsn(updateOsnRequest) {
|
|
1644
1644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1699,7 +1699,7 @@ class BlockchainPlatformClient {
|
|
|
1699
1699
|
* @param UpdatePeerRequest
|
|
1700
1700
|
* @return UpdatePeerResponse
|
|
1701
1701
|
* @throws OciError when an error occurs
|
|
1702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
|
|
1703
1703
|
*/
|
|
1704
1704
|
updatePeer(updatePeerRequest) {
|
|
1705
1705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1760,7 +1760,7 @@ class BlockchainPlatformClient {
|
|
|
1760
1760
|
* @param UpgradeBlockchainPlatformRequest
|
|
1761
1761
|
* @return UpgradeBlockchainPlatformResponse
|
|
1762
1762
|
* @throws OciError when an error occurs
|
|
1763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
|
|
1764
1764
|
*/
|
|
1765
1765
|
upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest) {
|
|
1766
1766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeBlockchainPlatformCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatformRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBlockchainPlatformRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsnRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOsnRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeerRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePeerRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatformRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBlockchainPlatformRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsnRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOsnRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePeerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatformRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBlockchainPlatformRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsnRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOsnRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPeerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatchesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBlockchainPlatformPatchesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatformsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBlockchainPlatformsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsnsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListOsnsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeersRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPeersRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatformRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PreviewScaleBlockchainPlatformRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatformRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ScaleBlockchainPlatformRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatformRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StartBlockchainPlatformRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatformRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StopBlockchainPlatformRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatformRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateBlockchainPlatformRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsnRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOsnRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeerRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePeerRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatformRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpgradeBlockchainPlatformRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-blockchain",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.0",
|
|
4
4
|
"description": "OCI NodeJS client for Blockchain Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.20.0",
|
|
19
|
+
"oci-workrequests": "2.20.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|