Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
atrakh committed Oct 25, 2024
1 parent fe8882e commit d129d28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/convex/_generated/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ export declare const components: {
{
options?: {
allAttributesPrivate?: boolean;
eventBatchSize?: number;
eventCapacity?: number;
eventProcessingIntervalSeconds?: number;
eventsUri?: string;
privateAttributes?: Array<string>;
};
Expand Down
3 changes: 3 additions & 0 deletions src/component/_generated/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ export type Mounts = {
{
options?: {
allAttributesPrivate?: boolean;
eventBatchSize?: number;
eventCapacity?: number;
eventProcessingIntervalSeconds?: number;
eventsUri?: string;
privateAttributes?: Array<string>;
};
Expand Down

0 comments on commit d129d28

Please sign in to comment.