oci-streaming 2.16.0 → 2.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -47,7 +47,7 @@ export declare class StreamClient {
47
47
  * @param ConsumerCommitRequest
48
48
  * @return ConsumerCommitResponse
49
49
  * @throws OciError when an error occurs
50
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
50
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
51
51
  */
52
52
  consumerCommit(consumerCommitRequest: requests.ConsumerCommitRequest): Promise<responses.ConsumerCommitResponse>;
53
53
  /**
@@ -57,7 +57,7 @@ export declare class StreamClient {
57
57
  * @param ConsumerHeartbeatRequest
58
58
  * @return ConsumerHeartbeatResponse
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.16.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
60
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
61
61
  */
62
62
  consumerHeartbeat(consumerHeartbeatRequest: requests.ConsumerHeartbeatRequest): Promise<responses.ConsumerHeartbeatResponse>;
63
63
  /**
@@ -71,7 +71,7 @@ export declare class StreamClient {
71
71
  * @param CreateCursorRequest
72
72
  * @return CreateCursorResponse
73
73
  * @throws OciError when an error occurs
74
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
74
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
75
75
  */
76
76
  createCursor(createCursorRequest: requests.CreateCursorRequest): Promise<responses.CreateCursorResponse>;
77
77
  /**
@@ -81,7 +81,7 @@ export declare class StreamClient {
81
81
  * @param CreateGroupCursorRequest
82
82
  * @return CreateGroupCursorResponse
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.16.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
84
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
85
85
  */
86
86
  createGroupCursor(createGroupCursorRequest: requests.CreateGroupCursorRequest): Promise<responses.CreateGroupCursorResponse>;
87
87
  /**
@@ -91,7 +91,7 @@ export declare class StreamClient {
91
91
  * @param GetGroupRequest
92
92
  * @return GetGroupResponse
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.16.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
95
95
  */
96
96
  getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
97
97
  /**
@@ -103,7 +103,7 @@ export declare class StreamClient {
103
103
  * @param GetMessagesRequest
104
104
  * @return GetMessagesResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
107
107
  */
108
108
  getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
109
109
  /**
@@ -116,7 +116,7 @@ export declare class StreamClient {
116
116
  * @param PutMessagesRequest
117
117
  * @return PutMessagesResponse
118
118
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
120
120
  */
121
121
  putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
122
122
  /**
@@ -126,7 +126,7 @@ export declare class StreamClient {
126
126
  * @param UpdateGroupRequest
127
127
  * @return UpdateGroupResponse
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.16.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
130
130
  */
131
131
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
132
132
  }
@@ -189,7 +189,7 @@ export declare class StreamAdminClient {
189
189
  * @param ChangeConnectHarnessCompartmentRequest
190
190
  * @return ChangeConnectHarnessCompartmentResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
193
193
  */
194
194
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest: requests.ChangeConnectHarnessCompartmentRequest): Promise<responses.ChangeConnectHarnessCompartmentResponse>;
195
195
  /**
@@ -201,7 +201,7 @@ export declare class StreamAdminClient {
201
201
  * @param ChangeStreamCompartmentRequest
202
202
  * @return ChangeStreamCompartmentResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
205
205
  */
206
206
  changeStreamCompartment(changeStreamCompartmentRequest: requests.ChangeStreamCompartmentRequest): Promise<responses.ChangeStreamCompartmentResponse>;
207
207
  /**
@@ -210,7 +210,7 @@ export declare class StreamAdminClient {
210
210
  * @param ChangeStreamPoolCompartmentRequest
211
211
  * @return ChangeStreamPoolCompartmentResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
214
214
  */
215
215
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest: requests.ChangeStreamPoolCompartmentRequest): Promise<responses.ChangeStreamPoolCompartmentResponse>;
216
216
  /**
@@ -221,7 +221,7 @@ export declare class StreamAdminClient {
221
221
  * @param CreateConnectHarnessRequest
222
222
  * @return CreateConnectHarnessResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
225
225
  */
