oci-streaming 2.70.0 → 2.70.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 (29) hide show
  1. package/lib/client.d.ts +26 -26
  2. package/lib/client.js +26 -26
  3. package/lib/request/change-connect-harness-compartment-request.d.ts +1 -1
  4. package/lib/request/change-stream-compartment-request.d.ts +1 -1
  5. package/lib/request/change-stream-pool-compartment-request.d.ts +1 -1
  6. package/lib/request/consumer-commit-request.d.ts +1 -1
  7. package/lib/request/consumer-heartbeat-request.d.ts +1 -1
  8. package/lib/request/create-connect-harness-request.d.ts +1 -1
  9. package/lib/request/create-cursor-request.d.ts +1 -1
  10. package/lib/request/create-group-cursor-request.d.ts +1 -1
  11. package/lib/request/create-stream-pool-request.d.ts +1 -1
  12. package/lib/request/create-stream-request.d.ts +1 -1
  13. package/lib/request/delete-connect-harness-request.d.ts +1 -1
  14. package/lib/request/delete-stream-pool-request.d.ts +1 -1
  15. package/lib/request/delete-stream-request.d.ts +1 -1
  16. package/lib/request/get-connect-harness-request.d.ts +1 -1
  17. package/lib/request/get-group-request.d.ts +1 -1
  18. package/lib/request/get-messages-request.d.ts +1 -1
  19. package/lib/request/get-stream-pool-request.d.ts +1 -1
  20. package/lib/request/get-stream-request.d.ts +1 -1
  21. package/lib/request/list-connect-harnesses-request.d.ts +1 -1
  22. package/lib/request/list-stream-pools-request.d.ts +1 -1
  23. package/lib/request/list-streams-request.d.ts +1 -1
  24. package/lib/request/put-messages-request.d.ts +1 -1
  25. package/lib/request/update-connect-harness-request.d.ts +1 -1
  26. package/lib/request/update-group-request.d.ts +1 -1
  27. package/lib/request/update-stream-pool-request.d.ts +1 -1
  28. package/lib/request/update-stream-request.d.ts +1 -1
  29. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -57,7 +57,7 @@ export declare class StreamClient {
57
57
  * @param ConsumerCommitRequest
58
58
  * @return ConsumerCommitResponse
59
59
  * @throws OciError when an error occurs
60
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
60
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
61
61
  */
62
62
  consumerCommit(consumerCommitRequest: requests.ConsumerCommitRequest): Promise<responses.ConsumerCommitResponse>;
63
63
  /**
@@ -67,7 +67,7 @@ export declare class StreamClient {
67
67
  * @param ConsumerHeartbeatRequest
68
68
  * @return ConsumerHeartbeatResponse
69
69
  * @throws OciError when an error occurs
70
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
70
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
71
71
  */
72
72
  consumerHeartbeat(consumerHeartbeatRequest: requests.ConsumerHeartbeatRequest): Promise<responses.ConsumerHeartbeatResponse>;
73
73
  /**
@@ -81,7 +81,7 @@ export declare class StreamClient {
81
81
  * @param CreateCursorRequest
82
82
  * @return CreateCursorResponse
83
83
  * @throws OciError when an error occurs
84
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
84
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
85
85
  */
86
86
  createCursor(createCursorRequest: requests.CreateCursorRequest): Promise<responses.CreateCursorResponse>;
87
87
  /**
@@ -91,7 +91,7 @@ export declare class StreamClient {
91
91
  * @param CreateGroupCursorRequest
92
92
  * @return CreateGroupCursorResponse
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.70.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
95
95
  */
96
96
  createGroupCursor(createGroupCursorRequest: requests.CreateGroupCursorRequest): Promise<responses.CreateGroupCursorResponse>;
97
97
  /**
@@ -101,7 +101,7 @@ export declare class StreamClient {
101
101
  * @param GetGroupRequest
102
102
  * @return GetGroupResponse
103
103
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
105
105
  */
106
106
  getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
107
107
  /**
@@ -113,7 +113,7 @@ export declare class StreamClient {
113
113
  * @param GetMessagesRequest
114
114
  * @return GetMessagesResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
117
117
  */
118
118
  getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
119
119
  /**
@@ -126,7 +126,7 @@ export declare class StreamClient {
126
126
  * @param PutMessagesRequest
127
127
  * @return PutMessagesResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
130
130
  */
131
131
  putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
132
132
  /**
@@ -136,7 +136,7 @@ export declare class StreamClient {
136
136
  * @param UpdateGroupRequest
137
137
  * @return UpdateGroupResponse
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.70.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
140
140
  */
141
141
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
142
142
  }
