Skip to content

Commit

Permalink
Deploying from phrase/openapi@64d399ce
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Dec 9, 2024
1 parent fb71039 commit e666491
Show file tree
Hide file tree
Showing 239 changed files with 368 additions and 276 deletions.
30 changes: 24 additions & 6 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15704,7 +15704,7 @@ paths:
schema:
type: integer
style: form
- description: specify the branch to use
- description: Branch to use
example: my-feature-branch
explode: true
in: query
Expand Down Expand Up @@ -15910,7 +15910,7 @@ paths:
schema:
type: string
style: simple
- description: specify the branch to use
- description: Branch to use
example: my-feature-branch
explode: true
in: query
Expand Down Expand Up @@ -16013,7 +16013,7 @@ paths:
schema:
type: string
style: simple
- description: specify the branch to use
- description: Branch to use
example: my-feature-branch
explode: true
in: query
Expand Down Expand Up @@ -27451,7 +27451,7 @@ paths:
schema:
type: string
style: simple
- description: specify the branch to use
- description: Branch to use
example: my-feature-branch
explode: true
in: query
Expand Down Expand Up @@ -27554,7 +27554,7 @@ paths:
schema:
type: string
style: simple
- description: specify the branch to use
- description: Branch to use
example: my-feature-branch
explode: true
in: query
Expand Down Expand Up @@ -27756,7 +27756,7 @@ paths:
schema:
type: string
style: simple
- description: specify the branch to use
- description: Branch to use
example: my-feature-branch
explode: true
in: query
Expand Down Expand Up @@ -29739,6 +29739,16 @@ components:
schema:
type: string
style: form
branch:
description: Branch to use
example: my-feature-branch
explode: true
in: query
name: branch
required: false
schema:
type: string
style: form
page:
allowEmptyValue: false
description: Page number
Expand Down Expand Up @@ -36015,6 +36025,10 @@ components:
description: Comment message
example: Some message...
type: string
branch:
description: Branch name for the job
example: my-feature-branch
type: string
title: job_comment/update/parameters
type: object
job_comment_create_parameters:
Expand All @@ -36023,6 +36037,10 @@ components:
description: Job comment message
example: Some message...
type: string
branch:
description: Branch name for the job
example: my-feature-branch
type: string
title: job_comment/create/parameters
type: object
organization_job_template_create_parameters:
Expand Down
1 change: 1 addition & 0 deletions docs/JobCommentCreateParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **String** | Job comment message | [optional]
**branch** | **String** | Branch name for the job | [optional]



1 change: 1 addition & 0 deletions docs/JobCommentUpdateParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **String** | Comment message | [optional]
**branch** | **String** | Branch name for the job | [optional]



