|
Line 0
Link Here
|
| 0 |
- |
1 |
export const avMatrix = { |
|
|
2 |
erm: { |
| 3 |
av_agreement_statuses: { name: "ERM_AGREEMENT_STATUS", values: [] }, |
| 4 |
av_agreement_closure_reasons: { |
| 5 |
name: "ERM_AGREEMENT_CLOSURE_REASON", |
| 6 |
values: [], |
| 7 |
}, |
| 8 |
av_agreement_renewal_priorities: { |
| 9 |
name: "ERM_AGREEMENT_RENEWAL_PRIORITY", |
| 10 |
values: [], |
| 11 |
}, |
| 12 |
av_user_roles: { name: "ERM_USER_ROLES", values: [] }, |
| 13 |
av_license_types: { name: "ERM_LICENSE_TYPE", values: [] }, |
| 14 |
av_license_statuses: { name: "ERM_LICENSE_STATUS", values: [] }, |
| 15 |
av_agreement_license_statuses: { |
| 16 |
name: "ERM_AGREEMENT_LICENSE_STATUS", |
| 17 |
values: [], |
| 18 |
}, |
| 19 |
av_agreement_license_location: { |
| 20 |
name: "ERM_AGREEMENT_LICENSE_LOCATION", |
| 21 |
values: [], |
| 22 |
}, |
| 23 |
av_package_types: { name: "ERM_PACKAGE_TYPE", values: [] }, |
| 24 |
av_package_content_types: { |
| 25 |
name: "ERM_PACKAGE_CONTENT_TYPE", |
| 26 |
values: [], |
| 27 |
}, |
| 28 |
av_title_publication_types: { |
| 29 |
name: "ERM_TITLE_PUBLICATION_TYPE", |
| 30 |
values: [], |
| 31 |
}, |
| 32 |
av_report_types: { name: "ERM_REPORT_TYPES", values: [] }, |
| 33 |
av_platform_reports_metrics: { |
| 34 |
name: "ERM_PLATFORM_REPORTS_METRICS", |
| 35 |
values: [], |
| 36 |
}, |
| 37 |
av_database_reports_metrics: { |
| 38 |
name: "ERM_DATABASE_REPORTS_METRICS", |
| 39 |
values: [], |
| 40 |
}, |
| 41 |
av_title_reports_metrics: { |
| 42 |
name: "ERM_TITLE_REPORTS_METRICS", |
| 43 |
values: [], |
| 44 |
}, |
| 45 |
av_item_reports_metrics: { |
| 46 |
name: "ERM_ITEM_REPORTS_METRICS", |
| 47 |
values: [], |
| 48 |
}, |
| 49 |
av_agreement_relationships: { |
| 50 |
name: null, |
| 51 |
values: [ |
| 52 |
{ value: "supersedes", description: __("supersedes") }, |
| 53 |
{ |
| 54 |
value: "is-superseded-by", |
| 55 |
description: __("is superseded by"), |
| 56 |
}, |
| 57 |
{ |
| 58 |
value: "provides_post-cancellation_access_for", |
| 59 |
description: __("provides post-cancellation access for"), |
| 60 |
}, |
| 61 |
{ |
| 62 |
value: "has-post-cancellation-access-in", |
| 63 |
description: __("has post-cancellation access in"), |
| 64 |
}, |
| 65 |
{ |
| 66 |
value: "tracks_demand-driven_acquisitions_for", |
| 67 |
description: __("tracks demand-driven acquisitions for"), |
| 68 |
}, |
| 69 |
{ |
| 70 |
value: "has-demand-driven-acquisitions-in", |
| 71 |
description: __("has demand-driven acquisitions in"), |
| 72 |
}, |
| 73 |
{ |
| 74 |
value: "has_backfile_in", |
| 75 |
description: __("has backfile in"), |
| 76 |
}, |
| 77 |
{ |
| 78 |
value: "has_frontfile_in", |
| 79 |
description: __("has frontfile in"), |
| 80 |
}, |
| 81 |
{ value: "related_to", description: __("related to") }, |
| 82 |
], |
| 83 |
}, |
| 84 |
}, |
| 85 |
preservation: { |
| 86 |
av_notforloan: { name: "NOT_LOAN", values: [] }, |
| 87 |
}, |
| 88 |
}; |