oci-blockchain 2.102.1 → 2.103.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/model/work-request-error.d.ts +1 -1
- 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
|
@@ -100,7 +100,7 @@ export declare class BlockchainPlatformClient {
|
|
|
100
100
|
* @param ChangeBlockchainPlatformCompartmentRequest
|
|
101
101
|
* @return ChangeBlockchainPlatformCompartmentResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.
|
|
103
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
|
|
104
104
|
*/
|
|
105
105
|
changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest: requests.ChangeBlockchainPlatformCompartmentRequest): Promise<responses.ChangeBlockchainPlatformCompartmentResponse>;
|
|
106
106
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class BlockchainPlatformClient {
|
|
|
110
110
|
* @param CreateBlockchainPlatformRequest
|
|
111
111
|
* @return CreateBlockchainPlatformResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.
|
|
113
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
|
|
114
114
|
*/
|
|
115
115
|
createBlockchainPlatform(createBlockchainPlatformRequest: requests.CreateBlockchainPlatformRequest): Promise<responses.CreateBlockchainPlatformResponse>;
|
|
116
116
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class BlockchainPlatformClient {
|
|
|
119
119
|
* @param CreateOsnRequest
|
|
120
120
|
* @return CreateOsnResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.
|
|
122
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
|
|
123
123
|
*/
|
|
124
124
|
createOsn(createOsnRequest: requests.CreateOsnRequest): Promise<responses.CreateOsnResponse>;
|
|
125
125
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class BlockchainPlatformClient {
|
|
|
128
128
|
* @param CreatePeerRequest
|
|
129
129
|
* @return CreatePeerResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.
|
|
131
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
|
|
132
132
|
*/
|
|
133
133
|
createPeer(createPeerRequest: requests.CreatePeerRequest): Promise<responses.CreatePeerResponse>;
|
|
134
134
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class BlockchainPlatformClient {
|
|
|
137
137
|
* @param DeleteBlockchainPlatformRequest
|
|
138
138
|
* @return DeleteBlockchainPlatformResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.
|
|
140
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
|
|
141
141
|
*/
|
|
142
142
|
deleteBlockchainPlatform(deleteBlockchainPlatformRequest: requests.DeleteBlockchainPlatformRequest): Promise<responses.DeleteBlockchainPlatformResponse>;
|
|
143
143
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class BlockchainPlatformClient {
|
|
|
146
146
|
* @param DeleteOsnRequest
|
|
147
147
|
* @return DeleteOsnResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.
|
|
149
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
|
|
150
150
|
*/
|
|
151
151
|
deleteOsn(deleteOsnRequest: requests.DeleteOsnRequest): Promise<responses.DeleteOsnResponse>;
|
|
152
152
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class BlockchainPlatformClient {
|
|
|
155
155
|
* @param DeletePeerRequest
|
|
156
156
|
* @return DeletePeerResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.
|
|
158
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
|
|
159
159
|
*/
|
|
160
160
|
deletePeer(deletePeerRequest: requests.DeletePeerRequest): Promise<responses.DeletePeerResponse>;
|
|
161
161
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class BlockchainPlatformClient {
|
|
|
164
164
|
* @param DeleteWorkRequestRequest
|
|
165
165
|
* @return DeleteWorkRequestResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.
|
|
167
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
168
168
|
*/
|
|
169
169
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
170
170
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class BlockchainPlatformClient {
|
|
|
173
173
|
* @param GetBlockchainPlatformRequest
|
|
174
174
|
* @return GetBlockchainPlatformResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.
|
|
176
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
|
|
177
177
|
*/
|
|
178
178
|
getBlockchainPlatform(getBlockchainPlatformRequest: requests.GetBlockchainPlatformRequest): Promise<responses.GetBlockchainPlatformResponse>;
|
|
179
179
|
/**
|
|
@@ -182,7 +182,7 @@ export declare class BlockchainPlatformClient {
|
|
|
182
182
|
* @param GetOsnRequest
|
|
183
183
|
* @return GetOsnResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.
|
|
185
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
|
|
186
186
|
*/
|
|
187
187
|
getOsn(getOsnRequest: requests.GetOsnRequest): Promise<responses.GetOsnResponse>;
|
|
188
188
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class BlockchainPlatformClient {
|
|
|
191
191
|
* @param GetPeerRequest
|
|
192
192
|
* @return GetPeerResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.
|
|
194
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
|
|
195
195
|
*/
|
|
196
196
|
getPeer(getPeerRequest: requests.GetPeerRequest): Promise<responses.GetPeerResponse>;
|
|
197
197
|
/**
|
|
@@ -200,7 +200,7 @@ export declare class BlockchainPlatformClient {
|
|
|
200
200
|
* @param GetWorkRequestRequest
|
|
201
201
|
* @return GetWorkRequestResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.
|
|
203
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
204
204
|
*/
|
|
205
205
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
206
206
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class BlockchainPlatformClient {
|
|
|
209
209
|
* @param ListBlockchainPlatformPatchesRequest
|
|
210
210
|
* @return ListBlockchainPlatformPatchesResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.
|
|
212
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
|
|
213
213
|
*/
|
|
214
214
|
listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest: requests.ListBlockchainPlatformPatchesRequest): Promise<responses.ListBlockchainPlatformPatchesResponse>;
|
|
215
215
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class BlockchainPlatformClient {
|
|
|
218
218
|
* @param ListBlockchainPlatformsRequest
|
|
219
219
|
* @return ListBlockchainPlatformsResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.
|
|
221
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
|
|
222
222
|
*/
|
|
223
223
|
listBlockchainPlatforms(listBlockchainPlatformsRequest: requests.ListBlockchainPlatformsRequest): Promise<responses.ListBlockchainPlatformsResponse>;
|
|
224
224
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class BlockchainPlatformClient {
|
|
|
227
227
|
* @param ListOsnsRequest
|
|
228
228
|
* @return ListOsnsResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.
|
|
230
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
|
|
231
231
|
*/
|
|
232
232
|
listOsns(listOsnsRequest: requests.ListOsnsRequest): Promise<responses.ListOsnsResponse>;
|
|
233
233
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class BlockchainPlatformClient {
|
|
|
236
236
|
* @param ListPeersRequest
|
|
237
237
|
* @return ListPeersResponse
|
|
238
238
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.
|
|
239
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
|
|
240
240
|
*/
|
|
241
241
|
listPeers(listPeersRequest: requests.ListPeersRequest): Promise<responses.ListPeersResponse>;
|
|
242
242
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class BlockchainPlatformClient {
|
|
|
246
246
|
* @param ListWorkRequestErrorsRequest
|
|
247
247
|
* @return ListWorkRequestErrorsResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.
|
|
249
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
250
250
|
*/
|
|
251
251
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
252
252
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class BlockchainPlatformClient {
|
|
|
256
256
|
* @param ListWorkRequestLogsRequest
|
|
257
257
|
* @return ListWorkRequestLogsResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.
|
|
259
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
260
260
|
*/
|
|
261
261
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
262
262
|
/**
|
|
@@ -266,7 +266,7 @@ export declare class BlockchainPlatformClient {
|
|
|
266
266
|
* @param ListWorkRequestsRequest
|
|
267
267
|
* @return ListWorkRequestsResponse
|
|
268
268
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.
|
|
269
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
270
270
|
*/
|
|
271
271
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
272
272
|
/**
|
|
@@ -275,7 +275,7 @@ export declare class BlockchainPlatformClient {
|
|
|
275
275
|
* @param PreviewScaleBlockchainPlatformRequest
|
|
276
276
|
* @return PreviewScaleBlockchainPlatformResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.
|
|
278
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
|
|
279
279
|
*/
|
|
280
280
|
previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest: requests.PreviewScaleBlockchainPlatformRequest): Promise<responses.PreviewScaleBlockchainPlatformResponse>;
|
|
281
281
|
/**
|
|
@@ -284,7 +284,7 @@ export declare class BlockchainPlatformClient {
|
|
|
284
284
|
* @param ScaleBlockchainPlatformRequest
|
|
285
285
|
* @return ScaleBlockchainPlatformResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.
|
|
287
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
|
|
288
288
|
*/
|
|
289
289
|
scaleBlockchainPlatform(scaleBlockchainPlatformRequest: requests.ScaleBlockchainPlatformRequest): Promise<responses.ScaleBlockchainPlatformResponse>;
|
|
290
290
|
/**
|
|
@@ -293,7 +293,7 @@ export declare class BlockchainPlatformClient {
|
|
|
293
293
|
* @param StartBlockchainPlatformRequest
|
|
294
294
|
* @return StartBlockchainPlatformResponse
|
|
295
295
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.
|
|
296
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
|
|
297
297
|
*/
|
|
298
298
|
startBlockchainPlatform(startBlockchainPlatformRequest: requests.StartBlockchainPlatformRequest): Promise<responses.StartBlockchainPlatformResponse>;
|
|
299
299
|
/**
|
|
@@ -302,7 +302,7 @@ export declare class BlockchainPlatformClient {
|
|
|
302
302
|
* @param StopBlockchainPlatformRequest
|
|
303
303
|
* @return StopBlockchainPlatformResponse
|
|
304
304
|
* @throws OciError when an error occurs
|
|
305
|
-
* @example Click {@link https://docs.
|
|
305
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
|
|
306
306
|
*/
|
|
307
307
|
stopBlockchainPlatform(stopBlockchainPlatformRequest: requests.StopBlockchainPlatformRequest): Promise<responses.StopBlockchainPlatformResponse>;
|
|
308
308
|
/**
|
|
@@ -311,7 +311,7 @@ export declare class BlockchainPlatformClient {
|
|
|
311
311
|
* @param UpdateBlockchainPlatformRequest
|
|
312
312
|
* @return UpdateBlockchainPlatformResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.
|
|
314
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
|
|
315
315
|
*/
|
|
316
316
|
updateBlockchainPlatform(updateBlockchainPlatformRequest: requests.UpdateBlockchainPlatformRequest): Promise<responses.UpdateBlockchainPlatformResponse>;
|
|
317
317
|
/**
|
|
@@ -320,7 +320,7 @@ export declare class BlockchainPlatformClient {
|
|
|
320
320
|
* @param UpdateOsnRequest
|
|
321
321
|
* @return UpdateOsnResponse
|
|
322
322
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.
|
|
323
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
|
|
324
324
|
*/
|
|
325
325
|
updateOsn(updateOsnRequest: requests.UpdateOsnRequest): Promise<responses.UpdateOsnResponse>;
|
|
326
326
|
/**
|
|
@@ -329,7 +329,7 @@ export declare class BlockchainPlatformClient {
|
|
|
329
329
|
* @param UpdatePeerRequest
|
|
330
330
|
* @return UpdatePeerResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.
|
|
332
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
|
|
333
333
|
*/
|
|
334
334
|
updatePeer(updatePeerRequest: requests.UpdatePeerRequest): Promise<responses.UpdatePeerResponse>;
|
|
335
335
|
/**
|
|
@@ -338,7 +338,7 @@ export declare class BlockchainPlatformClient {
|
|
|
338
338
|
* @param UpgradeBlockchainPlatformRequest
|
|
339
339
|
* @return UpgradeBlockchainPlatformResponse
|
|
340
340
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.
|
|
341
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
|
|
342
342
|
*/
|
|
343
343
|
upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest: requests.UpgradeBlockchainPlatformRequest): Promise<responses.UpgradeBlockchainPlatformResponse>;
|
|
344
344
|
}
|
package/lib/client.js
CHANGED
|
@@ -213,7 +213,7 @@ class BlockchainPlatformClient {
|
|
|
213
213
|
* @param ChangeBlockchainPlatformCompartmentRequest
|
|
214
214
|
* @return ChangeBlockchainPlatformCompartmentResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
|
|
217
217
|
*/
|
|
218
218
|
changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -276,7 +276,7 @@ class BlockchainPlatformClient {
|
|
|
276
276
|
* @param CreateBlockchainPlatformRequest
|
|
277
277
|
* @return CreateBlockchainPlatformResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.
|
|
279
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
|
|
280
280
|
*/
|
|
281
281
|
createBlockchainPlatform(createBlockchainPlatformRequest) {
|
|
282
282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -335,7 +335,7 @@ class BlockchainPlatformClient {
|
|
|
335
335
|
* @param CreateOsnRequest
|
|
336
336
|
* @return CreateOsnResponse
|
|
337
337
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.
|
|
338
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
|
|
339
339
|
*/
|
|
340
340
|
createOsn(createOsnRequest) {
|
|
341
341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -397,7 +397,7 @@ class BlockchainPlatformClient {
|
|
|
397
397
|
* @param CreatePeerRequest
|
|
398
398
|
* @return CreatePeerResponse
|
|
399
399
|
* @throws OciError when an error occurs
|
|
400
|
-
* @example Click {@link https://docs.
|
|
400
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
|
|
401
401
|
*/
|
|
402
402
|
createPeer(createPeerRequest) {
|
|
403
403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -458,7 +458,7 @@ class BlockchainPlatformClient {
|
|
|
458
458
|
* @param DeleteBlockchainPlatformRequest
|
|
459
459
|
* @return DeleteBlockchainPlatformResponse
|
|
460
460
|
* @throws OciError when an error occurs
|
|
461
|
-
* @example Click {@link https://docs.
|
|
461
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
|
|
462
462
|
*/
|
|
463
463
|
deleteBlockchainPlatform(deleteBlockchainPlatformRequest) {
|
|
464
464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -519,7 +519,7 @@ class BlockchainPlatformClient {
|
|
|
519
519
|
* @param DeleteOsnRequest
|
|
520
520
|
* @return DeleteOsnResponse
|
|
521
521
|
* @throws OciError when an error occurs
|
|
522
|
-
* @example Click {@link https://docs.
|
|
522
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
|
|
523
523
|
*/
|
|
524
524
|
deleteOsn(deleteOsnRequest) {
|
|
525
525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -580,7 +580,7 @@ class BlockchainPlatformClient {
|
|
|
580
580
|
* @param DeletePeerRequest
|
|
581
581
|
* @return DeletePeerResponse
|
|
582
582
|
* @throws OciError when an error occurs
|
|
583
|
-
* @example Click {@link https://docs.
|
|
583
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
|
|
584
584
|
*/
|
|
585
585
|
deletePeer(deletePeerRequest) {
|
|
586
586
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -642,7 +642,7 @@ class BlockchainPlatformClient {
|
|
|
642
642
|
* @param DeleteWorkRequestRequest
|
|
643
643
|
* @return DeleteWorkRequestResponse
|
|
644
644
|
* @throws OciError when an error occurs
|
|
645
|
-
* @example Click {@link https://docs.
|
|
645
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
646
646
|
*/
|
|
647
647
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
648
648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -702,7 +702,7 @@ class BlockchainPlatformClient {
|
|
|
702
702
|
* @param GetBlockchainPlatformRequest
|
|
703
703
|
* @return GetBlockchainPlatformResponse
|
|
704
704
|
* @throws OciError when an error occurs
|
|
705
|
-
* @example Click {@link https://docs.
|
|
705
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
|
|
706
706
|
*/
|
|
707
707
|
getBlockchainPlatform(getBlockchainPlatformRequest) {
|
|
708
708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -765,7 +765,7 @@ class BlockchainPlatformClient {
|
|
|
765
765
|
* @param GetOsnRequest
|
|
766
766
|
* @return GetOsnResponse
|
|
767
767
|
* @throws OciError when an error occurs
|
|
768
|
-
* @example Click {@link https://docs.
|
|
768
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
|
|
769
769
|
*/
|
|
770
770
|
getOsn(getOsnRequest) {
|
|
771
771
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -829,7 +829,7 @@ class BlockchainPlatformClient {
|
|
|
829
829
|
* @param GetPeerRequest
|
|
830
830
|
* @return GetPeerResponse
|
|
831
831
|
* @throws OciError when an error occurs
|
|
832
|
-
* @example Click {@link https://docs.
|
|
832
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
|
|
833
833
|
*/
|
|
834
834
|
getPeer(getPeerRequest) {
|
|
835
835
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -893,7 +893,7 @@ class BlockchainPlatformClient {
|
|
|
893
893
|
* @param GetWorkRequestRequest
|
|
894
894
|
* @return GetWorkRequestResponse
|
|
895
895
|
* @throws OciError when an error occurs
|
|
896
|
-
* @example Click {@link https://docs.
|
|
896
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
897
897
|
*/
|
|
898
898
|
getWorkRequest(getWorkRequestRequest) {
|
|
899
899
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -961,7 +961,7 @@ class BlockchainPlatformClient {
|
|
|
961
961
|
* @param ListBlockchainPlatformPatchesRequest
|
|
962
962
|
* @return ListBlockchainPlatformPatchesResponse
|
|
963
963
|
* @throws OciError when an error occurs
|
|
964
|
-
* @example Click {@link https://docs.
|
|
964
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
|
|
965
965
|
*/
|
|
966
966
|
listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest) {
|
|
967
967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1027,7 +1027,7 @@ class BlockchainPlatformClient {
|
|
|
1027
1027
|
* @param ListBlockchainPlatformsRequest
|
|
1028
1028
|
* @return ListBlockchainPlatformsResponse
|
|
1029
1029
|
* @throws OciError when an error occurs
|
|
1030
|
-
* @example Click {@link https://docs.
|
|
1030
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
|
|
1031
1031
|
*/
|
|
1032
1032
|
listBlockchainPlatforms(listBlockchainPlatformsRequest) {
|
|
1033
1033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1096,7 +1096,7 @@ class BlockchainPlatformClient {
|
|
|
1096
1096
|
* @param ListOsnsRequest
|
|
1097
1097
|
* @return ListOsnsResponse
|
|
1098
1098
|
* @throws OciError when an error occurs
|
|
1099
|
-
* @example Click {@link https://docs.
|
|
1099
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
|
|
1100
1100
|
*/
|
|
1101
1101
|
listOsns(listOsnsRequest) {
|
|
1102
1102
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1166,7 +1166,7 @@ class BlockchainPlatformClient {
|
|
|
1166
1166
|
* @param ListPeersRequest
|
|
1167
1167
|
* @return ListPeersResponse
|
|
1168
1168
|
* @throws OciError when an error occurs
|
|
1169
|
-
* @example Click {@link https://docs.
|
|
1169
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
|
|
1170
1170
|
*/
|
|
1171
1171
|
listPeers(listPeersRequest) {
|
|
1172
1172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1237,7 +1237,7 @@ class BlockchainPlatformClient {
|
|
|
1237
1237
|
* @param ListWorkRequestErrorsRequest
|
|
1238
1238
|
* @return ListWorkRequestErrorsResponse
|
|
1239
1239
|
* @throws OciError when an error occurs
|
|
1240
|
-
* @example Click {@link https://docs.
|
|
1240
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1241
1241
|
*/
|
|
1242
1242
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1243
1243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1304,7 +1304,7 @@ class BlockchainPlatformClient {
|
|
|
1304
1304
|
* @param ListWorkRequestLogsRequest
|
|
1305
1305
|
* @return ListWorkRequestLogsResponse
|
|
1306
1306
|
* @throws OciError when an error occurs
|
|
1307
|
-
* @example Click {@link https://docs.
|
|
1307
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1308
1308
|
*/
|
|
1309
1309
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1310
1310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1371,7 +1371,7 @@ class BlockchainPlatformClient {
|
|
|
1371
1371
|
* @param ListWorkRequestsRequest
|
|
1372
1372
|
* @return ListWorkRequestsResponse
|
|
1373
1373
|
* @throws OciError when an error occurs
|
|
1374
|
-
* @example Click {@link https://docs.
|
|
1374
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1375
1375
|
*/
|
|
1376
1376
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1377
1377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1439,7 +1439,7 @@ class BlockchainPlatformClient {
|
|
|
1439
1439
|
* @param PreviewScaleBlockchainPlatformRequest
|
|
1440
1440
|
* @return PreviewScaleBlockchainPlatformResponse
|
|
1441
1441
|
* @throws OciError when an error occurs
|
|
1442
|
-
* @example Click {@link https://docs.
|
|
1442
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
|
|
1443
1443
|
*/
|
|
1444
1444
|
previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest) {
|
|
1445
1445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1503,7 +1503,7 @@ class BlockchainPlatformClient {
|
|
|
1503
1503
|
* @param ScaleBlockchainPlatformRequest
|
|
1504
1504
|
* @return ScaleBlockchainPlatformResponse
|
|
1505
1505
|
* @throws OciError when an error occurs
|
|
1506
|
-
* @example Click {@link https://docs.
|
|
1506
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
|
|
1507
1507
|
*/
|
|
1508
1508
|
scaleBlockchainPlatform(scaleBlockchainPlatformRequest) {
|
|
1509
1509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1565,7 +1565,7 @@ class BlockchainPlatformClient {
|
|
|
1565
1565
|
* @param StartBlockchainPlatformRequest
|
|
1566
1566
|
* @return StartBlockchainPlatformResponse
|
|
1567
1567
|
* @throws OciError when an error occurs
|
|
1568
|
-
* @example Click {@link https://docs.
|
|
1568
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
|
|
1569
1569
|
*/
|
|
1570
1570
|
startBlockchainPlatform(startBlockchainPlatformRequest) {
|
|
1571
1571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1626,7 +1626,7 @@ class BlockchainPlatformClient {
|
|
|
1626
1626
|
* @param StopBlockchainPlatformRequest
|
|
1627
1627
|
* @return StopBlockchainPlatformResponse
|
|
1628
1628
|
* @throws OciError when an error occurs
|
|
1629
|
-
* @example Click {@link https://docs.
|
|
1629
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
|
|
1630
1630
|
*/
|
|
1631
1631
|
stopBlockchainPlatform(stopBlockchainPlatformRequest) {
|
|
1632
1632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1687,7 +1687,7 @@ class BlockchainPlatformClient {
|
|
|
1687
1687
|
* @param UpdateBlockchainPlatformRequest
|
|
1688
1688
|
* @return UpdateBlockchainPlatformResponse
|
|
1689
1689
|
* @throws OciError when an error occurs
|
|
1690
|
-
* @example Click {@link https://docs.
|
|
1690
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
|
|
1691
1691
|
*/
|
|
1692
1692
|
updateBlockchainPlatform(updateBlockchainPlatformRequest) {
|
|
1693
1693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1749,7 +1749,7 @@ class BlockchainPlatformClient {
|
|
|
1749
1749
|
* @param UpdateOsnRequest
|
|
1750
1750
|
* @return UpdateOsnResponse
|
|
1751
1751
|
* @throws OciError when an error occurs
|
|
1752
|
-
* @example Click {@link https://docs.
|
|
1752
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
|
|
1753
1753
|
*/
|
|
1754
1754
|
updateOsn(updateOsnRequest) {
|
|
1755
1755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1812,7 +1812,7 @@ class BlockchainPlatformClient {
|
|
|
1812
1812
|
* @param UpdatePeerRequest
|
|
1813
1813
|
* @return UpdatePeerResponse
|
|
1814
1814
|
* @throws OciError when an error occurs
|
|
1815
|
-
* @example Click {@link https://docs.
|
|
1815
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
|
|
1816
1816
|
*/
|
|
1817
1817
|
updatePeer(updatePeerRequest) {
|
|
1818
1818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1875,7 +1875,7 @@ class BlockchainPlatformClient {
|
|
|
1875
1875
|
* @param UpgradeBlockchainPlatformRequest
|
|
1876
1876
|
* @return UpgradeBlockchainPlatformResponse
|
|
1877
1877
|
* @throws OciError when an error occurs
|
|
1878
|
-
* @example Click {@link https://docs.
|
|
1878
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
|
|
1879
1879
|
*/
|
|
1880
1880
|
upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest) {
|
|
1881
1881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface WorkRequestError {
|
|
17
17
|
/**
|
|
18
18
|
* A machine-usable code for the error that occured. Error codes are listed on
|
|
19
|
-
* (https://docs.
|
|
19
|
+
* (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm)
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"code": string;
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.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.
|
|
16
|
+
* @example Click {@link https://docs.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.
|
|
16
|
+
* @example Click {@link https://docs.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.
|
|
16
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
16
|
+
* @example Click {@link https://docs.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.
|
|
16
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
15
|
+
* @example Click {@link https://docs.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.
|
|
16
|
+
* @example Click {@link https://docs.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.
|
|
16
|
+
* @example Click {@link https://docs.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.
|
|
16
|
+
* @example Click {@link https://docs.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.
|
|
16
|
+
* @example Click {@link https://docs.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.103.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.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|