@better-giving/donation 1.1.10 → 1.1.11

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.
@@ -77,6 +77,8 @@ export declare namespace Donation {
77
77
  interface ReferrerCommission {
78
78
  from_tip: number;
79
79
  from_fee: number;
80
+ /** exist when paid */
81
+ transfer_id?: number;
80
82
  }
81
83
  type V2NonKeyAttributes = {
82
84
  /** program which the donation is attributed: may be empty `""` */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-giving/donation",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "devDependencies": {
5
5
  "@better-giving/config": "1.1.2"
6
6
  },
package/src/donation.mts CHANGED
@@ -117,6 +117,8 @@ export declare namespace Donation {
117
117
  interface ReferrerCommission {
118
118
  from_tip: number;
119
119
  from_fee: number;
120
+ /** exist when paid */
121
+ transfer_id?: number;
120
122
  }
121
123
 
122
124
  type V2NonKeyAttributes = {