@plaidev/karte-action-sdk 1.1.201-28182986.574da6d5 → 1.1.202-28184304.e377c6fd

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.
@@ -791,7 +791,7 @@ declare const OnClickOperationOptions: readonly [
791
791
  {
792
792
  readonly name: "url";
793
793
  readonly type: "Url";
794
- readonly default: "";
794
+ readonly default: "https://example.com";
795
795
  },
796
796
  {
797
797
  readonly name: "open_new_tab";
@@ -342,7 +342,7 @@ const OnClickOperationOptions = [
342
342
  {
343
343
  name: 'url',
344
344
  type: 'Url',
345
- default: '',
345
+ default: 'https://example.com',
346
346
  },
347
347
  {
348
348
  name: 'open_new_tab',
@@ -791,7 +791,7 @@ declare const OnClickOperationOptions: readonly [
791
791
  {
792
792
  readonly name: "url";
793
793
  readonly type: "Url";
794
- readonly default: "";
794
+ readonly default: "https://example.com";
795
795
  },
796
796
  {
797
797
  readonly name: "open_new_tab";
package/dist/index.es.js CHANGED
@@ -346,7 +346,7 @@ const OnClickOperationOptions = [
346
346
  {
347
347
  name: 'url',
348
348
  type: 'Url',
349
- default: '',
349
+ default: 'https://example.com',
350
350
  },
351
351
  {
352
352
  name: 'open_new_tab',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.201-28182986.574da6d5",
3
+ "version": "1.1.202-28184304.e377c6fd",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",