@@ -2118,7 +2118,6 @@ Methods:
2118
2118
2119
2119
Types:
2120
2120
2121
- - <code><a href="./src/resources/workers/scripts/deployments.ts">Deployment</a></code>
2122
2121
- <code><a href="./src/resources/workers/scripts/deployments.ts">DeploymentCreateResponse</a></code>
2123
2122
- <code><a href="./src/resources/workers/scripts/deployments.ts">DeploymentGetResponse</a></code>
2124
2123
@@ -2952,24 +2951,57 @@ Methods:
2952
2951
Types:
2953
2952
2954
2953
- <code><a href="./src/resources/brand-protection/brand-protection.ts">Info</a></code>
2955
- - <code><a href="./src/resources/brand-protection/brand-protection.ts">RuleMatch</a></code>
2956
- - <code><a href="./src/resources/brand-protection/brand-protection.ts">ScanStatus</a></code>
2957
2954
- <code><a href="./src/resources/brand-protection/brand-protection.ts">Submit</a></code>
2958
- - <code><a href="./src/resources/brand-protection/brand-protection.ts">URLInfoModelResults</a></code>
2955
+ - <code><a href="./src/resources/brand-protection/brand-protection.ts">BrandProtectionSubmitResponse</a></code>
2956
+ - <code><a href="./src/resources/brand-protection/brand-protection.ts">BrandProtectionURLInfoResponse</a></code>
2959
2957
2960
2958
Methods:
2961
2959
2962
- - <code title="post /accounts/{account_id}/brand-protection/submit">client.brandProtection.<a href="./src/resources/brand-protection/brand-protection.ts">submit</a>({ ...params }) -> Submit </code>
2963
- - <code title="get /accounts/{account_id}/brand-protection/url-info">client.brandProtection.<a href="./src/resources/brand-protection/brand-protection.ts">urlInfo</a>({ ...params }) -> Info </code>
2960
+ - <code title="post /accounts/{account_id}/brand-protection/submit">client.brandProtection.<a href="./src/resources/brand-protection/brand-protection.ts">submit</a>({ ...params }) -> BrandProtectionSubmitResponse </code>
2961
+ - <code title="get /accounts/{account_id}/brand-protection/url-info">client.brandProtection.<a href="./src/resources/brand-protection/brand-protection.ts">urlInfo</a>({ ...params }) -> BrandProtectionURLInfoResponse </code>
2964
2962
2965
2963
## Queries
2966
2964
2965
+ Methods:
2966
+
2967
+ - <code title="post /accounts/{account_id}/brand-protection/queries">client.brandProtection.queries.<a href="./src/resources/brand-protection/queries.ts">create</a>({ ...params }) -> void</code>
2968
+ - <code title="delete /accounts/{account_id}/brand-protection/queries">client.brandProtection.queries.<a href="./src/resources/brand-protection/queries.ts">delete</a>({ ...params }) -> void</code>
2969
+
2967
2970
## Matches
2968
2971
2972
+ Types:
2973
+
2974
+ - <code><a href="./src/resources/brand-protection/matches.ts">MatchDownloadResponse</a></code>
2975
+ - <code><a href="./src/resources/brand-protection/matches.ts">MatchGetResponse</a></code>
2976
+
2977
+ Methods:
2978
+
2979
+ - <code title="get /accounts/{account_id}/brand-protection/matches/download">client.brandProtection.matches.<a href="./src/resources/brand-protection/matches.ts">download</a>({ ...params }) -> MatchDownloadResponse</code>
2980
+ - <code title="get /accounts/{account_id}/brand-protection/matches">client.brandProtection.matches.<a href="./src/resources/brand-protection/matches.ts">get</a>({ ...params }) -> MatchGetResponse</code>
2981
+
2969
2982
## Logos
2970
2983
2984
+ Types:
2985
+
2986
+ - <code><a href="./src/resources/brand-protection/logos.ts">LogoCreateResponse</a></code>
2987
+
2988
+ Methods:
2989
+
2990
+ - <code title="post /accounts/{account_id}/brand-protection/logos">client.brandProtection.logos.<a href="./src/resources/brand-protection/logos.ts">create</a>({ ...params }) -> LogoCreateResponse</code>
2991
+ - <code title="delete /accounts/{account_id}/brand-protection/logos/{logo_id}">client.brandProtection.logos.<a href="./src/resources/brand-protection/logos.ts">delete</a>(logoId, { ...params }) -> void</code>
2992
+
2971
2993
## LogoMatches
2972
2994
2995
+ Types:
2996
+
2997
+ - <code><a href="./src/resources/brand-protection/logo-matches.ts">LogoMatchDownloadResponse</a></code>
2998
+ - <code><a href="./src/resources/brand-protection/logo-matches.ts">LogoMatchGetResponse</a></code>
2999
+
3000
+ Methods:
3001
+
3002
+ - <code title="get /accounts/{account_id}/brand-protection/logo-matches/download">client.brandProtection.logoMatches.<a href="./src/resources/brand-protection/logo-matches.ts">download</a>({ ...params }) -> LogoMatchDownloadResponse</code>
3003
+ - <code title="get /accounts/{account_id}/brand-protection/logo-matches">client.brandProtection.logoMatches.<a href="./src/resources/brand-protection/logo-matches.ts">get</a>({ ...params }) -> LogoMatchGetResponse</code>
3004
+
2973
3005
# Diagnostics
2974
3006
2975
3007
## Traceroutes
0 commit comments