@the-open-engine/zeroshot 6.47.0 → 7.0.0

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.
@@ -733,6 +733,7 @@ export type RunLogEventNotification =
733
733
  readonly "record": LogRecord;
734
734
  readonly "runId": string;
735
735
  readonly "subscriptionId": string;
736
+ readonly "timestamp": number;
736
737
  };
737
738
  export type RunLogsParams =
738
739
  { readonly "execution"?: string