Skip to content

Commit d24dff5

Browse files
feat(youtube): update the api
#### youtube:v3 The following keys were added: - schemas.ChannelToStoreLinkDetails.properties.merchantAffiliateProgramDetails.$ref (Total Keys: 1) - schemas.ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails (Total Keys: 3)
1 parent a06dc24 commit d24dff5

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

docs/dyn/youtube_v3.thirdPartyLinks.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ <h3>Method Details</h3>
132132
&quot;billingDetails&quot;: { # Information specific to billing. # Information specific to billing (read-only).
133133
&quot;billingStatus&quot;: &quot;A String&quot;, # The current billing profile status.
134134
},
135+
&quot;merchantAffiliateProgramDetails&quot;: { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only).
136+
&quot;status&quot;: &quot;A String&quot;, # The current merchant affiliate program status.
137+
},
135138
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
136139
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
137140
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
@@ -161,6 +164,9 @@ <h3>Method Details</h3>
161164
&quot;billingDetails&quot;: { # Information specific to billing. # Information specific to billing (read-only).
162165
&quot;billingStatus&quot;: &quot;A String&quot;, # The current billing profile status.
163166
},
167+
&quot;merchantAffiliateProgramDetails&quot;: { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only).
168+
&quot;status&quot;: &quot;A String&quot;, # The current merchant affiliate program status.
169+
},
164170
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
165171
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
166172
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
@@ -205,6 +211,9 @@ <h3>Method Details</h3>
205211
&quot;billingDetails&quot;: { # Information specific to billing. # Information specific to billing (read-only).
206212
&quot;billingStatus&quot;: &quot;A String&quot;, # The current billing profile status.
207213
},
214+
&quot;merchantAffiliateProgramDetails&quot;: { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only).
215+
&quot;status&quot;: &quot;A String&quot;, # The current merchant affiliate program status.
216+
},
208217
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
209218
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
210219
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
@@ -238,6 +247,9 @@ <h3>Method Details</h3>
238247
&quot;billingDetails&quot;: { # Information specific to billing. # Information specific to billing (read-only).
239248
&quot;billingStatus&quot;: &quot;A String&quot;, # The current billing profile status.
240249
},
250+
&quot;merchantAffiliateProgramDetails&quot;: { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only).
251+
&quot;status&quot;: &quot;A String&quot;, # The current merchant affiliate program status.
252+
},
241253
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
242254
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
243255
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.
@@ -267,6 +279,9 @@ <h3>Method Details</h3>
267279
&quot;billingDetails&quot;: { # Information specific to billing. # Information specific to billing (read-only).
268280
&quot;billingStatus&quot;: &quot;A String&quot;, # The current billing profile status.
269281
},
282+
&quot;merchantAffiliateProgramDetails&quot;: { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only).
283+
&quot;status&quot;: &quot;A String&quot;, # The current merchant affiliate program status.
284+
},
270285
&quot;merchantId&quot;: &quot;A String&quot;, # Google Merchant Center id of the store.
271286
&quot;storeName&quot;: &quot;A String&quot;, # Name of the store.
272287
&quot;storeUrl&quot;: &quot;A String&quot;, # Landing page of the store.

googleapiclient/discovery_cache/documents/youtube.v3.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4133,7 +4133,7 @@
41334133
}
41344134
}
41354135
},
4136-
"revision": "20241105",
4136+
"revision": "20241117",
41374137
"rootUrl": "https://youtube.googleapis.com/",
41384138
"schemas": {
41394139
"AbuseReport": {
@@ -5612,6 +5612,10 @@ false
56125612
"$ref": "ChannelToStoreLinkDetailsBillingDetails",
56135613
"description": "Information specific to billing (read-only)."
56145614
},
5615+
"merchantAffiliateProgramDetails": {
5616+
"$ref": "ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails",
5617+
"description": "Information specific to merchant affiliate program (read-only)."
5618+
},
56155619
"merchantId": {
56165620
"description": "Google Merchant Center id of the store.",
56175621
"format": "uint64",
@@ -5651,6 +5655,29 @@ false
56515655
},
56525656
"type": "object"
56535657
},
5658+
"ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails": {
5659+
"description": "Information specific to merchant affiliate program.",
5660+
"id": "ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails",
5661+
"properties": {
5662+
"status": {
5663+
"description": "The current merchant affiliate program status.",
5664+
"enum": [
5665+
"merchantAffiliateProgramStatusUnspecified",
5666+
"merchantAffiliateProgramStatusEligible",
5667+
"merchantAffiliateProgramStatusActive",
5668+
"merchantAffiliateProgramStatusPaused"
5669+
],
5670+
"enumDescriptions": [
5671+
"Unspecified status.",
5672+
"Merchant is eligible for the merchant affiliate program.",
5673+
"Merchant affiliate program is active.",
5674+
"Merchant affiliate program is paused."
5675+
],
5676+
"type": "string"
5677+
}
5678+
},
5679+
"type": "object"
5680+
},
56545681
"ChannelTopicDetails": {
56555682
"description": "Freebase topic information related to the channel.",
56565683
"id": "ChannelTopicDetails",

0 commit comments

Comments
 (0)