oci-blockchain 2.58.1 → 2.60.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.
Files changed (30) hide show
  1. package/lib/client.d.ts +27 -27
  2. package/lib/client.js +27 -27
  3. package/lib/request/change-blockchain-platform-compartment-request.d.ts +1 -1
  4. package/lib/request/create-blockchain-platform-request.d.ts +1 -1
  5. package/lib/request/create-osn-request.d.ts +1 -1
  6. package/lib/request/create-peer-request.d.ts +1 -1
  7. package/lib/request/delete-blockchain-platform-request.d.ts +1 -1
  8. package/lib/request/delete-osn-request.d.ts +1 -1
  9. package/lib/request/delete-peer-request.d.ts +1 -1
  10. package/lib/request/delete-work-request-request.d.ts +1 -1
  11. package/lib/request/get-blockchain-platform-request.d.ts +1 -1
  12. package/lib/request/get-osn-request.d.ts +1 -1
  13. package/lib/request/get-peer-request.d.ts +1 -1
  14. package/lib/request/get-work-request-request.d.ts +1 -1
  15. package/lib/request/list-blockchain-platform-patches-request.d.ts +1 -1
  16. package/lib/request/list-blockchain-platforms-request.d.ts +1 -1
  17. package/lib/request/list-osns-request.d.ts +1 -1
  18. package/lib/request/list-peers-request.d.ts +1 -1
  19. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  20. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  21. package/lib/request/list-work-requests-request.d.ts +1 -1
  22. package/lib/request/preview-scale-blockchain-platform-request.d.ts +1 -1
  23. package/lib/request/scale-blockchain-platform-request.d.ts +1 -1
  24. package/lib/request/start-blockchain-platform-request.d.ts +1 -1
  25. package/lib/request/stop-blockchain-platform-request.d.ts +1 -1
  26. package/lib/request/update-blockchain-platform-request.d.ts +1 -1
  27. package/lib/request/update-osn-request.d.ts +1 -1
  28. package/lib/request/update-peer-request.d.ts +1 -1
  29. package/lib/request/upgrade-blockchain-platform-request.d.ts +1 -1
  30. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -85,7 +85,7 @@ export declare class BlockchainPlatformClient {
85
85
  * @param ChangeBlockchainPlatformCompartmentRequest
86
86
  * @return ChangeBlockchainPlatformCompartmentResponse
87
87
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
89
89
  */
90
90
  changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest: requests.ChangeBlockchainPlatformCompartmentRequest): Promise<responses.ChangeBlockchainPlatformCompartmentResponse>;
91
91
  /**
@@ -95,7 +95,7 @@ export declare class BlockchainPlatformClient {
95
95
  * @param CreateBlockchainPlatformRequest
96
96
  * @return CreateBlockchainPlatformResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
99
99
  */
100
100
  createBlockchainPlatform(createBlockchainPlatformRequest: requests.CreateBlockchainPlatformRequest): Promise<responses.CreateBlockchainPlatformResponse>;
101
101
  /**
@@ -104,7 +104,7 @@ export declare class BlockchainPlatformClient {
104
104
  * @param CreateOsnRequest
105
105
  * @return CreateOsnResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
108
108
  */
109
109
  createOsn(createOsnRequest: requests.CreateOsnRequest): Promise<responses.CreateOsnResponse>;
110
110
  /**
@@ -113,7 +113,7 @@ export declare class BlockchainPlatformClient {
113
113
  * @param CreatePeerRequest
114
114
  * @return CreatePeerResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
117
117
  */
118
118
  createPeer(createPeerRequest: requests.CreatePeerRequest): Promise<responses.CreatePeerResponse>;
119
119
  /**
@@ -122,7 +122,7 @@ export declare class BlockchainPlatformClient {
122
122
  * @param DeleteBlockchainPlatformRequest
123
123
  * @return DeleteBlockchainPlatformResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
126
126
  */
127
127
  deleteBlockchainPlatform(deleteBlockchainPlatformRequest: requests.DeleteBlockchainPlatformRequest): Promise<responses.DeleteBlockchainPlatformResponse>;
128
128
  /**
@@ -131,7 +131,7 @@ export declare class BlockchainPlatformClient {
131
131
  * @param DeleteOsnRequest
132
132
  * @return DeleteOsnResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
135
135
  */
