oci-streaming 2.25.0 → 2.26.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
@@ -48,7 +48,7 @@ export declare class StreamClient {
48
48
  * @param ConsumerCommitRequest
49
49
  * @return ConsumerCommitResponse
50
50
  * @throws OciError when an error occurs
51
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
51
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
52
52
  */
53
53
  consumerCommit(consumerCommitRequest: requests.ConsumerCommitRequest): Promise<responses.ConsumerCommitResponse>;
54
54
  /**
@@ -58,7 +58,7 @@ export declare class StreamClient {
58
58
  * @param ConsumerHeartbeatRequest
59
59
  * @return ConsumerHeartbeatResponse
60
60
  * @throws OciError when an error occurs
61
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
61
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
62
62
  */
63
63
  consumerHeartbeat(consumerHeartbeatRequest: requests.ConsumerHeartbeatRequest): Promise<responses.ConsumerHeartbeatResponse>;
64
64
  /**
@@ -72,7 +72,7 @@ export declare class StreamClient {
72
72
  * @param CreateCursorRequest
73
73
  * @return CreateCursorResponse
74
74
  * @throws OciError when an error occurs
75
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
75
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
76
76
  */
77
77
  createCursor(createCursorRequest: requests.CreateCursorRequest): Promise<responses.CreateCursorResponse>;
78
78
  /**
@@ -82,7 +82,7 @@ export declare class StreamClient {
82
82
  * @param CreateGroupCursorRequest
83
83
  * @return CreateGroupCursorResponse
84
84
  * @throws OciError when an error occurs
85
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
85
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
86
86
  */
87
87
  createGroupCursor(createGroupCursorRequest: requests.CreateGroupCursorRequest): Promise<responses.CreateGroupCursorResponse>;
88
88
  /**
@@ -92,7 +92,7 @@ export declare class StreamClient {
92
92
  * @param GetGroupRequest
93
93
  * @return GetGroupResponse
94
94
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
96
96
  */
97
97
  getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
98
98
  /**
@@ -104,7 +104,7 @@ export declare class StreamClient {
104
104
  * @param GetMessagesRequest
105
105
  * @return GetMessagesResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
108
108
  */
109
109
  getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
110
110
  /**
@@ -117,7 +117,7 @@ export declare class StreamClient {
117
117
  * @param PutMessagesRequest
118
118
  * @return PutMessagesResponse
119
119
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
121
121
  */
122
122
  putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
123
123
  /**
@@ -127,7 +127,7 @@ export declare class StreamClient {
127
127
  * @param UpdateGroupRequest
128
128
  * @return UpdateGroupResponse
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.25.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
131
131
  */
132
132
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
133
133
  }
@@ -191,7 +191,7 @@ export declare class StreamAdminClient {
191
191
  * @param ChangeConnectHarnessCompartmentRequest
192
192
  * @return ChangeConnectHarnessCompartmentResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
195
195
  */
196
196
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest: requests.ChangeConnectHarnessCompartmentRequest): Promise<responses.ChangeConnectHarnessCompartmentResponse>;
197
197
  /**
@@ -203,7 +203,7 @@ export declare class StreamAdminClient {
203
203
  * @param ChangeStreamCompartmentRequest
204
204
  * @return ChangeStreamCompartmentResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
207
207
  */
208
208
  changeStreamCompartment(changeStreamCompartmentRequest: requests.ChangeStreamCompartmentRequest): Promise<responses.ChangeStreamCompartmentResponse>;
209
209
  /**
@@ -212,7 +212,7 @@ export declare class StreamAdminClient {
212
212
  * @param ChangeStreamPoolCompartmentRequest
213
213
  * @return ChangeStreamPoolCompartmentResponse
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.25.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
216
216
  */
217
217
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest: requests.ChangeStreamPoolCompartmentRequest): Promise<responses.ChangeStreamPoolCompartmentResponse>;
218
218
  /**
@@ -223,7 +223,7 @@ export declare class StreamAdminClient {
223
223
  * @param CreateConnectHarnessRequest
224
224
  * @return CreateConnectHarnessResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
227
227
  */