226
226
  createConnectHarness(createConnectHarnessRequest: requests.CreateConnectHarnessRequest): Promise<responses.CreateConnectHarnessResponse>;
227
227
  /**
@@ -235,7 +235,7 @@ export declare class StreamAdminClient {
235
235
  * @param CreateStreamRequest
236
236
  * @return CreateStreamResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
239
239
  */
240
240
  createStream(createStreamRequest: requests.CreateStreamRequest): Promise<responses.CreateStreamResponse>;
241
241
  /**
@@ -247,7 +247,7 @@ export declare class StreamAdminClient {
247
247
  * @param CreateStreamPoolRequest
248
248
  * @return CreateStreamPoolResponse
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.16.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
251
251
  */
252
252
  createStreamPool(createStreamPoolRequest: requests.CreateStreamPoolRequest): Promise<responses.CreateStreamPoolResponse>;
253
253
  /**
@@ -261,7 +261,7 @@ export declare class StreamAdminClient {
261
261
  * @param DeleteConnectHarnessRequest
262
262
  * @return DeleteConnectHarnessResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
265
265
  */
266
266
  deleteConnectHarness(deleteConnectHarnessRequest: requests.DeleteConnectHarnessRequest): Promise<responses.DeleteConnectHarnessResponse>;
267
267
  /**
@@ -275,7 +275,7 @@ export declare class StreamAdminClient {
275
275
  * @param DeleteStreamRequest
276
276
  * @return DeleteStreamResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
279
279
  */
280
280
  deleteStream(deleteStreamRequest: requests.DeleteStreamRequest): Promise<responses.DeleteStreamResponse>;
281
281
  /**
@@ -286,7 +286,7 @@ export declare class StreamAdminClient {
286
286
  * @param DeleteStreamPoolRequest
287
287
  * @return DeleteStreamPoolResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
290
290
  */
291
291
  deleteStreamPool(deleteStreamPoolRequest: requests.DeleteStreamPoolRequest): Promise<responses.DeleteStreamPoolResponse>;
292
292
  /**
@@ -295,7 +295,7 @@ export declare class StreamAdminClient {
295
295
  * @param GetConnectHarnessRequest
296
296
  * @return GetConnectHarnessResponse
297
297
  * @throws OciError when an error occurs
298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
299
299
  */
300
300
  getConnectHarness(getConnectHarnessRequest: requests.GetConnectHarnessRequest): Promise<responses.GetConnectHarnessResponse>;
301
301
  /**
@@ -304,7 +304,7 @@ export declare class StreamAdminClient {
304
304
  * @param GetStreamRequest
305
305
  * @return GetStreamResponse
306
306
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
308
308
  */
309
309
  getStream(getStreamRequest: requests.GetStreamRequest): Promise<responses.GetStreamResponse>;
310
310
  /**
@@ -313,7 +313,7 @@ export declare class StreamAdminClient {
313
313
  * @param GetStreamPoolRequest
314
314
  * @return GetStreamPoolResponse
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.16.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
317
317
  */
318
318
  getStreamPool(getStreamPoolRequest: requests.GetStreamPoolRequest): Promise<responses.GetStreamPoolResponse>;
319
319
  /**
@@ -322,7 +322,7 @@ export declare class StreamAdminClient {
322
322
  * @param ListConnectHarnessesRequest
323
323
  * @return ListConnectHarnessesResponse
324
324
  * @throws OciError when an error occurs
325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
326
326
  */
327
327
  listConnectHarnesses(listConnectHarnessesRequest: requests.ListConnectHarnessesRequest): Promise<responses.ListConnectHarnessesResponse>;
328
328
  /**
@@ -363,7 +363,7 @@ export declare class StreamAdminClient {
363
363
  * @param ListStreamPoolsRequest
364
364
  * @return ListStreamPoolsResponse
365
365
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
367
367
  */
