Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI: Regenerates API Bindings #24

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
236 changes: 65 additions & 171 deletions README.md

Large diffs are not rendered by default.

501 changes: 501 additions & 0 deletions docs/CreateApi.md

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions docs/CreateConverterConfigParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**configJson** | **String** | The configuration json blob, string escaped. |
**configName** | **String** | The user defined name of your configuration. |
**configDescription** | **String** | A description for the configuration. |
**signedAgreement** | **Boolean** | Signifies that the Organization has signed the agreement or not. |


9 changes: 9 additions & 0 deletions docs/DeleteSegmentFromMemoryResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# LiltNode.DeleteSegmentFromMemoryResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**success** | **Boolean** | | [optional]


1 change: 1 addition & 0 deletions docs/DocumentWithSegments.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Name | Type | Description | Notes
**reviewerEmail** | **String** | The email of the assigned reviewer. | [optional]
**createdAt** | **Number** | Time at which the object was created. Measured in seconds since the Unix epoch. | [optional]
**updatedAt** | **Number** | Time at which the object was created. Measured in seconds since the Unix epoch. | [optional]
**isReviewComplete** | **Boolean** | Document review status. | [optional]
**segments** | [**[Segment]**](Segment.md) | A list of Segments. | [optional]


2 changes: 2 additions & 0 deletions docs/DocumentWithoutSegments.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ Name | Type | Description | Notes
**status** | [**DocumentWithoutSegmentsStatus**](DocumentWithoutSegmentsStatus.md) | | [optional]
**translatorEmail** | **String** | The email of the assigned translator. | [optional]
**reviewerEmail** | **String** | The email of the assigned reviewer. | [optional]
**customerReviewerEmail** | **String** | The email of the assigned customer reviewer. Only present if the project was request by id. | [optional]
**createdAt** | **Number** | Time at which the object was created. Measured in seconds since the Unix epoch. | [optional]
**updatedAt** | **Number** | Time at which the object was created. Measured in seconds since the Unix epoch. | [optional]
**isReviewComplete** | **Boolean** | Document review status. | [optional]


Loading