diff --git a/.changeset/silver-dancers-strive.md b/.changeset/silver-dancers-strive.md new file mode 100644 index 0000000..5dd4d82 --- /dev/null +++ b/.changeset/silver-dancers-strive.md @@ -0,0 +1,5 @@ +--- +'c2pa-node': patch +--- + +Lower glibc requirement diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 6107e07..ea69186 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -10,7 +10,7 @@ on: jobs: build-test: name: Build and test - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: COREPACK_ENABLE_STRICT: 0 steps: @@ -19,7 +19,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable with: - toolchain: 1.85.0 + toolchain: 1.82.0 - name: Install pnpm run: | diff --git a/.github/workflows/closing-ticket.yml b/.github/workflows/closing-ticket.yml index ef8f6dc..0846b72 100644 --- a/.github/workflows/closing-ticket.yml +++ b/.github/workflows/closing-ticket.yml @@ -4,7 +4,7 @@ on: types: [closed] jobs: label_issues: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: issues: write steps: diff --git a/.github/workflows/labeling-ticket-done.yml b/.github/workflows/labeling-ticket-done.yml index 3337393..df230c7 100644 --- a/.github/workflows/labeling-ticket-done.yml +++ b/.github/workflows/labeling-ticket-done.yml @@ -4,7 +4,7 @@ on: types: [labeled] jobs: label_issues: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: | contains(github.event.issue.labels.*.name, 'status: done') permissions: diff --git a/.github/workflows/labeling-ticket-todo.yml b/.github/workflows/labeling-ticket-todo.yml index 982b27f..f8fa4f2 100644 --- a/.github/workflows/labeling-ticket-todo.yml +++ b/.github/workflows/labeling-ticket-todo.yml @@ -4,7 +4,7 @@ on: types: [labeled] jobs: label_issues: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: | !contains(github.event.issue.labels.*.name, 'status: done') permissions: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66efc4e..31cec81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: release: name: Release - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 outputs: published: ${{ steps.changesets.outputs.published }} publishedPackages: ${{ steps.changesets.outputs.publishedPackages }} @@ -64,9 +64,9 @@ jobs: matrix: include: - target: aarch64-unknown-linux-gnu - runner: ubuntu-latest + runner: ubuntu-22.04 - target: x86_64-unknown-linux-gnu - runner: ubuntu-latest + runner: ubuntu-22.04 - target: aarch64-apple-darwin runner: macos-14 - target: x86_64-apple-darwin @@ -92,7 +92,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: components: llvm-tools-preview - toolchain: 1.85.0 + toolchain: 1.82.0 target: ${{matrix.target}} - name: Install pnpm diff --git a/.github/workflows/reopening-ticket.yml b/.github/workflows/reopening-ticket.yml index d64e991..a459a1f 100644 --- a/.github/workflows/reopening-ticket.yml +++ b/.github/workflows/reopening-ticket.yml @@ -4,7 +4,7 @@ on: types: [reopened] jobs: label_issues: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: issues: write steps: diff --git a/Cargo.lock b/Cargo.lock index 5c50c92..57dcade 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,9 +317,9 @@ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" [[package]] name = "c2pa" -version = "0.49.1" +version = "0.49.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d4d54a1583f700949d2dfcddf145e1f97750f349d2858860d7f9dec504183a" +checksum = "3bf481a584dc4582415d934b0ae59aa2eae18f54d2b28c1799dc5f26f4fb9f77" dependencies = [ "asn1-rs", "async-generic", @@ -389,9 +389,9 @@ dependencies = [ [[package]] name = "c2pa-crypto" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d17549039a111d0154ff4f03207743eebc47841a7f413f60dd8145559860d238" +checksum = "34c09afad0a3e26b05a53178ff720f514febca752da0f1fa9ab3ec25d330da05" dependencies = [ "asn1-rs", "async-generic", @@ -460,9 +460,9 @@ dependencies = [ [[package]] name = "c2pa-status-tracker" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61461a3009162a3b4a3e707a7fa6f286f19e665f0b8de24725653b4f39ad3d17" +checksum = "65523701dd13e10b1903334a882c7d81c2e3ed4989fec80d2b9a08f732c707a7" [[package]] name = "cc" @@ -518,7 +518,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" dependencies = [ "ciborium-io", - "half 2.5.0", + "half 2.6.0", ] [[package]] @@ -1149,9 +1149,9 @@ checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" [[package]] name = "half" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1" +checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" dependencies = [ "cfg-if", "crunchy", @@ -1652,9 +1652,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430" +checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" dependencies = [ "adler2", "simd-adler32", @@ -1872,9 +1872,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-src" -version = "300.4.2+3.4.1" +version = "300.5.0+3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2" +checksum = "e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f" dependencies = [ "cc", ] @@ -3565,9 +3565,9 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" [[package]] name = "winnow" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36" +checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10" dependencies = [ "memchr", ] diff --git a/api-docs/README.md b/api-docs/README.md index 373f1e8..4f77d76 100644 --- a/api-docs/README.md +++ b/api-docs/README.md @@ -61,7 +61,7 @@ An asset that can either be in memory or on disk #### Defined in -[bindings.ts:154](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L154) +[bindings.ts:154](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L154) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[lib/manifestBuilder.ts:21](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L21) +[lib/manifestBuilder.ts:21](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/manifestBuilder.ts#L21) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[index.ts:28](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/index.ts#L28) +[index.ts:28](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/index.ts#L28) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[index.ts:18](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/index.ts#L18) +[index.ts:18](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/index.ts#L18) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[lib/hash.ts:17](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/hash.ts#L17) +[lib/hash.ts:17](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/hash.ts#L17) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[bindings.ts:353](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L353) +[bindings.ts:353](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L353) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[bindings.ts:225](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L225) +[bindings.ts:225](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L225) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[bindings.ts:201](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L201) +[bindings.ts:201](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L201) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[lib/signer.ts:50](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L50) +[lib/signer.ts:50](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L50) ## Functions @@ -193,7 +193,7 @@ Creates an instance of the SDK that encompasses a set of global options #### Defined in -[index.ts:38](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/index.ts#L38) +[index.ts:38](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/index.ts#L38) ___ @@ -213,4 +213,4 @@ ___ #### Defined in -[lib/signer.ts:64](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L64) +[lib/signer.ts:64](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L64) diff --git a/api-docs/classes/ManifestBuilder.md b/api-docs/classes/ManifestBuilder.md index 299cb13..427196b 100644 --- a/api-docs/classes/ManifestBuilder.md +++ b/api-docs/classes/ManifestBuilder.md @@ -42,7 +42,7 @@ #### Defined in -[lib/manifestBuilder.ts:41](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L41) +[lib/manifestBuilder.ts:41](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/manifestBuilder.ts#L41) ## Properties @@ -52,7 +52,7 @@ #### Defined in -[lib/manifestBuilder.ts:35](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L35) +[lib/manifestBuilder.ts:35](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/manifestBuilder.ts#L35) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[lib/manifestBuilder.ts:39](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L39) +[lib/manifestBuilder.ts:39](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/manifestBuilder.ts#L39) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[lib/manifestBuilder.ts:37](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L37) +[lib/manifestBuilder.ts:37](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/manifestBuilder.ts#L37) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[lib/manifestBuilder.ts:33](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L33) +[lib/manifestBuilder.ts:33](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/manifestBuilder.ts#L33) ## Accessors @@ -96,7 +96,7 @@ ___ #### Defined in -[lib/manifestBuilder.ts:105](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L105) +[lib/manifestBuilder.ts:105](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/manifestBuilder.ts#L105) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[lib/manifestBuilder.ts:109](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L109) +[lib/manifestBuilder.ts:109](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/manifestBuilder.ts#L109) ## Methods @@ -130,7 +130,7 @@ ___ #### Defined in -[lib/manifestBuilder.ts:72](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L72) +[lib/manifestBuilder.ts:72](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/manifestBuilder.ts#L72) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[lib/manifestBuilder.ts:86](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L86) +[lib/manifestBuilder.ts:86](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/manifestBuilder.ts#L86) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[lib/manifestBuilder.ts:118](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L118) +[lib/manifestBuilder.ts:118](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/manifestBuilder.ts#L118) ___ @@ -190,4 +190,4 @@ ___ #### Defined in -[lib/manifestBuilder.ts:95](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L95) +[lib/manifestBuilder.ts:95](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/manifestBuilder.ts#L95) diff --git a/api-docs/enums/SigningAlgorithm.md b/api-docs/enums/SigningAlgorithm.md index af3fd4e..8a4ac90 100644 --- a/api-docs/enums/SigningAlgorithm.md +++ b/api-docs/enums/SigningAlgorithm.md @@ -22,7 +22,7 @@ #### Defined in -[lib/signer.ts:16](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L16) +[lib/signer.ts:16](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L16) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[lib/signer.ts:18](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L18) +[lib/signer.ts:18](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L18) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[lib/signer.ts:20](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L20) +[lib/signer.ts:20](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[lib/signer.ts:28](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L28) +[lib/signer.ts:28](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L28) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[lib/signer.ts:22](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L22) +[lib/signer.ts:22](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L22) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[lib/signer.ts:24](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L24) +[lib/signer.ts:24](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L24) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[lib/signer.ts:26](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L26) +[lib/signer.ts:26](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L26) diff --git a/api-docs/enums/types.ManifestAssertionKind.md b/api-docs/enums/types.ManifestAssertionKind.md index 75df1c0..3bec1e5 100644 --- a/api-docs/enums/types.ManifestAssertionKind.md +++ b/api-docs/enums/types.ManifestAssertionKind.md @@ -23,7 +23,7 @@ Assertions in C2PA can be stored in several formats #### Defined in -[types.d.ts:112](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L112) +[types.d.ts:112](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L112) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[types.d.ts:113](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L113) +[types.d.ts:113](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L113) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[types.d.ts:114](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L114) +[types.d.ts:114](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L114) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[types.d.ts:115](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L115) +[types.d.ts:115](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L115) diff --git a/api-docs/enums/types.Relationship.md b/api-docs/enums/types.Relationship.md index 1ca568e..a08a566 100644 --- a/api-docs/enums/types.Relationship.md +++ b/api-docs/enums/types.Relationship.md @@ -23,7 +23,7 @@ There can only be one parent ingredient in the ingredients. #### Defined in -[types.d.ts:272](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L272) +[types.d.ts:272](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L272) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[types.d.ts:273](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L273) +[types.d.ts:273](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L273) diff --git a/api-docs/interfaces/BufferAsset.md b/api-docs/interfaces/BufferAsset.md index cb5fb91..11e9b7d 100644 --- a/api-docs/interfaces/BufferAsset.md +++ b/api-docs/interfaces/BufferAsset.md @@ -17,7 +17,7 @@ #### Defined in -[bindings.ts:138](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L138) +[bindings.ts:138](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L138) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[bindings.ts:140](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L140) +[bindings.ts:140](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L140) diff --git a/api-docs/interfaces/CreateIngredientProps.md b/api-docs/interfaces/CreateIngredientProps.md index 299a110..6342c0a 100644 --- a/api-docs/interfaces/CreateIngredientProps.md +++ b/api-docs/interfaces/CreateIngredientProps.md @@ -19,7 +19,7 @@ #### Defined in -[bindings.ts:363](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L363) +[bindings.ts:363](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L363) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[bindings.ts:370](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L370) +[bindings.ts:370](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L370) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[bindings.ts:368](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L368) +[bindings.ts:368](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L368) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[bindings.ts:365](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L365) +[bindings.ts:365](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L365) diff --git a/api-docs/interfaces/FileAsset.md b/api-docs/interfaces/FileAsset.md index e133804..3ada2fb 100644 --- a/api-docs/interfaces/FileAsset.md +++ b/api-docs/interfaces/FileAsset.md @@ -17,7 +17,7 @@ #### Defined in -[bindings.ts:148](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L148) +[bindings.ts:148](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L148) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[bindings.ts:145](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L145) +[bindings.ts:145](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L145) diff --git a/api-docs/interfaces/LocalSigner.md b/api-docs/interfaces/LocalSigner.md index 93b61fe..5731920 100644 --- a/api-docs/interfaces/LocalSigner.md +++ b/api-docs/interfaces/LocalSigner.md @@ -20,7 +20,7 @@ #### Defined in -[lib/signer.ts:35](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L35) +[lib/signer.ts:35](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L35) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[lib/signer.ts:33](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L33) +[lib/signer.ts:33](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L33) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[lib/signer.ts:34](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L34) +[lib/signer.ts:34](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L34) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[lib/signer.ts:36](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L36) +[lib/signer.ts:36](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L36) ___ @@ -60,4 +60,4 @@ ___ #### Defined in -[lib/signer.ts:32](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L32) +[lib/signer.ts:32](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L32) diff --git a/api-docs/interfaces/RemoteSigner.md b/api-docs/interfaces/RemoteSigner.md index eb84e06..551f1e8 100644 --- a/api-docs/interfaces/RemoteSigner.md +++ b/api-docs/interfaces/RemoteSigner.md @@ -26,7 +26,7 @@ #### Defined in -[lib/signer.ts:46](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L46) +[lib/signer.ts:46](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L46) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[lib/signer.ts:47](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L47) +[lib/signer.ts:47](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L47) ___ @@ -60,4 +60,4 @@ ___ #### Defined in -[lib/signer.ts:45](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L45) +[lib/signer.ts:45](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L45) diff --git a/api-docs/interfaces/ResolvedIngredient.md b/api-docs/interfaces/ResolvedIngredient.md index 6f47bf0..80c8a61 100644 --- a/api-docs/interfaces/ResolvedIngredient.md +++ b/api-docs/interfaces/ResolvedIngredient.md @@ -23,7 +23,7 @@ #### Defined in -[bindings.ts:79](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L79) +[bindings.ts:79](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L79) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[bindings.ts:80](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L80) +[bindings.ts:80](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L80) diff --git a/api-docs/interfaces/ResolvedManifest.md b/api-docs/interfaces/ResolvedManifest.md index 2465607..96ad84f 100644 --- a/api-docs/interfaces/ResolvedManifest.md +++ b/api-docs/interfaces/ResolvedManifest.md @@ -24,7 +24,7 @@ #### Defined in -[bindings.ts:52](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L52) +[bindings.ts:52](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L52) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[bindings.ts:54](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L54) +[bindings.ts:54](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L54) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[bindings.ts:53](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L53) +[bindings.ts:53](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L53) diff --git a/api-docs/interfaces/ResolvedManifestStore.md b/api-docs/interfaces/ResolvedManifestStore.md index 55c8962..276af24 100644 --- a/api-docs/interfaces/ResolvedManifestStore.md +++ b/api-docs/interfaces/ResolvedManifestStore.md @@ -23,7 +23,7 @@ #### Defined in -[bindings.ts:59](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L59) +[bindings.ts:59](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L59) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[bindings.ts:60](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L60) +[bindings.ts:60](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L60) diff --git a/api-docs/interfaces/ResolvedResource.md b/api-docs/interfaces/ResolvedResource.md index b20092d..f11a506 100644 --- a/api-docs/interfaces/ResolvedResource.md +++ b/api-docs/interfaces/ResolvedResource.md @@ -17,7 +17,7 @@ #### Defined in -[bindings.ts:43](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L43) +[bindings.ts:43](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L43) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[bindings.ts:42](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L42) +[bindings.ts:42](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L42) diff --git a/api-docs/interfaces/ResolvedSignatureInfo.md b/api-docs/interfaces/ResolvedSignatureInfo.md index ff18a88..b4471c0 100644 --- a/api-docs/interfaces/ResolvedSignatureInfo.md +++ b/api-docs/interfaces/ResolvedSignatureInfo.md @@ -32,7 +32,7 @@ human readable issuing authority for this signature #### Defined in -[types.d.ts:308](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L308) +[types.d.ts:308](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L308) ___ @@ -48,7 +48,7 @@ the time the signature was created #### Defined in -[types.d.ts:312](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L312) +[types.d.ts:312](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L312) ___ @@ -58,4 +58,4 @@ ___ #### Defined in -[bindings.ts:47](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L47) +[bindings.ts:47](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L47) diff --git a/api-docs/interfaces/SignClaimBytesProps.md b/api-docs/interfaces/SignClaimBytesProps.md index b9e1562..0b8fd77 100644 --- a/api-docs/interfaces/SignClaimBytesProps.md +++ b/api-docs/interfaces/SignClaimBytesProps.md @@ -18,7 +18,7 @@ #### Defined in -[bindings.ts:215](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L215) +[bindings.ts:215](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L215) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[bindings.ts:216](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L216) +[bindings.ts:216](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L216) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[bindings.ts:217](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L217) +[bindings.ts:217](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L217) diff --git a/api-docs/interfaces/SignInput.md b/api-docs/interfaces/SignInput.md index a0d568e..8e523cd 100644 --- a/api-docs/interfaces/SignInput.md +++ b/api-docs/interfaces/SignInput.md @@ -17,7 +17,7 @@ #### Defined in -[lib/signer.ts:40](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L40) +[lib/signer.ts:40](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L40) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/signer.ts:41](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L41) +[lib/signer.ts:41](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/signer.ts#L41) diff --git a/api-docs/interfaces/SignOptions.md b/api-docs/interfaces/SignOptions.md index c8f76c6..b8c2c91 100644 --- a/api-docs/interfaces/SignOptions.md +++ b/api-docs/interfaces/SignOptions.md @@ -18,7 +18,7 @@ #### Defined in -[bindings.ts:196](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L196) +[bindings.ts:196](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L196) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[bindings.ts:197](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L197) +[bindings.ts:197](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L197) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[bindings.ts:198](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L198) +[bindings.ts:198](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L198) diff --git a/api-docs/interfaces/StorableIngredient.md b/api-docs/interfaces/StorableIngredient.md index 1d3d8ef..592e99e 100644 --- a/api-docs/interfaces/StorableIngredient.md +++ b/api-docs/interfaces/StorableIngredient.md @@ -17,7 +17,7 @@ #### Defined in -[bindings.ts:356](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L356) +[bindings.ts:356](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L356) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[bindings.ts:357](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L357) +[bindings.ts:357](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/bindings.ts#L357) diff --git a/api-docs/interfaces/ThumbnailOptions.md b/api-docs/interfaces/ThumbnailOptions.md index 8da816d..eeb28d8 100644 --- a/api-docs/interfaces/ThumbnailOptions.md +++ b/api-docs/interfaces/ThumbnailOptions.md @@ -17,7 +17,7 @@ #### Defined in -[lib/thumbnail.ts:15](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/thumbnail.ts#L15) +[lib/thumbnail.ts:15](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/thumbnail.ts#L15) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/thumbnail.ts:16](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/thumbnail.ts#L16) +[lib/thumbnail.ts:16](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/lib/thumbnail.ts#L16) diff --git a/api-docs/interfaces/types.Actor.md b/api-docs/interfaces/types.Actor.md index d77aa91..201343e 100644 --- a/api-docs/interfaces/types.Actor.md +++ b/api-docs/interfaces/types.Actor.md @@ -27,7 +27,7 @@ List of references to W3C Verifiable Credentials. #### Defined in -[types.d.ts:234](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L234) +[types.d.ts:234](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L234) ___ @@ -39,4 +39,4 @@ An identifier for a human actor, used when the "type" is `humanEntry.identified` #### Defined in -[types.d.ts:238](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L238) +[types.d.ts:238](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L238) diff --git a/api-docs/interfaces/types.DataSource.md b/api-docs/interfaces/types.DataSource.md index 62e5a9b..e08329b 100644 --- a/api-docs/interfaces/types.DataSource.md +++ b/api-docs/interfaces/types.DataSource.md @@ -28,7 +28,7 @@ A list of [`Actor`]s associated with this source. #### Defined in -[types.d.ts:215](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L215) +[types.d.ts:215](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L215) ___ @@ -40,7 +40,7 @@ A human-readable string giving details about the source of the assertion data. #### Defined in -[types.d.ts:219](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L219) +[types.d.ts:219](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L219) ___ @@ -52,4 +52,4 @@ A value from among the enumerated list indicating the source of the assertion. #### Defined in -[types.d.ts:223](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L223) +[types.d.ts:223](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L223) diff --git a/api-docs/interfaces/types.HashedURI.md b/api-docs/interfaces/types.HashedURI.md index f988caa..dd5a0be 100644 --- a/api-docs/interfaces/types.HashedURI.md +++ b/api-docs/interfaces/types.HashedURI.md @@ -27,7 +27,7 @@ tagged cbor serialization #### Defined in -[types.d.ts:247](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L247) +[types.d.ts:247](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L247) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[types.d.ts:248](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L248) +[types.d.ts:248](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L248) ___ @@ -47,4 +47,4 @@ ___ #### Defined in -[types.d.ts:249](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L249) +[types.d.ts:249](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L249) diff --git a/api-docs/interfaces/types.Ingredient.md b/api-docs/interfaces/types.Ingredient.md index c0c74c2..cf1caa1 100644 --- a/api-docs/interfaces/types.Ingredient.md +++ b/api-docs/interfaces/types.Ingredient.md @@ -43,7 +43,7 @@ If this ingredient has a [`ManifestStore`], this will hold the label of the acti #### Defined in -[types.d.ts:130](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L130) +[types.d.ts:130](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L130) ___ @@ -55,7 +55,7 @@ Document ID from `xmpMM:DocumentID` in XMP metadata. #### Defined in -[types.d.ts:134](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L134) +[types.d.ts:134](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L134) ___ @@ -67,7 +67,7 @@ The format of the source file as a MIME type. #### Defined in -[types.d.ts:138](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L138) +[types.d.ts:138](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L138) ___ @@ -79,7 +79,7 @@ An optional hash of the asset to prevent duplicates. #### Defined in -[types.d.ts:142](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L142) +[types.d.ts:142](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L142) ___ @@ -91,7 +91,7 @@ Instance ID from `xmpMM:InstanceID` in XMP metadata. #### Defined in -[types.d.ts:146](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L146) +[types.d.ts:146](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L146) ___ @@ -105,7 +105,7 @@ A [`ManifestStore`] from the source asset extracted as a binary C2PA blob. #### Defined in -[types.d.ts:152](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L152) +[types.d.ts:152](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L152) ___ @@ -119,7 +119,7 @@ Any additional [`Metadata`] as defined in the C2PA spec. #### Defined in -[types.d.ts:158](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L158) +[types.d.ts:158](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L158) ___ @@ -131,7 +131,7 @@ URI from `dcterms:provenance` in XMP metadata. #### Defined in -[types.d.ts:162](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L162) +[types.d.ts:162](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L162) ___ @@ -145,7 +145,7 @@ There can only be one parent ingredient in the ingredients. #### Defined in -[types.d.ts:168](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L168) +[types.d.ts:168](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L168) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[types.d.ts:169](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L169) +[types.d.ts:169](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L169) ___ @@ -169,7 +169,7 @@ A tuple of thumbnail MIME format (i.e. `image/jpeg`) and binary bits of the imag #### Defined in -[types.d.ts:175](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L175) +[types.d.ts:175](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L175) ___ @@ -181,7 +181,7 @@ A human-readable title, generally source filename. #### Defined in -[types.d.ts:179](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L179) +[types.d.ts:179](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L179) ___ @@ -193,4 +193,4 @@ Validation results. #### Defined in -[types.d.ts:183](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L183) +[types.d.ts:183](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L183) diff --git a/api-docs/interfaces/types.Manifest.md b/api-docs/interfaces/types.Manifest.md index acaed69..141bdf5 100644 --- a/api-docs/interfaces/types.Manifest.md +++ b/api-docs/interfaces/types.Manifest.md @@ -39,7 +39,7 @@ A list of assertions #### Defined in -[types.d.ts:36](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L36) +[types.d.ts:36](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L36) ___ @@ -52,7 +52,7 @@ claim Spaces are not allowed in names, versions can be specified with product/1. #### Defined in -[types.d.ts:41](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L41) +[types.d.ts:41](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L41) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[types.d.ts:42](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L42) +[types.d.ts:42](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L42) ___ @@ -74,7 +74,7 @@ A List of verified credentials #### Defined in -[types.d.ts:46](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L46) +[types.d.ts:46](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L46) ___ @@ -86,7 +86,7 @@ The format of the source file as a MIME type. #### Defined in -[types.d.ts:50](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L50) +[types.d.ts:50](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L50) ___ @@ -98,7 +98,7 @@ A List of ingredients #### Defined in -[types.d.ts:54](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L54) +[types.d.ts:54](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L54) ___ @@ -110,7 +110,7 @@ Instance ID from `xmpMM:InstanceID` in XMP metadata. #### Defined in -[types.d.ts:58](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L58) +[types.d.ts:58](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L58) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[types.d.ts:59](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L59) +[types.d.ts:59](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L59) ___ @@ -132,7 +132,7 @@ A list of redactions - URIs to a redacted assertions #### Defined in -[types.d.ts:63](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L63) +[types.d.ts:63](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L63) ___ @@ -144,7 +144,7 @@ container for binary assets (like thumbnails) #### Defined in -[types.d.ts:67](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L67) +[types.d.ts:67](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L67) ___ @@ -156,7 +156,7 @@ Signature data (only used for reporting) #### Defined in -[types.d.ts:71](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L71) +[types.d.ts:71](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L71) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[types.d.ts:72](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L72) +[types.d.ts:72](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L72) ___ @@ -178,7 +178,7 @@ A human-readable title, generally source filename. #### Defined in -[types.d.ts:76](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L76) +[types.d.ts:76](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L76) ___ @@ -191,4 +191,4 @@ name for the vendor (i.e. `adobe`) #### Defined in -[types.d.ts:81](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L81) +[types.d.ts:81](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L81) diff --git a/api-docs/interfaces/types.ManifestAssertion.md b/api-docs/interfaces/types.ManifestAssertion.md index 2899ef2..4b3b598 100644 --- a/api-docs/interfaces/types.ManifestAssertion.md +++ b/api-docs/interfaces/types.ManifestAssertion.md @@ -29,7 +29,7 @@ The data of the assertion as Value #### Defined in -[types.d.ts:92](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L92) +[types.d.ts:92](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L92) ___ @@ -41,7 +41,7 @@ There can be more than one assertion for any label #### Defined in -[types.d.ts:96](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L96) +[types.d.ts:96](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L96) ___ @@ -53,7 +53,7 @@ The [ManifestAssertionKind] for this assertion (as stored in c2pa content) #### Defined in -[types.d.ts:100](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L100) +[types.d.ts:100](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L100) ___ @@ -65,4 +65,4 @@ An assertion label in reverse domain format #### Defined in -[types.d.ts:104](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L104) +[types.d.ts:104](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L104) diff --git a/api-docs/interfaces/types.ManifestStore.md b/api-docs/interfaces/types.ManifestStore.md index dde711b..a259508 100644 --- a/api-docs/interfaces/types.ManifestStore.md +++ b/api-docs/interfaces/types.ManifestStore.md @@ -28,7 +28,7 @@ A label for the active (most recent) manifest in the store #### Defined in -[types.d.ts:17](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L17) +[types.d.ts:17](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L17) ___ @@ -44,7 +44,7 @@ A HashMap of Manifests #### Defined in -[types.d.ts:21](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L21) +[types.d.ts:21](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L21) ___ @@ -56,4 +56,4 @@ ValidationStatus generated when loading the ManifestStore from an asset #### Defined in -[types.d.ts:25](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L25) +[types.d.ts:25](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L25) diff --git a/api-docs/interfaces/types.Metadata.md b/api-docs/interfaces/types.Metadata.md index b560925..76428e1 100644 --- a/api-docs/interfaces/types.Metadata.md +++ b/api-docs/interfaces/types.Metadata.md @@ -28,7 +28,7 @@ others #### Defined in -[types.d.ts:201](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L201) +[types.d.ts:201](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L201) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[types.d.ts:202](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L202) +[types.d.ts:202](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L202) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[types.d.ts:203](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L203) +[types.d.ts:203](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L203) ___ @@ -58,4 +58,4 @@ ___ #### Defined in -[types.d.ts:204](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L204) +[types.d.ts:204](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L204) diff --git a/api-docs/interfaces/types.ResourceRef.md b/api-docs/interfaces/types.ResourceRef.md index 5f622d7..09df863 100644 --- a/api-docs/interfaces/types.ResourceRef.md +++ b/api-docs/interfaces/types.ResourceRef.md @@ -25,7 +25,7 @@ A reference to a resource to be used in JSON serialization #### Defined in -[types.d.ts:191](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L191) +[types.d.ts:191](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L191) ___ @@ -35,4 +35,4 @@ ___ #### Defined in -[types.d.ts:192](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L192) +[types.d.ts:192](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L192) diff --git a/api-docs/interfaces/types.ResourceStore.md b/api-docs/interfaces/types.ResourceStore.md index 76397ad..4a90dfd 100644 --- a/api-docs/interfaces/types.ResourceStore.md +++ b/api-docs/interfaces/types.ResourceStore.md @@ -27,7 +27,7 @@ container for binary assets (like thumbnails) #### Defined in -[types.d.ts:282](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L282) +[types.d.ts:282](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L282) ___ @@ -41,4 +41,4 @@ ___ #### Defined in -[types.d.ts:283](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L283) +[types.d.ts:283](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L283) diff --git a/api-docs/interfaces/types.ReviewRating.md b/api-docs/interfaces/types.ReviewRating.md index 1d3bb4b..149ded6 100644 --- a/api-docs/interfaces/types.ReviewRating.md +++ b/api-docs/interfaces/types.ReviewRating.md @@ -29,7 +29,7 @@ See #### Defined in -[types.d.ts:260](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L260) +[types.d.ts:260](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L260) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[types.d.ts:261](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L261) +[types.d.ts:261](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L261) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[types.d.ts:262](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L262) +[types.d.ts:262](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L262) diff --git a/api-docs/interfaces/types.SignatureInfo.md b/api-docs/interfaces/types.SignatureInfo.md index 5c88393..e4df8af 100644 --- a/api-docs/interfaces/types.SignatureInfo.md +++ b/api-docs/interfaces/types.SignatureInfo.md @@ -33,7 +33,7 @@ human readable issuing authority for this signature #### Defined in -[types.d.ts:308](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L308) +[types.d.ts:308](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L308) ___ @@ -45,4 +45,4 @@ the time the signature was created #### Defined in -[types.d.ts:312](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L312) +[types.d.ts:312](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L312) diff --git a/api-docs/interfaces/types.ValidationStatus.md b/api-docs/interfaces/types.ValidationStatus.md index 1f90566..784b67f 100644 --- a/api-docs/interfaces/types.ValidationStatus.md +++ b/api-docs/interfaces/types.ValidationStatus.md @@ -30,7 +30,7 @@ See #### Defined in -[types.d.ts:295](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L295) +[types.d.ts:295](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L295) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[types.d.ts:296](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L296) +[types.d.ts:296](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L296) ___ @@ -50,4 +50,4 @@ ___ #### Defined in -[types.d.ts:297](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L297) +[types.d.ts:297](https://github.com/contentauth/c2pa-node/blob/796fe3f/js-src/types.d.ts#L297)