@alien_org/contract 1.1.0-alpha → 1.1.1-alpha

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.cts CHANGED
@@ -443,8 +443,8 @@ interface Methods {
443
443
  * Your backend receives a webhook when user pays - fulfill the order
444
444
  * immediately without waiting for chain confirmation.
445
445
  *
446
- * Optional display fields (`title`, `caption`, `iconUrl`, `quantity`)
447
- * are shown on the payment approval screen.
446
+ * Optional `item` object (`title`, `iconUrl`, `quantity`)
447
+ * is shown on the payment approval screen.
448
448
  *
449
449
  * Set `test` to a scenario string (e.g. `'paid'`, `'error:insufficient_balance'`)
450
450
  * for test mode - no real payment is made, but the specified scenario is
package/dist/index.d.mts CHANGED
@@ -443,8 +443,8 @@ interface Methods {
443
443
  * Your backend receives a webhook when user pays - fulfill the order
444
444
  * immediately without waiting for chain confirmation.
445
445
  *
446
- * Optional display fields (`title`, `caption`, `iconUrl`, `quantity`)
447
- * are shown on the payment approval screen.
446
+ * Optional `item` object (`title`, `iconUrl`, `quantity`)
447
+ * is shown on the payment approval screen.
448
448
  *
449
449
  * Set `test` to a scenario string (e.g. `'paid'`, `'error:insufficient_balance'`)
450
450
  * for test mode - no real payment is made, but the specified scenario is
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alien_org/contract",
3
- "version": "1.1.0-alpha",
3
+ "version": "1.1.1-alpha",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",