lib/sdr_client/deposit.rb in sdr-client-0.14.0 vs lib/sdr_client/deposit.rb in sdr-client-0.15.0
- old
+ new
@@ -9,10 +9,12 @@
# rubocop:disable Metrics/MethodLength
def self.run(label: nil,
type: 'http://cocina.sul.stanford.edu/models/book.jsonld',
viewing_direction: nil,
access: 'dark',
+ use_statement: nil,
+ copyright: nil,
apo:,
collection: nil,
catkey: nil,
embargo_release_date: nil,
embargo_access: 'world',
@@ -26,9 +28,11 @@
metadata = Request.new(label: label,
type: type,
access: access,
apo: apo,
+ use_statement: use_statement,
+ copyright: copyright,
collection: collection,
source_id: source_id,
catkey: catkey,
embargo_release_date: embargo_release_date,
embargo_access: embargo_access,