cocina-models 0.27.0 → 0.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70d9bac2712adeb43b42781a4ed699864956854a015932bfb831da7b3d843f4d
4
- data.tar.gz: 1da967ea94f5cf122b64e729b1d196c0a5d0d97236c7f95b826c4b1ca76ddc0c
3
+ metadata.gz: 5d1e95282bfbdd8835506ac6d0649071e4ab0dddd8a4f91c8ebfb10f81a396e2
4
+ data.tar.gz: ca759ccd62a857f5870eafb0155e0bf030d252e21707d6900a9e6d2de9fb210d
5
5
  SHA512:
6
- metadata.gz: 982b9aee25afc9e9161a6ca747c156a77fb2bb1b5cd9eb70a2b6c777b70936eb40cf9f6ffbef322edd07ede4b3153fa5661fb3272e400b9f8c0c275fa57a3306
7
- data.tar.gz: acbc4799a654401d44b46cbd477d66b4f8fc4937a884c34df13368bbb2250c6c7f4beecbb1d3c20aa4cb5c46f8b2f3857de993a733bed8f00ec99b7a6d6f0e49
6
+ metadata.gz: 232f3479397e45f4cfd50bf13781b10f75ae4d6b93b7db553d66607ebd25a06d9303262285bb7bdfe4d2ab5142584ee548ea6903171ef2a9a953f0b2073a7bc8
7
+ data.tar.gz: 6cb5ef6b63cb69f5d81aa4903eec832413cc8b98d24c6d78a042064533960452c6b5fc85d00d63747f78d385cb2b1a89688c70d9d9c570a89e0778f8cb44ea24
@@ -7,6 +7,9 @@ module Cocina
7
7
  # See http://sul-dlss.github.io/cocina-models/maps/File.json
8
8
  class RequestFile < Struct
9
9
  include FileAttributes
10
+ # externalIdentifier is used when submitting files to the SDR API to identify the file so that the
11
+ # uploaded files can be associated with the DRO.
12
+ attribute :externalIdentifier, Types::Strict::String.meta(omittable: true)
10
13
  end
11
14
  end
12
15
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Cocina
4
4
  module Models
5
- VERSION = '0.27.0'
5
+ VERSION = '0.28.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocina-models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne