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
2 changes: 1 addition & 1 deletion generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import (
"bytes"
"fmt"
"go/format"
"text/template"
"os"
"path"
"path/filepath"
"slices"
"strings"
"text/template"

sprig "github.com/go-task/slim-sprig/v3"
v2 "github.com/metal-stack/api/go/metalstack/api/v2"
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/metal-stack/api

go 1.26.0
go 1.27

require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.12-20260825204119-511051f7f437.1
buf.build/go/protovalidate v1.3.0
buf.build/go/protovalidate v1.4.0
connectrpc.com/connect v1.20.0
github.com/bufbuild/protocompile v0.14.1
github.com/go-task/slim-sprig/v3 v3.0.0
Expand All @@ -18,15 +18,15 @@ require (
)

require (
cel.dev/cel-go v0.32.0 // indirect
cel.dev/expr v0.25.3 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/google/cel-go v0.31.0 // indirect
github.com/klauspost/compress v1.19.2 // indirect
github.com/klauspost/compress v1.20.0 // indirect
github.com/minio/minlz v1.2.0 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/exp v0.0.0-20260824195058-e88cd73687aa // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260825221802-da73d73af1c5 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260825221802-da73d73af1c5 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260831171406-18b4a7587f8a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260831171406-18b4a7587f8a // indirect
)
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.12-20260825204119-511051f7f437.1 h1:Slv0uGxx219srASyiaI5C9cDlyG8kNDcXpTSYcuAeE4=
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.12-20260825204119-511051f7f437.1/go.mod h1:TCt1lluMFnctISJXvkIQ4x3ABrPuUKCWKyjKdkJNBpw=
buf.build/go/protovalidate v1.3.0 h1:8ITcnZGkAHx6TyhZvro+iET/AyqU8gEWQJK2WsT62ms=
buf.build/go/protovalidate v1.3.0/go.mod h1:82s5g+rFRj1CZPiLv6OTA31jBu2fpq7mLXHwa9mZfEs=
buf.build/go/protovalidate v1.4.0 h1:UjLrYbt5VX7+TMOs2+pG5FhZhIG1mSfK4EIopbb4LcM=
buf.build/go/protovalidate v1.4.0/go.mod h1:8vJfzNT6NIG2qm3uFsJDXMlRmG+bQJzbcIn1Aa0vPGs=
cel.dev/cel-go v0.32.0 h1:irvpFKr5EuGPyxeME03ERh0rii1TX+BDAnB9eL3IvNk=
cel.dev/cel-go v0.32.0/go.mod h1:DnVip7tpJSsgZymwfT+m1tnEVy3ivAjSMXPx12YrMkU=
cel.dev/expr v0.25.3 h1:A2jO8jwOugrrovveCWfj0KEZOfqiLgAcwjpHPhzIGw0=
cel.dev/expr v0.25.3/go.mod h1:hrXvqGP6G6gyx8UAHSHJ5RGk//1Oj5nXQ2NI02Nrsg4=
connectrpc.com/connect v1.20.0 h1:6TNDAB+WeNd2uolWNlYczB5E0KNNaVMNUEx8JEUsPmQ=
Expand All @@ -18,14 +20,12 @@ github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63Y
github.com/golang-jwt/jwt/v5 v5.3.1/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE=
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/google/cel-go v0.31.0 h1:H0bhpFTqOvmHrBGrWKp7ZlhBm5Hh8PYUEXnwxT1LL7A=
github.com/google/cel-go v0.31.0/go.mod h1:X0bD6iVNR8pkROSOoHVdgTkzmRcosof7WQqCD6wcMc8=
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/klauspost/compress v1.19.2 h1:hMRETovs/pu/dVWN7zIT1PGG8t509MwT6bO7XSi26R8=
github.com/klauspost/compress v1.19.2/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
github.com/klauspost/compress v1.20.0 h1:a3C1ke2ohxFymNlb2HWAHjDeKCI90scRskErZkR0ezA=
github.com/klauspost/compress v1.20.0/go.mod h1:LUdAzn7YLVvxLpc7y3V1m40wESHTgc1422pwwBSKYuI=
github.com/klauspost/connect-compress/v2 v2.1.1 h1:ycZNp4rWOZBodVE2Ls5AzK4aHkyK+GteEfzRZgKNs+c=
github.com/klauspost/connect-compress/v2 v2.1.1/go.mod h1:9oilsPHJMzGKkjafSBk9J7iVo4mO+dw0G0KSdVpnlVE=
github.com/minio/minlz v1.2.0 h1:6IOBuiHg04QxvbFfgFLT/9sMaO/UhL7S+ApW1mK8q5A=
Expand All @@ -44,10 +44,10 @@ golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
golang.org/x/text v0.41.0 h1:vz/seA0lnX87Othu2f/0L24RcgrXD9/YFTSuGjj3rH8=
golang.org/x/text v0.41.0/go.mod h1:jvf1O8ajNzZqhSrQBPbutR/EB83Cc0CFrezNQIwbb5M=
google.golang.org/genproto/googleapis/api v0.0.0-20260825221802-da73d73af1c5 h1:izFU9hz7aeLI/Mi1J0991ae+xcwRLr7hTqWnB/9aIIU=
google.golang.org/genproto/googleapis/api v0.0.0-20260825221802-da73d73af1c5/go.mod h1:3LhxRw4YYkf+ylAfgaY9JlVLFKhokkCV8duhLLe7+t0=
google.golang.org/genproto/googleapis/rpc v0.0.0-20260825221802-da73d73af1c5 h1:1VUiZAXyC+zmiFYi+WLtBzr68Cj8wOofHjjrA/kkizc=
google.golang.org/genproto/googleapis/rpc v0.0.0-20260825221802-da73d73af1c5/go.mod h1:DjtHYE8FKJLivXcBEjGwndXfIC23G0VpXiXKqG179uA=
google.golang.org/genproto/googleapis/api v0.0.0-20260831171406-18b4a7587f8a h1:i3TAXhpKc7TUP1VAPiBBrv45kamjoizCC3rOC0cAbOs=
google.golang.org/genproto/googleapis/api v0.0.0-20260831171406-18b4a7587f8a/go.mod h1:CvYJHpbzPlT0fb/PsgtAamdwru/GVxUsomFdXTpOTI8=
google.golang.org/genproto/googleapis/rpc v0.0.0-20260831171406-18b4a7587f8a h1:3Dnd1cDaZlB68lziofO+bJXpjOy8UfRv8Unt+yH8tQ4=
google.golang.org/genproto/googleapis/rpc v0.0.0-20260831171406-18b4a7587f8a/go.mod h1:DjtHYE8FKJLivXcBEjGwndXfIC23G0VpXiXKqG179uA=
google.golang.org/grpc v1.83.2 h1:EManeRomTObA0BU7I8vXgg/78uE5MJ9M8B39EX2WscU=
google.golang.org/grpc v1.83.2/go.mod h1:YPI1hK3kDked6iHvgX3tR0y+nX/qpMFKhPgFsokw1S8=
google.golang.org/protobuf v1.36.12 h1:pJOKDDOyeXErUroCihFAd5LQuwXBSpVnKGrj5o/fwxc=
Expand Down
12 changes: 6 additions & 6 deletions js/buf/validate/validate_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export declare const file_buf_validate_validate: GenFile;
* `Rule` represents a validation rule written in the Common Expression
* Language (CEL) syntax. Each Rule includes a unique identifier, an
* optional error message, and the CEL expression to evaluate. For more
* information, [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/).
* information, [see our documentation](https://protovalidate.com/schemas/custom-rules/).
*
* ```proto
* message Foo {
Expand Down Expand Up @@ -71,7 +71,7 @@ export type MessageRules = Message<"buf.validate.MessageRules"> & {
* simpler syntax when defining CEL Rules where `id` and `message` derived from the `expression`. `id` will
* be same as the `expression`.
*
* For more information, [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/).
* For more information, [see our documentation](https://protovalidate.com/schemas/custom-rules/).
*
* ```proto
* message MyMessage {
Expand All @@ -89,7 +89,7 @@ export type MessageRules = Message<"buf.validate.MessageRules"> & {
/**
* `cel` is a repeated field of type Rule. Each Rule specifies a validation rule to be applied to this message.
* These rules are written in Common Expression Language (CEL) syntax. For more information,
* [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/).
* [see our documentation](https://protovalidate.com/schemas/custom-rules/).
*
*
* ```proto
Expand Down Expand Up @@ -225,7 +225,7 @@ export type FieldRules = Message<"buf.validate.FieldRules"> & {
* simpler syntax when defining CEL Rules where `id` and `message` derived from the `expression`. `id` will
* be same as the `expression`.
*
* For more information, [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/).
* For more information, [see our documentation](https://protovalidate.com/schemas/custom-rules/).
*
* ```proto
* message MyMessage {
Expand All @@ -240,7 +240,7 @@ export type FieldRules = Message<"buf.validate.FieldRules"> & {
/**
* `cel` is a repeated field used to represent a textual expression
* in the Common Expression Language (CEL) syntax. For more information,
* [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/).
* [see our documentation](https://protovalidate.com/schemas/custom-rules/).
*
* ```proto
* message MyMessage {
Expand Down Expand Up @@ -495,7 +495,7 @@ export type PredefinedRules = Message<"buf.validate.PredefinedRules"> & {
/**
* `cel` is a repeated field used to represent a textual expression
* in the Common Expression Language (CEL) syntax. For more information,
* [see our documentation](https://buf.build/docs/protovalidate/schemas/predefined-rules/).
* [see our documentation](https://protovalidate.com/schemas/predefined-rules/).
*
* ```proto
* message MyMessage {
Expand Down
16 changes: 8 additions & 8 deletions js/buf/validate/validate_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file buf/validate/validate.proto (package buf.validate, syntax proto2)
/* eslint-disable */

Expand Down Expand Up @@ -42,7 +42,7 @@
// [Go](https://github.com/bufbuild/protovalidate-go),
// [JavaScript/TypeScript](https://github.com/bufbuild/protovalidate-es),
// [Java](https://github.com/bufbuild/protovalidate-java),
// [Python](https://github.com/bufbuild/protovalidate-python),
// [Python](https://github.com/bufbuild/protovalidate-py),
// or [C++](https://github.com/bufbuild/protovalidate-cc).

import type { GenEnum, GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
Expand All @@ -61,7 +61,7 @@ export const file_buf_validate_validate: GenFile = /*@__PURE__*/
* `Rule` represents a validation rule written in the Common Expression
* Language (CEL) syntax. Each Rule includes a unique identifier, an
* optional error message, and the CEL expression to evaluate. For more
* information, [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/).
* information, [see our documentation](https://protovalidate.com/schemas/custom-rules/).
*
* ```proto
* message Foo {
Expand Down Expand Up @@ -128,7 +128,7 @@ export type MessageRules = Message<"buf.validate.MessageRules"> & {
* simpler syntax when defining CEL Rules where `id` and `message` derived from the `expression`. `id` will
* be same as the `expression`.
*
* For more information, [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/).
* For more information, [see our documentation](https://protovalidate.com/schemas/custom-rules/).
*
* ```proto
* message MyMessage {
Expand All @@ -147,7 +147,7 @@ export type MessageRules = Message<"buf.validate.MessageRules"> & {
/**
* `cel` is a repeated field of type Rule. Each Rule specifies a validation rule to be applied to this message.
* These rules are written in Common Expression Language (CEL) syntax. For more information,
* [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/).
* [see our documentation](https://protovalidate.com/schemas/custom-rules/).
*
*
* ```proto
Expand Down Expand Up @@ -294,7 +294,7 @@ export type FieldRules = Message<"buf.validate.FieldRules"> & {
* simpler syntax when defining CEL Rules where `id` and `message` derived from the `expression`. `id` will
* be same as the `expression`.
*
* For more information, [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/).
* For more information, [see our documentation](https://protovalidate.com/schemas/custom-rules/).
*
* ```proto
* message MyMessage {
Expand All @@ -310,7 +310,7 @@ export type FieldRules = Message<"buf.validate.FieldRules"> & {
/**
* `cel` is a repeated field used to represent a textual expression
* in the Common Expression Language (CEL) syntax. For more information,
* [see our documentation](https://buf.build/docs/protovalidate/schemas/custom-rules/).
* [see our documentation](https://protovalidate.com/schemas/custom-rules/).
*
* ```proto
* message MyMessage {
Expand Down Expand Up @@ -568,7 +568,7 @@ export type PredefinedRules = Message<"buf.validate.PredefinedRules"> & {
/**
* `cel` is a repeated field used to represent a textual expression
* in the Common Expression Language (CEL) syntax. For more information,
* [see our documentation](https://buf.build/docs/protovalidate/schemas/predefined-rules/).
* [see our documentation](https://protovalidate.com/schemas/predefined-rules/).
*
* ```proto
* message MyMessage {
Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/audit_pb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/audit.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/audit_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/audit.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/component_pb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/component.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/component_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/component.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/filesystem_pb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/filesystem.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/filesystem_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/filesystem.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/image_pb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/image.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/image_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/image.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/ip_pb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/ip.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/ip_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/ip.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/machine_pb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/machine.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/machine_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/machine.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/network_pb.js

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

2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/network_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/network.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/partition_pb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/partition.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/partition_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/partition.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/project_pb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/project.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/project_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/project.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/size_imageconstraint_pb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/size_imageconstraint.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/size_imageconstraint_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/size_imageconstraint.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/size_pb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/size.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/size_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/size.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/size_reservation_pb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/size_reservation.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
Expand Down
2 changes: 1 addition & 1 deletion js/metalstack/admin/v2/size_reservation_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
// @generated from file metalstack/admin/v2/size_reservation.proto (package metalstack.admin.v2, syntax proto3)
/* eslint-disable */

Expand Down
Loading
Loading