@@ -19,24 +19,24 @@ type Service struct {
1919 Framework string `json:"framework,omitempty"`
2020 HtmlURL string `json:"htmlUrl"`
2121 ServiceId
22- Language string `json:"language,omitempty"`
23- Lifecycle Lifecycle `json:"lifecycle,omitempty"`
24- Locked bool `json:"locked" graphql:"locked"`
25- ManagedAliases []string `json:"managedAliases,omitempty"`
26- MaturityReport MaturityOverallLevel `json:"maturityReport" graphql:"maturityReport"`
27- Name string `json:"name,omitempty"`
28- Note string `json:"note,omitempty"`
29- Owner TeamId `json:"owner,omitempty"`
30- Parent * SystemId `json:"parent,omitempty" graphql:"parent"`
31- PreferredApiDocument * ServiceDocument `json:"preferredApiDocument,omitempty"`
32- PreferredApiDocumentSource * ApiDocumentSourceEnum `json:"preferredApiDocumentSource,omitempty"`
33- Product string `json:"product,omitempty"`
34- Repositories * ServiceRepositoryConnection `json:"repos,omitempty" graphql:"repos"`
35- Repository * ServiceRepository `graphql:"defaultServiceRepository" json:"defaultServiceRepository"`
36- Tags * TagConnection `json:"tags,omitempty"`
37- Tier Tier `json:"tier,omitempty"`
38- Timestamps Timestamps `json:"timestamps"`
39- Tools * ToolConnection `json:"tools,omitempty"`
22+ Language string `json:"language,omitempty"`
23+ Lifecycle Lifecycle `json:"lifecycle,omitempty"`
24+ Locked bool `json:"locked" graphql:"locked"`
25+ ManagedAliases []string `json:"managedAliases,omitempty"`
26+ MaturityReport MaturityReportOnlyOverallLevel `json:"maturityReport" graphql:"maturityReport"`
27+ Name string `json:"name,omitempty"`
28+ Note string `json:"note,omitempty"`
29+ Owner TeamId `json:"owner,omitempty"`
30+ Parent * SystemId `json:"parent,omitempty" graphql:"parent"`
31+ PreferredApiDocument * ServiceDocument `json:"preferredApiDocument,omitempty"`
32+ PreferredApiDocumentSource * ApiDocumentSourceEnum `json:"preferredApiDocumentSource,omitempty"`
33+ Product string `json:"product,omitempty"`
34+ Repositories * ServiceRepositoryConnection `json:"repos,omitempty" graphql:"repos"`
35+ Repository * ServiceRepository `graphql:"defaultServiceRepository" json:"defaultServiceRepository"`
36+ Tags * TagConnection `json:"tags,omitempty"`
37+ Tier Tier `json:"tier,omitempty"`
38+ Timestamps Timestamps `json:"timestamps"`
39+ Tools * ToolConnection `json:"tools,omitempty"`
4040
4141 Dependencies * ServiceDependenciesConnection `graphql:"-"`
4242 Dependents * ServiceDependentsConnection `graphql:"-"`
0 commit comments