oci-blockchain 2.82.1 → 2.83.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
@@ -91,7 +91,7 @@ export declare class BlockchainPlatformClient {
91
91
  * @param ChangeBlockchainPlatformCompartmentRequest
92
92
  * @return ChangeBlockchainPlatformCompartmentResponse
93
93
  * @throws OciError when an error occurs
94
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
95
95
  */
96
96
  changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest: requests.ChangeBlockchainPlatformCompartmentRequest): Promise<responses.ChangeBlockchainPlatformCompartmentResponse>;
97
97
  /**
@@ -101,7 +101,7 @@ export declare class BlockchainPlatformClient {
101
101
  * @param CreateBlockchainPlatformRequest
102
102
  * @return CreateBlockchainPlatformResponse
103
103
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
105
105
  */
106
106
  createBlockchainPlatform(createBlockchainPlatformRequest: requests.CreateBlockchainPlatformRequest): Promise<responses.CreateBlockchainPlatformResponse>;
107
107
  /**
@@ -110,7 +110,7 @@ export declare class BlockchainPlatformClient {
110
110
  * @param CreateOsnRequest
111
111
  * @return CreateOsnResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
114
114
  */
115
115
  createOsn(createOsnRequest: requests.CreateOsnRequest): Promise<responses.CreateOsnResponse>;
116
116
  /**
@@ -119,7 +119,7 @@ export declare class BlockchainPlatformClient {
119
119
  * @param CreatePeerRequest
120
120
  * @return CreatePeerResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
123
123
  */
124
124
  createPeer(createPeerRequest: requests.CreatePeerRequest): Promise<responses.CreatePeerResponse>;
125
125
  /**
@@ -128,7 +128,7 @@ export declare class BlockchainPlatformClient {
128
128
  * @param DeleteBlockchainPlatformRequest
129
129
  * @return DeleteBlockchainPlatformResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
132
132
  */
133
133
  deleteBlockchainPlatform(deleteBlockchainPlatformRequest: requests.DeleteBlockchainPlatformRequest): Promise<responses.DeleteBlockchainPlatformResponse>;
134
134
  /**
@@ -137,7 +137,7 @@ export declare class BlockchainPlatformClient {
137
137
  * @param DeleteOsnRequest
138
138
  * @return DeleteOsnResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
141
141
  */
142
142
  deleteOsn(deleteOsnRequest: requests.DeleteOsnRequest): Promise<responses.DeleteOsnResponse>;
143
143
  /**
@@ -146,7 +146,7 @@ export declare class BlockchainPlatformClient {
146
146
  * @param DeletePeerRequest
147
147
  * @return DeletePeerResponse
148
148
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
150
150
  */
151
151
  deletePeer(deletePeerRequest: requests.DeletePeerRequest): Promise<responses.DeletePeerResponse>;
152
152
  /**
@@ -155,7 +155,7 @@ export declare class BlockchainPlatformClient {
155
155
  * @param DeleteWorkRequestRequest
156
156
  * @return DeleteWorkRequestResponse
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.82.1/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
159
159
  */
160
160
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
161
161
  /**
@@ -164,7 +164,7 @@ export declare class BlockchainPlatformClient {
164
164
  * @param GetBlockchainPlatformRequest
165
165
  * @return GetBlockchainPlatformResponse
166
166
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
168
168
  */
169
169
  getBlockchainPlatform(getBlockchainPlatformRequest: requests.GetBlockchainPlatformRequest): Promise<responses.GetBlockchainPlatformResponse>;
170
170
  /**
@@ -173,7 +173,7 @@ export declare class BlockchainPlatformClient {
173
173
  * @param GetOsnRequest
174
174
  * @return GetOsnResponse
175
175
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
177
177
  */
178
178
  getOsn(getOsnRequest: requests.GetOsnRequest): Promise<responses.GetOsnResponse>;
179
179
  /**
@@ -182,7 +182,7 @@ export declare class BlockchainPlatformClient {
182
182
  * @param GetPeerRequest
183
183
  * @return GetPeerResponse
184
184
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
186
186
  */
187
187
  getPeer(getPeerRequest: requests.GetPeerRequest): Promise<responses.GetPeerResponse>;
