mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add new columns
This commit is contained in:
@@ -15,7 +15,10 @@ export const PkiAcmeOrdersSchema = z.object({
|
||||
expiresAt: z.date(),
|
||||
status: z.string(),
|
||||
createdAt: z.date(),
|
||||
updatedAt: z.date()
|
||||
updatedAt: z.date(),
|
||||
csr: z.string().nullable().optional(),
|
||||
certificate: z.string().nullable().optional(),
|
||||
certificatechain: z.string().nullable().optional()
|
||||
});
|
||||
|
||||
export type TPkiAcmeOrders = z.infer<typeof PkiAcmeOrdersSchema>;
|
||||
|
||||
Reference in New Issue
Block a user