|
| 1 | +.github/workflows/python.yml |
| 2 | +.gitlab-ci.yml |
| 3 | +.travis.yml |
| 4 | +README.md |
| 5 | +docs/AddFileLabelRequest.md |
| 6 | +docs/CreateApi.md |
| 7 | +docs/CreateConverterConfigParameters.md |
| 8 | +docs/CreateWebhookOptions.md |
| 9 | +docs/DeleteLiltCreateContent200Response.md |
| 10 | +docs/DeleteSegmentFromMemoryResponse.md |
| 11 | +docs/DocumentWithSegments.md |
| 12 | +docs/DocumentWithoutSegments.md |
| 13 | +docs/DocumentWithoutSegmentsStatus.md |
| 14 | +docs/DocumentsApi.md |
| 15 | +docs/Domain.md |
| 16 | +docs/DomainList.md |
| 17 | +docs/DomainMetadata.md |
| 18 | +docs/DomainReference.md |
| 19 | +docs/DomainsApi.md |
| 20 | +docs/Error.md |
| 21 | +docs/FileDeleteResponse.md |
| 22 | +docs/FilesApi.md |
| 23 | +docs/FilterConfig.md |
| 24 | +docs/GetLiltCreateContentResponse.md |
| 25 | +docs/Job.md |
| 26 | +docs/JobCreateParameters.md |
| 27 | +docs/JobDeleteResponse.md |
| 28 | +docs/JobLeverageStats.md |
| 29 | +docs/JobProject.md |
| 30 | +docs/JobStats.md |
| 31 | +docs/JobUpdateParameters.md |
| 32 | +docs/JobsApi.md |
| 33 | +docs/LanguagePair.md |
| 34 | +docs/LanguagesApi.md |
| 35 | +docs/LanguagesResponse.md |
| 36 | +docs/LiltCreateContent.md |
| 37 | +docs/LiltCreateContentPreferences.md |
| 38 | +docs/LiltCreateContentRequest.md |
| 39 | +docs/LiltCreateContentTemplateParams.md |
| 40 | +docs/MemoriesApi.md |
| 41 | +docs/Memory.md |
| 42 | +docs/MemoryCreateParameters.md |
| 43 | +docs/MemoryDeleteResponse.md |
| 44 | +docs/MemoryImportResponse.md |
| 45 | +docs/MemoryUpdateParameters.md |
| 46 | +docs/Model.md |
| 47 | +docs/Project.md |
| 48 | +docs/ProjectCreateParameters.md |
| 49 | +docs/ProjectDeleteResponse.md |
| 50 | +docs/ProjectStats.md |
| 51 | +docs/ProjectsApi.md |
| 52 | +docs/SDLXLIFFFilter.md |
| 53 | +docs/Segment.md |
| 54 | +docs/SignLiltCreateTermsResponse.md |
| 55 | +docs/SourceFile.md |
| 56 | +docs/TermbaseExportResponse.md |
| 57 | +docs/TranslateApi.md |
| 58 | +docs/TranslateSegmentBody.md |
| 59 | +docs/Translation.md |
| 60 | +docs/TranslationInfo.md |
| 61 | +docs/TranslationList.md |
| 62 | +docs/TranslationMemoryEntry.md |
| 63 | +docs/WebhookConfigurationApi.md |
| 64 | +docs/WebhookResponse.md |
| 65 | +docs/WebhooksUpdateRequest.md |
| 66 | +docs/WebhooksUpdateRequestAnyOf.md |
| 67 | +docs/WebhooksUpdateRequestAnyOf1.md |
| 68 | +docs/WebhooksUpdateRequestAnyOf2.md |
| 69 | +docs/WorkflowStageAssignment.md |
| 70 | +docs/WorkflowStageTemplate.md |
| 71 | +docs/WorkflowTemplate.md |
| 72 | +docs/WorkflowsApi.md |
| 73 | +git_push.sh |
| 74 | +lilt/__init__.py |
| 75 | +lilt/api/__init__.py |
| 76 | +lilt/api/create_api.py |
| 77 | +lilt/api/documents_api.py |
| 78 | +lilt/api/domains_api.py |
| 79 | +lilt/api/files_api.py |
| 80 | +lilt/api/jobs_api.py |
| 81 | +lilt/api/languages_api.py |
| 82 | +lilt/api/memories_api.py |
| 83 | +lilt/api/projects_api.py |
| 84 | +lilt/api/translate_api.py |
| 85 | +lilt/api/webhook_configuration_api.py |
| 86 | +lilt/api/workflows_api.py |
| 87 | +lilt/api_client.py |
| 88 | +lilt/api_response.py |
| 89 | +lilt/configuration.py |
| 90 | +lilt/exceptions.py |
| 91 | +lilt/models/__init__.py |
| 92 | +lilt/models/add_file_label_request.py |
| 93 | +lilt/models/create_converter_config_parameters.py |
| 94 | +lilt/models/create_webhook_options.py |
| 95 | +lilt/models/delete_lilt_create_content200_response.py |
| 96 | +lilt/models/delete_segment_from_memory_response.py |
| 97 | +lilt/models/document_with_segments.py |
| 98 | +lilt/models/document_without_segments.py |
| 99 | +lilt/models/document_without_segments_status.py |
| 100 | +lilt/models/domain.py |
| 101 | +lilt/models/domain_list.py |
| 102 | +lilt/models/domain_metadata.py |
| 103 | +lilt/models/domain_reference.py |
| 104 | +lilt/models/error.py |
| 105 | +lilt/models/file_delete_response.py |
| 106 | +lilt/models/filter_config.py |
| 107 | +lilt/models/get_lilt_create_content_response.py |
| 108 | +lilt/models/job.py |
| 109 | +lilt/models/job_create_parameters.py |
| 110 | +lilt/models/job_delete_response.py |
| 111 | +lilt/models/job_leverage_stats.py |
| 112 | +lilt/models/job_project.py |
| 113 | +lilt/models/job_stats.py |
| 114 | +lilt/models/job_update_parameters.py |
| 115 | +lilt/models/language_pair.py |
| 116 | +lilt/models/languages_response.py |
| 117 | +lilt/models/lilt_create_content.py |
| 118 | +lilt/models/lilt_create_content_preferences.py |
| 119 | +lilt/models/lilt_create_content_request.py |
| 120 | +lilt/models/lilt_create_content_template_params.py |
| 121 | +lilt/models/memory.py |
| 122 | +lilt/models/memory_create_parameters.py |
| 123 | +lilt/models/memory_delete_response.py |
| 124 | +lilt/models/memory_import_response.py |
| 125 | +lilt/models/memory_update_parameters.py |
| 126 | +lilt/models/model.py |
| 127 | +lilt/models/project.py |
| 128 | +lilt/models/project_create_parameters.py |
| 129 | +lilt/models/project_delete_response.py |
| 130 | +lilt/models/project_stats.py |
| 131 | +lilt/models/sdlxliff_filter.py |
| 132 | +lilt/models/segment.py |
| 133 | +lilt/models/sign_lilt_create_terms_response.py |
| 134 | +lilt/models/source_file.py |
| 135 | +lilt/models/termbase_export_response.py |
| 136 | +lilt/models/translate_segment_body.py |
| 137 | +lilt/models/translation.py |
| 138 | +lilt/models/translation_info.py |
| 139 | +lilt/models/translation_list.py |
| 140 | +lilt/models/translation_memory_entry.py |
| 141 | +lilt/models/webhook_response.py |
| 142 | +lilt/models/webhooks_update_request.py |
| 143 | +lilt/models/webhooks_update_request_any_of.py |
| 144 | +lilt/models/webhooks_update_request_any_of1.py |
| 145 | +lilt/models/webhooks_update_request_any_of2.py |
| 146 | +lilt/models/workflow_stage_assignment.py |
| 147 | +lilt/models/workflow_stage_template.py |
| 148 | +lilt/models/workflow_template.py |
| 149 | +lilt/py.typed |
| 150 | +lilt/rest.py |
| 151 | +pyproject.toml |
| 152 | +requirements.txt |
| 153 | +setup.cfg |
| 154 | +setup.py |
| 155 | +test/__init__.py |
| 156 | +test/test_create_webhook_options.py |
| 157 | +test/test_delete_lilt_create_content200_response.py |
| 158 | +test/test_domain.py |
| 159 | +test/test_domain_list.py |
| 160 | +test/test_domain_metadata.py |
| 161 | +test/test_domain_reference.py |
| 162 | +test/test_domains_api.py |
| 163 | +test/test_filter_config.py |
| 164 | +test/test_model.py |
| 165 | +test/test_webhook_configuration_api.py |
| 166 | +test/test_webhook_response.py |
| 167 | +test/test_webhooks_update_request.py |
| 168 | +test/test_webhooks_update_request_any_of.py |
| 169 | +test/test_webhooks_update_request_any_of1.py |
| 170 | +test/test_webhooks_update_request_any_of2.py |
| 171 | +tox.ini |
0 commit comments