@riocrypto/common 1.0.1652 → 1.0.1653
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/build/events/async-bank-payment-mismatch-event.d.ts +7 -0
- package/build/events/bank-payment-mismatch-event.d.ts +7 -0
- package/build/events/subjects.d.ts +2 -2
- package/build/events/subjects.js +2 -2
- package/build/index.d.ts +2 -2
- package/build/index.js +2 -2
- package/package.json +1 -1
- package/build/events/async-bank-payment-owner-approved-event.d.ts +0 -7
- package/build/events/bank-payment-owner-approved-event.d.ts +0 -7
- /package/build/events/{async-bank-payment-owner-approved-event.js → async-bank-payment-mismatch-event.js} +0 -0
- /package/build/events/{bank-payment-owner-approved-event.js → bank-payment-mismatch-event.js} +0 -0
|
@@ -12,8 +12,6 @@ export declare enum Subjects {
|
|
|
12
12
|
AsyncBankPaymentCreated = "asyncBankPayment:created",
|
|
13
13
|
AsyncBankPaymentProcessing = "asyncBankPayment:processing",
|
|
14
14
|
AsyncBankPaymentCompleted = "asyncBankPayment:completed",
|
|
15
|
-
AsyncBankPaymentOwnerApproved = "asyncBankPayment:ownerApproved",
|
|
16
|
-
BankPaymentOwnerApproved = "bankPayment:ownerApproved",
|
|
17
15
|
AsyncBinanceBankPaymentCompleted = "asyncBinanceBankPayment:completed",
|
|
18
16
|
AsyncBankPaymentFailed = "asyncBankPayment:failed",
|
|
19
17
|
AsyncBankPayoutCreated = "asyncBankPayout:created",
|
|
@@ -66,6 +64,8 @@ export declare enum Subjects {
|
|
|
66
64
|
BankPaymentCreated = "bankPayment:created",
|
|
67
65
|
BankPaymentProcessing = "bankPayment:processing",
|
|
68
66
|
BankPaymentCompleted = "bankPayment:completed",
|
|
67
|
+
BankPaymentMismatch = "bankPayment:mismatch",
|
|
68
|
+
AsyncBankPaymentMismatch = "asyncBankPayment:mismatch",
|
|
69
69
|
BankPaymentFailed = "bankPayment:failed",
|
|
70
70
|
FeesUpdated = "fees:updated",
|
|
71
71
|
ChainedQuoteReissued = "chainedQuote:reissued",
|
package/build/events/subjects.js
CHANGED
|
@@ -16,8 +16,6 @@ var Subjects;
|
|
|
16
16
|
Subjects["AsyncBankPaymentCreated"] = "asyncBankPayment:created";
|
|
17
17
|
Subjects["AsyncBankPaymentProcessing"] = "asyncBankPayment:processing";
|
|
18
18
|
Subjects["AsyncBankPaymentCompleted"] = "asyncBankPayment:completed";
|
|
19
|
-
Subjects["AsyncBankPaymentOwnerApproved"] = "asyncBankPayment:ownerApproved";
|
|
20
|
-
Subjects["BankPaymentOwnerApproved"] = "bankPayment:ownerApproved";
|
|
21
19
|
Subjects["AsyncBinanceBankPaymentCompleted"] = "asyncBinanceBankPayment:completed";
|
|
22
20
|
Subjects["AsyncBankPaymentFailed"] = "asyncBankPayment:failed";
|
|
23
21
|
Subjects["AsyncBankPayoutCreated"] = "asyncBankPayout:created";
|
|
@@ -70,6 +68,8 @@ var Subjects;
|
|
|
70
68
|
Subjects["BankPaymentCreated"] = "bankPayment:created";
|
|
71
69
|
Subjects["BankPaymentProcessing"] = "bankPayment:processing";
|
|
72
70
|
Subjects["BankPaymentCompleted"] = "bankPayment:completed";
|
|
71
|
+
Subjects["BankPaymentMismatch"] = "bankPayment:mismatch";
|
|
72
|
+
Subjects["AsyncBankPaymentMismatch"] = "asyncBankPayment:mismatch";
|
|
73
73
|
Subjects["BankPaymentFailed"] = "bankPayment:failed";
|
|
74
74
|
Subjects["FeesUpdated"] = "fees:updated";
|
|
75
75
|
Subjects["ChainedQuoteReissued"] = "chainedQuote:reissued";
|
package/build/index.d.ts
CHANGED
|
@@ -80,8 +80,8 @@ export * from "./events/async-crypto-payout-failed-event";
|
|
|
80
80
|
export * from "./events/async-bank-payment-created-event";
|
|
81
81
|
export * from "./events/async-bank-payment-failed-event";
|
|
82
82
|
export * from "./events/async-bank-payment-processing-event";
|
|
83
|
-
export * from "./events/async-bank-payment-
|
|
84
|
-
export * from "./events/bank-payment-
|
|
83
|
+
export * from "./events/async-bank-payment-mismatch-event";
|
|
84
|
+
export * from "./events/bank-payment-mismatch-event";
|
|
85
85
|
export * from "./events/async-bank-payout-created-event";
|
|
86
86
|
export * from "./events/async-bank-payout-failed-event";
|
|
87
87
|
export * from "./events/async-crypto-payout-failed-event";
|
package/build/index.js
CHANGED
|
@@ -96,8 +96,8 @@ __exportStar(require("./events/async-crypto-payout-failed-event"), exports);
|
|
|
96
96
|
__exportStar(require("./events/async-bank-payment-created-event"), exports);
|
|
97
97
|
__exportStar(require("./events/async-bank-payment-failed-event"), exports);
|
|
98
98
|
__exportStar(require("./events/async-bank-payment-processing-event"), exports);
|
|
99
|
-
__exportStar(require("./events/async-bank-payment-
|
|
100
|
-
__exportStar(require("./events/bank-payment-
|
|
99
|
+
__exportStar(require("./events/async-bank-payment-mismatch-event"), exports);
|
|
100
|
+
__exportStar(require("./events/bank-payment-mismatch-event"), exports);
|
|
101
101
|
__exportStar(require("./events/async-bank-payout-created-event"), exports);
|
|
102
102
|
__exportStar(require("./events/async-bank-payout-failed-event"), exports);
|
|
103
103
|
__exportStar(require("./events/async-crypto-payout-failed-event"), exports);
|
package/package.json
CHANGED
|
File without changes
|
/package/build/events/{bank-payment-owner-approved-event.js → bank-payment-mismatch-event.js}
RENAMED
|
File without changes
|