update X-Source type

This commit is contained in:
Kirill Litvinov
2024-01-10 21:45:02 +03:00
parent e2729cf5a1
commit 5edd39b63f
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.39",
"version": "0.20.42",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@orionprotocol/sdk",
"version": "0.20.39",
"version": "0.20.42",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.41",
"version": "0.20.42",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -197,7 +197,7 @@ class Aggregator {
isReversedOrder?: boolean,
partnerId?: string,
fromWidget?: boolean,
source?: string,
source?: 'TERMINAL' | 'SWAP_UI',
rawExchangeRestrictions?: string | undefined,
) => {
const headers = {