Skip to content

Commit da6510c

Browse files
feat(api): api update
1 parent 787dd90 commit da6510c

4 files changed

Lines changed: 9 additions & 9 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: 20
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-5fa88d5279ee91162b7b446f7612fd1e49b5c14e958aeef151e6e942af699286.yml
3-
openapi_spec_hash: b2746128fd1c16d64946e99b2b0137b9
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-d6a1ec29e3db6a041c0119d53c541def9e3052a7e2e86f592949764a35657cbf.yml
3+
openapi_spec_hash: 80afb408a67cc7e8afcb23d6bd818329
44
config_hash: 4cd3173ea1cce7183640aae49cfbb374

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ import java.util.Objects
3131
import java.util.Optional
3232

3333
/**
34-
* Beta feature: Extract product information from a brand's website. Brand.dev will analyze the
35-
* website and return a list of products with details such as name, description, image, pricing,
36-
* features, and more.
34+
* Beta feature: Extract product information from a brand's website. We will analyze the website and
35+
* return a list of products with details such as name, description, image, pricing, features, and
36+
* more.
3737
*/
3838
class BrandAiProductsParams
3939
private constructor(

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ interface BrandServiceAsync {
8787
): CompletableFuture<BrandAiProductResponse>
8888

8989
/**
90-
* Beta feature: Extract product information from a brand's website. Brand.dev will analyze the
91-
* website and return a list of products with details such as name, description, image, pricing,
90+
* Beta feature: Extract product information from a brand's website. We will analyze the website
91+
* and return a list of products with details such as name, description, image, pricing,
9292
* features, and more.
9393
*/
9494
fun aiProducts(params: BrandAiProductsParams): CompletableFuture<BrandAiProductsResponse> =

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ interface BrandService {
8787
): BrandAiProductResponse
8888

8989
/**
90-
* Beta feature: Extract product information from a brand's website. Brand.dev will analyze the
91-
* website and return a list of products with details such as name, description, image, pricing,
90+
* Beta feature: Extract product information from a brand's website. We will analyze the website
91+
* and return a list of products with details such as name, description, image, pricing,
9292
* features, and more.
9393
*/
9494
fun aiProducts(params: BrandAiProductsParams): BrandAiProductsResponse =

0 commit comments

Comments
 (0)