@googleapis/tagmanager 4.1.1 → 5.0.1

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/v2.ts CHANGED
@@ -680,6 +680,10 @@ export namespace tagmanager_v2 {
680
680
  * A workspace entity that may represent a tag, trigger, variable, or folder in addition to its status in the workspace.
681
681
  */
682
682
  export interface Schema$Entity {
683
+ /**
684
+ * The built in variable being represented by the entity.
685
+ */
686
+ builtInVariable?: Schema$BuiltInVariable;
683
687
  /**
684
688
  * Represents how the entity has been changed in the workspace.
685
689
  */
@@ -688,10 +692,18 @@ export namespace tagmanager_v2 {
688
692
  * The client being represented by the entity.
689
693
  */
690
694
  client?: Schema$Client;
695
+ /**
696
+ * The custom template being represented by the entity.
697
+ */
698
+ customTemplate?: Schema$CustomTemplate;
691
699
  /**
692
700
  * The folder being represented by the entity.
693
701
  */
694
702
  folder?: Schema$Folder;
703
+ /**
704
+ * The gtag config being represented by the entity.
705
+ */
706
+ gtagConfig?: Schema$GtagConfig;
695
707
  /**
696
708
  * The tag being represented by the entity.
697
709
  */
@@ -708,6 +720,10 @@ export namespace tagmanager_v2 {
708
720
  * The variable being represented by the entity.
709
721
  */
710
722
  variable?: Schema$Variable;
723
+ /**
724
+ * The zone being represented by the entity.
725
+ */
726
+ zone?: Schema$Zone;
711
727
  }
712
728
  /**
713
729
  * Represents a Google Tag Manager Environment. Note that a user can create, delete and update environments of type USER, but can only update the enable_debug and url fields of environments of other types.
@@ -1146,7 +1162,7 @@ export namespace tagmanager_v2 {
1146
1162
  */
1147
1163
  export interface Schema$Parameter {
1148
1164
  /**
1149
- * Whether or not a reference type parameter is strongly or weakly referenced. @mutable tagmanager.accounts.containers.workspaces.transformations.create @mutable tagmanager.accounts.containers.workspaces.transformations.update
1165
+ * Whether or not a reference type parameter is strongly or weakly referenced. Only used by Transformations. @mutable tagmanager.accounts.containers.workspaces.transformations.create @mutable tagmanager.accounts.containers.workspaces.transformations.update
1150
1166
  */
1151
1167
  isWeakReference?: boolean | null;
1152
1168
  /**
@@ -1972,6 +1988,7 @@ export namespace tagmanager_v2 {
1972
1988
  '$1'
1973
1989
  ),
1974
1990
  method: 'GET',
1991
+ apiVersion: '',
1975
1992
  },
1976
1993
  options
1977
1994
  ),
@@ -2063,6 +2080,7 @@ export namespace tagmanager_v2 {
2063
2080
  '$1'
2064
2081
  ),
2065
2082
  method: 'GET',
2083
+ apiVersion: '',
2066
2084
  },
2067
2085
  options
2068
2086
  ),
@@ -2149,6 +2167,7 @@ export namespace tagmanager_v2 {
2149
2167
  '$1'
2150
2168
  ),
2151
2169
  method: 'PUT',
2170
+ apiVersion: '',
2152
2171
  },
2153
2172
  options
2154
2173
  ),
@@ -2293,6 +2312,7 @@ export namespace tagmanager_v2 {
2293
2312
  '$1'
2294
2313
  ),
2295
2314
  method: 'POST',
2315
+ apiVersion: '',
2296
2316
  },
2297
2317
  options
2298
2318
  ),
@@ -2380,6 +2400,7 @@ export namespace tagmanager_v2 {
2380
2400
  '$1'
2381
2401
  ),
2382
2402
  method: 'POST',
2403
+ apiVersion: '',
2383
2404
  },
2384
2405
  options
2385
2406
  ),
@@ -2465,6 +2486,7 @@ export namespace tagmanager_v2 {
2465
2486
  '$1'
2466
2487
  ),
2467
2488
  method: 'DELETE',
2489
+ apiVersion: '',
2468
2490
  },
2469
2491
  options
2470
2492
  ),
@@ -2552,6 +2574,7 @@ export namespace tagmanager_v2 {
2552
2574
  '$1'
2553
2575
  ),
2554
2576
  method: 'GET',
2577
+ apiVersion: '',
2555
2578
  },
2556
2579
  options
2557
2580
  ),
@@ -2644,6 +2667,7 @@ export namespace tagmanager_v2 {
2644
2667
  '$1'
2645
2668
  ),
2646
2669
  method: 'GET',
2670
+ apiVersion: '',
2647
2671
  },
2648
2672
  options
2649
2673
  ),
@@ -2730,6 +2754,7 @@ export namespace tagmanager_v2 {
2730
2754
  rootUrl + '/tagmanager/v2/accounts/containers:lookup'
2731
2755
  ).replace(/([^:]\/)\/+/g, '$1'),
2732
2756
  method: 'GET',
2757
+ apiVersion: '',
2733
2758
  },
2734
2759
  options
2735
2760
  ),
@@ -2817,6 +2842,7 @@ export namespace tagmanager_v2 {
2817
2842
  '$1'
2818
2843
  ),
2819
2844
  method: 'POST',
2845
+ apiVersion: '',
2820
2846
  },
2821
2847
  options
2822
2848
  ),
@@ -2911,6 +2937,7 @@ export namespace tagmanager_v2 {
2911
2937
  '$1'
2912
2938
  ),
2913
2939
  method: 'GET',
2940
+ apiVersion: '',
2914
2941
  },
2915
2942
  options
2916
2943
  ),
@@ -2998,6 +3025,7 @@ export namespace tagmanager_v2 {
2998
3025
  '$1'
2999
3026
  ),
3000
3027
  method: 'PUT',
3028
+ apiVersion: '',
3001
3029
  },
3002
3030
  options
3003
3031
  ),
@@ -3210,6 +3238,7 @@ export namespace tagmanager_v2 {
3210
3238
  '$1'
3211
3239
  ),
3212
3240
  method: 'GET',
3241
+ apiVersion: '',
3213
3242
  },
3214
3243
  options
3215
3244
  ),
@@ -3296,6 +3325,7 @@ export namespace tagmanager_v2 {
3296
3325
  rootUrl + '/tagmanager/v2/{+parent}/destinations:link'
3297
3326
  ).replace(/([^:]\/)\/+/g, '$1'),
3298
3327
  method: 'POST',
3328
+ apiVersion: '',
3299
3329
  },
3300
3330
  options
3301
3331
  ),
@@ -3388,6 +3418,7 @@ export namespace tagmanager_v2 {
3388
3418
  '$1'
3389
3419
  ),
3390
3420
  method: 'GET',
3421
+ apiVersion: '',
3391
3422
  },
3392
3423
  options
3393
3424
  ),
@@ -3512,6 +3543,7 @@ export namespace tagmanager_v2 {
3512
3543
  '$1'
3513
3544
  ),
3514
3545
  method: 'POST',
3546
+ apiVersion: '',
3515
3547
  },
3516
3548
  options
3517
3549
  ),
@@ -3597,6 +3629,7 @@ export namespace tagmanager_v2 {
3597
3629
  '$1'
3598
3630
  ),
3599
3631
  method: 'DELETE',
3632
+ apiVersion: '',
3600
3633
  },
3601
3634
  options
3602
3635
  ),
@@ -3684,6 +3717,7 @@ export namespace tagmanager_v2 {
3684
3717
  '$1'
3685
3718
  ),
3686
3719
  method: 'GET',
3720
+ apiVersion: '',
3687
3721
  },
3688
3722
  options
3689
3723
  ),
@@ -3776,6 +3810,7 @@ export namespace tagmanager_v2 {
3776
3810
  '$1'
3777
3811
  ),
3778
3812
  method: 'GET',
3813
+ apiVersion: '',
3779
3814
  },
3780
3815
  options
3781
3816
  ),
@@ -3864,6 +3899,7 @@ export namespace tagmanager_v2 {
3864
3899
  '$1'
3865
3900
  ),
3866
3901
  method: 'POST',
3902
+ apiVersion: '',
3867
3903
  },
3868
3904
  options
3869
3905
  ),
@@ -3951,6 +3987,7 @@ export namespace tagmanager_v2 {
3951
3987
  '$1'
3952
3988
  ),
3953
3989
  method: 'PUT',
3990
+ apiVersion: '',
3954
3991
  },
3955
3992
  options
3956
3993
  ),
@@ -4109,6 +4146,7 @@ export namespace tagmanager_v2 {
4109
4146
  '$1'
4110
4147
  ),
4111
4148
  method: 'DELETE',
4149
+ apiVersion: '',
4112
4150
  },
4113
4151
  options
4114
4152
  ),
@@ -4196,6 +4234,7 @@ export namespace tagmanager_v2 {
4196
4234
  '$1'
4197
4235
  ),
4198
4236
  method: 'GET',
4237
+ apiVersion: '',
4199
4238
  },
4200
4239
  options
4201
4240
  ),
@@ -4283,6 +4322,7 @@ export namespace tagmanager_v2 {
4283
4322
  '$1'
4284
4323
  ),
4285
4324
  method: 'GET',
4325
+ apiVersion: '',
4286
4326
  },
4287
4327
  options
4288
4328
  ),
@@ -4377,6 +4417,7 @@ export namespace tagmanager_v2 {
4377
4417
  '$1'
4378
4418
  ),
4379
4419
  method: 'POST',
4420
+ apiVersion: '',
4380
4421
  },
4381
4422
  options
4382
4423
  ),
@@ -4466,6 +4507,7 @@ export namespace tagmanager_v2 {
4466
4507
  '$1'
4467
4508
  ),
4468
4509
  method: 'POST',
4510
+ apiVersion: '',
4469
4511
  },
4470
4512
  options
4471
4513
  ),
@@ -4553,6 +4595,7 @@ export namespace tagmanager_v2 {
4553
4595
  '$1'
4554
4596
  ),
4555
4597
  method: 'POST',
4598
+ apiVersion: '',
4556
4599
  },
4557
4600
  options
4558
4601
  ),
@@ -4640,6 +4683,7 @@ export namespace tagmanager_v2 {
4640
4683
  '$1'
4641
4684
  ),
4642
4685
  method: 'PUT',
4686
+ apiVersion: '',
4643
4687
  },
4644
4688
  options
4645
4689
  ),
@@ -4806,6 +4850,7 @@ export namespace tagmanager_v2 {
4806
4850
  rootUrl + '/tagmanager/v2/{+parent}/version_headers:latest'
4807
4851
  ).replace(/([^:]\/)\/+/g, '$1'),
4808
4852
  method: 'GET',
4853
+ apiVersion: '',
4809
4854
  },
4810
4855
  options
4811
4856
  ),
@@ -4900,6 +4945,7 @@ export namespace tagmanager_v2 {
4900
4945
  '$1'
4901
4946
  ),
4902
4947
  method: 'GET',
4948
+ apiVersion: '',
4903
4949
  },
4904
4950
  options
4905
4951
  ),
@@ -5060,6 +5106,7 @@ export namespace tagmanager_v2 {
5060
5106
  '$1'
5061
5107
  ),
5062
5108
  method: 'POST',
5109
+ apiVersion: '',
5063
5110
  },
5064
5111
  options
5065
5112
  ),
@@ -5155,6 +5202,7 @@ export namespace tagmanager_v2 {
5155
5202
  '$1'
5156
5203
  ),
5157
5204
  method: 'POST',
5205
+ apiVersion: '',
5158
5206
  },
5159
5207
  options
5160
5208
  ),
@@ -5242,6 +5290,7 @@ export namespace tagmanager_v2 {
5242
5290
  '$1'
5243
5291
  ),
5244
5292
  method: 'DELETE',
5293
+ apiVersion: '',
5245
5294
  },
5246
5295
  options
5247
5296
  ),
@@ -5329,6 +5378,7 @@ export namespace tagmanager_v2 {
5329
5378
  '$1'
5330
5379
  ),
5331
5380
  method: 'GET',
5381
+ apiVersion: '',
5332
5382
  },
5333
5383
  options
5334
5384
  ),
@@ -5423,6 +5473,7 @@ export namespace tagmanager_v2 {
5423
5473
  '$1'
5424
5474
  ),
5425
5475
  method: 'GET',
5476
+ apiVersion: '',
5426
5477
  },
5427
5478
  options
5428
5479
  ),
@@ -5515,6 +5566,7 @@ export namespace tagmanager_v2 {
5515
5566
  '$1'
5516
5567
  ),
5517
5568
  method: 'GET',
5569
+ apiVersion: '',
5518
5570
  },
5519
5571
  options
5520
5572
  ),
@@ -5610,6 +5662,7 @@ export namespace tagmanager_v2 {
5610
5662
  '$1'
5611
5663
  ),
5612
5664
  method: 'POST',
5665
+ apiVersion: '',
5613
5666
  },
5614
5667
  options
5615
5668
  ),
@@ -5696,6 +5749,7 @@ export namespace tagmanager_v2 {
5696
5749
  '$1'
5697
5750
  ),
5698
5751
  method: 'POST',
5752
+ apiVersion: '',
5699
5753
  },
5700
5754
  options
5701
5755
  ),
@@ -5788,6 +5842,7 @@ export namespace tagmanager_v2 {
5788
5842
  '$1'
5789
5843
  ),
5790
5844
  method: 'POST',
5845
+ apiVersion: '',
5791
5846
  },
5792
5847
  options
5793
5848
  ),
@@ -5875,6 +5930,7 @@ export namespace tagmanager_v2 {
5875
5930
  '$1'
5876
5931
  ),
5877
5932
  method: 'PUT',
5933
+ apiVersion: '',
5878
5934
  },
5879
5935
  options
5880
5936
  ),
@@ -6079,6 +6135,7 @@ export namespace tagmanager_v2 {
6079
6135
  rootUrl + '/tagmanager/v2/{+parent}/built_in_variables'
6080
6136
  ).replace(/([^:]\/)\/+/g, '$1'),
6081
6137
  method: 'POST',
6138
+ apiVersion: '',
6082
6139
  },
6083
6140
  options
6084
6141
  ),
@@ -6167,6 +6224,7 @@ export namespace tagmanager_v2 {
6167
6224
  '$1'
6168
6225
  ),
6169
6226
  method: 'DELETE',
6227
+ apiVersion: '',
6170
6228
  },
6171
6229
  options
6172
6230
  ),
@@ -6261,6 +6319,7 @@ export namespace tagmanager_v2 {
6261
6319
  rootUrl + '/tagmanager/v2/{+parent}/built_in_variables'
6262
6320
  ).replace(/([^:]\/)\/+/g, '$1'),
6263
6321
  method: 'GET',
6322
+ apiVersion: '',
6264
6323
  },
6265
6324
  options
6266
6325
  ),
@@ -6357,6 +6416,7 @@ export namespace tagmanager_v2 {
6357
6416
  rootUrl + '/tagmanager/v2/{+path}/built_in_variables:revert'
6358
6417
  ).replace(/([^:]\/)\/+/g, '$1'),
6359
6418
  method: 'POST',
6419
+ apiVersion: '',
6360
6420
  },
6361
6421
  options
6362
6422
  ),
@@ -6499,6 +6559,7 @@ export namespace tagmanager_v2 {
6499
6559
  '$1'
6500
6560
  ),
6501
6561
  method: 'POST',
6562
+ apiVersion: '',
6502
6563
  },
6503
6564
  options
6504
6565
  ),
@@ -6585,6 +6646,7 @@ export namespace tagmanager_v2 {
6585
6646
  '$1'
6586
6647
  ),
6587
6648
  method: 'DELETE',
6649
+ apiVersion: '',
6588
6650
  },
6589
6651
  options
6590
6652
  ),
@@ -6673,6 +6735,7 @@ export namespace tagmanager_v2 {
6673
6735
  '$1'
6674
6736
  ),
6675
6737
  method: 'GET',
6738
+ apiVersion: '',
6676
6739
  },
6677
6740
  options
6678
6741
  ),
@@ -6764,6 +6827,7 @@ export namespace tagmanager_v2 {
6764
6827
  '$1'
6765
6828
  ),
6766
6829
  method: 'GET',
6830
+ apiVersion: '',
6767
6831
  },
6768
6832
  options
6769
6833
  ),
@@ -6857,6 +6921,7 @@ export namespace tagmanager_v2 {
6857
6921
  '$1'
6858
6922
  ),
6859
6923
  method: 'POST',
6924
+ apiVersion: '',
6860
6925
  },
6861
6926
  options
6862
6927
  ),
@@ -6945,6 +7010,7 @@ export namespace tagmanager_v2 {
6945
7010
  '$1'
6946
7011
  ),
6947
7012
  method: 'PUT',
7013
+ apiVersion: '',
6948
7014
  },
6949
7015
  options
6950
7016
  ),
@@ -7105,6 +7171,7 @@ export namespace tagmanager_v2 {
7105
7171
  '$1'
7106
7172
  ),
7107
7173
  method: 'POST',
7174
+ apiVersion: '',
7108
7175
  },
7109
7176
  options
7110
7177
  ),
@@ -7191,6 +7258,7 @@ export namespace tagmanager_v2 {
7191
7258
  '$1'
7192
7259
  ),
7193
7260
  method: 'DELETE',
7261
+ apiVersion: '',
7194
7262
  },
7195
7263
  options
7196
7264
  ),
@@ -7279,6 +7347,7 @@ export namespace tagmanager_v2 {
7279
7347
  '$1'
7280
7348
  ),
7281
7349
  method: 'POST',
7350
+ apiVersion: '',
7282
7351
  },
7283
7352
  options
7284
7353
  ),
@@ -7367,6 +7436,7 @@ export namespace tagmanager_v2 {
7367
7436
  '$1'
7368
7437
  ),
7369
7438
  method: 'GET',
7439
+ apiVersion: '',
7370
7440
  },
7371
7441
  options
7372
7442
  ),
@@ -7458,6 +7528,7 @@ export namespace tagmanager_v2 {
7458
7528
  '$1'
7459
7529
  ),
7460
7530
  method: 'GET',
7531
+ apiVersion: '',
7461
7532
  },
7462
7533
  options
7463
7534
  ),
@@ -7477,7 +7548,7 @@ export namespace tagmanager_v2 {
7477
7548
  }
7478
7549
 
7479
7550
  /**
7480
- * Moves entities to a GTM Folder.
7551
+ * Moves entities to a GTM Folder. If {folder_id\} in the request path equals 0, this will instead move entities out of the folder they currently belong to.
7481
7552
  *
7482
7553
  * @param params - Parameters for request
7483
7554
  * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
@@ -7543,6 +7614,7 @@ export namespace tagmanager_v2 {
7543
7614
  rootUrl + '/tagmanager/v2/{+path}:move_entities_to_folder'
7544
7615
  ).replace(/([^:]\/)\/+/g, '$1'),
7545
7616
  method: 'POST',
7617
+ apiVersion: '',
7546
7618
  },
7547
7619
  options
7548
7620
  ),
@@ -7636,6 +7708,7 @@ export namespace tagmanager_v2 {
7636
7708
  '$1'
7637
7709
  ),
7638
7710
  method: 'POST',
7711
+ apiVersion: '',
7639
7712
  },
7640
7713
  options
7641
7714
  ),
@@ -7724,6 +7797,7 @@ export namespace tagmanager_v2 {
7724
7797
  '$1'
7725
7798
  ),
7726
7799
  method: 'PUT',
7800
+ apiVersion: '',
7727
7801
  },
7728
7802
  options
7729
7803
  ),
@@ -7919,6 +7993,7 @@ export namespace tagmanager_v2 {
7919
7993
  '$1'
7920
7994
  ),
7921
7995
  method: 'POST',
7996
+ apiVersion: '',
7922
7997
  },
7923
7998
  options
7924
7999
  ),
@@ -8005,6 +8080,7 @@ export namespace tagmanager_v2 {
8005
8080
  '$1'
8006
8081
  ),
8007
8082
  method: 'DELETE',
8083
+ apiVersion: '',
8008
8084
  },
8009
8085
  options
8010
8086
  ),
@@ -8093,6 +8169,7 @@ export namespace tagmanager_v2 {
8093
8169
  '$1'
8094
8170
  ),
8095
8171
  method: 'GET',
8172
+ apiVersion: '',
8096
8173
  },
8097
8174
  options
8098
8175
  ),
@@ -8186,6 +8263,7 @@ export namespace tagmanager_v2 {
8186
8263
  '$1'
8187
8264
  ),
8188
8265
  method: 'GET',
8266
+ apiVersion: '',
8189
8267
  },
8190
8268
  options
8191
8269
  ),
@@ -8274,6 +8352,7 @@ export namespace tagmanager_v2 {
8274
8352
  '$1'
8275
8353
  ),
8276
8354
  method: 'PUT',
8355
+ apiVersion: '',
8277
8356
  },
8278
8357
  options
8279
8358
  ),
@@ -8423,6 +8502,7 @@ export namespace tagmanager_v2 {
8423
8502
  '$1'
8424
8503
  ),
8425
8504
  method: 'POST',
8505
+ apiVersion: '',
8426
8506
  },
8427
8507
  options
8428
8508
  ),
@@ -8509,6 +8589,7 @@ export namespace tagmanager_v2 {
8509
8589
  '$1'
8510
8590
  ),
8511
8591
  method: 'DELETE',
8592
+ apiVersion: '',
8512
8593
  },
8513
8594
  options
8514
8595
  ),
@@ -8596,6 +8677,7 @@ export namespace tagmanager_v2 {
8596
8677
  '$1'
8597
8678
  ),
8598
8679
  method: 'GET',
8680
+ apiVersion: '',
8599
8681
  },
8600
8682
  options
8601
8683
  ),
@@ -8683,6 +8765,7 @@ export namespace tagmanager_v2 {
8683
8765
  '$1'
8684
8766
  ),
8685
8767
  method: 'GET',
8768
+ apiVersion: '',
8686
8769
  },
8687
8770
  options
8688
8771
  ),
@@ -8774,6 +8857,7 @@ export namespace tagmanager_v2 {
8774
8857
  '$1'
8775
8858
  ),
8776
8859
  method: 'POST',
8860
+ apiVersion: '',
8777
8861
  },
8778
8862
  options
8779
8863
  ),
@@ -8862,6 +8946,7 @@ export namespace tagmanager_v2 {
8862
8946
  '$1'
8863
8947
  ),
8864
8948
  method: 'PUT',
8949
+ apiVersion: '',
8865
8950
  },
8866
8951
  options
8867
8952
  ),
@@ -9022,6 +9107,7 @@ export namespace tagmanager_v2 {
9022
9107
  '$1'
9023
9108
  ),
9024
9109
  method: 'POST',
9110
+ apiVersion: '',
9025
9111
  },
9026
9112
  options
9027
9113
  ),
@@ -9108,6 +9194,7 @@ export namespace tagmanager_v2 {
9108
9194
  '$1'
9109
9195
  ),
9110
9196
  method: 'DELETE',
9197
+ apiVersion: '',
9111
9198
  },
9112
9199
  options
9113
9200
  ),
@@ -9196,6 +9283,7 @@ export namespace tagmanager_v2 {
9196
9283
  '$1'
9197
9284
  ),
9198
9285
  method: 'GET',
9286
+ apiVersion: '',
9199
9287
  },
9200
9288
  options
9201
9289
  ),
@@ -9289,6 +9377,7 @@ export namespace tagmanager_v2 {
9289
9377
  '$1'
9290
9378
  ),
9291
9379
  method: 'GET',
9380
+ apiVersion: '',
9292
9381
  },
9293
9382
  options
9294
9383
  ),
@@ -9382,6 +9471,7 @@ export namespace tagmanager_v2 {
9382
9471
  '$1'
9383
9472
  ),
9384
9473
  method: 'POST',
9474
+ apiVersion: '',
9385
9475
  },
9386
9476
  options
9387
9477
  ),
@@ -9470,6 +9560,7 @@ export namespace tagmanager_v2 {
9470
9560
  '$1'
9471
9561
  ),
9472
9562
  method: 'PUT',
9563
+ apiVersion: '',
9473
9564
  },
9474
9565
  options
9475
9566
  ),
@@ -9630,6 +9721,7 @@ export namespace tagmanager_v2 {
9630
9721
  '$1'
9631
9722
  ),
9632
9723
  method: 'POST',
9724
+ apiVersion: '',
9633
9725
  },
9634
9726
  options
9635
9727
  ),
@@ -9716,6 +9808,7 @@ export namespace tagmanager_v2 {
9716
9808
  '$1'
9717
9809
  ),
9718
9810
  method: 'DELETE',
9811
+ apiVersion: '',
9719
9812
  },
9720
9813
  options
9721
9814
  ),
@@ -9804,6 +9897,7 @@ export namespace tagmanager_v2 {
9804
9897
  '$1'
9805
9898
  ),
9806
9899
  method: 'GET',
9900
+ apiVersion: '',
9807
9901
  },
9808
9902
  options
9809
9903
  ),
@@ -9899,6 +9993,7 @@ export namespace tagmanager_v2 {
9899
9993
  '$1'
9900
9994
  ),
9901
9995
  method: 'GET',
9996
+ apiVersion: '',
9902
9997
  },
9903
9998
  options
9904
9999
  ),
@@ -9994,6 +10089,7 @@ export namespace tagmanager_v2 {
9994
10089
  '$1'
9995
10090
  ),
9996
10091
  method: 'POST',
10092
+ apiVersion: '',
9997
10093
  },
9998
10094
  options
9999
10095
  ),
@@ -10084,6 +10180,7 @@ export namespace tagmanager_v2 {
10084
10180
  '$1'
10085
10181
  ),
10086
10182
  method: 'PUT',
10183
+ apiVersion: '',
10087
10184
  },
10088
10185
  options
10089
10186
  ),
@@ -10244,6 +10341,7 @@ export namespace tagmanager_v2 {
10244
10341
  '$1'
10245
10342
  ),
10246
10343
  method: 'POST',
10344
+ apiVersion: '',
10247
10345
  },
10248
10346
  options
10249
10347
  ),
@@ -10330,6 +10428,7 @@ export namespace tagmanager_v2 {
10330
10428
  '$1'
10331
10429
  ),
10332
10430
  method: 'DELETE',
10431
+ apiVersion: '',
10333
10432
  },
10334
10433
  options
10335
10434
  ),
@@ -10418,6 +10517,7 @@ export namespace tagmanager_v2 {
10418
10517
  '$1'
10419
10518
  ),
10420
10519
  method: 'GET',
10520
+ apiVersion: '',
10421
10521
  },
10422
10522
  options
10423
10523
  ),
@@ -10511,6 +10611,7 @@ export namespace tagmanager_v2 {
10511
10611
  '$1'
10512
10612
  ),
10513
10613
  method: 'GET',
10614
+ apiVersion: '',
10514
10615
  },
10515
10616
  options
10516
10617
  ),
@@ -10604,6 +10705,7 @@ export namespace tagmanager_v2 {
10604
10705
  '$1'
10605
10706
  ),
10606
10707
  method: 'POST',
10708
+ apiVersion: '',
10607
10709
  },
10608
10710
  options
10609
10711
  ),
@@ -10692,6 +10794,7 @@ export namespace tagmanager_v2 {
10692
10794
  '$1'
10693
10795
  ),
10694
10796
  method: 'PUT',
10797
+ apiVersion: '',
10695
10798
  },
10696
10799
  options
10697
10800
  ),
@@ -10852,6 +10955,7 @@ export namespace tagmanager_v2 {
10852
10955
  '$1'
10853
10956
  ),
10854
10957
  method: 'POST',
10958
+ apiVersion: '',
10855
10959
  },
10856
10960
  options
10857
10961
  ),
@@ -10938,6 +11042,7 @@ export namespace tagmanager_v2 {
10938
11042
  '$1'
10939
11043
  ),
10940
11044
  method: 'DELETE',
11045
+ apiVersion: '',
10941
11046
  },
10942
11047
  options
10943
11048
  ),
@@ -11026,6 +11131,7 @@ export namespace tagmanager_v2 {
11026
11131
  '$1'
11027
11132
  ),
11028
11133
  method: 'GET',
11134
+ apiVersion: '',
11029
11135
  },
11030
11136
  options
11031
11137
  ),
@@ -11119,6 +11225,7 @@ export namespace tagmanager_v2 {
11119
11225
  '$1'
11120
11226
  ),
11121
11227
  method: 'GET',
11228
+ apiVersion: '',
11122
11229
  },
11123
11230
  options
11124
11231
  ),
@@ -11212,6 +11319,7 @@ export namespace tagmanager_v2 {
11212
11319
  '$1'
11213
11320
  ),
11214
11321
  method: 'POST',
11322
+ apiVersion: '',
11215
11323
  },
11216
11324
  options
11217
11325
  ),
@@ -11300,6 +11408,7 @@ export namespace tagmanager_v2 {
11300
11408
  '$1'
11301
11409
  ),
11302
11410
  method: 'PUT',
11411
+ apiVersion: '',
11303
11412
  },
11304
11413
  options
11305
11414
  ),
@@ -11460,6 +11569,7 @@ export namespace tagmanager_v2 {
11460
11569
  '$1'
11461
11570
  ),
11462
11571
  method: 'POST',
11572
+ apiVersion: '',
11463
11573
  },
11464
11574
  options
11465
11575
  ),
@@ -11546,6 +11656,7 @@ export namespace tagmanager_v2 {
11546
11656
  '$1'
11547
11657
  ),
11548
11658
  method: 'DELETE',
11659
+ apiVersion: '',
11549
11660
  },
11550
11661
  options
11551
11662
  ),
@@ -11633,6 +11744,7 @@ export namespace tagmanager_v2 {
11633
11744
  '$1'
11634
11745
  ),
11635
11746
  method: 'GET',
11747
+ apiVersion: '',
11636
11748
  },
11637
11749
  options
11638
11750
  ),
@@ -11724,6 +11836,7 @@ export namespace tagmanager_v2 {
11724
11836
  '$1'
11725
11837
  ),
11726
11838
  method: 'GET',
11839
+ apiVersion: '',
11727
11840
  },
11728
11841
  options
11729
11842
  ),
@@ -11815,6 +11928,7 @@ export namespace tagmanager_v2 {
11815
11928
  '$1'
11816
11929
  ),
11817
11930
  method: 'POST',
11931
+ apiVersion: '',
11818
11932
  },
11819
11933
  options
11820
11934
  ),
@@ -11903,6 +12017,7 @@ export namespace tagmanager_v2 {
11903
12017
  '$1'
11904
12018
  ),
11905
12019
  method: 'PUT',
12020
+ apiVersion: '',
11906
12021
  },
11907
12022
  options
11908
12023
  ),
@@ -12061,6 +12176,7 @@ export namespace tagmanager_v2 {
12061
12176
  rootUrl + '/tagmanager/v2/{+parent}/user_permissions'
12062
12177
  ).replace(/([^:]\/)\/+/g, '$1'),
12063
12178
  method: 'POST',
12179
+ apiVersion: '',
12064
12180
  },
12065
12181
  options
12066
12182
  ),
@@ -12146,6 +12262,7 @@ export namespace tagmanager_v2 {
12146
12262
  '$1'
12147
12263
  ),
12148
12264
  method: 'DELETE',
12265
+ apiVersion: '',
12149
12266
  },
12150
12267
  options
12151
12268
  ),
@@ -12233,6 +12350,7 @@ export namespace tagmanager_v2 {
12233
12350
  '$1'
12234
12351
  ),
12235
12352
  method: 'GET',
12353
+ apiVersion: '',
12236
12354
  },
12237
12355
  options
12238
12356
  ),
@@ -12326,6 +12444,7 @@ export namespace tagmanager_v2 {
12326
12444
  rootUrl + '/tagmanager/v2/{+parent}/user_permissions'
12327
12445
  ).replace(/([^:]\/)\/+/g, '$1'),
12328
12446
  method: 'GET',
12447
+ apiVersion: '',
12329
12448
  },
12330
12449
  options
12331
12450
  ),
@@ -12413,6 +12532,7 @@ export namespace tagmanager_v2 {
12413
12532
  '$1'
12414
12533
  ),
12415
12534
  method: 'PUT',
12535
+ apiVersion: '',
12416
12536
  },
12417
12537
  options
12418
12538
  ),