@temple-wallet/extension-ads 19.0.0-beta.1 → 19.0.0-beta.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.
package/dist/index.d.ts CHANGED
@@ -135,7 +135,6 @@ interface YoutubeVideoPageAnalysisRequest extends YoutubePageAnalysisRequestBase
135
135
  }
136
136
  type YoutubePageAnalysisRequest = YoutubeSearchResultsPageAnalysisRequest | YoutubeVideoPageAnalysisRequest;
137
137
  interface YoutubePageAnalysisResponse {
138
- reasoning: string;
139
138
  isCryptoRelated: boolean;
140
139
  confidence: number;
141
140
  }