@@ -212,7 +212,7 @@ export declare class StreamAdminClient {
212
212
  * @param ChangeConnectHarnessCompartmentRequest
213
213
  * @return ChangeConnectHarnessCompartmentResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
216
216
  */
217
217
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest: requests.ChangeConnectHarnessCompartmentRequest): Promise<responses.ChangeConnectHarnessCompartmentResponse>;
218
218
  /**
@@ -224,7 +224,7 @@ export declare class StreamAdminClient {
224
224
  * @param ChangeStreamCompartmentRequest
225
225
  * @return ChangeStreamCompartmentResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
228
228
  */
229
229
  changeStreamCompartment(changeStreamCompartmentRequest: requests.ChangeStreamCompartmentRequest): Promise<responses.ChangeStreamCompartmentResponse>;
230
230
  /**
@@ -233,7 +233,7 @@ export declare class StreamAdminClient {
233
233
  * @param ChangeStreamPoolCompartmentRequest
234
234
  * @return ChangeStreamPoolCompartmentResponse
235
235
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
237
237
  */
238
238
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest: requests.ChangeStreamPoolCompartmentRequest): Promise<responses.ChangeStreamPoolCompartmentResponse>;
239
239
  /**
@@ -244,7 +244,7 @@ export declare class StreamAdminClient {
244
244
  * @param CreateConnectHarnessRequest
245
245
  * @return CreateConnectHarnessResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
248
248
  */
249
249
  createConnectHarness(createConnectHarnessRequest: requests.CreateConnectHarnessRequest): Promise<responses.CreateConnectHarnessResponse>;
250
250
  /**
@@ -258,7 +258,7 @@ export declare class StreamAdminClient {
258
258
  * @param CreateStreamRequest
259
259
  * @return CreateStreamResponse
260
260
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
262
262
  */
263
263
  createStream(createStreamRequest: requests.CreateStreamRequest): Promise<responses.CreateStreamResponse>;
264
264
  /**
@@ -270,7 +270,7 @@ export declare class StreamAdminClient {
270
270
  * @param CreateStreamPoolRequest
271
271
  * @return CreateStreamPoolResponse
272
272
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
274
274
  */
275
275
  createStreamPool(createStreamPoolRequest: requests.CreateStreamPoolRequest): Promise<responses.CreateStreamPoolResponse>;
276
276
  /**
@@ -284,7 +284,7 @@ export declare class StreamAdminClient {
284
284
  * @param DeleteConnectHarnessRequest
285
285
  * @return DeleteConnectHarnessResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
288
288
  */
289
289
  deleteConnectHarness(deleteConnectHarnessRequest: requests.DeleteConnectHarnessRequest): Promise<responses.DeleteConnectHarnessResponse>;
290
290
  /**
@@ -298,7 +298,7 @@ export declare class StreamAdminClient {
298
298
  * @param DeleteStreamRequest
299
299
  * @return DeleteStreamResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
302
302
  */
303
303
  deleteStream(deleteStreamRequest: requests.DeleteStreamRequest): Promise<responses.DeleteStreamResponse>;
304
304
  /**
@@ -309,7 +309,7 @@ export declare class StreamAdminClient {
309
309
  * @param DeleteStreamPoolRequest
310
310
  * @return DeleteStreamPoolResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
313
313
  */
314
314
  deleteStreamPool(deleteStreamPoolRequest: requests.DeleteStreamPoolRequest): Promise<responses.DeleteStreamPoolResponse>;
315
315
  /**
@@ -318,7 +318,7 @@ export declare class StreamAdminClient {
318
318
  * @param GetConnectHarnessRequest
319
319
  * @return GetConnectHarnessResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
322
322
  */
