Skip to content

Commit

Permalink
[SELC-6169] feat: added field for GPU onboarding request
Browse files Browse the repository at this point in the history
  • Loading branch information
pierpaolodidato89 authored Dec 10, 2024
1 parent d5abc3a commit a33d14a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/resources/swagger/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3790,6 +3790,9 @@
"legalRegisterNumber" : {
"type" : "string"
},
"longTermPayments" : {
"type" : "boolean"
},
"manager" : {
"type" : "boolean"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ public class BusinessData {
private String businessRegisterNumber;
private String legalRegisterNumber;
private String legalRegisterName;
private boolean longTermPayments;

}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ public class GPUData extends BusinessData {
private boolean managerProsecution;
private boolean institutionCourtMeasures;


}
3 changes: 3 additions & 0 deletions connector/rest/docs/openapi/api-selfcare-onboarding-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3235,6 +3235,9 @@
},
"institutionCourtMeasures": {
"type": "boolean"
},
"longTermPayments": {
"type": "boolean"
}
}
}
Expand Down

0 comments on commit a33d14a

Please sign in to comment.