vidpipe 1.3.13 → 1.3.14

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.
package/dist/index.d.ts CHANGED
@@ -671,6 +671,7 @@ interface GlobalDefaults {
671
671
  ideasRepo?: string;
672
672
  lateProfileId?: string;
673
673
  geminiModel?: string;
674
+ scheduleConfig?: string;
674
675
  }
675
676
  interface GlobalConfig {
676
677
  credentials: GlobalCredentials;