@opexa/portal-sdk 0.0.15 → 0.0.16
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/sdk/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/sdk/types.d.ts
CHANGED
|
@@ -630,6 +630,7 @@ export type CreateDepositError = Internal.CreateDepositError;
|
|
|
630
630
|
export type CreateDepositReturn = OperationResult<CreateDepositError, {
|
|
631
631
|
id: string;
|
|
632
632
|
}>;
|
|
633
|
+
export type WithdrawalRecordType = Internal.WithdrawalRecordType;
|
|
633
634
|
export type WithdrawalRecordStatus = Internal.WithdrawalRecordStatus;
|
|
634
635
|
interface WithdrawalRecordCommonProps {
|
|
635
636
|
id: string;
|