@plaidev/karte-action-sdk 1.1.191 → 1.1.192-28160997.274ad860
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.
- 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
package/dist/index.es.d.ts
CHANGED
@@ -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
|
},
|