Skip to content

Commit

Permalink
Generated SDK source code using:
Browse files Browse the repository at this point in the history
- Generator version 3.79.0
- Specification version 1.0.0-dev0.1.5
- Automation (cloudant-sdks) version 7416250

Signed-off-by: cloudant-sdks-automation <[email protected]>
  • Loading branch information
cloudant-sdks-automation authored and emlaver committed Oct 26, 2023
1 parent b9e569b commit 9b951c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ const changesItemsStream = changesFollower.startOneOff();
import { ChangesFollower, CloudantV1, Stream } from '@ibm-cloud/cloudant';
import { ChangesResultItem, PostChangesParams } from '@ibm-cloud/cloudant/cloudant/v1';
import { Writable } from 'node:stream';
import { pipeline } from 'node:stream/promises'
import { pipeline } from 'node:stream/promises';
```
[embedmd]:# (test/examples/src/features/ts/startAndProcess.ts /const client/ $)
```ts
Expand Down Expand Up @@ -1338,7 +1338,7 @@ pipeline(changesItemsStream, destinationStream)
import { ChangesFollower, CloudantV1, Stream } from '@ibm-cloud/cloudant';
import { ChangesResultItem, PostChangesParams } from '@ibm-cloud/cloudant/cloudant/v1';
import { Writable } from 'node:stream';
import { pipeline } from 'node:stream/promises'
import { pipeline } from 'node:stream/promises';
```
[embedmd]:# (test/examples/src/features/ts/startOneOffAndProcess.ts /const client/ $)
```ts
Expand Down Expand Up @@ -1475,7 +1475,7 @@ async function getChangesFromFollower(changesItemsStream) {
import { ChangesFollower, CloudantV1, Stream } from '@ibm-cloud/cloudant';
import { ChangesResultItem, PostChangesParams } from '@ibm-cloud/cloudant/cloudant/v1';
import { Writable } from 'node:stream';
import { pipeline } from 'node:stream/promises'
import { pipeline } from 'node:stream/promises';
```
[embedmd]:# (test/examples/src/features/ts/stop.ts /const client/ $)
```ts
Expand Down

0 comments on commit 9b951c0

Please sign in to comment.