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 Oct 10, 2024
1 parent f870c76 commit 644e5a6
Show file tree
Hide file tree
Showing 88 changed files with 3,399 additions and 3,275 deletions.
237 changes: 64 additions & 173 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

0 comments on commit 644e5a6

Please sign in to comment.