brand.dev 0.13.0 → 0.14.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/brand_dev/models/brand_identify_from_transaction_params.rb +5 -5
- data/lib/brand_dev/resources/brand.rb +1 -1
- data/lib/brand_dev/version.rb +1 -1
- data/rbi/brand_dev/models/brand_identify_from_transaction_params.rbi +6 -6
- data/rbi/brand_dev/resources/brand.rbi +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fda4fc2056b5d95165ea2382b716c6289a31530ac84e95ad5184882c77c8b16c
|
|
4
|
+
data.tar.gz: 446f5ace123e360e235d06acf5f0b0ff012f0b233993afa9bbaba89850bf4707
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4dc5e7f463794528ebb79f2bab854dd169ed4088343568c7c6332c987b4544d9743580aa75c3936159723df6087848de2c3b9d2b8584079d13a684c09492aac
|
|
7
|
+
data.tar.gz: 8807c59f396a4e6a1e9217dba3c8fcdddc85497917b762a6ed9fc2ece4ba721885cf9f6c8e280aade89c3d5ad4e6fe75bf1df5cc9045843813e6eb9f585203f3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.14.0 (2025-11-24)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.13.0...v0.14.0](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.13.0...v0.14.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([0879232](https://github.com/brand-dot-dev/ruby-sdk/commit/0879232c59941198887fca145bb561b7b7195bec))
|
|
10
|
+
|
|
3
11
|
## 0.13.0 (2025-11-24)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.12.0...v0.13.0](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.12.0...v0.13.0)
|
data/README.md
CHANGED
|
@@ -20,8 +20,8 @@ module BrandDev
|
|
|
20
20
|
optional :city, String
|
|
21
21
|
|
|
22
22
|
# @!attribute country_gl
|
|
23
|
-
# Optional country code (GL parameter) to specify the country
|
|
24
|
-
#
|
|
23
|
+
# Optional country code (GL parameter) to specify the country. This affects the
|
|
24
|
+
# geographic location used for search queries.
|
|
25
25
|
#
|
|
26
26
|
# @return [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::CountryGl, nil]
|
|
27
27
|
optional :country_gl, enum: -> { BrandDev::BrandIdentifyFromTransactionParams::CountryGl }
|
|
@@ -63,7 +63,7 @@ module BrandDev
|
|
|
63
63
|
#
|
|
64
64
|
# @param city [String] Optional city name to prioritize when searching for the brand.
|
|
65
65
|
#
|
|
66
|
-
# @param country_gl [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::CountryGl] Optional country code (GL parameter) to specify the country
|
|
66
|
+
# @param country_gl [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::CountryGl] Optional country code (GL parameter) to specify the country. This affects the ge
|
|
67
67
|
#
|
|
68
68
|
# @param force_language [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::ForceLanguage] Optional parameter to force the language of the retrieved brand data.
|
|
69
69
|
#
|
|
@@ -75,8 +75,8 @@ module BrandDev
|
|
|
75
75
|
#
|
|
76
76
|
# @param request_options [BrandDev::RequestOptions, Hash{Symbol=>Object}]
|
|
77
77
|
|
|
78
|
-
# Optional country code (GL parameter) to specify the country
|
|
79
|
-
#
|
|
78
|
+
# Optional country code (GL parameter) to specify the country. This affects the
|
|
79
|
+
# geographic location used for search queries.
|
|
80
80
|
module CountryGl
|
|
81
81
|
extend BrandDev::Internal::Type::Enum
|
|
82
82
|
|
|
@@ -80,7 +80,7 @@ module BrandDev
|
|
|
80
80
|
#
|
|
81
81
|
# @param city [String] Optional city name to prioritize when searching for the brand.
|
|
82
82
|
#
|
|
83
|
-
# @param country_gl [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::CountryGl] Optional country code (GL parameter) to specify the country
|
|
83
|
+
# @param country_gl [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::CountryGl] Optional country code (GL parameter) to specify the country. This affects the ge
|
|
84
84
|
#
|
|
85
85
|
# @param force_language [Symbol, BrandDev::Models::BrandIdentifyFromTransactionParams::ForceLanguage] Optional parameter to force the language of the retrieved brand data.
|
|
86
86
|
#
|
data/lib/brand_dev/version.rb
CHANGED
|
@@ -25,8 +25,8 @@ module BrandDev
|
|
|
25
25
|
sig { params(city: String).void }
|
|
26
26
|
attr_writer :city
|
|
27
27
|
|
|
28
|
-
# Optional country code (GL parameter) to specify the country
|
|
29
|
-
#
|
|
28
|
+
# Optional country code (GL parameter) to specify the country. This affects the
|
|
29
|
+
# geographic location used for search queries.
|
|
30
30
|
sig do
|
|
31
31
|
returns(
|
|
32
32
|
T.nilable(
|
|
@@ -107,8 +107,8 @@ module BrandDev
|
|
|
107
107
|
transaction_info:,
|
|
108
108
|
# Optional city name to prioritize when searching for the brand.
|
|
109
109
|
city: nil,
|
|
110
|
-
# Optional country code (GL parameter) to specify the country
|
|
111
|
-
#
|
|
110
|
+
# Optional country code (GL parameter) to specify the country. This affects the
|
|
111
|
+
# geographic location used for search queries.
|
|
112
112
|
country_gl: nil,
|
|
113
113
|
# Optional parameter to force the language of the retrieved brand data.
|
|
114
114
|
force_language: nil,
|
|
@@ -146,8 +146,8 @@ module BrandDev
|
|
|
146
146
|
def to_hash
|
|
147
147
|
end
|
|
148
148
|
|
|
149
|
-
# Optional country code (GL parameter) to specify the country
|
|
150
|
-
#
|
|
149
|
+
# Optional country code (GL parameter) to specify the country. This affects the
|
|
150
|
+
# geographic location used for search queries.
|
|
151
151
|
module CountryGl
|
|
152
152
|
extend BrandDev::Internal::Type::Enum
|
|
153
153
|
|
|
@@ -83,8 +83,8 @@ module BrandDev
|
|
|
83
83
|
transaction_info:,
|
|
84
84
|
# Optional city name to prioritize when searching for the brand.
|
|
85
85
|
city: nil,
|
|
86
|
-
# Optional country code (GL parameter) to specify the country
|
|
87
|
-
#
|
|
86
|
+
# Optional country code (GL parameter) to specify the country. This affects the
|
|
87
|
+
# geographic location used for search queries.
|
|
88
88
|
country_gl: nil,
|
|
89
89
|
# Optional parameter to force the language of the retrieved brand data.
|
|
90
90
|
force_language: nil,
|