Skip to content

Commit 4b3f099

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Remove references to audit_logs_enabled from big-brain (#42142)
GitOrigin-RevId: fe6fc509b88f566701b84909c2529f09470ef3f7
1 parent a3460c6 commit 4b3f099

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

npm-packages/dashboard/dashboard-management-openapi.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5320,7 +5320,6 @@
53205320
"projectMaxPreviewDeployments",
53215321
"teamMaxVectorStorage",
53225322
"teamMaxVectorBandwidth",
5323-
"auditLogsEnabled",
53245323
"customDomainsEnabled",
53255324
"periodicBackupsEnabled",
53265325
"maxCloudBackups",
@@ -5334,9 +5333,6 @@
53345333
"format": "int64",
53355334
"minimum": 0
53365335
},
5337-
"auditLogsEnabled": {
5338-
"type": "boolean"
5339-
},
53405336
"customDomainsEnabled": {
53415337
"type": "boolean"
53425338
},

npm-packages/dashboard/src/components/billing/PlanSummary.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export const Primary: Story = {
3333
teamMaxVectorStorage: 256 * 1024 * 1024,
3434
maxTeamMembers: 50000,
3535
logStreamingEnabled: true,
36-
auditLogsEnabled: true,
3736
customDomainsEnabled: true,
3837
streamingExportEnabled: true,
3938
periodicBackupsEnabled: true,

npm-packages/dashboard/src/generatedApi.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2300,7 +2300,6 @@ export interface components {
23002300
TeamEntitlementsResponse: {
23012301
/** Format: int64 */
23022302
auditLogRetentionDays: number;
2303-
auditLogsEnabled: boolean;
23042303
customDomainsEnabled: boolean;
23052304
logStreamingEnabled: boolean;
23062305
/** Format: int64 */

0 commit comments

Comments
 (0)