lib/sdr_client/deposit.rb in sdr-client-2.13.2 vs lib/sdr_client/deposit.rb in sdr-client-2.16.0
- old
+ new
@@ -13,10 +13,11 @@
def self.run(label: nil,
type: BOOK_TYPE,
viewing_direction: nil,
view: 'dark',
download: 'none',
+ location: nil,
use_and_reproduction: nil,
copyright: nil,
apo:,
collection: nil,
catkey: nil,
@@ -38,9 +39,10 @@
augmented_metadata = FileMetadataBuilder.build(files: files, files_metadata: files_metadata, basepath: basepath)
request = Request.new(label: label,
type: type,
view: view,
download: download,
+ location: location,
apo: apo,
use_and_reproduction: use_and_reproduction,
copyright: copyright,
collection: collection,
source_id: source_id,