Skip to content

Commit

Permalink
Regenerates API Bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
lilt-infra-service authored and github-actions[bot] committed Nov 12, 2024
1 parent 0542217 commit 7263a80
Show file tree
Hide file tree
Showing 71 changed files with 414 additions and 170 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Our services have a general quota of 4000 requests per minute. Should you hit th
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v3.0
- Package version: 0.6.3
- Package version: v3.0
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen

## Installation
Expand Down Expand Up @@ -171,7 +171,7 @@ Class | Method | HTTP request | Description
*LiltNode.JobsApi* | [**createJob**](docs/JobsApi.md#createJob) | **POST** /v2/jobs | Create a Job
*LiltNode.JobsApi* | [**deleteJob**](docs/JobsApi.md#deleteJob) | **DELETE** /v2/jobs/{jobId} | Delete a Job
*LiltNode.JobsApi* | [**deliverJob**](docs/JobsApi.md#deliverJob) | **POST** /v2/jobs/{jobId}/deliver | Deliver a Job
*LiltNode.JobsApi* | [**downloadJob**](docs/JobsApi.md#downloadJob) | **GET** /v2/jobs/{jobId}/downlod | Download a Job
*LiltNode.JobsApi* | [**downloadJob**](docs/JobsApi.md#downloadJob) | **GET** /v2/jobs/{jobId}/download | Download a Job
*LiltNode.JobsApi* | [**exportJob**](docs/JobsApi.md#exportJob) | **GET** /v2/jobs/{jobId}/export | Export a Job
*LiltNode.JobsApi* | [**getJob**](docs/JobsApi.md#getJob) | **GET** /v2/jobs/{jobId} | Retrieve a Job
*LiltNode.JobsApi* | [**getJobLeverageStats**](docs/JobsApi.md#getJobLeverageStats) | **POST** /v2/jobs/{jobId}/stats | Retrieve Job Leverage Stats
Expand Down Expand Up @@ -222,6 +222,7 @@ Class | Method | HTTP request | Description
- [LiltNode.LanguagesResponse](docs/LanguagesResponse.md)
- [LiltNode.LiltCreateContent](docs/LiltCreateContent.md)
- [LiltNode.LiltCreateContentPreferences](docs/LiltCreateContentPreferences.md)
- [LiltNode.LiltCreateContentRequest](docs/LiltCreateContentRequest.md)
- [LiltNode.LiltCreateContentTemplateParams](docs/LiltCreateContentTemplateParams.md)
- [LiltNode.Memory](docs/Memory.md)
- [LiltNode.MemoryCreateParameters](docs/MemoryCreateParameters.md)
Expand Down
22 changes: 11 additions & 11 deletions docs/CreateApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## generateLiltCreateContent
Expand All @@ -94,7 +94,7 @@ BasicAuth.username = 'YOUR USERNAME';
BasicAuth.password = 'YOUR PASSWORD';

let apiInstance = new LiltNode.CreateApi();
let templateParams = new LiltNode.LiltCreateContent(); // LiltCreateContent | Input parameters that determine what content will be generated.
let templateParams = new LiltNode.LiltCreateContentRequest(); // LiltCreateContentRequest | Input parameters that determine what content will be generated.
apiInstance.generateLiltCreateContent(templateParams).then(() => {
console.log('API called successfully.');
}, (error) => {
Expand All @@ -108,7 +108,7 @@ apiInstance.generateLiltCreateContent(templateParams).then(() => {

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**templateParams** | [**LiltCreateContent**](LiltCreateContent.md)| Input parameters that determine what content will be generated. |
**templateParams** | [**LiltCreateContentRequest**](LiltCreateContentRequest.md)| Input parameters that determine what content will be generated. |

### Return type

Expand All @@ -121,7 +121,7 @@ null (empty response body)
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: Not defined
- **Accept**: application/octet-stream, text/plain, application/json


## getLiltCreateById
Expand Down Expand Up @@ -175,7 +175,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## getLiltCreateContent
Expand Down Expand Up @@ -225,7 +225,7 @@ This endpoint does not need any parameter.
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## getLiltCreatePreferences
Expand Down Expand Up @@ -275,7 +275,7 @@ null (empty response body)
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined
- **Accept**: application/octet-stream, text/plain, application/json


## regenerateLiltCreateContent
Expand Down Expand Up @@ -329,7 +329,7 @@ null (empty response body)
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined
- **Accept**: application/octet-stream, text/plain, application/json


## signLiltCreateTerms
Expand Down Expand Up @@ -383,7 +383,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## updateLiltCreateContent
Expand Down Expand Up @@ -441,7 +441,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## updateLiltCreatePreferences
Expand Down Expand Up @@ -497,5 +497,5 @@ null (empty response body)
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: Not defined
- **Accept**: application/octet-stream, text/plain, application/json

4 changes: 2 additions & 2 deletions docs/DocumentsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/octet-stream
- **Accept**: application/octet-stream, text/plain,


## uploadDocument
Expand Down Expand Up @@ -134,5 +134,5 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: application/octet-stream
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain

2 changes: 1 addition & 1 deletion docs/Error.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | [**Object**](.md) | A human-readable message describing the error. | [optional]
**message** | **String** | A human-readable message describing the error. | [optional]


12 changes: 6 additions & 6 deletions docs/FilesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ null (empty response body)
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: Not defined
- **Accept**: application/octet-stream, text/plain, application/json


## deleteFile
Expand Down Expand Up @@ -120,7 +120,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## download
Expand Down Expand Up @@ -174,7 +174,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/octet-stream
- **Accept**: application/octet-stream, text/plain, application/json


## getFiles
Expand Down Expand Up @@ -232,7 +232,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## removeLabel
Expand Down Expand Up @@ -288,7 +288,7 @@ null (empty response body)
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined
- **Accept**: application/octet-stream, text/plain, application/json


## uploadFile
Expand Down Expand Up @@ -356,5 +356,5 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: application/octet-stream
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain

26 changes: 13 additions & 13 deletions docs/JobsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Method | HTTP request | Description
[**createJob**](JobsApi.md#createJob) | **POST** /v2/jobs | Create a Job
[**deleteJob**](JobsApi.md#deleteJob) | **DELETE** /v2/jobs/{jobId} | Delete a Job
[**deliverJob**](JobsApi.md#deliverJob) | **POST** /v2/jobs/{jobId}/deliver | Deliver a Job
[**downloadJob**](JobsApi.md#downloadJob) | **GET** /v2/jobs/{jobId}/downlod | Download a Job
[**downloadJob**](JobsApi.md#downloadJob) | **GET** /v2/jobs/{jobId}/download | Download a Job
[**exportJob**](JobsApi.md#exportJob) | **GET** /v2/jobs/{jobId}/export | Export a Job
[**getJob**](JobsApi.md#getJob) | **GET** /v2/jobs/{jobId} | Retrieve a Job
[**getJobLeverageStats**](JobsApi.md#getJobLeverageStats) | **POST** /v2/jobs/{jobId}/stats | Retrieve Job Leverage Stats
Expand Down Expand Up @@ -70,7 +70,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## createJob
Expand Down Expand Up @@ -124,7 +124,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## deleteJob
Expand Down Expand Up @@ -178,7 +178,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## deliverJob
Expand Down Expand Up @@ -232,7 +232,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## downloadJob
Expand Down Expand Up @@ -286,7 +286,7 @@ null (empty response body)
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/octet-stream, text/plain, application/json


## exportJob
Expand Down Expand Up @@ -342,7 +342,7 @@ null (empty response body)
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/octet-stream, text/plain, application/json


## getJob
Expand Down Expand Up @@ -396,7 +396,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## getJobLeverageStats
Expand Down Expand Up @@ -450,7 +450,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## reactivateJob
Expand Down Expand Up @@ -504,7 +504,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## retrieveAllJobs
Expand Down Expand Up @@ -566,7 +566,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## unarchiveJob
Expand Down Expand Up @@ -620,7 +620,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain


## updateJob
Expand Down Expand Up @@ -678,5 +678,5 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain

2 changes: 1 addition & 1 deletion docs/LanguagesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ This endpoint does not need any parameter.
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json
- **Accept**: application/json, application/octet-stream, text/plain

2 changes: 2 additions & 0 deletions docs/LiltCreateContent.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | A name for the request content. | [optional]
**id** | **Number** | A unique identifier for the generated content. | [optional]
**language** | **String** | The language of the content. |
**template** | **String** | The template of the content. |
**templateParams** | [**LiltCreateContentTemplateParams**](LiltCreateContentTemplateParams.md) | |
Expand Down
13 changes: 13 additions & 0 deletions docs/LiltCreateContentRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# LiltNode.LiltCreateContentRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | A name for the request content. | [optional]
**language** | **String** | The language of the content. |
**template** | **String** | The template of the content. |
**templateParams** | [**LiltCreateContentTemplateParams**](LiltCreateContentTemplateParams.md) | |
**preferences** | [**LiltCreateContentPreferences**](LiltCreateContentPreferences.md) | | [optional]


Loading

0 comments on commit 7263a80

Please sign in to comment.