oci-blockchain 2.70.3 → 2.70.4

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
@@ -86,7 +86,7 @@ export declare class BlockchainPlatformClient {
86
86
  * @param ChangeBlockchainPlatformCompartmentRequest
87
87
  * @return ChangeBlockchainPlatformCompartmentResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
90
90
  */
91
91
  changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest: requests.ChangeBlockchainPlatformCompartmentRequest): Promise<responses.ChangeBlockchainPlatformCompartmentResponse>;
92
92
  /**
@@ -96,7 +96,7 @@ export declare class BlockchainPlatformClient {
96
96
  * @param CreateBlockchainPlatformRequest
97
97
  * @return CreateBlockchainPlatformResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
100
100
  */
101
101
  createBlockchainPlatform(createBlockchainPlatformRequest: requests.CreateBlockchainPlatformRequest): Promise<responses.CreateBlockchainPlatformResponse>;
102
102
  /**
@@ -105,7 +105,7 @@ export declare class BlockchainPlatformClient {
105
105
  * @param CreateOsnRequest
106
106
  * @return CreateOsnResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
109
109
  */
110
110
  createOsn(createOsnRequest: requests.CreateOsnRequest): Promise<responses.CreateOsnResponse>;
111
111
  /**
@@ -114,7 +114,7 @@ export declare class BlockchainPlatformClient {
114
114
  * @param CreatePeerRequest
115
115
  * @return CreatePeerResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
118
118
  */
119
119
  createPeer(createPeerRequest: requests.CreatePeerRequest): Promise<responses.CreatePeerResponse>;
120
120
  /**
@@ -123,7 +123,7 @@ export declare class BlockchainPlatformClient {
123
123
  * @param DeleteBlockchainPlatformRequest
124
124
  * @return DeleteBlockchainPlatformResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
127
127
  */
128
128
  deleteBlockchainPlatform(deleteBlockchainPlatformRequest: requests.DeleteBlockchainPlatformRequest): Promise<responses.DeleteBlockchainPlatformResponse>;
129
129
  /**
@@ -132,7 +132,7 @@ export declare class BlockchainPlatformClient {
132
132
  * @param DeleteOsnRequest
133
133
  * @return DeleteOsnResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
136
136
  */
137
137
  deleteOsn(deleteOsnRequest: requests.DeleteOsnRequest): Promise<responses.DeleteOsnResponse>;
138
138
  /**
@@ -141,7 +141,7 @@ export declare class BlockchainPlatformClient {
141
141
  * @param DeletePeerRequest
142
142
  * @return DeletePeerResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
145
145
  */
146
146
  deletePeer(deletePeerRequest: requests.DeletePeerRequest): Promise<responses.DeletePeerResponse>;
147
147
  /**
@@ -150,7 +150,7 @@ export declare class BlockchainPlatformClient {
150
150
  * @param DeleteWorkRequestRequest
151
151
  * @return DeleteWorkRequestResponse
152
152
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
154
154
  */
155
155
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
156
156
  /**
@@ -159,7 +159,7 @@ export declare class BlockchainPlatformClient {
159
159
  * @param GetBlockchainPlatformRequest
160
160
  * @return GetBlockchainPlatformResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
163
163
  */
164
164
  getBlockchainPlatform(getBlockchainPlatformRequest: requests.GetBlockchainPlatformRequest): Promise<responses.GetBlockchainPlatformResponse>;
165
165
  /**
@@ -168,7 +168,7 @@ export declare class BlockchainPlatformClient {
168
168
  * @param GetOsnRequest
169
169
  * @return GetOsnResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
172
172
  */
173
173
  getOsn(getOsnRequest: requests.GetOsnRequest): Promise<responses.GetOsnResponse>;
174
174
  /**
@@ -177,7 +177,7 @@ export declare class BlockchainPlatformClient {
177
177
  * @param GetPeerRequest
178
178
  * @return GetPeerResponse
179
179
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
181
181
  */
182
182
  getPeer(getPeerRequest: requests.GetPeerRequest): Promise<responses.GetPeerResponse>;
183
183
  /**
@@ -186,7 +186,7 @@ export declare class BlockchainPlatformClient {
186
186
  * @param GetWorkRequestRequest
187
187
  * @return GetWorkRequestResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
190
190
  */
