Skip to content

Commit

Permalink
VEGA-2329 rename restrictions field to restrictions and conditions #p…
Browse files Browse the repository at this point in the history
…atch (#104)
  • Loading branch information
MishNajam authored Feb 8, 2024
1 parent 6e463b2 commit 97fd851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ components:
enum:
- option-a
- option-b
restrictions:
restrictionsAndConditions:
type: string
signedAt:
type: string
Expand Down
2 changes: 1 addition & 1 deletion internal/shared/lpa.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type LpaInit struct {
HowReplacementAttorneysStepInDetails string `json:"howReplacementAttorneysStepInDetails"`
WhenTheLpaCanBeUsed CanUse `json:"whenTheLpaCanBeUsed"`
LifeSustainingTreatmentOption LifeSustainingTreatment `json:"lifeSustainingTreatmentOption"`
Restrictions string `json:"restrictions"`
RestrictionsAndConditions string `json:"restrictionsAndConditions"`
SignedAt time.Time `json:"signedAt"`
CertificateProviderNotRelatedConfirmedAt *time.Time `json:"certificateProviderNotRelatedConfirmedAt"`
}
Expand Down

0 comments on commit 97fd851

Please sign in to comment.