@notabene/javascript-sdk
Advanced tools
Comparing version 2.0.0-next.12 to 2.0.0-next.13
@@ -1027,2 +1027,3 @@ /** | ||
fields?: FieldTypes; | ||
vasps?: VASPOptions; | ||
} | ||
@@ -1124,2 +1125,7 @@ | ||
declare type VASPOptions = { | ||
addUnknown?: boolean; | ||
onlyActive?: boolean; | ||
}; | ||
/** | ||
@@ -1126,0 +1132,0 @@ * A wallet agent acting on behalf of the counterparty |
@@ -12,3 +12,3 @@ { | ||
"license": "MIT", | ||
"version": "2.0.0-next.12", | ||
"version": "2.0.0-next.13", | ||
"source": "src/notabene.ts", | ||
@@ -15,0 +15,0 @@ "main": "dist/notabene.js", |
@@ -437,2 +437,7 @@ import { | ||
}; | ||
export type VASPOptions = { | ||
addUnknown?: boolean; | ||
onlyActive?: boolean; | ||
}; | ||
/** | ||
@@ -454,2 +459,3 @@ * Configuration options for Transaction components | ||
fields?: FieldTypes; | ||
vasps?: VASPOptions; | ||
} | ||
@@ -456,0 +462,0 @@ |
117233
3286