passkit-ruby-grpc-sdk 1.1.105

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.
Files changed (80) hide show
  1. checksums.yaml +7 -0
  2. data/lib/ct/scheduler/scheduler_pb.rb +21 -0
  3. data/lib/io/analytics/a_rpc_pb.rb +17 -0
  4. data/lib/io/analytics/a_rpc_services_pb.rb +28 -0
  5. data/lib/io/certificate/certificate_pb.rb +24 -0
  6. data/lib/io/common/attributes_pb.rb +18 -0
  7. data/lib/io/common/billing_pb.rb +16 -0
  8. data/lib/io/common/common_objects_pb.rb +48 -0
  9. data/lib/io/common/distribution_pb.rb +32 -0
  10. data/lib/io/common/expiry_pb.rb +18 -0
  11. data/lib/io/common/filter_pb.rb +19 -0
  12. data/lib/io/common/integration_pb.rb +40 -0
  13. data/lib/io/common/links_pb.rb +20 -0
  14. data/lib/io/common/localization_pb.rb +16 -0
  15. data/lib/io/common/message_pb.rb +27 -0
  16. data/lib/io/common/metrics_pb.rb +23 -0
  17. data/lib/io/common/note_pb.rb +17 -0
  18. data/lib/io/common/operation_pb.rb +15 -0
  19. data/lib/io/common/pagination_pb.rb +17 -0
  20. data/lib/io/common/pass_pb.rb +25 -0
  21. data/lib/io/common/personal_pb.rb +20 -0
  22. data/lib/io/common/project_pb.rb +22 -0
  23. data/lib/io/common/protocols_pb.rb +16 -0
  24. data/lib/io/common/proximity_pb.rb +19 -0
  25. data/lib/io/common/reporting_pb.rb +25 -0
  26. data/lib/io/common/template_pb.rb +65 -0
  27. data/lib/io/common/tracking_pb.rb +23 -0
  28. data/lib/io/common/transaction_pb.rb +20 -0
  29. data/lib/io/common/useragent_pb.rb +15 -0
  30. data/lib/io/core/a_rpc_certificates_pb.rb +21 -0
  31. data/lib/io/core/a_rpc_certificates_services_pb.rb +30 -0
  32. data/lib/io/core/a_rpc_distribution_pb.rb +19 -0
  33. data/lib/io/core/a_rpc_distribution_services_pb.rb +27 -0
  34. data/lib/io/core/a_rpc_images_pb.rb +21 -0
  35. data/lib/io/core/a_rpc_images_services_pb.rb +45 -0
  36. data/lib/io/core/a_rpc_messages_pb.rb +19 -0
  37. data/lib/io/core/a_rpc_messages_services_pb.rb +26 -0
  38. data/lib/io/core/a_rpc_others_pb.rb +23 -0
  39. data/lib/io/core/a_rpc_others_services_pb.rb +85 -0
  40. data/lib/io/core/a_rpc_templates_pb.rb +23 -0
  41. data/lib/io/core/a_rpc_templates_services_pb.rb +62 -0
  42. data/lib/io/event_tickets/a_rpc_pb.rb +25 -0
  43. data/lib/io/event_tickets/a_rpc_services_pb.rb +67 -0
  44. data/lib/io/event_tickets/event_pb.rb +27 -0
  45. data/lib/io/event_tickets/production_pb.rb +25 -0
  46. data/lib/io/event_tickets/ticket_pb.rb +49 -0
  47. data/lib/io/event_tickets/ticket_type_pb.rb +22 -0
  48. data/lib/io/event_tickets/venue_pb.rb +20 -0
  49. data/lib/io/flights/a_rpc_pb.rb +22 -0
  50. data/lib/io/flights/a_rpc_services_pb.rb +68 -0
  51. data/lib/io/flights/airport_pb.rb +18 -0
  52. data/lib/io/flights/barcode_pb.rb +25 -0
  53. data/lib/io/flights/boarding_pass_pb.rb +29 -0
  54. data/lib/io/flights/cabin_codes/cabin_codes_pb.rb +15 -0
  55. data/lib/io/flights/carrier_pb.rb +18 -0
  56. data/lib/io/flights/flight_designator_pb.rb +26 -0
  57. data/lib/io/flights/flight_pb.rb +24 -0
  58. data/lib/io/flights/passenger_pb.rb +23 -0
  59. data/lib/io/image/image_pb.rb +31 -0
  60. data/lib/io/member/a_rpc_pb.rb +27 -0
  61. data/lib/io/member/a_rpc_services_pb.rb +87 -0
  62. data/lib/io/member/event_pb.rb +15 -0
  63. data/lib/io/member/member_events_pb.rb +20 -0
  64. data/lib/io/member/member_pb.rb +38 -0
  65. data/lib/io/member/program_pb.rb +33 -0
  66. data/lib/io/member/tier_pb.rb +21 -0
  67. data/lib/io/raw/a_rpc_pb.rb +20 -0
  68. data/lib/io/raw/a_rpc_services_pb.rb +38 -0
  69. data/lib/io/raw/pass_pb.rb +24 -0
  70. data/lib/io/raw/project_pb.rb +22 -0
  71. data/lib/io/scheduler/a_rpc_pb.rb +20 -0
  72. data/lib/io/scheduler/a_rpc_services_pb.rb +33 -0
  73. data/lib/io/scheduler/scheduler_pb.rb +17 -0
  74. data/lib/io/single_use_coupons/a_rpc_pb.rb +25 -0
  75. data/lib/io/single_use_coupons/a_rpc_services_pb.rb +53 -0
  76. data/lib/io/single_use_coupons/campaign_pb.rb +22 -0
  77. data/lib/io/single_use_coupons/coupon_pb.rb +28 -0
  78. data/lib/io/single_use_coupons/offer_pb.rb +38 -0
  79. data/lib/io/user/user_pb.rb +50 -0
  80. metadata +135 -0
