From aea95d2512b74b2d7c16162ee52630905a7a6795 Mon Sep 17 00:00:00 2001 From: aewering Date: Mon, 11 Dec 2023 16:56:53 +0100 Subject: [PATCH] upgrade --- src/Proto/Google/Protobuf.elm | 2 +- src/Proto/Google/Protobuf/Compiler.elm | 2 +- .../Compiler/CodeGeneratorResponse.elm | 2 +- .../Google/Protobuf/Compiler/Internals_.elm | 23 ++++- src/Proto/Google/Protobuf/DescriptorProto.elm | 2 +- .../Google/Protobuf/EnumDescriptorProto.elm | 2 +- .../Google/Protobuf/FieldDescriptorProto.elm | 2 +- src/Proto/Google/Protobuf/FieldOptions.elm | 2 +- src/Proto/Google/Protobuf/FileOptions.elm | 2 +- .../Google/Protobuf/GeneratedCodeInfo.elm | 2 +- src/Proto/Google/Protobuf/Internals_.elm | 88 ++++++++++++++++++- src/Proto/Google/Protobuf/MethodOptions.elm | 2 +- src/Proto/Google/Protobuf/SourceCodeInfo.elm | 2 +- .../Google/Protobuf/UninterpretedOption.elm | 2 +- 14 files changed, 119 insertions(+), 16 deletions(-) diff --git a/src/Proto/Google/Protobuf.elm b/src/Proto/Google/Protobuf.elm index 7fa88e2..c51cbaa 100644 --- a/src/Proto/Google/Protobuf.elm +++ b/src/Proto/Google/Protobuf.elm @@ -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` diff --git a/src/Proto/Google/Protobuf/Compiler.elm b/src/Proto/Google/Protobuf/Compiler.elm index b592004..861cc95 100644 --- a/src/Proto/Google/Protobuf/Compiler.elm +++ b/src/Proto/Google/Protobuf/Compiler.elm @@ -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` diff --git a/src/Proto/Google/Protobuf/Compiler/CodeGeneratorResponse.elm b/src/Proto/Google/Protobuf/Compiler/CodeGeneratorResponse.elm index c797702..0242eca 100644 --- a/src/Proto/Google/Protobuf/Compiler/CodeGeneratorResponse.elm +++ b/src/Proto/Google/Protobuf/Compiler/CodeGeneratorResponse.elm @@ -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` diff --git a/src/Proto/Google/Protobuf/Compiler/Internals_.elm b/src/Proto/Google/Protobuf/Compiler/Internals_.elm index 03135ba..fd1daae 100644 --- a/src/Proto/Google/Protobuf/Compiler/Internals_.elm +++ b/src/Proto/Google/Protobuf/Compiler/Internals_.elm @@ -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 diff --git a/src/Proto/Google/Protobuf/DescriptorProto.elm b/src/Proto/Google/Protobuf/DescriptorProto.elm index 325f663..74adb85 100644 --- a/src/Proto/Google/Protobuf/DescriptorProto.elm +++ b/src/Proto/Google/Protobuf/DescriptorProto.elm @@ -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` diff --git a/src/Proto/Google/Protobuf/EnumDescriptorProto.elm b/src/Proto/Google/Protobuf/EnumDescriptorProto.elm index fe7068a..fe0834e 100644 --- a/src/Proto/Google/Protobuf/EnumDescriptorProto.elm +++ b/src/Proto/Google/Protobuf/EnumDescriptorProto.elm @@ -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` diff --git a/src/Proto/Google/Protobuf/FieldDescriptorProto.elm b/src/Proto/Google/Protobuf/FieldDescriptorProto.elm index f0cea17..764981e 100644 --- a/src/Proto/Google/Protobuf/FieldDescriptorProto.elm +++ b/src/Proto/Google/Protobuf/FieldDescriptorProto.elm @@ -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` diff --git a/src/Proto/Google/Protobuf/FieldOptions.elm b/src/Proto/Google/Protobuf/FieldOptions.elm index c3eb502..2cca817 100644 --- a/src/Proto/Google/Protobuf/FieldOptions.elm +++ b/src/Proto/Google/Protobuf/FieldOptions.elm @@ -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` diff --git a/src/Proto/Google/Protobuf/FileOptions.elm b/src/Proto/Google/Protobuf/FileOptions.elm index 41672f4..60c1cef 100644 --- a/src/Proto/Google/Protobuf/FileOptions.elm +++ b/src/Proto/Google/Protobuf/FileOptions.elm @@ -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` diff --git a/src/Proto/Google/Protobuf/GeneratedCodeInfo.elm b/src/Proto/Google/Protobuf/GeneratedCodeInfo.elm index 8d565e5..7db48d5 100644 --- a/src/Proto/Google/Protobuf/GeneratedCodeInfo.elm +++ b/src/Proto/Google/Protobuf/GeneratedCodeInfo.elm @@ -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` diff --git a/src/Proto/Google/Protobuf/Internals_.elm b/src/Proto/Google/Protobuf/Internals_.elm index dcc2a3e..2ec7b37 100644 --- a/src/Proto/Google/Protobuf/Internals_.elm +++ b/src/Proto/Google/Protobuf/Internals_.elm @@ -1,16 +1,100 @@ {- !!! DO NOT EDIT THIS FILE MANUALLY !!! -} -module Proto.Google.Protobuf.Internals_ exposing (..) +module Proto.Google.Protobuf.Internals_ exposing (Proto__Google__Protobuf__DescriptorProto, Proto__Google__Protobuf__DescriptorProto_(..), Proto__Google__Protobuf__DescriptorProto__ExtensionRange, Proto__Google__Protobuf__DescriptorProto__ReservedRange, Proto__Google__Protobuf__EnumDescriptorProto, Proto__Google__Protobuf__EnumDescriptorProto__EnumReservedRange, Proto__Google__Protobuf__EnumOptions, Proto__Google__Protobuf__EnumValueDescriptorProto, Proto__Google__Protobuf__EnumValueOptions, Proto__Google__Protobuf__ExtensionRangeOptions, Proto__Google__Protobuf__FieldDescriptorProto, Proto__Google__Protobuf__FieldDescriptorProto__Label(..), Proto__Google__Protobuf__FieldDescriptorProto__Type(..), Proto__Google__Protobuf__FieldOptions, Proto__Google__Protobuf__FieldOptions__CType(..), Proto__Google__Protobuf__FieldOptions__JSType(..), Proto__Google__Protobuf__FileDescriptorProto, Proto__Google__Protobuf__FileDescriptorSet, Proto__Google__Protobuf__FileOptions, Proto__Google__Protobuf__FileOptions__OptimizeMode(..), Proto__Google__Protobuf__GeneratedCodeInfo, Proto__Google__Protobuf__GeneratedCodeInfo__Annotation, Proto__Google__Protobuf__MessageOptions, Proto__Google__Protobuf__MethodDescriptorProto, Proto__Google__Protobuf__MethodOptions, Proto__Google__Protobuf__MethodOptions__IdempotencyLevel(..), Proto__Google__Protobuf__OneofDescriptorProto, Proto__Google__Protobuf__OneofOptions, Proto__Google__Protobuf__ServiceDescriptorProto, Proto__Google__Protobuf__ServiceOptions, Proto__Google__Protobuf__SourceCodeInfo, Proto__Google__Protobuf__SourceCodeInfo__Location, Proto__Google__Protobuf__UninterpretedOption, Proto__Google__Protobuf__UninterpretedOption__NamePart, decodeProto__Google__Protobuf__DescriptorProto, decodeProto__Google__Protobuf__DescriptorProto__ExtensionRange, decodeProto__Google__Protobuf__DescriptorProto__ReservedRange, decodeProto__Google__Protobuf__EnumDescriptorProto, decodeProto__Google__Protobuf__EnumDescriptorProto__EnumReservedRange, decodeProto__Google__Protobuf__EnumOptions, decodeProto__Google__Protobuf__EnumValueDescriptorProto, decodeProto__Google__Protobuf__EnumValueOptions, decodeProto__Google__Protobuf__ExtensionRangeOptions, decodeProto__Google__Protobuf__FieldDescriptorProto, decodeProto__Google__Protobuf__FieldDescriptorProto__Label, decodeProto__Google__Protobuf__FieldDescriptorProto__Type, decodeProto__Google__Protobuf__FieldOptions, decodeProto__Google__Protobuf__FieldOptions__CType, decodeProto__Google__Protobuf__FieldOptions__JSType, decodeProto__Google__Protobuf__FileDescriptorProto, decodeProto__Google__Protobuf__FileDescriptorSet, decodeProto__Google__Protobuf__FileOptions, decodeProto__Google__Protobuf__FileOptions__OptimizeMode, decodeProto__Google__Protobuf__GeneratedCodeInfo, decodeProto__Google__Protobuf__GeneratedCodeInfo__Annotation, decodeProto__Google__Protobuf__MessageOptions, decodeProto__Google__Protobuf__MethodDescriptorProto, decodeProto__Google__Protobuf__MethodOptions, decodeProto__Google__Protobuf__MethodOptions__IdempotencyLevel, decodeProto__Google__Protobuf__OneofDescriptorProto, decodeProto__Google__Protobuf__OneofOptions, decodeProto__Google__Protobuf__ServiceDescriptorProto, decodeProto__Google__Protobuf__ServiceOptions, decodeProto__Google__Protobuf__SourceCodeInfo, decodeProto__Google__Protobuf__SourceCodeInfo__Location, decodeProto__Google__Protobuf__UninterpretedOption, decodeProto__Google__Protobuf__UninterpretedOption__NamePart, defaultProto__Google__Protobuf__DescriptorProto, defaultProto__Google__Protobuf__DescriptorProto__ExtensionRange, defaultProto__Google__Protobuf__DescriptorProto__ReservedRange, defaultProto__Google__Protobuf__EnumDescriptorProto, defaultProto__Google__Protobuf__EnumDescriptorProto__EnumReservedRange, defaultProto__Google__Protobuf__EnumOptions, defaultProto__Google__Protobuf__EnumValueDescriptorProto, defaultProto__Google__Protobuf__EnumValueOptions, defaultProto__Google__Protobuf__ExtensionRangeOptions, defaultProto__Google__Protobuf__FieldDescriptorProto, defaultProto__Google__Protobuf__FieldDescriptorProto__Label, defaultProto__Google__Protobuf__FieldDescriptorProto__Type, defaultProto__Google__Protobuf__FieldOptions, defaultProto__Google__Protobuf__FieldOptions__CType, defaultProto__Google__Protobuf__FieldOptions__JSType, defaultProto__Google__Protobuf__FileDescriptorProto, defaultProto__Google__Protobuf__FileDescriptorSet, defaultProto__Google__Protobuf__FileOptions, defaultProto__Google__Protobuf__FileOptions__OptimizeMode, defaultProto__Google__Protobuf__GeneratedCodeInfo, defaultProto__Google__Protobuf__GeneratedCodeInfo__Annotation, defaultProto__Google__Protobuf__MessageOptions, defaultProto__Google__Protobuf__MethodDescriptorProto, defaultProto__Google__Protobuf__MethodOptions, defaultProto__Google__Protobuf__MethodOptions__IdempotencyLevel, defaultProto__Google__Protobuf__OneofDescriptorProto, defaultProto__Google__Protobuf__OneofOptions, defaultProto__Google__Protobuf__ServiceDescriptorProto, defaultProto__Google__Protobuf__ServiceOptions, defaultProto__Google__Protobuf__SourceCodeInfo, defaultProto__Google__Protobuf__SourceCodeInfo__Location, defaultProto__Google__Protobuf__UninterpretedOption, defaultProto__Google__Protobuf__UninterpretedOption__NamePart, encodeProto__Google__Protobuf__DescriptorProto, encodeProto__Google__Protobuf__DescriptorProto__ExtensionRange, encodeProto__Google__Protobuf__DescriptorProto__ReservedRange, encodeProto__Google__Protobuf__EnumDescriptorProto, encodeProto__Google__Protobuf__EnumDescriptorProto__EnumReservedRange, encodeProto__Google__Protobuf__EnumOptions, encodeProto__Google__Protobuf__EnumValueDescriptorProto, encodeProto__Google__Protobuf__EnumValueOptions, encodeProto__Google__Protobuf__ExtensionRangeOptions, encodeProto__Google__Protobuf__FieldDescriptorProto, encodeProto__Google__Protobuf__FieldDescriptorProto__Label, encodeProto__Google__Protobuf__FieldDescriptorProto__Type, encodeProto__Google__Protobuf__FieldOptions, encodeProto__Google__Protobuf__FieldOptions__CType, encodeProto__Google__Protobuf__FieldOptions__JSType, encodeProto__Google__Protobuf__FileDescriptorProto, encodeProto__Google__Protobuf__FileDescriptorSet, encodeProto__Google__Protobuf__FileOptions, encodeProto__Google__Protobuf__FileOptions__OptimizeMode, encodeProto__Google__Protobuf__GeneratedCodeInfo, encodeProto__Google__Protobuf__GeneratedCodeInfo__Annotation, encodeProto__Google__Protobuf__MessageOptions, encodeProto__Google__Protobuf__MethodDescriptorProto, encodeProto__Google__Protobuf__MethodOptions, encodeProto__Google__Protobuf__MethodOptions__IdempotencyLevel, encodeProto__Google__Protobuf__OneofDescriptorProto, encodeProto__Google__Protobuf__OneofOptions, encodeProto__Google__Protobuf__ServiceDescriptorProto, encodeProto__Google__Protobuf__ServiceOptions, encodeProto__Google__Protobuf__SourceCodeInfo, encodeProto__Google__Protobuf__SourceCodeInfo__Location, encodeProto__Google__Protobuf__UninterpretedOption, encodeProto__Google__Protobuf__UninterpretedOption__NamePart, fieldNumbersProto__Google__Protobuf__DescriptorProto, fieldNumbersProto__Google__Protobuf__DescriptorProto__ExtensionRange, fieldNumbersProto__Google__Protobuf__DescriptorProto__ReservedRange, fieldNumbersProto__Google__Protobuf__EnumDescriptorProto, fieldNumbersProto__Google__Protobuf__EnumDescriptorProto__EnumReservedRange, fieldNumbersProto__Google__Protobuf__EnumOptions, fieldNumbersProto__Google__Protobuf__EnumValueDescriptorProto, fieldNumbersProto__Google__Protobuf__EnumValueOptions, fieldNumbersProto__Google__Protobuf__ExtensionRangeOptions, fieldNumbersProto__Google__Protobuf__FieldDescriptorProto, fieldNumbersProto__Google__Protobuf__FieldOptions, fieldNumbersProto__Google__Protobuf__FileDescriptorProto, fieldNumbersProto__Google__Protobuf__FileDescriptorSet, fieldNumbersProto__Google__Protobuf__FileOptions, fieldNumbersProto__Google__Protobuf__GeneratedCodeInfo, fieldNumbersProto__Google__Protobuf__GeneratedCodeInfo__Annotation, fieldNumbersProto__Google__Protobuf__MessageOptions, fieldNumbersProto__Google__Protobuf__MethodDescriptorProto, fieldNumbersProto__Google__Protobuf__MethodOptions, fieldNumbersProto__Google__Protobuf__OneofDescriptorProto, fieldNumbersProto__Google__Protobuf__OneofOptions, fieldNumbersProto__Google__Protobuf__ServiceDescriptorProto, fieldNumbersProto__Google__Protobuf__ServiceOptions, fieldNumbersProto__Google__Protobuf__SourceCodeInfo, fieldNumbersProto__Google__Protobuf__SourceCodeInfo__Location, fieldNumbersProto__Google__Protobuf__UninterpretedOption, fieldNumbersProto__Google__Protobuf__UninterpretedOption__NamePart, unwrapProto__Google__Protobuf__DescriptorProto) {-| 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` 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__DescriptorProto, Proto__Google__Protobuf__DescriptorProto_ +@docs Proto__Google__Protobuf__DescriptorProto__ExtensionRange, Proto__Google__Protobuf__DescriptorProto__ReservedRange +@docs Proto__Google__Protobuf__EnumDescriptorProto, Proto__Google__Protobuf__EnumDescriptorProto__EnumReservedRange +@docs Proto__Google__Protobuf__EnumOptions, Proto__Google__Protobuf__EnumValueDescriptorProto +@docs Proto__Google__Protobuf__EnumValueOptions, Proto__Google__Protobuf__ExtensionRangeOptions +@docs Proto__Google__Protobuf__FieldDescriptorProto, Proto__Google__Protobuf__FieldDescriptorProto__Label +@docs Proto__Google__Protobuf__FieldDescriptorProto__Type, Proto__Google__Protobuf__FieldOptions +@docs Proto__Google__Protobuf__FieldOptions__CType, Proto__Google__Protobuf__FieldOptions__JSType +@docs Proto__Google__Protobuf__FileDescriptorProto, Proto__Google__Protobuf__FileDescriptorSet +@docs Proto__Google__Protobuf__FileOptions, Proto__Google__Protobuf__FileOptions__OptimizeMode +@docs Proto__Google__Protobuf__GeneratedCodeInfo, Proto__Google__Protobuf__GeneratedCodeInfo__Annotation +@docs Proto__Google__Protobuf__MessageOptions, Proto__Google__Protobuf__MethodDescriptorProto +@docs Proto__Google__Protobuf__MethodOptions, Proto__Google__Protobuf__MethodOptions__IdempotencyLevel +@docs Proto__Google__Protobuf__OneofDescriptorProto, Proto__Google__Protobuf__OneofOptions +@docs Proto__Google__Protobuf__ServiceDescriptorProto, Proto__Google__Protobuf__ServiceOptions +@docs Proto__Google__Protobuf__SourceCodeInfo, Proto__Google__Protobuf__SourceCodeInfo__Location +@docs Proto__Google__Protobuf__UninterpretedOption, Proto__Google__Protobuf__UninterpretedOption__NamePart +@docs decodeProto__Google__Protobuf__DescriptorProto, decodeProto__Google__Protobuf__DescriptorProto__ExtensionRange +@docs decodeProto__Google__Protobuf__DescriptorProto__ReservedRange, decodeProto__Google__Protobuf__EnumDescriptorProto +@docs decodeProto__Google__Protobuf__EnumDescriptorProto__EnumReservedRange, decodeProto__Google__Protobuf__EnumOptions +@docs decodeProto__Google__Protobuf__EnumValueDescriptorProto, decodeProto__Google__Protobuf__EnumValueOptions +@docs decodeProto__Google__Protobuf__ExtensionRangeOptions, decodeProto__Google__Protobuf__FieldDescriptorProto +@docs decodeProto__Google__Protobuf__FieldDescriptorProto__Label, decodeProto__Google__Protobuf__FieldDescriptorProto__Type +@docs decodeProto__Google__Protobuf__FieldOptions, decodeProto__Google__Protobuf__FieldOptions__CType +@docs decodeProto__Google__Protobuf__FieldOptions__JSType, decodeProto__Google__Protobuf__FileDescriptorProto +@docs decodeProto__Google__Protobuf__FileDescriptorSet, decodeProto__Google__Protobuf__FileOptions +@docs decodeProto__Google__Protobuf__FileOptions__OptimizeMode, decodeProto__Google__Protobuf__GeneratedCodeInfo +@docs decodeProto__Google__Protobuf__GeneratedCodeInfo__Annotation, decodeProto__Google__Protobuf__MessageOptions +@docs decodeProto__Google__Protobuf__MethodDescriptorProto, decodeProto__Google__Protobuf__MethodOptions +@docs decodeProto__Google__Protobuf__MethodOptions__IdempotencyLevel, decodeProto__Google__Protobuf__OneofDescriptorProto +@docs decodeProto__Google__Protobuf__OneofOptions, decodeProto__Google__Protobuf__ServiceDescriptorProto +@docs decodeProto__Google__Protobuf__ServiceOptions, decodeProto__Google__Protobuf__SourceCodeInfo +@docs decodeProto__Google__Protobuf__SourceCodeInfo__Location, decodeProto__Google__Protobuf__UninterpretedOption +@docs decodeProto__Google__Protobuf__UninterpretedOption__NamePart, defaultProto__Google__Protobuf__DescriptorProto +@docs defaultProto__Google__Protobuf__DescriptorProto__ExtensionRange +@docs defaultProto__Google__Protobuf__DescriptorProto__ReservedRange, defaultProto__Google__Protobuf__EnumDescriptorProto +@docs defaultProto__Google__Protobuf__EnumDescriptorProto__EnumReservedRange, defaultProto__Google__Protobuf__EnumOptions +@docs defaultProto__Google__Protobuf__EnumValueDescriptorProto, defaultProto__Google__Protobuf__EnumValueOptions +@docs defaultProto__Google__Protobuf__ExtensionRangeOptions, defaultProto__Google__Protobuf__FieldDescriptorProto +@docs defaultProto__Google__Protobuf__FieldDescriptorProto__Label, defaultProto__Google__Protobuf__FieldDescriptorProto__Type +@docs defaultProto__Google__Protobuf__FieldOptions, defaultProto__Google__Protobuf__FieldOptions__CType +@docs defaultProto__Google__Protobuf__FieldOptions__JSType, defaultProto__Google__Protobuf__FileDescriptorProto +@docs defaultProto__Google__Protobuf__FileDescriptorSet, defaultProto__Google__Protobuf__FileOptions +@docs defaultProto__Google__Protobuf__FileOptions__OptimizeMode, defaultProto__Google__Protobuf__GeneratedCodeInfo +@docs defaultProto__Google__Protobuf__GeneratedCodeInfo__Annotation, defaultProto__Google__Protobuf__MessageOptions +@docs defaultProto__Google__Protobuf__MethodDescriptorProto, defaultProto__Google__Protobuf__MethodOptions +@docs defaultProto__Google__Protobuf__MethodOptions__IdempotencyLevel, defaultProto__Google__Protobuf__OneofDescriptorProto +@docs defaultProto__Google__Protobuf__OneofOptions, defaultProto__Google__Protobuf__ServiceDescriptorProto +@docs defaultProto__Google__Protobuf__ServiceOptions, defaultProto__Google__Protobuf__SourceCodeInfo +@docs defaultProto__Google__Protobuf__SourceCodeInfo__Location, defaultProto__Google__Protobuf__UninterpretedOption +@docs defaultProto__Google__Protobuf__UninterpretedOption__NamePart, encodeProto__Google__Protobuf__DescriptorProto +@docs encodeProto__Google__Protobuf__DescriptorProto__ExtensionRange +@docs encodeProto__Google__Protobuf__DescriptorProto__ReservedRange, encodeProto__Google__Protobuf__EnumDescriptorProto +@docs encodeProto__Google__Protobuf__EnumDescriptorProto__EnumReservedRange, encodeProto__Google__Protobuf__EnumOptions +@docs encodeProto__Google__Protobuf__EnumValueDescriptorProto, encodeProto__Google__Protobuf__EnumValueOptions +@docs encodeProto__Google__Protobuf__ExtensionRangeOptions, encodeProto__Google__Protobuf__FieldDescriptorProto +@docs encodeProto__Google__Protobuf__FieldDescriptorProto__Label, encodeProto__Google__Protobuf__FieldDescriptorProto__Type +@docs encodeProto__Google__Protobuf__FieldOptions, encodeProto__Google__Protobuf__FieldOptions__CType +@docs encodeProto__Google__Protobuf__FieldOptions__JSType, encodeProto__Google__Protobuf__FileDescriptorProto +@docs encodeProto__Google__Protobuf__FileDescriptorSet, encodeProto__Google__Protobuf__FileOptions +@docs encodeProto__Google__Protobuf__FileOptions__OptimizeMode, encodeProto__Google__Protobuf__GeneratedCodeInfo +@docs encodeProto__Google__Protobuf__GeneratedCodeInfo__Annotation, encodeProto__Google__Protobuf__MessageOptions +@docs encodeProto__Google__Protobuf__MethodDescriptorProto, encodeProto__Google__Protobuf__MethodOptions +@docs encodeProto__Google__Protobuf__MethodOptions__IdempotencyLevel, encodeProto__Google__Protobuf__OneofDescriptorProto +@docs encodeProto__Google__Protobuf__OneofOptions, encodeProto__Google__Protobuf__ServiceDescriptorProto +@docs encodeProto__Google__Protobuf__ServiceOptions, encodeProto__Google__Protobuf__SourceCodeInfo +@docs encodeProto__Google__Protobuf__SourceCodeInfo__Location, encodeProto__Google__Protobuf__UninterpretedOption +@docs encodeProto__Google__Protobuf__UninterpretedOption__NamePart, fieldNumbersProto__Google__Protobuf__DescriptorProto +@docs fieldNumbersProto__Google__Protobuf__DescriptorProto__ExtensionRange +@docs fieldNumbersProto__Google__Protobuf__DescriptorProto__ReservedRange +@docs fieldNumbersProto__Google__Protobuf__EnumDescriptorProto +@docs fieldNumbersProto__Google__Protobuf__EnumDescriptorProto__EnumReservedRange +@docs fieldNumbersProto__Google__Protobuf__EnumOptions, fieldNumbersProto__Google__Protobuf__EnumValueDescriptorProto +@docs fieldNumbersProto__Google__Protobuf__EnumValueOptions, fieldNumbersProto__Google__Protobuf__ExtensionRangeOptions +@docs fieldNumbersProto__Google__Protobuf__FieldDescriptorProto, fieldNumbersProto__Google__Protobuf__FieldOptions +@docs fieldNumbersProto__Google__Protobuf__FileDescriptorProto, fieldNumbersProto__Google__Protobuf__FileDescriptorSet +@docs fieldNumbersProto__Google__Protobuf__FileOptions, fieldNumbersProto__Google__Protobuf__GeneratedCodeInfo +@docs fieldNumbersProto__Google__Protobuf__GeneratedCodeInfo__Annotation, fieldNumbersProto__Google__Protobuf__MessageOptions +@docs fieldNumbersProto__Google__Protobuf__MethodDescriptorProto, fieldNumbersProto__Google__Protobuf__MethodOptions +@docs fieldNumbersProto__Google__Protobuf__OneofDescriptorProto, fieldNumbersProto__Google__Protobuf__OneofOptions +@docs fieldNumbersProto__Google__Protobuf__ServiceDescriptorProto, fieldNumbersProto__Google__Protobuf__ServiceOptions +@docs fieldNumbersProto__Google__Protobuf__SourceCodeInfo, fieldNumbersProto__Google__Protobuf__SourceCodeInfo__Location +@docs fieldNumbersProto__Google__Protobuf__UninterpretedOption +@docs fieldNumbersProto__Google__Protobuf__UninterpretedOption__NamePart, unwrapProto__Google__Protobuf__DescriptorProto -} import Bytes diff --git a/src/Proto/Google/Protobuf/MethodOptions.elm b/src/Proto/Google/Protobuf/MethodOptions.elm index 632cc22..8fc9047 100644 --- a/src/Proto/Google/Protobuf/MethodOptions.elm +++ b/src/Proto/Google/Protobuf/MethodOptions.elm @@ -4,7 +4,7 @@ module Proto.Google.Protobuf.MethodOptions exposing (IdempotencyLevel(..), 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` diff --git a/src/Proto/Google/Protobuf/SourceCodeInfo.elm b/src/Proto/Google/Protobuf/SourceCodeInfo.elm index e19852a..ae0cf4d 100644 --- a/src/Proto/Google/Protobuf/SourceCodeInfo.elm +++ b/src/Proto/Google/Protobuf/SourceCodeInfo.elm @@ -4,7 +4,7 @@ module Proto.Google.Protobuf.SourceCodeInfo exposing (Location, decodeLocation, {-| 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` diff --git a/src/Proto/Google/Protobuf/UninterpretedOption.elm b/src/Proto/Google/Protobuf/UninterpretedOption.elm index a02d331..3671c99 100644 --- a/src/Proto/Google/Protobuf/UninterpretedOption.elm +++ b/src/Proto/Google/Protobuf/UninterpretedOption.elm @@ -4,7 +4,7 @@ module Proto.Google.Protobuf.UninterpretedOption exposing (NamePart, decodeNameP {-| 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`