136
136
  deleteOsn(deleteOsnRequest: requests.DeleteOsnRequest): Promise<responses.DeleteOsnResponse>;
137
137
  /**
@@ -140,7 +140,7 @@ export declare class BlockchainPlatformClient {
140
140
  * @param DeletePeerRequest
141
141
  * @return DeletePeerResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
144
144
  */
145
145
  deletePeer(deletePeerRequest: requests.DeletePeerRequest): Promise<responses.DeletePeerResponse>;
146
146
  /**
@@ -149,7 +149,7 @@ export declare class BlockchainPlatformClient {
149
149
  * @param DeleteWorkRequestRequest
150
150
  * @return DeleteWorkRequestResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
153
153
  */
154
154
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
155
155
  /**
@@ -158,7 +158,7 @@ export declare class BlockchainPlatformClient {
158
158
  * @param GetBlockchainPlatformRequest
159
159
  * @return GetBlockchainPlatformResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
162
162
  */
163
163
  getBlockchainPlatform(getBlockchainPlatformRequest: requests.GetBlockchainPlatformRequest): Promise<responses.GetBlockchainPlatformResponse>;
164
164
  /**
@@ -167,7 +167,7 @@ export declare class BlockchainPlatformClient {
167
167
  * @param GetOsnRequest
168
168
  * @return GetOsnResponse
169
169
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
171
171
  */
172
172
  getOsn(getOsnRequest: requests.GetOsnRequest): Promise<responses.GetOsnResponse>;
173
173
  /**
@@ -176,7 +176,7 @@ export declare class BlockchainPlatformClient {
176
176
  * @param GetPeerRequest
177
177
  * @return GetPeerResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
180
180
  */
181
181
  getPeer(getPeerRequest: requests.GetPeerRequest): Promise<responses.GetPeerResponse>;
182
182
  /**
@@ -185,7 +185,7 @@ export declare class BlockchainPlatformClient {
185
185
  * @param GetWorkRequestRequest
186
186
  * @return GetWorkRequestResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
189
189
  */
190
190
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
191
191
  /**
@@ -194,7 +194,7 @@ export declare class BlockchainPlatformClient {
194
194
  * @param ListBlockchainPlatformPatchesRequest
195
195
  * @return ListBlockchainPlatformPatchesResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
198
198
  */
199
199
  listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest: requests.ListBlockchainPlatformPatchesRequest): Promise<responses.ListBlockchainPlatformPatchesResponse>;
200
200
  /**
@@ -203,7 +203,7 @@ export declare class BlockchainPlatformClient {
203
203
  * @param ListBlockchainPlatformsRequest
204
204
  * @return ListBlockchainPlatformsResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
207
207
  */
208
208
  listBlockchainPlatforms(listBlockchainPlatformsRequest: requests.ListBlockchainPlatformsRequest): Promise<responses.ListBlockchainPlatformsResponse>;
209
209
  /**
@@ -212,7 +212,7 @@ export declare class BlockchainPlatformClient {
212
212
  * @param ListOsnsRequest
213
213
  * @return ListOsnsResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
216
216
  */
217
217
  listOsns(listOsnsRequest: requests.ListOsnsRequest): Promise<responses.ListOsnsResponse>;
218
218
  /**
@@ -221,7 +221,7 @@ export declare class BlockchainPlatformClient {
221
221
  * @param ListPeersRequest
222
222
  * @return ListPeersResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
225
225
  */
226
226
  listPeers(listPeersRequest: requests.ListPeersRequest): Promise<responses.ListPeersResponse>;
227
227
  /**
@@ -231,7 +231,7 @@ export declare class BlockchainPlatformClient {
231
231
  * @param ListWorkRequestErrorsRequest
232
232
  * @return ListWorkRequestErrorsResponse
233
233
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
235
235
  */
236
236
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
237
237
  /**
@@ -241,7 +241,7 @@ export declare class BlockchainPlatformClient {
241
241
  * @param ListWorkRequestLogsRequest
242
242
  * @return ListWorkRequestLogsResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
245
245
  */
