@sylphx/sdk 0.15.1 → 0.15.3

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.
@@ -434,6 +434,12 @@ interface AppMetadata$1 {
434
434
  id: string;
435
435
  name: string;
436
436
  slug: string;
437
+ captcha?: {
438
+ enabled: true;
439
+ provider: 'turnstile' | 'hcaptcha';
440
+ siteKey: string;
441
+ action: 'register';
442
+ };
437
443
  }
438
444
  /** Fetched server-side via `getAppConfig()`, passed to `SylphxProvider`. */
439
445
  interface AppConfig {
@@ -1694,6 +1700,12 @@ interface AppMetadata {
1694
1700
  id: string;
1695
1701
  name: string;
1696
1702
  slug: string;
1703
+ captcha?: {
1704
+ enabled: true;
1705
+ provider: 'turnstile' | 'hcaptcha';
1706
+ siteKey: string;
1707
+ action: 'register';
1708
+ };
1697
1709
  }
1698
1710
  /**
1699
1711
  * Get app metadata (server-side)