Skip to content

Commit 5edd39b

Browse files
committed
update X-Source type
1 parent e2729cf commit 5edd39b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orionprotocol/sdk",
3-
"version": "0.20.41",
3+
"version": "0.20.42",
44
"description": "Orion Protocol SDK",
55
"main": "./lib/index.cjs",
66
"module": "./lib/index.js",

src/services/Aggregator/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class Aggregator {
197197
isReversedOrder?: boolean,
198198
partnerId?: string,
199199
fromWidget?: boolean,
200-
source?: string,
200+
source?: 'TERMINAL' | 'SWAP_UI',
201201
rawExchangeRestrictions?: string | undefined,
202202
) => {
203203
const headers = {

0 commit comments

Comments
 (0)