368
368
  listStreamPools(listStreamPoolsRequest: requests.ListStreamPoolsRequest): Promise<responses.ListStreamPoolsResponse>;
369
369
  /**
@@ -408,7 +408,7 @@ export declare class StreamAdminClient {
408
408
  * @param ListStreamsRequest
409
409
  * @return ListStreamsResponse
410
410
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
412
412
  */
413
413
  listStreams(listStreamsRequest: requests.ListStreamsRequest): Promise<responses.ListStreamsResponse>;
414
414
  /**
@@ -450,7 +450,7 @@ export declare class StreamAdminClient {
450
450
  * @param UpdateConnectHarnessRequest
451
451
  * @return UpdateConnectHarnessResponse
452
452
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
454
454
  */
455
455
  updateConnectHarness(updateConnectHarnessRequest: requests.UpdateConnectHarnessRequest): Promise<responses.UpdateConnectHarnessResponse>;
456
456
  /**
@@ -460,7 +460,7 @@ export declare class StreamAdminClient {
460
460
  * @param UpdateStreamRequest
461
461
  * @return UpdateStreamResponse
462
462
  * @throws OciError when an error occurs
463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
464
464
  */
465
465
  updateStream(updateStreamRequest: requests.UpdateStreamRequest): Promise<responses.UpdateStreamResponse>;
466
466
  /**
@@ -470,7 +470,7 @@ export declare class StreamAdminClient {
470
470
  * @param UpdateStreamPoolRequest
471
471
  * @return UpdateStreamPoolResponse
472
472
  * @throws OciError when an error occurs
473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
474
474
  */
475
475
  updateStreamPool(updateStreamPoolRequest: requests.UpdateStreamPoolRequest): Promise<responses.UpdateStreamPoolResponse>;
476
476
  }
