@collctiv/l2s-models 1.0.85 → 1.0.86

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.
@@ -56,7 +56,7 @@ export declare class PaymentReceivedEvent implements IEvent {
56
56
  amount: number;
57
57
  fee: number;
58
58
  tip: number;
59
- transaction_id: string;
59
+ transaction_no: string;
60
60
  billing_name: string;
61
61
  billing_email: string;
62
62
  hide_name: boolean;
@@ -111,7 +111,7 @@ let PaymentReceivedEvent = class PaymentReceivedEvent {
111
111
  amount;
112
112
  fee;
113
113
  tip;
114
- transaction_id;
114
+ transaction_no;
115
115
  billing_name;
116
116
  billing_email;
117
117
  hide_name;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@collctiv/l2s-models",
3
- "version": "1.0.85",
3
+ "version": "1.0.86",
4
4
  "description": "L2S models, interfaces, types and enums",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",