oci-streaming 2.48.1 → 2.49.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
@@ -49,7 +49,7 @@ export declare class StreamClient {
49
49
  * @param ConsumerCommitRequest
50
50
  * @return ConsumerCommitResponse
51
51
  * @throws OciError when an error occurs
52
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
52
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
53
53
  */
54
54
  consumerCommit(consumerCommitRequest: requests.ConsumerCommitRequest): Promise<responses.ConsumerCommitResponse>;
55
55
  /**
@@ -59,7 +59,7 @@ export declare class StreamClient {
59
59
  * @param ConsumerHeartbeatRequest
60
60
  * @return ConsumerHeartbeatResponse
61
61
  * @throws OciError when an error occurs
62
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
62
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
63
63
  */
64
64
  consumerHeartbeat(consumerHeartbeatRequest: requests.ConsumerHeartbeatRequest): Promise<responses.ConsumerHeartbeatResponse>;
65
65
  /**
@@ -73,7 +73,7 @@ export declare class StreamClient {
73
73
  * @param CreateCursorRequest
74
74
  * @return CreateCursorResponse
75
75
  * @throws OciError when an error occurs
76
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
76
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
77
77
  */
78
78
  createCursor(createCursorRequest: requests.CreateCursorRequest): Promise<responses.CreateCursorResponse>;
79
79
  /**
@@ -83,7 +83,7 @@ export declare class StreamClient {
83
83
  * @param CreateGroupCursorRequest
84
84
  * @return CreateGroupCursorResponse
85
85
  * @throws OciError when an error occurs
86
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
86
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
87
87
  */
88
88
  createGroupCursor(createGroupCursorRequest: requests.CreateGroupCursorRequest): Promise<responses.CreateGroupCursorResponse>;
89
89
  /**
@@ -93,7 +93,7 @@ export declare class StreamClient {
93
93
  * @param GetGroupRequest
94
94
  * @return GetGroupResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
97
97
  */
98
98
  getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
99
99
  /**
@@ -105,7 +105,7 @@ export declare class StreamClient {
105
105
  * @param GetMessagesRequest
106
106
  * @return GetMessagesResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
109
109
  */
110
110
  getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
111
111
  /**
@@ -118,7 +118,7 @@ export declare class StreamClient {
118
118
  * @param PutMessagesRequest
119
119
  * @return PutMessagesResponse
120
120
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
122
122
  */
123
123
  putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
124
124
  /**
@@ -128,7 +128,7 @@ export declare class StreamClient {
128
128
  * @param UpdateGroupRequest
129
129
  * @return UpdateGroupResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
132
132
  */
133
133
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
134
134
  }
@@ -193,7 +193,7 @@ export declare class StreamAdminClient {
193
193
  * @param ChangeConnectHarnessCompartmentRequest
194
194
  * @return ChangeConnectHarnessCompartmentResponse
195
195
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
197
197
  */
198
198
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest: requests.ChangeConnectHarnessCompartmentRequest): Promise<responses.ChangeConnectHarnessCompartmentResponse>;
199
199
  /**
@@ -205,7 +205,7 @@ export declare class StreamAdminClient {
205
205
  * @param ChangeStreamCompartmentRequest
206
206
  * @return ChangeStreamCompartmentResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
209
209
  */
210
210
  changeStreamCompartment(changeStreamCompartmentRequest: requests.ChangeStreamCompartmentRequest): Promise<responses.ChangeStreamCompartmentResponse>;
211
211
  /**
@@ -214,7 +214,7 @@ export declare class StreamAdminClient {
214
214
  * @param ChangeStreamPoolCompartmentRequest
215
215
  * @return ChangeStreamPoolCompartmentResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
218
218
  */
219
219
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest: requests.ChangeStreamPoolCompartmentRequest): Promise<responses.ChangeStreamPoolCompartmentResponse>;
220
220
  /**
@@ -225,7 +225,7 @@ export declare class StreamAdminClient {
225
225
  * @param CreateConnectHarnessRequest
226
226
  * @return CreateConnectHarnessResponse
227
227
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
229
229
  */
