@opexa/portal-sdk 0.52.0 → 0.52.1
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 +13 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -384,6 +384,19 @@ var WITHDRAWAL_RECORDS_QUERY = gql`
|
|
|
384
384
|
dateTimeCreated
|
|
385
385
|
dateTimeLastUpdated
|
|
386
386
|
}
|
|
387
|
+
... on CabinetWithdrawalRecord {
|
|
388
|
+
id
|
|
389
|
+
type
|
|
390
|
+
fee
|
|
391
|
+
netAmount
|
|
392
|
+
reference
|
|
393
|
+
amount
|
|
394
|
+
status
|
|
395
|
+
error
|
|
396
|
+
serialCode
|
|
397
|
+
dateTimeCreated
|
|
398
|
+
dateTimeLastUpdated
|
|
399
|
+
}
|
|
387
400
|
}
|
|
388
401
|
}
|
|
389
402
|
totalCount
|