Skip to content

Commit 43fbfa4

Browse files
[SPDBT-4485] regenerate model for confirmDogLiveWithYouAfterRetire (#2931)
# Description This PR includes the following proposed change(s): - {List all the changes, if possible add the jira ticket #}
1 parent 3b5a15c commit 43fbfa4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Spd.Presentation.GuideDogServiceDog/ClientApp/src/app/api/fn/gdsd-team-licensing/api-gdsd-team-app-change-post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { GdsdTeamLicenceAppChangeRequest } from '../../models/gdsd-team-licence-
1414
export interface ApiGdsdTeamAppChangePost$Params {
1515

1616
/**
17-
* WorkerLicenceAppAnonymousSubmitRequestJson data
17+
* GDSDTeamLicenceAppChangeRequest data
1818
*/
1919
body?: GdsdTeamLicenceAppChangeRequest
2020
}

src/Spd.Presentation.GuideDogServiceDog/ClientApp/src/app/api/models/retired-dog-licence-app-change-request.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export interface RetiredDogLicenceAppChangeRequest {
1616
applicationOriginTypeCode?: ApplicationOriginTypeCode;
1717
applicationTypeCode?: ApplicationTypeCode;
1818
bizTypeCode?: BizTypeCode;
19+
confirmDogLiveWithYouAfterRetire?: boolean | null;
1920
dateOfBirth?: string | null;
2021
documentKeyCodes?: Array<string> | null;
2122
documentRelatedInfos?: Array<DocumentRelatedInfo> | null;

0 commit comments

Comments
 (0)