@opexa/portal-sdk 0.48.3 → 0.48.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.
- package/dist/index.cjs +15 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +15 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -363,6 +363,21 @@ var WITHDRAWAL_RECORDS_QUERY = gql`
|
|
|
363
363
|
dateTimeCreated
|
|
364
364
|
dateTimeLastUpdated
|
|
365
365
|
}
|
|
366
|
+
... on GCashStandardCashInWithdrawalRecord {
|
|
367
|
+
id
|
|
368
|
+
type
|
|
369
|
+
bank
|
|
370
|
+
fee
|
|
371
|
+
netAmount
|
|
372
|
+
reference
|
|
373
|
+
amount
|
|
374
|
+
status
|
|
375
|
+
error
|
|
376
|
+
withdrawalNumber
|
|
377
|
+
serialCode
|
|
378
|
+
dateTimeCreated
|
|
379
|
+
dateTimeLastUpdated
|
|
380
|
+
}
|
|
366
381
|
}
|
|
367
382
|
}
|
|
368
383
|
totalCount
|