-
Notifications
You must be signed in to change notification settings - Fork 2
OpenAPI schema sync (v2.9.0) #142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'fingerprint-pro-server-api-python-sdk': minor | ||
--- | ||
|
||
Mark `replayed` field required in the `identification` product schema. This field will always be present. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "rc", | ||
"initialVersions": { | ||
"fingerprint-pro-server-api-python-sdk": "8.8.0" | ||
}, | ||
"changesets": [] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'fingerprint-pro-server-api-python-sdk': minor | ||
--- | ||
|
||
Add `sdk` field with platform metadata to `identification` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'fingerprint-pro-server-api-python-sdk': patch | ||
--- | ||
|
||
Deprecate the Remote Control Detection Smart Signal. This signal is no longer available. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v2.8.0 | ||
v2.9.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# ProductRemoteControl | ||
This product is deprecated. | ||
|
||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# RemoteControl | ||
This signal is deprecated. | ||
|
||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# SDK | ||
Contains information about the SDK used to perform the request. | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**platform** | **str** | Platform of the SDK. | | ||
**version** | **str** | SDK version string. | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# WebhookRemoteControl | ||
This signal is deprecated. | ||
|
||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
# coding: utf-8 | ||
|
||
""" | ||
Fingerprint Server API | ||
|
||
Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. # noqa: E501 | ||
|
||
OpenAPI spec version: 3 | ||
Contact: support@fingerprint.com | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
||
import re # noqa: F401 | ||
from typing import Dict, List, Optional # noqa: F401 | ||
from fingerprint_pro_server_api_sdk.base_model import BaseModel | ||
|
||
|
||
class SDK(BaseModel): | ||
""" | ||
Contains information about the SDK used to perform the request. | ||
|
||
NOTE: This class is auto generated by the swagger code generator program. | ||
|
||
Do not edit the class manually. | ||
""" | ||
""" | ||
Attributes: | ||
swagger_types (dict): The key is attribute name | ||
and the value is attribute type. | ||
attribute_map (dict): The key is attribute name | ||
and the value is json key in definition. | ||
""" | ||
swagger_types = { | ||
'platform': 'str', | ||
'version': 'str' | ||
} | ||
|
||
nullable_map = { | ||
'platform': False, | ||
'version': False | ||
} | ||
|
||
attribute_map = { | ||
'platform': 'platform', | ||
'version': 'version' | ||
} | ||
|
||
def __init__(self, platform=None, version=None): # noqa: E501 | ||
"""SDK - a model defined in Swagger""" # noqa: E501 | ||
self._platform = None | ||
self._version = None | ||
self.discriminator = None | ||
self.platform = platform | ||
self.version = version | ||
|
||
@property | ||
def platform(self) -> str: | ||
"""Gets the platform of this SDK. # noqa: E501 | ||
|
||
Platform of the SDK. # noqa: E501 | ||
|
||
:return: The platform of this SDK. # noqa: E501 | ||
""" | ||
return self._platform | ||
|
||
@platform.setter | ||
def platform(self, platform: str): | ||
"""Sets the platform of this SDK. | ||
|
||
Platform of the SDK. # noqa: E501 | ||
|
||
:param platform: The platform of this SDK. # noqa: E501 | ||
""" | ||
if platform is None: | ||
raise ValueError("Invalid value for `platform`, must not be `None`") # noqa: E501 | ||
|
||
self._platform = platform | ||
|
||
@property | ||
def version(self) -> str: | ||
"""Gets the version of this SDK. # noqa: E501 | ||
|
||
SDK version string. # noqa: E501 | ||
|
||
:return: The version of this SDK. # noqa: E501 | ||
""" | ||
return self._version | ||
|
||
@version.setter | ||
def version(self, version: str): | ||
"""Sets the version of this SDK. | ||
|
||
SDK version string. # noqa: E501 | ||
|
||
:param version: The version of this SDK. # noqa: E501 | ||
""" | ||
if version is None: | ||
raise ValueError("Invalid value for `version`, must not be `None`") # noqa: E501 | ||
|
||
self._version = version | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.