oci-blockchain 2.11.0 → 2.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -72,7 +72,7 @@ export declare class BlockchainPlatformClient {
72
72
  * @param ChangeBlockchainPlatformCompartmentRequest
73
73
  * @return ChangeBlockchainPlatformCompartmentResponse
74
74
  * @throws OciError when an error occurs
75
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
75
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
76
76
  */
77
77
  changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest: requests.ChangeBlockchainPlatformCompartmentRequest): Promise<responses.ChangeBlockchainPlatformCompartmentResponse>;
78
78
  /**
@@ -82,7 +82,7 @@ export declare class BlockchainPlatformClient {
82
82
  * @param CreateBlockchainPlatformRequest
83
83
  * @return CreateBlockchainPlatformResponse
84
84
  * @throws OciError when an error occurs
85
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
85
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
86
86
  */
87
87
  createBlockchainPlatform(createBlockchainPlatformRequest: requests.CreateBlockchainPlatformRequest): Promise<responses.CreateBlockchainPlatformResponse>;
88
88
  /**
@@ -91,7 +91,7 @@ export declare class BlockchainPlatformClient {
91
91
  * @param CreateOsnRequest
92
92
  * @return CreateOsnResponse
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.11.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
95
95
  */
96
96
  createOsn(createOsnRequest: requests.CreateOsnRequest): Promise<responses.CreateOsnResponse>;
97
97
  /**
@@ -100,7 +100,7 @@ export declare class BlockchainPlatformClient {
100
100
  * @param CreatePeerRequest
101
101
  * @return CreatePeerResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
104
104
  */
105
105
  createPeer(createPeerRequest: requests.CreatePeerRequest): Promise<responses.CreatePeerResponse>;
106
106
  /**
@@ -109,7 +109,7 @@ export declare class BlockchainPlatformClient {
109
109
  * @param DeleteBlockchainPlatformRequest
110
110
  * @return DeleteBlockchainPlatformResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
113
113
  */
114
114
  deleteBlockchainPlatform(deleteBlockchainPlatformRequest: requests.DeleteBlockchainPlatformRequest): Promise<responses.DeleteBlockchainPlatformResponse>;
115
115
  /**
@@ -118,7 +118,7 @@ export declare class BlockchainPlatformClient {
118
118
  * @param DeleteOsnRequest
119
119
  * @return DeleteOsnResponse
120
120
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
122
122
  */
123
123
  deleteOsn(deleteOsnRequest: requests.DeleteOsnRequest): Promise<responses.DeleteOsnResponse>;
124
124
  /**
@@ -127,7 +127,7 @@ export declare class BlockchainPlatformClient {
127
127
  * @param DeletePeerRequest
128
128
  * @return DeletePeerResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
131
131
  */
132
132
  deletePeer(deletePeerRequest: requests.DeletePeerRequest): Promise<responses.DeletePeerResponse>;
133
133
  /**
@@ -136,7 +136,7 @@ export declare class BlockchainPlatformClient {
136
136
  * @param DeleteWorkRequestRequest
137
137
  * @return DeleteWorkRequestResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
140
140
  */
141
141
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
142
142
  /**
@@ -145,7 +145,7 @@ export declare class BlockchainPlatformClient {
145
145
  * @param GetBlockchainPlatformRequest
146
146
  * @return GetBlockchainPlatformResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
149
149
  */
150
150
  getBlockchainPlatform(getBlockchainPlatformRequest: requests.GetBlockchainPlatformRequest): Promise<responses.GetBlockchainPlatformResponse>;
151
151
  /**
@@ -154,7 +154,7 @@ export declare class BlockchainPlatformClient {
154
154
  * @param GetOsnRequest
155
155
  * @return GetOsnResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
158
158
  */
159
159
  getOsn(getOsnRequest: requests.GetOsnRequest): Promise<responses.GetOsnResponse>;
160
160
  /**
@@ -163,7 +163,7 @@ export declare class BlockchainPlatformClient {
163
163
  * @param GetPeerRequest
164
164
  * @return GetPeerResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
167
167
  */
168
168
  getPeer(getPeerRequest: requests.GetPeerRequest): Promise<responses.GetPeerResponse>;
169
169
  /**
@@ -172,7 +172,7 @@ export declare class BlockchainPlatformClient {
172
172
  * @param GetWorkRequestRequest
173
173
  * @return GetWorkRequestResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
176
176
  */