230
230
  createConnectHarness(createConnectHarnessRequest: requests.CreateConnectHarnessRequest): Promise<responses.CreateConnectHarnessResponse>;
231
231
  /**
@@ -239,7 +239,7 @@ export declare class StreamAdminClient {
239
239
  * @param CreateStreamRequest
240
240
  * @return CreateStreamResponse
241
241
  * @throws OciError when an error occurs
242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
243
243
  */
244
244
  createStream(createStreamRequest: requests.CreateStreamRequest): Promise<responses.CreateStreamResponse>;
245
245
  /**
@@ -251,7 +251,7 @@ export declare class StreamAdminClient {
251
251
  * @param CreateStreamPoolRequest
252
252
  * @return CreateStreamPoolResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
255
255
  */
256
256
  createStreamPool(createStreamPoolRequest: requests.CreateStreamPoolRequest): Promise<responses.CreateStreamPoolResponse>;
257
257
  /**
@@ -265,7 +265,7 @@ export declare class StreamAdminClient {
265
265
  * @param DeleteConnectHarnessRequest
266
266
  * @return DeleteConnectHarnessResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
269
269
  */
270
270
  deleteConnectHarness(deleteConnectHarnessRequest: requests.DeleteConnectHarnessRequest): Promise<responses.DeleteConnectHarnessResponse>;
271
271
  /**
@@ -279,7 +279,7 @@ export declare class StreamAdminClient {
279
279
  * @param DeleteStreamRequest
280
280
  * @return DeleteStreamResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
283
283
  */
284
284
  deleteStream(deleteStreamRequest: requests.DeleteStreamRequest): Promise<responses.DeleteStreamResponse>;
285
285
  /**
@@ -290,7 +290,7 @@ export declare class StreamAdminClient {
290
290
  * @param DeleteStreamPoolRequest
291
291
  * @return DeleteStreamPoolResponse
292
292
  * @throws OciError when an error occurs
293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
294
294
  */
295
295
  deleteStreamPool(deleteStreamPoolRequest: requests.DeleteStreamPoolRequest): Promise<responses.DeleteStreamPoolResponse>;
296
296
  /**
@@ -299,7 +299,7 @@ export declare class StreamAdminClient {
299
299
  * @param GetConnectHarnessRequest
300
300
  * @return GetConnectHarnessResponse
301
301
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
303
303
  */
304
304
  getConnectHarness(getConnectHarnessRequest: requests.GetConnectHarnessRequest): Promise<responses.GetConnectHarnessResponse>;
305
305
  /**
@@ -308,7 +308,7 @@ export declare class StreamAdminClient {
308
308
  * @param GetStreamRequest
309
309
  * @return GetStreamResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/GetStream.ts.html |here} to see how to use GetStream API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
312
312
  */
313
313
  getStream(getStreamRequest: requests.GetStreamRequest): Promise<responses.GetStreamResponse>;
314
314
  /**
@@ -317,7 +317,7 @@ export declare class StreamAdminClient {
317
317
  * @param GetStreamPoolRequest
318
318
  * @return GetStreamPoolResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
321
321
  */
322
322
  getStreamPool(getStreamPoolRequest: requests.GetStreamPoolRequest): Promise<responses.GetStreamPoolResponse>;
323
323
  /**
@@ -326,7 +326,7 @@ export declare class StreamAdminClient {
326
326
  * @param ListConnectHarnessesRequest
327
327
  * @return ListConnectHarnessesResponse
328
328
  * @throws OciError when an error occurs
329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
330
330
  */
331
331
  listConnectHarnesses(listConnectHarnessesRequest: requests.ListConnectHarnessesRequest): Promise<responses.ListConnectHarnessesResponse>;
332
332
  /**
@@ -367,7 +367,7 @@ export declare class StreamAdminClient {
367
367
  * @param ListStreamPoolsRequest
368
368
  * @return ListStreamPoolsResponse
369
369
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
371
371
  */
