Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/opamp-client-node/lib/generated/anyvalue_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
// - Change of go_package to reference a package in this repo.
// - Removal of gogoproto usage.

// @generated by protoc-gen-es v2.2.5 with parameter "target=js+dts,js_import_style=legacy_commonjs"
// @generated by protoc-gen-es v2.7.0 with parameter "target=js+dts,js_import_style=legacy_commonjs"
// @generated from file anyvalue.proto (package opamp.proto, syntax proto3)
/* eslint-disable */

import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
import type { Message } from "@bufbuild/protobuf";

/**
Expand Down
4 changes: 2 additions & 2 deletions packages/opamp-client-node/lib/generated/anyvalue_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
// - Change of go_package to reference a package in this repo.
// - Removal of gogoproto usage.

// @generated by protoc-gen-es v2.2.5 with parameter "target=js+dts,js_import_style=legacy_commonjs"
// @generated by protoc-gen-es v2.7.0 with parameter "target=js+dts,js_import_style=legacy_commonjs"
// @generated from file anyvalue.proto (package opamp.proto, syntax proto3)
/* eslint-disable */

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

const { fileDesc, messageDesc } = require("@bufbuild/protobuf/codegenv1");
const { fileDesc, messageDesc } = require("@bufbuild/protobuf/codegenv2");

/**
* Describes the file anyvalue.proto.
Expand Down
4 changes: 2 additions & 2 deletions packages/opamp-client-node/lib/generated/opamp_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

// OpAMP: Open Agent Management Protocol (https://github.com/open-telemetry/opamp-spec)

// @generated by protoc-gen-es v2.2.5 with parameter "target=js+dts,js_import_style=legacy_commonjs"
// @generated by protoc-gen-es v2.7.0 with parameter "target=js+dts,js_import_style=legacy_commonjs"
// @generated from file opamp.proto (package opamp.proto, syntax proto3)
/* eslint-disable */

import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
import type { Message } from "@bufbuild/protobuf";
import type { KeyValue } from "./anyvalue_pb";

Expand Down
4 changes: 2 additions & 2 deletions packages/opamp-client-node/lib/generated/opamp_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

// OpAMP: Open Agent Management Protocol (https://github.com/open-telemetry/opamp-spec)

// @generated by protoc-gen-es v2.2.5 with parameter "target=js+dts,js_import_style=legacy_commonjs"
// @generated by protoc-gen-es v2.7.0 with parameter "target=js+dts,js_import_style=legacy_commonjs"
// @generated from file opamp.proto (package opamp.proto, syntax proto3)
/* eslint-disable */

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

const { enumDesc, fileDesc, messageDesc, tsEnum } = require("@bufbuild/protobuf/codegenv1");
const { enumDesc, fileDesc, messageDesc, tsEnum } = require("@bufbuild/protobuf/codegenv2");
const { file_anyvalue } = require("./anyvalue_pb");

/**
Expand Down
90 changes: 45 additions & 45 deletions packages/opamp-client-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions packages/opamp-client-node/types/generated/anyvalue_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,31 @@ export const file_anyvalue: import("@bufbuild/protobuf").DescFile;
* Describes the message opamp.proto.AnyValue.
* Use `create(AnyValueSchema)` to create a new message.
*/
export const AnyValueSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
export const AnyValueSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
jsonType: undefined;
validType: undefined;
}>;
/**
* Describes the message opamp.proto.ArrayValue.
* Use `create(ArrayValueSchema)` to create a new message.
*/
export const ArrayValueSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
export const ArrayValueSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
jsonType: undefined;
validType: undefined;
}>;
/**
* Describes the message opamp.proto.KeyValueList.
* Use `create(KeyValueListSchema)` to create a new message.
*/
export const KeyValueListSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
export const KeyValueListSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
jsonType: undefined;
validType: undefined;
}>;
/**
* Describes the message opamp.proto.KeyValue.
* Use `create(KeyValueSchema)` to create a new message.
*/
export const KeyValueSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
export const KeyValueSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
jsonType: undefined;
validType: undefined;
}>;
Loading
Loading