188
188
  /**
@@ -191,7 +191,7 @@ export declare class BlockchainPlatformClient {
191
191
  * @param GetWorkRequestRequest
192
192
  * @return GetWorkRequestResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
195
195
  */
196
196
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
197
197
  /**
@@ -200,7 +200,7 @@ export declare class BlockchainPlatformClient {
200
200
  * @param ListBlockchainPlatformPatchesRequest
201
201
  * @return ListBlockchainPlatformPatchesResponse
202
202
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
204
204
  */
205
205
  listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest: requests.ListBlockchainPlatformPatchesRequest): Promise<responses.ListBlockchainPlatformPatchesResponse>;
206
206
  /**
@@ -209,7 +209,7 @@ export declare class BlockchainPlatformClient {
209
209
  * @param ListBlockchainPlatformsRequest
210
210
  * @return ListBlockchainPlatformsResponse
211
211
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
213
213
  */
214
214
  listBlockchainPlatforms(listBlockchainPlatformsRequest: requests.ListBlockchainPlatformsRequest): Promise<responses.ListBlockchainPlatformsResponse>;
215
215
  /**
@@ -218,7 +218,7 @@ export declare class BlockchainPlatformClient {
218
218
  * @param ListOsnsRequest
219
219
  * @return ListOsnsResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
222
222
  */
223
223
  listOsns(listOsnsRequest: requests.ListOsnsRequest): Promise<responses.ListOsnsResponse>;
224
224
  /**
@@ -227,7 +227,7 @@ export declare class BlockchainPlatformClient {
227
227
  * @param ListPeersRequest
228
228
  * @return ListPeersResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
231
231
  */
232
232
  listPeers(listPeersRequest: requests.ListPeersRequest): Promise<responses.ListPeersResponse>;
233
233
  /**
@@ -237,7 +237,7 @@ export declare class BlockchainPlatformClient {
237
237
  * @param ListWorkRequestErrorsRequest
238
238
  * @return ListWorkRequestErrorsResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
241
241
  */
242
242
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
243
243
  /**
@@ -247,7 +247,7 @@ export declare class BlockchainPlatformClient {
247
247
  * @param ListWorkRequestLogsRequest
248
248
  * @return ListWorkRequestLogsResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
251
251
  */
252
252
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
253
253
  /**
@@ -257,7 +257,7 @@ export declare class BlockchainPlatformClient {
257
257
  * @param ListWorkRequestsRequest
258
258
  * @return ListWorkRequestsResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
261
261
  */
262
262
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
263
263
  /**
@@ -266,7 +266,7 @@ export declare class BlockchainPlatformClient {
266
266
  * @param PreviewScaleBlockchainPlatformRequest
267
267
  * @return PreviewScaleBlockchainPlatformResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
270
270
  */
271
271
  previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest: requests.PreviewScaleBlockchainPlatformRequest): Promise<responses.PreviewScaleBlockchainPlatformResponse>;
272
272
  /**
@@ -275,7 +275,7 @@ export declare class BlockchainPlatformClient {
275
275
  * @param ScaleBlockchainPlatformRequest
276
276
  * @return ScaleBlockchainPlatformResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
279
279
  */
280
280
  scaleBlockchainPlatform(scaleBlockchainPlatformRequest: requests.ScaleBlockchainPlatformRequest): Promise<responses.ScaleBlockchainPlatformResponse>;
281
281
  /**
@@ -284,7 +284,7 @@ export declare class BlockchainPlatformClient {
284
284
  * @param StartBlockchainPlatformRequest
285
285
  * @return StartBlockchainPlatformResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
288
288
  */
289
289
  startBlockchainPlatform(startBlockchainPlatformRequest: requests.StartBlockchainPlatformRequest): Promise<responses.StartBlockchainPlatformResponse>;
290
290
  /**
@@ -293,7 +293,7 @@ export declare class BlockchainPlatformClient {
293
293
  * @param StopBlockchainPlatformRequest
294
294
  * @return StopBlockchainPlatformResponse
295
295
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
297
297
  */
298
298
  stopBlockchainPlatform(stopBlockchainPlatformRequest: requests.StopBlockchainPlatformRequest): Promise<responses.StopBlockchainPlatformResponse>;
299
299
  /**
@@ -302,7 +302,7 @@ export declare class BlockchainPlatformClient {
302
302
  * @param UpdateBlockchainPlatformRequest
303
303
  * @return UpdateBlockchainPlatformResponse
304
304
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
306
306
  */
