pixelagent 0.1.5 → 0.1.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.
@@ -13,5 +13,10 @@ export interface SubmitApplyOptions {
13
13
  onApply?: (payload: ApplyPayload) => Promise<ApplyVisualDiffResult | null>;
14
14
  }
15
15
  export declare function submitApply(payload: ApplyPayload, options?: SubmitApplyOptions): Promise<ApplyTransportResult>;
16
+ /**
17
+ * Two outcomes only: applied or failed. Anything that didn't actually write
18
+ * source (errors, clipboard fallback, partial-success without lines changed)
19
+ * collapses to "Apply failed". Detail goes to the console for debugging.
20
+ */
16
21
  export declare function formatApplyFeedback(transport: ApplyTransportResult): string;
17
22
  //# sourceMappingURL=submitApply.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"submitApply.d.ts","sourceRoot":"","sources":["../../src/edit/submitApply.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAG9E,MAAM,MAAM,oBAAoB,GAC5B;IAAE,IAAI,EAAE,KAAK,CAAC;IAAC,MAAM,EAAE,qBAAqB,CAAA;CAAE,GAC9C;IAAE,IAAI,EAAE,WAAW,CAAA;CAAE,GACrB;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAEvC,MAAM,WAAW,kBAAkB;IACjC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,OAAO,CAAC,qBAAqB,GAAG,IAAI,CAAC,CAAC;CAC5E;AAED,wBAAsB,WAAW,CAC/B,OAAO,EAAE,YAAY,EACrB,OAAO,GAAE,kBAAuB,GAC/B,OAAO,CAAC,oBAAoB,CAAC,CAgC/B;AAED,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,oBAAoB,GAAG,MAAM,CAkB3E"}
1
+ {"version":3,"file":"submitApply.d.ts","sourceRoot":"","sources":["../../src/edit/submitApply.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAG9E,MAAM,MAAM,oBAAoB,GAC5B;IAAE,IAAI,EAAE,KAAK,CAAC;IAAC,MAAM,EAAE,qBAAqB,CAAA;CAAE,GAC9C;IAAE,IAAI,EAAE,WAAW,CAAA;CAAE,GACrB;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAEvC,MAAM,WAAW,kBAAkB;IACjC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,OAAO,CAAC,qBAAqB,GAAG,IAAI,CAAC,CAAC;CAC5E;AAED,wBAAsB,WAAW,CAC/B,OAAO,EAAE,YAAY,EACrB,OAAO,GAAE,kBAAuB,GAC/B,OAAO,CAAC,oBAAoB,CAAC,CAgC/B;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,oBAAoB,GAAG,MAAM,CAoB3E"}