aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-05-21 11:39:54 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-05-21 11:40:00 -0700
commitd1d04396c7a995eaf1129b123644bc52b14a73ac (patch)
treeaba9d7809dda8921fbf9bb8b3a32085d476a621c
parentec8dc24b39d8e3766730e7c3f73b79721e17ef64 (diff)
downloadfatcat-d1d04396c7a995eaf1129b123644bc52b14a73ac.tar.gz
fatcat-d1d04396c7a995eaf1129b123644bc52b14a73ac.zip
codegen version bump
Wow, a surprisingly large commit!
-rw-r--r--python_client/README.md2
-rw-r--r--python_client/fatcat_client/__init__.py2
-rw-r--r--python_client/fatcat_client/__version__.py2
-rw-r--r--python_client/fatcat_client/api/default_api.py2
-rw-r--r--python_client/fatcat_client/api_client.py2
-rw-r--r--python_client/fatcat_client/configuration.py4
-rw-r--r--python_client/fatcat_client/models/__init__.py2
-rw-r--r--python_client/fatcat_client/models/auth_oidc.py2
-rw-r--r--python_client/fatcat_client/models/auth_oidc_result.py2
-rw-r--r--python_client/fatcat_client/models/changelog_entry.py2
-rw-r--r--python_client/fatcat_client/models/container_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/container_entity.py2
-rw-r--r--python_client/fatcat_client/models/creator_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/creator_entity.py2
-rw-r--r--python_client/fatcat_client/models/editgroup.py2
-rw-r--r--python_client/fatcat_client/models/editgroup_annotation.py2
-rw-r--r--python_client/fatcat_client/models/editgroup_edits.py2
-rw-r--r--python_client/fatcat_client/models/editor.py2
-rw-r--r--python_client/fatcat_client/models/entity_edit.py2
-rw-r--r--python_client/fatcat_client/models/entity_history_entry.py2
-rw-r--r--python_client/fatcat_client/models/error_response.py2
-rw-r--r--python_client/fatcat_client/models/file_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/file_entity.py2
-rw-r--r--python_client/fatcat_client/models/file_url.py2
-rw-r--r--python_client/fatcat_client/models/fileset_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/fileset_entity.py2
-rw-r--r--python_client/fatcat_client/models/fileset_file.py2
-rw-r--r--python_client/fatcat_client/models/fileset_url.py2
-rw-r--r--python_client/fatcat_client/models/release_abstract.py2
-rw-r--r--python_client/fatcat_client/models/release_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/release_contrib.py2
-rw-r--r--python_client/fatcat_client/models/release_entity.py2
-rw-r--r--python_client/fatcat_client/models/release_ext_ids.py2
-rw-r--r--python_client/fatcat_client/models/release_ref.py2
-rw-r--r--python_client/fatcat_client/models/success.py2
-rw-r--r--python_client/fatcat_client/models/webcapture_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/webcapture_cdx_line.py2
-rw-r--r--python_client/fatcat_client/models/webcapture_entity.py2
-rw-r--r--python_client/fatcat_client/models/webcapture_url.py2
-rw-r--r--python_client/fatcat_client/models/work_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/work_entity.py2
-rw-r--r--python_client/fatcat_client/rest.py2
-rw-r--r--python_client/tests/codegen/test_auth_oidc.py2
-rw-r--r--python_client/tests/codegen/test_auth_oidc_result.py2
-rw-r--r--python_client/tests/codegen/test_changelog_entry.py2
-rw-r--r--python_client/tests/codegen/test_container_auto_batch.py2
-rw-r--r--python_client/tests/codegen/test_container_entity.py2
-rw-r--r--python_client/tests/codegen/test_creator_auto_batch.py2
-rw-r--r--python_client/tests/codegen/test_creator_entity.py2
-rw-r--r--python_client/tests/codegen/test_default_api.py2
-rw-r--r--python_client/tests/codegen/test_editgroup.py2
-rw-r--r--python_client/tests/codegen/test_editgroup_annotation.py2
-rw-r--r--python_client/tests/codegen/test_editgroup_edits.py2
-rw-r--r--python_client/tests/codegen/test_editor.py2
-rw-r--r--python_client/tests/codegen/test_entity_edit.py2
-rw-r--r--python_client/tests/codegen/test_entity_history_entry.py2
-rw-r--r--python_client/tests/codegen/test_error_response.py2
-rw-r--r--python_client/tests/codegen/test_file_auto_batch.py2
-rw-r--r--python_client/tests/codegen/test_file_entity.py2
-rw-r--r--python_client/tests/codegen/test_file_url.py2
-rw-r--r--python_client/tests/codegen/test_fileset_auto_batch.py2
-rw-r--r--python_client/tests/codegen/test_fileset_entity.py2
-rw-r--r--python_client/tests/codegen/test_fileset_file.py2
-rw-r--r--python_client/tests/codegen/test_fileset_url.py2
-rw-r--r--python_client/tests/codegen/test_release_abstract.py2
-rw-r--r--python_client/tests/codegen/test_release_auto_batch.py2
-rw-r--r--python_client/tests/codegen/test_release_contrib.py2
-rw-r--r--python_client/tests/codegen/test_release_entity.py2
-rw-r--r--python_client/tests/codegen/test_release_ext_ids.py2
-rw-r--r--python_client/tests/codegen/test_release_ref.py2
-rw-r--r--python_client/tests/codegen/test_success.py2
-rw-r--r--python_client/tests/codegen/test_webcapture_auto_batch.py2
-rw-r--r--python_client/tests/codegen/test_webcapture_cdx_line.py2
-rw-r--r--python_client/tests/codegen/test_webcapture_entity.py2
-rw-r--r--python_client/tests/codegen/test_webcapture_url.py2
-rw-r--r--python_client/tests/codegen/test_work_auto_batch.py2
-rw-r--r--python_client/tests/codegen/test_work_entity.py2
-rw-r--r--rust/Cargo.lock6
-rw-r--r--rust/Cargo.toml2
-rw-r--r--rust/fatcat-api-spec/Cargo.toml2
-rw-r--r--rust/fatcat-api-spec/README.md6
-rw-r--r--rust/fatcat-api-spec/api.yaml2
-rw-r--r--rust/fatcat-api-spec/api/swagger.yaml2
83 files changed, 88 insertions, 88 deletions
diff --git a/python_client/README.md b/python_client/README.md
index 3fd874d1..c69ae551 100644
--- a/python_client/README.md
+++ b/python_client/README.md
@@ -3,7 +3,7 @@ A scalable, versioned, API-oriented catalog of bibliographic entities and file m
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
-- API version: 0.2.0
+- API version: 0.3.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.PythonClientCodegen
diff --git a/python_client/fatcat_client/__init__.py b/python_client/fatcat_client/__init__.py
index 2363d14d..ef0b6e3f 100644
--- a/python_client/fatcat_client/__init__.py
+++ b/python_client/fatcat_client/__init__.py
@@ -7,7 +7,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/__version__.py b/python_client/fatcat_client/__version__.py
index 6d23a3be..a85c1f92 100644
--- a/python_client/fatcat_client/__version__.py
+++ b/python_client/fatcat_client/__version__.py
@@ -1,3 +1,3 @@
-VERSION = (0, 1, '0dev0')
+VERSION = (0, 3, 0) # eg, (0, 2, '0dev0')
__version__ = '.'.join(map(str, VERSION))
diff --git a/python_client/fatcat_client/api/default_api.py b/python_client/fatcat_client/api/default_api.py
index 8edf15ed..0ea79748 100644
--- a/python_client/fatcat_client/api/default_api.py
+++ b/python_client/fatcat_client/api/default_api.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/api_client.py b/python_client/fatcat_client/api_client.py
index af25fc2c..98256e65 100644
--- a/python_client/fatcat_client/api_client.py
+++ b/python_client/fatcat_client/api_client.py
@@ -4,7 +4,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/configuration.py b/python_client/fatcat_client/configuration.py
index 5423065d..7a79fa79 100644
--- a/python_client/fatcat_client/configuration.py
+++ b/python_client/fatcat_client/configuration.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
@@ -242,6 +242,6 @@ class Configuration(object):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
- "Version of the API: 0.2.0\n"\
+ "Version of the API: 0.3.0\n"\
"SDK Package Version: 1.0.0".\
format(env=sys.platform, pyversion=sys.version)
diff --git a/python_client/fatcat_client/models/__init__.py b/python_client/fatcat_client/models/__init__.py
index 40cb8ee5..574c7aeb 100644
--- a/python_client/fatcat_client/models/__init__.py
+++ b/python_client/fatcat_client/models/__init__.py
@@ -6,7 +6,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/auth_oidc.py b/python_client/fatcat_client/models/auth_oidc.py
index 3fb2b95d..5d11adab 100644
--- a/python_client/fatcat_client/models/auth_oidc.py
+++ b/python_client/fatcat_client/models/auth_oidc.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/auth_oidc_result.py b/python_client/fatcat_client/models/auth_oidc_result.py
index 385e829c..2ac7d736 100644
--- a/python_client/fatcat_client/models/auth_oidc_result.py
+++ b/python_client/fatcat_client/models/auth_oidc_result.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/changelog_entry.py b/python_client/fatcat_client/models/changelog_entry.py
index e1cb5325..ae4e7afb 100644
--- a/python_client/fatcat_client/models/changelog_entry.py
+++ b/python_client/fatcat_client/models/changelog_entry.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/container_auto_batch.py b/python_client/fatcat_client/models/container_auto_batch.py
index b8b2bf2b..6592b89f 100644
--- a/python_client/fatcat_client/models/container_auto_batch.py
+++ b/python_client/fatcat_client/models/container_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/container_entity.py b/python_client/fatcat_client/models/container_entity.py
index 5751ea9d..5fb1a51b 100644
--- a/python_client/fatcat_client/models/container_entity.py
+++ b/python_client/fatcat_client/models/container_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/creator_auto_batch.py b/python_client/fatcat_client/models/creator_auto_batch.py
index 96b335da..45cf4c25 100644
--- a/python_client/fatcat_client/models/creator_auto_batch.py
+++ b/python_client/fatcat_client/models/creator_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/creator_entity.py b/python_client/fatcat_client/models/creator_entity.py
index 0522d22e..d015701b 100644
--- a/python_client/fatcat_client/models/creator_entity.py
+++ b/python_client/fatcat_client/models/creator_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/editgroup.py b/python_client/fatcat_client/models/editgroup.py
index 06e277a1..03d644de 100644
--- a/python_client/fatcat_client/models/editgroup.py
+++ b/python_client/fatcat_client/models/editgroup.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/editgroup_annotation.py b/python_client/fatcat_client/models/editgroup_annotation.py
index bd029dab..f96fb6dd 100644
--- a/python_client/fatcat_client/models/editgroup_annotation.py
+++ b/python_client/fatcat_client/models/editgroup_annotation.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/editgroup_edits.py b/python_client/fatcat_client/models/editgroup_edits.py
index fe954b90..ca95c60f 100644
--- a/python_client/fatcat_client/models/editgroup_edits.py
+++ b/python_client/fatcat_client/models/editgroup_edits.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/editor.py b/python_client/fatcat_client/models/editor.py
index e1c7598f..37657266 100644
--- a/python_client/fatcat_client/models/editor.py
+++ b/python_client/fatcat_client/models/editor.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/entity_edit.py b/python_client/fatcat_client/models/entity_edit.py
index 68faac32..f89817c5 100644
--- a/python_client/fatcat_client/models/entity_edit.py
+++ b/python_client/fatcat_client/models/entity_edit.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/entity_history_entry.py b/python_client/fatcat_client/models/entity_history_entry.py
index 7ab6acfc..8623cc08 100644
--- a/python_client/fatcat_client/models/entity_history_entry.py
+++ b/python_client/fatcat_client/models/entity_history_entry.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/error_response.py b/python_client/fatcat_client/models/error_response.py
index fc40ac71..43eafb9b 100644
--- a/python_client/fatcat_client/models/error_response.py
+++ b/python_client/fatcat_client/models/error_response.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/file_auto_batch.py b/python_client/fatcat_client/models/file_auto_batch.py
index cc4f4e04..22cdd030 100644
--- a/python_client/fatcat_client/models/file_auto_batch.py
+++ b/python_client/fatcat_client/models/file_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/file_entity.py b/python_client/fatcat_client/models/file_entity.py
index f0d71e37..e80659fe 100644
--- a/python_client/fatcat_client/models/file_entity.py
+++ b/python_client/fatcat_client/models/file_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/file_url.py b/python_client/fatcat_client/models/file_url.py
index 85868810..cce0d332 100644
--- a/python_client/fatcat_client/models/file_url.py
+++ b/python_client/fatcat_client/models/file_url.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/fileset_auto_batch.py b/python_client/fatcat_client/models/fileset_auto_batch.py
index 969f8de6..a3075d7a 100644
--- a/python_client/fatcat_client/models/fileset_auto_batch.py
+++ b/python_client/fatcat_client/models/fileset_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/fileset_entity.py b/python_client/fatcat_client/models/fileset_entity.py
index 939342c5..114c0594 100644
--- a/python_client/fatcat_client/models/fileset_entity.py
+++ b/python_client/fatcat_client/models/fileset_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/fileset_file.py b/python_client/fatcat_client/models/fileset_file.py
index f996a97b..521abc98 100644
--- a/python_client/fatcat_client/models/fileset_file.py
+++ b/python_client/fatcat_client/models/fileset_file.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/fileset_url.py b/python_client/fatcat_client/models/fileset_url.py
index e3c757e8..d0e3a1e7 100644
--- a/python_client/fatcat_client/models/fileset_url.py
+++ b/python_client/fatcat_client/models/fileset_url.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_abstract.py b/python_client/fatcat_client/models/release_abstract.py
index 39960aec..173aaa4c 100644
--- a/python_client/fatcat_client/models/release_abstract.py
+++ b/python_client/fatcat_client/models/release_abstract.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_auto_batch.py b/python_client/fatcat_client/models/release_auto_batch.py
index a80718bb..f87fc175 100644
--- a/python_client/fatcat_client/models/release_auto_batch.py
+++ b/python_client/fatcat_client/models/release_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_contrib.py b/python_client/fatcat_client/models/release_contrib.py
index d70a7304..6b6689c4 100644
--- a/python_client/fatcat_client/models/release_contrib.py
+++ b/python_client/fatcat_client/models/release_contrib.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_entity.py b/python_client/fatcat_client/models/release_entity.py
index 27685362..81d1779d 100644
--- a/python_client/fatcat_client/models/release_entity.py
+++ b/python_client/fatcat_client/models/release_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_ext_ids.py b/python_client/fatcat_client/models/release_ext_ids.py
index fad91c58..7c6eb2dd 100644
--- a/python_client/fatcat_client/models/release_ext_ids.py
+++ b/python_client/fatcat_client/models/release_ext_ids.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_ref.py b/python_client/fatcat_client/models/release_ref.py
index 9d4b640e..ed44158b 100644
--- a/python_client/fatcat_client/models/release_ref.py
+++ b/python_client/fatcat_client/models/release_ref.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/success.py b/python_client/fatcat_client/models/success.py
index d5213085..337efebb 100644
--- a/python_client/fatcat_client/models/success.py
+++ b/python_client/fatcat_client/models/success.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/webcapture_auto_batch.py b/python_client/fatcat_client/models/webcapture_auto_batch.py
index 579ec21e..003e5acb 100644
--- a/python_client/fatcat_client/models/webcapture_auto_batch.py
+++ b/python_client/fatcat_client/models/webcapture_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/webcapture_cdx_line.py b/python_client/fatcat_client/models/webcapture_cdx_line.py
index fa9e264f..623607ba 100644
--- a/python_client/fatcat_client/models/webcapture_cdx_line.py
+++ b/python_client/fatcat_client/models/webcapture_cdx_line.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/webcapture_entity.py b/python_client/fatcat_client/models/webcapture_entity.py
index 41a85432..33098001 100644
--- a/python_client/fatcat_client/models/webcapture_entity.py
+++ b/python_client/fatcat_client/models/webcapture_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/webcapture_url.py b/python_client/fatcat_client/models/webcapture_url.py
index 3efc71a3..9d6f1e21 100644
--- a/python_client/fatcat_client/models/webcapture_url.py
+++ b/python_client/fatcat_client/models/webcapture_url.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/work_auto_batch.py b/python_client/fatcat_client/models/work_auto_batch.py
index 2ae4c9a8..39854d47 100644
--- a/python_client/fatcat_client/models/work_auto_batch.py
+++ b/python_client/fatcat_client/models/work_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/work_entity.py b/python_client/fatcat_client/models/work_entity.py
index 7ef67160..80cb2330 100644
--- a/python_client/fatcat_client/models/work_entity.py
+++ b/python_client/fatcat_client/models/work_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/rest.py b/python_client/fatcat_client/rest.py
index d014223b..59ce1b74 100644
--- a/python_client/fatcat_client/rest.py
+++ b/python_client/fatcat_client/rest.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_auth_oidc.py b/python_client/tests/codegen/test_auth_oidc.py
index 1c7db913..7495a16a 100644
--- a/python_client/tests/codegen/test_auth_oidc.py
+++ b/python_client/tests/codegen/test_auth_oidc.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_auth_oidc_result.py b/python_client/tests/codegen/test_auth_oidc_result.py
index 1f9295b1..bf158fbd 100644
--- a/python_client/tests/codegen/test_auth_oidc_result.py
+++ b/python_client/tests/codegen/test_auth_oidc_result.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_changelog_entry.py b/python_client/tests/codegen/test_changelog_entry.py
index c020949c..0167a317 100644
--- a/python_client/tests/codegen/test_changelog_entry.py
+++ b/python_client/tests/codegen/test_changelog_entry.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_container_auto_batch.py b/python_client/tests/codegen/test_container_auto_batch.py
index e7579c97..136bc48f 100644
--- a/python_client/tests/codegen/test_container_auto_batch.py
+++ b/python_client/tests/codegen/test_container_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_container_entity.py b/python_client/tests/codegen/test_container_entity.py
index 0f68cc8a..79ed9fa6 100644
--- a/python_client/tests/codegen/test_container_entity.py
+++ b/python_client/tests/codegen/test_container_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_creator_auto_batch.py b/python_client/tests/codegen/test_creator_auto_batch.py
index 9a5d2535..0bee20d1 100644
--- a/python_client/tests/codegen/test_creator_auto_batch.py
+++ b/python_client/tests/codegen/test_creator_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_creator_entity.py b/python_client/tests/codegen/test_creator_entity.py
index 9b52a424..f51ba124 100644
--- a/python_client/tests/codegen/test_creator_entity.py
+++ b/python_client/tests/codegen/test_creator_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_default_api.py b/python_client/tests/codegen/test_default_api.py
index f5490261..1fd2c4cd 100644
--- a/python_client/tests/codegen/test_default_api.py
+++ b/python_client/tests/codegen/test_default_api.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_editgroup.py b/python_client/tests/codegen/test_editgroup.py
index f2f656c7..a9f84cfe 100644
--- a/python_client/tests/codegen/test_editgroup.py
+++ b/python_client/tests/codegen/test_editgroup.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_editgroup_annotation.py b/python_client/tests/codegen/test_editgroup_annotation.py
index bba9206a..a5ada569 100644
--- a/python_client/tests/codegen/test_editgroup_annotation.py
+++ b/python_client/tests/codegen/test_editgroup_annotation.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_editgroup_edits.py b/python_client/tests/codegen/test_editgroup_edits.py
index 8932e42b..696b9baa 100644
--- a/python_client/tests/codegen/test_editgroup_edits.py
+++ b/python_client/tests/codegen/test_editgroup_edits.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_editor.py b/python_client/tests/codegen/test_editor.py
index d7ccc4ef..3add4f28 100644
--- a/python_client/tests/codegen/test_editor.py
+++ b/python_client/tests/codegen/test_editor.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_entity_edit.py b/python_client/tests/codegen/test_entity_edit.py
index e3b43003..fe8410c6 100644
--- a/python_client/tests/codegen/test_entity_edit.py
+++ b/python_client/tests/codegen/test_entity_edit.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_entity_history_entry.py b/python_client/tests/codegen/test_entity_history_entry.py
index d4204943..cd35097a 100644
--- a/python_client/tests/codegen/test_entity_history_entry.py
+++ b/python_client/tests/codegen/test_entity_history_entry.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_error_response.py b/python_client/tests/codegen/test_error_response.py
index 33945590..4463ca9f 100644
--- a/python_client/tests/codegen/test_error_response.py
+++ b/python_client/tests/codegen/test_error_response.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_file_auto_batch.py b/python_client/tests/codegen/test_file_auto_batch.py
index 9c71c589..56e272d6 100644
--- a/python_client/tests/codegen/test_file_auto_batch.py
+++ b/python_client/tests/codegen/test_file_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_file_entity.py b/python_client/tests/codegen/test_file_entity.py
index d7edaa0d..140daeed 100644
--- a/python_client/tests/codegen/test_file_entity.py
+++ b/python_client/tests/codegen/test_file_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_file_url.py b/python_client/tests/codegen/test_file_url.py
index 59cb6aad..9ac6281f 100644
--- a/python_client/tests/codegen/test_file_url.py
+++ b/python_client/tests/codegen/test_file_url.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_fileset_auto_batch.py b/python_client/tests/codegen/test_fileset_auto_batch.py
index f84857c4..d213b43d 100644
--- a/python_client/tests/codegen/test_fileset_auto_batch.py
+++ b/python_client/tests/codegen/test_fileset_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_fileset_entity.py b/python_client/tests/codegen/test_fileset_entity.py
index 0cca2d30..5e22b821 100644
--- a/python_client/tests/codegen/test_fileset_entity.py
+++ b/python_client/tests/codegen/test_fileset_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_fileset_file.py b/python_client/tests/codegen/test_fileset_file.py
index 73442213..817b3916 100644
--- a/python_client/tests/codegen/test_fileset_file.py
+++ b/python_client/tests/codegen/test_fileset_file.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_fileset_url.py b/python_client/tests/codegen/test_fileset_url.py
index 1ae67c1c..ae34d0e0 100644
--- a/python_client/tests/codegen/test_fileset_url.py
+++ b/python_client/tests/codegen/test_fileset_url.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_release_abstract.py b/python_client/tests/codegen/test_release_abstract.py
index 2964202a..ee962b48 100644
--- a/python_client/tests/codegen/test_release_abstract.py
+++ b/python_client/tests/codegen/test_release_abstract.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_release_auto_batch.py b/python_client/tests/codegen/test_release_auto_batch.py
index 7c930b27..23ecbcc1 100644
--- a/python_client/tests/codegen/test_release_auto_batch.py
+++ b/python_client/tests/codegen/test_release_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_release_contrib.py b/python_client/tests/codegen/test_release_contrib.py
index 0fb0bf65..33e1e621 100644
--- a/python_client/tests/codegen/test_release_contrib.py
+++ b/python_client/tests/codegen/test_release_contrib.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_release_entity.py b/python_client/tests/codegen/test_release_entity.py
index 679edf16..c9284fe8 100644
--- a/python_client/tests/codegen/test_release_entity.py
+++ b/python_client/tests/codegen/test_release_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_release_ext_ids.py b/python_client/tests/codegen/test_release_ext_ids.py
index 1f90d905..6532cbd2 100644
--- a/python_client/tests/codegen/test_release_ext_ids.py
+++ b/python_client/tests/codegen/test_release_ext_ids.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_release_ref.py b/python_client/tests/codegen/test_release_ref.py
index 472158d4..020c6436 100644
--- a/python_client/tests/codegen/test_release_ref.py
+++ b/python_client/tests/codegen/test_release_ref.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_success.py b/python_client/tests/codegen/test_success.py
index 91efe09a..df26d217 100644
--- a/python_client/tests/codegen/test_success.py
+++ b/python_client/tests/codegen/test_success.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_webcapture_auto_batch.py b/python_client/tests/codegen/test_webcapture_auto_batch.py
index 823fd2c1..8c2b8000 100644
--- a/python_client/tests/codegen/test_webcapture_auto_batch.py
+++ b/python_client/tests/codegen/test_webcapture_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_webcapture_cdx_line.py b/python_client/tests/codegen/test_webcapture_cdx_line.py
index 51f0a99c..d044ded2 100644
--- a/python_client/tests/codegen/test_webcapture_cdx_line.py
+++ b/python_client/tests/codegen/test_webcapture_cdx_line.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_webcapture_entity.py b/python_client/tests/codegen/test_webcapture_entity.py
index 229e0e13..2bfb034f 100644
--- a/python_client/tests/codegen/test_webcapture_entity.py
+++ b/python_client/tests/codegen/test_webcapture_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_webcapture_url.py b/python_client/tests/codegen/test_webcapture_url.py
index b866ee54..951ef208 100644
--- a/python_client/tests/codegen/test_webcapture_url.py
+++ b/python_client/tests/codegen/test_webcapture_url.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_work_auto_batch.py b/python_client/tests/codegen/test_work_auto_batch.py
index 0e38869c..92edcaf5 100644
--- a/python_client/tests/codegen/test_work_auto_batch.py
+++ b/python_client/tests/codegen/test_work_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/tests/codegen/test_work_entity.py b/python_client/tests/codegen/test_work_entity.py
index 0c6c3194..6c49f3a2 100644
--- a/python_client/tests/codegen/test_work_entity.py
+++ b/python_client/tests/codegen/test_work_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 38ca675a..dde2fc57 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -524,7 +524,7 @@ dependencies = [
[[package]]
name = "fatcat"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"cadence 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -536,7 +536,7 @@ dependencies = [
"dotenv 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "fatcat-api-spec 0.2.0",
+ "fatcat-api-spec 0.3.0",
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)",
"iron 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -565,7 +565,7 @@ dependencies = [
[[package]]
name = "fatcat-api-spec"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"bodyparser 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 2344bda2..eb861f9b 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fatcat"
-version = "0.2.0"
+version = "0.3.0"
edition = "2018"
authors = ["Bryan Newbold <bnewbold@archive.org>"]
description = "A scalable, versioned, API-oriented catalog for bibliographic entities and file metadata"
diff --git a/rust/fatcat-api-spec/Cargo.toml b/rust/fatcat-api-spec/Cargo.toml
index a0388d95..9d416bd9 100644
--- a/rust/fatcat-api-spec/Cargo.toml
+++ b/rust/fatcat-api-spec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fatcat-api-spec"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Bryan Newbold <bnewbold@archive.org>"]
description = "HTTP API models, endpoints, and other auto-generated types"
license = "CC-0"
diff --git a/rust/fatcat-api-spec/README.md b/rust/fatcat-api-spec/README.md
index 586246d6..b175a762 100644
--- a/rust/fatcat-api-spec/README.md
+++ b/rust/fatcat-api-spec/README.md
@@ -12,8 +12,8 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)
-- API version: 0.2.0
-- Build date: 2019-05-21T01:52:14.169Z
+- API version: 0.3.0
+- Build date: 2019-05-21T18:36:07.221Z
This autogenerated project defines an API crate `fatcat` which contains:
* An `Api` trait defining the API in Rust.
@@ -169,7 +169,7 @@ The server example is designed to form the basis for implementing your own serve
* Set up a new Rust project, e.g., with `cargo init --bin`.
* Insert `fatcat` into the `members` array under [workspace] in the root `Cargo.toml`, e.g., `members = [ "fatcat" ]`.
-* Add `fatcat = {version = "0.2.0", path = "fatcat"}` under `[dependencies]` in the root `Cargo.toml`.
+* Add `fatcat = {version = "0.3.0", path = "fatcat"}` under `[dependencies]` in the root `Cargo.toml`.
* Copy the `[dependencies]` and `[dev-dependencies]` from `fatcat/Cargo.toml` into the root `Cargo.toml`'s `[dependencies]` section.
* Copy all of the `[dev-dependencies]`, but only the `[dependencies]` that are required by the example server. These should be clearly indicated by comments.
* Remove `"optional = true"` from each of these lines if present.
diff --git a/rust/fatcat-api-spec/api.yaml b/rust/fatcat-api-spec/api.yaml
index bac0efaa..95ef4c6b 100644
--- a/rust/fatcat-api-spec/api.yaml
+++ b/rust/fatcat-api-spec/api.yaml
@@ -4,7 +4,7 @@ info:
title: fatcat
description: A scalable, versioned, API-oriented catalog of bibliographic entities
and file metadata
- version: 0.2.0
+ version: 0.3.0
schemes: [https]
basePath: /v0
host: api.fatcat.wiki
diff --git a/rust/fatcat-api-spec/api/swagger.yaml b/rust/fatcat-api-spec/api/swagger.yaml
index e437df8f..b4c5e657 100644
--- a/rust/fatcat-api-spec/api/swagger.yaml
+++ b/rust/fatcat-api-spec/api/swagger.yaml
@@ -3,7 +3,7 @@ swagger: "2.0"
info:
description: "A scalable, versioned, API-oriented catalog of bibliographic entities\
\ and file metadata"
- version: "0.2.0"
+ version: "0.3.0"
title: "fatcat"
host: "api.fatcat.wiki"
basePath: "/v0"