@maxim_mazurok/gapi.client.logging-v2 0.0.20240112 → 0.0.20240207

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 -1
  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://logging.googleapis.com/$discovery/rest?version=v2
12
- // Revision: 20240112
12
+ // Revision: 20240207
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -695,6 +695,8 @@ declare namespace gapi.client {
695
695
  updateTime?: string;
696
696
  }
697
697
  interface Settings {
698
+ /** Optional. The default analytics mode of an org or folder which is inherited by all newly created child project buckets. */
699
+ analyticsMode?: string;
698
700
  /** Optional. Overrides the built-in configuration for _Default sink. */
699
701
  defaultSinkConfig?: DefaultSinkConfig;
700
702
  /** Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log storage if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.logging-v2",
3
- "version": "0.0.20240112",
3
+ "version": "0.0.20240207",
4
4
  "description": "TypeScript typings for Cloud Logging API v2",
5
5
  "repository": {
6
6
  "type": "git",