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