@@ -1267,14 +1267,14 @@ const mockContributor = (username: string): api.LibraryPublishContributor => ({
12671267
12681268mockLibraryBlockDraftHistory . data = [
12691269 {
1270- changedBy : mockContributor ( 'test_user_1' ) ,
1270+ contributor : mockContributor ( 'test_user_1' ) ,
12711271 changedAt : '2026-03-16T11:00:00Z' ,
12721272 title : 'Electron Arcs' ,
12731273 action : 'edited' ,
12741274 itemType : 'html' ,
12751275 } ,
12761276 {
1277- changedBy : mockContributor ( 'test_user_2' ) ,
1277+ contributor : mockContributor ( 'test_user_2' ) ,
12781278 changedAt : '2026-03-13T10:00:00Z' ,
12791279 title : 'More on Quarks' ,
12801280 action : 'renamed' ,
@@ -1330,7 +1330,7 @@ export async function mockLibraryBlockPublishHistoryEntries(
13301330}
13311331mockLibraryBlockPublishHistoryEntries . data = [
13321332 {
1333- changedBy : mockContributor ( 'test_user' ) ,
1333+ contributor : mockContributor ( 'test_user' ) ,
13341334 changedAt : '2026-03-10T09:00:00Z' ,
13351335 title : 'Protons' ,
13361336 action : 'edited' ,
@@ -1365,14 +1365,14 @@ mockLibraryBlockCreationEntry.usageKeyThatNeverLoads = 'lb:Axim:infiniteLoading:
13651365mockLibraryBlockCreationEntry . usageKey = 'lb:Axim:TEST1:html:571fe018-f3ce-45c9-8f53-5dafcb422fd1' ;
13661366mockLibraryBlockCreationEntry . usageKeyEmpty = 'lb:Axim:TEST2:html:571fe018-f3ce-45c9-8f53-5dafcb422fd2' ;
13671367mockLibraryBlockCreationEntry . data = {
1368- changedBy : mockContributor ( 'author' ) ,
1368+ contributor : mockContributor ( 'author' ) ,
13691369 changedAt : '2024-01-01T00:00:00Z' ,
13701370 title : 'Introduction to Testing 1' ,
13711371 itemType : 'html' ,
13721372 action : 'created' ,
13731373} satisfies api . LibraryHistoryEntry ;
13741374mockLibraryBlockCreationEntry . dataEmpty = {
1375- changedBy : mockContributor ( 'Author' ) ,
1375+ contributor : mockContributor ( 'Author' ) ,
13761376 changedAt : '2024-01-01T00:00:00Z' ,
13771377 title : 'Introduction to Testing 2' ,
13781378 itemType : 'html' ,
@@ -1404,14 +1404,14 @@ mockLibraryContainerDraftHistory.containerKey = 'lct:Axim:TEST1:unit:571fe018-f3
14041404mockLibraryContainerDraftHistory . containerKeyEmpty = 'lct:Axim:TEST2:unit:571fe018-f3ce-45c9-8f53-5dafcb422fd2' ;
14051405mockLibraryContainerDraftHistory . data = [
14061406 {
1407- changedBy : mockContributor ( 'container_user_1' ) ,
1407+ contributor : mockContributor ( 'container_user_1' ) ,
14081408 changedAt : '2026-03-16T11:00:00Z' ,
14091409 title : 'Intro Unit' ,
14101410 action : 'edited' ,
14111411 itemType : 'unit' ,
14121412 } ,
14131413 {
1414- changedBy : mockContributor ( 'container_user_2' ) ,
1414+ contributor : mockContributor ( 'container_user_2' ) ,
14151415 changedAt : '2026-03-13T10:00:00Z' ,
14161416 title : 'Unit Renamed' ,
14171417 action : 'renamed' ,
@@ -1485,14 +1485,14 @@ mockLibraryContainerCreationEntry.usageKeyThatNeverLoads = 'lct:Axim:TEST1:unit:
14851485mockLibraryContainerCreationEntry . usageKey = 'lct:Axim:TEST1:unit:571fe018-f3ce-45c9-8f53-5dafcb422fd1' ;
14861486mockLibraryContainerCreationEntry . usageKeyEmpty = 'lct:Axim:TEST2:unit:571fe018-f3ce-45c9-8f53-5dafcb422fd2' ;
14871487mockLibraryContainerCreationEntry . data = {
1488- changedBy : mockContributor ( 'author' ) ,
1488+ contributor : mockContributor ( 'author' ) ,
14891489 changedAt : '2024-01-01T00:00:00Z' ,
14901490 title : 'Introduction to Testing Unit 1' ,
14911491 itemType : 'unit' ,
14921492 action : 'created' ,
14931493} satisfies api . LibraryHistoryEntry ;
14941494mockLibraryContainerCreationEntry . dataEmpty = {
1495- changedBy : mockContributor ( 'Author' ) ,
1495+ contributor : mockContributor ( 'Author' ) ,
14961496 changedAt : '2024-01-01T00:00:00Z' ,
14971497 title : 'Introduction to Testing Unit 2' ,
14981498 itemType : 'unit' ,
0 commit comments