@maxim_mazurok/gapi.client.tagmanager-v2 0.3.20260626 → 0.3.20260629

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.
Files changed (2) hide show
  1. package/index.d.ts +3 -59
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://tagmanager.googleapis.com/$discovery/rest?version=v2
12
- // Revision: 20260626
12
+ // Revision: 20260629
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -214,57 +214,6 @@ declare namespace gapi.client {
214
214
  /** GTM Workspace ID. */
215
215
  workspaceId?: string;
216
216
  }
217
- interface CompilerErrorLite {
218
- errorMessage?: string;
219
- errorType?:
220
- | 'unknownErrorType'
221
- | 'duplicateAutoEventName'
222
- | 'duplicateConditionId'
223
- | 'duplicateDefaultMacro'
224
- | 'duplicateTagName'
225
- | 'internalCompilerError'
226
- | 'invalidMacroKey'
227
- | 'invalidNumberPredicateArgs'
228
- | 'invalidMacroFormat'
229
- | 'invalidMacroNameReference'
230
- | 'invalidMacroParameter'
231
- | 'invalidUsageContext'
232
- | 'invalidRegex'
233
- | 'macroCycle'
234
- | 'unknownConditionId'
235
- | 'unknownMacroInstance'
236
- | 'invalidManualEscaping'
237
- | 'invalidHtmlCssJs'
238
- | 'macroInCommentsError'
239
- | 'jsCompilerError'
240
- | 'jsonError'
241
- | 'invalidTagParameter'
242
- | 'javascriptTooLong'
243
- | 'unknownTagInstance'
244
- | 'invalidTagReference'
245
- | 'unknownTriggerId'
246
- | 'customTriggerMissingEventFilter'
247
- | 'duplicateTriggerId'
248
- | 'unsupportedTriggerType'
249
- | 'invalidTriggerParameter'
250
- | 'duplicateExperimentId'
251
- | 'pixieCompilerError'
252
- | 'macroNotServerSideResolvable'
253
- | 'invalidBlockingTrigger'
254
- | 'lineTooLong'
255
- | 'invalidTypeInSelect'
256
- | 'gaExperimentMacroIsDeprecated'
257
- | 'unsafeHtmlContent'
258
- | 'unsafeHtmlAttributeValue'
259
- | 'unsafeCssContent'
260
- | 'parameterReferenceNotFound'
261
- | 'invalidCustomTemplateRuntimeCode'
262
- | 'conflictingDestinationRouting'
263
- | 'missingRequiredActivity'
264
- | 'unresolvableDestinationTag'
265
- | 'invalidDestinationTag'
266
- | 'tosRequiredForThirdPartyTags';
267
- }
268
217
  interface Condition {
269
218
  /** A list of named parameters (key/value), depending on the condition's type. Notes: - For binary operators, include parameters named arg0 and arg1 for specifying the left and right operands, respectively. - At this time, the left operand (arg0) must be a reference to a variable. - For case-insensitive Regex matching, include a boolean parameter named ignore_case that is set to true. If not specified or set to any other value, the matching will be case sensitive. - To negate an operator, include a boolean parameter named negate boolean parameter that is set to true. */
270
219
  parameter?: Parameter[];
@@ -446,8 +395,6 @@ declare namespace gapi.client {
446
395
  interface CreateContainerVersionResponse {
447
396
  /** Compiler errors or not. */
448
397
  compilerError?: boolean;
449
- /** Compiler error details. */
450
- compilerErrors?: CompilerErrorLite[];
451
398
  /** The container version created. */
452
399
  containerVersion?: ContainerVersion;
453
400
  /** Auto generated workspace path created as a result of version creation. This field should only be populated if the created version was not a quick preview. */
@@ -769,16 +716,12 @@ declare namespace gapi.client {
769
716
  interface PublishContainerVersionResponse {
770
717
  /** Compiler errors or not. */
771
718
  compilerError?: boolean;
772
- /** Compiler error details. */
773
- compilerErrors?: CompilerErrorLite[];
774
719
  /** The container version created. */
775
720
  containerVersion?: ContainerVersion;
776
721
  }
777
722
  interface QuickPreviewResponse {
778
723
  /** Were there compiler errors or not. */
779
724
  compilerError?: boolean;
780
- /** Compiler error details. */
781
- compilerErrors?: CompilerErrorLite[];
782
725
  /** The quick previewed container version. */
783
726
  containerVersion?: ContainerVersion;
784
727
  /** Whether quick previewing failed when syncing the workspace to the latest container version. */
@@ -1091,7 +1034,8 @@ declare namespace gapi.client {
1091
1034
  /** The option to convert a variable value to a boolean. */
1092
1035
  convertToBoolean?: boolean;
1093
1036
  /** The option to convert a variable value to a number. */
1094
- convertToNumber?: 'decimalSeparatorTypeUnspecified' | 'period' | 'comma';
1037
+ convertToNumber?:
1038
+ 'decimalSeparatorTypeUnspecified' | 'period' | 'comma' | 'automatic';
1095
1039
  /** The value to convert if a variable value is true. */
1096
1040
  convertTrueToValue?: Parameter;
1097
1041
  /** The value to convert if a variable value is undefined. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.tagmanager-v2",
3
- "version": "0.3.20260626",
3
+ "version": "0.3.20260629",
4
4
  "description": "TypeScript typings for Tag Manager API v2",
5
5
  "repository": {
6
6
  "type": "git",