From 65033b5ff5c8e7f54940565d8898f043f40c3635 Mon Sep 17 00:00:00 2001
From: Colin Galvin <colin.galvin@bullhorn.com>
Date: Thu, 5 Dec 2024 19:21:22 -0500
Subject: [PATCH] BH-90450 add isDefault to CopilotPromptDataPoint

---
 src/index.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/index.ts b/src/index.ts
index 0d1495a..3504f9c 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -4725,6 +4725,7 @@ export interface CopilotPromptDataPoint {
     id?: number;
     copilotEntityType?: CopilotEntityType;
     field?: string;
+    isDefault: boolean;
 }
 export interface CopilotPromptLocation {
     id?: number;