@tung-engineering/agent-platform-web-sdk 0.0.68 → 0.0.69

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/web-sdk.mjs CHANGED
@@ -4835,7 +4835,8 @@ const yn = fe({
4835
4835
  gitUrl: R(),
4836
4836
  gitSecretKey: R().optional(),
4837
4837
  sourceBranch: R().optional(),
4838
- targetBranch: R().optional()
4838
+ targetBranch: R().optional(),
4839
+ originalBranch: R().optional()
4839
4840
  })
4840
4841
  ]);
4841
4842
  var Te = /* @__PURE__ */ ((e) => (e.PENDING = "pending", e.ASSIGNED = "assigned", e.IN_PROGRESS = "in_progress", e.WAITING_FOR_INPUT = "waiting_for_input", e.WAITING_FOR_PLAN_APPROVAL = "waiting_for_plan_approval", e.PLAN_APPROVED = "plan_approved", e.PLAN_REJECTED = "plan_rejected", e.COMPLETED = "completed", e.FAILED = "failed", e.CANCELLED = "cancelled", e.RESULT_REJECTED = "result_rejected", e))(Te || {});