Skip to content

Commit

Permalink
AUT-1280 Regenerate OpenAPI sources
Browse files Browse the repository at this point in the history
  • Loading branch information
alarkvell committed Oct 27, 2023
1 parent c99da6c commit b3a1945
Show file tree
Hide file tree
Showing 17 changed files with 12 additions and 38 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.0
7.0.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.0.1).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.0.1).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.0.1).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.0.1).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.0.1).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.0.1).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.0.1).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ public class Alert {
@DateTimeFormat(iso = DateTimeFormat.ISO.DATE_TIME)
private OffsetDateTime updatedAt;

/**
* Default constructor
* @deprecated Use {@link Alert#Alert(String, OffsetDateTime, OffsetDateTime)}
*/
@Deprecated
public Alert() {
super();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ public class Client {

private byte[] clientLogo;

/**
* Default constructor
* @deprecated Use {@link Client#Client(String, InstitutionMetainfo, List<String>, List<String>)}
*/
@Deprecated
public Client() {
super();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.time.OffsetDateTime;
import javax.validation.Valid;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import ee.ria.tara.model.MessageTemplate;
import java.time.OffsetDateTime;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.springframework.format.annotation.DateTimeFormat;
import java.time.OffsetDateTime;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import ee.ria.tara.model.InstitutionType;
import java.time.OffsetDateTime;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.springframework.format.annotation.DateTimeFormat;
import java.time.OffsetDateTime;
Expand Down Expand Up @@ -51,11 +52,6 @@ public class Institution {
@DateTimeFormat(iso = DateTimeFormat.ISO.DATE_TIME)
private OffsetDateTime updatedAt;

/**
* Default constructor
* @deprecated Use {@link Institution#Institution(String, String, InstitutionType, String, String, String, InstitutionBillingSettings)}
*/
@Deprecated
public Institution() {
super();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ public class InstitutionMetainfo {

private InstitutionType type;

/**
* Default constructor
* @deprecated Use {@link InstitutionMetainfo#InstitutionMetainfo(String, String, InstitutionType)}
*/
@Deprecated
public InstitutionMetainfo() {
super();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ public static TypeEnum fromValue(String value) {

private TypeEnum type;

/**
* Default constructor
* @deprecated Use {@link InstitutionType#InstitutionType(TypeEnum)}
*/
@Deprecated
public InstitutionType() {
super();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import com.fasterxml.jackson.annotation.JsonCreator;
import ee.ria.tara.model.MessageTemplate;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.time.OffsetDateTime;
import javax.validation.Valid;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ public class LoginRequest {

private String password;

/**
* Default constructor
* @deprecated Use {@link LoginRequest#LoginRequest(String, String)}
*/
@Deprecated
public LoginRequest() {
super();
}
Expand Down

0 comments on commit b3a1945

Please sign in to comment.