177
177
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
178
178
  /**
@@ -181,7 +181,7 @@ export declare class BlockchainPlatformClient {
181
181
  * @param ListBlockchainPlatformPatchesRequest
182
182
  * @return ListBlockchainPlatformPatchesResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
185
185
  */
186
186
  listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest: requests.ListBlockchainPlatformPatchesRequest): Promise<responses.ListBlockchainPlatformPatchesResponse>;
187
187
  /**
@@ -190,7 +190,7 @@ export declare class BlockchainPlatformClient {
190
190
  * @param ListBlockchainPlatformsRequest
191
191
  * @return ListBlockchainPlatformsResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
194
194
  */
195
195
  listBlockchainPlatforms(listBlockchainPlatformsRequest: requests.ListBlockchainPlatformsRequest): Promise<responses.ListBlockchainPlatformsResponse>;
196
196
  /**
@@ -199,7 +199,7 @@ export declare class BlockchainPlatformClient {
199
199
  * @param ListOsnsRequest
200
200
  * @return ListOsnsResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
203
203
  */
204
204
  listOsns(listOsnsRequest: requests.ListOsnsRequest): Promise<responses.ListOsnsResponse>;
205
205
  /**
@@ -208,7 +208,7 @@ export declare class BlockchainPlatformClient {
208
208
  * @param ListPeersRequest
209
209
  * @return ListPeersResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
212
212
  */
213
213
  listPeers(listPeersRequest: requests.ListPeersRequest): Promise<responses.ListPeersResponse>;
214
214
  /**
@@ -218,7 +218,7 @@ export declare class BlockchainPlatformClient {
218
218
  * @param ListWorkRequestErrorsRequest
219
219
  * @return ListWorkRequestErrorsResponse
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.11.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
222
222
  */
223
223
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
224
224
  /**
@@ -228,7 +228,7 @@ export declare class BlockchainPlatformClient {
228
228
  * @param ListWorkRequestLogsRequest
229
229
  * @return ListWorkRequestLogsResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
232
232
  */
233
233
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
234
234
  /**
@@ -238,7 +238,7 @@ export declare class BlockchainPlatformClient {
238
238
  * @param ListWorkRequestsRequest
239
239
  * @return ListWorkRequestsResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
242
242
  */
243
243
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
244
244
  /**
@@ -247,7 +247,7 @@ export declare class BlockchainPlatformClient {
247
247
  * @param PreviewScaleBlockchainPlatformRequest
248
248
  * @return PreviewScaleBlockchainPlatformResponse
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.11.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
251
251
  */
252
252
  previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest: requests.PreviewScaleBlockchainPlatformRequest): Promise<responses.PreviewScaleBlockchainPlatformResponse>;
253
253
  /**
@@ -256,7 +256,7 @@ export declare class BlockchainPlatformClient {
256
256
  * @param ScaleBlockchainPlatformRequest
257
257
  * @return ScaleBlockchainPlatformResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
260
260
  */
261
261
  scaleBlockchainPlatform(scaleBlockchainPlatformRequest: requests.ScaleBlockchainPlatformRequest): Promise<responses.ScaleBlockchainPlatformResponse>;
262
262
  /**
@@ -265,7 +265,7 @@ export declare class BlockchainPlatformClient {
265
265
  * @param StartBlockchainPlatformRequest
266
266
  * @return StartBlockchainPlatformResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
269
269
  */
270
270
  startBlockchainPlatform(startBlockchainPlatformRequest: requests.StartBlockchainPlatformRequest): Promise<responses.StartBlockchainPlatformResponse>;
271
271
  /**
@@ -274,7 +274,7 @@ export declare class BlockchainPlatformClient {
274
274
  * @param StopBlockchainPlatformRequest
275
275
  * @return StopBlockchainPlatformResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
278
278
  */
279
279
  stopBlockchainPlatform(stopBlockchainPlatformRequest: requests.StopBlockchainPlatformRequest): Promise<responses.StopBlockchainPlatformResponse>;
280
280
  /**
@@ -283,7 +283,7 @@ export declare class BlockchainPlatformClient {
283
283
  * @param UpdateBlockchainPlatformRequest
284
284
  * @return UpdateBlockchainPlatformResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
287
287
  */
288
288
  updateBlockchainPlatform(updateBlockchainPlatformRequest: requests.UpdateBlockchainPlatformRequest): Promise<responses.UpdateBlockchainPlatformResponse>;
