wikipaddle_api 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6727cdc96fc8854c19959dd43acd4f7649b126bff75def74e200d4859b6f7f53
4
- data.tar.gz: c911023e9cb6d75332d5cc59e540b828ef05b93af7140d52ff64846418eed268
3
+ metadata.gz: 3cfa18a9bfdd5139c3ada536f63e8d8cd4502d588d9ac631b89942847322b8ce
4
+ data.tar.gz: edb6936ff38848019fc8d3ddfb72b592fe2e63e90a53c30c8ef76285f2c9f4a7
5
5
  SHA512:
6
- metadata.gz: d24b7e09bd08d7ea897ed8ec94649d17179dae4c9eeff7520ac327585b860108e9a8c3f31b98169f2a181b59740052f2e2830310cd2a61fd33eb14cba0e71554
7
- data.tar.gz: 11915ce2de147ed6871759a0a50c06cf5f6b487c18c08c76ca7195f432b3c54073d9e9fc02ccec7735cd77dc0669de6cec85021203e7167e11f38c4ec0c627b5
6
+ metadata.gz: 3d71a33e6fa129ea1a78796be9bdf58a03db09cd886213750c072e8c5534599646f2101a8fd499e4799535b4166aa2076c9cf99db77a996ab48a33c26b5d1656
7
+ data.tar.gz: a00f973fd99dfbfa27e37a1841613da16eb3231ed9be98fe36bf4d3f66cf1ba80b9d746c8a68893208799a618af4f7ed818eccef2d6f0b7d6591922fe8932d0a
data/Gemfile.lock ADDED
@@ -0,0 +1,73 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ wikipaddle_api (1.1.2)
5
+ rack
6
+ twirp
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ ast (2.4.2)
12
+ diff-lcs (1.5.0)
13
+ faraday (2.7.10)
14
+ faraday-net_http (>= 2.0, < 3.1)
15
+ ruby2_keywords (>= 0.0.4)
16
+ faraday-net_http (3.0.2)
17
+ google-protobuf (3.23.4-x86_64-darwin)
18
+ json (2.6.3)
19
+ language_server-protocol (3.17.0.3)
20
+ parallel (1.23.0)
21
+ parser (3.2.2.3)
22
+ ast (~> 2.4.1)
23
+ racc
24
+ racc (1.7.1)
25
+ rack (3.0.8)
26
+ rainbow (3.1.1)
27
+ rake (13.0.6)
28
+ regexp_parser (2.8.1)
29
+ rexml (3.2.5)
30
+ rspec (3.12.0)
31
+ rspec-core (~> 3.12.0)
32
+ rspec-expectations (~> 3.12.0)
33
+ rspec-mocks (~> 3.12.0)
34
+ rspec-core (3.12.1)
35
+ rspec-support (~> 3.12.0)
36
+ rspec-expectations (3.12.2)
37
+ diff-lcs (>= 1.2.0, < 2.0)
38
+ rspec-support (~> 3.12.0)
39
+ rspec-mocks (3.12.5)
40
+ diff-lcs (>= 1.2.0, < 2.0)
41
+ rspec-support (~> 3.12.0)
42
+ rspec-support (3.12.0)
43
+ rubocop (1.54.2)
44
+ json (~> 2.3)
45
+ language_server-protocol (>= 3.17.0)
46
+ parallel (~> 1.10)
47
+ parser (>= 3.2.2.3)
48
+ rainbow (>= 2.2.2, < 4.0)
49
+ regexp_parser (>= 1.8, < 3.0)
50
+ rexml (>= 3.2.5, < 4.0)
51
+ rubocop-ast (>= 1.28.0, < 2.0)
52
+ ruby-progressbar (~> 1.7)
53
+ unicode-display_width (>= 2.4.0, < 3.0)
54
+ rubocop-ast (1.29.0)
55
+ parser (>= 3.2.1.0)
56
+ ruby-progressbar (1.13.0)
57
+ ruby2_keywords (0.0.5)
58
+ twirp (1.10.0)
59
+ faraday (< 3)
60
+ google-protobuf (~> 3.0, >= 3.7.0)
61
+ unicode-display_width (2.4.2)
62
+
63
+ PLATFORMS
64
+ x86_64-darwin-22
65
+
66
+ DEPENDENCIES
67
+ rake (~> 13.0)
68
+ rspec (~> 3.0)
69
+ rubocop (~> 1.21)
70
+ wikipaddle_api!
71
+
72
+ BUNDLED WITH
73
+ 2.4.6
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n+wikipaddle_api/admin/v1/admin_service.proto\x12\x17wikipaddle_api.admin.v1\"B\n\x06LatLng\x12\x1a\n\x08latitude\x18\x01 \x01(\x01R\x08latitude\x12\x1c\n\tlongitude\x18\x02 \x01(\x01R\tlongitude\"\xee\x02\n\x12\x43reateGuideRequest\x12\x14\n\x05title\x18\x01 \x01(\tR\x05title\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x43\n\rstart_lat_lng\x18\x03 \x01(\x0b\x32\x1f.wikipaddle_api.admin.v1.LatLngR\x0bstartLatLng\x12?\n\x0b\x65nd_lat_lng\x18\x04 \x01(\x0b\x32\x1f.wikipaddle_api.admin.v1.LatLngR\tendLatLng\x12\x1a\n\x08polyline\x18\x05 \x01(\x0cR\x08polyline\x12\x18\n\x07\x63ountry\x18\x06 \x01(\tR\x07\x63ountry\x12\x14\n\x05state\x18\x07 \x01(\tR\x05state\x12,\n\x12\x64istance_in_meters\x18\x08 \x01(\x05R\x10\x64istanceInMeters\x12 \n\x0b\x61ttribution\x18\t \x01(\tR\x0b\x61ttribution\"%\n\x13\x43reateGuideResponse\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id2x\n\x0c\x41\x64minService\x12h\n\x0b\x43reateGuide\x12+.wikipaddle_api.admin.v1.CreateGuideRequest\x1a,.wikipaddle_api.admin.v1.CreateGuideResponseB\xf8\x01\n\x1b\x63om.wikipaddle_api.admin.v1B\x11\x41\x64minServiceProtoP\x01ZLgithub.com/wikipaddle/protobuf/go-wikipaddle/wikipaddle_api/admin/v1;adminv1\xa2\x02\x03WAX\xaa\x02\x16WikipaddleApi.Admin.V1\xca\x02\x16WikipaddleApi\\Admin\\V1\xe2\x02\"WikipaddleApi\\Admin\\V1\\GPBMetadata\xea\x02\x18WikipaddleApi::Admin::V1b\x06proto3"
8
+ descriptor_data = "\n+wikipaddle_api/admin/v1/admin_service.proto\x12\x17wikipaddle_api.admin.v1\"B\n\x06LatLng\x12\x1a\n\x08latitude\x18\x01 \x01(\x01R\x08latitude\x12\x1c\n\tlongitude\x18\x02 \x01(\x01R\tlongitude\"h\n\x04User\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n\nfirst_name\x18\x02 \x01(\tR\tfirstName\x12\x1b\n\tlast_name\x18\x03 \x01(\tR\x08lastName\x12\x14\n\x05\x65mail\x18\x04 \x01(\tR\x05\x65mail\"\xee\x02\n\x12\x43reateGuideRequest\x12\x14\n\x05title\x18\x01 \x01(\tR\x05title\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x43\n\rstart_lat_lng\x18\x03 \x01(\x0b\x32\x1f.wikipaddle_api.admin.v1.LatLngR\x0bstartLatLng\x12?\n\x0b\x65nd_lat_lng\x18\x04 \x01(\x0b\x32\x1f.wikipaddle_api.admin.v1.LatLngR\tendLatLng\x12\x1a\n\x08polyline\x18\x05 \x01(\x0cR\x08polyline\x12\x18\n\x07\x63ountry\x18\x06 \x01(\tR\x07\x63ountry\x12\x14\n\x05state\x18\x07 \x01(\tR\x05state\x12,\n\x12\x64istance_in_meters\x18\x08 \x01(\x05R\x10\x64istanceInMeters\x12 \n\x0b\x61ttribution\x18\t \x01(\tR\x0b\x61ttribution\"%\n\x13\x43reateGuideResponse\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"-\n\x15GetUserByEmailRequest\x12\x14\n\x05\x65mail\x18\x01 \x01(\tR\x05\x65mail\"K\n\x16GetUserByEmailResponse\x12\x31\n\x04user\x18\x01 \x01(\x0b\x32\x1d.wikipaddle_api.admin.v1.UserR\x04user\"$\n\x12GetUserByIdRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"H\n\x13GetUserByIdResponse\x12\x31\n\x04user\x18\x01 \x01(\x0b\x32\x1d.wikipaddle_api.admin.v1.UserR\x04user2\xd5\x02\n\x0c\x41\x64minService\x12h\n\x0b\x43reateGuide\x12+.wikipaddle_api.admin.v1.CreateGuideRequest\x1a,.wikipaddle_api.admin.v1.CreateGuideResponse\x12q\n\x0eGetUserByEmail\x12..wikipaddle_api.admin.v1.GetUserByEmailRequest\x1a/.wikipaddle_api.admin.v1.GetUserByEmailResponse\x12h\n\x0bGetUserById\x12+.wikipaddle_api.admin.v1.GetUserByIdRequest\x1a,.wikipaddle_api.admin.v1.GetUserByIdResponseB\x82\x02\n\x1b\x63om.wikipaddle_api.admin.v1B\x11\x41\x64minServiceProtoP\x01ZVgithub.com/wikipaddle/wikipaddle/protobuf/gen/go/wikipaddle_api/admin/v1/admin_service\xa2\x02\x03WAX\xaa\x02\x16WikipaddleApi.Admin.V1\xca\x02\x16WikipaddleApi\\Admin\\V1\xe2\x02\"WikipaddleApi\\Admin\\V1\\GPBMetadata\xea\x02\x18WikipaddleApi::Admin::V1b\x06proto3"
9
9
 
10
10
  pool = Google::Protobuf::DescriptorPool.generated_pool
11
11
 
@@ -35,8 +35,13 @@ module WikipaddleApi
35
35
  module Admin
36
36
  module V1
37
37
  LatLng = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("wikipaddle_api.admin.v1.LatLng").msgclass
38
+ User = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("wikipaddle_api.admin.v1.User").msgclass
38
39
  CreateGuideRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("wikipaddle_api.admin.v1.CreateGuideRequest").msgclass
39
40
  CreateGuideResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("wikipaddle_api.admin.v1.CreateGuideResponse").msgclass
41
+ GetUserByEmailRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("wikipaddle_api.admin.v1.GetUserByEmailRequest").msgclass
42
+ GetUserByEmailResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("wikipaddle_api.admin.v1.GetUserByEmailResponse").msgclass
43
+ GetUserByIdRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("wikipaddle_api.admin.v1.GetUserByIdRequest").msgclass
44
+ GetUserByIdResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("wikipaddle_api.admin.v1.GetUserByIdResponse").msgclass
40
45
  end
41
46
  end
42
47
  end
@@ -9,6 +9,8 @@ module WikipaddleApi
9
9
  package 'wikipaddle_api.admin.v1'
10
10
  service 'AdminService'
11
11
  rpc :CreateGuide, CreateGuideRequest, CreateGuideResponse, :ruby_method => :create_guide
12
+ rpc :GetUserByEmail, GetUserByEmailRequest, GetUserByEmailResponse, :ruby_method => :get_user_by_email
13
+ rpc :GetUserById, GetUserByIdRequest, GetUserByIdResponse, :ruby_method => :get_user_by_id
12
14
  end
13
15
 
14
16
  class AdminServiceClient < ::Twirp::Client
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n-wikipaddle_api/public/v1/mobile_service.proto\x12\x18wikipaddle_api.public.v1\"@\n\x1bGetFeatureFlagStatusRequest\x12!\n\x0c\x66\x65\x61ture_name\x18\x01 \x01(\tR\x0b\x66\x65\x61tureName\"8\n\x1cGetFeatureFlagStatusResponse\x12\x18\n\x07\x65nabled\x18\x01 \x01(\x08R\x07\x65nabled\"0\n\x1aGetGuidesCollectionRequest\x12\x12\n\x04page\x18\x01 \x01(\x05R\x04page\"\xaa\x01\n\x1bGetGuidesCollectionResponse\x12\x44\n\npagination\x18\x01 \x01(\x0b\x32$.wikipaddle_api.public.v1.PaginationR\npagination\x12\x45\n\x06guides\x18\x02 \x03(\x0b\x32-.wikipaddle_api.public.v1.GuideCollectionItemR\x06guides\",\n\x18GuideCollectionItemPhoto\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url\"\x87\x02\n\x13GuideCollectionItem\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12\x18\n\x07\x63ountry\x18\x03 \x01(\tR\x07\x63ountry\x12\x14\n\x05state\x18\x04 \x01(\tR\x05state\x12-\n\x12localized_distance\x18\x05 \x01(\tR\x11localizedDistance\x12\x1f\n\x0bstar_rating\x18\x06 \x01(\tR\nstarRating\x12J\n\x06photos\x18\x07 \x03(\x0b\x32\x32.wikipaddle_api.public.v1.GuideCollectionItemPhotoR\x06photos\"\x17\n\x15GetCurrentUserRequest\"\x90\x01\n\nPagination\x12!\n\x0c\x63urrent_page\x18\x01 \x01(\x05R\x0b\x63urrentPage\x12\x19\n\x08per_page\x18\x02 \x01(\x05R\x07perPage\x12#\n\rtotal_results\x18\x03 \x01(\x05R\x0ctotalResults\x12\x1f\n\x0btotal_pages\x18\x04 \x01(\x05R\ntotalPages\" \n\x0eGetUserRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x8e\x01\n\x04User\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n\nfirst_name\x18\x02 \x01(\tR\tfirstName\x12\x1b\n\tlast_name\x18\x03 \x01(\tR\x08lastName\x12\x1b\n\tfull_name\x18\x04 \x01(\tR\x08\x66ullName\x12\x1d\n\navatar_url\x18\x05 \x01(\tR\tavatarUrl\"E\n\x0fGetUserResponse\x12\x32\n\x04user\x18\x01 \x01(\x0b\x32\x1e.wikipaddle_api.public.v1.UserR\x04user\"L\n\x16GetCurrentUserResponse\x12\x32\n\x04user\x18\x01 \x01(\x0b\x32\x1e.wikipaddle_api.public.v1.UserR\x04user\"!\n\x0fGetGuideRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"I\n\x10GetGuideResponse\x12\x35\n\x05guide\x18\x01 \x01(\x0b\x32\x1f.wikipaddle_api.public.v1.GuideR\x05guide\"B\n\x06LatLng\x12\x1a\n\x08latitude\x18\x01 \x01(\x01R\x08latitude\x12\x1c\n\tlongitude\x18\x02 \x01(\x01R\tlongitude\"\xd1\x03\n\x05Guide\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x10\n\x03url\x18\x05 \x01(\tR\x03url\x12\x44\n\rstart_lat_lng\x18\x06 \x01(\x0b\x32 .wikipaddle_api.public.v1.LatLngR\x0bstartLatLng\x12@\n\x0b\x65nd_lat_lng\x18\x07 \x01(\x0b\x32 .wikipaddle_api.public.v1.LatLngR\tendLatLng\x12\x1a\n\x08polyline\x18\x08 \x01(\x0cR\x08polyline\x12\x18\n\x07\x63ountry\x18\t \x01(\tR\x07\x63ountry\x12\x14\n\x05state\x18\n \x01(\tR\x05state\x12-\n\x12localized_distance\x18\x0b \x01(\tR\x11localizedDistance\x12%\n\x0e\x63omments_count\x18\x0c \x01(\x05R\rcommentsCount\x12#\n\ruploads_count\x18\r \x01(\x05R\x0cuploadsCount\x12\x1f\n\x0bstar_rating\x18\x0e \x01(\tR\nstarRating\"\xd9\x01\n\x0f\x46itnessActivity\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x44\n\rstart_lat_lng\x18\x03 \x01(\x0b\x32 .wikipaddle_api.public.v1.LatLngR\x0bstartLatLng\x12@\n\x0b\x65nd_lat_lng\x18\x04 \x01(\x0b\x32 .wikipaddle_api.public.v1.LatLngR\tendLatLng\x12\x1a\n\x08polyline\x18\x05 \x01(\x0cR\x08polyline\"\xc0\x01\n\x0cGuideComment\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04\x62ody\x18\x02 \x01(\tR\x04\x62ody\x12$\n\x0euser_full_name\x18\x03 \x01(\tR\x0cuserFullName\x12&\n\x0fuser_avatar_url\x18\x04 \x01(\tR\ruserAvatarUrl\x12\x1d\n\ncreated_at\x18\x05 \x01(\tR\tcreatedAt\x12\x1f\n\x0bstar_rating\x18\x06 \x01(\x05R\nstarRating\"^\n\x1a\x43reateGuideCommentResponse\x12@\n\x07\x63omment\x18\x01 \x01(\x0b\x32&.wikipaddle_api.public.v1.GuideCommentR\x07\x63omment\"R\n!GetGuideCommentsCollectionRequest\x12\x19\n\x08guide_id\x18\x01 \x01(\tR\x07guideId\x12\x12\n\x04page\x18\x02 \x01(\x05R\x04page\"\xae\x01\n\"GetGuideCommentsCollectionResponse\x12\x44\n\npagination\x18\x01 \x01(\x0b\x32$.wikipaddle_api.public.v1.PaginationR\npagination\x12\x42\n\x08\x63omments\x18\x02 \x03(\x0b\x32&.wikipaddle_api.public.v1.GuideCommentR\x08\x63omments\"k\n\x19\x43reateGuideCommentRequest\x12\x19\n\x08guide_id\x18\x01 \x01(\tR\x07guideId\x12\x12\n\x04\x62ody\x18\x02 \x01(\tR\x04\x62ody\x12\x1f\n\x0bstar_rating\x18\x03 \x01(\x05R\nstarRating2\xef\x06\n\rMobileService\x12^\n\x07GetUser\x12(.wikipaddle_api.public.v1.GetUserRequest\x1a).wikipaddle_api.public.v1.GetUserResponse\x12\x61\n\x08GetGuide\x12).wikipaddle_api.public.v1.GetGuideRequest\x1a*.wikipaddle_api.public.v1.GetGuideResponse\x12\x82\x01\n\x13GetGuidesCollection\x12\x34.wikipaddle_api.public.v1.GetGuidesCollectionRequest\x1a\x35.wikipaddle_api.public.v1.GetGuidesCollectionResponse\x12s\n\x0eGetCurrentUser\x12/.wikipaddle_api.public.v1.GetCurrentUserRequest\x1a\x30.wikipaddle_api.public.v1.GetCurrentUserResponse\x12\x97\x01\n\x1aGetGuideCommentsCollection\x12;.wikipaddle_api.public.v1.GetGuideCommentsCollectionRequest\x1a<.wikipaddle_api.public.v1.GetGuideCommentsCollectionResponse\x12\x7f\n\x12\x43reateGuideComment\x12\x33.wikipaddle_api.public.v1.CreateGuideCommentRequest\x1a\x34.wikipaddle_api.public.v1.CreateGuideCommentResponse\x12\x85\x01\n\x14GetFeatureFlagStatus\x12\x35.wikipaddle_api.public.v1.GetFeatureFlagStatusRequest\x1a\x36.wikipaddle_api.public.v1.GetFeatureFlagStatusResponseB\x82\x02\n\x1c\x63om.wikipaddle_api.public.v1B\x12MobileServiceProtoP\x01ZNgithub.com/wikipaddle/protobuf/go-wikipaddle/wikipaddle_api/public/v1;publicv1\xa2\x02\x03WPX\xaa\x02\x17WikipaddleApi.Public.V1\xca\x02\x18WikipaddleApi\\Public_\\V1\xe2\x02$WikipaddleApi\\Public_\\V1\\GPBMetadata\xea\x02\x19WikipaddleApi::Public::V1b\x06proto3"
8
+ descriptor_data = "\n-wikipaddle_api/public/v1/mobile_service.proto\x12\x18wikipaddle_api.public.v1\"@\n\x1bGetFeatureFlagStatusRequest\x12!\n\x0c\x66\x65\x61ture_name\x18\x01 \x01(\tR\x0b\x66\x65\x61tureName\"8\n\x1cGetFeatureFlagStatusResponse\x12\x18\n\x07\x65nabled\x18\x01 \x01(\x08R\x07\x65nabled\"0\n\x1aGetGuidesCollectionRequest\x12\x12\n\x04page\x18\x01 \x01(\x05R\x04page\"\xaa\x01\n\x1bGetGuidesCollectionResponse\x12\x44\n\npagination\x18\x01 \x01(\x0b\x32$.wikipaddle_api.public.v1.PaginationR\npagination\x12\x45\n\x06guides\x18\x02 \x03(\x0b\x32-.wikipaddle_api.public.v1.GuideCollectionItemR\x06guides\",\n\x18GuideCollectionItemPhoto\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url\"\x87\x02\n\x13GuideCollectionItem\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12\x18\n\x07\x63ountry\x18\x03 \x01(\tR\x07\x63ountry\x12\x14\n\x05state\x18\x04 \x01(\tR\x05state\x12-\n\x12localized_distance\x18\x05 \x01(\tR\x11localizedDistance\x12\x1f\n\x0bstar_rating\x18\x06 \x01(\tR\nstarRating\x12J\n\x06photos\x18\x07 \x03(\x0b\x32\x32.wikipaddle_api.public.v1.GuideCollectionItemPhotoR\x06photos\"\x17\n\x15GetCurrentUserRequest\"\x90\x01\n\nPagination\x12!\n\x0c\x63urrent_page\x18\x01 \x01(\x05R\x0b\x63urrentPage\x12\x19\n\x08per_page\x18\x02 \x01(\x05R\x07perPage\x12#\n\rtotal_results\x18\x03 \x01(\x05R\x0ctotalResults\x12\x1f\n\x0btotal_pages\x18\x04 \x01(\x05R\ntotalPages\" \n\x0eGetUserRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x8e\x01\n\x04User\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n\nfirst_name\x18\x02 \x01(\tR\tfirstName\x12\x1b\n\tlast_name\x18\x03 \x01(\tR\x08lastName\x12\x1b\n\tfull_name\x18\x04 \x01(\tR\x08\x66ullName\x12\x1d\n\navatar_url\x18\x05 \x01(\tR\tavatarUrl\"E\n\x0fGetUserResponse\x12\x32\n\x04user\x18\x01 \x01(\x0b\x32\x1e.wikipaddle_api.public.v1.UserR\x04user\"L\n\x16GetCurrentUserResponse\x12\x32\n\x04user\x18\x01 \x01(\x0b\x32\x1e.wikipaddle_api.public.v1.UserR\x04user\"!\n\x0fGetGuideRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"I\n\x10GetGuideResponse\x12\x35\n\x05guide\x18\x01 \x01(\x0b\x32\x1f.wikipaddle_api.public.v1.GuideR\x05guide\"B\n\x06LatLng\x12\x1a\n\x08latitude\x18\x01 \x01(\x01R\x08latitude\x12\x1c\n\tlongitude\x18\x02 \x01(\x01R\tlongitude\"\xd1\x03\n\x05Guide\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x10\n\x03url\x18\x05 \x01(\tR\x03url\x12\x44\n\rstart_lat_lng\x18\x06 \x01(\x0b\x32 .wikipaddle_api.public.v1.LatLngR\x0bstartLatLng\x12@\n\x0b\x65nd_lat_lng\x18\x07 \x01(\x0b\x32 .wikipaddle_api.public.v1.LatLngR\tendLatLng\x12\x1a\n\x08polyline\x18\x08 \x01(\x0cR\x08polyline\x12\x18\n\x07\x63ountry\x18\t \x01(\tR\x07\x63ountry\x12\x14\n\x05state\x18\n \x01(\tR\x05state\x12-\n\x12localized_distance\x18\x0b \x01(\tR\x11localizedDistance\x12%\n\x0e\x63omments_count\x18\x0c \x01(\x05R\rcommentsCount\x12#\n\ruploads_count\x18\r \x01(\x05R\x0cuploadsCount\x12\x1f\n\x0bstar_rating\x18\x0e \x01(\tR\nstarRating\"\xd9\x01\n\x0f\x46itnessActivity\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x44\n\rstart_lat_lng\x18\x03 \x01(\x0b\x32 .wikipaddle_api.public.v1.LatLngR\x0bstartLatLng\x12@\n\x0b\x65nd_lat_lng\x18\x04 \x01(\x0b\x32 .wikipaddle_api.public.v1.LatLngR\tendLatLng\x12\x1a\n\x08polyline\x18\x05 \x01(\x0cR\x08polyline\"\xc0\x01\n\x0cGuideComment\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04\x62ody\x18\x02 \x01(\tR\x04\x62ody\x12$\n\x0euser_full_name\x18\x03 \x01(\tR\x0cuserFullName\x12&\n\x0fuser_avatar_url\x18\x04 \x01(\tR\ruserAvatarUrl\x12\x1d\n\ncreated_at\x18\x05 \x01(\tR\tcreatedAt\x12\x1f\n\x0bstar_rating\x18\x06 \x01(\x05R\nstarRating\"^\n\x1a\x43reateGuideCommentResponse\x12@\n\x07\x63omment\x18\x01 \x01(\x0b\x32&.wikipaddle_api.public.v1.GuideCommentR\x07\x63omment\"R\n!GetGuideCommentsCollectionRequest\x12\x19\n\x08guide_id\x18\x01 \x01(\tR\x07guideId\x12\x12\n\x04page\x18\x02 \x01(\x05R\x04page\"\xae\x01\n\"GetGuideCommentsCollectionResponse\x12\x44\n\npagination\x18\x01 \x01(\x0b\x32$.wikipaddle_api.public.v1.PaginationR\npagination\x12\x42\n\x08\x63omments\x18\x02 \x03(\x0b\x32&.wikipaddle_api.public.v1.GuideCommentR\x08\x63omments\"k\n\x19\x43reateGuideCommentRequest\x12\x19\n\x08guide_id\x18\x01 \x01(\tR\x07guideId\x12\x12\n\x04\x62ody\x18\x02 \x01(\tR\x04\x62ody\x12\x1f\n\x0bstar_rating\x18\x03 \x01(\x05R\nstarRating2\xef\x06\n\rMobileService\x12^\n\x07GetUser\x12(.wikipaddle_api.public.v1.GetUserRequest\x1a).wikipaddle_api.public.v1.GetUserResponse\x12\x61\n\x08GetGuide\x12).wikipaddle_api.public.v1.GetGuideRequest\x1a*.wikipaddle_api.public.v1.GetGuideResponse\x12\x82\x01\n\x13GetGuidesCollection\x12\x34.wikipaddle_api.public.v1.GetGuidesCollectionRequest\x1a\x35.wikipaddle_api.public.v1.GetGuidesCollectionResponse\x12s\n\x0eGetCurrentUser\x12/.wikipaddle_api.public.v1.GetCurrentUserRequest\x1a\x30.wikipaddle_api.public.v1.GetCurrentUserResponse\x12\x97\x01\n\x1aGetGuideCommentsCollection\x12;.wikipaddle_api.public.v1.GetGuideCommentsCollectionRequest\x1a<.wikipaddle_api.public.v1.GetGuideCommentsCollectionResponse\x12\x7f\n\x12\x43reateGuideComment\x12\x33.wikipaddle_api.public.v1.CreateGuideCommentRequest\x1a\x34.wikipaddle_api.public.v1.CreateGuideCommentResponse\x12\x85\x01\n\x14GetFeatureFlagStatus\x12\x35.wikipaddle_api.public.v1.GetFeatureFlagStatusRequest\x1a\x36.wikipaddle_api.public.v1.GetFeatureFlagStatusResponseB\x8c\x02\n\x1c\x63om.wikipaddle_api.public.v1B\x12MobileServiceProtoP\x01ZXgithub.com/wikipaddle/wikipaddle/protobuf/gen/go/wikipaddle_api/public/v1/mobile_service\xa2\x02\x03WPX\xaa\x02\x17WikipaddleApi.Public.V1\xca\x02\x18WikipaddleApi\\Public_\\V1\xe2\x02$WikipaddleApi\\Public_\\V1\\GPBMetadata\xea\x02\x19WikipaddleApi::Public::V1b\x06proto3"
9
9
 
10
10
  pool = Google::Protobuf::DescriptorPool.generated_pool
11
11
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WikipaddleApi
4
- VERSION = "1.1.2"
4
+ VERSION = "1.1.3"
5
5
  end
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n1wikipaddle_api/webhooks/v1/webhooks_service.proto\x12\x1awikipaddle_api.webhooks.v1\",\n\x06Object\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04type\x18\x02 \x01(\tR\x04type\"\xc3\x01\n\x19\x43reateWebhookEventRequest\x12\x44\n\nevent_type\x18\x01 \x01(\x0e\x32%.wikipaddle_api.webhooks.v1.EventTypeR\teventType\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12G\n\rtarget_object\x18\x03 \x01(\x0b\x32\".wikipaddle_api.webhooks.v1.ObjectR\x0ctargetObject\"6\n\x1a\x43reateWebhookEventResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success*a\n\tEventType\x12\x1a\n\x16\x45VENT_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x45VENT_TYPE_USER_CREATED\x10\x01\x12\x1b\n\x17\x45VENT_TYPE_USER_UPDATED\x10\x02\x32\x97\x01\n\x0fWebhooksService\x12\x83\x01\n\x12\x43reateWebhookEvent\x12\x35.wikipaddle_api.webhooks.v1.CreateWebhookEventRequest\x1a\x36.wikipaddle_api.webhooks.v1.CreateWebhookEventResponseB\x90\x02\n\x1e\x63om.wikipaddle_api.webhooks.v1B\x14WebhooksServiceProtoP\x01ZRgithub.com/wikipaddle/protobuf/go-wikipaddle/wikipaddle_api/webhooks/v1;webhooksv1\xa2\x02\x03WWX\xaa\x02\x19WikipaddleApi.Webhooks.V1\xca\x02\x19WikipaddleApi\\Webhooks\\V1\xe2\x02%WikipaddleApi\\Webhooks\\V1\\GPBMetadata\xea\x02\x1bWikipaddleApi::Webhooks::V1b\x06proto3"
8
+ descriptor_data = "\n1wikipaddle_api/webhooks/v1/webhooks_service.proto\x12\x1awikipaddle_api.webhooks.v1\",\n\x06Object\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04type\x18\x02 \x01(\tR\x04type\"\xc3\x01\n\x19\x43reateWebhookEventRequest\x12\x44\n\nevent_type\x18\x01 \x01(\x0e\x32%.wikipaddle_api.webhooks.v1.EventTypeR\teventType\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12G\n\rtarget_object\x18\x03 \x01(\x0b\x32\".wikipaddle_api.webhooks.v1.ObjectR\x0ctargetObject\"6\n\x1a\x43reateWebhookEventResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success*a\n\tEventType\x12\x1a\n\x16\x45VENT_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x45VENT_TYPE_USER_CREATED\x10\x01\x12\x1b\n\x17\x45VENT_TYPE_USER_UPDATED\x10\x02\x32\x97\x01\n\x0fWebhooksService\x12\x83\x01\n\x12\x43reateWebhookEvent\x12\x35.wikipaddle_api.webhooks.v1.CreateWebhookEventRequest\x1a\x36.wikipaddle_api.webhooks.v1.CreateWebhookEventResponseB\x99\x02\n\x1e\x63om.wikipaddle_api.webhooks.v1B\x14WebhooksServiceProtoP\x01Z[github.com/wikipaddle/wikipaddle/protobuf/gen/go/wikipaddle_api/webhooks/v1/webhook_service\xa2\x02\x03WWX\xaa\x02\x19WikipaddleApi.Webhooks.V1\xca\x02\x19WikipaddleApi\\Webhooks\\V1\xe2\x02%WikipaddleApi\\Webhooks\\V1\\GPBMetadata\xea\x02\x1bWikipaddleApi::Webhooks::V1b\x06proto3"
9
9
 
10
10
  pool = Google::Protobuf::DescriptorPool.generated_pool
11
11
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wikipaddle_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Drummond
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-16 00:00:00.000000000 Z
11
+ date: 2023-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description:
41
+ description:
42
42
  email:
43
43
  - georgedrummond@gmail.com
44
44
  executables: []
@@ -48,6 +48,7 @@ files:
48
48
  - ".rspec"
49
49
  - ".rubocop.yml"
50
50
  - Gemfile
51
+ - Gemfile.lock
51
52
  - LICENSE
52
53
  - README.md
53
54
  - Rakefile
@@ -66,7 +67,7 @@ licenses:
66
67
  - GPL-3.0
67
68
  metadata:
68
69
  homepage_uri: https://github.com/wikipaddle/protobuf
69
- post_install_message:
70
+ post_install_message:
70
71
  rdoc_options: []
71
72
  require_paths:
72
73
  - lib
@@ -81,8 +82,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
82
  - !ruby/object:Gem::Version
82
83
  version: '0'
83
84
  requirements: []
84
- rubygems_version: 3.2.33
85
- signing_key:
85
+ rubygems_version: 3.4.6
86
+ signing_key:
86
87
  specification_version: 4
87
88
  summary: Protobuf client and server for the Wikipaddle API
88
89
  test_files: []