Skip to content

Commit

Permalink
Automated update by SDK Generator (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklloyd authored Sep 25, 2023
1 parent 9438400 commit 5c2d7ba
Show file tree
Hide file tree
Showing 1,248 changed files with 1,351 additions and 1,604 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
commit: main
tag: 0.4.0
tag: 0.4.1

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,6 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |
- [EmployeeList](docs/models/EmployeeList.md)
- [EmployeeManager](docs/models/EmployeeManager.md)
- [EmployeePayroll](docs/models/EmployeePayroll.md)
- [EmployeePayrolls](docs/models/EmployeePayrolls.md)
- [EmployeeSchedules](docs/models/EmployeeSchedules.md)
- [EmployeesFilter](docs/models/EmployeesFilter.md)
- [EmployeesSort](docs/models/EmployeesSort.md)
Expand Down
2 changes: 2 additions & 0 deletions docs/apis/HrisApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,7 @@ with apideck.ApiClient(configuration) as api_client:
type="contractor",
sub_type="full_time",
),
ethnicity="African American",
manager=EmployeeManager(
id="12345",
name="Elon Musk",
Expand Down Expand Up @@ -2317,6 +2318,7 @@ with apideck.ApiClient(configuration) as api_client:
type="contractor",
sub_type="full_time",
),
ethnicity="African American",
manager=EmployeeManager(
id="12345",
name="Elon Musk",
Expand Down
1 change: 1 addition & 0 deletions docs/models/Employee.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Name | Type | Description | Notes
**employee_number** | **str, none_type** | An Employee Number, Employee ID or Employee Code, is a unique number that has been assigned to each individual staff member within a company. | [optional]
**employment_status** | [**EmploymentStatus**](EmploymentStatus.md) | | [optional]
**employment_role** | [**EmployeeEmploymentRole**](EmployeeEmploymentRole.md) | | [optional]
**ethnicity** | **str, none_type** | The ethnicity of the employee | [optional]
**manager** | [**EmployeeManager**](EmployeeManager.md) | | [optional]
**direct_reports** | **[str], none_type** | Direct reports is an array of ids that reflect the individuals in an organizational hierarchy who are directly supervised by this specific employee. | [optional]
**social_security_number** | **str, none_type** | A unique identifier assigned by the government. This field is considered sensitive information and may be subject to special security and privacy restrictions. | [optional]
Expand Down
13 changes: 10 additions & 3 deletions docs/models/EmployeePayroll.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**employee** | [**Employee**](Employee.md) | | [optional]
**payroll** | [**Payroll**](Payroll.md) | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
**id** | **str, none_type** | A unique identifier for an object. | [readonly]
**processed** | **bool, none_type** | Whether or not the payroll has been successfully processed. Note that processed payrolls cannot be updated. |
**check_date** | **str, none_type** | The date on which employees will be paid for the payroll. |
**start_date** | **str, none_type** | The start date, inclusive, of the pay period. |
**end_date** | **str, none_type** | The end date, inclusive, of the pay period. |
**employee_id** | **str, none_type** | ID of the employee | [optional]
**company_id** | **str, none_type** | The unique identifier of the company. | [optional]
**processed_date** | **str, none_type** | The date the payroll was processed. | [optional]
**totals** | **PayrollTotals** | | [optional]
**compensations** | [**[Compensation]**](Compensation.md) | An array of compensations for the payroll. | [optional]

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
13 changes: 0 additions & 13 deletions docs/models/EmployeePayrolls.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/models/GetEmployeePayrollsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**service** | **str** | Apideck ID of service provider |
**resource** | **str** | Unified API resource name |
**operation** | **str** | Operation performed |
**data** | [**EmployeePayrolls**](EmployeePayrolls.md) | |
**data** | [**[EmployeePayroll]**](EmployeePayroll.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apideck/python",
"version": "0.4.0",
"version": "0.4.1",
"description": "Apideck Python SDK",
"keywords": [
"apideck",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "apideck"
version = "0.4.0"
version = "0.4.1"
authors = [
{ name="Apideck", email="[email protected]" },
]
Expand Down
3 changes: 0 additions & 3 deletions src/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ apideck/model/employee_job.py
apideck/model/employee_list.py
apideck/model/employee_manager.py
apideck/model/employee_payroll.py
apideck/model/employee_payrolls.py
apideck/model/employee_schedules.py
apideck/model/employees_filter.py
apideck/model/employees_sort.py
Expand Down Expand Up @@ -868,7 +867,6 @@ docs/EmployeeJob.md
docs/EmployeeList.md
docs/EmployeeManager.md
docs/EmployeePayroll.md
docs/EmployeePayrolls.md
docs/EmployeeSchedules.md
docs/EmployeesFilter.md
docs/EmployeesSort.md
Expand Down Expand Up @@ -1489,7 +1487,6 @@ test/test_employee_job.py
test/test_employee_list.py
test/test_employee_manager.py
test/test_employee_payroll.py
test/test_employee_payrolls.py
test/test_employee_schedules.py
test/test_employees_filter.py
test/test_employees_sort.py
Expand Down
4 changes: 2 additions & 2 deletions src/apideck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""


__version__ = "0.4.0"
__version__ = "0.4.1"

# import ApiClient
from apideck.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/accounting_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/ats_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/connector_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/crm_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/ecommerce_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/file_storage_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/hris_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/issue_tracking_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/lead_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/pos_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/sms_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/vault_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/webhook_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
4 changes: 2 additions & 2 deletions src/apideck/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down Expand Up @@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/0.4.0/python'
self.user_agent = 'OpenAPI-Generator/0.4.1/python'

def __enter__(self):
return self
Expand Down
6 changes: 3 additions & 3 deletions src/apideck/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down Expand Up @@ -426,8 +426,8 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 9.9.0\n"\
"SDK Package Version: 0.4.0".\
"Version of the API: 9.9.1\n"\
"SDK Package Version: 0.4.1".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion src/apideck/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/accounting_customer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/accounting_event_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/activities_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/activity_attendee.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/api_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/api_resource_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/api_resource_coverage_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
The version of the OpenAPI document: 9.9.0
The version of the OpenAPI document: 9.9.1
Generated by: https://openapi-generator.tech
"""

Expand Down
Loading

0 comments on commit 5c2d7ba

Please sign in to comment.