191
191
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
192
192
  /**
@@ -195,7 +195,7 @@ export declare class BlockchainPlatformClient {
195
195
  * @param ListBlockchainPlatformPatchesRequest
196
196
  * @return ListBlockchainPlatformPatchesResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
199
199
  */
200
200
  listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest: requests.ListBlockchainPlatformPatchesRequest): Promise<responses.ListBlockchainPlatformPatchesResponse>;
201
201
  /**
@@ -204,7 +204,7 @@ export declare class BlockchainPlatformClient {
204
204
  * @param ListBlockchainPlatformsRequest
205
205
  * @return ListBlockchainPlatformsResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
208
208
  */
209
209
  listBlockchainPlatforms(listBlockchainPlatformsRequest: requests.ListBlockchainPlatformsRequest): Promise<responses.ListBlockchainPlatformsResponse>;
210
210
  /**
@@ -213,7 +213,7 @@ export declare class BlockchainPlatformClient {
213
213
  * @param ListOsnsRequest
214
214
  * @return ListOsnsResponse
215
215
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
217
217
  */
218
218
  listOsns(listOsnsRequest: requests.ListOsnsRequest): Promise<responses.ListOsnsResponse>;
219
219
  /**
@@ -222,7 +222,7 @@ export declare class BlockchainPlatformClient {
222
222
  * @param ListPeersRequest
223
223
  * @return ListPeersResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
226
226
  */
227
227
  listPeers(listPeersRequest: requests.ListPeersRequest): Promise<responses.ListPeersResponse>;
228
228
  /**
@@ -232,7 +232,7 @@ export declare class BlockchainPlatformClient {
232
232
  * @param ListWorkRequestErrorsRequest
233
233
  * @return ListWorkRequestErrorsResponse
234
234
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
236
236
  */
237
237
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
238
238
  /**
@@ -242,7 +242,7 @@ export declare class BlockchainPlatformClient {
242
242
  * @param ListWorkRequestLogsRequest
243
243
  * @return ListWorkRequestLogsResponse
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.70.3/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
246
246
  */
247
247
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
248
248
  /**
@@ -252,7 +252,7 @@ export declare class BlockchainPlatformClient {
252
252
  * @param ListWorkRequestsRequest
253
253
  * @return ListWorkRequestsResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
256
256
  */
257
257
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
258
258
  /**
@@ -261,7 +261,7 @@ export declare class BlockchainPlatformClient {
261
261
  * @param PreviewScaleBlockchainPlatformRequest
262
262
  * @return PreviewScaleBlockchainPlatformResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
265
265
  */
266
266
  previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest: requests.PreviewScaleBlockchainPlatformRequest): Promise<responses.PreviewScaleBlockchainPlatformResponse>;
267
267
  /**
@@ -270,7 +270,7 @@ export declare class BlockchainPlatformClient {
270
270
  * @param ScaleBlockchainPlatformRequest
271
271
  * @return ScaleBlockchainPlatformResponse
272
272
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
274
274
  */
275
275
  scaleBlockchainPlatform(scaleBlockchainPlatformRequest: requests.ScaleBlockchainPlatformRequest): Promise<responses.ScaleBlockchainPlatformResponse>;
276
276
  /**
@@ -279,7 +279,7 @@ export declare class BlockchainPlatformClient {
279
279
  * @param StartBlockchainPlatformRequest
280
280
  * @return StartBlockchainPlatformResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
283
283
  */
284
284
  startBlockchainPlatform(startBlockchainPlatformRequest: requests.StartBlockchainPlatformRequest): Promise<responses.StartBlockchainPlatformResponse>;
285
285
  /**
@@ -288,7 +288,7 @@ export declare class BlockchainPlatformClient {
288
288
  * @param StopBlockchainPlatformRequest
289
289
  * @return StopBlockchainPlatformResponse
290
290
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
292
292
  */
293
293
  stopBlockchainPlatform(stopBlockchainPlatformRequest: requests.StopBlockchainPlatformRequest): Promise<responses.StopBlockchainPlatformResponse>;