307
307
  updateBlockchainPlatform(updateBlockchainPlatformRequest: requests.UpdateBlockchainPlatformRequest): Promise<responses.UpdateBlockchainPlatformResponse>;
308
308
  /**
@@ -311,7 +311,7 @@ export declare class BlockchainPlatformClient {
311
311
  * @param UpdateOsnRequest
312
312
  * @return UpdateOsnResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
315
315
  */
316
316
  updateOsn(updateOsnRequest: requests.UpdateOsnRequest): Promise<responses.UpdateOsnResponse>;
317
317
  /**
@@ -320,7 +320,7 @@ export declare class BlockchainPlatformClient {
320
320
  * @param UpdatePeerRequest
321
321
  * @return UpdatePeerResponse
322
322
  * @throws OciError when an error occurs
323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
324
324
  */
325
325
  updatePeer(updatePeerRequest: requests.UpdatePeerRequest): Promise<responses.UpdatePeerResponse>;
326
326
  /**
@@ -329,7 +329,7 @@ export declare class BlockchainPlatformClient {
329
329
  * @param UpgradeBlockchainPlatformRequest
330
330
  * @return UpgradeBlockchainPlatformResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
333
333
  */
334
334
  upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest: requests.UpgradeBlockchainPlatformRequest): Promise<responses.UpgradeBlockchainPlatformResponse>;
335
335
  }
