cocina-models 0.53.1 → 0.54.0.beta.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -9
- data/lib/cocina/models/access_role.rb +1 -1
- data/lib/cocina/models/file_administrative.rb +1 -0
- data/lib/cocina/models/version.rb +1 -1
- data/openapi.yml +5 -6
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 458d1785e59901fddf5a48498b69f94918438a17eae1b55b3aae4c2566e7dfa5
|
4
|
+
data.tar.gz: 2f8db910031913c252f19e019535877d7d7cbb113ee8e2fdf5e3455866a5ef54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '095a80dcc767034269cca494bb97ac2cd2ebfd71c8c08407c22d69e3e39fbd3ec9f61d84259ca74ed09a63f0216832230f8da52de20dc384cc1bccd57f48ce4b'
|
7
|
+
data.tar.gz: fd89991c60f9a90397d250483f6a44aabf0f30ac83f20cc10f34d33dac1b082877a628bcd87465805ba742d143e37e608e5a58759b024ce448826efb3d44b622
|
data/README.md
CHANGED
@@ -66,12 +66,3 @@ Once the above listed gems are updated all the following services that use cocin
|
|
66
66
|
If you are using this gem in an application that has an API that accepts Cocina models (e.g., SDR API, Dor-Services-App), make sure that the `openapi.yml` for the application includes the schemas that match the schemas in this `openapi.yml`.
|
67
67
|
|
68
68
|
This can be accomplished by cutting and pasting these schemas. By convention, these schemas are listed first in the `openapi.yml` of the associated projects, followed by the application-specific schemas.
|
69
|
-
|
70
|
-
### Usage conventions
|
71
|
-
|
72
|
-
The following are the recommended naming conventions for code using Cocina models:
|
73
|
-
|
74
|
-
* cocina_item: Cocina::Models::DRO instance
|
75
|
-
* cocina_admin_policy: Cocina::Models::AdminPolicy instance
|
76
|
-
* cocina_collection: Cocina::Models::Collection instance
|
77
|
-
* cocina_object: Cocina::Models::DRO or Cocina::Models::AdminPolicy or Cocina::Models::Collection instance
|
@@ -4,7 +4,7 @@ module Cocina
|
|
4
4
|
module Models
|
5
5
|
class AccessRole < Struct
|
6
6
|
# Name of role
|
7
|
-
attribute :name, Types::Strict::String.enum('
|
7
|
+
attribute :name, Types::Strict::String.enum('sdr-administrator', 'sdr-viewer', 'dor-apo-manager', 'hydrus-collection-creator', 'hydrus-collection-manager', 'hydrus-collection-depositor', 'hydrus-collection-item-depositor', 'hydrus-collection-reviewer', 'hydrus-collection-viewer')
|
8
8
|
attribute :members, Types::Strict::Array.of(AccessRoleMember).default([].freeze)
|
9
9
|
end
|
10
10
|
end
|
data/openapi.yml
CHANGED
@@ -127,14 +127,9 @@ components:
|
|
127
127
|
description: Name of role
|
128
128
|
type: string
|
129
129
|
enum:
|
130
|
-
- 'dor-apo-creator'
|
131
|
-
- 'dor-apo-depositor'
|
132
|
-
- 'dor-apo-manager'
|
133
|
-
- 'dor-apo-metadata'
|
134
|
-
- 'dor-apo-reviewer'
|
135
|
-
- 'dor-apo-viewer'
|
136
130
|
- 'sdr-administrator'
|
137
131
|
- 'sdr-viewer'
|
132
|
+
- 'dor-apo-manager'
|
138
133
|
- 'hydrus-collection-creator'
|
139
134
|
- 'hydrus-collection-manager'
|
140
135
|
- 'hydrus-collection-depositor'
|
@@ -959,6 +954,9 @@ components:
|
|
959
954
|
type: object
|
960
955
|
additionalProperties: false
|
961
956
|
properties:
|
957
|
+
publish:
|
958
|
+
type: boolean
|
959
|
+
default: false
|
962
960
|
sdrPreserve:
|
963
961
|
type: boolean
|
964
962
|
default: true
|
@@ -966,6 +964,7 @@ components:
|
|
966
964
|
type: boolean
|
967
965
|
default: false
|
968
966
|
required:
|
967
|
+
- publish
|
969
968
|
- sdrPreserve
|
970
969
|
- shelve
|
971
970
|
FileSet:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocina-models
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.54.0.beta.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Coyne
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-03-
|
11
|
+
date: 2021-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -314,7 +314,7 @@ files:
|
|
314
314
|
homepage: https://github.com/sul-dlss/cocina-models
|
315
315
|
licenses: []
|
316
316
|
metadata: {}
|
317
|
-
post_install_message:
|
317
|
+
post_install_message:
|
318
318
|
rdoc_options: []
|
319
319
|
require_paths:
|
320
320
|
- lib
|
@@ -325,12 +325,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
325
325
|
version: '2.5'
|
326
326
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
327
327
|
requirements:
|
328
|
-
- - "
|
328
|
+
- - ">"
|
329
329
|
- !ruby/object:Gem::Version
|
330
|
-
version:
|
330
|
+
version: 1.3.1
|
331
331
|
requirements: []
|
332
|
-
rubygems_version: 3.
|
333
|
-
signing_key:
|
332
|
+
rubygems_version: 3.0.6
|
333
|
+
signing_key:
|
334
334
|
specification_version: 4
|
335
335
|
summary: Data models for the SDR
|
336
336
|
test_files: []
|