294
294
  /**
@@ -297,7 +297,7 @@ export declare class BlockchainPlatformClient {
297
297
  * @param UpdateBlockchainPlatformRequest
298
298
  * @return UpdateBlockchainPlatformResponse
299
299
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
301
301
  */
302
302
  updateBlockchainPlatform(updateBlockchainPlatformRequest: requests.UpdateBlockchainPlatformRequest): Promise<responses.UpdateBlockchainPlatformResponse>;
303
303
  /**
@@ -306,7 +306,7 @@ export declare class BlockchainPlatformClient {
306
306
  * @param UpdateOsnRequest
307
307
  * @return UpdateOsnResponse
308
308
  * @throws OciError when an error occurs
309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
310
310
  */
311
311
  updateOsn(updateOsnRequest: requests.UpdateOsnRequest): Promise<responses.UpdateOsnResponse>;
312
312
  /**
@@ -315,7 +315,7 @@ export declare class BlockchainPlatformClient {
315
315
  * @param UpdatePeerRequest
316
316
  * @return UpdatePeerResponse
317
317
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
319
319
  */
320
320
  updatePeer(updatePeerRequest: requests.UpdatePeerRequest): Promise<responses.UpdatePeerResponse>;
321
321
  /**
@@ -324,7 +324,7 @@ export declare class BlockchainPlatformClient {
324
324
  * @param UpgradeBlockchainPlatformRequest
325
325
  * @return UpgradeBlockchainPlatformResponse
326
326
  * @throws OciError when an error occurs
327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
328
328
  */
329
329
  upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest: requests.UpgradeBlockchainPlatformRequest): Promise<responses.UpgradeBlockchainPlatformResponse>;
330
330
  }
