Skip to content

Commit

Permalink
feat: Automated regeneration of places v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Sep 29, 2024
1 parent 6fd6998 commit 8cc40b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-places_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-places_v1

### v0.26.0 (2024-09-29)

* Regenerated from discovery document revision 20240920

### v0.25.0 (2024-09-22)

* Regenerated from discovery document revision 20240918
Expand Down
3 changes: 3 additions & 0 deletions generated/google-apis-places_v1/lib/google/apis/places_v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ module PlacesV1
# Private Service: https://www.googleapis.com/auth/maps-platform.places.details
AUTH_MAPS_PLATFORM_PLACES_DETAILS = 'https://www.googleapis.com/auth/maps-platform.places.details'

# Private Service: https://www.googleapis.com/auth/maps-platform.places.getphotomedia
AUTH_MAPS_PLATFORM_PLACES_GETPHOTOMEDIA = 'https://www.googleapis.com/auth/maps-platform.places.getphotomedia'

# Private Service: https://www.googleapis.com/auth/maps-platform.places.nearbysearch
AUTH_MAPS_PLATFORM_PLACES_NEARBYSEARCH = 'https://www.googleapis.com/auth/maps-platform.places.nearbysearch'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module PlacesV1
# Version of the google-apis-places_v1 gem
GEM_VERSION = "0.25.0"
GEM_VERSION = "0.26.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"

# Revision of the discovery document this client was generated from
REVISION = "20240918"
REVISION = "20240920"
end
end
end

0 comments on commit 8cc40b9

Please sign in to comment.