Skip to content

Commit ecad254

Browse files
committed
520 - Generate
1 parent 6aa0172 commit ecad254

File tree

323 files changed

+329
-333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

323 files changed

+329
-333
lines changed

server/ee/libs/automation/automation-api-platform/automation-api-platform-configuration/automation-api-platform-configuration-rest/generated/src/main/java/com/bytechef/ee/automation/apiplatform/configuration/web/rest/ApiClientApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import java.util.Optional;
3535
import jakarta.annotation.Generated;
3636

37-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-20T06:52:18.920258+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
37+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-24T11:56:46.130041+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
3838
@Validated
3939
@Tag(name = "api-client", description = "The Automation API Platform Client Internal API")
4040
public interface ApiClientApi {

server/ee/libs/automation/automation-api-platform/automation-api-platform-configuration/automation-api-platform-configuration-rest/generated/src/main/java/com/bytechef/ee/automation/apiplatform/configuration/web/rest/ApiCollectionApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import java.util.Optional;
3434
import jakarta.annotation.Generated;
3535

36-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-20T06:52:18.920258+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
36+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-24T11:56:46.130041+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
3737
@Validated
3838
@Tag(name = "api-collection", description = "The Automation API Platform Collection Internal API")
3939
public interface ApiCollectionApi {

server/ee/libs/automation/automation-api-platform/automation-api-platform-configuration/automation-api-platform-configuration-rest/generated/src/main/java/com/bytechef/ee/automation/apiplatform/configuration/web/rest/ApiCollectionEndpointApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import java.util.Optional;
3434
import jakarta.annotation.Generated;
3535

36-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-20T06:52:18.920258+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
36+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-24T11:56:46.130041+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
3737
@Validated
3838
@Tag(name = "api-collection-endpoint", description = "The Automation API Platform Collection Endpoint Internal API")
3939
public interface ApiCollectionEndpointApi {

server/ee/libs/automation/automation-api-platform/automation-api-platform-configuration/automation-api-platform-configuration-rest/generated/src/main/java/com/bytechef/ee/automation/apiplatform/configuration/web/rest/ApiCollectionTagApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import java.util.Optional;
3535
import jakarta.annotation.Generated;
3636

37-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-20T06:52:18.920258+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
37+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-24T11:56:46.130041+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
3838
@Validated
3939
@Tag(name = "api-collection-tag", description = "The Automation API Platform Collection Tag Internal API")
4040
public interface ApiCollectionTagApi {

server/ee/libs/automation/automation-api-platform/automation-api-platform-configuration/automation-api-platform-configuration-rest/generated/src/main/java/com/bytechef/ee/automation/apiplatform/configuration/web/rest/model/ApiClientModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
@Schema(name = "ApiClient", description = "Contains generated key required for calling API.")
2626
@JsonTypeName("ApiClient")
27-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-20T06:52:18.920258+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
27+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-24T11:56:46.130041+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
2828
public class ApiClientModel {
2929

3030
private @Nullable String createdBy;

server/ee/libs/automation/automation-api-platform/automation-api-platform-configuration/automation-api-platform-configuration-rest/generated/src/main/java/com/bytechef/ee/automation/apiplatform/configuration/web/rest/model/ApiCollectionEndpointModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
@Schema(name = "ApiCollectionEndpoint", description = "An API collection endpoint.")
2828
@JsonTypeName("ApiCollectionEndpoint")
29-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-20T06:52:18.920258+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
29+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-24T11:56:46.130041+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
3030
public class ApiCollectionEndpointModel {
3131

3232
private @Nullable Long apiCollectionId;

server/ee/libs/automation/automation-api-platform/automation-api-platform-configuration/automation-api-platform-configuration-rest/generated/src/main/java/com/bytechef/ee/automation/apiplatform/configuration/web/rest/model/ApiCollectionModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
@Schema(name = "ApiCollection", description = "An API collection.")
3232
@JsonTypeName("ApiCollection")
33-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-20T06:52:18.920258+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
33+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-24T11:56:46.130041+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
3434
public class ApiCollectionModel {
3535

3636
private @Nullable Integer collectionVersion;

server/ee/libs/automation/automation-api-platform/automation-api-platform-configuration/automation-api-platform-configuration-rest/generated/src/main/java/com/bytechef/ee/automation/apiplatform/configuration/web/rest/model/CreateApiClient200ResponseModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
@JsonTypeName("createApiClient_200_response")
24-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-20T06:52:18.920258+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
24+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-24T11:56:46.130041+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
2525
public class CreateApiClient200ResponseModel {
2626

2727
private @Nullable String secretKey;

server/ee/libs/automation/automation-api-platform/automation-api-platform-configuration/automation-api-platform-configuration-rest/generated/src/main/java/com/bytechef/ee/automation/apiplatform/configuration/web/rest/model/HttpMethodModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* The endpoint HTTP method.
2121
*/
2222

23-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-20T06:52:18.920258+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
23+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-24T11:56:46.130041+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
2424
public enum HttpMethodModel {
2525

2626
DELETE("DELETE"),

server/ee/libs/automation/automation-api-platform/automation-api-platform-configuration/automation-api-platform-configuration-rest/generated/src/main/java/com/bytechef/ee/automation/apiplatform/configuration/web/rest/model/TagModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
@Schema(name = "Tag", description = "A tag.")
2626
@JsonTypeName("Tag")
27-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-20T06:52:18.920258+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
27+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-06-24T11:56:46.130041+02:00[Europe/Zagreb]", comments = "Generator version: 7.13.0")
2828
public class TagModel {
2929

3030
private @Nullable String createdBy;

0 commit comments

Comments
 (0)