package/lib/client.js CHANGED
@@ -183,7 +183,7 @@ class BlockchainPlatformClient {
183
183
  * @param ChangeBlockchainPlatformCompartmentRequest
184
184
  * @return ChangeBlockchainPlatformCompartmentResponse
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.70.3/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
187
187
  */
188
188
  changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -246,7 +246,7 @@ class BlockchainPlatformClient {
246
246
  * @param CreateBlockchainPlatformRequest
247
247
  * @return CreateBlockchainPlatformResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
250
250
  */
251
251
  createBlockchainPlatform(createBlockchainPlatformRequest) {
252
252
  return __awaiter(this, void 0, void 0, function* () {
@@ -305,7 +305,7 @@ class BlockchainPlatformClient {
305
305
  * @param CreateOsnRequest
306
306
  * @return CreateOsnResponse
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.70.3/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
309
309
  */
310
310
  createOsn(createOsnRequest) {
311
311
  return __awaiter(this, void 0, void 0, function* () {
@@ -367,7 +367,7 @@ class BlockchainPlatformClient {
367
367
  * @param CreatePeerRequest
368
368
  * @return CreatePeerResponse
369
369
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
371
371
  */
372
372
  createPeer(createPeerRequest) {
373
373
  return __awaiter(this, void 0, void 0, function* () {
@@ -428,7 +428,7 @@ class BlockchainPlatformClient {
428
428
  * @param DeleteBlockchainPlatformRequest
429
429
  * @return DeleteBlockchainPlatformResponse
430
430
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
432
432
  */
433
433
  deleteBlockchainPlatform(deleteBlockchainPlatformRequest) {
434
434
  return __awaiter(this, void 0, void 0, function* () {
@@ -489,7 +489,7 @@ class BlockchainPlatformClient {
489
489
  * @param DeleteOsnRequest
490
490
  * @return DeleteOsnResponse
491
491
  * @throws OciError when an error occurs
492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
493
493
  */
494
494
  deleteOsn(deleteOsnRequest) {
495
495
  return __awaiter(this, void 0, void 0, function* () {
@@ -550,7 +550,7 @@ class BlockchainPlatformClient {
550
550
  * @param DeletePeerRequest
551
551
  * @return DeletePeerResponse
552
552
  * @throws OciError when an error occurs
553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
554
554
  */
555
555
  deletePeer(deletePeerRequest) {
556
556
  return __awaiter(this, void 0, void 0, function* () {
@@ -612,7 +612,7 @@ class BlockchainPlatformClient {
612
612
  * @param DeleteWorkRequestRequest
613
613
  * @return DeleteWorkRequestResponse
614
614
  * @throws OciError when an error occurs
615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
616
616
  */
617
617
  deleteWorkRequest(deleteWorkRequestRequest) {
618
618
  return __awaiter(this, void 0, void 0, function* () {
@@ -672,7 +672,7 @@ class BlockchainPlatformClient {
672
672
  * @param GetBlockchainPlatformRequest
673
673
  * @return GetBlockchainPlatformResponse
674
674
  * @throws OciError when an error occurs
675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
676
676
  */
677
677
  getBlockchainPlatform(getBlockchainPlatformRequest) {
678
678
  return __awaiter(this, void 0, void 0, function* () {
@@ -735,7 +735,7 @@ class BlockchainPlatformClient {
735
735
  * @param GetOsnRequest
736
736
  * @return GetOsnResponse
737
737
  * @throws OciError when an error occurs
738
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
738
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
739
739
  */
740
740
  getOsn(getOsnRequest) {
741
741
  return __awaiter(this, void 0, void 0, function* () {
@@ -799,7 +799,7 @@ class BlockchainPlatformClient {
799
799
  * @param GetPeerRequest
800
800
  * @return GetPeerResponse
801
801
  * @throws OciError when an error occurs
802
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
803
803
  */
804
804
  getPeer(getPeerRequest) {
805
805
  return __awaiter(this, void 0, void 0, function* () {
@@ -863,7 +863,7 @@ class BlockchainPlatformClient {
863
863
  * @param GetWorkRequestRequest
864
864
  * @return GetWorkRequestResponse
865
865
  * @throws OciError when an error occurs
866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
867
867
  */
868
868
  getWorkRequest(getWorkRequestRequest) {
869
869
  return __awaiter(this, void 0, void 0, function* () {
@@ -931,7 +931,7 @@ class BlockchainPlatformClient {
931
931
  * @param ListBlockchainPlatformPatchesRequest
932
932
  * @return ListBlockchainPlatformPatchesResponse
933
933
  * @throws OciError when an error occurs
934
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
934
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
935
935
  */
936
936
  listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest) {
937
937
  return __awaiter(this, void 0, void 0, function* () {
@@ -997,7 +997,7 @@ class BlockchainPlatformClient {
997
997
  * @param ListBlockchainPlatformsRequest
998
998
  * @return ListBlockchainPlatformsResponse
999
999
  * @throws OciError when an error occurs
1000
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
1000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
1001
1001
  */
1002
1002
  listBlockchainPlatforms(listBlockchainPlatformsRequest) {
1003
1003
  return __awaiter(this, void 0, void 0, function* () {
@@ -1066,7 +1066,7 @@ class BlockchainPlatformClient {
1066
1066
  * @param ListOsnsRequest
1067
1067
  * @return ListOsnsResponse
1068
1068
  * @throws OciError when an error occurs
1069
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
1069
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
1070
1070
  */
1071
1071
  listOsns(listOsnsRequest) {
1072
1072
  return __awaiter(this, void 0, void 0, function* () {
@@ -1136,7 +1136,7 @@ class BlockchainPlatformClient {
1136
1136
  * @param ListPeersRequest
1137
1137
  * @return ListPeersResponse
1138
1138
  * @throws OciError when an error occurs
1139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
1139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
1140
1140
  */
1141
1141
  listPeers(listPeersRequest) {
1142
1142
  return __awaiter(this, void 0, void 0, function* () {
@@ -1207,7 +1207,7 @@ class BlockchainPlatformClient {
1207
1207
  * @param ListWorkRequestErrorsRequest
1208
1208
  * @return ListWorkRequestErrorsResponse
1209
1209
  * @throws OciError when an error occurs
1210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1211
1211
  */
1212
1212
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1213
1213
  return __awaiter(this, void 0, void 0, function* () {
@@ -1274,7 +1274,7 @@ class BlockchainPlatformClient {
1274
1274
  * @param ListWorkRequestLogsRequest
1275
1275
  * @return ListWorkRequestLogsResponse
1276
1276
  * @throws OciError when an error occurs
1277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1278
1278
  */
1279
1279
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1280
1280
  return __awaiter(this, void 0, void 0, function* () {
@@ -1341,7 +1341,7 @@ class BlockchainPlatformClient {
1341
1341
  * @param ListWorkRequestsRequest
1342
1342
  * @return ListWorkRequestsResponse
1343
1343
  * @throws OciError when an error occurs
1344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1345
1345
  */
1346
1346
  listWorkRequests(listWorkRequestsRequest) {
1347
1347
  return __awaiter(this, void 0, void 0, function* () {
@@ -1409,7 +1409,7 @@ class BlockchainPlatformClient {
1409
1409
  * @param PreviewScaleBlockchainPlatformRequest
1410
1410
  * @return PreviewScaleBlockchainPlatformResponse
1411
1411
  * @throws OciError when an error occurs
1412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
1412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
1413
1413
  */
1414
1414
  previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest) {
1415
1415
  return __awaiter(this, void 0, void 0, function* () {
@@ -1473,7 +1473,7 @@ class BlockchainPlatformClient {
1473
1473
  * @param ScaleBlockchainPlatformRequest
1474
1474
  * @return ScaleBlockchainPlatformResponse
1475
1475
  * @throws OciError when an error occurs
1476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
1476
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
1477
1477
  */
1478
1478
  scaleBlockchainPlatform(scaleBlockchainPlatformRequest) {
1479
1479
  return __awaiter(this, void 0, void 0, function* () {
@@ -1535,7 +1535,7 @@ class BlockchainPlatformClient {
1535
1535
  * @param StartBlockchainPlatformRequest
1536
1536
  * @return StartBlockchainPlatformResponse
1537
1537
  * @throws OciError when an error occurs
1538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
1538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
1539
1539
  */
1540
1540
  startBlockchainPlatform(startBlockchainPlatformRequest) {
1541
1541
  return __awaiter(this, void 0, void 0, function* () {
@@ -1596,7 +1596,7 @@ class BlockchainPlatformClient {
1596
1596
  * @param StopBlockchainPlatformRequest
1597
1597
  * @return StopBlockchainPlatformResponse
1598
1598
  * @throws OciError when an error occurs
1599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
1599
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
1600
1600
  */
1601
1601
  stopBlockchainPlatform(stopBlockchainPlatformRequest) {
1602
1602
  return __awaiter(this, void 0, void 0, function* () {
@@ -1657,7 +1657,7 @@ class BlockchainPlatformClient {
1657
1657
  * @param UpdateBlockchainPlatformRequest
1658
1658
  * @return UpdateBlockchainPlatformResponse
1659
1659
  * @throws OciError when an error occurs
1660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
1660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
1661
1661
  */
1662
1662
  updateBlockchainPlatform(updateBlockchainPlatformRequest) {
1663
1663
  return __awaiter(this, void 0, void 0, function* () {
@@ -1719,7 +1719,7 @@ class BlockchainPlatformClient {
1719
1719
  * @param UpdateOsnRequest
1720
1720
  * @return UpdateOsnResponse
1721
1721
  * @throws OciError when an error occurs
1722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
1722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
1723
1723
  */
1724
1724
  updateOsn(updateOsnRequest) {
1725
1725
  return __awaiter(this, void 0, void 0, function* () {
@@ -1782,7 +1782,7 @@ class BlockchainPlatformClient {
1782
1782
  * @param UpdatePeerRequest
1783
1783
  * @return UpdatePeerResponse
1784
1784
  * @throws OciError when an error occurs
1785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
1785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
1786
1786
  */
1787
1787
  updatePeer(updatePeerRequest) {
1788
1788
  return __awaiter(this, void 0, void 0, function* () {
@@ -1845,7 +1845,7 @@ class BlockchainPlatformClient {
1845
1845
  * @param UpgradeBlockchainPlatformRequest
1846
1846
  * @return UpgradeBlockchainPlatformResponse
1847
1847
  * @throws OciError when an error occurs
1848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
1848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
1849
1849
  */
1850
1850
  upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest) {
1851
1851
  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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3",
3
+ "version": "2.70.4",
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.70.3",
19
- "oci-workrequests": "2.70.3"
18
+ "oci-common": "2.70.4",
19
+ "oci-workrequests": "2.70.4"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"