@notabene/javascript-sdk 2.14.1-next.1 → 2.14.1-next.2

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.
@@ -10,7 +10,7 @@
10
10
  "author": "Notabene <developers@notabene.id>",
11
11
  "license": "MIT",
12
12
  "packageManager": "yarn@4.5.1",
13
- "version": "2.14.1-next.1",
13
+ "version": "2.14.1-next.2",
14
14
  "source": "src/notabene.ts",
15
15
  "main": "dist/cjs/notabene.cjs",
16
16
  "module": "dist/esm/notabene.js",
@@ -1699,6 +1699,7 @@ declare interface ResponseToIVMS101RequestConfig extends BaseRequestConfig {
1699
1699
 
1700
1700
  declare interface ResponseToTxCreateRequestConfig extends BaseRequestConfig {
1701
1701
  referenceId?: string;
1702
+ settlementAddress?: string;
1702
1703
  }
1703
1704
 
1704
1705
  export declare type ResponseToTxRequestConfig = ResponseToTxCreateRequestConfig & ResponseToIVMS101RequestConfig;