@plaidev/karte-action-sdk 1.1.191 → 1.1.192-28160997.274ad860
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +5 -0
- package/dist/hydrate/index.es.js +128 -118
- package/dist/index.es.d.ts +5 -0
- package/dist/index.es.js +131 -123
- package/package.json +2 -2
@@ -787,6 +787,11 @@ declare const OnClickOperationOptions: readonly [
|
|
787
787
|
readonly name: "open_new_tab";
|
788
788
|
readonly type: "BooleanKeyword";
|
789
789
|
readonly default: true;
|
790
|
+
},
|
791
|
+
{
|
792
|
+
readonly name: "decode";
|
793
|
+
readonly type: "BooleanKeyword";
|
794
|
+
readonly default: false;
|
790
795
|
}
|
791
796
|
];
|
792
797
|
},
|