-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions-bot
committed
May 9, 2024
1 parent
c44f359
commit cad35f5
Showing
26 changed files
with
1,377 additions
and
174 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -21,6 +21,10 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: pause to avoid 2ndary rate limits # https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#about-secondary-rate-limits | ||
run: | | ||
sleep "$(echo $RANDOM % 10 + 1 | bc)" | ||
- uses: cycjimmy/[email protected] | ||
with: | ||
semantic_version: 18 | ||
|
This file contains 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 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 |
---|---|---|
|
@@ -317,18 +317,20 @@ Class | Method | HTTP request | Description | |
- [ClientRequest](docs/Model/ClientRequest.md) | ||
- [ClientResponse](docs/Model/ClientResponse.md) | ||
- [CompanyResponse](docs/Model/CompanyResponse.md) | ||
- [CompensationHistoryNoNonNullRequest](docs/Model/CompensationHistoryNoNonNullRequest.md) | ||
- [CompensationHistoryResponse](docs/Model/CompensationHistoryResponse.md) | ||
- [CreateEmployeeRequest](docs/Model/CreateEmployeeRequest.md) | ||
- [CreateEmployeeRequestBankAccount](docs/Model/CreateEmployeeRequestBankAccount.md) | ||
- [CreateEmployeeRequestDependents](docs/Model/CreateEmployeeRequestDependents.md) | ||
- [CreateEmployeeRequestEmergencyContacts](docs/Model/CreateEmployeeRequestEmergencyContacts.md) | ||
- [CreateEmployeeRequestManager](docs/Model/CreateEmployeeRequestManager.md) | ||
- [CurrencyNotNullRequest](docs/Model/CurrencyNotNullRequest.md) | ||
- [CurrencyRequest](docs/Model/CurrencyRequest.md) | ||
- [CurrencyResponse](docs/Model/CurrencyResponse.md) | ||
- [DisconnectResponse](docs/Model/DisconnectResponse.md) | ||
- [EmployeeResponse](docs/Model/EmployeeResponse.md) | ||
- [EmployeeResponseManager](docs/Model/EmployeeResponseManager.md) | ||
- [EmploymentNoNullEnumRequest](docs/Model/EmploymentNoNullEnumRequest.md) | ||
- [EmploymentResponse](docs/Model/EmploymentResponse.md) | ||
- [EmploymentHistoryNoNonNullRequest](docs/Model/EmploymentHistoryNoNonNullRequest.md) | ||
- [EmploymentHistoryResponse](docs/Model/EmploymentHistoryResponse.md) | ||
- [EmploymentStatusNotNullNotNullable](docs/Model/EmploymentStatusNotNullNotNullable.md) | ||
- [EmploymentStatusNotNullRequest](docs/Model/EmploymentStatusNotNullRequest.md) | ||
- [EmploymentStatusResponse](docs/Model/EmploymentStatusResponse.md) | ||
|
@@ -397,5 +399,5 @@ [email protected] | |
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: | ||
|
||
- API version: `2023-03-01` | ||
- Package version: `1.1.70` | ||
- Package version: `1.1.72` | ||
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen` |
This file contains 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
5 changes: 2 additions & 3 deletions
5
docs/Model/EmploymentNoNullEnumRequest.md → ...el/CompensationHistoryNoNonNullRequest.md
This file contains 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,15 +1,14 @@ | ||
# # EmploymentNoNullEnumRequest | ||
# # CompensationHistoryNoNonNullRequest | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**job_title** | **string** | | | ||
**pay_rate** | **float** | | | ||
**pay_period** | **string** | | | ||
**pay_frequency** | **string** | | | ||
**employment_type** | **string** | | | ||
**currency** | [**\OpenAPI\Client\Model\CurrencyNotNullRequest**](CurrencyNotNullRequest.md) | | | ||
**currency** | [**\OpenAPI\Client\Model\CurrencyRequest**](CurrencyRequest.md) | | | ||
**effective_date** | [**\DateTime**](\DateTime.md) | | | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
3 changes: 1 addition & 2 deletions
3
docs/Model/EmploymentResponse.md → docs/Model/CompensationHistoryResponse.md
This file contains 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 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
2 changes: 1 addition & 1 deletion
2
docs/Model/CurrencyNotNullRequest.md → docs/Model/CurrencyRequest.md
This file contains 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,4 @@ | ||
# # CurrencyNotNullRequest | ||
# # CurrencyRequest | ||
|
||
## Properties | ||
|
||
|
This file contains 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 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,13 @@ | ||
# # EmploymentHistoryNoNonNullRequest | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**job_title** | **string** | | | ||
**effective_date** | [**\DateTime**](\DateTime.md) | | | ||
**group_id** | **string** | | | ||
**group_remote_id** | **string** | | | ||
**group_name** | **string** | | | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
This file contains 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,13 @@ | ||
# # EmploymentHistoryResponse | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**job_title** | **string** | | | ||
**effective_date** | [**\DateTime**](\DateTime.md) | | | ||
**group_id** | **string** | | | ||
**group_remote_id** | **string** | | | ||
**group_name** | **string** | | | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
This file contains 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
Oops, something went wrong.