diff --git a/proto/buf.gen.pulsar.yaml b/proto/buf.gen.pulsar.yaml deleted file mode 100644 index 0586a4cf..00000000 --- a/proto/buf.gen.pulsar.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# This file is auto-generated from Ignite. You can edit -# the file content but do not change the file name or path. -# -# buf.gen.pulsar.yaml -# -version: v1 -managed: - enabled: true - go_package_prefix: - default: mycel/api - except: - - buf.build/googleapis/googleapis - - buf.build/cosmos/gogo-proto - - buf.build/cosmos/cosmos-proto - override: -plugins: - - name: go-pulsar - out: ./api - opt: paths=source_relative - - name: go-grpc - out: ./api - opt: paths=source_relative diff --git a/proto/buf.gen.sta.yaml b/proto/buf.gen.sta.yaml deleted file mode 100644 index 4444f5e7..00000000 --- a/proto/buf.gen.sta.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# This file is auto-generated from Ignite. You can edit -# the file content but do not change the file name or path. -# -# buf.gen.sta.yaml -# -version: v1 -plugins: - - name: openapiv2 - out: . - opt: - - logtostderr=true - - openapi_naming_strategy=simple - - ignore_comments=true - - simple_operation_ids=false - - json_names_for_fields=false diff --git a/proto/buf.gen.swagger.yaml b/proto/buf.gen.swagger.yaml deleted file mode 100644 index 58d30d86..00000000 --- a/proto/buf.gen.swagger.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# This file is auto-generated from Ignite. You can edit -# the file content but do not change the file name or path. -# -# buf.gen.swagger.yaml -# -version: v1 -plugins: - - name: openapiv2 - out: . - opt: - - logtostderr=true - - openapi_naming_strategy=fqn - - json_names_for_fields=false - - generate_unbound_methods=true \ No newline at end of file diff --git a/proto/buf.gen.ts.yaml b/proto/buf.gen.ts.yaml deleted file mode 100644 index c484fb3a..00000000 --- a/proto/buf.gen.ts.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# This file is auto-generated from Ignite. You can edit -# the file content but do not change the file name or path. -# -# buf.gen.ts.yaml -# -version: v1 -managed: - enabled: true -plugins: - - plugin: buf.build/community/stephenh-ts-proto - out: . - opt: - - logtostderr=true - - allow_merge=true - - json_names_for_fields=false - - ts_proto_opt=snakeToCamel=true - - ts_proto_opt=esModuleInterop=true - - ts_proto_out=.