@budibase/shared-core 3.39.28 → 3.39.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,7 +102,8 @@ export declare enum BuilderSocketEvent {
102
102
  AutomationChange = "AutomationChange",
103
103
  AutomationTestProgress = "AutomationTestProgress",
104
104
  RoleChange = "RoleChange",
105
- WorkspaceAppChange = "WorkspaceAppChange"
105
+ WorkspaceAppChange = "WorkspaceAppChange",
106
+ AgentRequestChange = "AgentRequestChange"
106
107
  }
107
108
  export declare const SocketSessionTTL = 60;
108
109
  export declare const ValidQueryNameRegex: RegExp;