mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Optional secret reminder typing
This commit is contained in:
committed by
Akhil Mohan
parent
f227824fb8
commit
4189d1028d
@@ -116,6 +116,8 @@ export type TUpdateBulkSecretDTO = {
|
||||
secretCommentIV?: string;
|
||||
secretCommentTag?: string;
|
||||
skipMultilineEncoding?: boolean;
|
||||
secretReminderRepeatDays?: number | null;
|
||||
secretReminderNote?: string | null;
|
||||
}>;
|
||||
} & TProjectPermission;
|
||||
|
||||
@@ -166,6 +168,8 @@ export type TUpdateSecretRawDTO = TProjectPermission & {
|
||||
secretValue?: string;
|
||||
type: SecretType;
|
||||
skipMultilineEncoding?: boolean;
|
||||
secretReminderRepeatDays?: number | null;
|
||||
secretReminderNote?: string | null;
|
||||
};
|
||||
|
||||
export type TDeleteSecretRawDTO = TProjectPermission & {
|
||||
|
||||
Reference in New Issue
Block a user