@maxim_mazurok/gapi.client.chromepolicy-v1 0.0.20250324 → 0.0.20250327
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/index.d.ts +3 -1
- 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://chromepolicy.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250327
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -399,6 +399,8 @@ declare namespace gapi.client {
|
|
|
399
399
|
messageType?: Proto2DescriptorProto[];
|
|
400
400
|
/** file name, relative to root of source tree */
|
|
401
401
|
name?: string;
|
|
402
|
+
/** Names of files imported by this file purely for the purpose of providing option extensions. These are excluded from the dependency list above. */
|
|
403
|
+
optionDependency?: string[];
|
|
402
404
|
/** e.g. "foo", "foo.bar", etc. */
|
|
403
405
|
package?: string;
|
|
404
406
|
/** The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If `edition` is present, this value must be "editions". WARNING: This field should only be used by protobuf plugins or special cases like the proto compiler. Other uses are discouraged and developers should rely on the protoreflect APIs for their client language. */
|