Skip to content

Commit d41bac5

Browse files
authored
Merge pull request #332 from nulib/deploy/staging
Production push
2 parents 6da4a35 + d10a628 commit d41bac5

File tree

10 files changed

+2310
-1276
lines changed

10 files changed

+2310
-1276
lines changed

mocks/private-unpublished-work.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ export const mockPrivateUnpublishedWork: Work = {
456456
{
457457
accession_number: "asdfsdfgh",
458458
description: "asdf asdf",
459+
download_url: "http://download.me",
459460
duration: null,
460461
height: 1308,
461462
id: "62adb94b-36d9-4f6f-bd18-ae4e7f3e7ba0",
@@ -474,6 +475,7 @@ export const mockPrivateUnpublishedWork: Work = {
474475
{
475476
accession_number: "bbkkasdf",
476477
description: "asdfasdf asdfasdf",
478+
download_url: "http://download.me",
477479
duration: null,
478480
height: 1538,
479481
id: "592022f6-3dc1-4f17-a412-42c025ceae93",

mocks/sample-public-work.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const samplePublicWork: Work = {
3232
{
3333
accession_number: "Time01_5000_accn_1301",
3434
description: "This is a description of work the work",
35+
download_url: "http://download.me",
3536
duration: null,
3637
height: 4246,
3738
id: "1d2c2e79-8a6a-4b55-b06a-627cbf82ddd0",
@@ -50,6 +51,7 @@ export const samplePublicWork: Work = {
5051
{
5152
accession_number: "Time01_5000_accn_1302",
5253
description: "This is a description of work the work",
54+
download_url: "http://download.me",
5355
duration: null,
5456
height: 4212,
5557
id: "3a1562c9-e9d7-4311-a572-28e9ddf39745",

mocks/sample-work1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ export const sampleWork1: Work = {
3434
cultural_context: [],
3535
date_created: [],
3636
description: ["Ima description"],
37+
embedding: [2345, 2345],
38+
embedding_model:
39+
"huggingface/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2-stack-p-indexing-embedding",
3740
file_sets: [
3841
{
3942
accession_number: "inu-dil-50575a78-a47a-4a07-939f-6e1d6a9d7065",
4043
description: "Something",
44+
download_url: "http://download.me",
4145
duration: 20,
4246
height: 1000,
4347
id: "93d75ffe-20d8-48ea-9206-8db9114f2731",

mocks/sample-work2.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ export const sampleWork2: Work = {
3434
cultural_context: [],
3535
date_created: ["circa 1960 to circa 1969"],
3636
description: ["Ima cool description"],
37+
embedding: [2345, 2345],
38+
embedding_model:
39+
"huggingface/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2-stack-p-indexing-embedding",
3740
file_sets: [
3841
{
3942
accession_number: "inu-dil-50575a78-a47a-4a07-939f-6e1d6a9d7065",
4043
description: "Something",
44+
download_url: "http://download.me",
4145
duration: null,
4246
height: 1000,
4347
id: "93d75ffe-20d8-48ea-9206-8db9114f2731",

0 commit comments

Comments
 (0)