@@ -0,0 +1,85 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: io/core/a_rpc_others.proto for package 'io'
3
+
4
+ require 'grpc'
5
+ require 'io/core/a_rpc_others_pb'
6
+
7
+ module Io
8
+ module Users
9
+ class Service
10
+
11
+ include ::GRPC::GenericService
12
+
13
+ self.marshal_class_method = :encode
14
+ self.unmarshal_class_method = :decode
15
+ self.service_name = 'io.Users'
16
+
17
+ rpc :createUser, ::Io::NewUser, ::Io::NewUserResponse
18
+ rpc :newUser, ::Io::NewUser, ::Io::JWT
19
+ rpc :verify, ::Io::VerifyRequest, ::Io::Boolean
20
+ rpc :resendVerificationEmail, ::Google::Protobuf::Empty, ::Io::Boolean
21
+ rpc :getUser, ::Google::Protobuf::Empty, ::Io::GetUserResponse
22
+ rpc :login, ::Io::Credentials, ::Io::JWT
23
+ rpc :get2faBarcode, ::Google::Protobuf::Empty, ::Io::Url
24
+ rpc :resetPassword, ::Io::Credentials, ::Google::Protobuf::Empty
25
+ rpc :sendPasswordResetLink, ::Io::Username, ::Google::Protobuf::Empty
26
+ rpc :changePassword, ::Io::PasswordResetInput, ::Google::Protobuf::Empty
27
+ rpc :changeEmail, ::Io::Email, ::Google::Protobuf::Empty
28
+ rpc :confirmEmailChange, ::Io::ConfirmEmailChangeInput, ::Google::Protobuf::Empty
29
+ rpc :updateCompanyName, ::Io::CompanyName, ::Google::Protobuf::Empty
30
+ rpc :getProjectsForUserQueryDeprecated, ::Io::Pagination, stream(::Io::Project)
31
+ rpc :getProjectsQueryDeprecated, ::Io::Pagination, stream(::Io::Project)
32
+ rpc :getProjectsForUserQuery, ::Io::Filters, stream(::Io::Project)
33
+ rpc :getProjectsQuery, ::Io::Filters, stream(::Io::Project)
34
+ rpc :getProjectByUuid, ::Io::Id, ::Io::Project
35
+ rpc :getProjectAndTemplateByShortCode, ::Io::Id, ::Io::ProjectByShortCodeResult
36
+ rpc :getProjectsForUser, ::Io::ProjectStatusFilter, stream(::Io::Project)
37
+ rpc :getProjects, ::Io::ProjectStatusFilter, stream(::Io::Project)
38
+ rpc :getScannerConfig, ::Google::Protobuf::Empty, ::Io::ScannerConfiguration
39
+ rpc :createScannerConfig, ::Io::ScannerConfiguration, ::Google::Protobuf::Empty
40
+ rpc :updateScannerConfig, ::Io::ScannerConfiguration, ::Io::ScannerConfiguration
41
+ # Creates a new oauth2 resource, the returned id is NOT the access token used to make requests on the users behalf.
42
+ rpc :createAuthorizationResource, ::Io::OAuth2AuthorizationRequest, ::Io::Id
43
+ rpc :deleteAuthorizationResource, ::Io::Id, ::Google::Protobuf::Empty
44
+ rpc :refreshApiSecret, ::Google::Protobuf::Empty, ::Google::Protobuf::Empty
45
+ rpc :deleteAccount, ::Io::DeleteAccountRequest, ::Google::Protobuf::Empty
46
+ rpc :revokeLegacyCredentials, ::Google::Protobuf::Empty, ::Google::Protobuf::Empty
47
+ # Team Members
48
+ rpc :createTeamMember, ::Io::NewTeamMember, ::Io::Id
49
+ rpc :createPermissionsForTeamMember, ::Io::TeamMemberPermissions, ::Io::Id
50
+ rpc :updateTeamMemberPermissions, ::Io::TeamMemberPermissions, ::Io::TeamMemberPermissions
51
+ rpc :patchTeamMemberPermissions, ::Io::TeamMemberPermissions, ::Io::TeamMemberPermissions
52
+ rpc :getTeamMember, ::Io::Id, ::Io::GetTeamMemberResponse
53
+ rpc :getTeamMembers, ::Google::Protobuf::Empty, stream(::Io::ListTeamMembersResponse)
54
+ rpc :deleteTeamMember, ::Io::Id, ::Google::Protobuf::Empty
55
+ rpc :getTeamMemberLogs, ::Io::AuditLogRequest, stream(::Io::AuditLog)
56
+ end
57
+
58
+ Stub = Service.rpc_stub_class
59
+ end
60
+ module Integrations
61
+ class Service
62
+
63
+ include ::GRPC::GenericService
64
+
65
+ self.marshal_class_method = :encode
66
+ self.unmarshal_class_method = :decode
67
+ self.service_name = 'io.Integrations'
68
+
69
+ rpc :createIntegrations, ::Io::IntegrationConfigs, ::Io::Id
70
+ rpc :getIntegrations, ::Io::ProtocolIdInput, ::Io::IntegrationConfigs
71
+ rpc :updateIntegrations, ::Io::IntegrationConfigs, ::Io::Id
72
+ rpc :deleteIntegrations, ::Io::ProtocolIdInput, ::Google::Protobuf::Empty
73
+ rpc :createSinkSubscription, ::Io::SinkSubscription, ::Io::Id
74
+ rpc :getSinkSubscription, ::Io::SubscriptionRequest, ::Io::SinkSubscription
75
+ rpc :listSinkSubscriptionsDeprecated, ::Io::ListRequestDeprecated, stream(::Io::SinkSubscription)
76
+ rpc :listSinkSubscriptions, ::Io::ListRequest, stream(::Io::SinkSubscription)
77
+ rpc :updateSinkSubscription, ::Io::SinkSubscription, ::Io::Id
78
+ rpc :deleteSinkSubscription, ::Io::SubscriptionRequest, ::Google::Protobuf::Empty
79
+ rpc :getSampleSubscriptionEvent, ::Io::Id, ::Io::SinkSubscription
80
+ rpc :callDynamicApi, ::Io::DynamicApiInput, ::Io::DynamicApiResponse
81
+ end
82
+
83
+ Stub = Service.rpc_stub_class
84
+ end
85
+ end
@@ -0,0 +1,23 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: io/core/a_rpc_templates.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/annotations_pb'
8
+ require 'google/protobuf/empty_pb'
9
+ require 'io/common/common_objects_pb'
10
+ require 'io/common/template_pb'
11
+ require 'io/common/proximity_pb'
12
+ require 'io/common/links_pb'
13
+ require 'io/common/pagination_pb'
14
+ require 'io/common/filter_pb'
15
+
16
+
17
+ descriptor_data = "\n\x1dio/core/a_rpc_templates.proto\x12\x02io\x1a\x1cgoogle/api/annotations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\x1a\x1eio/common/common_objects.proto\x1a\x18io/common/template.proto\x1a\x19io/common/proximity.proto\x1a\x15io/common/links.proto\x1a\x1aio/common/pagination.proto\x1a\x16io/common/filter.proto2\xd4V\n\tTemplates\x12\x8a\x01\n\x0e\x63reateTemplate\x12\x10.io.PassTemplate\x1a\x06.io.Id\"^\x92\x41G\n\x0ePass Templates\x12\x14\x43reate Pass Template\x1a\x1f\x43reates a pass template record.\x82\xd3\xe4\x93\x02\x0e\"\t/template:\x01*\x12\x95\x01\n\x0eupdateTemplate\x12\x10.io.PassTemplate\x1a\x10.io.PassTemplate\"_\x92\x41H\n\x0ePass Templates\x12\x14Update Pass Template\x1a Updates an pass template record.\x82\xd3\xe4\x93\x02\x0e\x1a\t/template:\x01*\x12\x9c\x01\n\x0bgetTemplate\x12\x06.io.Id\x1a\x18.io.PassTemplateResponse\"k\x92\x41M\n\x0ePass Templates\x12\x18Get Pass Template Record\x1a!Retrieves a pass template record.\x82\xd3\xe4\x93\x02\x15\x12\x13/template/data/{id}\x12\xcb\x01\n\x12getDefaultTemplate\x12\x1a.io.DefaultTemplateRequest\x1a\x10.io.PassTemplate\"\x86\x01\x92\x41W\n\x0ePass Templates\x12\"Get A Default Pass Template Record\x1a!Retrieves a pass template record.\x82\xd3\xe4\x93\x02&\x12$/template/data/{protocol}/{revision}\x12\xab\x01\n\x0c\x63opyTemplate\x12\x13.io.CopyObjectInput\x1a\x06.io.Id\"~\x92\x41\x62\n\x0ePass Templates\x12\x1b\x43opy a Pass Template Record\x1a\x33\x43opies a pass template record and returns a new id.\x82\xd3\xe4\x93\x02\x13\"\x0e/template/copy:\x01*\x12\x92\x01\n\x0e\x64\x65leteTemplate\x12\x06.io.Id\x1a\x16.google.protobuf.Empty\"`\x92\x41G\n\x0ePass Templates\x12\x14\x44\x65lete Pass Template\x1a\x1f\x44\x65letes an pass template record\x82\xd3\xe4\x93\x02\x10*\x0e/template/{id}\x12\x90\x02\n\x1elistTemplatesForUserDeprecated\x12\x0e.io.Pagination\x1a\x18.io.PassTemplateResponse\"\xc1\x01\x92\x41\xa6\x01\n\x0ePass Templates\x12,Get All Pass Templates For User [DEPRECATED]\x1a\x66[DEPRECATED: OR operator is not supported] Retrieves all pass templates stored under the user account.\x82\xd3\xe4\x93\x02\x11\x12\x0f/templates/user0\x01\x12\xf2\x04\n\x14listTemplatesForUser\x12\x0b.io.Filters\x1a\x18.io.PassTemplateResponse\"\xb0\x04\x92\x41\x8d\x04\n\x0ePass Templates\x12\x1fGet All Pass Templates For User\x1a\xd9\x03Retrieves all pass templates stored under the user account.\n\n<span style=\"font-weight:bold\">About filter field names, operators and sample payloads:</span> <a target=\"_blank\" href=\"https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-pass-templates\">https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-pass-templates</a>\x82\xd3\xe4\x93\x02\x19\"\x14/templates/user/list:\x01*0\x01\x12\x82\x02\n\x17listTemplatesDeprecated\x12\x0e.io.Pagination\x1a\x18.io.PassTemplateResponse\"\xba\x01\x92\x41\xa4\x01\n\x0ePass Templates\x12/Get All Pass Templates For Company [DEPRECATED]\x1a\x61[DEPRECATED: OR operator is not supported] Retrieves all pass templates stored under the company.\x82\xd3\xe4\x93\x02\x0c\x12\n/templates0\x01\x12\xe4\x04\n\rlistTemplates\x12\x0b.io.Filters\x1a\x18.io.PassTemplateResponse\"\xa9\x04\x92\x41\x8b\x04\n\x0ePass Templates\x12\"Get All Pass Templates For Company\x1a\xd4\x03Retrieves all pass templates stored under the company.\n\n<span style=\"font-weight:bold\">About filter field names, operators and sample payloads:</span> <a target=\"_blank\" href=\"https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-pass-templates\">https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-pass-templates</a>\x82\xd3\xe4\x93\x02\x14\"\x0f/templates/list:\x01*0\x01\x12\x92\x02\n\x18\x63ountTemplatesDeprecated\x12\x0e.io.Pagination\x1a\t.io.Count\"\xda\x01\x92\x41\xbe\x01\n\x0ePass Templates\x12;Count All Pass Templates Available to The User [DEPRECATED]\x1ao[DEPRECATED: OR operator is not supported] Retrieves a count of pass templates stored under the user\'s company.\x82\xd3\xe4\x93\x02\x12\x12\x10/templates/count\x12\xef\x04\n\x0e\x63ountTemplates\x12\x0b.io.Filters\x1a\t.io.Count\"\xc4\x04\x92\x41\xa5\x04\n\x0ePass Templates\x12.Count All Pass Templates Available to The User\x1a\xe2\x03Retrieves a count of pass templates stored under the user\'s company.\n\n<span style=\"font-weight:bold\">About filter field names, operators and sample payloads:</span> <a target=\"_blank\" href=\"https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-pass-templates\">https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-pass-templates</a>\x82\xd3\xe4\x93\x02\x15\"\x10/templates/count:\x01*\x12\x93\x02\n\x1f\x63ountTemplatesForUserDeprecated\x12\x0e.io.Pagination\x1a\t.io.Count\"\xd4\x01\x92\x41\xb3\x01\n\x0ePass Templates\x12\x37\x43ount All Pass Templates Owned by The User [DEPRECATED]\x1ah[DEPRECATED: OR operator is not supported] Retrieves all pass templates stored under the user\'s account.\x82\xd3\xe4\x93\x02\x17\x12\x15/templates/user/count\x12\xf0\x04\n\x15\x63ountTemplatesForUser\x12\x0b.io.Filters\x1a\t.io.Count\"\xbe\x04\x92\x41\x9a\x04\n\x0ePass Templates\x12*Count All Pass Templates Owned by The User\x1a\xdb\x03Retrieves all pass templates stored under the user\'s account.\n\n<span style=\"font-weight:bold\">About filter field names, operators and sample payloads:</span> <a target=\"_blank\" href=\"https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-pass-templates\">https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-pass-templates</a>\x82\xd3\xe4\x93\x02\x1a\"\x15/templates/user/count:\x01*\x12z\n\x0e\x63reateLocation\x12\x0f.io.GPSLocation\x1a\x06.io.Id\"O\x92\x41\x38\n\tLocations\x12\x0f\x43reate Location\x1a\x1a\x43reates a location object.\x82\xd3\xe4\x93\x02\x0e\"\t/location:\x01*\x12\x83\x01\n\x0eupdateLocation\x12\x0f.io.GPSLocation\x1a\x0f.io.GPSLocation\"O\x92\x41\x38\n\tLocations\x12\x0fUpdate Location\x1a\x1aUpdates a location object.\x82\xd3\xe4\x93\x02\x0e\x1a\t/location:\x01*\x12\x7f\n\x0bgetLocation\x12\x06.io.Id\x1a\x0f.io.GPSLocation\"W\x92\x41>\n\tLocations\x12\x0cGet Location\x1a#Retrieves a single location object.\x82\xd3\xe4\x93\x02\x10\x12\x0e/location/{id}\x12\xe7\x01\n\x17listLocationsDeprecated\x12\x0e.io.Pagination\x1a\x0f.io.GPSLocation\"\xa8\x01\x92\x41\x92\x01\n\tLocations\x12\x1bList Locations [DEPRECATED]\x1ah[DEPRECATED: OR operator is not supported] Retrieves locations objects that match the supplied criteria.\x82\xd3\xe4\x93\x02\x0c\x12\n/locations0\x01\x12\xbf\x04\n\rlistLocations\x12\x0b.io.Filters\x1a\x0f.io.GPSLocation\"\x8d\x04\x92\x41\xef\x03\n\tLocations\x12\x0eList Locations\x1a\xd1\x03Retrieves locations objects that match the supplied criteria.\n\n<span style=\"font-weight:bold\">About filter field names, operators and sample payloads:</span> <a target=\"_blank\" href=\"https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-locations\">https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-locations</a>\x82\xd3\xe4\x93\x02\x14\"\x0f/locations/list:\x01*0\x01\x12\x93\x01\n\x0c\x63opyLocation\x12\x13.io.CopyObjectInput\x1a\x06.io.Id\"f\x92\x41J\n\tLocations\x12\rCopy Location\x1a.Copies a location record and returns a new id.\x82\xd3\xe4\x93\x02\x13\"\x0e/location/copy:\x01*\x12\x82\x01\n\x0e\x64\x65leteLocation\x12\x06.io.Id\x1a\x16.google.protobuf.Empty\"P\x92\x41\x37\n\tLocations\x12\x0f\x44\x65lete Location\x1a\x19\x44\x65letes a location object\x82\xd3\xe4\x93\x02\x10*\x0e/location/{id}\x12\xea\x01\n\x18\x63ountLocationsDeprecated\x12\x0e.io.Pagination\x1a\t.io.Count\"\xb2\x01\x92\x41\x96\x01\n\tLocations\x12\x1c\x43ount Locations [DEPRECATED]\x1ak[DEPRECATED: OR operator is not supported] Retrieves a count of locations that match the supplied criteria.\x82\xd3\xe4\x93\x02\x12\x12\x10/locations/count\x12\xbd\x04\n\x0e\x63ountLocations\x12\x0b.io.Filters\x1a\t.io.Count\"\x92\x04\x92\x41\xf3\x03\n\tLocations\x12\x0f\x43ount Locations\x1a\xd4\x03Retrieves a count of locations that match the supplied criteria.\n\n<span style=\"font-weight:bold\">About filter field names, operators and sample payloads:</span> <a target=\"_blank\" href=\"https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-locations\">https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-locations</a>\x82\xd3\xe4\x93\x02\x15\"\x10/locations/count:\x01*\x12k\n\x0c\x63reateBeacon\x12\n.io.Beacon\x1a\x06.io.Id\"G\x92\x41\x32\n\x07\x42\x65\x61\x63ons\x12\rCreate Beacon\x1a\x18\x43reates a beacon object.\x82\xd3\xe4\x93\x02\x0c\"\x07/beacon:\x01*\x12o\n\x0cupdateBeacon\x12\n.io.Beacon\x1a\n.io.Beacon\"G\x92\x41\x32\n\x07\x42\x65\x61\x63ons\x12\rUpdate Beacon\x1a\x18Updates a beacon object.\x82\xd3\xe4\x93\x02\x0c\x1a\x07/beacon:\x01*\x12p\n\tgetBeacon\x12\x06.io.Id\x1a\n.io.Beacon\"O\x92\x41\x38\n\x07\x42\x65\x61\x63ons\x12\nGet Beacon\x1a!Retrieves a single beacon object.\x82\xd3\xe4\x93\x02\x0e\x12\x0c/beacon/{id}\x12\xd7\x01\n\x15listBeaconsDeprecated\x12\x0e.io.Pagination\x1a\n.io.Beacon\"\x9f\x01\x92\x41\x8b\x01\n\x07\x42\x65\x61\x63ons\x12\x19List Beacons [DEPRECATED]\x1a\x65[DEPRECATED: OR operator is not supported] Retrieves beacon objects that match the supplied criteria.\x82\xd3\xe4\x93\x02\n\x12\x08/beacons0\x01\x12\xab\x04\n\x0blistBeacons\x12\x0b.io.Filters\x1a\n.io.Beacon\"\x80\x04\x92\x41\xe4\x03\n\x07\x42\x65\x61\x63ons\x12\x0cList Beacons\x1a\xca\x03Retrieves beacon objects that match the supplied criteria.\n\n<span style=\"font-weight:bold\">About filter field names, operators and sample payloads:</span> <a target=\"_blank\" href=\"https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-beacons\">https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-beacons</a>\x82\xd3\xe4\x93\x02\x12\"\r/beacons/list:\x01*0\x01\x12\x89\x01\n\ncopyBeacon\x12\x13.io.CopyObjectInput\x1a\x06.io.Id\"^\x92\x41\x44\n\x07\x42\x65\x61\x63ons\x12\x0b\x43opy Beacon\x1a,Copies a beacon record and returns a new id.\x82\xd3\xe4\x93\x02\x11\"\x0c/beacon/copy:\x01*\x12x\n\x0c\x64\x65leteBeacon\x12\x06.io.Id\x1a\x16.google.protobuf.Empty\"H\x92\x41\x31\n\x07\x42\x65\x61\x63ons\x12\rDelete Beacon\x1a\x17\x44\x65letes a beacon object\x82\xd3\xe4\x93\x02\x0e*\x0c/beacon/{id}\x12\xe0\x01\n\x16\x63ountBeaconsDeprecated\x12\x0e.io.Pagination\x1a\t.io.Count\"\xaa\x01\x92\x41\x90\x01\n\x07\x42\x65\x61\x63ons\x12\x1a\x43ount Beacons [DEPRECATED]\x1ai[DEPRECATED: OR operator is not supported] Retrieves a count of beacons that match the supplied criteria.\x82\xd3\xe4\x93\x02\x10\x12\x0e/beacons/count\x12\xaf\x04\n\x0c\x63ountBeacons\x12\x0b.io.Filters\x1a\t.io.Count\"\x86\x04\x92\x41\xe9\x03\n\x07\x42\x65\x61\x63ons\x12\rCount Beacons\x1a\xce\x03Retrieves a count of beacons that match the supplied criteria.\n\n<span style=\"font-weight:bold\">About filter field names, operators and sample payloads:</span> <a target=\"_blank\" href=\"https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-beacons\">https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-beacons</a>\x82\xd3\xe4\x93\x02\x13\"\x0e/beacons/count:\x01*\x12_\n\ncreateLink\x12\x08.io.Link\x1a\x06.io.Id\"?\x92\x41,\n\x05Links\x12\x0b\x43reate Link\x1a\x16\x43reates a link object.\x82\xd3\xe4\x93\x02\n\"\x05/link:\x01*\x12\x61\n\nupdateLink\x12\x08.io.Link\x1a\x08.io.Link\"?\x92\x41,\n\x05Links\x12\x0bUpdate Link\x1a\x16Updates a link object.\x82\xd3\xe4\x93\x02\n\x1a\x05/link:\x01*\x12\x64\n\x07getLink\x12\x06.io.Id\x1a\x08.io.Link\"G\x92\x41\x32\n\x05Links\x12\x08Get Link\x1a\x1fRetrieves a single link object.\x82\xd3\xe4\x93\x02\x0c\x12\n/link/{id}\x12\xcc\x01\n\x13listLinksDeprecated\x12\x0e.io.Pagination\x1a\x08.io.Link\"\x98\x01\x92\x41\x86\x01\n\x05Links\x12\x17List Links [DEPRECATED]\x1a\x64[DEPRECATED: OR operator is not supported] Retrieves links objects that match the supplied criteria.\x82\xd3\xe4\x93\x02\x08\x12\x06/links0\x01\x12\x9c\x04\n\tlistLinks\x12\x0b.io.Filters\x1a\x08.io.Link\"\xf5\x03\x92\x41\xdb\x03\n\x05Links\x12\nList Links\x1a\xc5\x03Retrieves links objects that match the supplied criteria.\n\n<span style=\"font-weight:bold\">About filter field names, operators and sample payloads:</span> <a target=\"_blank\" href=\"https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-links\">https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-links</a>\x82\xd3\xe4\x93\x02\x10\"\x0b/links/list:\x01*0\x01\x12\x7f\n\x08\x63opyLink\x12\x13.io.CopyObjectInput\x1a\x06.io.Id\"V\x92\x41>\n\x05Links\x12\tCopy Link\x1a*Copies a link record and returns a new id.\x82\xd3\xe4\x93\x02\x0f\"\n/link/copy:\x01*\x12n\n\ndeleteLink\x12\x06.io.Id\x1a\x16.google.protobuf.Empty\"@\x92\x41+\n\x05Links\x12\x0b\x44\x65lete Link\x1a\x15\x44\x65letes a link object\x82\xd3\xe4\x93\x02\x0c*\n/link/{id}\x12\xd6\x01\n\x14\x63ountLinksDeprecated\x12\x0e.io.Pagination\x1a\t.io.Count\"\xa2\x01\x92\x41\x8a\x01\n\x05Links\x12\x18\x43ount Links [DEPRECATED]\x1ag[DEPRECATED: OR operator is not supported] Retrieves a count of links that match the supplied criteria.\x82\xd3\xe4\x93\x02\x0e\x12\x0c/links/count\x12\xa1\x04\n\ncountLinks\x12\x0b.io.Filters\x1a\t.io.Count\"\xfa\x03\x92\x41\xdf\x03\n\x05Links\x12\x0b\x43ount Links\x1a\xc8\x03Retrieves a count of links that match the supplied criteria.\n\n<span style=\"font-weight:bold\">About filter field names, operators and sample payloads:</span> <a target=\"_blank\" href=\"https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-links\">https://help.passkit.com/en/articles/4200250-pass-templates-locations-beacons-links-filtering-listing-and-counting-by-api#filter-links</a>\x82\xd3\xe4\x93\x02\x11\"\x0c/links/count:\x01*B\x85\x07\n\x10\x63om.passkit.grpcZ$stash.passkit.com/io/model/sdk/go/io\xaa\x02\x0cPassKit.Grpc\x92\x41\xba\x06\x12\xf5\x01\n\x15PassKit Templates API\x12\x61\x41PI for managing Pass Templates & Designs for Apple Wallet, Google Pay and Data Collection Forms.\x1a\x38https://passkit.com/legal/terms-of-subscription-service/\"?\n\x0fPassKit Support\x12\x17https://docs.passkit.io\x1a\x13support@passkit.com*\x01\x02\x32\x10\x61pplication/json:\x10\x61pplication/jsonR9\n\x03\x32\x30\x30\x12\x32\n(Returned when the request is successful.\x12\x06\n\x04\x9a\x02\x01\x07R4\n\x03\x34\x30\x30\x12-\n+Returned when wrong user input is provided.R0\n\x03\x34\x30\x31\x12)\n\'Returned when the user is unauthorized.RP\n\x03\x34\x30\x33\x12I\nGReturned when the user does not have permission to access the resource.R;\n\x03\x34\x30\x34\x12\x34\n*Returned when the resource does not exist.\x12\x06\n\x04\x9a\x02\x01\x07R<\n\x03\x35\x30\x30\x12\x35\n+Returned when there is an unexpected error.\x12\x06\n\x04\x9a\x02\x01\x07RW\n\x03\x35\x30\x33\x12P\nNServer is unavailable. Back off for 250ms and repeat request until successful.Z>\n<\n\napiKeyAuth\x12.\x08\x02\x12\x19JWT Authentication token.\x1a\rAuthorization \x02\x62\x10\n\x0e\n\napiKeyAuth\x12\x00\x62\x06proto3"
18
+
19
+ pool = Google::Protobuf::DescriptorPool.generated_pool
20
+ pool.add_serialized_file(descriptor_data)
21
+
22
+ module Io
23
+ end
@@ -0,0 +1,62 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: io/core/a_rpc_templates.proto for package 'io'
3
+
4
+ require 'grpc'
5
+ require 'io/core/a_rpc_templates_pb'
6
+
7
+ module Io
8
+ module Templates
9
+ class Service
10
+
11
+ include ::GRPC::GenericService
12
+
13
+ self.marshal_class_method = :encode
14
+ self.unmarshal_class_method = :decode
15
+ self.service_name = 'io.Templates'
16
+
17
+ rpc :createTemplate, ::Io::PassTemplate, ::Io::Id
18
+ rpc :updateTemplate, ::Io::PassTemplate, ::Io::PassTemplate
19
+ rpc :getTemplate, ::Io::Id, ::Io::PassTemplateResponse
20
+ rpc :getDefaultTemplate, ::Io::DefaultTemplateRequest, ::Io::PassTemplate
21
+ rpc :copyTemplate, ::Io::CopyObjectInput, ::Io::Id
22
+ rpc :deleteTemplate, ::Io::Id, ::Google::Protobuf::Empty
23
+ rpc :listTemplatesForUserDeprecated, ::Io::Pagination, stream(::Io::PassTemplateResponse)
24
+ rpc :listTemplatesForUser, ::Io::Filters, stream(::Io::PassTemplateResponse)
25
+ rpc :listTemplatesDeprecated, ::Io::Pagination, stream(::Io::PassTemplateResponse)
26
+ rpc :listTemplates, ::Io::Filters, stream(::Io::PassTemplateResponse)
27
+ rpc :countTemplatesDeprecated, ::Io::Pagination, ::Io::Count
28
+ rpc :countTemplates, ::Io::Filters, ::Io::Count
29
+ rpc :countTemplatesForUserDeprecated, ::Io::Pagination, ::Io::Count
30
+ rpc :countTemplatesForUser, ::Io::Filters, ::Io::Count
31
+ rpc :createLocation, ::Io::GPSLocation, ::Io::Id
32
+ rpc :updateLocation, ::Io::GPSLocation, ::Io::GPSLocation
33
+ rpc :getLocation, ::Io::Id, ::Io::GPSLocation
34
+ rpc :listLocationsDeprecated, ::Io::Pagination, stream(::Io::GPSLocation)
35
+ rpc :listLocations, ::Io::Filters, stream(::Io::GPSLocation)
36
+ rpc :copyLocation, ::Io::CopyObjectInput, ::Io::Id
37
+ rpc :deleteLocation, ::Io::Id, ::Google::Protobuf::Empty
38
+ rpc :countLocationsDeprecated, ::Io::Pagination, ::Io::Count
39
+ rpc :countLocations, ::Io::Filters, ::Io::Count
40
+ rpc :createBeacon, ::Io::Beacon, ::Io::Id
41
+ rpc :updateBeacon, ::Io::Beacon, ::Io::Beacon
42
+ rpc :getBeacon, ::Io::Id, ::Io::Beacon
43
+ rpc :listBeaconsDeprecated, ::Io::Pagination, stream(::Io::Beacon)
44
+ rpc :listBeacons, ::Io::Filters, stream(::Io::Beacon)
45
+ rpc :copyBeacon, ::Io::CopyObjectInput, ::Io::Id
46
+ rpc :deleteBeacon, ::Io::Id, ::Google::Protobuf::Empty
47
+ rpc :countBeaconsDeprecated, ::Io::Pagination, ::Io::Count
48
+ rpc :countBeacons, ::Io::Filters, ::Io::Count
49
+ rpc :createLink, ::Io::Link, ::Io::Id
50
+ rpc :updateLink, ::Io::Link, ::Io::Link
51
+ rpc :getLink, ::Io::Id, ::Io::Link
52
+ rpc :listLinksDeprecated, ::Io::Pagination, stream(::Io::Link)
53
+ rpc :listLinks, ::Io::Filters, stream(::Io::Link)
54
+ rpc :copyLink, ::Io::CopyObjectInput, ::Io::Id
55
+ rpc :deleteLink, ::Io::Id, ::Google::Protobuf::Empty
56
+ rpc :countLinksDeprecated, ::Io::Pagination, ::Io::Count
57
+ rpc :countLinks, ::Io::Filters, ::Io::Count
58
+ end
59
+
60
+ Stub = Service.rpc_stub_class
61
+ end
62
+ end
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: io/event_tickets/a_rpc.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/protobuf/empty_pb'
8
+ require 'google/api/annotations_pb'
9
+ require 'io/common/common_objects_pb'
10
+ require 'io/common/filter_pb'
11
+ require 'io/common/reporting_pb'
12
+ require 'io/event_tickets/event_pb'
13
+ require 'io/event_tickets/production_pb'
14
+ require 'io/event_tickets/ticket_type_pb'
15
+ require 'io/event_tickets/ticket_pb'
16
+ require 'io/event_tickets/venue_pb'
17
+
18
+
19
+ descriptor_data = "\n\x1cio/event_tickets/a_rpc.proto\x12\revent_tickets\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x1eio/common/common_objects.proto\x1a\x16io/common/filter.proto\x1a\x19io/common/reporting.proto\x1a\x1cio/event_tickets/event.proto\x1a!io/event_tickets/production.proto\x1a\"io/event_tickets/ticket_type.proto\x1a\x1dio/event_tickets/ticket.proto\x1a\x1cio/event_tickets/venue.proto\x1a.protoc-gen-openapiv2/options/annotations.proto2\xe6W\n\x0c\x45ventTickets\x12\x98\x01\n\x10\x63reateProduction\x12\x19.event_tickets.Production\x1a\x06.io.Id\"a\x92\x41;\n\x0bProductions\x12\x11\x43reate Production\x1a\x19\x43reates a new Production.\x82\xd3\xe4\x93\x02\x1d\"\x18/eventTickets/production:\x01*\x12\xc9\x02\n\x0fpatchProduction\x12\x19.event_tickets.Production\x1a\x19.event_tickets.Production\"\xff\x01\x92\x41\xd8\x01\n\x0bProductions\x12\x10Patch Production\x1a\xb6\x01Partially updates an existing Production. Only id/uid and updating fields are required. Note: changes will update and affect all existing Events & Tickets related to this Production.\x82\xd3\xe4\x93\x02\x1d\x32\x18/eventTickets/production:\x01*\x12\xbb\x02\n\x10updateProduction\x12\x19.event_tickets.Production\x1a\x19.event_tickets.Production\"\xf0\x01\x92\x41\xc9\x01\n\x0bProductions\x12\x11Update Production\x1a\xa6\x01\x46ully updates an existing Production. All required fields are required. Note: changes will update and affect all existing Events & Tickets related to this Production.\x82\xd3\xe4\x93\x02\x1d\x1a\x18/eventTickets/production:\x01*\x12\x97\x01\n\rgetProduction\x12\x06.io.Id\x1a\x19.event_tickets.Production\"c\x92\x41;\n\x0bProductions\x12\x0eGet Production\x1a\x1cGets an existing Production.\x82\xd3\xe4\x93\x02\x1f\x12\x1d/eventTickets/production/{id}\x12\x99\x03\n\x10\x64\x65leteProduction\x12\x19.event_tickets.Production\x1a\x16.google.protobuf.Empty\"\xd1\x02\x92\x41\xaa\x02\n\x0bProductions\x12\x11\x44\x65lete Production\x1a\x87\x02\x44\x65letes an existing Production. Deleting a Production results in all Ticket Types, Events & Tickets for the Production being deleted and invalidated in the customers Mobile Wallet; rendering them unusable. This method is irreversible and should be used with care.\x82\xd3\xe4\x93\x02\x1d*\x18/eventTickets/production:\x01*\x12\xb2\x01\n\x0flistProductions\x12\x0b.io.Filters\x1a\x19.event_tickets.Production\"u\x92\x41N\n\x0bProductions\x12\x10List Productions\x1a-Lists all Productions for the logged in user.\x82\xd3\xe4\x93\x02\x1e\"\x19/eventTickets/productions:\x01*0\x01\x12\xe0\x01\n\x0cgetAnalytics\x12\x14.io.AnalyticsRequest\x1a*.event_tickets.ProductionAnalyticsResponse\"\x8d\x01\x92\x41V\n\x0bProductions\x12\x18Get Production Analytics\x1a-Retrieves Production specific analytics data.\x82\xd3\xe4\x93\x02.\x12,/eventTickets/production/{classId}/analytics\x12\xa9\x01\n\x0e\x63opyProduction\x12$.event_tickets.ProductionCopyRequest\x1a\x06.io.Id\"i\x92\x41>\n\x0bProductions\x12\x0f\x43opy Production\x1a\x1e\x43opies an existing Production.\x82\xd3\xe4\x93\x02\"\"\x1d/eventTickets/production/copy:\x01*\x12z\n\x0b\x63reateVenue\x12\x14.event_tickets.Venue\x1a\x06.io.Id\"M\x92\x41,\n\x06Venues\x12\x0c\x43reate Venue\x1a\x14\x43reates a new Venue.\x82\xd3\xe4\x93\x02\x18\"\x13/eventTickets/venue:\x01*\x12\x95\x02\n\x0bupdateVenue\x12\x14.event_tickets.Venue\x1a\x14.event_tickets.Venue\"\xd9\x01\x92\x41\xb7\x01\n\x06Venues\x12\x0cUpdate Venue\x1a\x9e\x01Updates an existing Venue. Requires ID or User Defined ID to be set. Note: changes will update and affect all existing Events & Tickets related to this Venue.\x82\xd3\xe4\x93\x02\x18\x1a\x13/eventTickets/venue:\x01*\x12\x9d\x02\n\npatchVenue\x12\x14.event_tickets.Venue\x1a\x14.event_tickets.Venue\"\xe2\x01\x92\x41\xc0\x01\n\x06Venues\x12\x0bPatch Venue\x1a\xa8\x01Partially updates an existing Venue. Requires ID or User Defined ID to be set. Note: changes will update and affect all existing Events & Tickets related to this Venue.\x82\xd3\xe4\x93\x02\x18\x32\x13/eventTickets/venue:\x01*\x12\x9e\x01\n\x0cgetVenueById\x12\x06.io.Id\x1a\x14.event_tickets.Venue\"p\x92\x41M\n\x06Venues\x12\tGet Venue\x1a\x38Gets an existing Venue by PassKit ID or User Defined ID.\x82\xd3\xe4\x93\x02\x1a\x12\x18/eventTickets/venue/{id}\x12\xd5\x02\n\x0b\x64\x65leteVenue\x12\x14.event_tickets.Venue\x1a\x16.google.protobuf.Empty\"\x97\x02\x92\x41\xf5\x01\n\x06Venues\x12\x0c\x44\x65lete Venue\x1a\xdc\x01\x44\x65letes an existing Venue. Deleting a Venue, Events & Tickets for the Venue being deleted and invalidated in the customers Mobile Wallet; rendering them unusable. This method is irreversible and should be used with care.\x82\xd3\xe4\x93\x02\x18*\x13/eventTickets/venue:\x01*\x12\x94\x01\n\nlistVenues\x12\x0b.io.Filters\x1a\x14.event_tickets.Venue\"a\x92\x41?\n\x06Venues\x12\x0bList Venues\x1a(Lists all Venues for the logged in user.\x82\xd3\xe4\x93\x02\x19\"\x14/eventTickets/venues:\x01*0\x01\x12\xa1\x02\n\x0b\x63reateEvent\x12\x14.event_tickets.Event\x1a\x06.io.Id\"\xf3\x01\x92\x41\xd1\x01\n\x06\x45vents\x12\x0c\x43reate Event\x1a\xb8\x01\x43reates a new Event instance for a Production. You don\'t need to pass in the full Production and Venue objects if they already exist, you can provide just the id and it will work fine.\x82\xd3\xe4\x93\x02\x18\"\x13/eventTickets/event:\x01*\x12\xc0\x02\n\x0bupdateEvent\x12\x14.event_tickets.Event\x1a\x14.event_tickets.Event\"\x84\x02\x92\x41\xe2\x01\n\x06\x45vents\x12\x0cUpdate Event\x1a\xc9\x01\x46ully updates an existing Event. Requires ID to be set. Note1: changes will update & affect all existing tickets related to this event. Note2: Production and Venue cannot be changed from this endpoint.\x82\xd3\xe4\x93\x02\x18\x1a\x13/eventTickets/event:\x01*\x12\xff\x01\n\npatchEvent\x12\x14.event_tickets.Event\x1a\x14.event_tickets.Event\"\xc4\x01\x92\x41\xa2\x01\n\x06\x45vents\x12\x0bPatch Event\x1a\x8a\x01Partially updates an existing Event. Requires ID to be set. Note: changes will update & affect all existing tickets related to this event.\x82\xd3\xe4\x93\x02\x18\x32\x13/eventTickets/event:\x01*\x12\x8c\x01\n\x0cgetEventById\x12\x06.io.Id\x1a\x14.event_tickets.Event\"^\x92\x41\x38\n\x06\x45vents\x12\x0fGet Event by ID\x1a\x1dGets an existing Event by ID.\x82\xd3\xe4\x93\x02\x1d\x12\x1b/eventTickets/event/id/{id}\x12\xce\x01\n\x1bgetEventByStartDateAndVenue\x12\x1e.event_tickets.GetEventRequest\x1a\x14.event_tickets.Event\"y\x92\x41S\n\x06\x45vents\x12\x1fGet Event by Start Date & Venue\x1a(Gets an existing Event by event details.\x82\xd3\xe4\x93\x02\x1d\x12\x1b/eventTickets/event/details\x12\xf2\x02\n\x0b\x64\x65leteEvent\x12\x14.event_tickets.Event\x1a\x16.google.protobuf.Empty\"\xb4\x02\x92\x41\x92\x02\n\x06\x45vents\x12\x0c\x44\x65lete Event\x1a\xf9\x01\x44\x65letes an existing Event. Requires ID to be set. Deleting an Event results in all tickets for the Event being deleted and invalidated in the customers Mobile Wallet; rendering them unusable. This method is irreversible and should be used with care.\x82\xd3\xe4\x93\x02\x18*\x13/eventTickets/event:\x01*\x12\xb3\x01\n\nlistEvents\x12\x1f.event_tickets.EventListRequest\x1a .event_tickets.EventListResponse\"`\x92\x41\x39\n\x06\x45vents\x12\x0bList Events\x1a\"Lists all Events for a Production.\x82\xd3\xe4\x93\x02\x1e\"\x19/eventTickets/events/list:\x01*0\x01\x12\x94\x01\n\x10\x63reateTicketType\x12\x19.event_tickets.TicketType\x1a\x06.io.Id\"]\x92\x41\x37\n\x0cTicket Types\x12\x0bTicket Type\x1a\x1a\x43reates a new Ticket Type.\x82\xd3\xe4\x93\x02\x1d\"\x18/eventTickets/ticketType:\x01*\x12\x8b\x02\n\x10updateTicketType\x12\x19.event_tickets.TicketType\x1a\x19.event_tickets.TicketType\"\xc0\x01\x92\x41\x99\x01\n\x0cTicket Types\x12\x12Update Ticket Type\x1auUpdates an existing Ticket Type. Note: changes will update & affect all existing Tickets related to this Ticket Type.\x82\xd3\xe4\x93\x02\x1d\x1a\x18/eventTickets/ticketType:\x01*\x12\x93\x02\n\x0fpatchTicketType\x12\x19.event_tickets.TicketType\x1a\x19.event_tickets.TicketType\"\xc9\x01\x92\x41\xa2\x01\n\x0cTicket Types\x12\x11Patch Ticket Type\x1a\x7fPartially updates an existing Ticket Type. Note: changes will update & affect all existing Tickets related to this Ticket Type.\x82\xd3\xe4\x93\x02\x1d\x32\x18/eventTickets/ticketType:\x01*\x12\xb5\x01\n\x11getTicketTypeById\x12\x06.io.Id\x1a\x19.event_tickets.TicketType\"}\x92\x41R\n\x0cTicket Types\x12\x1dGet Ticket Type by PassKit ID\x1a#Gets an existing Ticket Type by ID.\x82\xd3\xe4\x93\x02\"\x12 /eventTickets/ticketType/id/{id}\x12\x90\x02\n\x1cgetTicketTypeByUserDefinedId\x12\x1e.event_tickets.GetByUidRequest\x1a\x19.event_tickets.TicketType\"\xb4\x01\x92\x41x\n\x0cTicket Types\x12\"Get Ticket Type by User Defined ID\x1a\x44Gets an existing Ticket Type by User Defined ID (and Production ID).\x82\xd3\xe4\x93\x02\x33\x12\x31/eventTickets/ticketType/uid/{productionId}/{uid}\x12\xb5\x03\n\x10\x64\x65leteTicketType\x12\x19.event_tickets.TicketType\x1a\x16.google.protobuf.Empty\"\xed\x02\x92\x41\xc6\x02\n\x0cTicket Types\x12\x12\x44\x65lete Ticket Type\x1a\xa1\x02\x44\x65letes an existing Ticket Type by ID, or User Defined ID (and Production ID). Deleting a Ticket Type results in the tickets for the Ticket Type being deleted and invalidated in the customers Mobile Wallet; rendering them unusable. This method is irreversible and should be used with care.\x82\xd3\xe4\x93\x02\x1d*\x18/eventTickets/ticketType:\x01*\x12\xd8\x01\n\x0flistTicketTypes\x12$.event_tickets.TicketTypeListRequest\x1a\x19.event_tickets.TicketType\"\x81\x01\x92\x41K\n\x0cTicket Types\x12\x11List Ticket Types\x1a(Lists all Ticket Types for a Production.\x82\xd3\xe4\x93\x02-\"(/eventTickets/ticketTypes/{productionId}:\x01*0\x01\x12\xee\x02\n\x0bissueTicket\x12!.event_tickets.IssueTicketRequest\x1a\x06.io.Id\"\xb3\x02\x92\x41\x90\x02\n\x07Tickets\x12\x0cIssue Ticket\x1a\xf6\x01\x43reates a new unique Ticket record by PassKit IDs. If the Event does not yet exist, it will automatically be created. The combination of event.production.id, event.startDate, event.venue.id & ticket.ticketTypeUid is enforced as unique for Events.\x82\xd3\xe4\x93\x02\x19\"\x14/eventTickets/ticket:\x01*\x12\xd1\x03\n\x0fissueTicketById\x12\x15.event_tickets.Ticket\x1a%.event_tickets.IssueTicketResponseIds\"\xff\x02\x92\x41\xd9\x02\n\x07Tickets\x12\x0cIssue Ticket\x1a\xbf\x02\x43reates a new unique Ticket record by User Defined IDs. User Defined IDs for Production, Venue and TicketType are required. If the Event does not yet exist, it will automatically be created. The combination of event.production.id, event.startDate, event.venue.id & ticket.ticketTypeUid is enforced as unique for Events.\x82\xd3\xe4\x93\x02\x1c\"\x17/eventTickets/ticket/id:\x01*\x12\xe5\x01\n\x0cupdateTicket\x12\x15.event_tickets.Ticket\x1a\x06.io.Id\"\xb5\x01\x92\x41\x92\x01\n\x07Tickets\x12\rUpdate Ticket\x1axUpdates an existing Ticket. Requires ticket.ID to be set, or ticket.ticketNumber + ticket.event.production.id to be set.\x82\xd3\xe4\x93\x02\x19\x1a\x14/eventTickets/ticket:\x01*\x12\xc0\x01\n\x0bpatchPerson\x12 .event_tickets.EventTicketPerson\x1a\x06.io.Id\"\x86\x01\x92\x41]\n\x07Tickets\x12\x1bUpdate Personal Information\x1a\x35Updates personal information of a event ticket holder\x82\xd3\xe4\x93\x02 2\x1b/eventTickets/ticket/person:\x01*\x12\x8b\x03\n\x0evalidateTicket\x12$.event_tickets.ValidateTicketRequest\x1a%.event_tickets.ValidateTicketResponse\"\xab\x02\x92\x41\xff\x01\n\x07Tickets\x12\x0fValidate Ticket\x1a\xe2\x01Validates an existing Ticket. Use this endpoint when you want to check validity of a ticket. Tickets can be validated multiple times. Requires ticket.id to be set, or ticket.ticketNumber + ticket.event.production.id to be set.\x82\xd3\xe4\x93\x02\"\x1a\x1d/eventTickets/ticket/validate:\x01*\x12\x95\x02\n\x0credeemTicket\x12\".event_tickets.RedeemTicketRequest\x1a\x06.io.Id\"\xd8\x01\x92\x41\xae\x01\n\x07Tickets\x12\rRedeem Ticket\x1a\x93\x01Redeems an existing Ticket. Use this endpoint when you want to capture redemption data and trigger the switch to the redeemed design of the Ticket.\x82\xd3\xe4\x93\x02 \x1a\x1b/eventTickets/ticket/redeem:\x01*\x12\xd0\x02\n\x1aredeemTicketsByOrderNumber\x12\".event_tickets.RedeemByOrderNumber\x1a\x07.io.Ids\"\x84\x02\x92\x41\xcd\x01\n\x07Tickets\x12\x1eRedeem Tickets by Order Number\x1a\xa1\x01Redeems existing Tickets by Order Number. Use this endpoint when you want to capture redemption data and trigger the switch to the redeemed design of the Ticket.\x82\xd3\xe4\x93\x02-\x1a(/eventTickets/tickets/orderNumber/redeem:\x01*\x12\x8f\x01\n\rgetTicketById\x12\x06.io.Id\x1a\x15.event_tickets.Ticket\"_\x92\x41\x38\n\x07Tickets\x12\x10Get Ticket by ID\x1a\x1bGets a Ticket record by ID.\x82\xd3\xe4\x93\x02\x1e\x12\x1c/eventTickets/ticket/id/{id}\x12\xd0\x01\n\x17getTicketByTicketNumber\x12\".event_tickets.TicketNumberRequest\x1a\x15.event_tickets.Ticket\"z\x92\x41N\n\x07Tickets\x12\x1bGet Ticket by Ticket Number\x1a&Gets a Ticket record by Ticket Number.\x82\xd3\xe4\x93\x02#\x12!/eventTickets/ticket/ticketNumber\x12\xce\x01\n\x17getTicketsByOrderNumber\x12!.event_tickets.OrderNumberRequest\x1a\x16.event_tickets.Tickets\"x\x92\x41L\n\x07Tickets\x12\x1bGet Tickets by Order Number\x1a$Gets Ticket records by Order Number.\x82\xd3\xe4\x93\x02#\x12!/eventTickets/tickets/orderNumber\x12\xae\x02\n\x12getEventTicketPass\x12%.event_tickets.EventTicketPassRequest\x1a\x0f.io.PassBundles\"\xdf\x01\x92\x41\xbe\x01\n\x07Tickets\x12\x15Get Event Ticket Pass\x1a\x9b\x01Retrieves digital event ticket pass(es) in the requested format based on the index provided. Only one of ticketId, ticketNumber or orderNumber is required.\x82\xd3\xe4\x93\x02\x17\"\x12/eventTickets/pass:\x01*\x12\x95\x03\n\x0c\x64\x65leteTicket\x12\x17.event_tickets.TicketId\x1a\x16.google.protobuf.Empty\"\xd3\x02\x92\x41\xb0\x02\n\x07Tickets\x12\rDelete Ticket\x1a\x95\x02\x44\x65lete an existing Ticket by Id or Ticket Number. Invalidates the ticket in the customers Mobile Wallet; rendering it useless. This method is irreversible and should be used with care. Requires ticket.ID to be set, or ticket.ticketNumber + ticket.event.production.id to be set.\x82\xd3\xe4\x93\x02\x19*\x14/eventTickets/ticket:\x01*\x12\xdd\x02\n\x1a\x64\x65leteTicketsByOrderNumber\x12!.event_tickets.OrderNumberRequest\x1a\x16.google.protobuf.Empty\"\x83\x02\x92\x41\xdb\x01\n\x07Tickets\x12\x1e\x44\x65lete Tickets by Order Number\x1a\xaf\x01\x44\x65lete existing Ticketd by Order Number. Invalidates the ticket in the customers Mobile Wallet; rendering it useless. This method is irreversible and should be used with care.\x82\xd3\xe4\x93\x02\x1e*\x19/eventTickets/orderNumber:\x01*\x12\xcf\x01\n\x0blistTickets\x12 .event_tickets.TicketListRequest\x1a\".event_tickets.TicketLimitedFields\"x\x92\x41P\n\x07Tickets\x12\x0cList Tickets\x1a\x37List all tickets for a Production. Supports pagination.\x82\xd3\xe4\x93\x02\x1f\"\x1a/eventTickets/tickets/list:\x01*0\x01\x12\xcb\x01\n\x0c\x63ountTickets\x12 .event_tickets.TicketListRequest\x1a\t.io.Count\"\x8d\x01\x92\x41\x64\n\x07Tickets\x12\rCount Tickets\x1aJCount all tickets for a Production, Event, Ticket Type and / or Start Date\x82\xd3\xe4\x93\x02 \"\x1b/eventTickets/tickets/count:\x01*B\xec\x07\n\x1d\x63om.passkit.grpc.EventTicketsZ2stash.passkit.com/io/model/sdk/go/io/event_tickets\xaa\x02\x19PassKit.Grpc.EventTickets\x92\x41\xf9\x06\x12\xb4\x02\n\x19PassKit Event Tickets API\x12\x91\x01This API enables you to get all your Digital Event Tickets into Apple Wallet & Google Pay, from theatre and cinema, to sport events and concerts.\x1a\x38https://passkit.com/legal/terms-of-subscription-service/\"?\n\x0fPassKit Support\x12\x17https://docs.passkit.io\x1a\x13support@passkit.com2\x08\x30.1-spec*\x01\x02\x32\x10\x61pplication/json:\x10\x61pplication/jsonR9\n\x03\x32\x30\x30\x12\x32\n(Returned when the request is successful.\x12\x06\n\x04\x9a\x02\x01\x07R4\n\x03\x34\x30\x30\x12-\n+Returned when wrong user input is provided.R0\n\x03\x34\x30\x31\x12)\n\'Returned when the user is unauthorized.RP\n\x03\x34\x30\x33\x12I\nGReturned when the user does not have permission to access the resource.R;\n\x03\x34\x30\x34\x12\x34\n*Returned when the resource does not exist.\x12\x06\n\x04\x9a\x02\x01\x07R<\n\x03\x35\x30\x30\x12\x35\n+Returned when there is an unexpected error.\x12\x06\n\x04\x9a\x02\x01\x07RW\n\x03\x35\x30\x33\x12P\nNServer is unavailable. Back off for 250ms and repeat request until successful.Z>\n<\n\napiKeyAuth\x12.\x08\x02\x12\x19JWT Authentication token.\x1a\rAuthorization \x02\x62\x10\n\x0e\n\napiKeyAuth\x12\x00\x62\x06proto3"
20
+
21
+ pool = Google::Protobuf::DescriptorPool.generated_pool
22
+ pool.add_serialized_file(descriptor_data)
23
+
24
+ module EventTickets
25
+ end
@@ -0,0 +1,67 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: io/event_tickets/a_rpc.proto for package 'event_tickets'
3
+ # Original file comments:
4
+ # *
5
+ # Events Protocol is designed to get your Digital Event Tickets into Apple Wallet and Google Pay, from theatre and cinema, to sport events and concerts.
6
+
7
+ require 'grpc'
8
+ require 'io/event_tickets/a_rpc_pb'
9
+
10
+ module EventTickets
11
+ module EventTickets
12
+ class Service
13
+
14
+ include ::GRPC::GenericService
15
+
16
+ self.marshal_class_method = :encode
17
+ self.unmarshal_class_method = :decode
18
+ self.service_name = 'event_tickets.EventTickets'
19
+
20
+ rpc :createProduction, ::EventTickets::Production, ::Io::Id
21
+ rpc :patchProduction, ::EventTickets::Production, ::EventTickets::Production
22
+ rpc :updateProduction, ::EventTickets::Production, ::EventTickets::Production
23
+ rpc :getProduction, ::Io::Id, ::EventTickets::Production
24
+ rpc :deleteProduction, ::EventTickets::Production, ::Google::Protobuf::Empty
25
+ rpc :listProductions, ::Io::Filters, stream(::EventTickets::Production)
26
+ rpc :getAnalytics, ::Io::AnalyticsRequest, ::EventTickets::ProductionAnalyticsResponse
27
+ rpc :copyProduction, ::EventTickets::ProductionCopyRequest, ::Io::Id
28
+ rpc :createVenue, ::EventTickets::Venue, ::Io::Id
29
+ rpc :updateVenue, ::EventTickets::Venue, ::EventTickets::Venue
30
+ rpc :patchVenue, ::EventTickets::Venue, ::EventTickets::Venue
31
+ rpc :getVenueById, ::Io::Id, ::EventTickets::Venue
32
+ rpc :deleteVenue, ::EventTickets::Venue, ::Google::Protobuf::Empty
33
+ rpc :listVenues, ::Io::Filters, stream(::EventTickets::Venue)
34
+ rpc :createEvent, ::EventTickets::Event, ::Io::Id
35
+ rpc :updateEvent, ::EventTickets::Event, ::EventTickets::Event
36
+ rpc :patchEvent, ::EventTickets::Event, ::EventTickets::Event
37
+ rpc :getEventById, ::Io::Id, ::EventTickets::Event
38
+ rpc :getEventByStartDateAndVenue, ::EventTickets::GetEventRequest, ::EventTickets::Event
39
+ rpc :deleteEvent, ::EventTickets::Event, ::Google::Protobuf::Empty
40
+ rpc :listEvents, ::EventTickets::EventListRequest, stream(::EventTickets::EventListResponse)
41
+ rpc :createTicketType, ::EventTickets::TicketType, ::Io::Id
42
+ rpc :updateTicketType, ::EventTickets::TicketType, ::EventTickets::TicketType
43
+ rpc :patchTicketType, ::EventTickets::TicketType, ::EventTickets::TicketType
44
+ rpc :getTicketTypeById, ::Io::Id, ::EventTickets::TicketType
45
+ rpc :getTicketTypeByUserDefinedId, ::EventTickets::GetByUidRequest, ::EventTickets::TicketType
46
+ rpc :deleteTicketType, ::EventTickets::TicketType, ::Google::Protobuf::Empty
47
+ rpc :listTicketTypes, ::EventTickets::TicketTypeListRequest, stream(::EventTickets::TicketType)
48
+ rpc :issueTicket, ::EventTickets::IssueTicketRequest, ::Io::Id
49
+ rpc :issueTicketById, ::EventTickets::Ticket, ::EventTickets::IssueTicketResponseIds
50
+ rpc :updateTicket, ::EventTickets::Ticket, ::Io::Id
51
+ rpc :patchPerson, ::EventTickets::EventTicketPerson, ::Io::Id
52
+ rpc :validateTicket, ::EventTickets::ValidateTicketRequest, ::EventTickets::ValidateTicketResponse
53
+ rpc :redeemTicket, ::EventTickets::RedeemTicketRequest, ::Io::Id
54
+ rpc :redeemTicketsByOrderNumber, ::EventTickets::RedeemByOrderNumber, ::Io::Ids
55
+ rpc :getTicketById, ::Io::Id, ::EventTickets::Ticket
56
+ rpc :getTicketByTicketNumber, ::EventTickets::TicketNumberRequest, ::EventTickets::Ticket
57
+ rpc :getTicketsByOrderNumber, ::EventTickets::OrderNumberRequest, ::EventTickets::Tickets
58
+ rpc :getEventTicketPass, ::EventTickets::EventTicketPassRequest, ::Io::PassBundles
59
+ rpc :deleteTicket, ::EventTickets::TicketId, ::Google::Protobuf::Empty
60
+ rpc :deleteTicketsByOrderNumber, ::EventTickets::OrderNumberRequest, ::Google::Protobuf::Empty
61
+ rpc :listTickets, ::EventTickets::TicketListRequest, stream(::EventTickets::TicketLimitedFields)
62
+ rpc :countTickets, ::EventTickets::TicketListRequest, ::Io::Count
63
+ end
64
+
65
+ Stub = Service.rpc_stub_class
66
+ end
67
+ end
@@ -0,0 +1,27 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: io/event_tickets/event.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/protobuf/timestamp_pb'
8
+ require 'io/common/billing_pb'
9
+ require 'io/common/metrics_pb'
10
+ require 'io/common/filter_pb'
11
+ require 'io/event_tickets/production_pb'
12
+ require 'io/event_tickets/venue_pb'
13
+
14
+
15
+ descriptor_data = "\n\x1cio/event_tickets/event.proto\x12\revent_tickets\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x17io/common/billing.proto\x1a\x17io/common/metrics.proto\x1a\x16io/common/filter.proto\x1a!io/event_tickets/production.proto\x1a\x1cio/event_tickets/venue.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xb3\x05\n\x05\x45vent\x12\n\n\x02id\x18\x01 \x01(\t\x12-\n\nproduction\x18\x02 \x01(\x0b\x32\x19.event_tickets.Production\x12#\n\x05venue\x18\x03 \x01(\x0b\x32\x14.event_tickets.Venue\x12-\n\tdoorsOpen\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x36\n\x12scheduledStartDate\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x61\x63tualStartDate\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07\x65ndDate\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0crelevantDate\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x05quota\x18\t \x01(\x0b\x32\t.io.Quota\x12#\n\x07metrics\x18\n \x01(\x0b\x32\x0b.io.MetricsB\x05\x92\x41\x02@\x01\x12\x32\n\x07\x63reated\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x05\x92\x41\x02@\x01\x12\x32\n\x07updated\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x05\x92\x41\x02@\x01:\xa7\x01\x92\x41\xa3\x01\n\xa0\x01*\x05\x45vent2vEvent is an instance of a Production; an event is showing; it holds the event start & end date/time and venue details.\xd2\x01\nproduction\xd2\x01\x05venue\xd2\x01\tstartDate\"\xd0\x01\n\x10\x45ventListRequest\x12\x16\n\x0cproductionId\x18\x01 \x01(\tH\x00\x12\x17\n\rproductionUid\x18\x02 \x01(\tH\x00\x12\x0f\n\x07venueId\x18\x03 \x01(\t\x12\x1c\n\x07\x66ilters\x18\x04 \x01(\x0b\x32\x0b.io.Filters:N\x92\x41K\nI*\x12\x45vent List Request2&Used to list events in the production.\xd2\x01\nproductionB\x0c\n\nproduction\"\x96\x02\n\x0fGetEventRequest\x12\x16\n\x0cproductionId\x18\x01 \x01(\tH\x00\x12\x17\n\rproductionUid\x18\x02 \x01(\tH\x00\x12\x11\n\x07venueId\x18\x03 \x01(\tH\x01\x12\x12\n\x08venueUid\x18\x04 \x01(\tH\x01\x12\x36\n\x12scheduledStartDate\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:\\\x92\x41Y\nW*\x11Get Event Request2!Used to retrieve an event record.\xd2\x01\nproduction\xd2\x01\x05venue\xd2\x01\tstartDateB\x0c\n\nproductionB\x07\n\x05venue\"\xd7\x02\n\x1a\x45ventLimitedFieldsResponse\x12\n\n\x02id\x18\x01 \x01(\t\x12\x36\n\x12scheduledStartDate\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x61\x63tualStartDate\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07\x65ndDate\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:\x92\x01\x92\x41\x8e\x01\n\x8b\x01*\x11\x45vent (Light ver)2vEvent is an instance of a Production; an event is showing; it holds the event start & end date/time and venue details.\"\x92\x05\n\x19\x45ventLimitedFieldsRequest\x12\x14\n\x0cproductionId\x18\x01 \x01(\t\x12\x0f\n\x07venueId\x18\x02 \x01(\t\x12-\n\tdoorsOpen\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x36\n\x12scheduledStartDate\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x61\x63tualStartDate\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07\x65ndDate\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0crelevantDate\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x05quota\x18\x08 \x01(\x0b\x32\t.io.Quota\x12\x1c\n\x07metrics\x18\t \x01(\x0b\x32\x0b.io.Metrics\x12+\n\x07\x63reated\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07updated\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp:\xc0\x01\x92\x41\xbc\x01\n\xb9\x01*\x11\x45vent (Light ver)2vEvent is an instance of a Production; an event is showing; it holds the event start & end date/time and venue details.\xd2\x01\x0cproductionId\xd2\x01\x07venueId\xd2\x01\x12scheduledStartDate\"\x97\x05\n\x11\x45ventListResponse\x12\n\n\x02id\x18\x01 \x01(\t\x12\x42\n\nproduction\x18\x02 \x01(\x0b\x32..event_tickets.ProductionLimitedFieldsResponse\x12\x38\n\x05venue\x18\x03 \x01(\x0b\x32).event_tickets.VenueLimitedFieldsResponse\x12-\n\tdoorsOpen\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x36\n\x12scheduledStartDate\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x61\x63tualStartDate\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07\x65ndDate\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0crelevantDate\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x05quota\x18\t \x01(\x0b\x32\t.io.Quota\x12\x1c\n\x07metrics\x18\n \x01(\x0b\x32\x0b.io.Metrics\x12+\n\x07\x63reated\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07updated\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp:k\x92\x41h\nf*\x13\x45vent List Response2OContains event search result. Production and venue objects have limited fields.Bo\n\x1d\x63om.passkit.grpc.EventTicketsZ2stash.passkit.com/io/model/sdk/go/io/event_tickets\xaa\x02\x19PassKit.Grpc.EventTicketsb\x06proto3"
16
+
17
+ pool = Google::Protobuf::DescriptorPool.generated_pool
18
+ pool.add_serialized_file(descriptor_data)
19
+
20
+ module EventTickets
21
+ Event = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.Event").msgclass
22
+ EventListRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventListRequest").msgclass
23
+ GetEventRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.GetEventRequest").msgclass
24
+ EventLimitedFieldsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventLimitedFieldsResponse").msgclass
25
+ EventLimitedFieldsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventLimitedFieldsRequest").msgclass
26
+ EventListResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventListResponse").msgclass
27
+ end
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: io/event_tickets/production.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/protobuf/timestamp_pb'
8
+ require 'io/common/distribution_pb'
9
+ require 'io/common/localization_pb'
10
+ require 'io/common/project_pb'
11
+ require 'io/common/reporting_pb'
12
+ require 'io/common/common_objects_pb'
13
+
14
+
15
+ descriptor_data = "\n!io/event_tickets/production.proto\x12\revent_tickets\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cio/common/distribution.proto\x1a\x1cio/common/localization.proto\x1a\x17io/common/project.proto\x1a\x19io/common/reporting.proto\x1a\x1eio/common/common_objects.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xd7\x05\n\nProduction\x12\x11\n\x02id\x18\x01 \x01(\tB\x05\x92\x41\x02@\x01\x12\x0b\n\x03uid\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12*\n\rlocalizedName\x18\x04 \x01(\x0b\x32\x13.io.LocalizedString\x12\x11\n\tfinePrint\x18\x05 \x01(\t\x12/\n\x12localizedFinePrint\x18\x06 \x01(\x0b\x32\x13.io.LocalizedString\x12\x37\n#autoInvalidateTicketsUponRedemption\x18\x07 \x01(\x0e\x32\n.io.Toggle\x12\x35\n!autoInvalidateTicketsUponEventEnd\x18\x08 \x01(\x0e\x32\n.io.Toggle\x12\x33\n\x1f\x61utoInvalidateTicketsUponExpiry\x18\t \x01(\x0e\x32\n.io.Toggle\x12!\n\x06status\x18\n \x03(\x0e\x32\x11.io.ProjectStatus\x12\x1a\n\x12passTypeIdentifier\x18\x0b \x01(\t\x12\x36\n\x14\x64istributionSettings\x18\x0c \x01(\x0b\x32\x18.io.DistributionSettings\x12\x32\n\x07\x63reated\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x05\x92\x41\x02@\x01\x12\x32\n\x07updated\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x05\x92\x41\x02@\x01:\xa6\x01\x92\x41\xa2\x01\n\x9f\x01*\nProduction2\x89\x01Production contains data that is shared by events: common event properties / settings, distribution settings and Apple Pass Type details.\xd2\x01\x04name\"\x8e\x02\n\x1bProductionAnalyticsResponse\x12\x1a\n\x06period\x18\x01 \x01(\x0e\x32\n.io.Period\x12\x10\n\x08redeemed\x18\x02 \x01(\r\x12$\n\x07\x64\x65vices\x18\x03 \x01(\x0b\x32\x13.io.DeviceBreakdown\x12H\n\x07sources\x18\x04 \x03(\x0b\x32\x37.event_tickets.ProductionAnalyticsResponse.SourcesEntry\x12!\n\x04\x64\x61ta\x18\x05 \x03(\x0b\x32\x13.io.ChartDataPoints\x1a.\n\x0cSourcesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\r:\x02\x38\x01\"}\n\x15ProductionCopyRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0b\n\x03uid\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12!\n\x06status\x18\x04 \x03(\x0e\x32\x11.io.ProjectStatus\x12\x1a\n\x12passTypeIdentifier\x18\x05 \x01(\t\"\xf6\x01\n\x1fProductionLimitedFieldsResponse\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0b\n\x03uid\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t:\xab\x01\x92\x41\xa7\x01\n\xa4\x01*\x16Production (Light ver)2\x89\x01Production contains data that is shared by events: common event properties / settings, distribution settings and Apple Pass Type details.Bo\n\x1d\x63om.passkit.grpc.EventTicketsZ2stash.passkit.com/io/model/sdk/go/io/event_tickets\xaa\x02\x19PassKit.Grpc.EventTicketsb\x06proto3"
16
+
17
+ pool = Google::Protobuf::DescriptorPool.generated_pool
18
+ pool.add_serialized_file(descriptor_data)
19
+
20
+ module EventTickets
21
+ Production = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.Production").msgclass
22
+ ProductionAnalyticsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.ProductionAnalyticsResponse").msgclass
23
+ ProductionCopyRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.ProductionCopyRequest").msgclass
24
+ ProductionLimitedFieldsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.ProductionLimitedFieldsResponse").msgclass
25
+ end
@@ -0,0 +1,49 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: io/event_tickets/ticket.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/protobuf/timestamp_pb'
8
+ require 'io/common/localization_pb'
9
+ require 'io/common/metrics_pb'
10
+ require 'io/common/common_objects_pb'
11
+ require 'io/common/pass_pb'
12
+ require 'io/common/personal_pb'
13
+ require 'io/common/filter_pb'
14
+ require 'io/event_tickets/venue_pb'
15
+ require 'io/event_tickets/event_pb'
16
+ require 'io/event_tickets/ticket_type_pb'
17
+ require 'io/event_tickets/production_pb'
18
+
19
+
20
+ descriptor_data = "\n\x1dio/event_tickets/ticket.proto\x12\revent_tickets\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cio/common/localization.proto\x1a\x17io/common/metrics.proto\x1a\x1eio/common/common_objects.proto\x1a\x14io/common/pass.proto\x1a\x18io/common/personal.proto\x1a\x16io/common/filter.proto\x1a\x1cio/event_tickets/venue.proto\x1a\x1cio/event_tickets/event.proto\x1a\"io/event_tickets/ticket_type.proto\x1a!io/event_tickets/production.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"Y\n\x08TicketId\x12\x12\n\x08ticketId\x18\x01 \x01(\tH\x00\x12\x33\n\x0cticketNumber\x18\x02 \x01(\x0b\x32\x1b.event_tickets.TicketNumberH\x00\x42\x04\n\x02id\":\n\x0cTicketNumber\x12\x14\n\x0cproductionId\x18\x01 \x01(\t\x12\x14\n\x0cticketNumber\x18\x02 \x01(\t\"\x93\x08\n\x06Ticket\x12\x11\n\x02id\x18\x01 \x01(\tB\x05\x92\x41\x02@\x01\x12\x14\n\x0cticketNumber\x18\x02 \x01(\t\x12#\n\x05\x65vent\x18\x03 \x01(\x0b\x32\x14.event_tickets.Event\x12-\n\nticketType\x18\x04 \x01(\x0b\x32\x19.event_tickets.TicketType\x12\x13\n\x0borderNumber\x18\x05 \x01(\t\x12\x12\n\ngroupingId\x18\x06 \x01(\t\x12\x17\n\x0f\x62\x61rcodeContents\x18\x07 \x01(\t\x12%\n\x08seatInfo\x18\x08 \x01(\x0b\x32\x13.event_tickets.Seat\x12+\n\tfaceValue\x18\t \x01(\x0b\x32\x18.event_tickets.FaceValue\x12\x1a\n\x06person\x18\n \x01(\x0b\x32\n.io.Person\x12\x35\n\x08metaData\x18\x0b \x03(\x0b\x32#.event_tickets.Ticket.MetaDataEntry\x12\x1a\n\x06optOut\x18\x0c \x01(\x0e\x32\n.io.Toggle\x12\x32\n\x06status\x18\r \x01(\x0e\x32\x1b.event_tickets.TicketStatusB\x05\x92\x41\x02@\x01\x12.\n\nexpiryDate\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x11redemptionDetails\x18\x0f \x01(\x0b\x32 .event_tickets.RedemptionDetails\x12\x37\n\x0fvalidateDetails\x18\x10 \x03(\x0b\x32\x1e.event_tickets.ValidateDetails\x12(\n\rpassOverrides\x18\x11 \x01(\x0b\x32\x11.io.PassOverrides\x12\"\n\x0cpassMetaData\x18\x12 \x01(\x0b\x32\x0c.io.Metadata\x12\x32\n\x07\x63reated\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x05\x92\x41\x02@\x01\x12\x32\n\x07updated\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x05\x92\x41\x02@\x01\x1a/\n\rMetaDataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\xc5\x01\x92\x41\xc1\x01\n\xbe\x01*\x06Ticket2\x9b\x01Ticket is a unique ticket instance and holds details about the event dates & times, venue, ticket holder and other relevant details pertaining to a ticket.\xd2\x01\x05\x65vent\xd2\x01\rticketTypeUid\"\x9d\x01\n\x0fValidateDetails\x12\x30\n\x0cvalidateDate\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0b\n\x03lat\x18\x02 \x01(\x01\x12\x0b\n\x03lon\x18\x03 \x01(\x01\x12\x0b\n\x03\x61lt\x18\x04 \x01(\x05\x12\x16\n\x0evalidateSource\x18\x06 \x01(\t\x12\x19\n\x11validateReference\x18\x07 \x01(\t\"\xa5\x01\n\x11RedemptionDetails\x12\x32\n\x0eredemptionDate\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0b\n\x03lat\x18\x02 \x01(\x01\x12\x0b\n\x03lon\x18\x03 \x01(\x01\x12\x0b\n\x03\x61lt\x18\x04 \x01(\x05\x12\x18\n\x10redemptionSource\x18\x06 \x01(\t\x12\x1b\n\x13redemptionReference\x18\x07 \x01(\t\"-\n\tFaceValue\x12\x0e\n\x06\x61mount\x18\x01 \x01(\x02\x12\x10\n\x08\x63urrency\x18\x02 \x01(\t\"\xf2\x01\n\x04Seat\x12\x0c\n\x04seat\x18\x01 \x01(\t\x12*\n\rlocalizedSeat\x18\x02 \x01(\x0b\x32\x13.io.LocalizedString\x12\x0b\n\x03row\x18\x03 \x01(\t\x12)\n\x0clocalizedRow\x18\x04 \x01(\x0b\x32\x13.io.LocalizedString\x12\x0f\n\x07section\x18\x05 \x01(\t\x12-\n\x10localizedSection\x18\x06 \x01(\x0b\x32\x13.io.LocalizedString\x12\x0c\n\x04gate\x18\x07 \x01(\t\x12*\n\rlocalizedGate\x18\x08 \x01(\x0b\x32\x13.io.LocalizedString\"\xfa\x02\n\x11TicketListRequest\x12\x16\n\x0cproductionId\x18\x01 \x01(\tH\x00\x12\x17\n\rproductionUid\x18\x02 \x01(\tH\x00\x12\x11\n\x07\x65ventId\x18\x03 \x01(\tH\x01\x12O\n\x1a\x65ventFilterByVenueAndStart\x18\x04 \x01(\x0b\x32).event_tickets.EventFilterByVenueAndStartH\x01\x12\x16\n\x0cticketTypeId\x18\x05 \x01(\tH\x02\x12\x17\n\rticketTypeUid\x18\x06 \x01(\tH\x02\x12\x1c\n\x07\x66ilters\x18\x07 \x01(\x0b\x32\x0b.io.Filters:\\\x92\x41Y\nW*\x0cList Request2(Used to filter tickets for a production.\xd2\x01\x0cproductionId\xd2\x01\rproductionUidB\x0c\n\nproductionB\x07\n\x05\x65ventB\x0c\n\nticketType\"\xe1\x01\n\x1a\x45ventFilterByVenueAndStart\x12\x0f\n\x07venueId\x18\x01 \x01(\t\x12\x10\n\x08venueUid\x18\x02 \x01(\t\x12\x36\n\x12scheduledStartDate\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:h\x92\x41\x65\nc*\x12\x45vent Filter By Id2,Used to filter tickets for a specific event.\xd2\x01\x07venueId\xd2\x01\x08venueUid\xd2\x01\tstartDate\"X\n\x13TicketNumberRequest\x12\x14\n\x0cproductionId\x18\x01 \x01(\t\x12\x15\n\rproductionUid\x18\x02 \x01(\t\x12\x14\n\x0cticketNumber\x18\x03 \x01(\t\"V\n\x12OrderNumberRequest\x12\x14\n\x0cproductionId\x18\x01 \x01(\t\x12\x15\n\rproductionUid\x18\x02 \x01(\t\x12\x13\n\x0borderNumber\x18\x03 \x01(\t\"\x94\x01\n\x13RedeemByOrderNumber\x12\x14\n\x0cproductionId\x18\x01 \x01(\t\x12\x15\n\rproductionUid\x18\x02 \x01(\t\x12\x13\n\x0borderNumber\x18\x03 \x01(\t\x12;\n\x11redemptionDetails\x18\x04 \x01(\x0b\x32 .event_tickets.RedemptionDetails\">\n\x07Tickets\x12\x33\n\x07tickets\x18\x01 \x03(\x0b\x32\".event_tickets.TicketLimitedFields\"4\n\x11TicketPassBundles\x12\x1f\n\x07tickets\x18\x01 \x03(\x0b\x32\x0e.io.PassBundle\"\x99\x01\n\x15ValidateTicketRequest\x12\x1e\n\x16maxNumberOfValidations\x18\x01 \x01(\r\x12\'\n\x06ticket\x18\x02 \x01(\x0b\x32\x17.event_tickets.TicketId\x12\x37\n\x0fvalidateDetails\x18\x03 \x01(\x0b\x32\x1e.event_tickets.ValidateDetails\"N\n\x16ValidateTicketResponse\x12\r\n\x05valid\x18\x01 \x01(\x08\x12%\n\x06ticket\x18\x02 \x01(\x0b\x32\x15.event_tickets.Ticket\"{\n\x13RedeemTicketRequest\x12\'\n\x06ticket\x18\x01 \x01(\x0b\x32\x17.event_tickets.TicketId\x12;\n\x11redemptionDetails\x18\x03 \x01(\x0b\x32 .event_tickets.RedemptionDetails\"\xb1\t\n\x13TicketLimitedFields\x12\n\n\x02id\x18\x01 \x01(\t\x12\x14\n\x0cticketNumber\x18\x02 \x01(\t\x12\x42\n\nproduction\x18\x03 \x01(\x0b\x32..event_tickets.ProductionLimitedFieldsResponse\x12\x38\n\x05\x65vent\x18\x04 \x01(\x0b\x32).event_tickets.EventLimitedFieldsResponse\x12\x38\n\x05venue\x18\x05 \x01(\x0b\x32).event_tickets.VenueLimitedFieldsResponse\x12:\n\nticketType\x18\x06 \x01(\x0b\x32&.event_tickets.TicketTypeLimitedFields\x12\x13\n\x0borderNumber\x18\x07 \x01(\t\x12\x12\n\ngroupingId\x18\x08 \x01(\t\x12\x17\n\x0f\x62\x61rcodeContents\x18\t \x01(\t\x12%\n\x08seatInfo\x18\n \x01(\x0b\x32\x13.event_tickets.Seat\x12+\n\tfaceValue\x18\x0b \x01(\x0b\x32\x18.event_tickets.FaceValue\x12\x1a\n\x06person\x18\x0c \x01(\x0b\x32\n.io.Person\x12\x42\n\x08metaData\x18\r \x03(\x0b\x32\x30.event_tickets.TicketLimitedFields.MetaDataEntry\x12\x0e\n\x06optOut\x18\x0e \x01(\x08\x12+\n\x06status\x18\x0f \x01(\x0e\x32\x1b.event_tickets.TicketStatus\x12.\n\nexpiryDate\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x11redemptionDetails\x18\x11 \x01(\x0b\x32 .event_tickets.RedemptionDetails\x12\x37\n\x0fvalidateDetails\x18\x12 \x03(\x0b\x32\x1e.event_tickets.ValidateDetails\x12(\n\rpassOverrides\x18\x13 \x01(\x0b\x32\x11.io.PassOverrides\x12\"\n\x0cpassMetaData\x18\x14 \x01(\x0b\x32\x0c.io.Metadata\x12+\n\x07\x63reated\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07updated\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a/\n\rMetaDataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\xd1\x01\x92\x41\xcd\x01\n\xca\x01*\x12Ticket (Light ver)2\x9b\x01Ticket is a unique ticket instance and holds details about the event dates & times, venue, ticket holder and other relevant details pertaining to a ticket.\xd2\x01\x05\x65vent\xd2\x01\rticketTypeUid\"\xd6\x07\n\x12IssueTicketRequest\x12\x11\n\x07\x65ventId\x18\x01 \x01(\tH\x00\x12\x39\n\x05\x65vent\x18\x02 \x01(\x0b\x32(.event_tickets.EventLimitedFieldsRequestH\x00\x12\x14\n\x0cticketTypeId\x18\x03 \x01(\t\x12\x14\n\x0cticketNumber\x18\x04 \x01(\t\x12\x13\n\x0borderNumber\x18\x05 \x01(\t\x12\x12\n\ngroupingId\x18\x06 \x01(\t\x12\x17\n\x0f\x62\x61rcodeContents\x18\x07 \x01(\t\x12%\n\x08seatInfo\x18\x08 \x01(\x0b\x32\x13.event_tickets.Seat\x12+\n\tfaceValue\x18\t \x01(\x0b\x32\x18.event_tickets.FaceValue\x12\x1a\n\x06person\x18\n \x01(\x0b\x32\n.io.Person\x12\x41\n\x08metaData\x18\x0b \x03(\x0b\x32/.event_tickets.IssueTicketRequest.MetaDataEntry\x12\x0e\n\x06optOut\x18\x0c \x01(\x08\x12+\n\x06status\x18\r \x01(\x0e\x32\x1b.event_tickets.TicketStatus\x12.\n\nexpiryDate\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x11redemptionDetails\x18\x0f \x01(\x0b\x32 .event_tickets.RedemptionDetails\x12\x37\n\x0fvalidateDetails\x18\x10 \x03(\x0b\x32\x1e.event_tickets.ValidateDetails\x12(\n\rpassOverrides\x18\x11 \x01(\x0b\x32\x11.io.PassOverrides\x12\"\n\x0cpassMetaData\x18\x12 \x01(\x0b\x32\x0c.io.Metadata\x12+\n\x07\x63reated\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07updated\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a/\n\rMetaDataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\x87\x01\x92\x41\x83\x01\n\x80\x01*\x14Issue Ticket Request2GIssue ticket. Event is auto created if it does not exist on the record.\xd2\x01\x07\x65ventId\xd2\x01\x05\x65vent\xd2\x01\x0cticketTypeIdB\x0b\n\teventInfo\"\x86\x02\n\x16IssueTicketResponseIds\x12\x10\n\x08ticketId\x18\x01 \x01(\t\x12\x14\n\x0cproductionId\x18\x02 \x01(\t\x12\x0f\n\x07venueId\x18\x03 \x01(\t\x12\x14\n\x0cticketTypeId\x18\x04 \x01(\t\x12\x0f\n\x07\x65ventId\x18\x05 \x01(\t:\x8b\x01\x92\x41\x87\x01\n\x84\x01*\x19Issue Ticket Response Ids2gList of PassKit generated ids returned after issuing a ticket with production, venue, ticket type UIDs.\"\xdb\x01\n\x16\x45ventTicketPassRequest\x12\x1a\n\x08ticketId\x18\x01 \x01(\x0b\x32\x06.io.IdH\x00\x12:\n\x0cticketNumber\x18\x02 \x01(\x0b\x32\".event_tickets.TicketNumberRequestH\x00\x12\x38\n\x0borderNumber\x18\x03 \x01(\x0b\x32!.event_tickets.OrderNumberRequestH\x00\x12$\n\x06\x66ormat\x18\x04 \x03(\x0e\x32\x14.io.PassBundleFormatB\t\n\x07request\"\x9e\x01\n\x11\x45ventTicketPerson\x12\x1a\n\x08ticketId\x18\x01 \x01(\x0b\x32\x06.io.IdH\x00\x12:\n\x0cticketNumber\x18\x02 \x01(\x0b\x32\".event_tickets.TicketNumberRequestH\x00\x12\x1a\n\x06person\x18\x05 \x01(\x0b\x32\n.io.PersonB\t\n\x07requestJ\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05*?\n\x0cTicketStatus\x12\x0f\n\x0bSTATUS_NONE\x10\x00\x12\n\n\x06ISSUED\x10\x01\x12\x0c\n\x08REDEEMED\x10\x02\"\x04\x08\x03\x10\x03\x42o\n\x1d\x63om.passkit.grpc.EventTicketsZ2stash.passkit.com/io/model/sdk/go/io/event_tickets\xaa\x02\x19PassKit.Grpc.EventTicketsb\x06proto3"
21
+
22
+ pool = Google::Protobuf::DescriptorPool.generated_pool
23
+ pool.add_serialized_file(descriptor_data)
24
+
25
+ module EventTickets
26
+ TicketId = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.TicketId").msgclass
27
+ TicketNumber = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.TicketNumber").msgclass
28
+ Ticket = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.Ticket").msgclass
29
+ ValidateDetails = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.ValidateDetails").msgclass
30
+ RedemptionDetails = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.RedemptionDetails").msgclass
31
+ FaceValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.FaceValue").msgclass
32
+ Seat = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.Seat").msgclass
33
+ TicketListRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.TicketListRequest").msgclass
34
+ EventFilterByVenueAndStart = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventFilterByVenueAndStart").msgclass
35
+ TicketNumberRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.TicketNumberRequest").msgclass
36
+ OrderNumberRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.OrderNumberRequest").msgclass
37
+ RedeemByOrderNumber = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.RedeemByOrderNumber").msgclass
38
+ Tickets = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.Tickets").msgclass
39
+ TicketPassBundles = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.TicketPassBundles").msgclass
40
+ ValidateTicketRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.ValidateTicketRequest").msgclass
41
+ ValidateTicketResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.ValidateTicketResponse").msgclass
42
+ RedeemTicketRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.RedeemTicketRequest").msgclass
43
+ TicketLimitedFields = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.TicketLimitedFields").msgclass
44
+ IssueTicketRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.IssueTicketRequest").msgclass
45
+ IssueTicketResponseIds = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.IssueTicketResponseIds").msgclass
46
+ EventTicketPassRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventTicketPassRequest").msgclass
47
+ EventTicketPerson = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventTicketPerson").msgclass
48
+ TicketStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.TicketStatus").enummodule
49
+ end
@@ -0,0 +1,22 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: io/event_tickets/ticket_type.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/protobuf/timestamp_pb'
8
+ require 'io/common/localization_pb'
9
+ require 'io/common/filter_pb'
10
+
11
+
12
+ descriptor_data = "\n\"io/event_tickets/ticket_type.proto\x12\revent_tickets\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cio/common/localization.proto\x1a\x16io/common/filter.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xbf\x04\n\nTicketType\x12\x11\n\x02id\x18\x01 \x01(\tB\x05\x92\x41\x02@\x01\x12\x0b\n\x03uid\x18\x02 \x01(\t\x12\x14\n\x0cproductionId\x18\x03 \x01(\t\x12\x0c\n\x04name\x18\x04 \x01(\t\x12*\n\rlocalizedName\x18\x05 \x01(\x0b\x32\x13.io.LocalizedString\x12\x1c\n\x14ticketTypeConditions\x18\x06 \x01(\t\x12:\n\x1dlocalizedTicketTypeConditions\x18\x07 \x01(\x0b\x32\x13.io.LocalizedString\x12\"\n\x1a\x62\x65\x66oreRedeemPassTemplateId\x18\x08 \x01(\t\x12!\n\x19\x61\x66terRedeemPassTemplateId\x18\t \x01(\t\x12\x32\n\x07\x63reated\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x05\x92\x41\x02@\x01\x12\x32\n\x07updated\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x05\x92\x41\x02@\x01:\xb7\x01\x92\x41\xb3\x01\n\xb0\x01*\x0bTicket Type2nTicket Type holds details about the ticket type, and links to the before & after redeem Pass Template Designs.\xd2\x01\x0cproductionId\xd2\x01\x04name\xd2\x01\x1a\x62\x65\x66oreRedeemPassTemplateId\"4\n\x0fGetByUidRequest\x12\x14\n\x0cproductionId\x18\x01 \x01(\t\x12\x0b\n\x03uid\x18\x02 \x01(\t\"\xd3\x01\n\x17TicketTypeLimitedFields\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0b\n\x03uid\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t:\x90\x01\x92\x41\x8c\x01\n\x89\x01*\x17Ticket Type (Light ver)2nTicket Type holds details about the ticket type, and links to the before & after redeem Pass Template Designs.\"K\n\x15TicketTypeListRequest\x12\x14\n\x0cproductionId\x18\x01 \x01(\t\x12\x1c\n\x07\x66ilters\x18\x02 \x01(\x0b\x32\x0b.io.FiltersBo\n\x1d\x63om.passkit.grpc.EventTicketsZ2stash.passkit.com/io/model/sdk/go/io/event_tickets\xaa\x02\x19PassKit.Grpc.EventTicketsb\x06proto3"
13
+
14
+ pool = Google::Protobuf::DescriptorPool.generated_pool
15
+ pool.add_serialized_file(descriptor_data)
16
+
17
+ module EventTickets
18
+ TicketType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.TicketType").msgclass
19
+ GetByUidRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.GetByUidRequest").msgclass
20
+ TicketTypeLimitedFields = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.TicketTypeLimitedFields").msgclass
21
+ TicketTypeListRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.TicketTypeListRequest").msgclass
22
+ end
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: io/event_tickets/venue.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/protobuf/timestamp_pb'
8
+ require 'io/common/localization_pb'
9
+ require 'io/common/proximity_pb'
10
+
11
+
12
+ descriptor_data = "\n\x1cio/event_tickets/venue.proto\x12\revent_tickets\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cio/common/localization.proto\x1a\x19io/common/proximity.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xa4\x03\n\x05Venue\x12\x11\n\x02id\x18\x01 \x01(\tB\x05\x92\x41\x02@\x01\x12\x0b\n\x03uid\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12*\n\rlocalizedName\x18\x04 \x01(\x0b\x32\x13.io.LocalizedString\x12\x0f\n\x07\x61\x64\x64ress\x18\x05 \x01(\t\x12-\n\x10localizedAddress\x18\x06 \x01(\x0b\x32\x13.io.LocalizedString\x12\x10\n\x08timezone\x18\x07 \x01(\t\x12\"\n\tgpsCoords\x18\x08 \x03(\x0b\x32\x0f.io.GPSLocation\x12\x32\n\x07\x63reated\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x05\x92\x41\x02@\x01\x12\x32\n\x07updated\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x05\x92\x41\x02@\x01:c\x92\x41`\n^*\x05Venue25Venue holds details about where the event takes place\xd2\x01\x04name\xd2\x01\x07\x61\x64\x64ress\xd2\x01\x0cianaTimezone\"\x94\x01\n\x1aVenueLimitedFieldsResponse\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0b\n\x03uid\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t:O\x92\x41L\nJ*\x11Venue (Light ver)25Venue holds details about where the event takes placeBo\n\x1d\x63om.passkit.grpc.EventTicketsZ2stash.passkit.com/io/model/sdk/go/io/event_tickets\xaa\x02\x19PassKit.Grpc.EventTicketsb\x06proto3"
13
+
14
+ pool = Google::Protobuf::DescriptorPool.generated_pool
15
+ pool.add_serialized_file(descriptor_data)
16
+
17
+ module EventTickets
18
+ Venue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.Venue").msgclass
19
+ VenueLimitedFieldsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.VenueLimitedFieldsResponse").msgclass
20
+ end
@@ -0,0 +1,22 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: io/flights/a_rpc.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/annotations_pb'
8
+ require 'google/protobuf/empty_pb'
9
+ require 'io/flights/boarding_pass_pb'
10
+ require 'io/flights/airport_pb'
11
+ require 'io/flights/flight_pb'
12
+ require 'io/flights/flight_designator_pb'
13
+ require 'io/flights/carrier_pb'
14
+
15
+
16
+ descriptor_data = "\n\x16io/flights/a_rpc.proto\x12\x07\x66lights\x1a\x1cgoogle/api/annotations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\x1a\x1eio/flights/boarding_pass.proto\x1a\x18io/flights/airport.proto\x1a\x17io/flights/flight.proto\x1a\"io/flights/flight_designator.proto\x1a\x18io/flights/carrier.proto2\x97\x38\n\x07\x46lights\x12\xf2\x01\n\ncreatePort\x12\r.flights.Port\x1a\x16.google.protobuf.Empty\"\xbc\x01\x92\x41\x9d\x01\n\x08\x41irports\x12\x0e\x43reate Airport\x1a\x19\x43reates an airport recordJ0\n\x03\x34\x30\x30\x12)\n\'There is a problem with the input data.J4\n\x03\x34\x30\x33\x12-\n+Returned when the user lacks authorization.\x82\xd3\xe4\x93\x02\x15\"\x10/flights/airport:\x01*\x12\xd2\x01\n\x07getPort\x12\x14.flights.AirportCode\x1a\r.flights.Port\"\xa1\x01\x92\x41x\n\x08\x41irports\x12\x0bGet Airport\x1a\x1bRetrieves an airport recordJ\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.\x82\xd3\xe4\x93\x02 \x12\x1e/flights/airport/{airportCode}\x12\xd0\x02\n\nupdatePort\x12\r.flights.Port\x1a\r.flights.Port\"\xa3\x02\x92\x41\x84\x02\n\x08\x41irports\x12\x0eUpdate Airport\x1a\x19Updates an airport recordJ0\n\x03\x34\x30\x30\x12)\n\'There is a problem with the input data.J\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.JW\n\x03\x35\x30\x33\x12P\nNServer is unavailable. Back off for 250ms and repeat request until successful.\x82\xd3\xe4\x93\x02\x15\x1a\x10/flights/airport:\x01*\x12\xe7\x01\n\ndeletePort\x12\x14.flights.AirportCode\x1a\x16.google.protobuf.Empty\"\xaa\x01\x92\x41\x8b\x01\n\x08\x41irports\x12\x0e\x44\x65lete Airport\x1a\x19\x44\x65letes a airport record.J4\n\x03\x34\x30\x33\x12-\n+Returned when the user lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.\x82\xd3\xe4\x93\x02\x15*\x10/flights/airport:\x01*\x12\xf7\x01\n\rcreateCarrier\x12\x10.flights.Carrier\x1a\x16.google.protobuf.Empty\"\xbb\x01\x92\x41\x9c\x01\n\x08\x43\x61rriers\x12\x0e\x43reate Carrier\x1a\x18\x43reates a carrier recordJ0\n\x03\x34\x30\x30\x12)\n\'There is a problem with the input data.J4\n\x03\x34\x30\x33\x12-\n+Returned when the user lacks authorization.\x82\xd3\xe4\x93\x02\x15\"\x10/flights/carrier:\x01*\x12\xd7\x01\n\ngetCarrier\x12\x14.flights.CarrierCode\x1a\x10.flights.Carrier\"\xa0\x01\x92\x41w\n\x08\x43\x61rriers\x12\x0bGet Carrier\x1a\x1aRetrieves a carrier recordJ\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.\x82\xd3\xe4\x93\x02 \x12\x1e/flights/carrier/{carrierCode}\x12\xd8\x02\n\rupdateCarrier\x12\x10.flights.Carrier\x1a\x10.flights.Carrier\"\xa2\x02\x92\x41\x83\x02\n\x08\x43\x61rriers\x12\x0eUpdate Carrier\x1a\x18Updates a carrier recordJ0\n\x03\x34\x30\x30\x12)\n\'There is a problem with the input data.J\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.JW\n\x03\x35\x30\x33\x12P\nNServer is unavailable. Back off for 250ms and repeat request until successful.\x82\xd3\xe4\x93\x02\x15\x1a\x10/flights/carrier:\x01*\x12\xea\x01\n\rdeleteCarrier\x12\x14.flights.CarrierCode\x1a\x16.google.protobuf.Empty\"\xaa\x01\x92\x41\x8b\x01\n\x08\x43\x61rriers\x12\x0e\x44\x65lete Carrier\x1a\x19\x44\x65letes a carrier record.J4\n\x03\x34\x30\x33\x12-\n+Returned when the user lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.\x82\xd3\xe4\x93\x02\x15*\x10/flights/carrier:\x01*\x12\x92\x03\n\x16\x63reateFlightDesignator\x12\x19.flights.FlightDesignator\x1a\x16.google.protobuf.Empty\"\xc4\x02\x92\x41\xa2\x02\n\x12\x46light Designators\x12\x19\x43reate Flight Designation\x1a\"Creates a flight designator recordJ0\n\x03\x34\x30\x30\x12)\n\'There is a problem with the input data.J\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.JW\n\x03\x35\x30\x33\x12P\nNServer is unavailable. Back off for 250ms and repeat request until successful.\x82\xd3\xe4\x93\x02\x18\"\x13/flights/designator:\x01*\x12\xb2\x02\n\x13getFlightDesignator\x12 .flights.FlightDesignatorRequest\x1a\x19.flights.FlightDesignator\"\xdd\x01\x92\x41\x96\x01\n\x12\x46light Designators\x12\x16Get Flight Designation\x1a$Retrieves a flight designator recordJ\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.\x82\xd3\xe4\x93\x02=\x12;/flights/designator/{carrierCode}/{flightNumber}/{revision}\x12\x95\x03\n\x16updateFlightDesignator\x12\x19.flights.FlightDesignator\x1a\x19.flights.FlightDesignator\"\xc4\x02\x92\x41\xa2\x02\n\x12\x46light Designators\x12\x19Update Flight Designation\x1a\"Updates a flight designator recordJ0\n\x03\x34\x30\x30\x12)\n\'There is a problem with the input data.J\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.JW\n\x03\x35\x30\x33\x12P\nNServer is unavailable. Back off for 250ms and repeat request until successful.\x82\xd3\xe4\x93\x02\x18\x1a\x13/flights/designator:\x01*\x12\x8f\x02\n\x16\x64\x65leteFlightDesignator\x12 .flights.FlightDesignatorRequest\x1a\x16.google.protobuf.Empty\"\xba\x01\x92\x41\x98\x01\n\x12\x46light Designators\x12\x19\x44\x65lete Flight Designation\x1a#Deletes a flight designator record.J\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.\x82\xd3\xe4\x93\x02\x18*\x13/flights/designator:\x01*\x12\xc0\x03\n\x0c\x63reateFlight\x12\x0f.flights.Flight\x1a\x16.google.protobuf.Empty\"\x86\x03\x92\x41\xe8\x02\n\x07\x46lights\x12\rCreate Flight\x1a~Creates a flight record. Note that this method will often not be used, since new flight records can be automatically created.J0\n\x03\x34\x30\x30\x12)\n\'There is a problem with the input data.J\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1f\n\x03\x34\x30\x39\x12\x18\n\x16Record already exists.JW\n\x03\x35\x30\x33\x12P\nNServer is unavailable. Back off for 250ms and repeat request until successful.\x82\xd3\xe4\x93\x02\x14\"\x0f/flights/flight:\x01*\x12\xc4\x02\n\tgetFlight\x12\x16.flights.FlightRequest\x1a\x0f.flights.Flight\"\x8d\x02\x92\x41t\n\x07\x46lights\x12\nGet Flight\x1a\x19Retrieves a flight recordJ\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.\x82\xd3\xe4\x93\x02\x8f\x01\x12\x8c\x01/flights/flight/{carrierCode}/{flightNumber}/{departureDate.year}/{departureDate.month}/{departureDate.day}/{boardingPoint}/{deplaningPoint}\x12\x89\x04\n\x0cupdateFlight\x12\x0f.flights.Flight\x1a\x0f.flights.Flight\"\xd6\x03\x92\x41\xb8\x03\n\x07\x46lights\x12\x14Update Flight Number\x1a\xc7\x01Updates a flight number record. Note that if the flight number is subscribed to automatic flight alerts, this method may not be required and that changes made may be overwritten by automatic updatesJ0\n\x03\x34\x30\x30\x12)\n\'There is a problem with the input data.J\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.JW\n\x03\x35\x30\x33\x12P\nNServer is unavailable. Back off for 250ms and repeat request until successful.\x82\xd3\xe4\x93\x02\x14\x1a\x0f/flights/flight:\x01*\x12\xdd\x02\n\x0c\x64\x65leteFlight\x12\x16.flights.FlightRequest\x1a\x16.google.protobuf.Empty\"\x9c\x02\x92\x41\xfe\x01\n\x07\x46lights\x12\rDelete Flight\x1a\x9f\x01\x44\x65letes a flight record. Note that a deleted flight record may be automatically recreated, unless the [active] flag on the Flight Number record is set to falseJ\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.\x82\xd3\xe4\x93\x02\x14*\x0f/flights/flight:\x01*\x12\x91\x04\n\x12\x63reateBoardingPass\x12\x1b.flights.BoardingPassRecord\x1a\x1f.flights.BoardingPassesResponse\"\xbc\x03\x92\x41\x98\x03\n\x0f\x42oarding Passes\x12\x14\x43reate Boarding Pass\x1a\x9e\x01\x43reates a boarding pass record. If flight record for the date does not yet exist, it will be created using the Flight Designation defaults. Returns a pass id.J0\n\x03\x34\x30\x30\x12)\n\'There is a problem with the input data.J\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1f\n\x03\x34\x30\x39\x12\x18\n\x16Record already exists.JW\n\x03\x35\x30\x33\x12P\nNServer is unavailable. Back off for 250ms and repeat request until successful.\x82\xd3\xe4\x93\x02\x1a\"\x15/flights/boardingPass:\x01*\x12\xca\x02\n\x15getBoardingPassRecord\x12\".flights.BoardingPassRecordRequest\x1a\x1b.flights.BoardingPassRecord\"\xef\x01\x92\x41\xc9\x01\n\x0f\x42oarding Passes\x12\x18Get Boarding Pass Record\x1aXRetrieves a boarding pass record. One of ticketNumber, index or passId must be provided.J\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.\x82\xd3\xe4\x93\x02\x1c\"\x17/flights/boardingRecord:\x01*\x12\xe9\x02\n\x0fgetBoardingPass\x12\x1c.flights.BoardingPassRequest\x1a\x1f.flights.BoardingPassesResponse\"\x96\x02\x92\x41\xfa\x01\n\x0f\x42oarding Passes\x12\x11Get Boarding Pass\x1a\x8f\x01Retrieves digital boarding pass(es) in the requested format based on the index provided. Supply only one of ticketNumber, index, pnr or passId.J\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.\x82\xd3\xe4\x93\x02\x12\"\r/flights/pass:\x01*\x12\xaa\x04\n\x12updateBoardingPass\x12\x1b.flights.BoardingPassRecord\x1a\x1b.flights.BoardingPassRecord\"\xd9\x03\x92\x41\xb3\x03\n\x0f\x42oarding Passes\x12\x14Update Boarding Pass\x1a\xba\x01Updates a boarding pass record. Either ticketNumber and ticketLeg or carrier, flight number, flightDate, boardingPoint and sequenceNumber must be provided. All other fields are optional.J0\n\x03\x34\x30\x30\x12)\n\'There is a problem with the input data.J\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.JW\n\x03\x35\x30\x33\x12P\nNServer is unavailable. Back off for 250ms and repeat request until successful.\x82\xd3\xe4\x93\x02\x1c\x1a\x17/flights/boardingRecord:\x01*\x12\x84\x02\n\x12\x64\x65leteBoardingPass\x12\".flights.BoardingPassRecordRequest\x1a\x16.google.protobuf.Empty\"\xb1\x01\x92\x41\x8b\x01\n\x0f\x42oarding Passes\x12\x14\x44\x65lete Boarding Pass\x1a\x1e\x44\x65letes a boarding pass recordJ\"\n\x03\x34\x30\x33\x12\x1b\n\x19User lacks authorization.J\x1e\n\x03\x34\x30\x34\x12\x17\n\x15Record was not found.\x82\xd3\xe4\x93\x02\x1c*\x17/flights/boardingRecord:\x01*B\x8d\x03\n\x18\x63om.passkit.grpc.FlightsZ,stash.passkit.com/io/model/sdk/go/io/flights\xaa\x02\x14PassKit.Grpc.Flights\x92\x41\xaa\x02\x12\x80\x02\n\x13PassKit Flights API\x12iThe PassKit Flights API lets you manage your flights and boarding passes for Apple Wallet and Google Pay.\x1a\x38https://passkit.com/legal/terms-of-subscription-service/\"?\n\x0fPassKit Support\x12\x17https://docs.passkit.io\x1a\x13support@passkit.com2\x03\x30.1*\x01\x02\x32\x10\x61pplication/json:\x10\x61pplication/jsonb\x06proto3"
17
+
18
+ pool = Google::Protobuf::DescriptorPool.generated_pool
19
+ pool.add_serialized_file(descriptor_data)
20
+
21
+ module Flights
22
+ end