Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9c83b6f

Browse files
committedSep 6, 2023
feat(manufacturers): update the api
#### manufacturers:v1 The following keys were added: - schemas.Certification.properties.code.type (Total Keys: 1)
1 parent 60740fd commit 9c83b6f

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed
 

‎docs/dyn/manufacturers_v1.accounts.languages.productCertifications.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,12 @@ <h3>Method Details</h3>
135135
&quot;certification&quot;: [ # Required. A list of certifications to link to the described product.
136136
{ # Description of a certification.
137137
&quot;authority&quot;: &quot;A String&quot;, # Required. Name of the certification body.
138+
&quot;code&quot;: &quot;A String&quot;, # Required. A unique code to identify the certification.
138139
&quot;link&quot;: &quot;A String&quot;, # Optional. A URL link to the certification.
139140
&quot;logo&quot;: &quot;A String&quot;, # Optional. A URL link to the certification logo.
140141
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the certification.
141142
&quot;validUntil&quot;: &quot;A String&quot;, # Optional. The expiration date (UTC).
142-
&quot;value&quot;: &quot;A String&quot;, # Required. A custom value of the certification.
143+
&quot;value&quot;: &quot;A String&quot;, # Optional. A custom value of the certification.
143144
},
144145
],
145146
&quot;countryCode&quot;: [ # Optional. A 2-letter country code (ISO 3166-1 Alpha 2).
@@ -201,11 +202,12 @@ <h3>Method Details</h3>
201202
&quot;certification&quot;: [ # Required. A list of certifications to link to the described product.
202203
{ # Description of a certification.
203204
&quot;authority&quot;: &quot;A String&quot;, # Required. Name of the certification body.
205+
&quot;code&quot;: &quot;A String&quot;, # Required. A unique code to identify the certification.
204206
&quot;link&quot;: &quot;A String&quot;, # Optional. A URL link to the certification.
205207
&quot;logo&quot;: &quot;A String&quot;, # Optional. A URL link to the certification logo.
206208
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the certification.
207209
&quot;validUntil&quot;: &quot;A String&quot;, # Optional. The expiration date (UTC).
208-
&quot;value&quot;: &quot;A String&quot;, # Required. A custom value of the certification.
210+
&quot;value&quot;: &quot;A String&quot;, # Optional. A custom value of the certification.
209211
},
210212
],
211213
&quot;countryCode&quot;: [ # Optional. A 2-letter country code (ISO 3166-1 Alpha 2).
@@ -273,11 +275,12 @@ <h3>Method Details</h3>
273275
&quot;certification&quot;: [ # Required. A list of certifications to link to the described product.
274276
{ # Description of a certification.
275277
&quot;authority&quot;: &quot;A String&quot;, # Required. Name of the certification body.
278+
&quot;code&quot;: &quot;A String&quot;, # Required. A unique code to identify the certification.
276279
&quot;link&quot;: &quot;A String&quot;, # Optional. A URL link to the certification.
277280
&quot;logo&quot;: &quot;A String&quot;, # Optional. A URL link to the certification logo.
278281
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the certification.
279282
&quot;validUntil&quot;: &quot;A String&quot;, # Optional. The expiration date (UTC).
280-
&quot;value&quot;: &quot;A String&quot;, # Required. A custom value of the certification.
283+
&quot;value&quot;: &quot;A String&quot;, # Optional. A custom value of the certification.
281284
},
282285
],
283286
&quot;countryCode&quot;: [ # Optional. A 2-letter country code (ISO 3166-1 Alpha 2).
@@ -328,11 +331,12 @@ <h3>Method Details</h3>
328331
&quot;certification&quot;: [ # Required. A list of certifications to link to the described product.
329332
{ # Description of a certification.
330333
&quot;authority&quot;: &quot;A String&quot;, # Required. Name of the certification body.
334+
&quot;code&quot;: &quot;A String&quot;, # Required. A unique code to identify the certification.
331335
&quot;link&quot;: &quot;A String&quot;, # Optional. A URL link to the certification.
332336
&quot;logo&quot;: &quot;A String&quot;, # Optional. A URL link to the certification logo.
333337
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the certification.
334338
&quot;validUntil&quot;: &quot;A String&quot;, # Optional. The expiration date (UTC).
335-
&quot;value&quot;: &quot;A String&quot;, # Required. A custom value of the certification.
339+
&quot;value&quot;: &quot;A String&quot;, # Optional. A custom value of the certification.
336340
},
337341
],
338342
&quot;countryCode&quot;: [ # Optional. A 2-letter country code (ISO 3166-1 Alpha 2).

‎googleapiclient/discovery_cache/documents/manufacturers.v1.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
}
417417
}
418418
},
419-
"revision": "20230602",
419+
"revision": "20230831",
420420
"rootUrl": "https://manufacturers.googleapis.com/",
421421
"schemas": {
422422
"Attributes": {
@@ -643,6 +643,10 @@
643643
"description": "Required. Name of the certification body.",
644644
"type": "string"
645645
},
646+
"code": {
647+
"description": "Required. A unique code to identify the certification.",
648+
"type": "string"
649+
},
646650
"link": {
647651
"description": "Optional. A URL link to the certification.",
648652
"type": "string"
@@ -660,7 +664,7 @@
660664
"type": "string"
661665
},
662666
"value": {
663-
"description": "Required. A custom value of the certification.",
667+
"description": "Optional. A custom value of the certification.",
664668
"type": "string"
665669
}
666670
},

0 commit comments

Comments
 (0)
Please sign in to comment.