Skip to content

Commit dc73cc3

Browse files
author
Invoicetronic bot
committed
Publish SDKs for tag sdk-1.1
1 parent 86ac101 commit dc73cc3

File tree

148 files changed

+736
-555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+736
-555
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Changelog\n\n## [1.0.1.0] - 2025-09-16\nSee main repository changelog for details.
1+
# Changelog\n\n## [1.1.0] - 2025-12-04\nSee main repository changelog for details.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ $config = Invoicetronic\Configuration::getDefaultConfiguration()
5353
->setUsername('YOUR_USERNAME')
5454
->setPassword('YOUR_PASSWORD');
5555
56-
5756
$apiInstance = new Invoicetronic\Api\CompanyApi(
5857
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
5958
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -199,5 +198,5 @@ info@invoicetronic.com
199198
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
200199

201200
- API version: `1`
202-
- Generator version: `7.14.0`
201+
- Generator version: `7.17.0`
203202
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

docs/Api/CompanyApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Invoicetronic\CompanyApi
22

3+
4+
35
All URIs are relative to https://api.invoicetronic.com, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

docs/Api/LogApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Invoicetronic\LogApi
22

3+
4+
35
All URIs are relative to https://api.invoicetronic.com, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

docs/Api/ReceiveApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Invoicetronic\ReceiveApi
22

3+
4+
35
All URIs are relative to https://api.invoicetronic.com, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

docs/Api/SendApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Invoicetronic\SendApi
22

3+
4+
35
All URIs are relative to https://api.invoicetronic.com, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

docs/Api/StatusApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Invoicetronic\StatusApi
22

3+
4+
35
All URIs are relative to https://api.invoicetronic.com, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

docs/Api/UpdateApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Invoicetronic\UpdateApi
22

3+
4+
35
All URIs are relative to https://api.invoicetronic.com, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

docs/Api/WebhookApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Invoicetronic\WebhookApi
22

3+
4+
35
All URIs are relative to https://api.invoicetronic.com, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

docs/Model/Event.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ Name | Type | Description | Notes
1111
**api_key_id** | **int** | Api key id. | [optional]
1212
**company_id** | **int** | Company id. | [optional]
1313
**method** | **string** | Request method. | [optional]
14-
**query** | **string** | Request query. | [optional]
1514
**endpoint** | **string** | API endpoint. | [optional]
1615
**api_version** | **int** | Api version. | [optional]
1716
**status_code** | **int** | Status code returned by the API. | [optional]
1817
**date_time** | **\DateTime** | Date and time of the request. | [optional]
1918
**error** | **string** | Response error. | [optional]
19+
**resource_id** | **int** | ID of the resource created or modified by this request. | [optional]
2020
**success** | **bool** | Wether the request was successful. | [optional] [readonly]
21+
**query** | **string** | Request query. Only used for internal logging, not sent to webhooks. | [optional]
2122
**response_body** | **string** | Response payload. It is guaranteed to be cyphered at rest. | [optional]
2223

2324
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

0 commit comments

Comments
 (0)