@vrplatform/api 1.3.1-stage.6393 → 1.3.1-stage.6396

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.6393",
6
+ "version": "1.3.1-stage.6396",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -6413,7 +6413,7 @@ export interface paths {
6413
6413
  put?: never;
6414
6414
  post?: never;
6415
6415
  /**
6416
- * @description Unlink a never-submitted or terminal Ramp payment attempt from a transaction. This requires transactions:mark-paid and ach-payments:execute. Submitted requested, processing, and paid payments cannot be unlinked.
6416
+ * @description Unlink a never-submitted or terminal Ramp payment attempt from a transaction. This requires transactions:mark-paid and ach-payments:execute. Submitted requested, processing, and paid payments cannot be unlinked. Confirm any post-initiation cancellation debit or refund before removing the link and requesting another payment.
6417
6417
  *
6418
6418
  * Required scope: transactions:mark-paid, ach-payments:execute
6419
6419
  */
@@ -6433,7 +6433,7 @@ export interface paths {
6433
6433
  get?: never;
6434
6434
  put?: never;
6435
6435
  /**
6436
- * @description Request cancellation of an uninitiated Ramp payment. Ramp archives the bill and remains authoritative about whether cancellation is still possible. This does not unlink the payment or change payout accounting.
6436
+ * @description Request cancellation of a requested or processing Ramp payment. Ramp archives the bill and remains authoritative about whether cancellation is still possible. This does not unlink the payment or change payout accounting. An initiated payment cannot be retried until its funds are confirmed and its link is deliberately removed.
6437
6437
  *
6438
6438
  * Required scope: transactions:mark-paid, ach-payments:execute
6439
6439
  */