@swarmvaultai/engine 0.6.4 → 0.6.6

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
@@ -359,6 +359,7 @@ interface ManagedSourceRecord {
359
359
  lastSyncStatus?: "success" | "error";
360
360
  lastSyncCounts?: ManagedSourceSyncCounts;
361
361
  lastError?: string;
362
+ changed?: boolean;
362
363
  }
363
364
  interface ManagedSourcesArtifact {
364
365
  version: 1;