12 changes: 6 additions & 6 deletions docs/JobCommentsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public class Example {
String jobId = "jobId_example"; // String | Job ID
String id = "id_example"; // String | ID
String xPhraseAppOTP = "xPhraseAppOTP_example"; // String | Two-Factor-Authentication token (optional)
String branch = "my-feature-branch"; // String | specify the branch to use
String branch = "my-feature-branch"; // String | Branch to use
try {
apiInstance.jobCommentDelete(projectId, jobId, id, xPhraseAppOTP, branch);
} catch (ApiException e) {
Expand All @@ -153,7 +153,7 @@ Name | Type | Description | Notes
**jobId** | **String**| Job ID |
**id** | **String**| ID |
**xPhraseAppOTP** | **String**| Two-Factor-Authentication token (optional) | [optional]
**branch** | **String**| specify the branch to use | [optional]
**branch** | **String**| Branch to use | [optional]

### Return type

Expand Down Expand Up @@ -214,7 +214,7 @@ public class Example {
String jobId = "jobId_example"; // String | Job ID
String id = "id_example"; // String | ID
String xPhraseAppOTP = "xPhraseAppOTP_example"; // String | Two-Factor-Authentication token (optional)
String branch = "my-feature-branch"; // String | specify the branch to use
String branch = "my-feature-branch"; // String | Branch to use
try {
JobComment result = apiInstance.jobCommentShow(projectId, jobId, id, xPhraseAppOTP, branch);
System.out.println(result);
Expand All @@ -237,7 +237,7 @@ Name | Type | Description | Notes
**jobId** | **String**| Job ID |
**id** | **String**| ID |
**xPhraseAppOTP** | **String**| Two-Factor-Authentication token (optional) | [optional]
**branch** | **String**| specify the branch to use | [optional]
**branch** | **String**| Branch to use | [optional]

### Return type

Expand Down Expand Up @@ -381,7 +381,7 @@ public class Example {
String projectId = "projectId_example"; // String | Project ID
String jobId = "jobId_example"; // String | Job ID
String xPhraseAppOTP = "xPhraseAppOTP_example"; // String | Two-Factor-Authentication token (optional)
String branch = "my-feature-branch"; // String | specify the branch to use
String branch = "my-feature-branch"; // String | Branch to use
String order = "desc"; // String | Order direction. Can be one of: asc, desc.
try {
List<JobComment> result = apiInstance.jobCommentsList(projectId, jobId, xPhraseAppOTP, branch, order);
Expand All @@ -404,7 +404,7 @@ Name | Type | Description | Notes
**projectId** | **String**| Project ID |
**jobId** | **String**| Job ID |
**xPhraseAppOTP** | **String**| Two-Factor-Authentication token (optional) | [optional]
**branch** | **String**| specify the branch to use | [optional]
**branch** | **String**| Branch to use | [optional]
**order** | **String**| Order direction. Can be one of: asc, desc. | [optional]

### Return type
Expand Down
12 changes: 6 additions & 6 deletions docs/JobLocalesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public class Example {
String jobId = "jobId_example"; // String | Job ID
String id = "id_example"; // String | ID
String xPhraseAppOTP = "xPhraseAppOTP_example"; // String | Two-Factor-Authentication token (optional)
String branch = "my-feature-branch"; // String | specify the branch to use
String branch = "my-feature-branch"; // String | Branch to use
try {
apiInstance.jobLocaleDelete(projectId, jobId, id, xPhraseAppOTP, branch);
} catch (ApiException e) {
Expand All @@ -242,7 +242,7 @@ Name | Type | Description | Notes
**jobId** | **String**| Job ID |
**id** | **String**| ID |
**xPhraseAppOTP** | **String**| Two-Factor-Authentication token (optional) | [optional]
**branch** | **String**| specify the branch to use | [optional]
**branch** | **String**| Branch to use | [optional]

### Return type

Expand Down Expand Up @@ -387,7 +387,7 @@ public class Example {
String jobId = "jobId_example"; // String | Job ID
String id = "id_example"; // String | ID
String xPhraseAppOTP = "xPhraseAppOTP_example"; // String | Two-Factor-Authentication token (optional)
String branch = "my-feature-branch"; // String | specify the branch to use
String branch = "my-feature-branch"; // String | Branch to use
try {
JobLocale result = apiInstance.jobLocaleShow(projectId, jobId, id, xPhraseAppOTP, branch);
System.out.println(result);
Expand All @@ -410,7 +410,7 @@ Name | Type | Description | Notes
**jobId** | **String**| Job ID |
**id** | **String**| ID |
**xPhraseAppOTP** | **String**| Two-Factor-Authentication token (optional) | [optional]
**branch** | **String**| specify the branch to use | [optional]
**branch** | **String**| Branch to use | [optional]

### Return type

Expand Down Expand Up @@ -638,7 +638,7 @@ public class Example {
String xPhraseAppOTP = "xPhraseAppOTP_example"; // String | Two-Factor-Authentication token (optional)
Integer page = 1; // Integer | Page number
Integer perPage = 25; // Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
String branch = "my-feature-branch"; // String | specify the branch to use
String branch = "my-feature-branch"; // String | Branch to use
try {
List<JobLocale> result = apiInstance.jobLocalesList(projectId, jobId, xPhraseAppOTP, page, perPage, branch);
System.out.println(result);
Expand All @@ -662,7 +662,7 @@ Name | Type | Description | Notes
**xPhraseAppOTP** | **String**| Two-Factor-Authentication token (optional) | [optional]
**page** | **Integer**| Page number | [optional]
**perPage** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
**branch** | **String**| specify the branch to use | [optional]
**branch** | **String**| Branch to use | [optional]

### Return type

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/phrase/client/ApiException.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import java.util.Map;
import java.util.List;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-12-03T08:31:33.761290Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-12-09T13:59:58.264464Z[Etc/UTC]")
public class ApiException extends Exception {
private int code = 0;
private Map<String, List<String>> responseHeaders = null;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/phrase/client/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

package com.phrase.client;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-12-03T08:31:33.761290Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-12-09T13:59:58.264464Z[Etc/UTC]")
public class Configuration {
private static ApiClient defaultApiClient = new ApiClient();

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/phrase/client/Pair.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

package com.phrase.client;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-12-03T08:31:33.761290Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-12-09T13:59:58.264464Z[Etc/UTC]")
public class Pair {
private String name = "";
private String value = "";
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/phrase/client/StringUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

package com.phrase.client;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-12-03T08:31:33.761290Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-12-09T13:59:58.264464Z[Etc/UTC]")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
Expand Down
24 changes: 12 additions & 12 deletions src/main/java/com/phrase/client/api/JobCommentsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public okhttp3.Call jobCommentCreateAsync(String projectId, String jobId, JobCom
* @param jobId Job ID (required)
* @param id ID (required)
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param branch specify the branch to use (optional)
* @param branch Branch to use (optional)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
Expand Down Expand Up @@ -295,7 +295,7 @@ private okhttp3.Call jobCommentDeleteValidateBeforeCall(String projectId, String
* @param jobId Job ID (required)
* @param id ID (required)
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param branch specify the branch to use (optional)
* @param branch Branch to use (optional)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
<table summary="Response Details" border="1">
Expand All @@ -317,7 +317,7 @@ public void jobCommentDelete(String projectId, String jobId, String id, String x
* @param jobId Job ID (required)
* @param id ID (required)
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param branch specify the branch to use (optional)
* @param branch Branch to use (optional)
* @return ApiResponse&lt;Void&gt;
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
Expand All @@ -341,7 +341,7 @@ public ApiResponse<Void> jobCommentDeleteWithHttpInfo(String projectId, String j
* @param jobId Job ID (required)
* @param id ID (required)
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param branch specify the branch to use (optional)
* @param branch Branch to use (optional)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
Expand All @@ -366,7 +366,7 @@ public okhttp3.Call jobCommentDeleteAsync(String projectId, String jobId, String
* @param jobId Job ID (required)
* @param id ID (required)
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param branch specify the branch to use (optional)
* @param branch Branch to use (optional)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
Expand Down Expand Up @@ -450,7 +450,7 @@ private okhttp3.Call jobCommentShowValidateBeforeCall(String projectId, String j
* @param jobId Job ID (required)
* @param id ID (required)
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param branch specify the branch to use (optional)
* @param branch Branch to use (optional)
* @return JobComment
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
Expand All @@ -474,7 +474,7 @@ public JobComment jobCommentShow(String projectId, String jobId, String id, Stri
* @param jobId Job ID (required)
* @param id ID (required)
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param branch specify the branch to use (optional)
* @param branch Branch to use (optional)
* @return ApiResponse&lt;JobComment&gt;
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
Expand All @@ -499,7 +499,7 @@ public ApiResponse<JobComment> jobCommentShowWithHttpInfo(String projectId, Stri
* @param jobId Job ID (required)
* @param id ID (required)
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param branch specify the branch to use (optional)
* @param branch Branch to use (optional)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
Expand Down Expand Up @@ -684,7 +684,7 @@ public okhttp3.Call jobCommentUpdateAsync(String projectId, String keyId, String
* @param projectId Project ID (required)
* @param jobId Job ID (required)
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param branch specify the branch to use (optional)
* @param branch Branch to use (optional)
* @param order Order direction. Can be one of: asc, desc. (optional)
* @param _callback Callback for upload/download progress
* @return Call to execute
Expand Down Expand Up @@ -766,7 +766,7 @@ private okhttp3.Call jobCommentsListValidateBeforeCall(String projectId, String
* @param projectId Project ID (required)
* @param jobId Job ID (required)
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param branch specify the branch to use (optional)
* @param branch Branch to use (optional)
* @param order Order direction. Can be one of: asc, desc. (optional)
* @return List&lt;JobComment&gt;
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
Expand All @@ -790,7 +790,7 @@ public List<JobComment> jobCommentsList(String projectId, String jobId, String x
* @param projectId Project ID (required)
* @param jobId Job ID (required)
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param branch specify the branch to use (optional)
* @param branch Branch to use (optional)
* @param order Order direction. Can be one of: asc, desc. (optional)
* @return ApiResponse&lt;List&lt;JobComment&gt;&gt;
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
Expand All @@ -815,7 +815,7 @@ public ApiResponse<List<JobComment>> jobCommentsListWithHttpInfo(String projectI
* @param projectId Project ID (required)
* @param jobId Job ID (required)
* @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
* @param branch specify the branch to use (optional)
* @param branch Branch to use (optional)
* @param order Order direction. Can be one of: asc, desc. (optional)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
Expand Down
Loading

0 comments on commit e666491

Please sign in to comment.