228
228
  createConnectHarness(createConnectHarnessRequest: requests.CreateConnectHarnessRequest): Promise<responses.CreateConnectHarnessResponse>;
229
229
  /**
@@ -237,7 +237,7 @@ export declare class StreamAdminClient {
237
237
  * @param CreateStreamRequest
238
238
  * @return CreateStreamResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
241
241
  */
242
242
  createStream(createStreamRequest: requests.CreateStreamRequest): Promise<responses.CreateStreamResponse>;
243
243
  /**
@@ -249,7 +249,7 @@ export declare class StreamAdminClient {
249
249
  * @param CreateStreamPoolRequest
250
250
  * @return CreateStreamPoolResponse
251
251
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
253
253
  */
254
254
  createStreamPool(createStreamPoolRequest: requests.CreateStreamPoolRequest): Promise<responses.CreateStreamPoolResponse>;
255
255
  /**
@@ -263,7 +263,7 @@ export declare class StreamAdminClient {
263
263
  * @param DeleteConnectHarnessRequest
264
264
  * @return DeleteConnectHarnessResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
267
267
  */
268
268
  deleteConnectHarness(deleteConnectHarnessRequest: requests.DeleteConnectHarnessRequest): Promise<responses.DeleteConnectHarnessResponse>;
269
269
  /**
@@ -277,7 +277,7 @@ export declare class StreamAdminClient {
277
277
  * @param DeleteStreamRequest
278
278
  * @return DeleteStreamResponse
279
279
  * @throws OciError when an error occurs
280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
281
281
  */
282
282
  deleteStream(deleteStreamRequest: requests.DeleteStreamRequest): Promise<responses.DeleteStreamResponse>;
283
283
  /**
@@ -288,7 +288,7 @@ export declare class StreamAdminClient {
288
288
  * @param DeleteStreamPoolRequest
289
289
  * @return DeleteStreamPoolResponse
290
290
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
292
292
  */
293
293
  deleteStreamPool(deleteStreamPoolRequest: requests.DeleteStreamPoolRequest): Promise<responses.DeleteStreamPoolResponse>;
294
294
  /**
@@ -297,7 +297,7 @@ export declare class StreamAdminClient {
297
297
  * @param GetConnectHarnessRequest
298
298
  * @return GetConnectHarnessResponse
299
299
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
301
301
  */
302
302
  getConnectHarness(getConnectHarnessRequest: requests.GetConnectHarnessRequest): Promise<responses.GetConnectHarnessResponse>;
303
303
  /**
@@ -306,7 +306,7 @@ export declare class StreamAdminClient {
306
306
  * @param GetStreamRequest
307
307
  * @return GetStreamResponse
308
308
  * @throws OciError when an error occurs
309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
310
310
  */
311
311
  getStream(getStreamRequest: requests.GetStreamRequest): Promise<responses.GetStreamResponse>;
312
312
  /**
@@ -315,7 +315,7 @@ export declare class StreamAdminClient {
315
315
  * @param GetStreamPoolRequest
316
316
  * @return GetStreamPoolResponse
317
317
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
319
319
  */
320
320
  getStreamPool(getStreamPoolRequest: requests.GetStreamPoolRequest): Promise<responses.GetStreamPoolResponse>;
321
321
  /**
@@ -324,7 +324,7 @@ export declare class StreamAdminClient {
324
324
  * @param ListConnectHarnessesRequest
325
325
  * @return ListConnectHarnessesResponse
326
326
  * @throws OciError when an error occurs
327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
328
328
  */
329
329
  listConnectHarnesses(listConnectHarnessesRequest: requests.ListConnectHarnessesRequest): Promise<responses.ListConnectHarnessesResponse>;
330
330
  /**
@@ -365,7 +365,7 @@ export declare class StreamAdminClient {
365
365
  * @param ListStreamPoolsRequest
366
366
  * @return ListStreamPoolsResponse
367
367
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
369
369
  */
