Skip to content

Commit 2f27911

Browse files
[create-pull-request] automated change (#79)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9ee5695 commit 2f27911

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/streamstore/src/generated/types.gen.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export type AccessTokenInfo = {
1313
*/
1414
auto_prefix_streams?: boolean;
1515
/**
16-
* Expiration time in ISO 8601 format.
16+
* Expiration time in RFC 3339 format.
1717
* If not set, the expiration will be set to that of the requestor's token.
1818
*/
1919
expires_at?: string | null;
@@ -471,11 +471,11 @@ export type StreamConfig = {
471471

472472
export type StreamInfo = {
473473
/**
474-
* Creation time in ISO 8601 format.
474+
* Creation time in RFC 3339 format.
475475
*/
476476
created_at: string;
477477
/**
478-
* Deletion time in ISO 8601 format, if the stream is being deleted.
478+
* Deletion time in RFC 3339 format, if the stream is being deleted.
479479
*/
480480
deleted_at?: string | null;
481481
/**

s2-protos

0 commit comments

Comments
 (0)