oci-blockchain 2.24.0 → 2.27.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
@@ -74,7 +74,7 @@ export declare class BlockchainPlatformClient {
74
74
  * @param ChangeBlockchainPlatformCompartmentRequest
75
75
  * @return ChangeBlockchainPlatformCompartmentResponse
76
76
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
77
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
78
78
  */
79
79
  changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest: requests.ChangeBlockchainPlatformCompartmentRequest): Promise<responses.ChangeBlockchainPlatformCompartmentResponse>;
80
80
  /**
@@ -84,7 +84,7 @@ export declare class BlockchainPlatformClient {
84
84
  * @param CreateBlockchainPlatformRequest
85
85
  * @return CreateBlockchainPlatformResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
88
88
  */
89
89
  createBlockchainPlatform(createBlockchainPlatformRequest: requests.CreateBlockchainPlatformRequest): Promise<responses.CreateBlockchainPlatformResponse>;
90
90
  /**
@@ -93,7 +93,7 @@ export declare class BlockchainPlatformClient {
93
93
  * @param CreateOsnRequest
94
94
  * @return CreateOsnResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
97
97
  */
98
98
  createOsn(createOsnRequest: requests.CreateOsnRequest): Promise<responses.CreateOsnResponse>;
99
99
  /**
@@ -102,7 +102,7 @@ export declare class BlockchainPlatformClient {
102
102
  * @param CreatePeerRequest
103
103
  * @return CreatePeerResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
106
106
  */
107
107
  createPeer(createPeerRequest: requests.CreatePeerRequest): Promise<responses.CreatePeerResponse>;
108
108
  /**
@@ -111,7 +111,7 @@ export declare class BlockchainPlatformClient {
111
111
  * @param DeleteBlockchainPlatformRequest
112
112
  * @return DeleteBlockchainPlatformResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
115
115
  */
116
116
  deleteBlockchainPlatform(deleteBlockchainPlatformRequest: requests.DeleteBlockchainPlatformRequest): Promise<responses.DeleteBlockchainPlatformResponse>;
117
117
  /**
@@ -120,7 +120,7 @@ export declare class BlockchainPlatformClient {
120
120
  * @param DeleteOsnRequest
121
121
  * @return DeleteOsnResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
124
124
  */
125
125
  deleteOsn(deleteOsnRequest: requests.DeleteOsnRequest): Promise<responses.DeleteOsnResponse>;
126
126
  /**
@@ -129,7 +129,7 @@ export declare class BlockchainPlatformClient {
129
129
  * @param DeletePeerRequest
130
130
  * @return DeletePeerResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
133
133
  */
134
134
  deletePeer(deletePeerRequest: requests.DeletePeerRequest): Promise<responses.DeletePeerResponse>;
135
135
  /**
@@ -138,7 +138,7 @@ export declare class BlockchainPlatformClient {
138
138
  * @param DeleteWorkRequestRequest
139
139
  * @return DeleteWorkRequestResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
142
142
  */
143
143
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
144
144
  /**
@@ -147,7 +147,7 @@ export declare class BlockchainPlatformClient {
147
147
  * @param GetBlockchainPlatformRequest
148
148
  * @return GetBlockchainPlatformResponse
149
149
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
151
151
  */
152
152
  getBlockchainPlatform(getBlockchainPlatformRequest: requests.GetBlockchainPlatformRequest): Promise<responses.GetBlockchainPlatformResponse>;
153
153
  /**
@@ -156,7 +156,7 @@ export declare class BlockchainPlatformClient {
156
156
  * @param GetOsnRequest
157
157
  * @return GetOsnResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
160
160
  */
161
161
  getOsn(getOsnRequest: requests.GetOsnRequest): Promise<responses.GetOsnResponse>;
162
162
  /**
@@ -165,7 +165,7 @@ export declare class BlockchainPlatformClient {
165
165
  * @param GetPeerRequest
166
166
  * @return GetPeerResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
169
169
  */
170
170
  getPeer(getPeerRequest: requests.GetPeerRequest): Promise<responses.GetPeerResponse>;
