oci-streaming 2.62.0 → 2.62.2

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
@@ -56,7 +56,7 @@ export declare class StreamClient {
56
56
  * @param ConsumerCommitRequest
57
57
  * @return ConsumerCommitResponse
58
58
  * @throws OciError when an error occurs
59
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
59
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
60
60
  */
61
61
  consumerCommit(consumerCommitRequest: requests.ConsumerCommitRequest): Promise<responses.ConsumerCommitResponse>;
62
62
  /**
@@ -66,7 +66,7 @@ export declare class StreamClient {
66
66
  * @param ConsumerHeartbeatRequest
67
67
  * @return ConsumerHeartbeatResponse
68
68
  * @throws OciError when an error occurs
69
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
69
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
70
70
  */
71
71
  consumerHeartbeat(consumerHeartbeatRequest: requests.ConsumerHeartbeatRequest): Promise<responses.ConsumerHeartbeatResponse>;
72
72
  /**
@@ -80,7 +80,7 @@ export declare class StreamClient {
80
80
  * @param CreateCursorRequest
81
81
  * @return CreateCursorResponse
82
82
  * @throws OciError when an error occurs
83
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
83
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
84
84
  */
85
85
  createCursor(createCursorRequest: requests.CreateCursorRequest): Promise<responses.CreateCursorResponse>;
86
86
  /**
@@ -90,7 +90,7 @@ export declare class StreamClient {
90
90
  * @param CreateGroupCursorRequest
91
91
  * @return CreateGroupCursorResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
94
94
  */
95
95
  createGroupCursor(createGroupCursorRequest: requests.CreateGroupCursorRequest): Promise<responses.CreateGroupCursorResponse>;
96
96
  /**
@@ -100,7 +100,7 @@ export declare class StreamClient {
100
100
  * @param GetGroupRequest
101
101
  * @return GetGroupResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
104
104
  */
105
105
  getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
106
106
  /**
@@ -112,7 +112,7 @@ export declare class StreamClient {
112
112
  * @param GetMessagesRequest
113
113
  * @return GetMessagesResponse
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.62.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
116
116
  */
117
117
  getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
118
118
  /**
@@ -125,7 +125,7 @@ export declare class StreamClient {
125
125
  * @param PutMessagesRequest
126
126
  * @return PutMessagesResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
129
129
  */
130
130
  putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
131
131
  /**
@@ -135,7 +135,7 @@ export declare class StreamClient {
135
135
  * @param UpdateGroupRequest
136
136
  * @return UpdateGroupResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
139
139
  */
140
140
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
141
141
  }
@@ -210,7 +210,7 @@ export declare class StreamAdminClient {
210
210
  * @param ChangeConnectHarnessCompartmentRequest
211
211
  * @return ChangeConnectHarnessCompartmentResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
214
214
  */
215
215
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest: requests.ChangeConnectHarnessCompartmentRequest): Promise<responses.ChangeConnectHarnessCompartmentResponse>;
216
216
  /**
@@ -222,7 +222,7 @@ export declare class StreamAdminClient {
222
222
  * @param ChangeStreamCompartmentRequest
223
223
  * @return ChangeStreamCompartmentResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
226
226
  */
227
227
  changeStreamCompartment(changeStreamCompartmentRequest: requests.ChangeStreamCompartmentRequest): Promise<responses.ChangeStreamCompartmentResponse>;
228
228
  /**
@@ -231,7 +231,7 @@ export declare class StreamAdminClient {
231
231
  * @param ChangeStreamPoolCompartmentRequest
232
232
  * @return ChangeStreamPoolCompartmentResponse
233
233
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
235
235
  */
236
236
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest: requests.ChangeStreamPoolCompartmentRequest): Promise<responses.ChangeStreamPoolCompartmentResponse>;
237
237
  /**
@@ -242,7 +242,7 @@ export declare class StreamAdminClient {
242
242
  * @param CreateConnectHarnessRequest
243
243
  * @return CreateConnectHarnessResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
246
246
  */
