Skip to content

Commit afd383e

Browse files
feat(tagmanager): update the API
#### tagmanager:v2 The following keys were added: - schemas.GalleryReference.properties.galleryTemplateId.description - schemas.GalleryReference.properties.galleryTemplateId.type
1 parent 71d4f18 commit afd383e

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

discovery/tagmanager-v2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3895,7 +3895,7 @@
38953895
}
38963896
}
38973897
},
3898-
"revision": "20241204",
3898+
"revision": "20250129",
38993899
"rootUrl": "https://tagmanager.googleapis.com/",
39003900
"schemas": {
39013901
"Account": {
@@ -5124,6 +5124,10 @@
51245124
"description": "Represents the link between a custom template and an entry on the Community Template Gallery site.",
51255125
"id": "GalleryReference",
51265126
"properties": {
5127+
"galleryTemplateId": {
5128+
"description": "ID for the gallery template that is generated once during first sync and travels with the template redirects.",
5129+
"type": "string"
5130+
},
51275131
"host": {
51285132
"description": "The name of the host for the community gallery template.",
51295133
"type": "string"

src/apis/tagmanager/v2.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,10 @@ export namespace tagmanager_v2 {
856856
* Represents the link between a custom template and an entry on the Community Template Gallery site.
857857
*/
858858
export interface Schema$GalleryReference {
859+
/**
860+
* ID for the gallery template that is generated once during first sync and travels with the template redirects.
861+
*/
862+
galleryTemplateId?: string | null;
859863
/**
860864
* The name of the host for the community gallery template.
861865
*/

0 commit comments

Comments
 (0)