171
171
  /**
@@ -174,7 +174,7 @@ export declare class BlockchainPlatformClient {
174
174
  * @param GetWorkRequestRequest
175
175
  * @return GetWorkRequestResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
178
178
  */
179
179
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
180
180
  /**
@@ -183,7 +183,7 @@ export declare class BlockchainPlatformClient {
183
183
  * @param ListBlockchainPlatformPatchesRequest
184
184
  * @return ListBlockchainPlatformPatchesResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
187
187
  */
188
188
  listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest: requests.ListBlockchainPlatformPatchesRequest): Promise<responses.ListBlockchainPlatformPatchesResponse>;
189
189
  /**
@@ -192,7 +192,7 @@ export declare class BlockchainPlatformClient {
192
192
  * @param ListBlockchainPlatformsRequest
193
193
  * @return ListBlockchainPlatformsResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
196
196
  */
197
197
  listBlockchainPlatforms(listBlockchainPlatformsRequest: requests.ListBlockchainPlatformsRequest): Promise<responses.ListBlockchainPlatformsResponse>;
198
198
  /**
@@ -201,7 +201,7 @@ export declare class BlockchainPlatformClient {
201
201
  * @param ListOsnsRequest
202
202
  * @return ListOsnsResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
205
205
  */
206
206
  listOsns(listOsnsRequest: requests.ListOsnsRequest): Promise<responses.ListOsnsResponse>;
207
207
  /**
@@ -210,7 +210,7 @@ export declare class BlockchainPlatformClient {
210
210
  * @param ListPeersRequest
211
211
  * @return ListPeersResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
214
214
  */
215
215
  listPeers(listPeersRequest: requests.ListPeersRequest): Promise<responses.ListPeersResponse>;
216
216
  /**
@@ -220,7 +220,7 @@ export declare class BlockchainPlatformClient {
220
220
  * @param ListWorkRequestErrorsRequest
221
221
  * @return ListWorkRequestErrorsResponse
222
222
  * @throws OciError when an error occurs
223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
224
224
  */
225
225
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
226
226
  /**
@@ -230,7 +230,7 @@ export declare class BlockchainPlatformClient {
230
230
  * @param ListWorkRequestLogsRequest
231
231
  * @return ListWorkRequestLogsResponse
232
232
  * @throws OciError when an error occurs
233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
234
234
  */
235
235
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
236
236
  /**
@@ -240,7 +240,7 @@ export declare class BlockchainPlatformClient {
240
240
  * @param ListWorkRequestsRequest
241
241
  * @return ListWorkRequestsResponse
242
242
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
244
244
  */
245
245
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
246
246
  /**
@@ -249,7 +249,7 @@ export declare class BlockchainPlatformClient {
249
249
  * @param PreviewScaleBlockchainPlatformRequest
250
250
  * @return PreviewScaleBlockchainPlatformResponse
251
251
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
253
253
  */
254
254
  previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest: requests.PreviewScaleBlockchainPlatformRequest): Promise<responses.PreviewScaleBlockchainPlatformResponse>;
255
255
  /**
@@ -258,7 +258,7 @@ export declare class BlockchainPlatformClient {
258
258
  * @param ScaleBlockchainPlatformRequest
259
259
  * @return ScaleBlockchainPlatformResponse
260
260
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
262
262
  */
263
263
  scaleBlockchainPlatform(scaleBlockchainPlatformRequest: requests.ScaleBlockchainPlatformRequest): Promise<responses.ScaleBlockchainPlatformResponse>;
264
264
  /**
@@ -267,7 +267,7 @@ export declare class BlockchainPlatformClient {
267
267
  * @param StartBlockchainPlatformRequest
268
268
  * @return StartBlockchainPlatformResponse
269
269
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
271
271
  */
272
272
  startBlockchainPlatform(startBlockchainPlatformRequest: requests.StartBlockchainPlatformRequest): Promise<responses.StartBlockchainPlatformResponse>;
273
273
  /**
@@ -276,7 +276,7 @@ export declare class BlockchainPlatformClient {
276
276
  * @param StopBlockchainPlatformRequest
277
277
  * @return StopBlockchainPlatformResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
280
280
  */
281
281
  stopBlockchainPlatform(stopBlockchainPlatformRequest: requests.StopBlockchainPlatformRequest): Promise<responses.StopBlockchainPlatformResponse>;
