Skip to content

Commit

Permalink
regenerated gogol-* packages affected by the change for gogol-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
korayal committed Feb 19, 2019
1 parent 12db0fa commit 3823fe2
Show file tree
Hide file tree
Showing 3,818 changed files with 37,672 additions and 13 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ matrix:
addons: { apt: { packages: [ghc-8.2.2], sources: [hvr-ghc] } }
- env: GHCVER=8.2.2 LIBRARY=gogol-dns
addons: { apt: { packages: [ghc-8.2.2], sources: [hvr-ghc] } }
- env: GHCVER=8.2.2 LIBRARY=gogol-docs
addons: { apt: { packages: [ghc-8.2.2], sources: [hvr-ghc] } }
- env: GHCVER=8.2.2 LIBRARY=gogol-doubleclick-bids
addons: { apt: { packages: [ghc-8.2.2], sources: [hvr-ghc] } }
- env: GHCVER=8.2.2 LIBRARY=gogol-doubleclick-search
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ data SiteSummaryResponse =
}
deriving (Eq, Show, Data, Typeable, Generic)


-- | Creates a value of 'SiteSummaryResponse' with the minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
Expand Down Expand Up @@ -65,6 +66,7 @@ siteSummaryResponse =
, _ssrReviewedSite = Nothing
}


-- | The status of the site reviewed for the abusive experiences.
ssrAbusiveStatus :: Lens' SiteSummaryResponse (Maybe SiteSummaryResponseAbusiveStatus)
ssrAbusiveStatus
Expand Down Expand Up @@ -141,6 +143,7 @@ newtype ViolatingSitesResponse =
}
deriving (Eq, Show, Data, Typeable, Generic)


-- | Creates a value of 'ViolatingSitesResponse' with the minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
Expand All @@ -150,6 +153,7 @@ violatingSitesResponse
:: ViolatingSitesResponse
violatingSitesResponse = ViolatingSitesResponse' {_vsrViolatingSites = Nothing}


-- | A list of summaries of violating sites.
vsrViolatingSites :: Lens' ViolatingSitesResponse [SiteSummaryResponse]
vsrViolatingSites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ data SitesGet =
}
deriving (Eq, Show, Data, Typeable, Generic)


-- | Creates a value of 'SitesGet' with the minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
Expand Down Expand Up @@ -99,6 +100,7 @@ sitesGet pSgName_ =
, _sgCallback = Nothing
}


-- | V1 error format.
sgXgafv :: Lens' SitesGet (Maybe Xgafv)
sgXgafv = lens _sgXgafv (\ s a -> s{_sgXgafv = a})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ data ViolatingSitesList =
}
deriving (Eq, Show, Data, Typeable, Generic)


-- | Creates a value of 'ViolatingSitesList' with the minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
Expand All @@ -93,6 +94,7 @@ violatingSitesList =
, _vslCallback = Nothing
}


-- | V1 error format.
vslXgafv :: Lens' ViolatingSitesList (Maybe Xgafv)
vslXgafv = lens _vslXgafv (\ s a -> s{_vslXgafv = a})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ data AmpURLError =
}
deriving (Eq, Show, Data, Typeable, Generic)


-- | Creates a value of 'AmpURLError' with the minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
Expand All @@ -49,6 +50,7 @@ ampURLError =
, _aueErrorMessage = Nothing
}


-- | The original non-AMP URL.
aueOriginalURL :: Lens' AmpURLError (Maybe Text)
aueOriginalURL
Expand Down Expand Up @@ -92,6 +94,7 @@ data BatchGetAmpURLsResponse =
}
deriving (Eq, Show, Data, Typeable, Generic)


-- | Creates a value of 'BatchGetAmpURLsResponse' with the minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
Expand All @@ -104,6 +107,7 @@ batchGetAmpURLsResponse
batchGetAmpURLsResponse =
BatchGetAmpURLsResponse' {_bgaurAmpURLs = Nothing, _bgaurURLErrors = Nothing}


-- | For each URL in BatchAmpUrlsRequest, the URL response. The response
-- might not be in the same order as URLs in the batch request. If
-- BatchAmpUrlsRequest contains duplicate URLs, AmpUrl is generated only
Expand Down Expand Up @@ -147,6 +151,7 @@ data BatchGetAmpURLsRequest =
}
deriving (Eq, Show, Data, Typeable, Generic)


-- | Creates a value of 'BatchGetAmpURLsRequest' with the minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
Expand All @@ -159,6 +164,7 @@ batchGetAmpURLsRequest
batchGetAmpURLsRequest =
BatchGetAmpURLsRequest' {_bgaurURLs = Nothing, _bgaurLookupStrategy = Nothing}


-- | List of URLs to look up for the paired AMP URLs. The URLs are
-- case-sensitive. Up to 50 URLs per lookup (see [Usage
-- Limits](\/amp\/cache\/reference\/limits)).
Expand Down Expand Up @@ -200,6 +206,7 @@ data AmpURL =
}
deriving (Eq, Show, Data, Typeable, Generic)


-- | Creates a value of 'AmpURL' with the minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
Expand All @@ -215,6 +222,7 @@ ampURL =
AmpURL'
{_auOriginalURL = Nothing, _auAmpURL = Nothing, _auCdnAmpURL = Nothing}


-- | The original non-AMP URL.
auOriginalURL :: Lens' AmpURL (Maybe Text)
auOriginalURL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ data AmpURLsBatchGet =
}
deriving (Eq, Show, Data, Typeable, Generic)


-- | Creates a value of 'AmpURLsBatchGet' with the minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
Expand Down Expand Up @@ -102,6 +103,7 @@ ampURLsBatchGet pAubgPayload_ =
, _aubgCallback = Nothing
}


-- | V1 error format.
aubgXgafv :: Lens' AmpURLsBatchGet (Maybe Xgafv)
aubgXgafv
Expand Down
Loading

0 comments on commit 3823fe2

Please sign in to comment.