Skip to content

Commit 210aa14

Browse files
feat(api): api update
1 parent db5b772 commit 210aa14

8 files changed

Lines changed: 32 additions & 33 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 14
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-53bd1b5a6d4207268e23f4d22e28317d660c8c27a2be37c5cc9db2702cf04b6c.yml
3-
openapi_spec_hash: 71974f160905d65b2dc8ad871c994c98
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-eb5286aea707c617b23a4a5f5a7720af2bbb3f76b4b7354faa466489073b9bb1.yml
3+
openapi_spec_hash: fbb7a3c05db6c108b979807731752dd6
44
config_hash: 7f48d078645cb8331328bcd6f6ab3281

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2025 Brand Dev
189+
Copyright 2026 Brand Dev
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

brand-dev-java-core/src/main/kotlin/com/branddev/api/models/brand/BrandAiQueryParams.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import java.util.Optional
2424
import kotlin.jvm.optionals.getOrNull
2525

2626
/**
27-
* Beta feature: Use AI to extract specific data points from a brand's website. The AI will crawl
28-
* the website and extract the requested information based on the provided data points.
27+
* Use AI to extract specific data points from a brand's website. The AI will crawl the website and
28+
* extract the requested information based on the provided data points.
2929
*/
3030
class BrandAiQueryParams
3131
private constructor(

brand-dev-java-core/src/main/kotlin/com/branddev/api/models/brand/BrandFontsParams.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import java.util.Optional
1111
import kotlin.jvm.optionals.getOrNull
1212

1313
/**
14-
* Beta feature: Extract font information from a brand's website including font families, usage
15-
* statistics, fallbacks, and element/word counts.
14+
* Extract font information from a brand's website including font families, usage statistics,
15+
* fallbacks, and element/word counts.
1616
*/
1717
class BrandFontsParams
1818
private constructor(

brand-dev-java-core/src/main/kotlin/com/branddev/api/models/brand/BrandScreenshotParams.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ import java.util.Optional
1515
import kotlin.jvm.optionals.getOrNull
1616

1717
/**
18-
* Beta feature: Capture a screenshot of a website. Supports both viewport (standard browser view)
19-
* and full-page screenshots. Can also screenshot specific page types (login, pricing, etc.) by
20-
* using heuristics to find the appropriate URL. Returns a URL to the uploaded screenshot image
21-
* hosted on our CDN.
18+
* Capture a screenshot of a website. Supports both viewport (standard browser view) and full-page
19+
* screenshots. Can also screenshot specific page types (login, pricing, etc.) by using heuristics
20+
* to find the appropriate URL. Returns a URL to the uploaded screenshot image hosted on our CDN.
2221
*/
2322
class BrandScreenshotParams
2423
private constructor(

brand-dev-java-core/src/main/kotlin/com/branddev/api/models/brand/BrandStyleguideParams.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import java.util.Optional
1515
import kotlin.jvm.optionals.getOrNull
1616

1717
/**
18-
* Beta feature: Automatically extract comprehensive design system information from a brand's
19-
* website including colors, typography, spacing, shadows, and UI components.
18+
* Automatically extract comprehensive design system information from a brand's website including
19+
* colors, typography, spacing, shadows, and UI components.
2020
*/
2121
class BrandStyleguideParams
2222
private constructor(

brand-dev-java-core/src/main/kotlin/com/branddev/api/services/async/BrandServiceAsync.kt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ interface BrandServiceAsync {
6969
retrieve(BrandRetrieveParams.none(), requestOptions)
7070

7171
/**
72-
* Beta feature: Use AI to extract specific data points from a brand's website. The AI will
73-
* crawl the website and extract the requested information based on the provided data points.
72+
* Use AI to extract specific data points from a brand's website. The AI will crawl the website
73+
* and extract the requested information based on the provided data points.
7474
*/
7575
fun aiQuery(params: BrandAiQueryParams): CompletableFuture<BrandAiQueryResponse> =
7676
aiQuery(params, RequestOptions.none())
@@ -82,8 +82,8 @@ interface BrandServiceAsync {
8282
): CompletableFuture<BrandAiQueryResponse>
8383

8484
/**
85-
* Beta feature: Extract font information from a brand's website including font families, usage
86-
* statistics, fallbacks, and element/word counts.
85+
* Extract font information from a brand's website including font families, usage statistics,
86+
* fallbacks, and element/word counts.
8787
*/
8888
fun fonts(params: BrandFontsParams): CompletableFuture<BrandFontsResponse> =
8989
fonts(params, RequestOptions.none())
@@ -231,10 +231,10 @@ interface BrandServiceAsync {
231231
): CompletableFuture<BrandRetrieveSimplifiedResponse>
232232

233233
/**
234-
* Beta feature: Capture a screenshot of a website. Supports both viewport (standard browser
235-
* view) and full-page screenshots. Can also screenshot specific page types (login, pricing,
236-
* etc.) by using heuristics to find the appropriate URL. Returns a URL to the uploaded
237-
* screenshot image hosted on our CDN.
234+
* Capture a screenshot of a website. Supports both viewport (standard browser view) and
235+
* full-page screenshots. Can also screenshot specific page types (login, pricing, etc.) by
236+
* using heuristics to find the appropriate URL. Returns a URL to the uploaded screenshot image
237+
* hosted on our CDN.
238238
*/
239239
fun screenshot(params: BrandScreenshotParams): CompletableFuture<BrandScreenshotResponse> =
240240
screenshot(params, RequestOptions.none())
@@ -246,8 +246,8 @@ interface BrandServiceAsync {
246246
): CompletableFuture<BrandScreenshotResponse>
247247

248248
/**
249-
* Beta feature: Automatically extract comprehensive design system information from a brand's
250-
* website including colors, typography, spacing, shadows, and UI components.
249+
* Automatically extract comprehensive design system information from a brand's website
250+
* including colors, typography, spacing, shadows, and UI components.
251251
*/
252252
fun styleguide(params: BrandStyleguideParams): CompletableFuture<BrandStyleguideResponse> =
253253
styleguide(params, RequestOptions.none())

brand-dev-java-core/src/main/kotlin/com/branddev/api/services/blocking/BrandService.kt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ interface BrandService {
6868
retrieve(BrandRetrieveParams.none(), requestOptions)
6969

7070
/**
71-
* Beta feature: Use AI to extract specific data points from a brand's website. The AI will
72-
* crawl the website and extract the requested information based on the provided data points.
71+
* Use AI to extract specific data points from a brand's website. The AI will crawl the website
72+
* and extract the requested information based on the provided data points.
7373
*/
7474
fun aiQuery(params: BrandAiQueryParams): BrandAiQueryResponse =
7575
aiQuery(params, RequestOptions.none())
@@ -81,8 +81,8 @@ interface BrandService {
8181
): BrandAiQueryResponse
8282

8383
/**
84-
* Beta feature: Extract font information from a brand's website including font families, usage
85-
* statistics, fallbacks, and element/word counts.
84+
* Extract font information from a brand's website including font families, usage statistics,
85+
* fallbacks, and element/word counts.
8686
*/
8787
fun fonts(params: BrandFontsParams): BrandFontsResponse = fonts(params, RequestOptions.none())
8888

@@ -215,10 +215,10 @@ interface BrandService {
215215
): BrandRetrieveSimplifiedResponse
216216

217217
/**
218-
* Beta feature: Capture a screenshot of a website. Supports both viewport (standard browser
219-
* view) and full-page screenshots. Can also screenshot specific page types (login, pricing,
220-
* etc.) by using heuristics to find the appropriate URL. Returns a URL to the uploaded
221-
* screenshot image hosted on our CDN.
218+
* Capture a screenshot of a website. Supports both viewport (standard browser view) and
219+
* full-page screenshots. Can also screenshot specific page types (login, pricing, etc.) by
220+
* using heuristics to find the appropriate URL. Returns a URL to the uploaded screenshot image
221+
* hosted on our CDN.
222222
*/
223223
fun screenshot(params: BrandScreenshotParams): BrandScreenshotResponse =
224224
screenshot(params, RequestOptions.none())
@@ -230,8 +230,8 @@ interface BrandService {
230230
): BrandScreenshotResponse
231231

232232
/**
233-
* Beta feature: Automatically extract comprehensive design system information from a brand's
234-
* website including colors, typography, spacing, shadows, and UI components.
233+
* Automatically extract comprehensive design system information from a brand's website
234+
* including colors, typography, spacing, shadows, and UI components.
235235
*/
236236
fun styleguide(params: BrandStyleguideParams): BrandStyleguideResponse =
237237
styleguide(params, RequestOptions.none())

0 commit comments

Comments
 (0)