oci-blockchain 2.79.0 → 2.79.1

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.
Files changed (31) hide show
  1. package/lib/client.d.ts +27 -28
  2. package/lib/client.js +56 -142
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/change-blockchain-platform-compartment-request.d.ts +1 -1
  5. package/lib/request/create-blockchain-platform-request.d.ts +1 -1
  6. package/lib/request/create-osn-request.d.ts +1 -1
  7. package/lib/request/create-peer-request.d.ts +1 -1
  8. package/lib/request/delete-blockchain-platform-request.d.ts +1 -1
  9. package/lib/request/delete-osn-request.d.ts +1 -1
  10. package/lib/request/delete-peer-request.d.ts +1 -1
  11. package/lib/request/delete-work-request-request.d.ts +1 -1
  12. package/lib/request/get-blockchain-platform-request.d.ts +1 -1
  13. package/lib/request/get-osn-request.d.ts +1 -1
  14. package/lib/request/get-peer-request.d.ts +1 -1
  15. package/lib/request/get-work-request-request.d.ts +1 -1
  16. package/lib/request/list-blockchain-platform-patches-request.d.ts +1 -1
  17. package/lib/request/list-blockchain-platforms-request.d.ts +1 -1
  18. package/lib/request/list-osns-request.d.ts +1 -1
  19. package/lib/request/list-peers-request.d.ts +1 -1
  20. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  21. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  22. package/lib/request/list-work-requests-request.d.ts +1 -1
  23. package/lib/request/preview-scale-blockchain-platform-request.d.ts +1 -1
  24. package/lib/request/scale-blockchain-platform-request.d.ts +1 -1
  25. package/lib/request/start-blockchain-platform-request.d.ts +1 -1
  26. package/lib/request/stop-blockchain-platform-request.d.ts +1 -1
  27. package/lib/request/update-blockchain-platform-request.d.ts +1 -1
  28. package/lib/request/update-osn-request.d.ts +1 -1
  29. package/lib/request/update-peer-request.d.ts +1 -1
  30. package/lib/request/upgrade-blockchain-platform-request.d.ts +1 -1
  31. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -46,7 +46,6 @@ export declare class BlockchainPlatformClient {
46
46
  * @param endpoint The endpoint of the service.
47
47
  */
48
48
  set endpoint(endpoint: string);
49
- get logger(): import("oci-common/lib/log").Logger;
50
49
  /**
51
50
  * Determines whether realm specific endpoint should be used or not.
52
51
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -91,7 +90,7 @@ export declare class BlockchainPlatformClient {
91
90
  * @param ChangeBlockchainPlatformCompartmentRequest
92
91
  * @return ChangeBlockchainPlatformCompartmentResponse
93
92
  * @throws OciError when an error occurs
94
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
95
94
  */
96
95
  changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest: requests.ChangeBlockchainPlatformCompartmentRequest): Promise<responses.ChangeBlockchainPlatformCompartmentResponse>;
97
96
  /**
@@ -101,7 +100,7 @@ export declare class BlockchainPlatformClient {
101
100
  * @param CreateBlockchainPlatformRequest
102
101
  * @return CreateBlockchainPlatformResponse
103
102
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
105
104
  */
106
105
  createBlockchainPlatform(createBlockchainPlatformRequest: requests.CreateBlockchainPlatformRequest): Promise<responses.CreateBlockchainPlatformResponse>;
107
106
  /**
@@ -110,7 +109,7 @@ export declare class BlockchainPlatformClient {
110
109
  * @param CreateOsnRequest
111
110
  * @return CreateOsnResponse
112
111
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
114
113
  */
115
114
  createOsn(createOsnRequest: requests.CreateOsnRequest): Promise<responses.CreateOsnResponse>;
116
115
  /**
@@ -119,7 +118,7 @@ export declare class BlockchainPlatformClient {
119
118
  * @param CreatePeerRequest
120
119
  * @return CreatePeerResponse
121
120
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
123
122
  */
124
123
  createPeer(createPeerRequest: requests.CreatePeerRequest): Promise<responses.CreatePeerResponse>;
125
124
  /**
@@ -128,7 +127,7 @@ export declare class BlockchainPlatformClient {
128
127
  * @param DeleteBlockchainPlatformRequest
129
128
  * @return DeleteBlockchainPlatformResponse
130
129
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
132
131
  */