370
370
  listStreamPools(listStreamPoolsRequest: requests.ListStreamPoolsRequest): Promise<responses.ListStreamPoolsResponse>;
371
371
  /**
@@ -410,7 +410,7 @@ export declare class StreamAdminClient {
410
410
  * @param ListStreamsRequest
411
411
  * @return ListStreamsResponse
412
412
  * @throws OciError when an error occurs
413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
414
414
  */
415
415
  listStreams(listStreamsRequest: requests.ListStreamsRequest): Promise<responses.ListStreamsResponse>;
416
416
  /**
@@ -452,7 +452,7 @@ export declare class StreamAdminClient {
452
452
  * @param UpdateConnectHarnessRequest
453
453
  * @return UpdateConnectHarnessResponse
454
454
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
456
456
  */
457
457
  updateConnectHarness(updateConnectHarnessRequest: requests.UpdateConnectHarnessRequest): Promise<responses.UpdateConnectHarnessResponse>;
458
458
  /**
@@ -462,7 +462,7 @@ export declare class StreamAdminClient {
462
462
  * @param UpdateStreamRequest
463
463
  * @return UpdateStreamResponse
464
464
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
466
466
  */
467
467
  updateStream(updateStreamRequest: requests.UpdateStreamRequest): Promise<responses.UpdateStreamResponse>;
468
468
  /**
@@ -472,7 +472,7 @@ export declare class StreamAdminClient {
472
472
  * @param UpdateStreamPoolRequest
473
473
  * @return UpdateStreamPoolResponse
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.25.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
476
476
  */
477
477
  updateStreamPool(updateStreamPoolRequest: requests.UpdateStreamPoolRequest): Promise<responses.UpdateStreamPoolResponse>;
478
478
  }
