Skip to content

Commit

Permalink
Update dependencies including latest DC API Typescript types
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed May 16, 2024
1 parent 9e56613 commit 08133b5
Show file tree
Hide file tree
Showing 8 changed files with 2,294 additions and 1,269 deletions.
2 changes: 2 additions & 0 deletions mocks/private-unpublished-work.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ export const mockPrivateUnpublishedWork: Work = {
{
accession_number: "asdfsdfgh",
description: "asdf asdf",
download_url: "http://download.me",
duration: null,
height: 1308,
id: "62adb94b-36d9-4f6f-bd18-ae4e7f3e7ba0",
Expand All @@ -474,6 +475,7 @@ export const mockPrivateUnpublishedWork: Work = {
{
accession_number: "bbkkasdf",
description: "asdfasdf asdfasdf",
download_url: "http://download.me",
duration: null,
height: 1538,
id: "592022f6-3dc1-4f17-a412-42c025ceae93",
Expand Down
2 changes: 2 additions & 0 deletions mocks/sample-public-work.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const samplePublicWork: Work = {
{
accession_number: "Time01_5000_accn_1301",
description: "This is a description of work the work",
download_url: "http://download.me",
duration: null,
height: 4246,
id: "1d2c2e79-8a6a-4b55-b06a-627cbf82ddd0",
Expand All @@ -50,6 +51,7 @@ export const samplePublicWork: Work = {
{
accession_number: "Time01_5000_accn_1302",
description: "This is a description of work the work",
download_url: "http://download.me",
duration: null,
height: 4212,
id: "3a1562c9-e9d7-4311-a572-28e9ddf39745",
Expand Down
4 changes: 4 additions & 0 deletions mocks/sample-work1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ export const sampleWork1: Work = {
cultural_context: [],
date_created: [],
description: ["Ima description"],
embedding: [2345, 2345],
embedding_model:
"huggingface/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2-stack-p-indexing-embedding",
file_sets: [
{
accession_number: "inu-dil-50575a78-a47a-4a07-939f-6e1d6a9d7065",
description: "Something",
download_url: "http://download.me",
duration: 20,
height: 1000,
id: "93d75ffe-20d8-48ea-9206-8db9114f2731",
Expand Down
4 changes: 4 additions & 0 deletions mocks/sample-work2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ export const sampleWork2: Work = {
cultural_context: [],
date_created: ["circa 1960 to circa 1969"],
description: ["Ima cool description"],
embedding: [2345, 2345],
embedding_model:
"huggingface/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2-stack-p-indexing-embedding",
file_sets: [
{
accession_number: "inu-dil-50575a78-a47a-4a07-939f-6e1d6a9d7065",
description: "Something",
download_url: "http://download.me",
duration: null,
height: 1000,
id: "93d75ffe-20d8-48ea-9206-8db9114f2731",
Expand Down
Loading

0 comments on commit 08133b5

Please sign in to comment.