@silentswap/sdk 0.0.16 → 0.0.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.
@@ -111,10 +111,14 @@ export type OrderRequest = Omit<QuoteResponse, 'authorizations' | 'facilitators'
111
111
  * Optional metadata object
112
112
  */
113
113
  metadata?: {
114
- sourceAsset: {
114
+ sourceAsset?: {
115
115
  caip19: string;
116
116
  amount: IntStr;
117
117
  };
118
+ sourceSender?: {
119
+ caip2: string;
120
+ address: string;
121
+ };
118
122
  };
119
123
  };
120
124
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@silentswap/sdk",
3
3
  "type": "module",
4
- "version": "0.0.16",
4
+ "version": "0.0.17",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "files": [