372
372
  listStreamPools(listStreamPoolsRequest: requests.ListStreamPoolsRequest): Promise<responses.ListStreamPoolsResponse>;
373
373
  /**
@@ -412,7 +412,7 @@ export declare class StreamAdminClient {
412
412
  * @param ListStreamsRequest
413
413
  * @return ListStreamsResponse
414
414
  * @throws OciError when an error occurs
415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
416
416
  */
417
417
  listStreams(listStreamsRequest: requests.ListStreamsRequest): Promise<responses.ListStreamsResponse>;
418
418
  /**
@@ -454,7 +454,7 @@ export declare class StreamAdminClient {
454
454
  * @param UpdateConnectHarnessRequest
455
455
  * @return UpdateConnectHarnessResponse
456
456
  * @throws OciError when an error occurs
457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
458
458
  */
459
459
  updateConnectHarness(updateConnectHarnessRequest: requests.UpdateConnectHarnessRequest): Promise<responses.UpdateConnectHarnessResponse>;
460
460
  /**
@@ -464,7 +464,7 @@ export declare class StreamAdminClient {
464
464
  * @param UpdateStreamRequest
465
465
  * @return UpdateStreamResponse
466
466
  * @throws OciError when an error occurs
467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
468
468
  */
469
469
  updateStream(updateStreamRequest: requests.UpdateStreamRequest): Promise<responses.UpdateStreamResponse>;
470
470
  /**
@@ -474,7 +474,7 @@ export declare class StreamAdminClient {
474
474
  * @param UpdateStreamPoolRequest
475
475
  * @return UpdateStreamPoolResponse
476
476
  * @throws OciError when an error occurs
477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
478
478
  */
479
479
  updateStreamPool(updateStreamPoolRequest: requests.UpdateStreamPoolRequest): Promise<responses.UpdateStreamPoolResponse>;
480
480
  }