133
132
  deleteBlockchainPlatform(deleteBlockchainPlatformRequest: requests.DeleteBlockchainPlatformRequest): Promise<responses.DeleteBlockchainPlatformResponse>;
134
133
  /**
@@ -137,7 +136,7 @@ export declare class BlockchainPlatformClient {
137
136
  * @param DeleteOsnRequest
138
137
  * @return DeleteOsnResponse
139
138
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
141
140
  */
142
141
  deleteOsn(deleteOsnRequest: requests.DeleteOsnRequest): Promise<responses.DeleteOsnResponse>;
143
142
  /**
@@ -146,7 +145,7 @@ export declare class BlockchainPlatformClient {
146
145
  * @param DeletePeerRequest
147
146
  * @return DeletePeerResponse
148
147
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
150
149
  */
151
150
  deletePeer(deletePeerRequest: requests.DeletePeerRequest): Promise<responses.DeletePeerResponse>;
152
151
  /**
@@ -155,7 +154,7 @@ export declare class BlockchainPlatformClient {
155
154
  * @param DeleteWorkRequestRequest
156
155
  * @return DeleteWorkRequestResponse
157
156
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
159
158
  */
160
159
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
161
160
  /**
@@ -164,7 +163,7 @@ export declare class BlockchainPlatformClient {
164
163
  * @param GetBlockchainPlatformRequest
165
164
  * @return GetBlockchainPlatformResponse
166
165
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
168
167
  */
169
168
  getBlockchainPlatform(getBlockchainPlatformRequest: requests.GetBlockchainPlatformRequest): Promise<responses.GetBlockchainPlatformResponse>;
170
169
  /**
@@ -173,7 +172,7 @@ export declare class BlockchainPlatformClient {
173
172
  * @param GetOsnRequest
174
173
  * @return GetOsnResponse
175
174
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
177
176
  */
178
177
  getOsn(getOsnRequest: requests.GetOsnRequest): Promise<responses.GetOsnResponse>;
179
178
  /**
@@ -182,7 +181,7 @@ export declare class BlockchainPlatformClient {
182
181
  * @param GetPeerRequest
183
182
  * @return GetPeerResponse
184
183
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
186
185
  */
187
186
  getPeer(getPeerRequest: requests.GetPeerRequest): Promise<responses.GetPeerResponse>;
188
187
  /**
@@ -191,7 +190,7 @@ export declare class BlockchainPlatformClient {
191
190
  * @param GetWorkRequestRequest
192
191
  * @return GetWorkRequestResponse
193
192
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
195
194
  */
196
195
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
197
196
  /**
@@ -200,7 +199,7 @@ export declare class BlockchainPlatformClient {
200
199
  * @param ListBlockchainPlatformPatchesRequest
201
200
  * @return ListBlockchainPlatformPatchesResponse
202
201
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
204
203
  */
205
204
  listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest: requests.ListBlockchainPlatformPatchesRequest): Promise<responses.ListBlockchainPlatformPatchesResponse>;
206
205
  /**
@@ -209,7 +208,7 @@ export declare class BlockchainPlatformClient {
209
208
  * @param ListBlockchainPlatformsRequest
210
209
  * @return ListBlockchainPlatformsResponse
211
210
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
213
212
  */
214
213
  listBlockchainPlatforms(listBlockchainPlatformsRequest: requests.ListBlockchainPlatformsRequest): Promise<responses.ListBlockchainPlatformsResponse>;
215
214
  /**
@@ -218,7 +217,7 @@ export declare class BlockchainPlatformClient {
218
217
  * @param ListOsnsRequest
219
218
  * @return ListOsnsResponse
220
219
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
222
221
  */
223
222
  listOsns(listOsnsRequest: requests.ListOsnsRequest): Promise<responses.ListOsnsResponse>;
224
223
  /**
@@ -227,7 +226,7 @@ export declare class BlockchainPlatformClient {
227
226
  * @param ListPeersRequest
228
227
  * @return ListPeersResponse
229
228
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
231
230
  */
232
231
  listPeers(listPeersRequest: requests.ListPeersRequest): Promise<responses.ListPeersResponse>;