323
323
  getConnectHarness(getConnectHarnessRequest: requests.GetConnectHarnessRequest): Promise<responses.GetConnectHarnessResponse>;
324
324
  /**
@@ -327,7 +327,7 @@ export declare class StreamAdminClient {
327
327
  * @param GetStreamRequest
328
328
  * @return GetStreamResponse
329
329
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetStream.ts.html |here} to see how to use GetStream API.
331
331
  */
332
332
  getStream(getStreamRequest: requests.GetStreamRequest): Promise<responses.GetStreamResponse>;
333
333
  /**
@@ -336,7 +336,7 @@ export declare class StreamAdminClient {
336
336
  * @param GetStreamPoolRequest
337
337
  * @return GetStreamPoolResponse
338
338
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
340
340
  */
341
341
  getStreamPool(getStreamPoolRequest: requests.GetStreamPoolRequest): Promise<responses.GetStreamPoolResponse>;
342
342
  /**
@@ -345,7 +345,7 @@ export declare class StreamAdminClient {
345
345
  * @param ListConnectHarnessesRequest
346
346
  * @return ListConnectHarnessesResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
349
349
  */
350
350
  listConnectHarnesses(listConnectHarnessesRequest: requests.ListConnectHarnessesRequest): Promise<responses.ListConnectHarnessesResponse>;
351
351
  /**
@@ -386,7 +386,7 @@ export declare class StreamAdminClient {
386
386
  * @param ListStreamPoolsRequest
387
387
  * @return ListStreamPoolsResponse
388
388
  * @throws OciError when an error occurs
389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
390
390
  */
391
391
  listStreamPools(listStreamPoolsRequest: requests.ListStreamPoolsRequest): Promise<responses.ListStreamPoolsResponse>;
392
392
  /**
@@ -431,7 +431,7 @@ export declare class StreamAdminClient {
431
431
  * @param ListStreamsRequest
432
432
  * @return ListStreamsResponse
433
433
  * @throws OciError when an error occurs
434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
435
435
  */
436
436
  listStreams(listStreamsRequest: requests.ListStreamsRequest): Promise<responses.ListStreamsResponse>;
437
437
  /**
@@ -473,7 +473,7 @@ export declare class StreamAdminClient {
473
473
  * @param UpdateConnectHarnessRequest
474
474
  * @return UpdateConnectHarnessResponse
475
475
  * @throws OciError when an error occurs
476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
476
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
477
477
  */
478
478
  updateConnectHarness(updateConnectHarnessRequest: requests.UpdateConnectHarnessRequest): Promise<responses.UpdateConnectHarnessResponse>;
479
479
  /**
@@ -483,7 +483,7 @@ export declare class StreamAdminClient {
483
483
  * @param UpdateStreamRequest
484
484
  * @return UpdateStreamResponse
485
485
  * @throws OciError when an error occurs
486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
486
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
487
487
  */
488
488
  updateStream(updateStreamRequest: requests.UpdateStreamRequest): Promise<responses.UpdateStreamResponse>;
489
489
  /**
@@ -493,7 +493,7 @@ export declare class StreamAdminClient {
493
493
  * @param UpdateStreamPoolRequest
494
494
  * @return UpdateStreamPoolResponse
495
495
  * @throws OciError when an error occurs
496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
497
497
  */
498
498
  updateStreamPool(updateStreamPoolRequest: requests.UpdateStreamPoolRequest): Promise<responses.UpdateStreamPoolResponse>;
499
499
  }