package/lib/client.js CHANGED
@@ -196,7 +196,7 @@ class BlockchainPlatformClient {
196
196
  * @param ChangeBlockchainPlatformCompartmentRequest
197
197
  * @return ChangeBlockchainPlatformCompartmentResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
200
200
  */
201
201
  changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest) {
202
202
  return __awaiter(this, void 0, void 0, function* () {
@@ -259,7 +259,7 @@ class BlockchainPlatformClient {
259
259
  * @param CreateBlockchainPlatformRequest
260
260
  * @return CreateBlockchainPlatformResponse
261
261
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
263
263
  */
264
264
  createBlockchainPlatform(createBlockchainPlatformRequest) {
265
265
  return __awaiter(this, void 0, void 0, function* () {
@@ -318,7 +318,7 @@ class BlockchainPlatformClient {
318
318
  * @param CreateOsnRequest
319
319
  * @return CreateOsnResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
322
322
  */
323
323
  createOsn(createOsnRequest) {
324
324
  return __awaiter(this, void 0, void 0, function* () {
@@ -380,7 +380,7 @@ class BlockchainPlatformClient {
380
380
  * @param CreatePeerRequest
381
381
  * @return CreatePeerResponse
382
382
  * @throws OciError when an error occurs
383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
384
384
  */
385
385
  createPeer(createPeerRequest) {
386
386
  return __awaiter(this, void 0, void 0, function* () {
@@ -441,7 +441,7 @@ class BlockchainPlatformClient {
441
441
  * @param DeleteBlockchainPlatformRequest
442
442
  * @return DeleteBlockchainPlatformResponse
443
443
  * @throws OciError when an error occurs
444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
445
445
  */
446
446
  deleteBlockchainPlatform(deleteBlockchainPlatformRequest) {
447
447
  return __awaiter(this, void 0, void 0, function* () {
@@ -502,7 +502,7 @@ class BlockchainPlatformClient {
502
502
  * @param DeleteOsnRequest
503
503
  * @return DeleteOsnResponse
504
504
  * @throws OciError when an error occurs
505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
506
506
  */
507
507
  deleteOsn(deleteOsnRequest) {
508
508
  return __awaiter(this, void 0, void 0, function* () {
@@ -563,7 +563,7 @@ class BlockchainPlatformClient {
563
563
  * @param DeletePeerRequest
564
564
  * @return DeletePeerResponse
565
565
  * @throws OciError when an error occurs
566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
567
567
  */
568
568
  deletePeer(deletePeerRequest) {
569
569
  return __awaiter(this, void 0, void 0, function* () {
@@ -625,7 +625,7 @@ class BlockchainPlatformClient {
625
625
  * @param DeleteWorkRequestRequest
626
626
  * @return DeleteWorkRequestResponse
627
627
  * @throws OciError when an error occurs
628
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
629
629
  */
630
630
  deleteWorkRequest(deleteWorkRequestRequest) {
631
631
  return __awaiter(this, void 0, void 0, function* () {
@@ -685,7 +685,7 @@ class BlockchainPlatformClient {
685
685
  * @param GetBlockchainPlatformRequest
686
686
  * @return GetBlockchainPlatformResponse
687
687
  * @throws OciError when an error occurs
688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
689
689
  */
690
690
  getBlockchainPlatform(getBlockchainPlatformRequest) {
691
691
  return __awaiter(this, void 0, void 0, function* () {
@@ -748,7 +748,7 @@ class BlockchainPlatformClient {
748
748
  * @param GetOsnRequest
749
749
  * @return GetOsnResponse
750
750
  * @throws OciError when an error occurs
751
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
752
752
  */
753
753
  getOsn(getOsnRequest) {
754
754
  return __awaiter(this, void 0, void 0, function* () {
@@ -812,7 +812,7 @@ class BlockchainPlatformClient {
812
812
  * @param GetPeerRequest
813
813
  * @return GetPeerResponse
814
814
  * @throws OciError when an error occurs
815
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
815
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
816
816
  */
817
817
  getPeer(getPeerRequest) {
818
818
  return __awaiter(this, void 0, void 0, function* () {
@@ -876,7 +876,7 @@ class BlockchainPlatformClient {
876
876
  * @param GetWorkRequestRequest
877
877
  * @return GetWorkRequestResponse
878
878
  * @throws OciError when an error occurs
879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
879
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
880
880
  */
881
881
  getWorkRequest(getWorkRequestRequest) {
882
882
  return __awaiter(this, void 0, void 0, function* () {
@@ -944,7 +944,7 @@ class BlockchainPlatformClient {
944
944
  * @param ListBlockchainPlatformPatchesRequest
945
945
  * @return ListBlockchainPlatformPatchesResponse
946
946
  * @throws OciError when an error occurs
947
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
947
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
948
948
  */
949
949
  listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest) {
950
950
  return __awaiter(this, void 0, void 0, function* () {
@@ -1010,7 +1010,7 @@ class BlockchainPlatformClient {
1010
1010
  * @param ListBlockchainPlatformsRequest
1011
1011
  * @return ListBlockchainPlatformsResponse
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.82.1/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
1013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
1014
1014
  */
1015
1015
  listBlockchainPlatforms(listBlockchainPlatformsRequest) {
1016
1016
  return __awaiter(this, void 0, void 0, function* () {
@@ -1079,7 +1079,7 @@ class BlockchainPlatformClient {
1079
1079
  * @param ListOsnsRequest
1080
1080
  * @return ListOsnsResponse
1081
1081
  * @throws OciError when an error occurs
1082
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
1082
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
1083
1083
  */
1084
1084
  listOsns(listOsnsRequest) {
1085
1085
  return __awaiter(this, void 0, void 0, function* () {
@@ -1149,7 +1149,7 @@ class BlockchainPlatformClient {
1149
1149
  * @param ListPeersRequest
1150
1150
  * @return ListPeersResponse
1151
1151
  * @throws OciError when an error occurs
1152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
1152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
1153
1153
  */
1154
1154
  listPeers(listPeersRequest) {
1155
1155
  return __awaiter(this, void 0, void 0, function* () {
@@ -1220,7 +1220,7 @@ class BlockchainPlatformClient {
1220
1220
  * @param ListWorkRequestErrorsRequest
1221
1221
  * @return ListWorkRequestErrorsResponse
1222
1222
  * @throws OciError when an error occurs
1223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1224
1224
  */
1225
1225
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1226
1226
  return __awaiter(this, void 0, void 0, function* () {
@@ -1287,7 +1287,7 @@ class BlockchainPlatformClient {
1287
1287
  * @param ListWorkRequestLogsRequest
1288
1288
  * @return ListWorkRequestLogsResponse
1289
1289
  * @throws OciError when an error occurs
1290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1291
1291
  */
1292
1292
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1293
1293
  return __awaiter(this, void 0, void 0, function* () {
@@ -1354,7 +1354,7 @@ class BlockchainPlatformClient {
1354
1354
  * @param ListWorkRequestsRequest
1355
1355
  * @return ListWorkRequestsResponse
1356
1356
  * @throws OciError when an error occurs
1357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1358
1358
  */
1359
1359
  listWorkRequests(listWorkRequestsRequest) {
1360
1360
  return __awaiter(this, void 0, void 0, function* () {
@@ -1422,7 +1422,7 @@ class BlockchainPlatformClient {
1422
1422
  * @param PreviewScaleBlockchainPlatformRequest
1423
1423
  * @return PreviewScaleBlockchainPlatformResponse
1424
1424
  * @throws OciError when an error occurs
1425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
1425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
1426
1426
  */
1427
1427
  previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest) {
1428
1428
  return __awaiter(this, void 0, void 0, function* () {
@@ -1486,7 +1486,7 @@ class BlockchainPlatformClient {
1486
1486
  * @param ScaleBlockchainPlatformRequest
1487
1487
  * @return ScaleBlockchainPlatformResponse
1488
1488
  * @throws OciError when an error occurs
1489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
1489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
1490
1490
  */
1491
1491
  scaleBlockchainPlatform(scaleBlockchainPlatformRequest) {
1492
1492
  return __awaiter(this, void 0, void 0, function* () {
@@ -1548,7 +1548,7 @@ class BlockchainPlatformClient {
1548
1548
  * @param StartBlockchainPlatformRequest
1549
1549
  * @return StartBlockchainPlatformResponse
1550
1550
  * @throws OciError when an error occurs
1551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
1551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
1552
1552
  */
1553
1553
  startBlockchainPlatform(startBlockchainPlatformRequest) {
1554
1554
  return __awaiter(this, void 0, void 0, function* () {
@@ -1609,7 +1609,7 @@ class BlockchainPlatformClient {
1609
1609
  * @param StopBlockchainPlatformRequest
1610
1610
  * @return StopBlockchainPlatformResponse
1611
1611
  * @throws OciError when an error occurs
1612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
1612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
1613
1613
  */
1614
1614
  stopBlockchainPlatform(stopBlockchainPlatformRequest) {
1615
1615
  return __awaiter(this, void 0, void 0, function* () {
@@ -1670,7 +1670,7 @@ class BlockchainPlatformClient {
1670
1670
  * @param UpdateBlockchainPlatformRequest
1671
1671
  * @return UpdateBlockchainPlatformResponse
1672
1672
  * @throws OciError when an error occurs
1673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
1673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
1674
1674
  */
1675
1675
  updateBlockchainPlatform(updateBlockchainPlatformRequest) {
1676
1676
  return __awaiter(this, void 0, void 0, function* () {
@@ -1732,7 +1732,7 @@ class BlockchainPlatformClient {
1732
1732
  * @param UpdateOsnRequest
1733
1733
  * @return UpdateOsnResponse
1734
1734
  * @throws OciError when an error occurs
1735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
1735
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
1736
1736
  */
1737
1737
  updateOsn(updateOsnRequest) {
1738
1738
  return __awaiter(this, void 0, void 0, function* () {
@@ -1795,7 +1795,7 @@ class BlockchainPlatformClient {
1795
1795
  * @param UpdatePeerRequest
1796
1796
  * @return UpdatePeerResponse
1797
1797
  * @throws OciError when an error occurs
1798
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
1798
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
1799
1799
  */
1800
1800
  updatePeer(updatePeerRequest) {
1801
1801
  return __awaiter(this, void 0, void 0, function* () {
@@ -1858,7 +1858,7 @@ class BlockchainPlatformClient {
1858
1858
  * @param UpgradeBlockchainPlatformRequest
1859
1859
  * @return UpgradeBlockchainPlatformResponse
1860
1860
  * @throws OciError when an error occurs
1861
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
1861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
1862
1862
  */
1863
1863
  upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest) {
1864
1864
  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.82.1/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsnRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatformRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsnRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeerRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatformRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/GetOsn.ts.html |here} to see how to use GetOsnRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/GetPeer.ts.html |here} to see how to use GetPeerRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatformsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/ListOsns.ts.html |here} to see how to use ListOsnsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/ListPeers.ts.html |here} to see how to use ListPeersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatformRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatformRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsnRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.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.82.1",
3
+ "version": "2.83.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.82.1",
19
- "oci-workrequests": "2.82.1"
18
+ "oci-common": "2.83.0",
19
+ "oci-workrequests": "2.83.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"