Skip to content

Commit

Permalink
feat(manufacturers): update the api
Browse files Browse the repository at this point in the history
#### manufacturers:v1

The following keys were added:
- schemas.Issue.properties.applicableCountries (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Jul 25, 2024
1 parent 0b7098e commit 886359d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ <h3>Method Details</h3>
],
&quot;issues&quot;: [ # Output only. A server-generated list of issues associated with the product.
{ # Product issue.
&quot;applicableCountries&quot;: [ # Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
&quot;A String&quot;,
],
&quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
&quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
&quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.
Expand Down Expand Up @@ -221,6 +224,9 @@ <h3>Method Details</h3>
],
&quot;issues&quot;: [ # Output only. A server-generated list of issues associated with the product.
{ # Product issue.
&quot;applicableCountries&quot;: [ # Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
&quot;A String&quot;,
],
&quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
&quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
&quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.
Expand Down Expand Up @@ -294,6 +300,9 @@ <h3>Method Details</h3>
],
&quot;issues&quot;: [ # Output only. A server-generated list of issues associated with the product.
{ # Product issue.
&quot;applicableCountries&quot;: [ # Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
&quot;A String&quot;,
],
&quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
&quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
&quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.
Expand Down Expand Up @@ -350,6 +359,9 @@ <h3>Method Details</h3>
],
&quot;issues&quot;: [ # Output only. A server-generated list of issues associated with the product.
{ # Product issue.
&quot;applicableCountries&quot;: [ # Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
&quot;A String&quot;,
],
&quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
&quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
&quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.
Expand Down
6 changes: 6 additions & 0 deletions docs/dyn/manufacturers_v1.accounts.products.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@ <h3>Method Details</h3>
],
&quot;issues&quot;: [ # A server-generated list of issues associated with the product.
{ # Product issue.
&quot;applicableCountries&quot;: [ # Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
&quot;A String&quot;,
],
&quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
&quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
&quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.
Expand Down Expand Up @@ -666,6 +669,9 @@ <h3>Method Details</h3>
],
&quot;issues&quot;: [ # A server-generated list of issues associated with the product.
{ # Product issue.
&quot;applicableCountries&quot;: [ # Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
&quot;A String&quot;,
],
&quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
&quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
&quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.
Expand Down
10 changes: 9 additions & 1 deletion googleapiclient/discovery_cache/documents/manufacturers.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
}
}
},
"revision": "20240524",
"revision": "20240716",
"rootUrl": "https://manufacturers.googleapis.com/",
"schemas": {
"Attributes": {
Expand Down Expand Up @@ -892,6 +892,14 @@
"description": "Product issue.",
"id": "Issue",
"properties": {
"applicableCountries": {
"description": "Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"attribute": {
"description": "If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.",
"type": "string"
Expand Down

0 comments on commit 886359d

Please sign in to comment.