package/lib/client.js CHANGED
@@ -127,7 +127,7 @@ class StreamClient {
127
127
  * @param ConsumerCommitRequest
128
128
  * @return ConsumerCommitResponse
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.70.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
131
131
  */
132
132
  consumerCommit(consumerCommitRequest) {
133
133
  return __awaiter(this, void 0, void 0, function* () {
@@ -188,7 +188,7 @@ class StreamClient {
188
188
  * @param ConsumerHeartbeatRequest
189
189
  * @return ConsumerHeartbeatResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
192
192
  */
193
193
  consumerHeartbeat(consumerHeartbeatRequest) {
194
194
  return __awaiter(this, void 0, void 0, function* () {
@@ -253,7 +253,7 @@ class StreamClient {
253
253
  * @param CreateCursorRequest
254
254
  * @return CreateCursorResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
257
257
  */
258
258
  createCursor(createCursorRequest) {
259
259
  return __awaiter(this, void 0, void 0, function* () {
@@ -313,7 +313,7 @@ class StreamClient {
313
313
  * @param CreateGroupCursorRequest
314
314
  * @return CreateGroupCursorResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
317
317
  */
318
318
  createGroupCursor(createGroupCursorRequest) {
319
319
  return __awaiter(this, void 0, void 0, function* () {
@@ -373,7 +373,7 @@ class StreamClient {
373
373
  * @param GetGroupRequest
374
374
  * @return GetGroupResponse
375
375
  * @throws OciError when an error occurs
376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
377
377
  */
378
378
  getGroup(getGroupRequest) {
379
379
  return __awaiter(this, void 0, void 0, function* () {
@@ -435,7 +435,7 @@ class StreamClient {
435
435
  * @param GetMessagesRequest
436
436
  * @return GetMessagesResponse
437
437
  * @throws OciError when an error occurs
438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
439
439
  */
440
440
  getMessages(getMessagesRequest) {
441
441
  return __awaiter(this, void 0, void 0, function* () {
@@ -505,7 +505,7 @@ class StreamClient {
505
505
  * @param PutMessagesRequest
506
506
  * @return PutMessagesResponse
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.70.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
509
509
  */
510
510
  putMessages(putMessagesRequest) {
511
511
  return __awaiter(this, void 0, void 0, function* () {
@@ -565,7 +565,7 @@ class StreamClient {
565
565
  * @param UpdateGroupRequest
566
566
  * @return UpdateGroupResponse
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.70.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
569
569
  */
570
570
  updateGroup(updateGroupRequest) {
571
571
  return __awaiter(this, void 0, void 0, function* () {
@@ -754,7 +754,7 @@ class StreamAdminClient {
754
754
  * @param ChangeConnectHarnessCompartmentRequest
755
755
  * @return ChangeConnectHarnessCompartmentResponse
756
756
  * @throws OciError when an error occurs
757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
758
758
  */
759
759
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest) {
760
760
  return __awaiter(this, void 0, void 0, function* () {
@@ -813,7 +813,7 @@ class StreamAdminClient {
813
813
  * @param ChangeStreamCompartmentRequest
814
814
  * @return ChangeStreamCompartmentResponse
815
815
  * @throws OciError when an error occurs
816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
816
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
817
817
  */
818
818
  changeStreamCompartment(changeStreamCompartmentRequest) {
819
819
  return __awaiter(this, void 0, void 0, function* () {
@@ -869,7 +869,7 @@ class StreamAdminClient {
869
869
  * @param ChangeStreamPoolCompartmentRequest
870
870
  * @return ChangeStreamPoolCompartmentResponse
871
871
  * @throws OciError when an error occurs
872
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
873
873
  */
874
874
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest) {
875
875
  return __awaiter(this, void 0, void 0, function* () {
@@ -927,7 +927,7 @@ class StreamAdminClient {
927
927
  * @param CreateConnectHarnessRequest
928
928
  * @return CreateConnectHarnessResponse
929
929
  * @throws OciError when an error occurs
930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
931
931
  */
932
932
  createConnectHarness(createConnectHarnessRequest) {
933
933
  return __awaiter(this, void 0, void 0, function* () {
@@ -995,7 +995,7 @@ class StreamAdminClient {
995
995
  * @param CreateStreamRequest
996
996
  * @return CreateStreamResponse
997
997
  * @throws OciError when an error occurs
998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
999
999
  */
1000
1000
  createStream(createStreamRequest) {
1001
1001
  return __awaiter(this, void 0, void 0, function* () {
@@ -1060,7 +1060,7 @@ class StreamAdminClient {
1060
1060
  * @param CreateStreamPoolRequest
1061
1061
  * @return CreateStreamPoolResponse
1062
1062
  * @throws OciError when an error occurs
1063
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
1063
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
1064
1064
  */
1065
1065
  createStreamPool(createStreamPoolRequest) {
1066
1066
  return __awaiter(this, void 0, void 0, function* () {
@@ -1128,7 +1128,7 @@ class StreamAdminClient {
1128
1128
  * @param DeleteConnectHarnessRequest
1129
1129
  * @return DeleteConnectHarnessResponse
1130
1130
  * @throws OciError when an error occurs
1131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1132
1132
  */
1133
1133
  deleteConnectHarness(deleteConnectHarnessRequest) {
1134
1134
  return __awaiter(this, void 0, void 0, function* () {
@@ -1188,7 +1188,7 @@ class StreamAdminClient {
1188
1188
  * @param DeleteStreamRequest
1189
1189
  * @return DeleteStreamResponse
1190
1190
  * @throws OciError when an error occurs
1191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1192
1192
  */
1193
1193
  deleteStream(deleteStreamRequest) {
1194
1194
  return __awaiter(this, void 0, void 0, function* () {
@@ -1245,7 +1245,7 @@ class StreamAdminClient {
1245
1245
  * @param DeleteStreamPoolRequest
1246
1246
  * @return DeleteStreamPoolResponse
1247
1247
  * @throws OciError when an error occurs
1248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1249
1249
  */
1250
1250
  deleteStreamPool(deleteStreamPoolRequest) {
1251
1251
  return __awaiter(this, void 0, void 0, function* () {
@@ -1300,7 +1300,7 @@ class StreamAdminClient {
1300
1300
  * @param GetConnectHarnessRequest
1301
1301
  * @return GetConnectHarnessResponse
1302
1302
  * @throws OciError when an error occurs
1303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1304
1304
  */
1305
1305
  getConnectHarness(getConnectHarnessRequest) {
1306
1306
  return __awaiter(this, void 0, void 0, function* () {
@@ -1363,7 +1363,7 @@ class StreamAdminClient {
1363
1363
  * @param GetStreamRequest
1364
1364
  * @return GetStreamResponse
1365
1365
  * @throws OciError when an error occurs
1366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1367
1367
  */
1368
1368
  getStream(getStreamRequest) {
1369
1369
  return __awaiter(this, void 0, void 0, function* () {
@@ -1426,7 +1426,7 @@ class StreamAdminClient {
1426
1426
  * @param GetStreamPoolRequest
1427
1427
  * @return GetStreamPoolResponse
1428
1428
  * @throws OciError when an error occurs
1429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1430
1430
  */
1431
1431
  getStreamPool(getStreamPoolRequest) {
1432
1432
  return __awaiter(this, void 0, void 0, function* () {
@@ -1489,7 +1489,7 @@ class StreamAdminClient {
1489
1489
  * @param ListConnectHarnessesRequest
1490
1490
  * @return ListConnectHarnessesResponse
1491
1491
  * @throws OciError when an error occurs
1492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1493
1493
  */
1494
1494
  listConnectHarnesses(listConnectHarnessesRequest) {
1495
1495
  return __awaiter(this, void 0, void 0, function* () {
@@ -1604,7 +1604,7 @@ class StreamAdminClient {
1604
1604
  * @param ListStreamPoolsRequest
1605
1605
  * @return ListStreamPoolsResponse
1606
1606
  * @throws OciError when an error occurs
1607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1608
1608
  */
1609
1609
  listStreamPools(listStreamPoolsRequest) {
1610
1610
  return __awaiter(this, void 0, void 0, function* () {
@@ -1723,7 +1723,7 @@ class StreamAdminClient {
1723
1723
  * @param ListStreamsRequest
1724
1724
  * @return ListStreamsResponse
1725
1725
  * @throws OciError when an error occurs
1726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1727
1727
  */
1728
1728
  listStreams(listStreamsRequest) {
1729
1729
  return __awaiter(this, void 0, void 0, function* () {
@@ -1840,7 +1840,7 @@ class StreamAdminClient {
1840
1840
  * @param UpdateConnectHarnessRequest
1841
1841
  * @return UpdateConnectHarnessResponse
1842
1842
  * @throws OciError when an error occurs
1843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1843
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1844
1844
  */
1845
1845
  updateConnectHarness(updateConnectHarnessRequest) {
1846
1846
  return __awaiter(this, void 0, void 0, function* () {
@@ -1906,7 +1906,7 @@ class StreamAdminClient {
1906
1906
  * @param UpdateStreamRequest
1907
1907
  * @return UpdateStreamResponse
1908
1908
  * @throws OciError when an error occurs
1909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1909
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1910
1910
  */
1911
1911
  updateStream(updateStreamRequest) {
1912
1912
  return __awaiter(this, void 0, void 0, function* () {
@@ -1972,7 +1972,7 @@ class StreamAdminClient {
1972
1972
  * @param UpdateStreamPoolRequest
1973
1973
  * @return UpdateStreamPoolResponse
1974
1974
  * @throws OciError when an error occurs
1975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1976
1976
  */
1977
1977
  updateStreamPool(updateStreamPoolRequest) {
1978
1978
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartmentRequest.
17
17
  */
18
18
  export interface ChangeConnectHarnessCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartmentRequest.
17
17
  */
18
18
  export interface ChangeStreamCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartmentRequest.
17
17
  */
18
18
  export interface ChangeStreamPoolCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommitRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommitRequest.
16
16
  */
17
17
  export interface ConsumerCommitRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeatRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeatRequest.
16
16
  */
17
17
  export interface ConsumerHeartbeatRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarnessRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarnessRequest.
17
17
  */
18
18
  export interface CreateConnectHarnessRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateCursor.ts.html |here} to see how to use CreateCursorRequest.
17
17
  */
18
18
  export interface CreateCursorRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursorRequest.
17
17
  */
18
18
  export interface CreateGroupCursorRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPoolRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPoolRequest.
17
17
  */
18
18
  export interface CreateStreamPoolRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/CreateStream.ts.html |here} to see how to use CreateStreamRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/CreateStream.ts.html |here} to see how to use CreateStreamRequest.
17
17
  */
18
18
  export interface CreateStreamRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarnessRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarnessRequest.
16
16
  */
17
17
  export interface DeleteConnectHarnessRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPoolRequest.
16
16
  */
17
17
  export interface DeleteStreamPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStreamRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/DeleteStream.ts.html |here} to see how to use DeleteStreamRequest.
16
16
  */
17
17
  export interface DeleteStreamRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarnessRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarnessRequest.
16
16
  */
17
17
  export interface GetConnectHarnessRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetGroup.ts.html |here} to see how to use GetGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetGroup.ts.html |here} to see how to use GetGroupRequest.
16
16
  */
17
17
  export interface GetGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetMessages.ts.html |here} to see how to use GetMessagesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetMessages.ts.html |here} to see how to use GetMessagesRequest.
16
16
  */
17
17
  export interface GetMessagesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPoolRequest.
16
16
  */
17
17
  export interface GetStreamPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/GetStream.ts.html |here} to see how to use GetStreamRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/GetStream.ts.html |here} to see how to use GetStreamRequest.
16
16
  */
17
17
  export interface GetStreamRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnessesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnessesRequest.
16
16
  */
17
17
  export interface ListConnectHarnessesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPoolsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPoolsRequest.
16
16
  */
17
17
  export interface ListStreamPoolsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/ListStreams.ts.html |here} to see how to use ListStreamsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/ListStreams.ts.html |here} to see how to use ListStreamsRequest.
16
16
  */
17
17
  export interface ListStreamsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/PutMessages.ts.html |here} to see how to use PutMessagesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/PutMessages.ts.html |here} to see how to use PutMessagesRequest.
17
17
  */
18
18
  export interface PutMessagesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarnessRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarnessRequest.
17
17
  */
18
18
  export interface UpdateConnectHarnessRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroupRequest.
17
17
  */
18
18
  export interface UpdateGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPoolRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPoolRequest.
17
17
  */
18
18
  export interface UpdateStreamPoolRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStreamRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/streaming/UpdateStream.ts.html |here} to see how to use UpdateStreamRequest.
17
17
  */
18
18
  export interface UpdateStreamRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-streaming",
3
- "version": "2.70.0",
3
+ "version": "2.70.1",
4
4
  "description": "OCI NodeJS client for Streaming",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.70.0",
19
- "oci-workrequests": "2.70.0"
18
+ "oci-common": "2.70.1",
19
+ "oci-workrequests": "2.70.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"