Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet authored and github-actions committed Dec 10, 2024
1 parent 678c97b commit e8e7760
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions web/packages/teleport/src/services/audit/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1326,9 +1326,18 @@ export type RawEvents = {
[eventCodes.BOT_CREATED]: RawEvent<typeof eventCodes.BOT_CREATED, HasName>;
[eventCodes.BOT_UPDATED]: RawEvent<typeof eventCodes.BOT_UPDATED, HasName>;
[eventCodes.BOT_DELETED]: RawEvent<typeof eventCodes.BOT_DELETED, HasName>;
[eventCodes.WORKLOAD_IDENTITY_CREATE]: RawEvent<typeof eventCodes.WORKLOAD_IDENTITY_CREATE, HasName>;
[eventCodes.WORKLOAD_IDENTITY_UPDATE]: RawEvent<typeof eventCodes.WORKLOAD_IDENTITY_UPDATE, HasName>;
[eventCodes.WORKLOAD_IDENTITY_DELETE]: RawEvent<typeof eventCodes.WORKLOAD_IDENTITY_DELETE, HasName>;
[eventCodes.WORKLOAD_IDENTITY_CREATE]: RawEvent<
typeof eventCodes.WORKLOAD_IDENTITY_CREATE,
HasName
>;
[eventCodes.WORKLOAD_IDENTITY_UPDATE]: RawEvent<
typeof eventCodes.WORKLOAD_IDENTITY_UPDATE,
HasName
>;
[eventCodes.WORKLOAD_IDENTITY_DELETE]: RawEvent<
typeof eventCodes.WORKLOAD_IDENTITY_DELETE,
HasName
>;
[eventCodes.LOGIN_RULE_CREATE]: RawEvent<
typeof eventCodes.LOGIN_RULE_CREATE,
HasName
Expand Down

0 comments on commit e8e7760

Please sign in to comment.