282
282
  /**
@@ -285,7 +285,7 @@ export declare class BlockchainPlatformClient {
285
285
  * @param UpdateBlockchainPlatformRequest
286
286
  * @return UpdateBlockchainPlatformResponse
287
287
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
289
289
  */
290
290
  updateBlockchainPlatform(updateBlockchainPlatformRequest: requests.UpdateBlockchainPlatformRequest): Promise<responses.UpdateBlockchainPlatformResponse>;
291
291
  /**
@@ -294,7 +294,7 @@ export declare class BlockchainPlatformClient {
294
294
  * @param UpdateOsnRequest
295
295
  * @return UpdateOsnResponse
296
296
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
298
298
  */
299
299
  updateOsn(updateOsnRequest: requests.UpdateOsnRequest): Promise<responses.UpdateOsnResponse>;
300
300
  /**
@@ -303,7 +303,7 @@ export declare class BlockchainPlatformClient {
303
303
  * @param UpdatePeerRequest
304
304
  * @return UpdatePeerResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
307
307
  */
308
308
  updatePeer(updatePeerRequest: requests.UpdatePeerRequest): Promise<responses.UpdatePeerResponse>;
309
309
  /**
@@ -312,7 +312,7 @@ export declare class BlockchainPlatformClient {
312
312
  * @param UpgradeBlockchainPlatformRequest
313
313
  * @return UpgradeBlockchainPlatformResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
316
316
  */
317
317
  upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest: requests.UpgradeBlockchainPlatformRequest): Promise<responses.UpgradeBlockchainPlatformResponse>;
318
318
  }