package/lib/client.js CHANGED
@@ -106,7 +106,7 @@ class StreamClient {
106
106
  * @param ConsumerCommitRequest
107
107
  * @return ConsumerCommitResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
110
110
  */
111
111
  consumerCommit(consumerCommitRequest) {
112
112
  return __awaiter(this, void 0, void 0, function* () {
@@ -165,7 +165,7 @@ class StreamClient {
165
165
  * @param ConsumerHeartbeatRequest
166
166
  * @return ConsumerHeartbeatResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
169
169
  */
170
170
  consumerHeartbeat(consumerHeartbeatRequest) {
171
171
  return __awaiter(this, void 0, void 0, function* () {
@@ -228,7 +228,7 @@ class StreamClient {
228
228
  * @param CreateCursorRequest
229
229
  * @return CreateCursorResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
232
232
  */
233
233
  createCursor(createCursorRequest) {
234
234
  return __awaiter(this, void 0, void 0, function* () {
@@ -286,7 +286,7 @@ class StreamClient {
286
286
  * @param CreateGroupCursorRequest
287
287
  * @return CreateGroupCursorResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
290
290
  */
291
291
  createGroupCursor(createGroupCursorRequest) {
292
292
  return __awaiter(this, void 0, void 0, function* () {
@@ -344,7 +344,7 @@ class StreamClient {
344
344
  * @param GetGroupRequest
345
345
  * @return GetGroupResponse
346
346
  * @throws OciError when an error occurs
347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
348
348
  */
349
349
  getGroup(getGroupRequest) {
350
350
  return __awaiter(this, void 0, void 0, function* () {
@@ -404,7 +404,7 @@ class StreamClient {
404
404
  * @param GetMessagesRequest
405
405
  * @return GetMessagesResponse
406
406
  * @throws OciError when an error occurs
407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
408
408
  */
409
409
  getMessages(getMessagesRequest) {
410
410
  return __awaiter(this, void 0, void 0, function* () {
@@ -472,7 +472,7 @@ class StreamClient {
472
472
  * @param PutMessagesRequest
473
473
  * @return PutMessagesResponse
474
474
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
476
476
  */
477
477
  putMessages(putMessagesRequest) {
478
478
  return __awaiter(this, void 0, void 0, function* () {
@@ -530,7 +530,7 @@ class StreamClient {
530
530
  * @param UpdateGroupRequest
531
531
  * @return UpdateGroupResponse
532
532
  * @throws OciError when an error occurs
533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
534
534
  */
535
535
  updateGroup(updateGroupRequest) {
536
536
  return __awaiter(this, void 0, void 0, function* () {
@@ -684,7 +684,7 @@ class StreamAdminClient {
684
684
  * @param ChangeConnectHarnessCompartmentRequest
685
685
  * @return ChangeConnectHarnessCompartmentResponse
686
686
  * @throws OciError when an error occurs
687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
688
688
  */
689
689
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest) {
690
690
  return __awaiter(this, void 0, void 0, function* () {
@@ -741,7 +741,7 @@ class StreamAdminClient {
741
741
  * @param ChangeStreamCompartmentRequest
742
742
  * @return ChangeStreamCompartmentResponse
743
743
  * @throws OciError when an error occurs
744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
745
745
  */
746
746
  changeStreamCompartment(changeStreamCompartmentRequest) {
747
747
  return __awaiter(this, void 0, void 0, function* () {
@@ -795,7 +795,7 @@ class StreamAdminClient {
795
795
  * @param ChangeStreamPoolCompartmentRequest
796
796
  * @return ChangeStreamPoolCompartmentResponse
797
797
  * @throws OciError when an error occurs
798
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
798
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
799
799
  */
800
800
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest) {
801
801
  return __awaiter(this, void 0, void 0, function* () {
@@ -851,7 +851,7 @@ class StreamAdminClient {
851
851
  * @param CreateConnectHarnessRequest
852
852
  * @return CreateConnectHarnessResponse
853
853
  * @throws OciError when an error occurs
854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
854
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
855
855
  */
856
856
  createConnectHarness(createConnectHarnessRequest) {
857
857
  return __awaiter(this, void 0, void 0, function* () {
@@ -917,7 +917,7 @@ class StreamAdminClient {
917
917
  * @param CreateStreamRequest
918
918
  * @return CreateStreamResponse
919
919
  * @throws OciError when an error occurs
920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
921
921
  */
922
922
  createStream(createStreamRequest) {
923
923
  return __awaiter(this, void 0, void 0, function* () {
@@ -980,7 +980,7 @@ class StreamAdminClient {
980
980
  * @param CreateStreamPoolRequest
981
981
  * @return CreateStreamPoolResponse
982
982
  * @throws OciError when an error occurs
983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
984
984
  */
985
985
  createStreamPool(createStreamPoolRequest) {
986
986
  return __awaiter(this, void 0, void 0, function* () {
@@ -1046,7 +1046,7 @@ class StreamAdminClient {
1046
1046
  * @param DeleteConnectHarnessRequest
1047
1047
  * @return DeleteConnectHarnessResponse
1048
1048
  * @throws OciError when an error occurs
1049
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1049
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1050
1050
  */
1051
1051
  deleteConnectHarness(deleteConnectHarnessRequest) {
1052
1052
  return __awaiter(this, void 0, void 0, function* () {
@@ -1104,7 +1104,7 @@ class StreamAdminClient {
1104
1104
  * @param DeleteStreamRequest
1105
1105
  * @return DeleteStreamResponse
1106
1106
  * @throws OciError when an error occurs
1107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1108
1108
  */
1109
1109
  deleteStream(deleteStreamRequest) {
1110
1110
  return __awaiter(this, void 0, void 0, function* () {
@@ -1159,7 +1159,7 @@ class StreamAdminClient {
1159
1159
  * @param DeleteStreamPoolRequest
1160
1160
  * @return DeleteStreamPoolResponse
1161
1161
  * @throws OciError when an error occurs
1162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1163
1163
  */
1164
1164
  deleteStreamPool(deleteStreamPoolRequest) {
1165
1165
  return __awaiter(this, void 0, void 0, function* () {
@@ -1212,7 +1212,7 @@ class StreamAdminClient {
1212
1212
  * @param GetConnectHarnessRequest
1213
1213
  * @return GetConnectHarnessResponse
1214
1214
  * @throws OciError when an error occurs
1215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1216
1216
  */
1217
1217
  getConnectHarness(getConnectHarnessRequest) {
1218
1218
  return __awaiter(this, void 0, void 0, function* () {
@@ -1273,7 +1273,7 @@ class StreamAdminClient {
1273
1273
  * @param GetStreamRequest
1274
1274
  * @return GetStreamResponse
1275
1275
  * @throws OciError when an error occurs
1276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1277
1277
  */
1278
1278
  getStream(getStreamRequest) {
1279
1279
  return __awaiter(this, void 0, void 0, function* () {
@@ -1334,7 +1334,7 @@ class StreamAdminClient {
1334
1334
  * @param GetStreamPoolRequest
1335
1335
  * @return GetStreamPoolResponse
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.16.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1338
1338
  */
1339
1339
  getStreamPool(getStreamPoolRequest) {
1340
1340
  return __awaiter(this, void 0, void 0, function* () {
@@ -1395,7 +1395,7 @@ class StreamAdminClient {
1395
1395
  * @param ListConnectHarnessesRequest
1396
1396
  * @return ListConnectHarnessesResponse
1397
1397
  * @throws OciError when an error occurs
1398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1399
1399
  */
1400
1400
  listConnectHarnesses(listConnectHarnessesRequest) {
1401
1401
  return __awaiter(this, void 0, void 0, function* () {
@@ -1508,7 +1508,7 @@ class StreamAdminClient {
1508
1508
  * @param ListStreamPoolsRequest
1509
1509
  * @return ListStreamPoolsResponse
1510
1510
  * @throws OciError when an error occurs
1511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1512
1512
  */
1513
1513
  listStreamPools(listStreamPoolsRequest) {
1514
1514
  return __awaiter(this, void 0, void 0, function* () {
@@ -1625,7 +1625,7 @@ class StreamAdminClient {
1625
1625
  * @param ListStreamsRequest
1626
1626
  * @return ListStreamsResponse
1627
1627
  * @throws OciError when an error occurs
1628
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1629
1629
  */
1630
1630
  listStreams(listStreamsRequest) {
1631
1631
  return __awaiter(this, void 0, void 0, function* () {
@@ -1740,7 +1740,7 @@ class StreamAdminClient {
1740
1740
  * @param UpdateConnectHarnessRequest
1741
1741
  * @return UpdateConnectHarnessResponse
1742
1742
  * @throws OciError when an error occurs
1743
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1743
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1744
1744
  */
1745
1745
  updateConnectHarness(updateConnectHarnessRequest) {
1746
1746
  return __awaiter(this, void 0, void 0, function* () {
@@ -1804,7 +1804,7 @@ class StreamAdminClient {
1804
1804
  * @param UpdateStreamRequest
1805
1805
  * @return UpdateStreamResponse
1806
1806
  * @throws OciError when an error occurs
1807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1808
1808
  */
1809
1809
  updateStream(updateStreamRequest) {
1810
1810
  return __awaiter(this, void 0, void 0, function* () {
@@ -1868,7 +1868,7 @@ class StreamAdminClient {
1868
1868
  * @param UpdateStreamPoolRequest
1869
1869
  * @return UpdateStreamPoolResponse
1870
1870
  * @throws OciError when an error occurs
1871
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1872
1872
  */
1873
1873
  updateStreamPool(updateStreamPoolRequest) {
1874
1874
  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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.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.19.0/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.16.0",
3
+ "version": "2.19.0",
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.16.0",
19
- "oci-workrequests": "2.16.0"
18
+ "oci-common": "2.19.0",
19
+ "oci-workrequests": "2.19.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"