246
246
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
247
247
  /**
@@ -251,7 +251,7 @@ export declare class BlockchainPlatformClient {
251
251
  * @param ListWorkRequestsRequest
252
252
  * @return ListWorkRequestsResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
255
255
  */
256
256
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
257
257
  /**
@@ -260,7 +260,7 @@ export declare class BlockchainPlatformClient {
260
260
  * @param PreviewScaleBlockchainPlatformRequest
261
261
  * @return PreviewScaleBlockchainPlatformResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
264
264
  */
265
265
  previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest: requests.PreviewScaleBlockchainPlatformRequest): Promise<responses.PreviewScaleBlockchainPlatformResponse>;
266
266
  /**
@@ -269,7 +269,7 @@ export declare class BlockchainPlatformClient {
269
269
  * @param ScaleBlockchainPlatformRequest
270
270
  * @return ScaleBlockchainPlatformResponse
271
271
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
273
273
  */
274
274
  scaleBlockchainPlatform(scaleBlockchainPlatformRequest: requests.ScaleBlockchainPlatformRequest): Promise<responses.ScaleBlockchainPlatformResponse>;
275
275
  /**
@@ -278,7 +278,7 @@ export declare class BlockchainPlatformClient {
278
278
  * @param StartBlockchainPlatformRequest
279
279
  * @return StartBlockchainPlatformResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
282
282
  */
283
283
  startBlockchainPlatform(startBlockchainPlatformRequest: requests.StartBlockchainPlatformRequest): Promise<responses.StartBlockchainPlatformResponse>;
284
284
  /**
@@ -287,7 +287,7 @@ export declare class BlockchainPlatformClient {
287
287
  * @param StopBlockchainPlatformRequest
288
288
  * @return StopBlockchainPlatformResponse
289
289
  * @throws OciError when an error occurs
290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
291
291
  */
292
292
  stopBlockchainPlatform(stopBlockchainPlatformRequest: requests.StopBlockchainPlatformRequest): Promise<responses.StopBlockchainPlatformResponse>;
293
293
  /**
@@ -296,7 +296,7 @@ export declare class BlockchainPlatformClient {
296
296
  * @param UpdateBlockchainPlatformRequest
297
297
  * @return UpdateBlockchainPlatformResponse
298
298
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
300
300
  */
301
301
  updateBlockchainPlatform(updateBlockchainPlatformRequest: requests.UpdateBlockchainPlatformRequest): Promise<responses.UpdateBlockchainPlatformResponse>;
302
302
  /**
@@ -305,7 +305,7 @@ export declare class BlockchainPlatformClient {
305
305
  * @param UpdateOsnRequest
306
306
  * @return UpdateOsnResponse
307
307
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
309
309
  */
310
310
  updateOsn(updateOsnRequest: requests.UpdateOsnRequest): Promise<responses.UpdateOsnResponse>;
311
311
  /**
@@ -314,7 +314,7 @@ export declare class BlockchainPlatformClient {
314
314
  * @param UpdatePeerRequest
315
315
  * @return UpdatePeerResponse
316
316
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
318
318
  */
319
319
  updatePeer(updatePeerRequest: requests.UpdatePeerRequest): Promise<responses.UpdatePeerResponse>;
320
320
  /**
@@ -323,7 +323,7 @@ export declare class BlockchainPlatformClient {
323
323
  * @param UpgradeBlockchainPlatformRequest
324
324
  * @return UpgradeBlockchainPlatformResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
327
327
  */
328
328
  upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest: requests.UpgradeBlockchainPlatformRequest): Promise<responses.UpgradeBlockchainPlatformResponse>;
329
329
  }
