Skip to content

Commit 344739b

Browse files
author
github-actions-bot
committed
fix(rename): internal rename of query param model
1 parent d54b706 commit 344739b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/20230301Api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ configuration.api_key['access-token'] = 'YOUR_API_KEY'
135135
with openapi_client.ApiClient(configuration) as api_client:
136136
# Create an instance of the API class
137137
api_instance = 2023_03_01_api.20230301Api(api_client)
138-
employment_status = EmploymentStatusNotNullNotNullable("active") # EmploymentStatusNotNullNotNullable | Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) (optional)
138+
employment_status = EmploymentStatusNotNullNotNullable("active") # EmploymentStatusNotNullNotNullable | Optional query parameter. Use to enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) (optional)
139139

140140
# example passing only required values which don't have defaults set
141141
# and optional values
@@ -152,7 +152,7 @@ with openapi_client.ApiClient(configuration) as api_client:
152152

153153
Name | Type | Description | Notes
154154
------------- | ------------- | ------------- | -------------
155-
**employment_status** | **EmploymentStatusNotNullNotNullable**| Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) | [optional]
155+
**employment_status** | **EmploymentStatusNotNullNotNullable**| Optional query parameter. Use to enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) | [optional]
156156

157157
### Return type
158158

docs/XHRVerticallyIntegratedApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ configuration.api_key['access-token'] = 'YOUR_API_KEY'
135135
with openapi_client.ApiClient(configuration) as api_client:
136136
# Create an instance of the API class
137137
api_instance = xhr__vertically_integrated_api.XHRVerticallyIntegratedApi(api_client)
138-
employment_status = EmploymentStatusNotNullNotNullable("active") # EmploymentStatusNotNullNotNullable | Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) (optional)
138+
employment_status = EmploymentStatusNotNullNotNullable("active") # EmploymentStatusNotNullNotNullable | Optional query parameter. Use to enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) (optional)
139139

140140
# example passing only required values which don't have defaults set
141141
# and optional values
@@ -152,7 +152,7 @@ with openapi_client.ApiClient(configuration) as api_client:
152152

153153
Name | Type | Description | Notes
154154
------------- | ------------- | ------------- | -------------
155-
**employment_status** | **EmploymentStatusNotNullNotNullable**| Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) | [optional]
155+
**employment_status** | **EmploymentStatusNotNullNotNullable**| Optional query parameter. Use to enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) | [optional]
156156

157157
### Return type
158158

openapi_client/api/2023_03_01_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def __xhr_employees20230301(
171171
172172
173173
Keyword Args:
174-
employment_status (EmploymentStatusNotNullNotNullable): Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) . [optional]
174+
employment_status (EmploymentStatusNotNullNotNullable): Optional query parameter. Use to enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) . [optional]
175175
_return_http_data_only (bool): response data without head status
176176
code and headers. Default is True.
177177
_preload_content (bool): if False, the urllib3.HTTPResponse object

openapi_client/api/xhr__vertically_integrated_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def __xhr_employees20230301(
171171
172172
173173
Keyword Args:
174-
employment_status (EmploymentStatusNotNullNotNullable): Enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) . [optional]
174+
employment_status (EmploymentStatusNotNullNotNullable): Optional query parameter. Use to enable server-side filtering of the `employment_status` attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a `null`, it will not be returned if this parameter is set) . [optional]
175175
_return_http_data_only (bool): response data without head status
176176
code and headers. Default is True.
177177
_preload_content (bool): if False, the urllib3.HTTPResponse object

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools import setup, find_packages # noqa: H301
99

1010
NAME = "affixapi"
11-
VERSION = "1.1.63"
11+
VERSION = "1.1.64"
1212

1313
# To install the library, run the following
1414
#

0 commit comments

Comments
 (0)