Skip to content

Commit 25fb8ac

Browse files
feat(cloudchannel): update the api
#### cloudchannel:v1 The following keys were added: - schemas.GoogleCloudChannelV1alpha1OpportunityEvent.properties.partner.type (Total Keys: 1)
1 parent 49e783c commit 25fb8ac

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

googleapiclient/discovery_cache/documents/cloudchannel.v1.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@
22892289
}
22902290
}
22912291
},
2292-
"revision": "20250325",
2292+
"revision": "20250412",
22932293
"rootUrl": "https://cloudchannel.googleapis.com/",
22942294
"schemas": {
22952295
"GoogleCloudChannelV1ActivateEntitlementRequest": {
@@ -5408,18 +5408,24 @@ false
54085408
"enum": [
54095409
"TYPE_UNSPECIFIED",
54105410
"CREATED",
5411-
"UPDATED"
5411+
"UPDATED",
5412+
"PARTNER_DETACHED"
54125413
],
54135414
"enumDescriptions": [
54145415
"Not used.",
54155416
"New opportunity created.",
5416-
"Existing opportunity updated."
5417+
"Existing opportunity updated.",
5418+
"Partner has been detached from the opportunity and can no longer access it."
54175419
],
54185420
"type": "string"
54195421
},
54205422
"opportunity": {
54215423
"description": "Resource name of the opportunity. Format: opportunities/{opportunity}",
54225424
"type": "string"
5425+
},
5426+
"partner": {
5427+
"description": "Resource name of the partner. Format: partners/{partner}",
5428+
"type": "string"
54235429
}
54245430
},
54255431
"type": "object"

0 commit comments

Comments
 (0)