oci-blockchain 2.89.4 → 2.90.0-1722272724
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
|
@@ -95,7 +95,7 @@ export declare class BlockchainPlatformClient {
|
|
|
95
95
|
* @param ChangeBlockchainPlatformCompartmentRequest
|
|
96
96
|
* @return ChangeBlockchainPlatformCompartmentResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
|
|
99
99
|
*/
|
|
100
100
|
changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest: requests.ChangeBlockchainPlatformCompartmentRequest): Promise<responses.ChangeBlockchainPlatformCompartmentResponse>;
|
|
101
101
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class BlockchainPlatformClient {
|
|
|
105
105
|
* @param CreateBlockchainPlatformRequest
|
|
106
106
|
* @return CreateBlockchainPlatformResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
|
|
109
109
|
*/
|
|
110
110
|
createBlockchainPlatform(createBlockchainPlatformRequest: requests.CreateBlockchainPlatformRequest): Promise<responses.CreateBlockchainPlatformResponse>;
|
|
111
111
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class BlockchainPlatformClient {
|
|
|
114
114
|
* @param CreateOsnRequest
|
|
115
115
|
* @return CreateOsnResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
|
|
118
118
|
*/
|
|
119
119
|
createOsn(createOsnRequest: requests.CreateOsnRequest): Promise<responses.CreateOsnResponse>;
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class BlockchainPlatformClient {
|
|
|
123
123
|
* @param CreatePeerRequest
|
|
124
124
|
* @return CreatePeerResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
|
|
127
127
|
*/
|
|
128
128
|
createPeer(createPeerRequest: requests.CreatePeerRequest): Promise<responses.CreatePeerResponse>;
|
|
129
129
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class BlockchainPlatformClient {
|
|
|
132
132
|
* @param DeleteBlockchainPlatformRequest
|
|
133
133
|
* @return DeleteBlockchainPlatformResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
|
|
136
136
|
*/
|
|
137
137
|
deleteBlockchainPlatform(deleteBlockchainPlatformRequest: requests.DeleteBlockchainPlatformRequest): Promise<responses.DeleteBlockchainPlatformResponse>;
|
|
138
138
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class BlockchainPlatformClient {
|
|
|
141
141
|
* @param DeleteOsnRequest
|
|
142
142
|
* @return DeleteOsnResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
|
|
145
145
|
*/
|
|
146
146
|
deleteOsn(deleteOsnRequest: requests.DeleteOsnRequest): Promise<responses.DeleteOsnResponse>;
|
|
147
147
|
/**
|
|
@@ -150,7 +150,7 @@ export declare class BlockchainPlatformClient {
|
|
|
150
150
|
* @param DeletePeerRequest
|
|
151
151
|
* @return DeletePeerResponse
|
|
152
152
|
* @throws OciError when an error occurs
|
|
153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
|
|
154
154
|
*/
|
|
155
155
|
deletePeer(deletePeerRequest: requests.DeletePeerRequest): Promise<responses.DeletePeerResponse>;
|
|
156
156
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class BlockchainPlatformClient {
|
|
|
159
159
|
* @param DeleteWorkRequestRequest
|
|
160
160
|
* @return DeleteWorkRequestResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
163
163
|
*/
|
|
164
164
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
165
165
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class BlockchainPlatformClient {
|
|
|
168
168
|
* @param GetBlockchainPlatformRequest
|
|
169
169
|
* @return GetBlockchainPlatformResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
|
|
172
172
|
*/
|
|
173
173
|
getBlockchainPlatform(getBlockchainPlatformRequest: requests.GetBlockchainPlatformRequest): Promise<responses.GetBlockchainPlatformResponse>;
|
|
174
174
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class BlockchainPlatformClient {
|
|
|
177
177
|
* @param GetOsnRequest
|
|
178
178
|
* @return GetOsnResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
|
|
181
181
|
*/
|
|
182
182
|
getOsn(getOsnRequest: requests.GetOsnRequest): Promise<responses.GetOsnResponse>;
|
|
183
183
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class BlockchainPlatformClient {
|
|
|
186
186
|
* @param GetPeerRequest
|
|
187
187
|
* @return GetPeerResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
|
|
190
190
|
*/
|
|
191
191
|
getPeer(getPeerRequest: requests.GetPeerRequest): Promise<responses.GetPeerResponse>;
|
|
192
192
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class BlockchainPlatformClient {
|
|
|
195
195
|
* @param GetWorkRequestRequest
|
|
196
196
|
* @return GetWorkRequestResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
199
199
|
*/
|
|
200
200
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
201
201
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class BlockchainPlatformClient {
|
|
|
204
204
|
* @param ListBlockchainPlatformPatchesRequest
|
|
205
205
|
* @return ListBlockchainPlatformPatchesResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
|
|
208
208
|
*/
|
|
209
209
|
listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest: requests.ListBlockchainPlatformPatchesRequest): Promise<responses.ListBlockchainPlatformPatchesResponse>;
|
|
210
210
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class BlockchainPlatformClient {
|
|
|
213
213
|
* @param ListBlockchainPlatformsRequest
|
|
214
214
|
* @return ListBlockchainPlatformsResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
|
|
217
217
|
*/
|
|
218
218
|
listBlockchainPlatforms(listBlockchainPlatformsRequest: requests.ListBlockchainPlatformsRequest): Promise<responses.ListBlockchainPlatformsResponse>;
|
|
219
219
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class BlockchainPlatformClient {
|
|
|
222
222
|
* @param ListOsnsRequest
|
|
223
223
|
* @return ListOsnsResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
|
|
226
226
|
*/
|
|
227
227
|
listOsns(listOsnsRequest: requests.ListOsnsRequest): Promise<responses.ListOsnsResponse>;
|
|
228
228
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class BlockchainPlatformClient {
|
|
|
231
231
|
* @param ListPeersRequest
|
|
232
232
|
* @return ListPeersResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
|
|
235
235
|
*/
|
|
236
236
|
listPeers(listPeersRequest: requests.ListPeersRequest): Promise<responses.ListPeersResponse>;
|
|
237
237
|
/**
|
|
@@ -241,7 +241,7 @@ export declare class BlockchainPlatformClient {
|
|
|
241
241
|
* @param ListWorkRequestErrorsRequest
|
|
242
242
|
* @return ListWorkRequestErrorsResponse
|
|
243
243
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
245
245
|
*/
|
|
246
246
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
247
247
|
/**
|
|
@@ -251,7 +251,7 @@ export declare class BlockchainPlatformClient {
|
|
|
251
251
|
* @param ListWorkRequestLogsRequest
|
|
252
252
|
* @return ListWorkRequestLogsResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
255
255
|
*/
|
|
256
256
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
257
257
|
/**
|
|
@@ -261,7 +261,7 @@ export declare class BlockchainPlatformClient {
|
|
|
261
261
|
* @param ListWorkRequestsRequest
|
|
262
262
|
* @return ListWorkRequestsResponse
|
|
263
263
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
265
265
|
*/
|
|
266
266
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
267
267
|
/**
|
|
@@ -270,7 +270,7 @@ export declare class BlockchainPlatformClient {
|
|
|
270
270
|
* @param PreviewScaleBlockchainPlatformRequest
|
|
271
271
|
* @return PreviewScaleBlockchainPlatformResponse
|
|
272
272
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
|
|
274
274
|
*/
|
|
275
275
|
previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest: requests.PreviewScaleBlockchainPlatformRequest): Promise<responses.PreviewScaleBlockchainPlatformResponse>;
|
|
276
276
|
/**
|
|
@@ -279,7 +279,7 @@ export declare class BlockchainPlatformClient {
|
|
|
279
279
|
* @param ScaleBlockchainPlatformRequest
|
|
280
280
|
* @return ScaleBlockchainPlatformResponse
|
|
281
281
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
|
|
283
283
|
*/
|
|
284
284
|
scaleBlockchainPlatform(scaleBlockchainPlatformRequest: requests.ScaleBlockchainPlatformRequest): Promise<responses.ScaleBlockchainPlatformResponse>;
|
|
285
285
|
/**
|
|
@@ -288,7 +288,7 @@ export declare class BlockchainPlatformClient {
|
|
|
288
288
|
* @param StartBlockchainPlatformRequest
|
|
289
289
|
* @return StartBlockchainPlatformResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
|
|
292
292
|
*/
|
|
293
293
|
startBlockchainPlatform(startBlockchainPlatformRequest: requests.StartBlockchainPlatformRequest): Promise<responses.StartBlockchainPlatformResponse>;
|
|
294
294
|
/**
|
|
@@ -297,7 +297,7 @@ export declare class BlockchainPlatformClient {
|
|
|
297
297
|
* @param StopBlockchainPlatformRequest
|
|
298
298
|
* @return StopBlockchainPlatformResponse
|
|
299
299
|
* @throws OciError when an error occurs
|
|
300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
|
|
301
301
|
*/
|
|
302
302
|
stopBlockchainPlatform(stopBlockchainPlatformRequest: requests.StopBlockchainPlatformRequest): Promise<responses.StopBlockchainPlatformResponse>;
|
|
303
303
|
/**
|
|
@@ -306,7 +306,7 @@ export declare class BlockchainPlatformClient {
|
|
|
306
306
|
* @param UpdateBlockchainPlatformRequest
|
|
307
307
|
* @return UpdateBlockchainPlatformResponse
|
|
308
308
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
|
|
310
310
|
*/
|
|
311
311
|
updateBlockchainPlatform(updateBlockchainPlatformRequest: requests.UpdateBlockchainPlatformRequest): Promise<responses.UpdateBlockchainPlatformResponse>;
|
|
312
312
|
/**
|
|
@@ -315,7 +315,7 @@ export declare class BlockchainPlatformClient {
|
|
|
315
315
|
* @param UpdateOsnRequest
|
|
316
316
|
* @return UpdateOsnResponse
|
|
317
317
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
|
|
319
319
|
*/
|
|
320
320
|
updateOsn(updateOsnRequest: requests.UpdateOsnRequest): Promise<responses.UpdateOsnResponse>;
|
|
321
321
|
/**
|
|
@@ -324,7 +324,7 @@ export declare class BlockchainPlatformClient {
|
|
|
324
324
|
* @param UpdatePeerRequest
|
|
325
325
|
* @return UpdatePeerResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
|
|
328
328
|
*/
|
|
329
329
|
updatePeer(updatePeerRequest: requests.UpdatePeerRequest): Promise<responses.UpdatePeerResponse>;
|
|
330
330
|
/**
|
|
@@ -333,7 +333,7 @@ export declare class BlockchainPlatformClient {
|
|
|
333
333
|
* @param UpgradeBlockchainPlatformRequest
|
|
334
334
|
* @return UpgradeBlockchainPlatformResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
|
|
337
337
|
*/
|
|
338
338
|
upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest: requests.UpgradeBlockchainPlatformRequest): Promise<responses.UpgradeBlockchainPlatformResponse>;
|
|
339
339
|
}
|
package/lib/client.js
CHANGED
|
@@ -202,7 +202,7 @@ class BlockchainPlatformClient {
|
|
|
202
202
|
* @param ChangeBlockchainPlatformCompartmentRequest
|
|
203
203
|
* @return ChangeBlockchainPlatformCompartmentResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
|
|
206
206
|
*/
|
|
207
207
|
changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest) {
|
|
208
208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -265,7 +265,7 @@ class BlockchainPlatformClient {
|
|
|
265
265
|
* @param CreateBlockchainPlatformRequest
|
|
266
266
|
* @return CreateBlockchainPlatformResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
|
|
269
269
|
*/
|
|
270
270
|
createBlockchainPlatform(createBlockchainPlatformRequest) {
|
|
271
271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -324,7 +324,7 @@ class BlockchainPlatformClient {
|
|
|
324
324
|
* @param CreateOsnRequest
|
|
325
325
|
* @return CreateOsnResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
|
|
328
328
|
*/
|
|
329
329
|
createOsn(createOsnRequest) {
|
|
330
330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -386,7 +386,7 @@ class BlockchainPlatformClient {
|
|
|
386
386
|
* @param CreatePeerRequest
|
|
387
387
|
* @return CreatePeerResponse
|
|
388
388
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
|
|
390
390
|
*/
|
|
391
391
|
createPeer(createPeerRequest) {
|
|
392
392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -447,7 +447,7 @@ class BlockchainPlatformClient {
|
|
|
447
447
|
* @param DeleteBlockchainPlatformRequest
|
|
448
448
|
* @return DeleteBlockchainPlatformResponse
|
|
449
449
|
* @throws OciError when an error occurs
|
|
450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
|
|
451
451
|
*/
|
|
452
452
|
deleteBlockchainPlatform(deleteBlockchainPlatformRequest) {
|
|
453
453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -508,7 +508,7 @@ class BlockchainPlatformClient {
|
|
|
508
508
|
* @param DeleteOsnRequest
|
|
509
509
|
* @return DeleteOsnResponse
|
|
510
510
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
|
|
512
512
|
*/
|
|
513
513
|
deleteOsn(deleteOsnRequest) {
|
|
514
514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -569,7 +569,7 @@ class BlockchainPlatformClient {
|
|
|
569
569
|
* @param DeletePeerRequest
|
|
570
570
|
* @return DeletePeerResponse
|
|
571
571
|
* @throws OciError when an error occurs
|
|
572
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
|
|
573
573
|
*/
|
|
574
574
|
deletePeer(deletePeerRequest) {
|
|
575
575
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -631,7 +631,7 @@ class BlockchainPlatformClient {
|
|
|
631
631
|
* @param DeleteWorkRequestRequest
|
|
632
632
|
* @return DeleteWorkRequestResponse
|
|
633
633
|
* @throws OciError when an error occurs
|
|
634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
635
635
|
*/
|
|
636
636
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
637
637
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -691,7 +691,7 @@ class BlockchainPlatformClient {
|
|
|
691
691
|
* @param GetBlockchainPlatformRequest
|
|
692
692
|
* @return GetBlockchainPlatformResponse
|
|
693
693
|
* @throws OciError when an error occurs
|
|
694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
|
|
695
695
|
*/
|
|
696
696
|
getBlockchainPlatform(getBlockchainPlatformRequest) {
|
|
697
697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -754,7 +754,7 @@ class BlockchainPlatformClient {
|
|
|
754
754
|
* @param GetOsnRequest
|
|
755
755
|
* @return GetOsnResponse
|
|
756
756
|
* @throws OciError when an error occurs
|
|
757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
|
|
758
758
|
*/
|
|
759
759
|
getOsn(getOsnRequest) {
|
|
760
760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -818,7 +818,7 @@ class BlockchainPlatformClient {
|
|
|
818
818
|
* @param GetPeerRequest
|
|
819
819
|
* @return GetPeerResponse
|
|
820
820
|
* @throws OciError when an error occurs
|
|
821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
821
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
|
|
822
822
|
*/
|
|
823
823
|
getPeer(getPeerRequest) {
|
|
824
824
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -882,7 +882,7 @@ class BlockchainPlatformClient {
|
|
|
882
882
|
* @param GetWorkRequestRequest
|
|
883
883
|
* @return GetWorkRequestResponse
|
|
884
884
|
* @throws OciError when an error occurs
|
|
885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
886
886
|
*/
|
|
887
887
|
getWorkRequest(getWorkRequestRequest) {
|
|
888
888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -950,7 +950,7 @@ class BlockchainPlatformClient {
|
|
|
950
950
|
* @param ListBlockchainPlatformPatchesRequest
|
|
951
951
|
* @return ListBlockchainPlatformPatchesResponse
|
|
952
952
|
* @throws OciError when an error occurs
|
|
953
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
953
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
|
|
954
954
|
*/
|
|
955
955
|
listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest) {
|
|
956
956
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1016,7 +1016,7 @@ class BlockchainPlatformClient {
|
|
|
1016
1016
|
* @param ListBlockchainPlatformsRequest
|
|
1017
1017
|
* @return ListBlockchainPlatformsResponse
|
|
1018
1018
|
* @throws OciError when an error occurs
|
|
1019
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
|
|
1020
1020
|
*/
|
|
1021
1021
|
listBlockchainPlatforms(listBlockchainPlatformsRequest) {
|
|
1022
1022
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1085,7 +1085,7 @@ class BlockchainPlatformClient {
|
|
|
1085
1085
|
* @param ListOsnsRequest
|
|
1086
1086
|
* @return ListOsnsResponse
|
|
1087
1087
|
* @throws OciError when an error occurs
|
|
1088
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
|
|
1089
1089
|
*/
|
|
1090
1090
|
listOsns(listOsnsRequest) {
|
|
1091
1091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1155,7 +1155,7 @@ class BlockchainPlatformClient {
|
|
|
1155
1155
|
* @param ListPeersRequest
|
|
1156
1156
|
* @return ListPeersResponse
|
|
1157
1157
|
* @throws OciError when an error occurs
|
|
1158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
|
|
1159
1159
|
*/
|
|
1160
1160
|
listPeers(listPeersRequest) {
|
|
1161
1161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1226,7 +1226,7 @@ class BlockchainPlatformClient {
|
|
|
1226
1226
|
* @param ListWorkRequestErrorsRequest
|
|
1227
1227
|
* @return ListWorkRequestErrorsResponse
|
|
1228
1228
|
* @throws OciError when an error occurs
|
|
1229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1230
1230
|
*/
|
|
1231
1231
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1232
1232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1293,7 +1293,7 @@ class BlockchainPlatformClient {
|
|
|
1293
1293
|
* @param ListWorkRequestLogsRequest
|
|
1294
1294
|
* @return ListWorkRequestLogsResponse
|
|
1295
1295
|
* @throws OciError when an error occurs
|
|
1296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1297
1297
|
*/
|
|
1298
1298
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1299
1299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1360,7 +1360,7 @@ class BlockchainPlatformClient {
|
|
|
1360
1360
|
* @param ListWorkRequestsRequest
|
|
1361
1361
|
* @return ListWorkRequestsResponse
|
|
1362
1362
|
* @throws OciError when an error occurs
|
|
1363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1364
1364
|
*/
|
|
1365
1365
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1366
1366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1428,7 +1428,7 @@ class BlockchainPlatformClient {
|
|
|
1428
1428
|
* @param PreviewScaleBlockchainPlatformRequest
|
|
1429
1429
|
* @return PreviewScaleBlockchainPlatformResponse
|
|
1430
1430
|
* @throws OciError when an error occurs
|
|
1431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
|
|
1432
1432
|
*/
|
|
1433
1433
|
previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest) {
|
|
1434
1434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1492,7 +1492,7 @@ class BlockchainPlatformClient {
|
|
|
1492
1492
|
* @param ScaleBlockchainPlatformRequest
|
|
1493
1493
|
* @return ScaleBlockchainPlatformResponse
|
|
1494
1494
|
* @throws OciError when an error occurs
|
|
1495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
|
|
1496
1496
|
*/
|
|
1497
1497
|
scaleBlockchainPlatform(scaleBlockchainPlatformRequest) {
|
|
1498
1498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1554,7 +1554,7 @@ class BlockchainPlatformClient {
|
|
|
1554
1554
|
* @param StartBlockchainPlatformRequest
|
|
1555
1555
|
* @return StartBlockchainPlatformResponse
|
|
1556
1556
|
* @throws OciError when an error occurs
|
|
1557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
|
|
1558
1558
|
*/
|
|
1559
1559
|
startBlockchainPlatform(startBlockchainPlatformRequest) {
|
|
1560
1560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1615,7 +1615,7 @@ class BlockchainPlatformClient {
|
|
|
1615
1615
|
* @param StopBlockchainPlatformRequest
|
|
1616
1616
|
* @return StopBlockchainPlatformResponse
|
|
1617
1617
|
* @throws OciError when an error occurs
|
|
1618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
|
|
1619
1619
|
*/
|
|
1620
1620
|
stopBlockchainPlatform(stopBlockchainPlatformRequest) {
|
|
1621
1621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1676,7 +1676,7 @@ class BlockchainPlatformClient {
|
|
|
1676
1676
|
* @param UpdateBlockchainPlatformRequest
|
|
1677
1677
|
* @return UpdateBlockchainPlatformResponse
|
|
1678
1678
|
* @throws OciError when an error occurs
|
|
1679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
|
|
1680
1680
|
*/
|
|
1681
1681
|
updateBlockchainPlatform(updateBlockchainPlatformRequest) {
|
|
1682
1682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1738,7 +1738,7 @@ class BlockchainPlatformClient {
|
|
|
1738
1738
|
* @param UpdateOsnRequest
|
|
1739
1739
|
* @return UpdateOsnResponse
|
|
1740
1740
|
* @throws OciError when an error occurs
|
|
1741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
|
|
1742
1742
|
*/
|
|
1743
1743
|
updateOsn(updateOsnRequest) {
|
|
1744
1744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1801,7 +1801,7 @@ class BlockchainPlatformClient {
|
|
|
1801
1801
|
* @param UpdatePeerRequest
|
|
1802
1802
|
* @return UpdatePeerResponse
|
|
1803
1803
|
* @throws OciError when an error occurs
|
|
1804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
|
|
1805
1805
|
*/
|
|
1806
1806
|
updatePeer(updatePeerRequest) {
|
|
1807
1807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1864,7 +1864,7 @@ class BlockchainPlatformClient {
|
|
|
1864
1864
|
* @param UpgradeBlockchainPlatformRequest
|
|
1865
1865
|
* @return UpgradeBlockchainPlatformResponse
|
|
1866
1866
|
* @throws OciError when an error occurs
|
|
1867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
|
|
1868
1868
|
*/
|
|
1869
1869
|
upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest) {
|
|
1870
1870
|
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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.90.0-1722272724",
|
|
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.90.0-1722272724",
|
|
19
|
+
"oci-workrequests": "2.90.0-1722272724"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|