package/lib/client.js CHANGED
@@ -155,7 +155,7 @@ class BlockchainPlatformClient {
155
155
  * @param ChangeBlockchainPlatformCompartmentRequest
156
156
  * @return ChangeBlockchainPlatformCompartmentResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
159
159
  */
160
160
  changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest) {
161
161
  return __awaiter(this, void 0, void 0, function* () {
@@ -216,7 +216,7 @@ class BlockchainPlatformClient {
216
216
  * @param CreateBlockchainPlatformRequest
217
217
  * @return CreateBlockchainPlatformResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
220
220
  */
221
221
  createBlockchainPlatform(createBlockchainPlatformRequest) {
222
222
  return __awaiter(this, void 0, void 0, function* () {
@@ -273,7 +273,7 @@ class BlockchainPlatformClient {
273
273
  * @param CreateOsnRequest
274
274
  * @return CreateOsnResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
277
277
  */
278
278
  createOsn(createOsnRequest) {
279
279
  return __awaiter(this, void 0, void 0, function* () {
@@ -333,7 +333,7 @@ class BlockchainPlatformClient {
333
333
  * @param CreatePeerRequest
334
334
  * @return CreatePeerResponse
335
335
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
337
337
  */
338
338
  createPeer(createPeerRequest) {
339
339
  return __awaiter(this, void 0, void 0, function* () {
@@ -392,7 +392,7 @@ class BlockchainPlatformClient {
392
392
  * @param DeleteBlockchainPlatformRequest
393
393
  * @return DeleteBlockchainPlatformResponse
394
394
  * @throws OciError when an error occurs
395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
396
396
  */
397
397
  deleteBlockchainPlatform(deleteBlockchainPlatformRequest) {
398
398
  return __awaiter(this, void 0, void 0, function* () {
@@ -451,7 +451,7 @@ class BlockchainPlatformClient {
451
451
  * @param DeleteOsnRequest
452
452
  * @return DeleteOsnResponse
453
453
  * @throws OciError when an error occurs
454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
455
455
  */
456
456
  deleteOsn(deleteOsnRequest) {
457
457
  return __awaiter(this, void 0, void 0, function* () {
@@ -510,7 +510,7 @@ class BlockchainPlatformClient {
510
510
  * @param DeletePeerRequest
511
511
  * @return DeletePeerResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
514
514
  */
515
515
  deletePeer(deletePeerRequest) {
516
516
  return __awaiter(this, void 0, void 0, function* () {
@@ -570,7 +570,7 @@ class BlockchainPlatformClient {
570
570
  * @param DeleteWorkRequestRequest
571
571
  * @return DeleteWorkRequestResponse
572
572
  * @throws OciError when an error occurs
573
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
574
574
  */
575
575
  deleteWorkRequest(deleteWorkRequestRequest) {
576
576
  return __awaiter(this, void 0, void 0, function* () {
@@ -628,7 +628,7 @@ class BlockchainPlatformClient {
628
628
  * @param GetBlockchainPlatformRequest
629
629
  * @return GetBlockchainPlatformResponse
630
630
  * @throws OciError when an error occurs
631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
632
632
  */
633
633
  getBlockchainPlatform(getBlockchainPlatformRequest) {
634
634
  return __awaiter(this, void 0, void 0, function* () {
@@ -689,7 +689,7 @@ class BlockchainPlatformClient {
689
689
  * @param GetOsnRequest
690
690
  * @return GetOsnResponse
691
691
  * @throws OciError when an error occurs
692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
693
693
  */
694
694
  getOsn(getOsnRequest) {
695
695
  return __awaiter(this, void 0, void 0, function* () {
@@ -751,7 +751,7 @@ class BlockchainPlatformClient {
751
751
  * @param GetPeerRequest
752
752
  * @return GetPeerResponse
753
753
  * @throws OciError when an error occurs
754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
754
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
755
755
  */
756
756
  getPeer(getPeerRequest) {
757
757
  return __awaiter(this, void 0, void 0, function* () {
@@ -813,7 +813,7 @@ class BlockchainPlatformClient {
813
813
  * @param GetWorkRequestRequest
814
814
  * @return GetWorkRequestResponse
815
815
  * @throws OciError when an error occurs
816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
816
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
817
817
  */
818
818
  getWorkRequest(getWorkRequestRequest) {
819
819
  return __awaiter(this, void 0, void 0, function* () {
@@ -879,7 +879,7 @@ class BlockchainPlatformClient {
879
879
  * @param ListBlockchainPlatformPatchesRequest
880
880
  * @return ListBlockchainPlatformPatchesResponse
881
881
  * @throws OciError when an error occurs
882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
883
883
  */
884
884
  listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest) {
885
885
  return __awaiter(this, void 0, void 0, function* () {
@@ -943,7 +943,7 @@ class BlockchainPlatformClient {
943
943
  * @param ListBlockchainPlatformsRequest
944
944
  * @return ListBlockchainPlatformsResponse
945
945
  * @throws OciError when an error occurs
946
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
946
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
947
947
  */
948
948
  listBlockchainPlatforms(listBlockchainPlatformsRequest) {
949
949
  return __awaiter(this, void 0, void 0, function* () {
@@ -1010,7 +1010,7 @@ class BlockchainPlatformClient {
1010
1010
  * @param ListOsnsRequest
1011
1011
  * @return ListOsnsResponse
1012
1012
  * @throws OciError when an error occurs
1013
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
1013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
1014
1014
  */
1015
1015
  listOsns(listOsnsRequest) {
1016
1016
  return __awaiter(this, void 0, void 0, function* () {
@@ -1078,7 +1078,7 @@ class BlockchainPlatformClient {
1078
1078
  * @param ListPeersRequest
1079
1079
  * @return ListPeersResponse
1080
1080
  * @throws OciError when an error occurs
1081
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
1081
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
1082
1082
  */
1083
1083
  listPeers(listPeersRequest) {
1084
1084
  return __awaiter(this, void 0, void 0, function* () {
@@ -1147,7 +1147,7 @@ class BlockchainPlatformClient {
1147
1147
  * @param ListWorkRequestErrorsRequest
1148
1148
  * @return ListWorkRequestErrorsResponse
1149
1149
  * @throws OciError when an error occurs
1150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1151
1151
  */
1152
1152
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1153
1153
  return __awaiter(this, void 0, void 0, function* () {
@@ -1212,7 +1212,7 @@ class BlockchainPlatformClient {
1212
1212
  * @param ListWorkRequestLogsRequest
1213
1213
  * @return ListWorkRequestLogsResponse
1214
1214
  * @throws OciError when an error occurs
1215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1216
1216
  */
1217
1217
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1218
1218
  return __awaiter(this, void 0, void 0, function* () {
@@ -1277,7 +1277,7 @@ class BlockchainPlatformClient {
1277
1277
  * @param ListWorkRequestsRequest
1278
1278
  * @return ListWorkRequestsResponse
1279
1279
  * @throws OciError when an error occurs
1280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1281
1281
  */
1282
1282
  listWorkRequests(listWorkRequestsRequest) {
1283
1283
  return __awaiter(this, void 0, void 0, function* () {
@@ -1343,7 +1343,7 @@ class BlockchainPlatformClient {
1343
1343
  * @param PreviewScaleBlockchainPlatformRequest
1344
1344
  * @return PreviewScaleBlockchainPlatformResponse
1345
1345
  * @throws OciError when an error occurs
1346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
1346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
1347
1347
  */
1348
1348
  previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest) {
1349
1349
  return __awaiter(this, void 0, void 0, function* () {
@@ -1405,7 +1405,7 @@ class BlockchainPlatformClient {
1405
1405
  * @param ScaleBlockchainPlatformRequest
1406
1406
  * @return ScaleBlockchainPlatformResponse
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.24.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
1408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
1409
1409
  */
1410
1410
  scaleBlockchainPlatform(scaleBlockchainPlatformRequest) {
1411
1411
  return __awaiter(this, void 0, void 0, function* () {
@@ -1465,7 +1465,7 @@ class BlockchainPlatformClient {
1465
1465
  * @param StartBlockchainPlatformRequest
1466
1466
  * @return StartBlockchainPlatformResponse
1467
1467
  * @throws OciError when an error occurs
1468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
1468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
1469
1469
  */
1470
1470
  startBlockchainPlatform(startBlockchainPlatformRequest) {
1471
1471
  return __awaiter(this, void 0, void 0, function* () {
@@ -1524,7 +1524,7 @@ class BlockchainPlatformClient {
1524
1524
  * @param StopBlockchainPlatformRequest
1525
1525
  * @return StopBlockchainPlatformResponse
1526
1526
  * @throws OciError when an error occurs
1527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
1527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
1528
1528
  */
1529
1529
  stopBlockchainPlatform(stopBlockchainPlatformRequest) {
1530
1530
  return __awaiter(this, void 0, void 0, function* () {
@@ -1583,7 +1583,7 @@ class BlockchainPlatformClient {
1583
1583
  * @param UpdateBlockchainPlatformRequest
1584
1584
  * @return UpdateBlockchainPlatformResponse
1585
1585
  * @throws OciError when an error occurs
1586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
1586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
1587
1587
  */
1588
1588
  updateBlockchainPlatform(updateBlockchainPlatformRequest) {
1589
1589
  return __awaiter(this, void 0, void 0, function* () {
@@ -1643,7 +1643,7 @@ class BlockchainPlatformClient {
1643
1643
  * @param UpdateOsnRequest
1644
1644
  * @return UpdateOsnResponse
1645
1645
  * @throws OciError when an error occurs
1646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
1646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
1647
1647
  */
1648
1648
  updateOsn(updateOsnRequest) {
1649
1649
  return __awaiter(this, void 0, void 0, function* () {
@@ -1704,7 +1704,7 @@ class BlockchainPlatformClient {
1704
1704
  * @param UpdatePeerRequest
1705
1705
  * @return UpdatePeerResponse
1706
1706
  * @throws OciError when an error occurs
1707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
1707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
1708
1708
  */
1709
1709
  updatePeer(updatePeerRequest) {
1710
1710
  return __awaiter(this, void 0, void 0, function* () {
@@ -1765,7 +1765,7 @@ class BlockchainPlatformClient {
1765
1765
  * @param UpgradeBlockchainPlatformRequest
1766
1766
  * @return UpgradeBlockchainPlatformResponse
1767
1767
  * @throws OciError when an error occurs
1768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
1768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
1769
1769
  */
1770
1770
  upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest) {
1771
1771
  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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0/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.27.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.24.0",
3
+ "version": "2.27.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.24.0",
19
- "oci-workrequests": "2.24.0"
18
+ "oci-common": "2.27.0",
19
+ "oci-workrequests": "2.27.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"