289
289
  /**
@@ -292,7 +292,7 @@ export declare class BlockchainPlatformClient {
292
292
  * @param UpdateOsnRequest
293
293
  * @return UpdateOsnResponse
294
294
  * @throws OciError when an error occurs
295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
296
296
  */
297
297
  updateOsn(updateOsnRequest: requests.UpdateOsnRequest): Promise<responses.UpdateOsnResponse>;
298
298
  /**
@@ -301,7 +301,7 @@ export declare class BlockchainPlatformClient {
301
301
  * @param UpdatePeerRequest
302
302
  * @return UpdatePeerResponse
303
303
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
305
305
  */
306
306
  updatePeer(updatePeerRequest: requests.UpdatePeerRequest): Promise<responses.UpdatePeerResponse>;
307
307
  /**
@@ -310,7 +310,7 @@ export declare class BlockchainPlatformClient {
310
310
  * @param UpgradeBlockchainPlatformRequest
311
311
  * @return UpgradeBlockchainPlatformResponse
312
312
  * @throws OciError when an error occurs
313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
314
314
  */
315
315
  upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest: requests.UpgradeBlockchainPlatformRequest): Promise<responses.UpgradeBlockchainPlatformResponse>;
316
316
  }
package/lib/client.js CHANGED
@@ -150,7 +150,7 @@ class BlockchainPlatformClient {
150
150
  * @param ChangeBlockchainPlatformCompartmentRequest
151
151
  * @return ChangeBlockchainPlatformCompartmentResponse
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.11.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartment API.
154
154
  */
155
155
  changeBlockchainPlatformCompartment(changeBlockchainPlatformCompartmentRequest) {
156
156
  return __awaiter(this, void 0, void 0, function* () {
@@ -211,7 +211,7 @@ class BlockchainPlatformClient {
211
211
  * @param CreateBlockchainPlatformRequest
212
212
  * @return CreateBlockchainPlatformResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatform API.
215
215
  */
216
216
  createBlockchainPlatform(createBlockchainPlatformRequest) {
217
217
  return __awaiter(this, void 0, void 0, function* () {
@@ -268,7 +268,7 @@ class BlockchainPlatformClient {
268
268
  * @param CreateOsnRequest
269
269
  * @return CreateOsnResponse
270
270
  * @throws OciError when an error occurs
271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsn API.
272
272
  */
273
273
  createOsn(createOsnRequest) {
274
274
  return __awaiter(this, void 0, void 0, function* () {
@@ -328,7 +328,7 @@ class BlockchainPlatformClient {
328
328
  * @param CreatePeerRequest
329
329
  * @return CreatePeerResponse
330
330
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeer API.
332
332
  */
333
333
  createPeer(createPeerRequest) {
334
334
  return __awaiter(this, void 0, void 0, function* () {
@@ -387,7 +387,7 @@ class BlockchainPlatformClient {
387
387
  * @param DeleteBlockchainPlatformRequest
388
388
  * @return DeleteBlockchainPlatformResponse
389
389
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatform API.
391
391
  */
392
392
  deleteBlockchainPlatform(deleteBlockchainPlatformRequest) {
393
393
  return __awaiter(this, void 0, void 0, function* () {
@@ -446,7 +446,7 @@ class BlockchainPlatformClient {
446
446
  * @param DeleteOsnRequest
447
447
  * @return DeleteOsnResponse
448
448
  * @throws OciError when an error occurs
449
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
450
450
  */
451
451
  deleteOsn(deleteOsnRequest) {
452
452
  return __awaiter(this, void 0, void 0, function* () {
@@ -505,7 +505,7 @@ class BlockchainPlatformClient {
505
505
  * @param DeletePeerRequest
506
506
  * @return DeletePeerResponse
507
507
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
509
509
  */
510
510
  deletePeer(deletePeerRequest) {
511
511
  return __awaiter(this, void 0, void 0, function* () {
@@ -565,7 +565,7 @@ class BlockchainPlatformClient {
565
565
  * @param DeleteWorkRequestRequest
566
566
  * @return DeleteWorkRequestResponse
567
567
  * @throws OciError when an error occurs
568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
569
569
  */
570
570
  deleteWorkRequest(deleteWorkRequestRequest) {
571
571
  return __awaiter(this, void 0, void 0, function* () {
@@ -623,7 +623,7 @@ class BlockchainPlatformClient {
623
623
  * @param GetBlockchainPlatformRequest
624
624
  * @return GetBlockchainPlatformResponse
625
625
  * @throws OciError when an error occurs
626
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
627
627
  */
628
628
  getBlockchainPlatform(getBlockchainPlatformRequest) {
629
629
  return __awaiter(this, void 0, void 0, function* () {
@@ -684,7 +684,7 @@ class BlockchainPlatformClient {
684
684
  * @param GetOsnRequest
685
685
  * @return GetOsnResponse
686
686
  * @throws OciError when an error occurs
687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
688
688
  */
689
689
  getOsn(getOsnRequest) {
690
690
  return __awaiter(this, void 0, void 0, function* () {
@@ -746,7 +746,7 @@ class BlockchainPlatformClient {
746
746
  * @param GetPeerRequest
747
747
  * @return GetPeerResponse
748
748
  * @throws OciError when an error occurs
749
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
750
750
  */
751
751
  getPeer(getPeerRequest) {
752
752
  return __awaiter(this, void 0, void 0, function* () {
@@ -808,7 +808,7 @@ class BlockchainPlatformClient {
808
808
  * @param GetWorkRequestRequest
809
809
  * @return GetWorkRequestResponse
810
810
  * @throws OciError when an error occurs
811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
812
812
  */
813
813
  getWorkRequest(getWorkRequestRequest) {
814
814
  return __awaiter(this, void 0, void 0, function* () {
@@ -874,7 +874,7 @@ class BlockchainPlatformClient {
874
874
  * @param ListBlockchainPlatformPatchesRequest
875
875
  * @return ListBlockchainPlatformPatchesResponse
876
876
  * @throws OciError when an error occurs
877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
877
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatches API.
878
878
  */
879
879
  listBlockchainPlatformPatches(listBlockchainPlatformPatchesRequest) {
880
880
  return __awaiter(this, void 0, void 0, function* () {
@@ -938,7 +938,7 @@ class BlockchainPlatformClient {
938
938
  * @param ListBlockchainPlatformsRequest
939
939
  * @return ListBlockchainPlatformsResponse
940
940
  * @throws OciError when an error occurs
941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
942
942
  */
943
943
  listBlockchainPlatforms(listBlockchainPlatformsRequest) {
944
944
  return __awaiter(this, void 0, void 0, function* () {
@@ -1005,7 +1005,7 @@ class BlockchainPlatformClient {
1005
1005
  * @param ListOsnsRequest
1006
1006
  * @return ListOsnsResponse
1007
1007
  * @throws OciError when an error occurs
1008
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
1008
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
1009
1009
  */
1010
1010
  listOsns(listOsnsRequest) {
1011
1011
  return __awaiter(this, void 0, void 0, function* () {
@@ -1073,7 +1073,7 @@ class BlockchainPlatformClient {
1073
1073
  * @param ListPeersRequest
1074
1074
  * @return ListPeersResponse
1075
1075
  * @throws OciError when an error occurs
1076
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
1076
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
1077
1077
  */
1078
1078
  listPeers(listPeersRequest) {
1079
1079
  return __awaiter(this, void 0, void 0, function* () {
@@ -1142,7 +1142,7 @@ class BlockchainPlatformClient {
1142
1142
  * @param ListWorkRequestErrorsRequest
1143
1143
  * @return ListWorkRequestErrorsResponse
1144
1144
  * @throws OciError when an error occurs
1145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1146
1146
  */
1147
1147
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1148
1148
  return __awaiter(this, void 0, void 0, function* () {
@@ -1207,7 +1207,7 @@ class BlockchainPlatformClient {
1207
1207
  * @param ListWorkRequestLogsRequest
1208
1208
  * @return ListWorkRequestLogsResponse
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.11.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1211
1211
  */
1212
1212
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1213
1213
  return __awaiter(this, void 0, void 0, function* () {
@@ -1272,7 +1272,7 @@ class BlockchainPlatformClient {
1272
1272
  * @param ListWorkRequestsRequest
1273
1273
  * @return ListWorkRequestsResponse
1274
1274
  * @throws OciError when an error occurs
1275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1276
1276
  */
1277
1277
  listWorkRequests(listWorkRequestsRequest) {
1278
1278
  return __awaiter(this, void 0, void 0, function* () {
@@ -1338,7 +1338,7 @@ class BlockchainPlatformClient {
1338
1338
  * @param PreviewScaleBlockchainPlatformRequest
1339
1339
  * @return PreviewScaleBlockchainPlatformResponse
1340
1340
  * @throws OciError when an error occurs
1341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
1341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
1342
1342
  */
1343
1343
  previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest) {
1344
1344
  return __awaiter(this, void 0, void 0, function* () {
@@ -1400,7 +1400,7 @@ class BlockchainPlatformClient {
1400
1400
  * @param ScaleBlockchainPlatformRequest
1401
1401
  * @return ScaleBlockchainPlatformResponse
1402
1402
  * @throws OciError when an error occurs
1403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
1403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
1404
1404
  */
1405
1405
  scaleBlockchainPlatform(scaleBlockchainPlatformRequest) {
1406
1406
  return __awaiter(this, void 0, void 0, function* () {
@@ -1460,7 +1460,7 @@ class BlockchainPlatformClient {
1460
1460
  * @param StartBlockchainPlatformRequest
1461
1461
  * @return StartBlockchainPlatformResponse
1462
1462
  * @throws OciError when an error occurs
1463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
1463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
1464
1464
  */
1465
1465
  startBlockchainPlatform(startBlockchainPlatformRequest) {
1466
1466
  return __awaiter(this, void 0, void 0, function* () {
@@ -1519,7 +1519,7 @@ class BlockchainPlatformClient {
1519
1519
  * @param StopBlockchainPlatformRequest
1520
1520
  * @return StopBlockchainPlatformResponse
1521
1521
  * @throws OciError when an error occurs
1522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
1522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
1523
1523
  */
1524
1524
  stopBlockchainPlatform(stopBlockchainPlatformRequest) {
1525
1525
  return __awaiter(this, void 0, void 0, function* () {
@@ -1578,7 +1578,7 @@ class BlockchainPlatformClient {
1578
1578
  * @param UpdateBlockchainPlatformRequest
1579
1579
  * @return UpdateBlockchainPlatformResponse
1580
1580
  * @throws OciError when an error occurs
1581
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
1581
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
1582
1582
  */
1583
1583
  updateBlockchainPlatform(updateBlockchainPlatformRequest) {
1584
1584
  return __awaiter(this, void 0, void 0, function* () {
@@ -1638,7 +1638,7 @@ class BlockchainPlatformClient {
1638
1638
  * @param UpdateOsnRequest
1639
1639
  * @return UpdateOsnResponse
1640
1640
  * @throws OciError when an error occurs
1641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
1641
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
1642
1642
  */
1643
1643
  updateOsn(updateOsnRequest) {
1644
1644
  return __awaiter(this, void 0, void 0, function* () {
@@ -1699,7 +1699,7 @@ class BlockchainPlatformClient {
1699
1699
  * @param UpdatePeerRequest
1700
1700
  * @return UpdatePeerResponse
1701
1701
  * @throws OciError when an error occurs
1702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
1702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
1703
1703
  */
1704
1704
  updatePeer(updatePeerRequest) {
1705
1705
  return __awaiter(this, void 0, void 0, function* () {
@@ -1760,7 +1760,7 @@ class BlockchainPlatformClient {
1760
1760
  * @param UpgradeBlockchainPlatformRequest
1761
1761
  * @return UpgradeBlockchainPlatformResponse
1762
1762
  * @throws OciError when an error occurs
1763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
1763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatform API.
1764
1764
  */
1765
1765
  upgradeBlockchainPlatform(upgradeBlockchainPlatformRequest) {
1766
1766
  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.11.0/blockchain/ChangeBlockchainPlatformCompartment.ts.html |here} to see how to use ChangeBlockchainPlatformCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/CreateBlockchainPlatform.ts.html |here} to see how to use CreateBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/CreateOsn.ts.html |here} to see how to use CreateOsnRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/CreatePeer.ts.html |here} to see how to use CreatePeerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/DeleteBlockchainPlatform.ts.html |here} to see how to use DeleteBlockchainPlatformRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsnRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeerRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatformRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/GetOsn.ts.html |here} to see how to use GetOsnRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/GetPeer.ts.html |here} to see how to use GetPeerRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/ListBlockchainPlatformPatches.ts.html |here} to see how to use ListBlockchainPlatformPatchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatformsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/ListOsns.ts.html |here} to see how to use ListOsnsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/ListPeers.ts.html |here} to see how to use ListPeersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatformRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatformRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsnRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0/blockchain/UpgradeBlockchainPlatform.ts.html |here} to see how to use UpgradeBlockchainPlatformRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.0",
3
+ "version": "2.11.1",
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.11.0",
19
- "oci-workrequests": "2.11.0"
18
+ "oci-common": "2.11.1",
19
+ "oci-workrequests": "2.11.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"