oci-blockchain 2.6.0 → 2.6.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.
- package/lib/client.d.ts +25 -25
- package/lib/client.js +25 -25
- package/lib/request/change-blockchain-platform-compartment-request.d.ts +1 -1
- package/lib/request/create-blockchain-platform-request.d.ts +1 -1
- package/lib/request/create-osn-request.d.ts +1 -1
- package/lib/request/create-peer-request.d.ts +1 -1
- package/lib/request/delete-blockchain-platform-request.d.ts +1 -1
- package/lib/request/delete-osn-request.d.ts +1 -1
- package/lib/request/delete-peer-request.d.ts +1 -1
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/get-blockchain-platform-request.d.ts +1 -1
- package/lib/request/get-osn-request.d.ts +1 -1
- package/lib/request/get-peer-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-blockchain-platforms-request.d.ts +1 -1
- package/lib/request/list-osns-request.d.ts +1 -1
- package/lib/request/list-peers-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/preview-scale-blockchain-platform-request.d.ts +1 -1
- package/lib/request/scale-blockchain-platform-request.d.ts +1 -1
- package/lib/request/start-blockchain-platform-request.d.ts +1 -1
- package/lib/request/stop-blockchain-platform-request.d.ts +1 -1
- package/lib/request/update-blockchain-platform-request.d.ts +1 -1
- package/lib/request/update-osn-request.d.ts +1 -1
- package/lib/request/update-peer-request.d.ts +1 -1
- 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.6.
|
|
75
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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 ListBlockchainPlatformsRequest
|
|
182
182
|
* @return ListBlockchainPlatformsResponse
|
|
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.6.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
|
|
185
185
|
*/
|
|
186
186
|
listBlockchainPlatforms(listBlockchainPlatformsRequest: requests.ListBlockchainPlatformsRequest): Promise<responses.ListBlockchainPlatformsResponse>;
|
|
187
187
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class BlockchainPlatformClient {
|
|
|
190
190
|
* @param ListOsnsRequest
|
|
191
191
|
* @return ListOsnsResponse
|
|
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.6.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
|
|
194
194
|
*/
|
|
195
195
|
listOsns(listOsnsRequest: requests.ListOsnsRequest): Promise<responses.ListOsnsResponse>;
|
|
196
196
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class BlockchainPlatformClient {
|
|
|
199
199
|
* @param ListPeersRequest
|
|
200
200
|
* @return ListPeersResponse
|
|
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.6.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
|
|
203
203
|
*/
|
|
204
204
|
listPeers(listPeersRequest: requests.ListPeersRequest): Promise<responses.ListPeersResponse>;
|
|
205
205
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class BlockchainPlatformClient {
|
|
|
209
209
|
* @param ListWorkRequestErrorsRequest
|
|
210
210
|
* @return ListWorkRequestErrorsResponse
|
|
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.6.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
213
213
|
*/
|
|
214
214
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
215
215
|
/**
|
|
@@ -219,7 +219,7 @@ export declare class BlockchainPlatformClient {
|
|
|
219
219
|
* @param ListWorkRequestLogsRequest
|
|
220
220
|
* @return ListWorkRequestLogsResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
223
223
|
*/
|
|
224
224
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
225
225
|
/**
|
|
@@ -229,7 +229,7 @@ export declare class BlockchainPlatformClient {
|
|
|
229
229
|
* @param ListWorkRequestsRequest
|
|
230
230
|
* @return ListWorkRequestsResponse
|
|
231
231
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
233
233
|
*/
|
|
234
234
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
235
235
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class BlockchainPlatformClient {
|
|
|
238
238
|
* @param PreviewScaleBlockchainPlatformRequest
|
|
239
239
|
* @return PreviewScaleBlockchainPlatformResponse
|
|
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.6.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
|
|
242
242
|
*/
|
|
243
243
|
previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest: requests.PreviewScaleBlockchainPlatformRequest): Promise<responses.PreviewScaleBlockchainPlatformResponse>;
|
|
244
244
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class BlockchainPlatformClient {
|
|
|
247
247
|
* @param ScaleBlockchainPlatformRequest
|
|
248
248
|
* @return ScaleBlockchainPlatformResponse
|
|
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.6.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
|
|
251
251
|
*/
|
|
252
252
|
scaleBlockchainPlatform(scaleBlockchainPlatformRequest: requests.ScaleBlockchainPlatformRequest): Promise<responses.ScaleBlockchainPlatformResponse>;
|
|
253
253
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class BlockchainPlatformClient {
|
|
|
256
256
|
* @param StartBlockchainPlatformRequest
|
|
257
257
|
* @return StartBlockchainPlatformResponse
|
|
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.6.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
|
|
260
260
|
*/
|
|
261
261
|
startBlockchainPlatform(startBlockchainPlatformRequest: requests.StartBlockchainPlatformRequest): Promise<responses.StartBlockchainPlatformResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class BlockchainPlatformClient {
|
|
|
265
265
|
* @param StopBlockchainPlatformRequest
|
|
266
266
|
* @return StopBlockchainPlatformResponse
|
|
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.6.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
|
|
269
269
|
*/
|
|
270
270
|
stopBlockchainPlatform(stopBlockchainPlatformRequest: requests.StopBlockchainPlatformRequest): Promise<responses.StopBlockchainPlatformResponse>;
|
|
271
271
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class BlockchainPlatformClient {
|
|
|
274
274
|
* @param UpdateBlockchainPlatformRequest
|
|
275
275
|
* @return UpdateBlockchainPlatformResponse
|
|
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.6.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
|
|
278
278
|
*/
|
|
279
279
|
updateBlockchainPlatform(updateBlockchainPlatformRequest: requests.UpdateBlockchainPlatformRequest): Promise<responses.UpdateBlockchainPlatformResponse>;
|
|
280
280
|
/**
|
|
@@ -283,7 +283,7 @@ export declare class BlockchainPlatformClient {
|
|
|
283
283
|
* @param UpdateOsnRequest
|
|
284
284
|
* @return UpdateOsnResponse
|
|
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.6.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
|
|
287
287
|
*/
|
|
288
288
|
updateOsn(updateOsnRequest: requests.UpdateOsnRequest): Promise<responses.UpdateOsnResponse>;
|
|
289
289
|
/**
|
|
@@ -292,7 +292,7 @@ export declare class BlockchainPlatformClient {
|
|
|
292
292
|
* @param UpdatePeerRequest
|
|
293
293
|
* @return UpdatePeerResponse
|
|
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.6.
|
|
295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
|
|
296
296
|
*/
|
|
297
297
|
updatePeer(updatePeerRequest: requests.UpdatePeerRequest): Promise<responses.UpdatePeerResponse>;
|
|
298
298
|
}
|
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.6.
|
|
153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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* () {
|
|
@@ -445,7 +445,7 @@ class BlockchainPlatformClient {
|
|
|
445
445
|
* @param DeleteOsnRequest
|
|
446
446
|
* @return DeleteOsnResponse
|
|
447
447
|
* @throws OciError when an error occurs
|
|
448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/DeleteOsn.ts.html |here} to see how to use DeleteOsn API.
|
|
449
449
|
*/
|
|
450
450
|
deleteOsn(deleteOsnRequest) {
|
|
451
451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -504,7 +504,7 @@ class BlockchainPlatformClient {
|
|
|
504
504
|
* @param DeletePeerRequest
|
|
505
505
|
* @return DeletePeerResponse
|
|
506
506
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/DeletePeer.ts.html |here} to see how to use DeletePeer API.
|
|
508
508
|
*/
|
|
509
509
|
deletePeer(deletePeerRequest) {
|
|
510
510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -563,7 +563,7 @@ class BlockchainPlatformClient {
|
|
|
563
563
|
* @param DeleteWorkRequestRequest
|
|
564
564
|
* @return DeleteWorkRequestResponse
|
|
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.6.
|
|
566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
567
567
|
*/
|
|
568
568
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
569
569
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -621,7 +621,7 @@ class BlockchainPlatformClient {
|
|
|
621
621
|
* @param GetBlockchainPlatformRequest
|
|
622
622
|
* @return GetBlockchainPlatformResponse
|
|
623
623
|
* @throws OciError when an error occurs
|
|
624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/GetBlockchainPlatform.ts.html |here} to see how to use GetBlockchainPlatform API.
|
|
625
625
|
*/
|
|
626
626
|
getBlockchainPlatform(getBlockchainPlatformRequest) {
|
|
627
627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -682,7 +682,7 @@ class BlockchainPlatformClient {
|
|
|
682
682
|
* @param GetOsnRequest
|
|
683
683
|
* @return GetOsnResponse
|
|
684
684
|
* @throws OciError when an error occurs
|
|
685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/GetOsn.ts.html |here} to see how to use GetOsn API.
|
|
686
686
|
*/
|
|
687
687
|
getOsn(getOsnRequest) {
|
|
688
688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -744,7 +744,7 @@ class BlockchainPlatformClient {
|
|
|
744
744
|
* @param GetPeerRequest
|
|
745
745
|
* @return GetPeerResponse
|
|
746
746
|
* @throws OciError when an error occurs
|
|
747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/GetPeer.ts.html |here} to see how to use GetPeer API.
|
|
748
748
|
*/
|
|
749
749
|
getPeer(getPeerRequest) {
|
|
750
750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -806,7 +806,7 @@ class BlockchainPlatformClient {
|
|
|
806
806
|
* @param GetWorkRequestRequest
|
|
807
807
|
* @return GetWorkRequestResponse
|
|
808
808
|
* @throws OciError when an error occurs
|
|
809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
810
810
|
*/
|
|
811
811
|
getWorkRequest(getWorkRequestRequest) {
|
|
812
812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -872,7 +872,7 @@ class BlockchainPlatformClient {
|
|
|
872
872
|
* @param ListBlockchainPlatformsRequest
|
|
873
873
|
* @return ListBlockchainPlatformsResponse
|
|
874
874
|
* @throws OciError when an error occurs
|
|
875
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ListBlockchainPlatforms.ts.html |here} to see how to use ListBlockchainPlatforms API.
|
|
876
876
|
*/
|
|
877
877
|
listBlockchainPlatforms(listBlockchainPlatformsRequest) {
|
|
878
878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -939,7 +939,7 @@ class BlockchainPlatformClient {
|
|
|
939
939
|
* @param ListOsnsRequest
|
|
940
940
|
* @return ListOsnsResponse
|
|
941
941
|
* @throws OciError when an error occurs
|
|
942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ListOsns.ts.html |here} to see how to use ListOsns API.
|
|
943
943
|
*/
|
|
944
944
|
listOsns(listOsnsRequest) {
|
|
945
945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1007,7 +1007,7 @@ class BlockchainPlatformClient {
|
|
|
1007
1007
|
* @param ListPeersRequest
|
|
1008
1008
|
* @return ListPeersResponse
|
|
1009
1009
|
* @throws OciError when an error occurs
|
|
1010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
1010
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ListPeers.ts.html |here} to see how to use ListPeers API.
|
|
1011
1011
|
*/
|
|
1012
1012
|
listPeers(listPeersRequest) {
|
|
1013
1013
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1076,7 +1076,7 @@ class BlockchainPlatformClient {
|
|
|
1076
1076
|
* @param ListWorkRequestErrorsRequest
|
|
1077
1077
|
* @return ListWorkRequestErrorsResponse
|
|
1078
1078
|
* @throws OciError when an error occurs
|
|
1079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
1079
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1080
1080
|
*/
|
|
1081
1081
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1082
1082
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1141,7 +1141,7 @@ class BlockchainPlatformClient {
|
|
|
1141
1141
|
* @param ListWorkRequestLogsRequest
|
|
1142
1142
|
* @return ListWorkRequestLogsResponse
|
|
1143
1143
|
* @throws OciError when an error occurs
|
|
1144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
1144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1145
1145
|
*/
|
|
1146
1146
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1147
1147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1206,7 +1206,7 @@ class BlockchainPlatformClient {
|
|
|
1206
1206
|
* @param ListWorkRequestsRequest
|
|
1207
1207
|
* @return ListWorkRequestsResponse
|
|
1208
1208
|
* @throws OciError when an error occurs
|
|
1209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
1209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1210
1210
|
*/
|
|
1211
1211
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1212
1212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1272,7 +1272,7 @@ class BlockchainPlatformClient {
|
|
|
1272
1272
|
* @param PreviewScaleBlockchainPlatformRequest
|
|
1273
1273
|
* @return PreviewScaleBlockchainPlatformResponse
|
|
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.6.
|
|
1275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/PreviewScaleBlockchainPlatform.ts.html |here} to see how to use PreviewScaleBlockchainPlatform API.
|
|
1276
1276
|
*/
|
|
1277
1277
|
previewScaleBlockchainPlatform(previewScaleBlockchainPlatformRequest) {
|
|
1278
1278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1334,7 +1334,7 @@ class BlockchainPlatformClient {
|
|
|
1334
1334
|
* @param ScaleBlockchainPlatformRequest
|
|
1335
1335
|
* @return ScaleBlockchainPlatformResponse
|
|
1336
1336
|
* @throws OciError when an error occurs
|
|
1337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
1337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/ScaleBlockchainPlatform.ts.html |here} to see how to use ScaleBlockchainPlatform API.
|
|
1338
1338
|
*/
|
|
1339
1339
|
scaleBlockchainPlatform(scaleBlockchainPlatformRequest) {
|
|
1340
1340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1394,7 +1394,7 @@ class BlockchainPlatformClient {
|
|
|
1394
1394
|
* @param StartBlockchainPlatformRequest
|
|
1395
1395
|
* @return StartBlockchainPlatformResponse
|
|
1396
1396
|
* @throws OciError when an error occurs
|
|
1397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
1397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/StartBlockchainPlatform.ts.html |here} to see how to use StartBlockchainPlatform API.
|
|
1398
1398
|
*/
|
|
1399
1399
|
startBlockchainPlatform(startBlockchainPlatformRequest) {
|
|
1400
1400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1453,7 +1453,7 @@ class BlockchainPlatformClient {
|
|
|
1453
1453
|
* @param StopBlockchainPlatformRequest
|
|
1454
1454
|
* @return StopBlockchainPlatformResponse
|
|
1455
1455
|
* @throws OciError when an error occurs
|
|
1456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
1456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/StopBlockchainPlatform.ts.html |here} to see how to use StopBlockchainPlatform API.
|
|
1457
1457
|
*/
|
|
1458
1458
|
stopBlockchainPlatform(stopBlockchainPlatformRequest) {
|
|
1459
1459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1512,7 +1512,7 @@ class BlockchainPlatformClient {
|
|
|
1512
1512
|
* @param UpdateBlockchainPlatformRequest
|
|
1513
1513
|
* @return UpdateBlockchainPlatformResponse
|
|
1514
1514
|
* @throws OciError when an error occurs
|
|
1515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
1515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/UpdateBlockchainPlatform.ts.html |here} to see how to use UpdateBlockchainPlatform API.
|
|
1516
1516
|
*/
|
|
1517
1517
|
updateBlockchainPlatform(updateBlockchainPlatformRequest) {
|
|
1518
1518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1572,7 +1572,7 @@ class BlockchainPlatformClient {
|
|
|
1572
1572
|
* @param UpdateOsnRequest
|
|
1573
1573
|
* @return UpdateOsnResponse
|
|
1574
1574
|
* @throws OciError when an error occurs
|
|
1575
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
1575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/UpdateOsn.ts.html |here} to see how to use UpdateOsn API.
|
|
1576
1576
|
*/
|
|
1577
1577
|
updateOsn(updateOsnRequest) {
|
|
1578
1578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1633,7 +1633,7 @@ class BlockchainPlatformClient {
|
|
|
1633
1633
|
* @param UpdatePeerRequest
|
|
1634
1634
|
* @return UpdatePeerResponse
|
|
1635
1635
|
* @throws OciError when an error occurs
|
|
1636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.
|
|
1636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeer API.
|
|
1637
1637
|
*/
|
|
1638
1638
|
updatePeer(updatePeerRequest) {
|
|
1639
1639
|
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.6.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.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.6.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/blockchain/UpdatePeer.ts.html |here} to see how to use UpdatePeerRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePeerRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-blockchain",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.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.6.
|
|
19
|
-
"oci-workrequests": "2.6.
|
|
18
|
+
"oci-common": "2.6.1",
|
|
19
|
+
"oci-workrequests": "2.6.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|