aboutsummaryrefslogtreecommitdiffstats
path: root/python_client/fatcat_client
diff options
context:
space:
mode:
Diffstat (limited to 'python_client/fatcat_client')
-rw-r--r--python_client/fatcat_client/__init__.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_entity.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_entity.py2
-rw-r--r--python_client/fatcat_client/models/file_entity_urls.py2
-rw-r--r--python_client/fatcat_client/models/fileset_entity.py2
-rw-r--r--python_client/fatcat_client/models/fileset_entity_manifest.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_entity_abstracts.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_entity.py2
-rw-r--r--python_client/fatcat_client/models/webcapture_entity_archive_urls.py2
-rw-r--r--python_client/fatcat_client/models/webcapture_entity_cdx.py2
-rw-r--r--python_client/fatcat_client/models/work_entity.py2
-rw-r--r--python_client/fatcat_client/rest.py2
31 files changed, 32 insertions, 32 deletions
diff --git a/python_client/fatcat_client/__init__.py b/python_client/fatcat_client/__init__.py
index 621ca67c..0624012b 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.1.0
+ OpenAPI spec version: 0.2.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/api/default_api.py b/python_client/fatcat_client/api/default_api.py
index 75e5b0a8..2acc0aac 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.1.0
+ OpenAPI spec version: 0.2.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 6e562014..8ebab103 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.1.0
+ OpenAPI spec version: 0.2.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 69b54edb..5cc1fe37 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.1.0
+ OpenAPI spec version: 0.2.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
@@ -242,6 +242,6 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
- "Version of the API: 0.1.0\n"\
+ "Version of the API: 0.2.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 0d21ed7e..564455a4 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.1.0
+ OpenAPI spec version: 0.2.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 1ee4c429..3fb2b95d 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.1.0
+ OpenAPI spec version: 0.2.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 5e31a574..385e829c 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.1.0
+ OpenAPI spec version: 0.2.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 26f8f8c7..e1cb5325 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.1.0
+ OpenAPI spec version: 0.2.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 f5a054c5..5751ea9d 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.1.0
+ OpenAPI spec version: 0.2.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 8f04df19..0522d22e 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.1.0
+ OpenAPI spec version: 0.2.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 2d0768a1..336fbff3 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.1.0
+ OpenAPI spec version: 0.2.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 73e12e91..bd029dab 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.1.0
+ OpenAPI spec version: 0.2.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 fd845830..fe954b90 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.1.0
+ OpenAPI spec version: 0.2.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 493f5d81..e1c7598f 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.1.0
+ OpenAPI spec version: 0.2.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 cb1da67b..68faac32 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.1.0
+ OpenAPI spec version: 0.2.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 4df733d0..7ab6acfc 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.1.0
+ OpenAPI spec version: 0.2.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 aa8a1bdb..fc40ac71 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.1.0
+ OpenAPI spec version: 0.2.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 5d0105bd..76ea232f 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.1.0
+ OpenAPI spec version: 0.2.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/file_entity_urls.py b/python_client/fatcat_client/models/file_entity_urls.py
index 6b6b0fda..723c9409 100644
--- a/python_client/fatcat_client/models/file_entity_urls.py
+++ b/python_client/fatcat_client/models/file_entity_urls.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.1.0
+ OpenAPI spec version: 0.2.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 ecc36598..570d9a13 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.1.0
+ OpenAPI spec version: 0.2.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/fileset_entity_manifest.py b/python_client/fatcat_client/models/fileset_entity_manifest.py
index 6dd5800f..e759ec55 100644
--- a/python_client/fatcat_client/models/fileset_entity_manifest.py
+++ b/python_client/fatcat_client/models/fileset_entity_manifest.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.1.0
+ OpenAPI spec version: 0.2.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 3c4a4f71..580221a1 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.1.0
+ OpenAPI spec version: 0.2.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 5df97e50..cb5aedcd 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.1.0
+ OpenAPI spec version: 0.2.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_entity_abstracts.py b/python_client/fatcat_client/models/release_entity_abstracts.py
index 2818e112..393db9e6 100644
--- a/python_client/fatcat_client/models/release_entity_abstracts.py
+++ b/python_client/fatcat_client/models/release_entity_abstracts.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.1.0
+ OpenAPI spec version: 0.2.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 81ad9cfe..9d4b640e 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.1.0
+ OpenAPI spec version: 0.2.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 659bfaaf..d5213085 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.1.0
+ OpenAPI spec version: 0.2.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 6db49186..1f3b1fa5 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.1.0
+ OpenAPI spec version: 0.2.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/webcapture_entity_archive_urls.py b/python_client/fatcat_client/models/webcapture_entity_archive_urls.py
index a334891d..16490adc 100644
--- a/python_client/fatcat_client/models/webcapture_entity_archive_urls.py
+++ b/python_client/fatcat_client/models/webcapture_entity_archive_urls.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.1.0
+ OpenAPI spec version: 0.2.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/webcapture_entity_cdx.py b/python_client/fatcat_client/models/webcapture_entity_cdx.py
index 082c1b96..7cfb812f 100644
--- a/python_client/fatcat_client/models/webcapture_entity_cdx.py
+++ b/python_client/fatcat_client/models/webcapture_entity_cdx.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.1.0
+ OpenAPI spec version: 0.2.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 13b40de5..7ef67160 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.1.0
+ OpenAPI spec version: 0.2.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 5c322c6b..d014223b 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.1.0
+ OpenAPI spec version: 0.2.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""