package/lib/client.js CHANGED
@@ -112,7 +112,7 @@ class StreamClient {
112
112
  * @param ConsumerCommitRequest
113
113
  * @return ConsumerCommitResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
116
116
  */
117
117
  consumerCommit(consumerCommitRequest) {
118
118
  return __awaiter(this, void 0, void 0, function* () {
@@ -173,7 +173,7 @@ class StreamClient {
173
173
  * @param ConsumerHeartbeatRequest
174
174
  * @return ConsumerHeartbeatResponse
175
175
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
177
177
  */
178
178
  consumerHeartbeat(consumerHeartbeatRequest) {
179
179
  return __awaiter(this, void 0, void 0, function* () {
@@ -238,7 +238,7 @@ class StreamClient {
238
238
  * @param CreateCursorRequest
239
239
  * @return CreateCursorResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
242
242
  */
243
243
  createCursor(createCursorRequest) {
244
244
  return __awaiter(this, void 0, void 0, function* () {
@@ -298,7 +298,7 @@ class StreamClient {
298
298
  * @param CreateGroupCursorRequest
299
299
  * @return CreateGroupCursorResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
302
302
  */
303
303
  createGroupCursor(createGroupCursorRequest) {
304
304
  return __awaiter(this, void 0, void 0, function* () {
@@ -358,7 +358,7 @@ class StreamClient {
358
358
  * @param GetGroupRequest
359
359
  * @return GetGroupResponse
360
360
  * @throws OciError when an error occurs
361
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
362
362
  */
363
363
  getGroup(getGroupRequest) {
364
364
  return __awaiter(this, void 0, void 0, function* () {
@@ -420,7 +420,7 @@ class StreamClient {
420
420
  * @param GetMessagesRequest
421
421
  * @return GetMessagesResponse
422
422
  * @throws OciError when an error occurs
423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
424
424
  */
425
425
  getMessages(getMessagesRequest) {
426
426
  return __awaiter(this, void 0, void 0, function* () {
@@ -490,7 +490,7 @@ class StreamClient {
490
490
  * @param PutMessagesRequest
491
491
  * @return PutMessagesResponse
492
492
  * @throws OciError when an error occurs
493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
494
494
  */
495
495
  putMessages(putMessagesRequest) {
496
496
  return __awaiter(this, void 0, void 0, function* () {
@@ -550,7 +550,7 @@ class StreamClient {
550
550
  * @param UpdateGroupRequest
551
551
  * @return UpdateGroupResponse
552
552
  * @throws OciError when an error occurs
553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
554
554
  */
555
555
  updateGroup(updateGroupRequest) {
556
556
  return __awaiter(this, void 0, void 0, function* () {
@@ -712,7 +712,7 @@ class StreamAdminClient {
712
712
  * @param ChangeConnectHarnessCompartmentRequest
713
713
  * @return ChangeConnectHarnessCompartmentResponse
714
714
  * @throws OciError when an error occurs
715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
715
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
716
716
  */
717
717
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest) {
718
718
  return __awaiter(this, void 0, void 0, function* () {
@@ -771,7 +771,7 @@ class StreamAdminClient {
771
771
  * @param ChangeStreamCompartmentRequest
772
772
  * @return ChangeStreamCompartmentResponse
773
773
  * @throws OciError when an error occurs
774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
774
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
775
775
  */
776
776
  changeStreamCompartment(changeStreamCompartmentRequest) {
777
777
  return __awaiter(this, void 0, void 0, function* () {
@@ -827,7 +827,7 @@ class StreamAdminClient {
827
827
  * @param ChangeStreamPoolCompartmentRequest
828
828
  * @return ChangeStreamPoolCompartmentResponse
829
829
  * @throws OciError when an error occurs
830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
831
831
  */
832
832
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest) {
833
833
  return __awaiter(this, void 0, void 0, function* () {
@@ -885,7 +885,7 @@ class StreamAdminClient {
885
885
  * @param CreateConnectHarnessRequest
886
886
  * @return CreateConnectHarnessResponse
887
887
  * @throws OciError when an error occurs
888
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
888
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
889
889
  */
890
890
  createConnectHarness(createConnectHarnessRequest) {
891
891
  return __awaiter(this, void 0, void 0, function* () {
@@ -953,7 +953,7 @@ class StreamAdminClient {
953
953
  * @param CreateStreamRequest
954
954
  * @return CreateStreamResponse
955
955
  * @throws OciError when an error occurs
956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
957
957
  */
958
958
  createStream(createStreamRequest) {
959
959
  return __awaiter(this, void 0, void 0, function* () {
@@ -1018,7 +1018,7 @@ class StreamAdminClient {
1018
1018
  * @param CreateStreamPoolRequest
1019
1019
  * @return CreateStreamPoolResponse
1020
1020
  * @throws OciError when an error occurs
1021
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
1021
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
1022
1022
  */
1023
1023
  createStreamPool(createStreamPoolRequest) {
1024
1024
  return __awaiter(this, void 0, void 0, function* () {
@@ -1086,7 +1086,7 @@ class StreamAdminClient {
1086
1086
  * @param DeleteConnectHarnessRequest
1087
1087
  * @return DeleteConnectHarnessResponse
1088
1088
  * @throws OciError when an error occurs
1089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1089
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1090
1090
  */
1091
1091
  deleteConnectHarness(deleteConnectHarnessRequest) {
1092
1092
  return __awaiter(this, void 0, void 0, function* () {
@@ -1146,7 +1146,7 @@ class StreamAdminClient {
1146
1146
  * @param DeleteStreamRequest
1147
1147
  * @return DeleteStreamResponse
1148
1148
  * @throws OciError when an error occurs
1149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1150
1150
  */
1151
1151
  deleteStream(deleteStreamRequest) {
1152
1152
  return __awaiter(this, void 0, void 0, function* () {
@@ -1203,7 +1203,7 @@ class StreamAdminClient {
1203
1203
  * @param DeleteStreamPoolRequest
1204
1204
  * @return DeleteStreamPoolResponse
1205
1205
  * @throws OciError when an error occurs
1206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1207
1207
  */
1208
1208
  deleteStreamPool(deleteStreamPoolRequest) {
1209
1209
  return __awaiter(this, void 0, void 0, function* () {
@@ -1258,7 +1258,7 @@ class StreamAdminClient {
1258
1258
  * @param GetConnectHarnessRequest
1259
1259
  * @return GetConnectHarnessResponse
1260
1260
  * @throws OciError when an error occurs
1261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1262
1262
  */
1263
1263
  getConnectHarness(getConnectHarnessRequest) {
1264
1264
  return __awaiter(this, void 0, void 0, function* () {
@@ -1321,7 +1321,7 @@ class StreamAdminClient {
1321
1321
  * @param GetStreamRequest
1322
1322
  * @return GetStreamResponse
1323
1323
  * @throws OciError when an error occurs
1324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1325
1325
  */
1326
1326
  getStream(getStreamRequest) {
1327
1327
  return __awaiter(this, void 0, void 0, function* () {
@@ -1384,7 +1384,7 @@ class StreamAdminClient {
1384
1384
  * @param GetStreamPoolRequest
1385
1385
  * @return GetStreamPoolResponse
1386
1386
  * @throws OciError when an error occurs
1387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1388
1388
  */
1389
1389
  getStreamPool(getStreamPoolRequest) {
1390
1390
  return __awaiter(this, void 0, void 0, function* () {
@@ -1447,7 +1447,7 @@ class StreamAdminClient {
1447
1447
  * @param ListConnectHarnessesRequest
1448
1448
  * @return ListConnectHarnessesResponse
1449
1449
  * @throws OciError when an error occurs
1450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1451
1451
  */
1452
1452
  listConnectHarnesses(listConnectHarnessesRequest) {
1453
1453
  return __awaiter(this, void 0, void 0, function* () {
@@ -1562,7 +1562,7 @@ class StreamAdminClient {
1562
1562
  * @param ListStreamPoolsRequest
1563
1563
  * @return ListStreamPoolsResponse
1564
1564
  * @throws OciError when an error occurs
1565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1566
1566
  */
1567
1567
  listStreamPools(listStreamPoolsRequest) {
1568
1568
  return __awaiter(this, void 0, void 0, function* () {
@@ -1681,7 +1681,7 @@ class StreamAdminClient {
1681
1681
  * @param ListStreamsRequest
1682
1682
  * @return ListStreamsResponse
1683
1683
  * @throws OciError when an error occurs
1684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1685
1685
  */
1686
1686
  listStreams(listStreamsRequest) {
1687
1687
  return __awaiter(this, void 0, void 0, function* () {
@@ -1798,7 +1798,7 @@ class StreamAdminClient {
1798
1798
  * @param UpdateConnectHarnessRequest
1799
1799
  * @return UpdateConnectHarnessResponse
1800
1800
  * @throws OciError when an error occurs
1801
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1801
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1802
1802
  */
1803
1803
  updateConnectHarness(updateConnectHarnessRequest) {
1804
1804
  return __awaiter(this, void 0, void 0, function* () {
@@ -1864,7 +1864,7 @@ class StreamAdminClient {
1864
1864
  * @param UpdateStreamRequest
1865
1865
  * @return UpdateStreamResponse
1866
1866
  * @throws OciError when an error occurs
1867
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1867
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1868
1868
  */
1869
1869
  updateStream(updateStreamRequest) {
1870
1870
  return __awaiter(this, void 0, void 0, function* () {
@@ -1930,7 +1930,7 @@ class StreamAdminClient {
1930
1930
  * @param UpdateStreamPoolRequest
1931
1931
  * @return UpdateStreamPoolResponse
1932
1932
  * @throws OciError when an error occurs
1933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1934
1934
  */
1935
1935
  updateStreamPool(updateStreamPoolRequest) {
1936
1936
  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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1/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.49.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.48.1",
3
+ "version": "2.49.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.48.1",
19
- "oci-workrequests": "2.48.1"
18
+ "oci-common": "2.49.0",
19
+ "oci-workrequests": "2.49.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"