oarepo-runtime 2.0.0.dev39__tar.gz → 2.0.0.dev40__tar.gz
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.
- {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/PKG-INFO +1 -1
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/__init__.py +1 -1
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/api.py +7 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/.gitignore +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/LICENSE +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/README.md +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/cli/__init__.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/cli/search.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/config.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/ext.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/info/__init__.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/info/views.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/proxies.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/py.typed +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/__init__.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/drafts.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/mapping.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/pid_providers.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/systemfields/__init__.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/systemfields/base.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/systemfields/custom_fields.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/systemfields/mapping.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/systemfields/publication_status.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/systemfields/relations.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/systemfields/selectors.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/resources/__init__.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/resources/config.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/resources/signposting/__init__.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/__init__.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/config/__init__.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/config/components.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/config/link_conditions.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/config/permissions.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/facets/__init__.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/facets/base.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/facets/date.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/facets/nested_facet.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/facets/params.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/facets/utils.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/generators.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/records/__init__.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/records/custom_fields.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/records/links.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/records/mapping.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/results.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/schema/__init__.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/schema/i18n.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/schema/i18n_ui.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/schema/ui.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/typing.py +0 -0
 - {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/pyproject.toml +0 -0
 
| 
         @@ -409,3 +409,10 @@ class Model[ 
     | 
|
| 
       409 
409 
     | 
    
         
             
                def imports(self) -> list[Import]:
         
     | 
| 
       410 
410 
     | 
    
         
             
                    """Get all importable request body parsers."""
         
     | 
| 
       411 
411 
     | 
    
         
             
                    return self._imports
         
     | 
| 
      
 412 
     | 
    
         
            +
             
     | 
| 
      
 413 
     | 
    
         
            +
                @property
         
     | 
| 
      
 414 
     | 
    
         
            +
                def entity_type(self) -> str:
         
     | 
| 
      
 415 
     | 
    
         
            +
                    """Get the entity type."""
         
     | 
| 
      
 416 
     | 
    
         
            +
                    if self.records_alias_enabled:
         
     | 
| 
      
 417 
     | 
    
         
            +
                        return cast("str", self.service.id)
         
     | 
| 
      
 418 
     | 
    
         
            +
                    raise TypeError("This model does not have associated entity type.")
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/__init__.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/records/pid_providers.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/resources/__init__.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/resources/config.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/__init__.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/config/__init__.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/facets/__init__.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/facets/base.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/facets/date.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/facets/params.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/facets/utils.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/generators.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/records/links.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/records/mapping.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/results.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/schema/__init__.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/schema/i18n.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/schema/i18n_ui.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
    
        {oarepo_runtime-2.0.0.dev39 → oarepo_runtime-2.0.0.dev40}/oarepo_runtime/services/schema/ui.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     |