@revturbine/sdk 0.2.63 → 0.2.64

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.
@@ -13040,7 +13040,15 @@ declare class RevTurbineCustomerSdk {
13040
13040
  * - CTA handlers from domain providers (`domain: 'cta'`), unless disabled
13041
13041
  */
13042
13042
  validateUiPathResolvers(options?: RevTurbineUiPathResolverValidationOptions): Promise<RevTurbineUiPathResolverValidationReport>;
13043
- private assertUiPathResolverCoverageOrThrow;
13043
+ /**
13044
+ * Init-time `uiPathResolvers` coverage check. A gap used to throw and take
13045
+ * the whole app down for what is, in effect, an unwired button; per plan 174
13046
+ * Q-2 (= plan 168 Q-2, decided 2026-08-10) it now warns and leaves the
13047
+ * affected CTAs on the no-op path — the click is tracked and falls back to
13048
+ * `onCtaClick`, nothing else happens. `validateUiPathResolvers({
13049
+ * throwOnMissing: true })` remains the strict opt-in.
13050
+ */
13051
+ private warnOnUiPathResolverCoverageGaps;
13044
13052
  dismiss(outputId: string): Promise<void>;
13045
13053
  snooze(outputId: string, seconds?: number): Promise<void>;
13046
13054
  convert(outputId: string): Promise<void>;