@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.cjs
CHANGED
|
@@ -389,6 +389,19 @@ var WITHDRAWAL_RECORDS_QUERY = gql`
|
|
|
389
389
|
dateTimeCreated
|
|
390
390
|
dateTimeLastUpdated
|
|
391
391
|
}
|
|
392
|
+
... on CabinetWithdrawalRecord {
|
|
393
|
+
id
|
|
394
|
+
type
|
|
395
|
+
fee
|
|
396
|
+
netAmount
|
|
397
|
+
reference
|
|
398
|
+
amount
|
|
399
|
+
status
|
|
400
|
+
error
|
|
401
|
+
serialCode
|
|
402
|
+
dateTimeCreated
|
|
403
|
+
dateTimeLastUpdated
|
|
404
|
+
}
|
|
392
405
|
}
|
|
393
406
|
}
|
|
394
407
|
totalCount
|