package/lib/client.js CHANGED
@@ -111,7 +111,7 @@ class StreamClient {
111
111
  * @param ConsumerCommitRequest
112
112
  * @return ConsumerCommitResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
115
115
  */
116
116
  consumerCommit(consumerCommitRequest) {
117
117
  return __awaiter(this, void 0, void 0, function* () {
@@ -170,7 +170,7 @@ class StreamClient {
170
170
  * @param ConsumerHeartbeatRequest
171
171
  * @return ConsumerHeartbeatResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
174
174
  */
175
175
  consumerHeartbeat(consumerHeartbeatRequest) {
176
176
  return __awaiter(this, void 0, void 0, function* () {
@@ -233,7 +233,7 @@ class StreamClient {
233
233
  * @param CreateCursorRequest
234
234
  * @return CreateCursorResponse
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.25.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
237
237
  */
238
238
  createCursor(createCursorRequest) {
239
239
  return __awaiter(this, void 0, void 0, function* () {
@@ -291,7 +291,7 @@ class StreamClient {
291
291
  * @param CreateGroupCursorRequest
292
292
  * @return CreateGroupCursorResponse
293
293
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
295
295
  */
296
296
  createGroupCursor(createGroupCursorRequest) {
297
297
  return __awaiter(this, void 0, void 0, function* () {
@@ -349,7 +349,7 @@ class StreamClient {
349
349
  * @param GetGroupRequest
350
350
  * @return GetGroupResponse
351
351
  * @throws OciError when an error occurs
352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
353
353
  */
354
354
  getGroup(getGroupRequest) {
355
355
  return __awaiter(this, void 0, void 0, function* () {
@@ -409,7 +409,7 @@ class StreamClient {
409
409
  * @param GetMessagesRequest
410
410
  * @return GetMessagesResponse
411
411
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
413
413
  */
414
414
  getMessages(getMessagesRequest) {
415
415
  return __awaiter(this, void 0, void 0, function* () {
@@ -477,7 +477,7 @@ class StreamClient {
477
477
  * @param PutMessagesRequest
478
478
  * @return PutMessagesResponse
479
479
  * @throws OciError when an error occurs
480
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
481
481
  */
482
482
  putMessages(putMessagesRequest) {
483
483
  return __awaiter(this, void 0, void 0, function* () {
@@ -535,7 +535,7 @@ class StreamClient {
535
535
  * @param UpdateGroupRequest
536
536
  * @return UpdateGroupResponse
537
537
  * @throws OciError when an error occurs
538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
539
539
  */
540
540
  updateGroup(updateGroupRequest) {
541
541
  return __awaiter(this, void 0, void 0, function* () {
@@ -694,7 +694,7 @@ class StreamAdminClient {
694
694
  * @param ChangeConnectHarnessCompartmentRequest
695
695
  * @return ChangeConnectHarnessCompartmentResponse
696
696
  * @throws OciError when an error occurs
697
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
697
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
698
698
  */
699
699
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest) {
700
700
  return __awaiter(this, void 0, void 0, function* () {
@@ -751,7 +751,7 @@ class StreamAdminClient {
751
751
  * @param ChangeStreamCompartmentRequest
752
752
  * @return ChangeStreamCompartmentResponse
753
753
  * @throws OciError when an error occurs
754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
754
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
755
755
  */
756
756
  changeStreamCompartment(changeStreamCompartmentRequest) {
757
757
  return __awaiter(this, void 0, void 0, function* () {
@@ -805,7 +805,7 @@ class StreamAdminClient {
805
805
  * @param ChangeStreamPoolCompartmentRequest
806
806
  * @return ChangeStreamPoolCompartmentResponse
807
807
  * @throws OciError when an error occurs
808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
809
809
  */
810
810
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest) {
811
811
  return __awaiter(this, void 0, void 0, function* () {
@@ -861,7 +861,7 @@ class StreamAdminClient {
861
861
  * @param CreateConnectHarnessRequest
862
862
  * @return CreateConnectHarnessResponse
863
863
  * @throws OciError when an error occurs
864
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
864
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
865
865
  */
866
866
  createConnectHarness(createConnectHarnessRequest) {
867
867
  return __awaiter(this, void 0, void 0, function* () {
@@ -927,7 +927,7 @@ class StreamAdminClient {
927
927
  * @param CreateStreamRequest
928
928
  * @return CreateStreamResponse
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.25.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
931
931
  */
932
932
  createStream(createStreamRequest) {
933
933
  return __awaiter(this, void 0, void 0, function* () {
@@ -990,7 +990,7 @@ class StreamAdminClient {
990
990
  * @param CreateStreamPoolRequest
991
991
  * @return CreateStreamPoolResponse
992
992
  * @throws OciError when an error occurs
993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
993
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
994
994
  */
995
995
  createStreamPool(createStreamPoolRequest) {
996
996
  return __awaiter(this, void 0, void 0, function* () {
@@ -1056,7 +1056,7 @@ class StreamAdminClient {
1056
1056
  * @param DeleteConnectHarnessRequest
1057
1057
  * @return DeleteConnectHarnessResponse
1058
1058
  * @throws OciError when an error occurs
1059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1059
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1060
1060
  */
1061
1061
  deleteConnectHarness(deleteConnectHarnessRequest) {
1062
1062
  return __awaiter(this, void 0, void 0, function* () {
@@ -1114,7 +1114,7 @@ class StreamAdminClient {
1114
1114
  * @param DeleteStreamRequest
1115
1115
  * @return DeleteStreamResponse
1116
1116
  * @throws OciError when an error occurs
1117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1118
1118
  */
1119
1119
  deleteStream(deleteStreamRequest) {
1120
1120
  return __awaiter(this, void 0, void 0, function* () {
@@ -1169,7 +1169,7 @@ class StreamAdminClient {
1169
1169
  * @param DeleteStreamPoolRequest
1170
1170
  * @return DeleteStreamPoolResponse
1171
1171
  * @throws OciError when an error occurs
1172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1173
1173
  */
1174
1174
  deleteStreamPool(deleteStreamPoolRequest) {
1175
1175
  return __awaiter(this, void 0, void 0, function* () {
@@ -1222,7 +1222,7 @@ class StreamAdminClient {
1222
1222
  * @param GetConnectHarnessRequest
1223
1223
  * @return GetConnectHarnessResponse
1224
1224
  * @throws OciError when an error occurs
1225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1226
1226
  */
1227
1227
  getConnectHarness(getConnectHarnessRequest) {
1228
1228
  return __awaiter(this, void 0, void 0, function* () {
@@ -1283,7 +1283,7 @@ class StreamAdminClient {
1283
1283
  * @param GetStreamRequest
1284
1284
  * @return GetStreamResponse
1285
1285
  * @throws OciError when an error occurs
1286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1287
1287
  */
1288
1288
  getStream(getStreamRequest) {
1289
1289
  return __awaiter(this, void 0, void 0, function* () {
@@ -1344,7 +1344,7 @@ class StreamAdminClient {
1344
1344
  * @param GetStreamPoolRequest
1345
1345
  * @return GetStreamPoolResponse
1346
1346
  * @throws OciError when an error occurs
1347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1348
1348
  */
1349
1349
  getStreamPool(getStreamPoolRequest) {
1350
1350
  return __awaiter(this, void 0, void 0, function* () {
@@ -1405,7 +1405,7 @@ class StreamAdminClient {
1405
1405
  * @param ListConnectHarnessesRequest
1406
1406
  * @return ListConnectHarnessesResponse
1407
1407
  * @throws OciError when an error occurs
1408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1409
1409
  */
1410
1410
  listConnectHarnesses(listConnectHarnessesRequest) {
1411
1411
  return __awaiter(this, void 0, void 0, function* () {
@@ -1518,7 +1518,7 @@ class StreamAdminClient {
1518
1518
  * @param ListStreamPoolsRequest
1519
1519
  * @return ListStreamPoolsResponse
1520
1520
  * @throws OciError when an error occurs
1521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1522
1522
  */
1523
1523
  listStreamPools(listStreamPoolsRequest) {
1524
1524
  return __awaiter(this, void 0, void 0, function* () {
@@ -1635,7 +1635,7 @@ class StreamAdminClient {
1635
1635
  * @param ListStreamsRequest
1636
1636
  * @return ListStreamsResponse
1637
1637
  * @throws OciError when an error occurs
1638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1639
1639
  */
1640
1640
  listStreams(listStreamsRequest) {
1641
1641
  return __awaiter(this, void 0, void 0, function* () {
@@ -1750,7 +1750,7 @@ class StreamAdminClient {
1750
1750
  * @param UpdateConnectHarnessRequest
1751
1751
  * @return UpdateConnectHarnessResponse
1752
1752
  * @throws OciError when an error occurs
1753
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1753
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1754
1754
  */
1755
1755
  updateConnectHarness(updateConnectHarnessRequest) {
1756
1756
  return __awaiter(this, void 0, void 0, function* () {
@@ -1814,7 +1814,7 @@ class StreamAdminClient {
1814
1814
  * @param UpdateStreamRequest
1815
1815
  * @return UpdateStreamResponse
1816
1816
  * @throws OciError when an error occurs
1817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1818
1818
  */
1819
1819
  updateStream(updateStreamRequest) {
1820
1820
  return __awaiter(this, void 0, void 0, function* () {
@@ -1878,7 +1878,7 @@ class StreamAdminClient {
1878
1878
  * @param UpdateStreamPoolRequest
1879
1879
  * @return UpdateStreamPoolResponse
1880
1880
  * @throws OciError when an error occurs
1881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1882
1882
  */
1883
1883
  updateStreamPool(updateStreamPoolRequest) {
1884
1884
  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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.0",
3
+ "version": "2.26.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.25.0",
19
- "oci-workrequests": "2.25.0"
18
+ "oci-common": "2.26.0",
19
+ "oci-workrequests": "2.26.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"