Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 293a9db

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.517.3
1 parent 684042b commit 293a9db

24 files changed

+95
-45
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 2d20490e-9921-47d5-9711-d3c4b91c8cfa
33
management:
4-
docChecksum: d2e98ac02c69a368286f5436e54d3dcb
4+
docChecksum: 251ce21fe3119a7e2fdc7dde8bb95189
55
docVersion: 1.0.0
66
speakeasyVersion: 1.517.3
77
generationVersion: 2.548.6
8-
releaseVersion: 0.8.2
9-
configChecksum: 02245c220917e14a4f4d3493da24ef76
8+
releaseVersion: 0.8.3
9+
configChecksum: 42f6043385d43164ab24ab90706185aa
1010
repoURL: https://github.com/s2-streamstore/s2-sdk-typescript.git
1111
installationURL: https://github.com/s2-streamstore/s2-sdk-typescript
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: true
2020
typescript:
21-
version: 0.8.2
21+
version: 0.8.3
2222
additionalDependencies:
2323
dependencies:
2424
uuid: ^9.0.1

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.517.3
22
sources:
33
S2 API:
44
sourceNamespace: s-2-api
5-
sourceRevisionDigest: sha256:72221ac513bd15d6f2c14bed0f9583d721661fbb2833ef689dafbe0a34993f10
6-
sourceBlobDigest: sha256:60e2a32c996691c31c7f94bebe0d4264586dca4e02a0322b34b4c67029099c71
5+
sourceRevisionDigest: sha256:fcd4b4ca21591d24e1e05f4cc8b37dd7c38d86f36fcdc0f3c7c893ab8d537ed2
6+
sourceBlobDigest: sha256:1b3ef0abca7bf3448a722a6adebea3597b9a668c75a63d90603864a217268e6b
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1741911598
9+
- speakeasy-sdk-regen-1741998020
1010
- 1.0.0
1111
targets:
1212
streamstore:
1313
source: S2 API
1414
sourceNamespace: s-2-api
15-
sourceRevisionDigest: sha256:72221ac513bd15d6f2c14bed0f9583d721661fbb2833ef689dafbe0a34993f10
16-
sourceBlobDigest: sha256:60e2a32c996691c31c7f94bebe0d4264586dca4e02a0322b34b4c67029099c71
15+
sourceRevisionDigest: sha256:fcd4b4ca21591d24e1e05f4cc8b37dd7c38d86f36fcdc0f3c7c893ab8d537ed2
16+
sourceBlobDigest: sha256:1b3ef0abca7bf3448a722a6adebea3597b9a668c75a63d90603864a217268e6b
1717
codeSamplesNamespace: s-2-api-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:1e2135f954ac405a3d13ea0953de998c4ea55ab3e1f75ca74f7974e8ec078630
18+
codeSamplesRevisionDigest: sha256:542fbebe7a67b84c69a7e1ed24d219a598f4e8bf344da52e7b86eef006781e2a
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,14 @@ Based on:
7878
### Generated
7979
- [typescript v0.8.2] .
8080
### Releases
81-
- [NPM v0.8.2] https://www.npmjs.com/package/@s2-dev/streamstore/v/0.8.2 - .
81+
- [NPM v0.8.2] https://www.npmjs.com/package/@s2-dev/streamstore/v/0.8.2 - .
82+
83+
## 2025-03-15 00:20:05
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc
87+
- Speakeasy CLI 1.517.3 (2.548.6) https://github.com/speakeasy-api/speakeasy
88+
### Generated
89+
- [typescript v0.8.3] .
90+
### Releases
91+
- [NPM v0.8.3] https://www.npmjs.com/package/@s2-dev/streamstore/v/0.8.3 - .

docs/models/components/appendoutput.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Output from append response.
88
import { AppendOutput } from "@s2-dev/streamstore/models/components";
99

1010
let value: AppendOutput = {
11-
endSeqNum: 774234,
12-
nextSeqNum: 456150,
13-
startSeqNum: 568434,
11+
endSeqNum: 612096,
12+
nextSeqNum: 616934,
13+
startSeqNum: 943749,
1414
};
1515
```
1616

docs/models/components/appendrecord.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ let value: AppendRecord = {
1414

1515
## Fields
1616

17-
| Field | Type | Required | Description |
18-
| ------------------------------------------- | ------------------------------------------- | ------------------------------------------- | ------------------------------------------- |
19-
| `body` | *string* | :heavy_check_mark: | Body of this record. |
20-
| `headers` | *string*[][] | :heavy_minus_sign: | Series of name-value pairs for this record. |
17+
| Field | Type | Required | Description |
18+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
19+
| `body` | *string* | :heavy_check_mark: | Body of this record. |
20+
| `headers` | *string*[][] | :heavy_minus_sign: | Series of name-value pairs for this record. |
21+
| `timestamp` | *number* | :heavy_minus_sign: | Timestamp for this record in milliseconds since Unix epoch.<br/>The service ensures monotonicity by adjusting it up if necessary to the maximum observed timestamp.<br/>A timestamp detected to be in the future will be adjusted down.<br/>If not provided, the semantics depend on the stream's `require_client_timestamps` config. |

docs/models/components/batch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ let value: Batch = {
2121
},
2222
],
2323
seqNum: 978619,
24+
timestamp: 799159,
2425
},
2526
],
2627
},

docs/models/components/checktailresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Check tail response.
88
import { CheckTailResponse } from "@s2-dev/streamstore/models/components";
99

1010
let value: CheckTailResponse = {
11-
nextSeqNum: 18789,
11+
nextSeqNum: 681820,
1212
};
1313
```
1414

docs/models/components/formatoption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```typescript
66
import { FormatOption } from "@s2-dev/streamstore/models/components";
77

8-
let value: FormatOption = "json";
8+
let value: FormatOption = "json-binsafe";
99
```
1010

1111
## Values

docs/models/components/message.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ let value: Message = {
1717
value: "<value>",
1818
},
1919
],
20-
seqNum: 944669,
20+
seqNum: 774234,
21+
timestamp: 456150,
2122
},
2223
],
2324
},

0 commit comments

Comments
 (0)