Skip to content

Commit

Permalink
gen: regenerate
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed May 13, 2024
1 parent 824b0a5 commit 03706cb
Show file tree
Hide file tree
Showing 13 changed files with 117 additions and 157 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@
"additionalProperties": false,
"type": "object",
"oneOf": [
{
"required": [
"raw_bytes"
]
},
{
"required": [
"valid_for"
Expand Down
5 changes: 0 additions & 5 deletions gen/jsonschema/schemas/ClientTrustConfig.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@
"additionalProperties": false,
"type": "object",
"oneOf": [
{
"required": [
"raw_bytes"
]
},
{
"required": [
"valid_for"
Expand Down
5 changes: 0 additions & 5 deletions gen/jsonschema/schemas/Input.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,6 @@
"additionalProperties": false,
"type": "object",
"oneOf": [
{
"required": [
"raw_bytes"
]
},
{
"required": [
"valid_for"
Expand Down
5 changes: 0 additions & 5 deletions gen/jsonschema/schemas/PublicKey.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
"additionalProperties": false,
"type": "object",
"oneOf": [
{
"required": [
"raw_bytes"
]
},
{
"required": [
"valid_for"
Expand Down
5 changes: 0 additions & 5 deletions gen/jsonschema/schemas/PublicKeyIdentities.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@
"additionalProperties": false,
"type": "object",
"oneOf": [
{
"required": [
"raw_bytes"
]
},
{
"required": [
"valid_for"
Expand Down
5 changes: 0 additions & 5 deletions gen/jsonschema/schemas/TransparencyLogInstance.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@
"additionalProperties": false,
"type": "object",
"oneOf": [
{
"required": [
"raw_bytes"
]
},
{
"required": [
"valid_for"
Expand Down
5 changes: 0 additions & 5 deletions gen/jsonschema/schemas/TrustedRoot.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@
"additionalProperties": false,
"type": "object",
"oneOf": [
{
"required": [
"raw_bytes"
]
},
{
"required": [
"valid_for"
Expand Down
219 changes: 109 additions & 110 deletions gen/pb-go/common/v1/sigstore_common.pb.go

Large diffs are not rendered by default.

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

2 changes: 1 addition & 1 deletion gen/pb-ruby/lib/sigstore_common_pb.rb

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

Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ pub struct Rfc3161SignedTimestamp {
pub struct PublicKey {
/// DER-encoded public key, encoding method is specified by the
/// key_details attribute.
#[prost(bytes = "vec", optional, tag = "1")]
pub raw_bytes: ::core::option::Option<::prost::alloc::vec::Vec<u8>>,
#[prost(bytes = "vec", tag = "1")]
pub raw_bytes: ::prost::alloc::vec::Vec<u8>,
/// Key encoding and signature algorithm to use for this key.
#[prost(enumeration = "PublicKeyDetails", tag = "2")]
pub key_details: i32,
Expand Down
Binary file not shown.
10 changes: 4 additions & 6 deletions gen/pb-typescript/src/__generated__/sigstore_common.ts

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

0 comments on commit 03706cb

Please sign in to comment.