Skip to content

Commit

Permalink
chore: rename partition_rotation to partition_ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
akupila committed Aug 16, 2024
1 parent ddc95cd commit a869d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ export type CreateChannelOptions<StreamChatGenerics extends ExtendableGenerics =
uploads?: boolean;
url_enrichment?: boolean;
partition_size?: number;

Check failure on line 962 in src/types.ts

View workflow job for this annotation

GitHub Actions / lint

Expected interface keys to be in required first natural insensitive ascending order. 'partition_size' should be before 'url_enrichment'
partition_rotation?: string | null; // Value such as "24h", "30m" or a combination: "2h30m"
partition_ttl?: string | null; // Value such as "24h", "30m" or a combination: "2h30m"
};

export type CreateCommandOptions<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics> = {
Expand Down

0 comments on commit a869d26

Please sign in to comment.