247
247
  createConnectHarness(createConnectHarnessRequest: requests.CreateConnectHarnessRequest): Promise<responses.CreateConnectHarnessResponse>;
248
248
  /**
@@ -256,7 +256,7 @@ export declare class StreamAdminClient {
256
256
  * @param CreateStreamRequest
257
257
  * @return CreateStreamResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
260
260
  */
261
261
  createStream(createStreamRequest: requests.CreateStreamRequest): Promise<responses.CreateStreamResponse>;
262
262
  /**
@@ -268,7 +268,7 @@ export declare class StreamAdminClient {
268
268
  * @param CreateStreamPoolRequest
269
269
  * @return CreateStreamPoolResponse
270
270
  * @throws OciError when an error occurs
271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
272
272
  */
273
273
  createStreamPool(createStreamPoolRequest: requests.CreateStreamPoolRequest): Promise<responses.CreateStreamPoolResponse>;
274
274
  /**
@@ -282,7 +282,7 @@ export declare class StreamAdminClient {
282
282
  * @param DeleteConnectHarnessRequest
283
283
  * @return DeleteConnectHarnessResponse
284
284
  * @throws OciError when an error occurs
285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
286
286
  */
287
287
  deleteConnectHarness(deleteConnectHarnessRequest: requests.DeleteConnectHarnessRequest): Promise<responses.DeleteConnectHarnessResponse>;
288
288
  /**
@@ -296,7 +296,7 @@ export declare class StreamAdminClient {
296
296
  * @param DeleteStreamRequest
297
297
  * @return DeleteStreamResponse
298
298
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
300
300
  */
301
301
  deleteStream(deleteStreamRequest: requests.DeleteStreamRequest): Promise<responses.DeleteStreamResponse>;
302
302
  /**
@@ -307,7 +307,7 @@ export declare class StreamAdminClient {
307
307
  * @param DeleteStreamPoolRequest
308
308
  * @return DeleteStreamPoolResponse
309
309
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
311
311
  */
312
312
  deleteStreamPool(deleteStreamPoolRequest: requests.DeleteStreamPoolRequest): Promise<responses.DeleteStreamPoolResponse>;
313
313
  /**
@@ -316,7 +316,7 @@ export declare class StreamAdminClient {
316
316
  * @param GetConnectHarnessRequest
317
317
  * @return GetConnectHarnessResponse
318
318
  * @throws OciError when an error occurs
319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
320
320
  */
321
321
  getConnectHarness(getConnectHarnessRequest: requests.GetConnectHarnessRequest): Promise<responses.GetConnectHarnessResponse>;
322
322
  /**
@@ -325,7 +325,7 @@ export declare class StreamAdminClient {
325
325
  * @param GetStreamRequest
326
326
  * @return GetStreamResponse
327
327
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/GetStream.ts.html |here} to see how to use GetStream API.
329
329
  */
330
330
  getStream(getStreamRequest: requests.GetStreamRequest): Promise<responses.GetStreamResponse>;
331
331
  /**
@@ -334,7 +334,7 @@ export declare class StreamAdminClient {
334
334
  * @param GetStreamPoolRequest
335
335
  * @return GetStreamPoolResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
338
338
  */
339
339
  getStreamPool(getStreamPoolRequest: requests.GetStreamPoolRequest): Promise<responses.GetStreamPoolResponse>;
340
340
  /**
@@ -343,7 +343,7 @@ export declare class StreamAdminClient {
343
343
  * @param ListConnectHarnessesRequest
344
344
  * @return ListConnectHarnessesResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
347
347
  */
348
348
  listConnectHarnesses(listConnectHarnessesRequest: requests.ListConnectHarnessesRequest): Promise<responses.ListConnectHarnessesResponse>;
349
349
  /**
@@ -384,7 +384,7 @@ export declare class StreamAdminClient {
384
384
  * @param ListStreamPoolsRequest
385
385
  * @return ListStreamPoolsResponse
386
386
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
388
388
  */
