@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 +0 -1
- package/dist/index.js +20 -20
- package/package.json +1 -1
- package/src/ads-actions/crypto-keywords.json +1 -464
- package/src/ads-actions/helpers.ts +3 -1
- package/src/ads-actions/process-youtube-watch-ads.ts +28 -27
- package/src/ads-configuration.ts +2 -2
- package/src/types/temple-ads-api.ts +0 -1
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
|
}
|