Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @bufbuild/protobuf and @bufbuild/protoc-gen-es #100

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
2 changes: 1 addition & 1 deletion build/es/eventbus/eventbus_pb.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file eventbus/eventbus.proto (package infinimesh.eventbus, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
6 changes: 3 additions & 3 deletions build/es/eventbus/eventbus_pb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file eventbus/eventbus.proto (package infinimesh.eventbus, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand All @@ -11,7 +11,7 @@ import { Device } from "../node/devices/devices_pb.js";
/**
* @generated from enum infinimesh.eventbus.EventKind
*/
export const EventKind = proto3.makeEnum(
export const EventKind = /*@__PURE__*/ proto3.makeEnum(
"infinimesh.eventbus.EventKind",
[
{no: 0, name: "NONE"},
Expand All @@ -32,7 +32,7 @@ export const EventKind = proto3.makeEnum(
/**
* @generated from message infinimesh.eventbus.Event
*/
export const Event = proto3.makeMessageType(
export const Event = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.eventbus.Event",
() => [
{ no: 1, name: "event_kind", kind: "enum", T: proto3.getEnumType(EventKind) },
Expand Down
2 changes: 1 addition & 1 deletion build/es/handsfree/handsfree_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//See the License for the specific language governing permissions and
//limitations under the License.

// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file handsfree/handsfree.proto (package infinimesh.handsfree, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
8 changes: 4 additions & 4 deletions build/es/handsfree/handsfree_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//See the License for the specific language governing permissions and
//limitations under the License.

// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file handsfree/handsfree.proto (package infinimesh.handsfree, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand All @@ -23,7 +23,7 @@ import { proto3 } from "@bufbuild/protobuf";
/**
* @generated from enum infinimesh.handsfree.Code
*/
export const Code = proto3.makeEnum(
export const Code = /*@__PURE__*/ proto3.makeEnum(
"infinimesh.handsfree.Code",
[
{no: 0, name: "UNKNOWN"},
Expand All @@ -37,7 +37,7 @@ export const Code = proto3.makeEnum(
/**
* @generated from message infinimesh.handsfree.ConnectionRequest
*/
export const ConnectionRequest = proto3.makeMessageType(
export const ConnectionRequest = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.handsfree.ConnectionRequest",
() => [
{ no: 1, name: "app_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
Expand All @@ -48,7 +48,7 @@ export const ConnectionRequest = proto3.makeMessageType(
/**
* @generated from message infinimesh.handsfree.ControlPacket
*/
export const ControlPacket = proto3.makeMessageType(
export const ControlPacket = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.handsfree.ControlPacket",
() => [
{ no: 1, name: "code", kind: "enum", T: proto3.getEnumType(Code) },
Expand Down
2 changes: 1 addition & 1 deletion build/es/node/access/access_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//See the License for the specific language governing permissions and
//limitations under the License.

// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file node/access/access.proto (package infinimesh.node.access, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
12 changes: 6 additions & 6 deletions build/es/node/access/access_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//See the License for the specific language governing permissions and
//limitations under the License.

// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file node/access/access.proto (package infinimesh.node.access, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand All @@ -23,7 +23,7 @@ import { proto3 } from "@bufbuild/protobuf";
/**
* @generated from enum infinimesh.node.access.Level
*/
export const Level = proto3.makeEnum(
export const Level = /*@__PURE__*/ proto3.makeEnum(
"infinimesh.node.access.Level",
[
{no: 0, name: "NONE"},
Expand All @@ -37,7 +37,7 @@ export const Level = proto3.makeEnum(
/**
* @generated from enum infinimesh.node.access.Role
*/
export const Role = proto3.makeEnum(
export const Role = /*@__PURE__*/ proto3.makeEnum(
"infinimesh.node.access.Role",
[
{no: 0, name: "UNSET"},
Expand All @@ -49,7 +49,7 @@ export const Role = proto3.makeEnum(
/**
* @generated from message infinimesh.node.access.Access
*/
export const Access = proto3.makeMessageType(
export const Access = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.access.Access",
() => [
{ no: 1, name: "level", kind: "enum", T: proto3.getEnumType(Level) },
Expand All @@ -61,7 +61,7 @@ export const Access = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.access.Node
*/
export const Node = proto3.makeMessageType(
export const Node = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.access.Node",
() => [
{ no: 1, name: "node", kind: "scalar", T: 9 /* ScalarType.STRING */ },
Expand All @@ -74,7 +74,7 @@ export const Node = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.access.Nodes
*/
export const Nodes = proto3.makeMessageType(
export const Nodes = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.access.Nodes",
() => [
{ no: 1, name: "nodes", kind: "message", T: Node, repeated: true },
Expand Down
2 changes: 1 addition & 1 deletion build/es/node/accounts/accounts_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//See the License for the specific language governing permissions and
//limitations under the License.

// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file node/accounts/accounts.proto (package infinimesh.node.accounts, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
12 changes: 6 additions & 6 deletions build/es/node/accounts/accounts_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//See the License for the specific language governing permissions and
//limitations under the License.

// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file node/accounts/accounts.proto (package infinimesh.node.accounts, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand All @@ -24,7 +24,7 @@ import { Access } from "../access/access_pb.js";
/**
* @generated from message infinimesh.node.accounts.Credentials
*/
export const Credentials = proto3.makeMessageType(
export const Credentials = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.accounts.Credentials",
() => [
{ no: 1, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
Expand All @@ -35,7 +35,7 @@ export const Credentials = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.accounts.Account
*/
export const Account = proto3.makeMessageType(
export const Account = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.accounts.Account",
() => [
{ no: 1, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
Expand All @@ -50,7 +50,7 @@ export const Account = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.accounts.CreateRequest
*/
export const CreateRequest = proto3.makeMessageType(
export const CreateRequest = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.accounts.CreateRequest",
() => [
{ no: 1, name: "account", kind: "message", T: Account },
Expand All @@ -63,7 +63,7 @@ export const CreateRequest = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.accounts.CreateResponse
*/
export const CreateResponse = proto3.makeMessageType(
export const CreateResponse = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.accounts.CreateResponse",
() => [
{ no: 1, name: "account", kind: "message", T: Account },
Expand All @@ -73,7 +73,7 @@ export const CreateResponse = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.accounts.Accounts
*/
export const Accounts = proto3.makeMessageType(
export const Accounts = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.accounts.Accounts",
() => [
{ no: 1, name: "accounts", kind: "message", T: Account, repeated: true },
Expand Down
2 changes: 1 addition & 1 deletion build/es/node/devices/devices_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//See the License for the specific language governing permissions and
//limitations under the License.

// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file node/devices/devices.proto (package infinimesh.node.devices, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
16 changes: 8 additions & 8 deletions build/es/node/devices/devices_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//See the License for the specific language governing permissions and
//limitations under the License.

// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file node/devices/devices.proto (package infinimesh.node.devices, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand All @@ -24,7 +24,7 @@ import { Access } from "../access/access_pb.js";
/**
* @generated from message infinimesh.node.devices.Device
*/
export const Device = proto3.makeMessageType(
export const Device = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.devices.Device",
() => [
{ no: 1, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
Expand All @@ -43,7 +43,7 @@ export const Device = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.devices.Certificate
*/
export const Certificate = proto3.makeMessageType(
export const Certificate = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.devices.Certificate",
() => [
{ no: 1, name: "pem_data", kind: "scalar", T: 9 /* ScalarType.STRING */ },
Expand All @@ -55,7 +55,7 @@ export const Certificate = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.devices.Devices
*/
export const Devices = proto3.makeMessageType(
export const Devices = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.devices.Devices",
() => [
{ no: 1, name: "devices", kind: "message", T: Device, repeated: true },
Expand All @@ -66,7 +66,7 @@ export const Devices = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.devices.HandsfreeCreate
*/
export const HandsfreeCreate = proto3.makeMessageType(
export const HandsfreeCreate = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.devices.HandsfreeCreate",
() => [
{ no: 1, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
Expand All @@ -77,7 +77,7 @@ export const HandsfreeCreate = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.devices.CreateRequest
*/
export const CreateRequest = proto3.makeMessageType(
export const CreateRequest = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.devices.CreateRequest",
() => [
{ no: 1, name: "device", kind: "message", T: Device },
Expand All @@ -89,7 +89,7 @@ export const CreateRequest = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.devices.CreateResponse
*/
export const CreateResponse = proto3.makeMessageType(
export const CreateResponse = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.devices.CreateResponse",
() => [
{ no: 1, name: "device", kind: "message", T: Device },
Expand All @@ -99,7 +99,7 @@ export const CreateResponse = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.devices.GetByFingerprintRequest
*/
export const GetByFingerprintRequest = proto3.makeMessageType(
export const GetByFingerprintRequest = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.devices.GetByFingerprintRequest",
() => [
{ no: 1, name: "fingerprint", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
Expand Down
2 changes: 1 addition & 1 deletion build/es/node/namespaces/namespaces_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//See the License for the specific language governing permissions and
//limitations under the License.

// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file node/namespaces/namespaces.proto (package infinimesh.node.namespaces, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
8 changes: 4 additions & 4 deletions build/es/node/namespaces/namespaces_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//See the License for the specific language governing permissions and
//limitations under the License.

// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file node/namespaces/namespaces.proto (package infinimesh.node.namespaces, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand All @@ -24,7 +24,7 @@ import { Access } from "../access/access_pb.js";
/**
* @generated from message infinimesh.node.namespaces.Plugin
*/
export const Plugin = proto3.makeMessageType(
export const Plugin = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.namespaces.Plugin",
() => [
{ no: 1, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
Expand All @@ -35,7 +35,7 @@ export const Plugin = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.namespaces.Namespace
*/
export const Namespace = proto3.makeMessageType(
export const Namespace = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.namespaces.Namespace",
() => [
{ no: 1, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
Expand All @@ -49,7 +49,7 @@ export const Namespace = proto3.makeMessageType(
/**
* @generated from message infinimesh.node.namespaces.Namespaces
*/
export const Namespaces = proto3.makeMessageType(
export const Namespaces = /*@__PURE__*/ proto3.makeMessageType(
"infinimesh.node.namespaces.Namespaces",
() => [
{ no: 1, name: "namespaces", kind: "message", T: Namespace, repeated: true },
Expand Down
2 changes: 1 addition & 1 deletion build/es/node/node_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//See the License for the specific language governing permissions and
//limitations under the License.

// @generated by protoc-gen-es v1.7.2 with parameter "target=js+dts"
// @generated by protoc-gen-es v1.8.0 with parameter "target=js+dts"
// @generated from file node/node.proto (package infinimesh.node, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Loading
Loading