diff --git a/models.gen.go b/models.gen.go index 6356e2c..42f9c07 100644 --- a/models.gen.go +++ b/models.gen.go @@ -551,7 +551,8 @@ type ListPlugin struct { TeamName TeamName `json:"team_name"` // Tier Supported tiers for plugins - Tier PluginTier `json:"tier"` + Tier PluginTier `json:"tier"` + UpdatedAt time.Time `json:"updated_at"` // UsdPerRow The price per row in USD. This is used to calculate the price of a sync. USDPerRow string `json:"usd_per_row"` @@ -652,7 +653,8 @@ type Plugin struct { TeamName TeamName `json:"team_name"` // Tier Supported tiers for plugins - Tier PluginTier `json:"tier"` + Tier PluginTier `json:"tier"` + UpdatedAt time.Time `json:"updated_at"` // UsdPerRow The price per row in USD. This is used to calculate the price of a sync. USDPerRow string `json:"usd_per_row"` diff --git a/spec.json b/spec.json index 4b92f42..1f66de6 100644 --- a/spec.json +++ b/spec.json @@ -134,6 +134,7 @@ "display_name": "AWS Source Plugin", "category": "cloud-infrastructure", "created_at": "2017-07-14T16:53:42Z", + "updated_at": "2017-07-14T16:53:42Z", "homepage": "https://cloudquery.io", "logo": "https://images.cloudquery.io/logos/aws.png", "official": true, @@ -2101,6 +2102,7 @@ "display_name": "AWS Source Plugin", "category": "cloud-infrastructure", "created_at": "2017-07-14T16:53:42Z", + "updated_at": "2017-07-14T16:53:42Z", "homepage": "https://cloudquery.io", "logo": "https://images.cloudquery.io/logos/aws.png", "official": true, @@ -3946,6 +3948,11 @@ "format": "date-time", "type": "string" }, + "updated_at": { + "example": "2017-07-14T16:53:42Z", + "format": "date-time", + "type": "string" + }, "homepage": { "type": "string", "example": "https://cloudquery.io" @@ -4006,6 +4013,7 @@ "category", "release_stage", "created_at", + "updated_at", "logo", "display_name", "official",