@better-giving/donation 5.0.2 → 5.0.4

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.
@@ -100,8 +100,8 @@ export interface IDonationOnHoldAttr {
100
100
  /** may be empty */
101
101
  inHonorOf?: string;
102
102
  tributeNotif?: ITributeNotif;
103
- /** e.g. crypto:tron, stripe:card */
104
- via?: string;
103
+ /** @ignore - for migration purposes */
104
+ migration?: string;
105
105
  }
106
106
  export interface IDonationOnholdUpdate extends Partial<Omit<IDonationOnHoldAttr, "transactionId">> {
107
107
  }
@@ -273,6 +273,10 @@ export interface IDonationFinalAttr {
273
273
  referrer_commission?: IReferrerCommission;
274
274
  referrer?: string;
275
275
  taxReceiptId?: string;
276
+ /** e.g. crypto:tron, stripe:card */
277
+ via?: string;
278
+ /** @ignore - for migration purposes */
279
+ migration?: string;
276
280
  }
277
281
  export interface IDonationFinalUpdate extends Partial<Omit<IDonationFinalAttr, "transactionId">> {
278
282
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-giving/donation",
3
- "version": "5.0.2",
3
+ "version": "5.0.4",
4
4
  "devDependencies": {
5
5
  "@better-giving/config": "1.1.2"
6
6
  },
@@ -120,8 +120,8 @@ export interface IDonationOnHoldAttr {
120
120
  /** may be empty */
121
121
  inHonorOf?: string;
122
122
  tributeNotif?: ITributeNotif;
123
- /** e.g. crypto:tron, stripe:card */
124
- via?: string;
123
+ /** @ignore - for migration purposes */
124
+ migration?: string;
125
125
  }
126
126
 
127
127
  export interface IDonationOnholdUpdate
@@ -312,6 +312,10 @@ export interface IDonationFinalAttr {
312
312
 
313
313
  /// OTHERS ///
314
314
  taxReceiptId?: string;
315
+ /** e.g. crypto:tron, stripe:card */
316
+ via?: string;
317
+ /** @ignore - for migration purposes */
318
+ migration?: string;
315
319
  }
316
320
 
317
321
  export interface IDonationFinalUpdate