@final-commerce/command-frame 0.5.0-preprod.2 → 0.5.0-preprod.3

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.
@@ -7,4 +7,10 @@ export interface InitiateRefundResponse {
7
7
  orderId: string;
8
8
  timestamp: string;
9
9
  }
10
+ /**
11
+ * @deprecated The host-side refund popup is disabled — no UI opens. Stages the
12
+ * active order (and arms barcode refund-scan routing when no `orderId` is
13
+ * given). Build refund UI in the flow: `getRefundPlan`,
14
+ * `getRemainingRefundableQuantities`, `processPartialRefund`, `redeemRefund`.
15
+ */
10
16
  export type InitiateRefund = (params?: InitiateRefundParams) => Promise<InitiateRefundResponse>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@final-commerce/command-frame",
3
- "version": "0.5.0-preprod.2",
3
+ "version": "0.5.0-preprod.3",
4
4
  "description": "Commands Frame library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",