Skip to content

Commit 31262b5

Browse files
committed
docs: update docs
1 parent 1947524 commit 31262b5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/content/docs/modules/core/message-signing/CoseSign.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ CBOR hex transformation schema for COSESign.
291291
export declare const COSESignFromCBORHex: (
292292
options?: CBOR.CodecOptions
293293
) => Schema.transform<
294-
Schema.transform<Schema.Schema<string, string, never>, Schema.Schema<Uint8Array, Uint8Array, never>>,
294+
Schema.Schema<Uint8Array, string, never>,
295295
Schema.transformOrFail<
296296
Schema.transformOrFail<
297297
typeof Schema.Uint8ArrayFromSelf,

docs/content/docs/modules/core/message-signing/CoseSign1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ CBOR hex transformation schema for COSESign1.
341341
export declare const COSESign1FromCBORHex: (
342342
options?: CBOR.CodecOptions
343343
) => Schema.transform<
344-
Schema.transform<Schema.Schema<string, string, never>, Schema.Schema<Uint8Array, Uint8Array, never>>,
344+
Schema.Schema<Uint8Array, string, never>,
345345
Schema.transformOrFail<
346346
Schema.transformOrFail<
347347
typeof Schema.Uint8ArrayFromSelf,

docs/content/docs/modules/core/message-signing/Header.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ CBOR hex transformation schema for HeaderMap.
452452
export declare const HeaderMapFromCBORHex: (
453453
options?: CBOR.CodecOptions
454454
) => Schema.transform<
455-
Schema.transform<Schema.Schema<string, string, never>, Schema.Schema<Uint8Array, Uint8Array, never>>,
455+
Schema.Schema<Uint8Array, string, never>,
456456
Schema.transformOrFail<
457457
Schema.transformOrFail<
458458
typeof Schema.Uint8ArrayFromSelf,

packages/evolution/docs/modules/core/message-signing/CoseSign.ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ CBOR hex transformation schema for COSESign.
291291
export declare const COSESignFromCBORHex: (
292292
options?: CBOR.CodecOptions
293293
) => Schema.transform<
294-
Schema.transform<Schema.Schema<string, string, never>, Schema.Schema<Uint8Array, Uint8Array, never>>,
294+
Schema.Schema<Uint8Array, string, never>,
295295
Schema.transformOrFail<
296296
Schema.transformOrFail<
297297
typeof Schema.Uint8ArrayFromSelf,

packages/evolution/docs/modules/core/message-signing/CoseSign1.ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ CBOR hex transformation schema for COSESign1.
341341
export declare const COSESign1FromCBORHex: (
342342
options?: CBOR.CodecOptions
343343
) => Schema.transform<
344-
Schema.transform<Schema.Schema<string, string, never>, Schema.Schema<Uint8Array, Uint8Array, never>>,
344+
Schema.Schema<Uint8Array, string, never>,
345345
Schema.transformOrFail<
346346
Schema.transformOrFail<
347347
typeof Schema.Uint8ArrayFromSelf,

packages/evolution/docs/modules/core/message-signing/Header.ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ CBOR hex transformation schema for HeaderMap.
452452
export declare const HeaderMapFromCBORHex: (
453453
options?: CBOR.CodecOptions
454454
) => Schema.transform<
455-
Schema.transform<Schema.Schema<string, string, never>, Schema.Schema<Uint8Array, Uint8Array, never>>,
455+
Schema.Schema<Uint8Array, string, never>,
456456
Schema.transformOrFail<
457457
Schema.transformOrFail<
458458
typeof Schema.Uint8ArrayFromSelf,

0 commit comments

Comments
 (0)