Skip to content

Commit

Permalink
Merge pull request #39 from apideck-libraries/generator-update
Browse files Browse the repository at this point in the history
Automated update by SDK Generator
  • Loading branch information
brahimmouhamou authored Sep 8, 2023
2 parents f2d3fb9 + 3f08ea6 commit 1eeecfe
Show file tree
Hide file tree
Showing 25 changed files with 7,900 additions and 596 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
commit: main
tag: 2.5.0
tag: 2.5.1

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apideck/php",
"version": "2.5.0",
"version": "2.5.1",
"description": "Apideck PHP SDK",
"keywords": [
"apideck",
Expand Down
3 changes: 3 additions & 0 deletions src/gen/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ docs/Model/Employee.md
docs/Model/EmployeeCompensation.md
docs/Model/EmployeeEmploymentRole.md
docs/Model/EmployeeJob.md
docs/Model/EmployeeList.md
docs/Model/EmployeeManager.md
docs/Model/EmployeePayroll.md
docs/Model/EmployeePayrolls.md
Expand Down Expand Up @@ -844,6 +845,7 @@ lib/Model/Employee.php
lib/Model/EmployeeCompensation.php
lib/Model/EmployeeEmploymentRole.php
lib/Model/EmployeeJob.php
lib/Model/EmployeeList.php
lib/Model/EmployeeManager.php
lib/Model/EmployeePayroll.php
lib/Model/EmployeePayrolls.php
Expand Down Expand Up @@ -1442,6 +1444,7 @@ test/Model/EmailTest.php
test/Model/EmployeeCompensationTest.php
test/Model/EmployeeEmploymentRoleTest.php
test/Model/EmployeeJobTest.php
test/Model/EmployeeListTest.php
test/Model/EmployeeManagerTest.php
test/Model/EmployeePayrollTest.php
test/Model/EmployeePayrollsTest.php
Expand Down
22 changes: 22 additions & 0 deletions src/gen/docs/models/EmployeeList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Apideck.EmployeeList

### Description

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
`id` | **string** | A unique identifier for an object. | [optional]
`first_name` | **string** | The first name of the person. | [optional]
`last_name` | **string** | The last name of the person. | [optional]
`updated_at` | **\DateTime** | The date and time when the object was last updated. | [optional]
`created_at` | **\DateTime** | The date and time when the object was created. | [optional]





---

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


4 changes: 2 additions & 2 deletions src/gen/docs/models/GetEmployeesResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes
`service` | **string** | Apideck ID of service provider |
`resource` | **string** | Unified API resource name |
`operation` | **string** | Operation performed |
`data` | [**\Apideck\Client\Model\Employee[]**](Employee.md) | |
`data` | [**\Apideck\Client\Model\EmployeeList[]**](EmployeeList.md) | |
`meta` | [**\Apideck\Client\Model\Meta**](Meta.md) | | [optional]
`links` | [**\Apideck\Client\Model\Links**](Links.md) | | [optional]

Expand All @@ -24,7 +24,7 @@ Name | Type | Description | Notes



* [`Employee`](Employee.md)
* [`EmployeeList`](EmployeeList.md)
* [`Meta`](Meta.md)
* [`Links`](Links.md)

Expand Down
2 changes: 2 additions & 0 deletions src/gen/docs/models/PurchaseOrder.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Name | Type | Description | Notes
`payment_method` | **string** | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | [optional]
`tax_code` | **string** | Applicable tax id/code override if tax is not supplied on a line item basis. | [optional]
`channel` | **string** | The channel through which the transaction is processed. | [optional]
`memo` | **string** | Message for the supplier. This text appears on the Purchase Order. | [optional]
`row_version` | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
`updated_by` | **string** | The user who last updated the object. | [optional]
`created_by` | **string** | The user who created the object. | [optional]
Expand Down Expand Up @@ -93,6 +94,7 @@ Name | Type | Description | Notes




---

[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)
Expand Down
Loading

0 comments on commit 1eeecfe

Please sign in to comment.