Skip to content

Commit e511673

Browse files
feat(audit_trail): migrate iamx to iam (#1834)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 0040898 commit e511673

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/clients/src/api/audit_trail/v1alpha1/types.gen.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ export type ResourceType =
1313
| 'kube_node'
1414
| 'kube_acl'
1515
| 'keym_key'
16-
| 'iamx_user'
17-
| 'iamx_application'
18-
| 'iamx_group'
19-
| 'iamx_policy'
20-
| 'iamx_api_key'
21-
| 'iamx_ssh_key'
16+
| 'iam_user'
17+
| 'iam_application'
18+
| 'iam_group'
19+
| 'iam_policy'
20+
| 'iam_api_key'
21+
| 'iam_ssh_key'
2222

2323
export interface KeyManagerKeyInfo {}
2424

0 commit comments

Comments
 (0)