Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
aewering committed Dec 11, 2023
1 parent 38b8c6c commit aea95d2
Show file tree
Hide file tree
Showing 14 changed files with 119 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/Proto/Google/Protobuf.elm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Proto.Google.Protobuf exposing (DescriptorProto, DescriptorProto_, EnumDe

{-|
This file was automatically generated by
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.0
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.1
- `protoc` 3.19.4
- the following specification files: `google/protobuf/descriptor.proto`
Expand Down
2 changes: 1 addition & 1 deletion src/Proto/Google/Protobuf/Compiler.elm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Proto.Google.Protobuf.Compiler exposing (CodeGeneratorRequest, CodeGenera

{-|
This file was automatically generated by
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.0
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.1
- `protoc` 3.19.4
- the following specification files: `google/protobuf/compiler/plugin.proto`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Proto.Google.Protobuf.Compiler.CodeGeneratorResponse exposing (Feature(..

{-|
This file was automatically generated by
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.0
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.1
- `protoc` 3.19.4
- the following specification files: `google/protobuf/compiler/plugin.proto`
Expand Down
23 changes: 21 additions & 2 deletions src/Proto/Google/Protobuf/Compiler/Internals_.elm
Original file line number Diff line number Diff line change
@@ -1,16 +1,35 @@
{- !!! DO NOT EDIT THIS FILE MANUALLY !!! -}

module Proto.Google.Protobuf.Compiler.Internals_ exposing (..)
module Proto.Google.Protobuf.Compiler.Internals_ exposing (Proto__Google__Protobuf__Compiler__CodeGeneratorRequest, Proto__Google__Protobuf__Compiler__CodeGeneratorResponse, Proto__Google__Protobuf__Compiler__CodeGeneratorResponse__Feature(..), Proto__Google__Protobuf__Compiler__CodeGeneratorResponse__File, Proto__Google__Protobuf__Compiler__Version, decodeProto__Google__Protobuf__Compiler__CodeGeneratorRequest, decodeProto__Google__Protobuf__Compiler__CodeGeneratorResponse, decodeProto__Google__Protobuf__Compiler__CodeGeneratorResponse__Feature, decodeProto__Google__Protobuf__Compiler__CodeGeneratorResponse__File, decodeProto__Google__Protobuf__Compiler__Version, defaultProto__Google__Protobuf__Compiler__CodeGeneratorRequest, defaultProto__Google__Protobuf__Compiler__CodeGeneratorResponse, defaultProto__Google__Protobuf__Compiler__CodeGeneratorResponse__Feature, defaultProto__Google__Protobuf__Compiler__CodeGeneratorResponse__File, defaultProto__Google__Protobuf__Compiler__Version, encodeProto__Google__Protobuf__Compiler__CodeGeneratorRequest, encodeProto__Google__Protobuf__Compiler__CodeGeneratorResponse, encodeProto__Google__Protobuf__Compiler__CodeGeneratorResponse__Feature, encodeProto__Google__Protobuf__Compiler__CodeGeneratorResponse__File, encodeProto__Google__Protobuf__Compiler__Version, fieldNumbersProto__Google__Protobuf__Compiler__CodeGeneratorRequest, fieldNumbersProto__Google__Protobuf__Compiler__CodeGeneratorResponse, fieldNumbersProto__Google__Protobuf__Compiler__CodeGeneratorResponse__File, fieldNumbersProto__Google__Protobuf__Compiler__Version)

{-|
This file was automatically generated by
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.0
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.1
- `protoc` 3.19.4
- the following specification files: `google/protobuf/compiler/plugin.proto`
To run it, add a dependency via `elm install` on [`elm-protocol-buffers`](https://package.elm-lang.org/packages/eriktim/elm-protocol-buffers/1.2.0) version 1.2.0 or higher.
@docs Proto__Google__Protobuf__Compiler__CodeGeneratorRequest, Proto__Google__Protobuf__Compiler__CodeGeneratorResponse
@docs Proto__Google__Protobuf__Compiler__CodeGeneratorResponse__Feature
@docs Proto__Google__Protobuf__Compiler__CodeGeneratorResponse__File, Proto__Google__Protobuf__Compiler__Version
@docs decodeProto__Google__Protobuf__Compiler__CodeGeneratorRequest
@docs decodeProto__Google__Protobuf__Compiler__CodeGeneratorResponse
@docs decodeProto__Google__Protobuf__Compiler__CodeGeneratorResponse__Feature
@docs decodeProto__Google__Protobuf__Compiler__CodeGeneratorResponse__File, decodeProto__Google__Protobuf__Compiler__Version
@docs defaultProto__Google__Protobuf__Compiler__CodeGeneratorRequest
@docs defaultProto__Google__Protobuf__Compiler__CodeGeneratorResponse
@docs defaultProto__Google__Protobuf__Compiler__CodeGeneratorResponse__Feature
@docs defaultProto__Google__Protobuf__Compiler__CodeGeneratorResponse__File, defaultProto__Google__Protobuf__Compiler__Version
@docs encodeProto__Google__Protobuf__Compiler__CodeGeneratorRequest
@docs encodeProto__Google__Protobuf__Compiler__CodeGeneratorResponse
@docs encodeProto__Google__Protobuf__Compiler__CodeGeneratorResponse__Feature
@docs encodeProto__Google__Protobuf__Compiler__CodeGeneratorResponse__File, encodeProto__Google__Protobuf__Compiler__Version
@docs fieldNumbersProto__Google__Protobuf__Compiler__CodeGeneratorRequest
@docs fieldNumbersProto__Google__Protobuf__Compiler__CodeGeneratorResponse
@docs fieldNumbersProto__Google__Protobuf__Compiler__CodeGeneratorResponse__File
@docs fieldNumbersProto__Google__Protobuf__Compiler__Version
-}

import Maybe
Expand Down
2 changes: 1 addition & 1 deletion src/Proto/Google/Protobuf/DescriptorProto.elm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Proto.Google.Protobuf.DescriptorProto exposing (ExtensionRange, ReservedR

{-|
This file was automatically generated by
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.0
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.1
- `protoc` 3.19.4
- the following specification files: `google/protobuf/descriptor.proto`
Expand Down
2 changes: 1 addition & 1 deletion src/Proto/Google/Protobuf/EnumDescriptorProto.elm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Proto.Google.Protobuf.EnumDescriptorProto exposing (EnumReservedRange, de

{-|
This file was automatically generated by
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.0
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.1
- `protoc` 3.19.4
- the following specification files: `google/protobuf/descriptor.proto`
Expand Down
2 changes: 1 addition & 1 deletion src/Proto/Google/Protobuf/FieldDescriptorProto.elm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Proto.Google.Protobuf.FieldDescriptorProto exposing (Label(..), Type(..),

{-|
This file was automatically generated by
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.0
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.1
- `protoc` 3.19.4
- the following specification files: `google/protobuf/descriptor.proto`
Expand Down
2 changes: 1 addition & 1 deletion src/Proto/Google/Protobuf/FieldOptions.elm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Proto.Google.Protobuf.FieldOptions exposing (CType(..), JSType(..), decod

{-|
This file was automatically generated by
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.0
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.1
- `protoc` 3.19.4
- the following specification files: `google/protobuf/descriptor.proto`
Expand Down
2 changes: 1 addition & 1 deletion src/Proto/Google/Protobuf/FileOptions.elm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Proto.Google.Protobuf.FileOptions exposing (OptimizeMode(..), decodeOptim

{-|
This file was automatically generated by
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.0
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.1
- `protoc` 3.19.4
- the following specification files: `google/protobuf/descriptor.proto`
Expand Down
2 changes: 1 addition & 1 deletion src/Proto/Google/Protobuf/GeneratedCodeInfo.elm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Proto.Google.Protobuf.GeneratedCodeInfo exposing (Annotation, decodeAnnot

{-|
This file was automatically generated by
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.0
- [`protoc-gen-elm`](https://www.npmjs.com/package/protoc-gen-elm) 3.2.1
- `protoc` 3.19.4
- the following specification files: `google/protobuf/descriptor.proto`
Expand Down
Loading

0 comments on commit aea95d2

Please sign in to comment.