@opexa/portal-sdk 0.54.9 → 0.54.10
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.cjs +15 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.js +15 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -408,6 +408,21 @@ var WITHDRAWAL_RECORDS_QUERY = gql`
|
|
|
408
408
|
dateTimeCreated
|
|
409
409
|
dateTimeLastUpdated
|
|
410
410
|
}
|
|
411
|
+
... on MayaWithdrawalRecord {
|
|
412
|
+
id
|
|
413
|
+
type
|
|
414
|
+
fee
|
|
415
|
+
netAmount
|
|
416
|
+
reference
|
|
417
|
+
amount
|
|
418
|
+
status
|
|
419
|
+
error
|
|
420
|
+
withdrawalNumber
|
|
421
|
+
serialCode
|
|
422
|
+
recipientMobileNumber
|
|
423
|
+
dateTimeCreated
|
|
424
|
+
dateTimeLastUpdated
|
|
425
|
+
}
|
|
411
426
|
}
|
|
412
427
|
}
|
|
413
428
|
totalCount
|