adding dto
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
package com.abnov.infisicalbridge.dto;
|
||||||
|
|
||||||
|
public record InfisicalWebhookEventResponse(
|
||||||
|
String event,
|
||||||
|
ProjectResponse project,
|
||||||
|
long timestamp) {
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
package com.abnov.infisicalbridge.dto;
|
||||||
|
|
||||||
|
public record ProjectResponse(
|
||||||
|
String workspaceId,
|
||||||
|
String projectId,
|
||||||
|
String projectName,
|
||||||
|
String environment,
|
||||||
|
String secretPath) {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user