resurgence-data 1.1.32 → 1.1.33

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.
@@ -250,5 +250,6 @@ export interface FlutterwaveOTPPayload {
250
250
  }
251
251
  export interface TransactionCachePayload {
252
252
  flwRef: string;
253
+ flwId: number;
253
254
  transactionReference: string;
254
255
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resurgence-data",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "description": "DTOs and shareable resources",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.js",
@@ -265,5 +265,6 @@ export interface FlutterwaveOTPPayload {
265
265
  }
266
266
  export interface TransactionCachePayload {
267
267
  flwRef: string;
268
+ flwId: number;
268
269
  transactionReference: string;
269
270
  }