package/lib/client.js CHANGED
@@ -179,7 +179,7 @@ class BlockchainPlatformClient {
179
179
  * @param ChangeBlockchainPlatformCompartmentRequest
180
180
  * @return ChangeBlockchainPlatformCompartmentResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
183
183
  */
184
184
  changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest) {
185
185
  return __awaiter(this, void 0, void 0, function* () {
@@ -242,7 +242,7 @@ class BlockchainPlatformClient {
242
242
  * @param CreateBlockchainPlatformRequest
243
243
  * @return CreateBlockchainPlatformResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
246
246
  */
247
247
  createBlockchainPlatform(createBlockchainPlatformRequest) {
248
248
  return __awaiter(this, void 0, void 0, function* () {
@@ -301,7 +301,7 @@ class BlockchainPlatformClient {
301
301
  * @param CreateOsnRequest
302
302
  * @return CreateOsnResponse
303
303
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
305
305
  */
306
306
  createOsn(createOsnRequest) {
307
307
  return __awaiter(this, void 0, void 0, function* () {
@@ -363,7 +363,7 @@ class BlockchainPlatformClient {
363
363
  * @param CreatePeerRequest
364
364
  * @return CreatePeerResponse
365
365
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
367
367
  */
368
368
  createPeer(createPeerRequest) {
369
369
  return __awaiter(this, void 0, void 0, function* () {
@@ -424,7 +424,7 @@ class BlockchainPlatformClient {
424
424
  * @param DeleteBlockchainPlatformRequest
425
425
  * @return DeleteBlockchainPlatformResponse
426
426
  * @throws OciError when an error occurs
427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
428
428
  */
429
429
  deleteBlockchainPlatform(deleteBlockchainPlatformRequest) {
430
430
  return __awaiter(this, void 0, void 0, function* () {
@@ -485,7 +485,7 @@ class BlockchainPlatformClient {
485
485
  * @param DeleteOsnRequest
486
486
  * @return DeleteOsnResponse
487
487
  * @throws OciError when an error occurs
488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
489
489
  */
490
490
  deleteOsn(deleteOsnRequest) {
491
491
  return __awaiter(this, void 0, void 0, function* () {
@@ -546,7 +546,7 @@ class BlockchainPlatformClient {
546
546
  * @param DeletePeerRequest
547
547
  * @return DeletePeerResponse
548
548
  * @throws OciError when an error occurs
549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
550
550
  */
551
551
  deletePeer(deletePeerRequest) {
552
552
  return __awaiter(this, void 0, void 0, function* () {
@@ -608,7 +608,7 @@ class BlockchainPlatformClient {
608
608
  * @param DeleteWorkRequestRequest
609
609
  * @return DeleteWorkRequestResponse
610
610
  * @throws OciError when an error occurs
611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
612
612
  */
613
613
  deleteWorkRequest(deleteWorkRequestRequest) {
614
614
  return __awaiter(this, void 0, void 0, function* () {
@@ -668,7 +668,7 @@ class BlockchainPlatformClient {
668
668
  * @param GetBlockchainPlatformRequest
669
669
  * @return GetBlockchainPlatformResponse
670
670
  * @throws OciError when an error occurs
671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
672
672
  */
673
673
  getBlockchainPlatform(getBlockchainPlatformRequest) {
674
674
  return __awaiter(this, void 0, void 0, function* () {
@@ -731,7 +731,7 @@ class BlockchainPlatformClient {
731
731
  * @param GetOsnRequest
732
732
  * @return GetOsnResponse
733
733
  * @throws OciError when an error occurs
734
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
735
735
  */
736
736
  getOsn(getOsnRequest) {
737
737
  return __awaiter(this, void 0, void 0, function* () {
@@ -795,7 +795,7 @@ class BlockchainPlatformClient {
795
795
  * @param GetPeerRequest
796
796
  * @return GetPeerResponse
797
797
  * @throws OciError when an error occurs
798
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
798
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
799
799
  */
800
800
  getPeer(getPeerRequest) {
801
801
  return __awaiter(this, void 0, void 0, function* () {
@@ -859,7 +859,7 @@ class BlockchainPlatformClient {
859
859
  * @param GetWorkRequestRequest
860
860
  * @return GetWorkRequestResponse
861
861
  * @throws OciError when an error occurs
862
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
862
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
863
863
  */
864
864
  getWorkRequest(getWorkRequestRequest) {
865
865
  return __awaiter(this, void 0, void 0, function* () {
@@ -927,7 +927,7 @@ class BlockchainPlatformClient {
927
927
  * @param ListBlockchainPlatformPatchesRequest
928
928
  * @return ListBlockchainPlatformPatchesResponse
929
929
  * @throws OciError when an error occurs
930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
931
931
  */
932
932
  listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest) {
933
933
  return __awaiter(this, void 0, void 0, function* () {
@@ -993,7 +993,7 @@ class BlockchainPlatformClient {
993
993
  * @param ListBlockchainPlatformsRequest
994
994
  * @return ListBlockchainPlatformsResponse
995
995
  * @throws OciError when an error occurs
996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
996
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
997
997
  */
998
998
  listBlockchainPlatforms(listBlockchainPlatformsRequest) {
999
999
  return __awaiter(this, void 0, void 0, function* () {
@@ -1062,7 +1062,7 @@ class BlockchainPlatformClient {
1062
1062
  * @param ListOsnsRequest
1063
1063
  * @return ListOsnsResponse
1064
1064
  * @throws OciError when an error occurs
1065
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
1065
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
1066
1066
  */
1067
1067
  listOsns(listOsnsRequest) {
1068
1068
  return __awaiter(this, void 0, void 0, function* () {
@@ -1132,7 +1132,7 @@ class BlockchainPlatformClient {
1132
1132
  * @param ListPeersRequest
1133
1133
  * @return ListPeersResponse
1134
1134
  * @throws OciError when an error occurs
1135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
1135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
1136
1136
  */
1137
1137
  listPeers(listPeersRequest) {
1138
1138
  return __awaiter(this, void 0, void 0, function* () {
@@ -1203,7 +1203,7 @@ class BlockchainPlatformClient {
1203
1203
  * @param ListWorkRequestErrorsRequest
1204
1204
  * @return ListWorkRequestErrorsResponse
1205
1205
  * @throws OciError when an error occurs
1206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1207
1207
  */
1208
1208
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1209
1209
  return __awaiter(this, void 0, void 0, function* () {
@@ -1270,7 +1270,7 @@ class BlockchainPlatformClient {
1270
1270
  * @param ListWorkRequestLogsRequest
1271
1271
  * @return ListWorkRequestLogsResponse
1272
1272
  * @throws OciError when an error occurs
1273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1274
1274
  */
1275
1275
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1276
1276
  return __awaiter(this, void 0, void 0, function* () {
@@ -1337,7 +1337,7 @@ class BlockchainPlatformClient {
1337
1337
  * @param ListWorkRequestsRequest
1338
1338
  * @return ListWorkRequestsResponse
1339
1339
  * @throws OciError when an error occurs
1340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1341
1341
  */
1342
1342
  listWorkRequests(listWorkRequestsRequest) {
1343
1343
  return __awaiter(this, void 0, void 0, function* () {
@@ -1405,7 +1405,7 @@ class BlockchainPlatformClient {
1405
1405
  * @param PreviewScaleBlockchainPlatformRequest
1406
1406
  * @return PreviewScaleBlockchainPlatformResponse
1407
1407
  * @throws OciError when an error occurs
1408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
1408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
1409
1409
  */
1410
1410
  previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest) {
1411
1411
  return __awaiter(this, void 0, void 0, function* () {
@@ -1469,7 +1469,7 @@ class BlockchainPlatformClient {
1469
1469
  * @param ScaleBlockchainPlatformRequest
1470
1470
  * @return ScaleBlockchainPlatformResponse
1471
1471
  * @throws OciError when an error occurs
1472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
1472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
1473
1473
  */
1474
1474
  scaleBlockchainPlatform(scaleBlockchainPlatformRequest) {
1475
1475
  return __awaiter(this, void 0, void 0, function* () {
@@ -1531,7 +1531,7 @@ class BlockchainPlatformClient {
1531
1531
  * @param StartBlockchainPlatformRequest
1532
1532
  * @return StartBlockchainPlatformResponse
1533
1533
  * @throws OciError when an error occurs
1534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
1534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
1535
1535
  */
1536
1536
  startBlockchainPlatform(startBlockchainPlatformRequest) {
1537
1537
  return __awaiter(this, void 0, void 0, function* () {
@@ -1592,7 +1592,7 @@ class BlockchainPlatformClient {
1592
1592
  * @param StopBlockchainPlatformRequest
1593
1593
  * @return StopBlockchainPlatformResponse
1594
1594
  * @throws OciError when an error occurs
1595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
1595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
1596
1596
  */
1597
1597
  stopBlockchainPlatform(stopBlockchainPlatformRequest) {
1598
1598
  return __awaiter(this, void 0, void 0, function* () {
@@ -1653,7 +1653,7 @@ class BlockchainPlatformClient {
1653
1653
  * @param UpdateBlockchainPlatformRequest
1654
1654
  * @return UpdateBlockchainPlatformResponse
1655
1655
  * @throws OciError when an error occurs
1656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
1656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
1657
1657
  */
1658
1658
  updateBlockchainPlatform(updateBlockchainPlatformRequest) {
1659
1659
  return __awaiter(this, void 0, void 0, function* () {
@@ -1715,7 +1715,7 @@ class BlockchainPlatformClient {
1715
1715
  * @param UpdateOsnRequest
1716
1716
  * @return UpdateOsnResponse
1717
1717
  * @throws OciError when an error occurs
1718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
1718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
1719
1719
  */
1720
1720
  updateOsn(updateOsnRequest) {
1721
1721
  return __awaiter(this, void 0, void 0, function* () {
@@ -1778,7 +1778,7 @@ class BlockchainPlatformClient {
1778
1778
  * @param UpdatePeerRequest
1779
1779
  * @return UpdatePeerResponse
1780
1780
  * @throws OciError when an error occurs
1781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
1781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
1782
1782
  */
1783
1783
  updatePeer(updatePeerRequest) {
1784
1784
  return __awaiter(this, void 0, void 0, function* () {
@@ -1841,7 +1841,7 @@ class BlockchainPlatformClient {
1841
1841
  * @param UpgradeBlockchainPlatformRequest
1842
1842
  * @return UpgradeBlockchainPlatformResponse
1843
1843
  * @throws OciError when an error occurs
1844
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
1844
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
1845
1845
  */
1846
1846
  upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest) {
1847
1847
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartmentRequest.
17
17
  */
18
18
  export interface ChangeBlockchainPlatformCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatformRequest.
17
17
  */
18
18
  export interface CreateBlockchainPlatformRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsnRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsnRequest.
17
17
  */
18
18
  export interface CreateOsnRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeerRequest.
17
17
  */
18
18
  export interface CreatePeerRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatformRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatformRequest.
16
16
  */
17
17
  export interface DeleteBlockchainPlatformRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsnRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsnRequest.
16
16
  */
17
17
  export interface DeleteOsnRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeerRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeerRequest.
16
16
  */
17
17
  export interface DeletePeerRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
16
16
  */
17
17
  export interface DeleteWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatformRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatformRequest.
16
16
  */
17
17
  export interface GetBlockchainPlatformRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/GetOsn.ts.html |here} to see how to use GetOsnRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsnRequest.
16
16
  */
17
17
  export interface GetOsnRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/GetPeer.ts.html |here} to see how to use GetPeerRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeerRequest.
16
16
  */
17
17
  export interface GetPeerRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatchesRequest.
16
16
  */
17
17
  export interface ListBlockchainPlatformPatchesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatformsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatformsRequest.
16
16
  */
17
17
  export interface ListBlockchainPlatformsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListOsns.ts.html |here} to see how to use ListOsnsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsnsRequest.
16
16
  */
17
17
  export interface ListOsnsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListPeers.ts.html |here} to see how to use ListPeersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeersRequest.
16
16
  */
17
17
  export interface ListPeersRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatformRequest.
17
17
  */
18
18
  export interface PreviewScaleBlockchainPlatformRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatformRequest.
17
17
  */
18
18
  export interface ScaleBlockchainPlatformRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatformRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatformRequest.
16
16
  */
17
17
  export interface StartBlockchainPlatformRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatformRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatformRequest.
16
16
  */
17
17
  export interface StopBlockchainPlatformRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatformRequest.
17
17
  */
18
18
  export interface UpdateBlockchainPlatformRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsnRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsnRequest.
17
17
  */
18
18
  export interface UpdateOsnRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeerRequest.
17
17
  */
18
18
  export interface UpdatePeerRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatformRequest.
17
17
  */
18
18
  export interface UpgradeBlockchainPlatformRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-blockchain",
3
- "version": "2.58.1",
3
+ "version": "2.60.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.58.1",
19
- "oci-workrequests": "2.58.1"
18
+ "oci-common": "2.60.0",
19
+ "oci-workrequests": "2.60.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"