Skip to content

Commit e359783

Browse files
yoshi-automationsofisl
authored andcommitted
feat(tagmanager): update the API
#### tagmanager:v2 The following keys were added: - schemas.GalleryReference.properties.templateDeveloperId.description - schemas.GalleryReference.properties.templateDeveloperId.type
1 parent 4539f52 commit e359783

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

‎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": "20240701",
3898+
"revision": "20241204",
38993899
"rootUrl": "https://tagmanager.googleapis.com/",
39003900
"schemas": {
39013901
"Account": {
@@ -5144,6 +5144,10 @@
51445144
"description": "The signature of the community gallery template as computed at import time. This value is recomputed whenever the template is updated from the gallery.",
51455145
"type": "string"
51465146
},
5147+
"templateDeveloperId": {
5148+
"description": "The developer id of the community gallery template. This value is set whenever the template is created from the gallery.",
5149+
"type": "string"
5150+
},
51475151
"version": {
51485152
"description": "The version of the community gallery template.",
51495153
"type": "string"

‎src/apis/tagmanager/v2.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,10 @@ export namespace tagmanager_v2 {
876876
* The signature of the community gallery template as computed at import time. This value is recomputed whenever the template is updated from the gallery.
877877
*/
878878
signature?: string | null;
879+
/**
880+
* The developer id of the community gallery template. This value is set whenever the template is created from the gallery.
881+
*/
882+
templateDeveloperId?: string | null;
879883
/**
880884
* The version of the community gallery template.
881885
*/

0 commit comments

Comments
 (0)