diff --git a/client/management/v3/zz_generated_catalog_status.go b/client/management/v3/zz_generated_catalog_status.go index a14dda6c..6d043e48 100644 --- a/client/management/v3/zz_generated_catalog_status.go +++ b/client/management/v3/zz_generated_catalog_status.go @@ -1,10 +1,12 @@ package client const ( - CatalogStatusType = "catalogStatus" - CatalogStatusFieldCommit = "commit" + CatalogStatusType = "catalogStatus" + CatalogStatusFieldCommit = "commit" + CatalogStatusFieldLastRefreshTimestamp = "lastRefreshTimestamp" ) type CatalogStatus struct { - Commit string `json:"commit,omitempty"` + Commit string `json:"commit,omitempty"` + LastRefreshTimestamp string `json:"lastRefreshTimestamp,omitempty"` }