389
389
  listStreamPools(listStreamPoolsRequest: requests.ListStreamPoolsRequest): Promise<responses.ListStreamPoolsResponse>;
390
390
  /**
@@ -429,7 +429,7 @@ export declare class StreamAdminClient {
429
429
  * @param ListStreamsRequest
430
430
  * @return ListStreamsResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
433
433
  */
434
434
  listStreams(listStreamsRequest: requests.ListStreamsRequest): Promise<responses.ListStreamsResponse>;
435
435
  /**
@@ -471,7 +471,7 @@ export declare class StreamAdminClient {
471
471
  * @param UpdateConnectHarnessRequest
472
472
  * @return UpdateConnectHarnessResponse
473
473
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
475
475
  */
476
476
  updateConnectHarness(updateConnectHarnessRequest: requests.UpdateConnectHarnessRequest): Promise<responses.UpdateConnectHarnessResponse>;
477
477
  /**
@@ -481,7 +481,7 @@ export declare class StreamAdminClient {
481
481
  * @param UpdateStreamRequest
482
482
  * @return UpdateStreamResponse
483
483
  * @throws OciError when an error occurs
484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
485
485
  */
486
486
  updateStream(updateStreamRequest: requests.UpdateStreamRequest): Promise<responses.UpdateStreamResponse>;
487
487
  /**
@@ -491,7 +491,7 @@ export declare class StreamAdminClient {
491
491
  * @param UpdateStreamPoolRequest
492
492
  * @return UpdateStreamPoolResponse
493
493
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
495
495
  */
496
496
  updateStreamPool(updateStreamPoolRequest: requests.UpdateStreamPoolRequest): Promise<responses.UpdateStreamPoolResponse>;
497
497
  }
