File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
src/main/java/uk/gov/companieshouse/orders/api/model Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2828 <system-rules-version >1.17.2</system-rules-version >
2929 <spring-cloud-contract-wiremock-version >2.2.2.RELEASE</spring-cloud-contract-wiremock-version >
3030 <start-class >uk.gov.companieshouse.orders.api.OrdersApiApplication</start-class >
31- <private-api-sdk-java .version>2.0.188 </private-api-sdk-java .version>
31+ <private-api-sdk-java .version>2.0.286 </private-api-sdk-java .version>
3232 <api-sdk-manager-java-library .version>1.0.3</api-sdk-manager-java-library .version>
3333 <api-sdk-java .version>4.3.3</api-sdk-java .version>
3434 <api-helper-java .version>1.4.1</api-helper-java .version>
Original file line number Diff line number Diff line change 66
77public enum DeliveryMethod {
88 POSTAL ,
9- COLLECTION ;
9+ COLLECTION ,
10+ DIGITAL ;
1011
1112 @ JsonValue
1213 public String getJsonName () {
Original file line number Diff line number Diff line change 66
77public enum DeliveryTimescale {
88 STANDARD ,
9- SAME_DAY ;
9+ SAME_DAY ,
10+ DIGITAL ;
1011
1112 @ JsonValue
1213 public String getJsonName () {
Original file line number Diff line number Diff line change @@ -23,8 +23,10 @@ public enum ProductType {
2323 MISSING_IMAGE_DELIVERY_MISC ,
2424 CERTIFIED_COPY ,
2525 CERTIFIED_COPY_SAME_DAY ,
26+ CERTIFIED_COPY_DIGITAL ,
2627 CERTIFIED_COPY_INCORPORATION ,
27- CERTIFIED_COPY_INCORPORATION_SAME_DAY ;
28+ CERTIFIED_COPY_INCORPORATION_SAME_DAY ,
29+ CERTIFIED_COPY_INCORPORATION_DIGITAL ;
2830
2931 @ JsonValue
3032 public String getJsonName () {
You can’t perform that action at this time.
0 commit comments