@legit-sdk/core 0.1.9 → 0.1.10

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
@@ -734,6 +734,7 @@ type Operation = {
734
734
  oid: string;
735
735
  parentOids: string[];
736
736
  message: string;
737
+ originBranchOid?: string;
737
738
  };
738
739
  declare const gitBranchOperationsVirtualFile: VirtualFileDefinition;
739
740