233
232
  /**
@@ -237,7 +236,7 @@ export declare class BlockchainPlatformClient {
237
236
  * @param ListWorkRequestErrorsRequest
238
237
  * @return ListWorkRequestErrorsResponse
239
238
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
241
240
  */
242
241
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
243
242
  /**
@@ -247,7 +246,7 @@ export declare class BlockchainPlatformClient {
247
246
  * @param ListWorkRequestLogsRequest
248
247
  * @return ListWorkRequestLogsResponse
249
248
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
251
250
  */
252
251
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
253
252
  /**
@@ -257,7 +256,7 @@ export declare class BlockchainPlatformClient {
257
256
  * @param ListWorkRequestsRequest
258
257
  * @return ListWorkRequestsResponse
259
258
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
261
260
  */
262
261
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
263
262
  /**
@@ -266,7 +265,7 @@ export declare class BlockchainPlatformClient {
266
265
  * @param PreviewScaleBlockchainPlatformRequest
267
266
  * @return PreviewScaleBlockchainPlatformResponse
268
267
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
270
269
  */
271
270
  previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest: requests.PreviewScaleBlockchainPlatformRequest): Promise<responses.PreviewScaleBlockchainPlatformResponse>;
272
271
  /**
@@ -275,7 +274,7 @@ export declare class BlockchainPlatformClient {
275
274
  * @param ScaleBlockchainPlatformRequest
276
275
  * @return ScaleBlockchainPlatformResponse
277
276
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
279
278
  */
280
279
  scaleBlockchainPlatform(scaleBlockchainPlatformRequest: requests.ScaleBlockchainPlatformRequest): Promise<responses.ScaleBlockchainPlatformResponse>;
281
280
  /**
@@ -284,7 +283,7 @@ export declare class BlockchainPlatformClient {
284
283
  * @param StartBlockchainPlatformRequest
285
284
  * @return StartBlockchainPlatformResponse
286
285
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
288
287
  */
289
288
  startBlockchainPlatform(startBlockchainPlatformRequest: requests.StartBlockchainPlatformRequest): Promise<responses.StartBlockchainPlatformResponse>;
290
289
  /**
@@ -293,7 +292,7 @@ export declare class BlockchainPlatformClient {
293
292
  * @param StopBlockchainPlatformRequest
294
293
  * @return StopBlockchainPlatformResponse
295
294
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
297
296
  */
298
297
  stopBlockchainPlatform(stopBlockchainPlatformRequest: requests.StopBlockchainPlatformRequest): Promise<responses.StopBlockchainPlatformResponse>;
299
298
  /**
@@ -302,7 +301,7 @@ export declare class BlockchainPlatformClient {
302
301
  * @param UpdateBlockchainPlatformRequest
303
302
  * @return UpdateBlockchainPlatformResponse
304
303
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
306
305
  */
307
306
  updateBlockchainPlatform(updateBlockchainPlatformRequest: requests.UpdateBlockchainPlatformRequest): Promise<responses.UpdateBlockchainPlatformResponse>;
308
307
  /**
@@ -311,7 +310,7 @@ export declare class BlockchainPlatformClient {
311
310
  * @param UpdateOsnRequest
312
311
  * @return UpdateOsnResponse
313
312
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
315
314
  */
316
315
  updateOsn(updateOsnRequest: requests.UpdateOsnRequest): Promise<responses.UpdateOsnResponse>;
317
316
  /**
@@ -320,7 +319,7 @@ export declare class BlockchainPlatformClient {
320
319
  * @param UpdatePeerRequest
321
320
  * @return UpdatePeerResponse
322
321
  * @throws OciError when an error occurs
323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
324
323
  */
325
324
  updatePeer(updatePeerRequest: requests.UpdatePeerRequest): Promise<responses.UpdatePeerResponse>;
326
325
  /**
@@ -329,7 +328,7 @@ export declare class BlockchainPlatformClient {
329
328
  * @param UpgradeBlockchainPlatformRequest
330
329
  * @return UpgradeBlockchainPlatformResponse
331
330
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
333
332
  */
334
333
  upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest: requests.UpgradeBlockchainPlatformRequest): Promise<responses.UpgradeBlockchainPlatformResponse>;
335
334
  }