@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.
@@ -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
  },