@silentswap/sdk 0.0.16 → 0.0.18

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,13 @@ 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
+ contactId: string;
120
+ };
118
121
  };
119
122
  };
120
123
  /**
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.18",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "files": [