diff --git a/frontend/src/testData.ts b/frontend/src/testData.ts index 2d151baa..ae1a679e 100644 --- a/frontend/src/testData.ts +++ b/frontend/src/testData.ts @@ -18,22 +18,34 @@ export const testEndpoints: Endpoint[] = [ lastActive: "2022-07-31T00:52:10.586Z", piiData: [ { - dataType: DataClass.SSN, + uuid: "62073e0e-7a46-4875-83b8-fd356cdaadaf", + dataClass: DataClass.SSN, dataPath: "result.asdf", risk: RiskScore.HIGH, - dateIdentified: "2022-07-31T00:52:10.586Z", + createdAt: "2022-07-31T00:52:10.586Z", + updatedAt: "2022-07-31T00:52:10.586Z", + matches: [], + isRisk: true, }, { - dataType: DataClass.CREDIT_CARD, + uuid: "af226cd2-5fe6-4cf5-b55e-3bf6921d1e09", + dataClass: DataClass.CREDIT_CARD, dataPath: "result.asdf.asdf", risk: RiskScore.MEDIUM, - dateIdentified: "2022-07-31T00:52:10.586Z", + createdAt: "2022-07-31T00:52:10.586Z", + updatedAt: "2022-07-31T00:52:10.586Z", + matches: [], + isRisk: true, }, { - dataType: DataClass.IP_ADDRESS, + uuid: "0bf054a6-6005-47e6-8d01-7ecb4c48be68", + dataClass: DataClass.IP_ADDRESS, dataPath: "result.asdf.bar", risk: RiskScore.LOW, - dateIdentified: "2022-07-31T00:52:10.586Z", + createdAt: "2022-07-31T00:52:10.586Z", + updatedAt: "2022-07-31T00:52:10.586Z", + matches: [], + isRisk: true, }, ], traces: [