@temboplus/afloat 0.1.77-beta.15 → 0.1.77-beta.17
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.
|
@@ -27,7 +27,9 @@ export declare enum PayoutStatus {
|
|
|
27
27
|
/** Payout has been rejected */
|
|
28
28
|
REJECTED = "REJECTED",
|
|
29
29
|
/** Payout has been reversed */
|
|
30
|
-
REVERSED = "REVERSED"
|
|
30
|
+
REVERSED = "REVERSED",
|
|
31
|
+
/** Payout has been queued for processing */
|
|
32
|
+
QUEUED = "QUEUED"
|
|
31
33
|
}
|
|
32
34
|
/**
|
|
33
35
|
* Represents the approval status for payouts that require authorization.
|