Skip to content

Commit e928bdf

Browse files
yoshi-automationsofisl
authored andcommitted
fix(firebaseappdistribution): update the API
#### firebaseappdistribution:v1 The following keys were changed: - schemas.GdataMedia.properties.hash.description
1 parent 093cadc commit e928bdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/firebaseappdistribution-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@
941941
}
942942
}
943943
},
944-
"revision": "20230808",
944+
"revision": "20240605",
945945
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
946946
"schemas": {
947947
"GdataBlobstore2Info": {
@@ -1259,7 +1259,7 @@
12591259
},
12601260
"hash": {
12611261
"deprecated": true,
1262-
"description": "Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be populated on Scotty based media uploads and will contain the content of the hash group in the NotificationRequest: http://cs/#google3/uploader/service/proto/upload_listener.proto&q=class:Hash Hex encoded hash value of the uploaded media.",
1262+
"description": "Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be populated on Scotty based media uploads and will contain the content of the hash group in the NotificationRequest: http://cs/#google3/blobstore2/api/scotty/service/proto/upload_listener.proto&q=class:Hash Hex encoded hash value of the uploaded media.",
12631263
"type": "string"
12641264
},
12651265
"hashVerified": {

src/apis/firebaseappdistribution/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export namespace firebaseappdistribution_v1 {
384384
*/
385385
filename?: string | null;
386386
/**
387-
* Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be populated on Scotty based media uploads and will contain the content of the hash group in the NotificationRequest: http://cs/#google3/uploader/service/proto/upload_listener.proto&q=class:Hash Hex encoded hash value of the uploaded media.
387+
* Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be populated on Scotty based media uploads and will contain the content of the hash group in the NotificationRequest: http://cs/#google3/blobstore2/api/scotty/service/proto/upload_listener.proto&q=class:Hash Hex encoded hash value of the uploaded media.
388388
*/
389389
hash?: string | null;
390390
/**

0 commit comments

Comments
 (0)