File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 53205320 " projectMaxPreviewDeployments" ,
53215321 " teamMaxVectorStorage" ,
53225322 " teamMaxVectorBandwidth" ,
5323- " auditLogsEnabled" ,
53245323 " customDomainsEnabled" ,
53255324 " periodicBackupsEnabled" ,
53265325 " maxCloudBackups" ,
53345333 "format" : " int64" ,
53355334 "minimum" : 0
53365335 },
5337- "auditLogsEnabled" : {
5338- "type" : " boolean"
5339- },
53405336 "customDomainsEnabled" : {
53415337 "type" : " boolean"
53425338 },
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments