Skip to content

Commit 9bad26d

Browse files
feat(api): api update
1 parent ea991ef commit 9bad26d

2 files changed

Lines changed: 8 additions & 8 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: 12
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-4eb121d211177902ec0685d8829af778dbc02a21df03362e8675a8bcb4ca10a8.yml
3-
openapi_spec_hash: b10e8626e812050d8d0664b5373d7fe4
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-fff3572a2d6f3a8461fbf52fb74882e1f4ae4a2b31a75673dcae230b336911d2.yml
3+
openapi_spec_hash: b04ce3c7879b31f1e38cd76372e8e652
44
config_hash: 86160e220c81f47769a71c9343e486d8

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ private constructor(
3838
fun city(): Optional<String> = Optional.ofNullable(city)
3939

4040
/**
41-
* Optional country code (GL parameter) to specify the country for Google search results. This
42-
* affects the geographic location used for search queries.
41+
* Optional country code (GL parameter) to specify the country. This affects the geographic
42+
* location used for search queries.
4343
*/
4444
fun countryGl(): Optional<CountryGl> = Optional.ofNullable(countryGl)
4545

@@ -124,8 +124,8 @@ private constructor(
124124
fun city(city: Optional<String>) = city(city.getOrNull())
125125

126126
/**
127-
* Optional country code (GL parameter) to specify the country for Google search results.
128-
* This affects the geographic location used for search queries.
127+
* Optional country code (GL parameter) to specify the country. This affects the geographic
128+
* location used for search queries.
129129
*/
130130
fun countryGl(countryGl: CountryGl?) = apply { this.countryGl = countryGl }
131131

@@ -324,8 +324,8 @@ private constructor(
324324
.build()
325325

326326
/**
327-
* Optional country code (GL parameter) to specify the country for Google search results. This
328-
* affects the geographic location used for search queries.
327+
* Optional country code (GL parameter) to specify the country. This affects the geographic
328+
* location used for search queries.
329329
*/
330330
class CountryGl @JsonCreator private constructor(private val value: JsonField<String>) : Enum {
331331

0 commit comments

Comments
 (0)