package/lib/client.js CHANGED
@@ -123,7 +123,7 @@ class StreamClient {
123
123
  * @param ConsumerCommitRequest
124
124
  * @return ConsumerCommitResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
127
127
  */
128
128
  consumerCommit(consumerCommitRequest) {
129
129
  return __awaiter(this, void 0, void 0, function* () {
@@ -184,7 +184,7 @@ class StreamClient {
184
184
  * @param ConsumerHeartbeatRequest
185
185
  * @return ConsumerHeartbeatResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
188
188
  */
189
189
  consumerHeartbeat(consumerHeartbeatRequest) {
190
190
  return __awaiter(this, void 0, void 0, function* () {
@@ -249,7 +249,7 @@ class StreamClient {
249
249
  * @param CreateCursorRequest
250
250
  * @return CreateCursorResponse
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.62.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
253
253
  */
254
254
  createCursor(createCursorRequest) {
255
255
  return __awaiter(this, void 0, void 0, function* () {
@@ -309,7 +309,7 @@ class StreamClient {
309
309
  * @param CreateGroupCursorRequest
310
310
  * @return CreateGroupCursorResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
313
313
  */
314
314
  createGroupCursor(createGroupCursorRequest) {
315
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -369,7 +369,7 @@ class StreamClient {
369
369
  * @param GetGroupRequest
370
370
  * @return GetGroupResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
373
373
  */
374
374
  getGroup(getGroupRequest) {
375
375
  return __awaiter(this, void 0, void 0, function* () {
@@ -431,7 +431,7 @@ class StreamClient {
431
431
  * @param GetMessagesRequest
432
432
  * @return GetMessagesResponse
433
433
  * @throws OciError when an error occurs
434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
435
435
  */
436
436
  getMessages(getMessagesRequest) {
437
437
  return __awaiter(this, void 0, void 0, function* () {
@@ -501,7 +501,7 @@ class StreamClient {
501
501
  * @param PutMessagesRequest
502
502
  * @return PutMessagesResponse
503
503
  * @throws OciError when an error occurs
504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
505
505
  */
506
506
  putMessages(putMessagesRequest) {
507
507
  return __awaiter(this, void 0, void 0, function* () {
@@ -561,7 +561,7 @@ class StreamClient {
561
561
  * @param UpdateGroupRequest
562
562
  * @return UpdateGroupResponse
563
563
  * @throws OciError when an error occurs
564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
565
565
  */
566
566
  updateGroup(updateGroupRequest) {
567
567
  return __awaiter(this, void 0, void 0, function* () {
@@ -746,7 +746,7 @@ class StreamAdminClient {
746
746
  * @param ChangeConnectHarnessCompartmentRequest
747
747
  * @return ChangeConnectHarnessCompartmentResponse
748
748
  * @throws OciError when an error occurs
749
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
750
750
  */
751
751
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest) {
752
752
  return __awaiter(this, void 0, void 0, function* () {
@@ -805,7 +805,7 @@ class StreamAdminClient {
805
805
  * @param ChangeStreamCompartmentRequest
806
806
  * @return ChangeStreamCompartmentResponse
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.62.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
809
809
  */
810
810
  changeStreamCompartment(changeStreamCompartmentRequest) {
811
811
  return __awaiter(this, void 0, void 0, function* () {
@@ -861,7 +861,7 @@ class StreamAdminClient {
861
861
  * @param ChangeStreamPoolCompartmentRequest
862
862
  * @return ChangeStreamPoolCompartmentResponse
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.62.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
864
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
865
865
  */
866
866
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest) {
867
867
  return __awaiter(this, void 0, void 0, function* () {
@@ -919,7 +919,7 @@ class StreamAdminClient {
919
919
  * @param CreateConnectHarnessRequest
920
920
  * @return CreateConnectHarnessResponse
921
921
  * @throws OciError when an error occurs
922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
923
923
  */
924
924
  createConnectHarness(createConnectHarnessRequest) {
925
925
  return __awaiter(this, void 0, void 0, function* () {
@@ -987,7 +987,7 @@ class StreamAdminClient {
987
987
  * @param CreateStreamRequest
988
988
  * @return CreateStreamResponse
989
989
  * @throws OciError when an error occurs
990
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
990
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
991
991
  */
992
992
  createStream(createStreamRequest) {
993
993
  return __awaiter(this, void 0, void 0, function* () {
@@ -1052,7 +1052,7 @@ class StreamAdminClient {
1052
1052
  * @param CreateStreamPoolRequest
1053
1053
  * @return CreateStreamPoolResponse
1054
1054
  * @throws OciError when an error occurs
1055
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
1055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
1056
1056
  */
1057
1057
  createStreamPool(createStreamPoolRequest) {
1058
1058
  return __awaiter(this, void 0, void 0, function* () {
@@ -1120,7 +1120,7 @@ class StreamAdminClient {
1120
1120
  * @param DeleteConnectHarnessRequest
1121
1121
  * @return DeleteConnectHarnessResponse
1122
1122
  * @throws OciError when an error occurs
1123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1124
1124
  */
1125
1125
  deleteConnectHarness(deleteConnectHarnessRequest) {
1126
1126
  return __awaiter(this, void 0, void 0, function* () {
@@ -1180,7 +1180,7 @@ class StreamAdminClient {
1180
1180
  * @param DeleteStreamRequest
1181
1181
  * @return DeleteStreamResponse
1182
1182
  * @throws OciError when an error occurs
1183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1184
1184
  */
1185
1185
  deleteStream(deleteStreamRequest) {
1186
1186
  return __awaiter(this, void 0, void 0, function* () {
@@ -1237,7 +1237,7 @@ class StreamAdminClient {
1237
1237
  * @param DeleteStreamPoolRequest
1238
1238
  * @return DeleteStreamPoolResponse
1239
1239
  * @throws OciError when an error occurs
1240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1241
1241
  */
1242
1242
  deleteStreamPool(deleteStreamPoolRequest) {
1243
1243
  return __awaiter(this, void 0, void 0, function* () {
@@ -1292,7 +1292,7 @@ class StreamAdminClient {
1292
1292
  * @param GetConnectHarnessRequest
1293
1293
  * @return GetConnectHarnessResponse
1294
1294
  * @throws OciError when an error occurs
1295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1296
1296
  */
1297
1297
  getConnectHarness(getConnectHarnessRequest) {
1298
1298
  return __awaiter(this, void 0, void 0, function* () {
@@ -1355,7 +1355,7 @@ class StreamAdminClient {
1355
1355
  * @param GetStreamRequest
1356
1356
  * @return GetStreamResponse
1357
1357
  * @throws OciError when an error occurs
1358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1359
1359
  */
1360
1360
  getStream(getStreamRequest) {
1361
1361
  return __awaiter(this, void 0, void 0, function* () {
@@ -1418,7 +1418,7 @@ class StreamAdminClient {
1418
1418
  * @param GetStreamPoolRequest
1419
1419
  * @return GetStreamPoolResponse
1420
1420
  * @throws OciError when an error occurs
1421
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1422
1422
  */
1423
1423
  getStreamPool(getStreamPoolRequest) {
1424
1424
  return __awaiter(this, void 0, void 0, function* () {
@@ -1481,7 +1481,7 @@ class StreamAdminClient {
1481
1481
  * @param ListConnectHarnessesRequest
1482
1482
  * @return ListConnectHarnessesResponse
1483
1483
  * @throws OciError when an error occurs
1484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1485
1485
  */
1486
1486
  listConnectHarnesses(listConnectHarnessesRequest) {
1487
1487
  return __awaiter(this, void 0, void 0, function* () {
@@ -1596,7 +1596,7 @@ class StreamAdminClient {
1596
1596
  * @param ListStreamPoolsRequest
1597
1597
  * @return ListStreamPoolsResponse
1598
1598
  * @throws OciError when an error occurs
1599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1599
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1600
1600
  */
1601
1601
  listStreamPools(listStreamPoolsRequest) {
1602
1602
  return __awaiter(this, void 0, void 0, function* () {
@@ -1715,7 +1715,7 @@ class StreamAdminClient {
1715
1715
  * @param ListStreamsRequest
1716
1716
  * @return ListStreamsResponse
1717
1717
  * @throws OciError when an error occurs
1718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1719
1719
  */
1720
1720
  listStreams(listStreamsRequest) {
1721
1721
  return __awaiter(this, void 0, void 0, function* () {
@@ -1832,7 +1832,7 @@ class StreamAdminClient {
1832
1832
  * @param UpdateConnectHarnessRequest
1833
1833
  * @return UpdateConnectHarnessResponse
1834
1834
  * @throws OciError when an error occurs
1835
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1835
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1836
1836
  */
1837
1837
  updateConnectHarness(updateConnectHarnessRequest) {
1838
1838
  return __awaiter(this, void 0, void 0, function* () {
@@ -1898,7 +1898,7 @@ class StreamAdminClient {
1898
1898
  * @param UpdateStreamRequest
1899
1899
  * @return UpdateStreamResponse
1900
1900
  * @throws OciError when an error occurs
1901
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1901
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1902
1902
  */
1903
1903
  updateStream(updateStreamRequest) {
1904
1904
  return __awaiter(this, void 0, void 0, function* () {
@@ -1964,7 +1964,7 @@ class StreamAdminClient {
1964
1964
  * @param UpdateStreamPoolRequest
1965
1965
  * @return UpdateStreamPoolResponse
1966
1966
  * @throws OciError when an error occurs
1967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1968
1968
  */
1969
1969
  updateStreamPool(updateStreamPoolRequest) {
1970
1970
  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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.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.62.2/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.62.0",
3
+ "version": "2.62.2",
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.62.0",
19
- "oci-workrequests": "2.62.0"
18
+ "oci-common": "2.62.2",
19
+ "oci-workrequests": "2.62.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"