@unifold/core 0.1.83 → 0.1.84
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2576,6 +2576,7 @@ type BankTransferPaymentRail = 'sepa' | 'wire' | 'ach_push' | 'ach_pull' | 'rtp'
|
|
|
2576
2576
|
/** Percentage + flat in the account currency. Not a quote. */
|
|
2577
2577
|
interface BankTransferPaymentRailFee {
|
|
2578
2578
|
rate_bps: number;
|
|
2579
|
+
/** Everything charged off the deposit that does not scale with its size. */
|
|
2579
2580
|
flat: string;
|
|
2580
2581
|
currency: string;
|
|
2581
2582
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -2576,6 +2576,7 @@ type BankTransferPaymentRail = 'sepa' | 'wire' | 'ach_push' | 'ach_pull' | 'rtp'
|
|
|
2576
2576
|
/** Percentage + flat in the account currency. Not a quote. */
|
|
2577
2577
|
interface BankTransferPaymentRailFee {
|
|
2578
2578
|
rate_bps: number;
|
|
2579
|
+
/** Everything charged off the deposit that does not scale with its size. */
|
|
2579
2580
|
flat: string;
|
|
2580
2581
|
currency: string;
|
|
2581
2582
|
}
|
package/dist/index.js
CHANGED
|
@@ -218,7 +218,7 @@ function generatePrefixedKSUID(prefix) {
|
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
// src/lib/client-headers.ts
|
|
221
|
-
var SDK_VERSION = true ? "0.1.
|
|
221
|
+
var SDK_VERSION = true ? "0.1.84" : "0.0.0-dev";
|
|
222
222
|
var CLIENT_VERSION_HEADER = "x-unifold-client-version";
|
|
223
223
|
var CLIENT_USER_AGENT_HEADER = "x-unifold-client-user-agent";
|
|
224
224
|
function detectRuntime() {
|
package/dist/index.mjs
CHANGED
|
@@ -41,7 +41,7 @@ function generatePrefixedKSUID(prefix) {
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
// src/lib/client-headers.ts
|
|
44
|
-
var SDK_VERSION = true ? "0.1.
|
|
44
|
+
var SDK_VERSION = true ? "0.1.84" : "0.0.0-dev";
|
|
45
45
|
var CLIENT_VERSION_HEADER = "x-unifold-client-version";
|
|
46
46
|
var CLIENT_USER_AGENT_HEADER = "x-unifold-client-user-agent";
|
|
47
47
|
function detectRuntime() {
|