@googleapis/tagmanager 13.0.0 → 14.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1.js.map +1 -1
- package/build/v2.d.ts +90 -0
- package/build/v2.js +33 -0
- package/build/v2.js.map +1 -1
- package/package.json +1 -1
- package/v1.ts +46 -92
- package/v2.ts +275 -204
package/v1.ts
CHANGED
|
@@ -2119,8 +2119,7 @@ export namespace tagmanager_v1 {
|
|
|
2119
2119
|
}
|
|
2120
2120
|
}
|
|
2121
2121
|
|
|
2122
|
-
export interface Params$Resource$Accounts$Containers$Create
|
|
2123
|
-
extends StandardParameters {
|
|
2122
|
+
export interface Params$Resource$Accounts$Containers$Create extends StandardParameters {
|
|
2124
2123
|
/**
|
|
2125
2124
|
* The GTM Account ID.
|
|
2126
2125
|
*/
|
|
@@ -2131,8 +2130,7 @@ export namespace tagmanager_v1 {
|
|
|
2131
2130
|
*/
|
|
2132
2131
|
requestBody?: Schema$Container;
|
|
2133
2132
|
}
|
|
2134
|
-
export interface Params$Resource$Accounts$Containers$Delete
|
|
2135
|
-
extends StandardParameters {
|
|
2133
|
+
export interface Params$Resource$Accounts$Containers$Delete extends StandardParameters {
|
|
2136
2134
|
/**
|
|
2137
2135
|
* The GTM Account ID.
|
|
2138
2136
|
*/
|
|
@@ -2142,8 +2140,7 @@ export namespace tagmanager_v1 {
|
|
|
2142
2140
|
*/
|
|
2143
2141
|
containerId?: string;
|
|
2144
2142
|
}
|
|
2145
|
-
export interface Params$Resource$Accounts$Containers$Get
|
|
2146
|
-
extends StandardParameters {
|
|
2143
|
+
export interface Params$Resource$Accounts$Containers$Get extends StandardParameters {
|
|
2147
2144
|
/**
|
|
2148
2145
|
* The GTM Account ID.
|
|
2149
2146
|
*/
|
|
@@ -2153,15 +2150,13 @@ export namespace tagmanager_v1 {
|
|
|
2153
2150
|
*/
|
|
2154
2151
|
containerId?: string;
|
|
2155
2152
|
}
|
|
2156
|
-
export interface Params$Resource$Accounts$Containers$List
|
|
2157
|
-
extends StandardParameters {
|
|
2153
|
+
export interface Params$Resource$Accounts$Containers$List extends StandardParameters {
|
|
2158
2154
|
/**
|
|
2159
2155
|
* The GTM Account ID.
|
|
2160
2156
|
*/
|
|
2161
2157
|
accountId?: string;
|
|
2162
2158
|
}
|
|
2163
|
-
export interface Params$Resource$Accounts$Containers$Update
|
|
2164
|
-
extends StandardParameters {
|
|
2159
|
+
export interface Params$Resource$Accounts$Containers$Update extends StandardParameters {
|
|
2165
2160
|
/**
|
|
2166
2161
|
* The GTM Account ID.
|
|
2167
2162
|
*/
|
|
@@ -2963,8 +2958,7 @@ export namespace tagmanager_v1 {
|
|
|
2963
2958
|
}
|
|
2964
2959
|
}
|
|
2965
2960
|
|
|
2966
|
-
export interface Params$Resource$Accounts$Containers$Environments$Create
|
|
2967
|
-
extends StandardParameters {
|
|
2961
|
+
export interface Params$Resource$Accounts$Containers$Environments$Create extends StandardParameters {
|
|
2968
2962
|
/**
|
|
2969
2963
|
* The GTM Account ID.
|
|
2970
2964
|
*/
|
|
@@ -2979,8 +2973,7 @@ export namespace tagmanager_v1 {
|
|
|
2979
2973
|
*/
|
|
2980
2974
|
requestBody?: Schema$Environment;
|
|
2981
2975
|
}
|
|
2982
|
-
export interface Params$Resource$Accounts$Containers$Environments$Delete
|
|
2983
|
-
extends StandardParameters {
|
|
2976
|
+
export interface Params$Resource$Accounts$Containers$Environments$Delete extends StandardParameters {
|
|
2984
2977
|
/**
|
|
2985
2978
|
* The GTM Account ID.
|
|
2986
2979
|
*/
|
|
@@ -2994,8 +2987,7 @@ export namespace tagmanager_v1 {
|
|
|
2994
2987
|
*/
|
|
2995
2988
|
environmentId?: string;
|
|
2996
2989
|
}
|
|
2997
|
-
export interface Params$Resource$Accounts$Containers$Environments$Get
|
|
2998
|
-
extends StandardParameters {
|
|
2990
|
+
export interface Params$Resource$Accounts$Containers$Environments$Get extends StandardParameters {
|
|
2999
2991
|
/**
|
|
3000
2992
|
* The GTM Account ID.
|
|
3001
2993
|
*/
|
|
@@ -3009,8 +3001,7 @@ export namespace tagmanager_v1 {
|
|
|
3009
3001
|
*/
|
|
3010
3002
|
environmentId?: string;
|
|
3011
3003
|
}
|
|
3012
|
-
export interface Params$Resource$Accounts$Containers$Environments$List
|
|
3013
|
-
extends StandardParameters {
|
|
3004
|
+
export interface Params$Resource$Accounts$Containers$Environments$List extends StandardParameters {
|
|
3014
3005
|
/**
|
|
3015
3006
|
* The GTM Account ID.
|
|
3016
3007
|
*/
|
|
@@ -3020,8 +3011,7 @@ export namespace tagmanager_v1 {
|
|
|
3020
3011
|
*/
|
|
3021
3012
|
containerId?: string;
|
|
3022
3013
|
}
|
|
3023
|
-
export interface Params$Resource$Accounts$Containers$Environments$Update
|
|
3024
|
-
extends StandardParameters {
|
|
3014
|
+
export interface Params$Resource$Accounts$Containers$Environments$Update extends StandardParameters {
|
|
3025
3015
|
/**
|
|
3026
3016
|
* The GTM Account ID.
|
|
3027
3017
|
*/
|
|
@@ -3794,8 +3784,7 @@ export namespace tagmanager_v1 {
|
|
|
3794
3784
|
}
|
|
3795
3785
|
}
|
|
3796
3786
|
|
|
3797
|
-
export interface Params$Resource$Accounts$Containers$Folders$Create
|
|
3798
|
-
extends StandardParameters {
|
|
3787
|
+
export interface Params$Resource$Accounts$Containers$Folders$Create extends StandardParameters {
|
|
3799
3788
|
/**
|
|
3800
3789
|
* The GTM Account ID.
|
|
3801
3790
|
*/
|
|
@@ -3810,8 +3799,7 @@ export namespace tagmanager_v1 {
|
|
|
3810
3799
|
*/
|
|
3811
3800
|
requestBody?: Schema$Folder;
|
|
3812
3801
|
}
|
|
3813
|
-
export interface Params$Resource$Accounts$Containers$Folders$Delete
|
|
3814
|
-
extends StandardParameters {
|
|
3802
|
+
export interface Params$Resource$Accounts$Containers$Folders$Delete extends StandardParameters {
|
|
3815
3803
|
/**
|
|
3816
3804
|
* The GTM Account ID.
|
|
3817
3805
|
*/
|
|
@@ -3825,8 +3813,7 @@ export namespace tagmanager_v1 {
|
|
|
3825
3813
|
*/
|
|
3826
3814
|
folderId?: string;
|
|
3827
3815
|
}
|
|
3828
|
-
export interface Params$Resource$Accounts$Containers$Folders$Get
|
|
3829
|
-
extends StandardParameters {
|
|
3816
|
+
export interface Params$Resource$Accounts$Containers$Folders$Get extends StandardParameters {
|
|
3830
3817
|
/**
|
|
3831
3818
|
* The GTM Account ID.
|
|
3832
3819
|
*/
|
|
@@ -3840,8 +3827,7 @@ export namespace tagmanager_v1 {
|
|
|
3840
3827
|
*/
|
|
3841
3828
|
folderId?: string;
|
|
3842
3829
|
}
|
|
3843
|
-
export interface Params$Resource$Accounts$Containers$Folders$List
|
|
3844
|
-
extends StandardParameters {
|
|
3830
|
+
export interface Params$Resource$Accounts$Containers$Folders$List extends StandardParameters {
|
|
3845
3831
|
/**
|
|
3846
3832
|
* The GTM Account ID.
|
|
3847
3833
|
*/
|
|
@@ -3851,8 +3837,7 @@ export namespace tagmanager_v1 {
|
|
|
3851
3837
|
*/
|
|
3852
3838
|
containerId?: string;
|
|
3853
3839
|
}
|
|
3854
|
-
export interface Params$Resource$Accounts$Containers$Folders$Update
|
|
3855
|
-
extends StandardParameters {
|
|
3840
|
+
export interface Params$Resource$Accounts$Containers$Folders$Update extends StandardParameters {
|
|
3856
3841
|
/**
|
|
3857
3842
|
* The GTM Account ID.
|
|
3858
3843
|
*/
|
|
@@ -4030,8 +4015,7 @@ export namespace tagmanager_v1 {
|
|
|
4030
4015
|
}
|
|
4031
4016
|
}
|
|
4032
4017
|
|
|
4033
|
-
export interface Params$Resource$Accounts$Containers$Folders$Entities$List
|
|
4034
|
-
extends StandardParameters {
|
|
4018
|
+
export interface Params$Resource$Accounts$Containers$Folders$Entities$List extends StandardParameters {
|
|
4035
4019
|
/**
|
|
4036
4020
|
* The GTM Account ID.
|
|
4037
4021
|
*/
|
|
@@ -4205,8 +4189,7 @@ export namespace tagmanager_v1 {
|
|
|
4205
4189
|
}
|
|
4206
4190
|
}
|
|
4207
4191
|
|
|
4208
|
-
export interface Params$Resource$Accounts$Containers$Move_folders$Update
|
|
4209
|
-
extends StandardParameters {
|
|
4192
|
+
export interface Params$Resource$Accounts$Containers$Move_folders$Update extends StandardParameters {
|
|
4210
4193
|
/**
|
|
4211
4194
|
* The GTM Account ID.
|
|
4212
4195
|
*/
|
|
@@ -4418,8 +4401,7 @@ export namespace tagmanager_v1 {
|
|
|
4418
4401
|
}
|
|
4419
4402
|
}
|
|
4420
4403
|
|
|
4421
|
-
export interface Params$Resource$Accounts$Containers$Reauthorize_environments$Update
|
|
4422
|
-
extends StandardParameters {
|
|
4404
|
+
export interface Params$Resource$Accounts$Containers$Reauthorize_environments$Update extends StandardParameters {
|
|
4423
4405
|
/**
|
|
4424
4406
|
* The GTM Account ID.
|
|
4425
4407
|
*/
|
|
@@ -5254,8 +5236,7 @@ export namespace tagmanager_v1 {
|
|
|
5254
5236
|
}
|
|
5255
5237
|
}
|
|
5256
5238
|
|
|
5257
|
-
export interface Params$Resource$Accounts$Containers$Tags$Create
|
|
5258
|
-
extends StandardParameters {
|
|
5239
|
+
export interface Params$Resource$Accounts$Containers$Tags$Create extends StandardParameters {
|
|
5259
5240
|
/**
|
|
5260
5241
|
* The GTM Account ID.
|
|
5261
5242
|
*/
|
|
@@ -5270,8 +5251,7 @@ export namespace tagmanager_v1 {
|
|
|
5270
5251
|
*/
|
|
5271
5252
|
requestBody?: Schema$Tag;
|
|
5272
5253
|
}
|
|
5273
|
-
export interface Params$Resource$Accounts$Containers$Tags$Delete
|
|
5274
|
-
extends StandardParameters {
|
|
5254
|
+
export interface Params$Resource$Accounts$Containers$Tags$Delete extends StandardParameters {
|
|
5275
5255
|
/**
|
|
5276
5256
|
* The GTM Account ID.
|
|
5277
5257
|
*/
|
|
@@ -5285,8 +5265,7 @@ export namespace tagmanager_v1 {
|
|
|
5285
5265
|
*/
|
|
5286
5266
|
tagId?: string;
|
|
5287
5267
|
}
|
|
5288
|
-
export interface Params$Resource$Accounts$Containers$Tags$Get
|
|
5289
|
-
extends StandardParameters {
|
|
5268
|
+
export interface Params$Resource$Accounts$Containers$Tags$Get extends StandardParameters {
|
|
5290
5269
|
/**
|
|
5291
5270
|
* The GTM Account ID.
|
|
5292
5271
|
*/
|
|
@@ -5300,8 +5279,7 @@ export namespace tagmanager_v1 {
|
|
|
5300
5279
|
*/
|
|
5301
5280
|
tagId?: string;
|
|
5302
5281
|
}
|
|
5303
|
-
export interface Params$Resource$Accounts$Containers$Tags$List
|
|
5304
|
-
extends StandardParameters {
|
|
5282
|
+
export interface Params$Resource$Accounts$Containers$Tags$List extends StandardParameters {
|
|
5305
5283
|
/**
|
|
5306
5284
|
* The GTM Account ID.
|
|
5307
5285
|
*/
|
|
@@ -5311,8 +5289,7 @@ export namespace tagmanager_v1 {
|
|
|
5311
5289
|
*/
|
|
5312
5290
|
containerId?: string;
|
|
5313
5291
|
}
|
|
5314
|
-
export interface Params$Resource$Accounts$Containers$Tags$Update
|
|
5315
|
-
extends StandardParameters {
|
|
5292
|
+
export interface Params$Resource$Accounts$Containers$Tags$Update extends StandardParameters {
|
|
5316
5293
|
/**
|
|
5317
5294
|
* The GTM Account ID.
|
|
5318
5295
|
*/
|
|
@@ -6198,8 +6175,7 @@ export namespace tagmanager_v1 {
|
|
|
6198
6175
|
}
|
|
6199
6176
|
}
|
|
6200
6177
|
|
|
6201
|
-
export interface Params$Resource$Accounts$Containers$Triggers$Create
|
|
6202
|
-
extends StandardParameters {
|
|
6178
|
+
export interface Params$Resource$Accounts$Containers$Triggers$Create extends StandardParameters {
|
|
6203
6179
|
/**
|
|
6204
6180
|
* The GTM Account ID.
|
|
6205
6181
|
*/
|
|
@@ -6214,8 +6190,7 @@ export namespace tagmanager_v1 {
|
|
|
6214
6190
|
*/
|
|
6215
6191
|
requestBody?: Schema$Trigger;
|
|
6216
6192
|
}
|
|
6217
|
-
export interface Params$Resource$Accounts$Containers$Triggers$Delete
|
|
6218
|
-
extends StandardParameters {
|
|
6193
|
+
export interface Params$Resource$Accounts$Containers$Triggers$Delete extends StandardParameters {
|
|
6219
6194
|
/**
|
|
6220
6195
|
* The GTM Account ID.
|
|
6221
6196
|
*/
|
|
@@ -6229,8 +6204,7 @@ export namespace tagmanager_v1 {
|
|
|
6229
6204
|
*/
|
|
6230
6205
|
triggerId?: string;
|
|
6231
6206
|
}
|
|
6232
|
-
export interface Params$Resource$Accounts$Containers$Triggers$Get
|
|
6233
|
-
extends StandardParameters {
|
|
6207
|
+
export interface Params$Resource$Accounts$Containers$Triggers$Get extends StandardParameters {
|
|
6234
6208
|
/**
|
|
6235
6209
|
* The GTM Account ID.
|
|
6236
6210
|
*/
|
|
@@ -6244,8 +6218,7 @@ export namespace tagmanager_v1 {
|
|
|
6244
6218
|
*/
|
|
6245
6219
|
triggerId?: string;
|
|
6246
6220
|
}
|
|
6247
|
-
export interface Params$Resource$Accounts$Containers$Triggers$List
|
|
6248
|
-
extends StandardParameters {
|
|
6221
|
+
export interface Params$Resource$Accounts$Containers$Triggers$List extends StandardParameters {
|
|
6249
6222
|
/**
|
|
6250
6223
|
* The GTM Account ID.
|
|
6251
6224
|
*/
|
|
@@ -6255,8 +6228,7 @@ export namespace tagmanager_v1 {
|
|
|
6255
6228
|
*/
|
|
6256
6229
|
containerId?: string;
|
|
6257
6230
|
}
|
|
6258
|
-
export interface Params$Resource$Accounts$Containers$Triggers$Update
|
|
6259
|
-
extends StandardParameters {
|
|
6231
|
+
export interface Params$Resource$Accounts$Containers$Triggers$Update extends StandardParameters {
|
|
6260
6232
|
/**
|
|
6261
6233
|
* The GTM Account ID.
|
|
6262
6234
|
*/
|
|
@@ -7067,8 +7039,7 @@ export namespace tagmanager_v1 {
|
|
|
7067
7039
|
}
|
|
7068
7040
|
}
|
|
7069
7041
|
|
|
7070
|
-
export interface Params$Resource$Accounts$Containers$Variables$Create
|
|
7071
|
-
extends StandardParameters {
|
|
7042
|
+
export interface Params$Resource$Accounts$Containers$Variables$Create extends StandardParameters {
|
|
7072
7043
|
/**
|
|
7073
7044
|
* The GTM Account ID.
|
|
7074
7045
|
*/
|
|
@@ -7083,8 +7054,7 @@ export namespace tagmanager_v1 {
|
|
|
7083
7054
|
*/
|
|
7084
7055
|
requestBody?: Schema$Variable;
|
|
7085
7056
|
}
|
|
7086
|
-
export interface Params$Resource$Accounts$Containers$Variables$Delete
|
|
7087
|
-
extends StandardParameters {
|
|
7057
|
+
export interface Params$Resource$Accounts$Containers$Variables$Delete extends StandardParameters {
|
|
7088
7058
|
/**
|
|
7089
7059
|
* The GTM Account ID.
|
|
7090
7060
|
*/
|
|
@@ -7098,8 +7068,7 @@ export namespace tagmanager_v1 {
|
|
|
7098
7068
|
*/
|
|
7099
7069
|
variableId?: string;
|
|
7100
7070
|
}
|
|
7101
|
-
export interface Params$Resource$Accounts$Containers$Variables$Get
|
|
7102
|
-
extends StandardParameters {
|
|
7071
|
+
export interface Params$Resource$Accounts$Containers$Variables$Get extends StandardParameters {
|
|
7103
7072
|
/**
|
|
7104
7073
|
* The GTM Account ID.
|
|
7105
7074
|
*/
|
|
@@ -7113,8 +7082,7 @@ export namespace tagmanager_v1 {
|
|
|
7113
7082
|
*/
|
|
7114
7083
|
variableId?: string;
|
|
7115
7084
|
}
|
|
7116
|
-
export interface Params$Resource$Accounts$Containers$Variables$List
|
|
7117
|
-
extends StandardParameters {
|
|
7085
|
+
export interface Params$Resource$Accounts$Containers$Variables$List extends StandardParameters {
|
|
7118
7086
|
/**
|
|
7119
7087
|
* The GTM Account ID.
|
|
7120
7088
|
*/
|
|
@@ -7124,8 +7092,7 @@ export namespace tagmanager_v1 {
|
|
|
7124
7092
|
*/
|
|
7125
7093
|
containerId?: string;
|
|
7126
7094
|
}
|
|
7127
|
-
export interface Params$Resource$Accounts$Containers$Variables$Update
|
|
7128
|
-
extends StandardParameters {
|
|
7095
|
+
export interface Params$Resource$Accounts$Containers$Variables$Update extends StandardParameters {
|
|
7129
7096
|
/**
|
|
7130
7097
|
* The GTM Account ID.
|
|
7131
7098
|
*/
|
|
@@ -8391,8 +8358,7 @@ export namespace tagmanager_v1 {
|
|
|
8391
8358
|
}
|
|
8392
8359
|
}
|
|
8393
8360
|
|
|
8394
|
-
export interface Params$Resource$Accounts$Containers$Versions$Create
|
|
8395
|
-
extends StandardParameters {
|
|
8361
|
+
export interface Params$Resource$Accounts$Containers$Versions$Create extends StandardParameters {
|
|
8396
8362
|
/**
|
|
8397
8363
|
* The GTM Account ID.
|
|
8398
8364
|
*/
|
|
@@ -8407,8 +8373,7 @@ export namespace tagmanager_v1 {
|
|
|
8407
8373
|
*/
|
|
8408
8374
|
requestBody?: Schema$CreateContainerVersionRequestVersionOptions;
|
|
8409
8375
|
}
|
|
8410
|
-
export interface Params$Resource$Accounts$Containers$Versions$Delete
|
|
8411
|
-
extends StandardParameters {
|
|
8376
|
+
export interface Params$Resource$Accounts$Containers$Versions$Delete extends StandardParameters {
|
|
8412
8377
|
/**
|
|
8413
8378
|
* The GTM Account ID.
|
|
8414
8379
|
*/
|
|
@@ -8422,8 +8387,7 @@ export namespace tagmanager_v1 {
|
|
|
8422
8387
|
*/
|
|
8423
8388
|
containerVersionId?: string;
|
|
8424
8389
|
}
|
|
8425
|
-
export interface Params$Resource$Accounts$Containers$Versions$Get
|
|
8426
|
-
extends StandardParameters {
|
|
8390
|
+
export interface Params$Resource$Accounts$Containers$Versions$Get extends StandardParameters {
|
|
8427
8391
|
/**
|
|
8428
8392
|
* The GTM Account ID.
|
|
8429
8393
|
*/
|
|
@@ -8437,8 +8401,7 @@ export namespace tagmanager_v1 {
|
|
|
8437
8401
|
*/
|
|
8438
8402
|
containerVersionId?: string;
|
|
8439
8403
|
}
|
|
8440
|
-
export interface Params$Resource$Accounts$Containers$Versions$List
|
|
8441
|
-
extends StandardParameters {
|
|
8404
|
+
export interface Params$Resource$Accounts$Containers$Versions$List extends StandardParameters {
|
|
8442
8405
|
/**
|
|
8443
8406
|
* The GTM Account ID.
|
|
8444
8407
|
*/
|
|
@@ -8456,8 +8419,7 @@ export namespace tagmanager_v1 {
|
|
|
8456
8419
|
*/
|
|
8457
8420
|
includeDeleted?: boolean;
|
|
8458
8421
|
}
|
|
8459
|
-
export interface Params$Resource$Accounts$Containers$Versions$Publish
|
|
8460
|
-
extends StandardParameters {
|
|
8422
|
+
export interface Params$Resource$Accounts$Containers$Versions$Publish extends StandardParameters {
|
|
8461
8423
|
/**
|
|
8462
8424
|
* The GTM Account ID.
|
|
8463
8425
|
*/
|
|
@@ -8475,8 +8437,7 @@ export namespace tagmanager_v1 {
|
|
|
8475
8437
|
*/
|
|
8476
8438
|
fingerprint?: string;
|
|
8477
8439
|
}
|
|
8478
|
-
export interface Params$Resource$Accounts$Containers$Versions$Restore
|
|
8479
|
-
extends StandardParameters {
|
|
8440
|
+
export interface Params$Resource$Accounts$Containers$Versions$Restore extends StandardParameters {
|
|
8480
8441
|
/**
|
|
8481
8442
|
* The GTM Account ID.
|
|
8482
8443
|
*/
|
|
@@ -8490,8 +8451,7 @@ export namespace tagmanager_v1 {
|
|
|
8490
8451
|
*/
|
|
8491
8452
|
containerVersionId?: string;
|
|
8492
8453
|
}
|
|
8493
|
-
export interface Params$Resource$Accounts$Containers$Versions$Undelete
|
|
8494
|
-
extends StandardParameters {
|
|
8454
|
+
export interface Params$Resource$Accounts$Containers$Versions$Undelete extends StandardParameters {
|
|
8495
8455
|
/**
|
|
8496
8456
|
* The GTM Account ID.
|
|
8497
8457
|
*/
|
|
@@ -8505,8 +8465,7 @@ export namespace tagmanager_v1 {
|
|
|
8505
8465
|
*/
|
|
8506
8466
|
containerVersionId?: string;
|
|
8507
8467
|
}
|
|
8508
|
-
export interface Params$Resource$Accounts$Containers$Versions$Update
|
|
8509
|
-
extends StandardParameters {
|
|
8468
|
+
export interface Params$Resource$Accounts$Containers$Versions$Update extends StandardParameters {
|
|
8510
8469
|
/**
|
|
8511
8470
|
* The GTM Account ID.
|
|
8512
8471
|
*/
|
|
@@ -9257,8 +9216,7 @@ export namespace tagmanager_v1 {
|
|
|
9257
9216
|
}
|
|
9258
9217
|
}
|
|
9259
9218
|
|
|
9260
|
-
export interface Params$Resource$Accounts$Permissions$Create
|
|
9261
|
-
extends StandardParameters {
|
|
9219
|
+
export interface Params$Resource$Accounts$Permissions$Create extends StandardParameters {
|
|
9262
9220
|
/**
|
|
9263
9221
|
* The GTM Account ID.
|
|
9264
9222
|
*/
|
|
@@ -9269,8 +9227,7 @@ export namespace tagmanager_v1 {
|
|
|
9269
9227
|
*/
|
|
9270
9228
|
requestBody?: Schema$UserAccess;
|
|
9271
9229
|
}
|
|
9272
|
-
export interface Params$Resource$Accounts$Permissions$Delete
|
|
9273
|
-
extends StandardParameters {
|
|
9230
|
+
export interface Params$Resource$Accounts$Permissions$Delete extends StandardParameters {
|
|
9274
9231
|
/**
|
|
9275
9232
|
* The GTM Account ID.
|
|
9276
9233
|
*/
|
|
@@ -9280,8 +9237,7 @@ export namespace tagmanager_v1 {
|
|
|
9280
9237
|
*/
|
|
9281
9238
|
permissionId?: string;
|
|
9282
9239
|
}
|
|
9283
|
-
export interface Params$Resource$Accounts$Permissions$Get
|
|
9284
|
-
extends StandardParameters {
|
|
9240
|
+
export interface Params$Resource$Accounts$Permissions$Get extends StandardParameters {
|
|
9285
9241
|
/**
|
|
9286
9242
|
* The GTM Account ID.
|
|
9287
9243
|
*/
|
|
@@ -9291,15 +9247,13 @@ export namespace tagmanager_v1 {
|
|
|
9291
9247
|
*/
|
|
9292
9248
|
permissionId?: string;
|
|
9293
9249
|
}
|
|
9294
|
-
export interface Params$Resource$Accounts$Permissions$List
|
|
9295
|
-
extends StandardParameters {
|
|
9250
|
+
export interface Params$Resource$Accounts$Permissions$List extends StandardParameters {
|
|
9296
9251
|
/**
|
|
9297
9252
|
* The GTM Account ID.
|
|
9298
9253
|
*/
|
|
9299
9254
|
accountId?: string;
|
|
9300
9255
|
}
|
|
9301
|
-
export interface Params$Resource$Accounts$Permissions$Update
|
|
9302
|
-
extends StandardParameters {
|
|
9256
|
+
export interface Params$Resource$Accounts$Permissions$Update extends StandardParameters {
|
|
9303
9257
|
/**
|
|
9304
9258
|
* The GTM Account ID.
|
|
9305
9259
|
*/
|