passkit-ruby-grpc-sdk 1.1.105 → 1.1.162

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 (87) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -0
  3. data/README.md +38 -0
  4. data/lib/ct/scheduler/scheduler_pb.rb +2 -1
  5. data/lib/io/analytics/a_rpc_pb.rb +3 -2
  6. data/lib/io/analytics/a_rpc_services_pb.rb +3 -2
  7. data/lib/io/certificate/certificate_pb.rb +9 -2
  8. data/lib/io/common/attributes_pb.rb +2 -2
  9. data/lib/io/common/batch_update_pb.rb +20 -0
  10. data/lib/io/common/billing_pb.rb +1 -1
  11. data/lib/io/common/common_objects_pb.rb +4 -2
  12. data/lib/io/common/distribution_pb.rb +10 -2
  13. data/lib/io/common/expiry_pb.rb +1 -1
  14. data/lib/io/common/featured_actions_pb.rb +16 -0
  15. data/lib/io/common/filter_pb.rb +2 -1
  16. data/lib/io/common/integration_pb.rb +2 -1
  17. data/lib/io/common/links_pb.rb +1 -1
  18. data/lib/io/common/localization_pb.rb +1 -1
  19. data/lib/io/common/message_pb.rb +4 -3
  20. data/lib/io/common/metrics_pb.rb +2 -2
  21. data/lib/io/common/note_pb.rb +1 -1
  22. data/lib/io/common/operation_pb.rb +1 -1
  23. data/lib/io/common/pagination_pb.rb +2 -1
  24. data/lib/io/common/pass_pb.rb +4 -2
  25. data/lib/io/common/personal_pb.rb +1 -1
  26. data/lib/io/common/project_pb.rb +2 -2
  27. data/lib/io/common/protocols_pb.rb +1 -1
  28. data/lib/io/common/proximity_pb.rb +2 -1
  29. data/lib/io/common/reporting_pb.rb +2 -1
  30. data/lib/io/common/semantics_pb.rb +26 -0
  31. data/lib/io/common/template_pb.rb +6 -2
  32. data/lib/io/common/tracking_pb.rb +1 -1
  33. data/lib/io/common/transaction_pb.rb +2 -1
  34. data/lib/io/common/useragent_pb.rb +1 -1
  35. data/lib/io/core/a_rpc_certificates_pb.rb +3 -2
  36. data/lib/io/core/a_rpc_certificates_services_pb.rb +20 -0
  37. data/lib/io/core/a_rpc_distribution_pb.rb +4 -2
  38. data/lib/io/core/a_rpc_distribution_services_pb.rb +12 -0
  39. data/lib/io/core/a_rpc_images_pb.rb +3 -2
  40. data/lib/io/core/a_rpc_images_services_pb.rb +24 -1
  41. data/lib/io/core/a_rpc_messages_pb.rb +2 -1
  42. data/lib/io/core/a_rpc_messages_services_pb.rb +5 -0
  43. data/lib/io/core/a_rpc_others_pb.rb +3 -2
  44. data/lib/io/core/a_rpc_others_services_pb.rb +50 -1
  45. data/lib/io/core/a_rpc_templates_pb.rb +3 -2
  46. data/lib/io/core/a_rpc_templates_services_pb.rb +42 -0
  47. data/lib/io/event_tickets/a_rpc_pb.rb +3 -2
  48. data/lib/io/event_tickets/a_rpc_services_pb.rb +47 -1
  49. data/lib/io/event_tickets/event_pb.rb +5 -2
  50. data/lib/io/event_tickets/production_pb.rb +4 -2
  51. data/lib/io/event_tickets/ticket_pb.rb +4 -2
  52. data/lib/io/event_tickets/ticket_type_pb.rb +2 -1
  53. data/lib/io/event_tickets/venue_pb.rb +4 -2
  54. data/lib/io/flights/a_rpc_pb.rb +3 -2
  55. data/lib/io/flights/a_rpc_services_pb.rb +23 -22
  56. data/lib/io/flights/airport_pb.rb +4 -2
  57. data/lib/io/flights/barcode_pb.rb +14 -2
  58. data/lib/io/flights/boarding_pass_pb.rb +3 -2
  59. data/lib/io/flights/cabin_codes/cabin_codes_pb.rb +1 -1
  60. data/lib/io/flights/carrier_pb.rb +2 -1
  61. data/lib/io/flights/flight_designator_pb.rb +4 -8
  62. data/lib/io/flights/flight_pb.rb +4 -5
  63. data/lib/io/flights/passenger_pb.rb +3 -2
  64. data/lib/io/image/image_pb.rb +3 -2
  65. data/lib/io/member/a_rpc_pb.rb +4 -2
  66. data/lib/io/member/a_rpc_services_pb.rb +50 -18
  67. data/lib/io/member/event_pb.rb +2 -2
  68. data/lib/io/member/member_events_pb.rb +2 -1
  69. data/lib/io/member/member_pb.rb +3 -2
  70. data/lib/io/member/program_pb.rb +2 -1
  71. data/lib/io/member/tier_pb.rb +2 -1
  72. data/lib/io/raw/a_rpc_pb.rb +3 -2
  73. data/lib/io/raw/a_rpc_services_pb.rb +14 -1
  74. data/lib/io/raw/pass_pb.rb +2 -1
  75. data/lib/io/raw/project_pb.rb +2 -1
  76. data/lib/io/scheduler/a_rpc_pb.rb +3 -2
  77. data/lib/io/scheduler/a_rpc_services_pb.rb +8 -0
  78. data/lib/io/scheduler/scheduler_pb.rb +1 -1
  79. data/lib/io/single_use_coupons/a_rpc_pb.rb +3 -2
  80. data/lib/io/single_use_coupons/a_rpc_services_pb.rb +33 -1
  81. data/lib/io/single_use_coupons/campaign_pb.rb +2 -1
  82. data/lib/io/single_use_coupons/coupon_pb.rb +2 -1
  83. data/lib/io/single_use_coupons/offer_pb.rb +3 -2
  84. data/lib/io/user/user_pb.rb +4 -2
  85. data/lib/protoc-gen-openapiv2/options/annotations_pb.rb +12 -0
  86. data/lib/protoc-gen-openapiv2/options/openapiv2_pb.rb +11 -0
  87. metadata +47 -6
@@ -2,13 +2,14 @@
2
2
  # Source: io/event_tickets/a_rpc.proto for package 'event_tickets'
3
3
  # Original file comments:
4
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.
5
+ # Events Protocol is designed to get your Digital Event Tickets into Apple Wallet and Google Wallet, from theatre and cinema, to sport events and concerts.
6
6
 
7
7
  require 'grpc'
8
8
  require 'io/event_tickets/a_rpc_pb'
9
9
 
10
10
  module EventTickets
11
11
  module EventTickets
12
+ # Manages event-ticket productions, venues, events, ticket types, tickets, validation, and redemption. Ticket types belong to a production; issued tickets are associated with an event and ticket type.
12
13
  class Service
13
14
 
14
15
  include ::GRPC::GenericService
@@ -17,48 +18,93 @@ module EventTickets
17
18
  self.unmarshal_class_method = :decode
18
19
  self.service_name = 'event_tickets.EventTickets'
19
20
 
21
+ # Creates a new Production record. Required fields: name.
20
22
  rpc :createProduction, ::EventTickets::Production, ::Io::Id
23
+ # Partially updates an existing Production. Required fields: id and fields to update. Note: changes will update and affect all existing Events & Tickets related to this Production.
21
24
  rpc :patchProduction, ::EventTickets::Production, ::EventTickets::Production
25
+ # Fully updates an existing Production. Required fields: id and all required fields are required. Note: changes will update and affect all existing Events & Tickets related to this Production.
22
26
  rpc :updateProduction, ::EventTickets::Production, ::EventTickets::Production
27
+ # Retrieves a Production by ID. Required fields: id.
23
28
  rpc :getProduction, ::Io::Id, ::EventTickets::Production
29
+ # Deletes a Production and all associated Events and Tickets. Required fields: id. Use with caution, as this action is irreversible.
24
30
  rpc :deleteProduction, ::EventTickets::Production, ::Google::Protobuf::Empty
31
+ # Lists all Productions for the authenticated user. Supports filtering options to narrow down the results based on specific criteria.
25
32
  rpc :listProductions, ::Io::Filters, stream(::EventTickets::Production)
33
+ # Retrieves analytics for a specific Production. Required fields: classId and protocol.
26
34
  rpc :getAnalytics, ::Io::AnalyticsRequest, ::EventTickets::ProductionAnalyticsResponse
35
+ # Creates a copy of an existing Production. Required fields: id.
27
36
  rpc :copyProduction, ::EventTickets::ProductionCopyRequest, ::Io::Id
37
+ # Creates a new Venue record. Required fields: name and address.
28
38
  rpc :createVenue, ::EventTickets::Venue, ::Io::Id
39
+ # Fully updates an existing Venue. Required fields: id and all required fields are required. Note: changes will update and affect all existing Events & Tickets related to this Venue.
29
40
  rpc :updateVenue, ::EventTickets::Venue, ::EventTickets::Venue
41
+ # Partially updates an existing Venue. Required fields: id and fields to update. Note: changes will update and affect all existing Events & Tickets related to this Venue.
30
42
  rpc :patchVenue, ::EventTickets::Venue, ::EventTickets::Venue
43
+ # Retrieves a Venue by ID. Required fields: id.
31
44
  rpc :getVenueById, ::Io::Id, ::EventTickets::Venue
45
+ # Deletes a Venue and all associated Events and Tickets. Required fields: id. Use with caution, as this action is irreversible.
32
46
  rpc :deleteVenue, ::EventTickets::Venue, ::Google::Protobuf::Empty
47
+ # Lists all Venues for the authenticated user. Supports filtering options to narrow down the results based on specific criteria.
33
48
  rpc :listVenues, ::Io::Filters, stream(::EventTickets::Venue)
49
+ # Creates an event for a production at a venue. Required fields: production and venue.
34
50
  rpc :createEvent, ::EventTickets::Event, ::Io::Id
51
+ # Fully updates an existing Event. Required fields: id and all required fields are required. Note: changes will update & affect all existing tickets related to this event. Production and Venue cannot be changed from this endpoint.
35
52
  rpc :updateEvent, ::EventTickets::Event, ::EventTickets::Event
53
+ # Partially updates an existing Event. Required fields: id and fields to update. Note: changes will update & affect all existing tickets related to this event. Production and Venue cannot be changed from this endpoint.
36
54
  rpc :patchEvent, ::EventTickets::Event, ::EventTickets::Event
55
+ # Retrieves an Event by ID. Required fields: id.
37
56
  rpc :getEventById, ::Io::Id, ::EventTickets::Event
57
+ # Retrieves an Event by start date and venue. Required fields: productionId, venueId, startDate.
38
58
  rpc :getEventByStartDateAndVenue, ::EventTickets::GetEventRequest, ::EventTickets::Event
59
+ # Deletes an Event and all associated Tickets. Required fields: id. Use with caution, as this action is irreversible.
39
60
  rpc :deleteEvent, ::EventTickets::Event, ::Google::Protobuf::Empty
61
+ # Lists Events for a Production. Required fields: productionId. Supports filtering options to narrow down the results based on specific criteria.
40
62
  rpc :listEvents, ::EventTickets::EventListRequest, stream(::EventTickets::EventListResponse)
63
+ # Creates a new Ticket Type. Required fields: name, productionId and beforeRedeemPassTemplateId.
41
64
  rpc :createTicketType, ::EventTickets::TicketType, ::Io::Id
65
+ # Fully updates an existing Ticket Type. Required fields: name, productionId, beforeRedeemPassTemplateId and all required fields are required. Note: changes will update & affect all existing Tickets related to this Ticket Type.
42
66
  rpc :updateTicketType, ::EventTickets::TicketType, ::EventTickets::TicketType
67
+ # Partially updates an existing Ticket Type. Required fields: name, productionId, beforeRedeemPassTemplateId fields to update. Note: changes will update & affect all existing Tickets related to this Ticket Type.
43
68
  rpc :patchTicketType, ::EventTickets::TicketType, ::EventTickets::TicketType
69
+ # Retrieves a Ticket Type by ID. Required fields: id.
44
70
  rpc :getTicketTypeById, ::Io::Id, ::EventTickets::TicketType
71
+ # Retrieves a Ticket Type by User Defined ID. Required fields: productionId, uid.
45
72
  rpc :getTicketTypeByUserDefinedId, ::EventTickets::GetByUidRequest, ::EventTickets::TicketType
73
+ # Deletes a Ticket Type and all associated Tickets. Required fields: id, or productionId and uid. Use with caution, as this action is irreversible.
46
74
  rpc :deleteTicketType, ::EventTickets::TicketType, ::Google::Protobuf::Empty
75
+ # Lists all Ticket Types for a Production. Required fields: productionId. Supports filtering options to narrow down the results based on specific criteria.
47
76
  rpc :listTicketTypes, ::EventTickets::TicketTypeListRequest, stream(::EventTickets::TicketType)
77
+ # Issues a ticket using PassKit IDs for its ticket type and event. Required fields: ticketTypeId, eventId, ticketNumber, person.name.
48
78
  rpc :issueTicket, ::EventTickets::IssueTicketRequest, ::Io::Id
79
+ # Issues a new Ticket by User Defined IDs. Required fields: productionUid, venueUid, ticketTypeUid, event.startDate and ticket.ticketNumber.
49
80
  rpc :issueTicketById, ::EventTickets::Ticket, ::EventTickets::IssueTicketResponseIds
81
+ # Updates an existing Ticket. Required fields: id or (ticketNumber + productionId).
50
82
  rpc :updateTicket, ::EventTickets::Ticket, ::Io::Id
83
+ # Updates personal information for a ticket holder. Required fields: ticketId or (ticketNumber + productionId), person.
51
84
  rpc :patchPerson, ::EventTickets::EventTicketPerson, ::Io::Id
85
+ # Validates a ticket without redeeming it. Required fields: id or ticketNumber with productionId.
52
86
  rpc :validateTicket, ::EventTickets::ValidateTicketRequest, ::EventTickets::ValidateTicketResponse
87
+ # Redeems a ticket and records the redemption. Required fields: id or ticketNumber with productionId.
53
88
  rpc :redeemTicket, ::EventTickets::RedeemTicketRequest, ::Io::Id
89
+ # Redeems multiple Tickets by order number. Required fields: productionid or productionUid, and orderNumber.
54
90
  rpc :redeemTicketsByOrderNumber, ::EventTickets::RedeemByOrderNumber, ::Io::Ids
91
+ # Retrieves a Ticket by ID. Required fields: id.
55
92
  rpc :getTicketById, ::Io::Id, ::EventTickets::Ticket
93
+ # Retrieves a Ticket by ticket number. Required fields: productionId and ticketNumber.
56
94
  rpc :getTicketByTicketNumber, ::EventTickets::TicketNumberRequest, ::EventTickets::Ticket
95
+ # Retrieves Tickets by order number. Required fields: productionId and orderNumber.
57
96
  rpc :getTicketsByOrderNumber, ::EventTickets::OrderNumberRequest, ::EventTickets::Tickets
97
+ # Retrieves the digital pass bundle for a ticket. Required fields: ticketId, or productionId with ticketNumber or orderNumber.
58
98
  rpc :getEventTicketPass, ::EventTickets::EventTicketPassRequest, ::Io::PassBundles
99
+ # Deletes a Ticket. Required fields: id or (ticketNumber + productionId).
59
100
  rpc :deleteTicket, ::EventTickets::TicketId, ::Google::Protobuf::Empty
101
+ # Deletes multiple Tickets using a filter. Required fields: classId, protocol and filters.
102
+ rpc :bulkDeleteTickets, ::Io::BulkPassActionRequest, ::Google::Protobuf::Empty
103
+ # Deletes Tickets by order number. Required fields: productionId or productionUid and orderNumber.
60
104
  rpc :deleteTicketsByOrderNumber, ::EventTickets::OrderNumberRequest, ::Google::Protobuf::Empty
105
+ # Lists all Tickets for a Production. Required fields: productionId + ticketTypeId + eventId.
61
106
  rpc :listTickets, ::EventTickets::TicketListRequest, stream(::EventTickets::TicketLimitedFields)
107
+ # Counts the number of Tickets matching the filter. Required fields: productionId + ticketTypeId + eventId.
62
108
  rpc :countTickets, ::EventTickets::TicketListRequest, ::Io::Count
63
109
  end
64
110
 
@@ -3,22 +3,25 @@
3
3
  # source: io/event_tickets/event.proto
4
4
 
5
5
  require 'google/protobuf'
6
+ require 'protoc-gen-openapiv2/options/annotations_pb'
6
7
 
7
8
  require 'google/protobuf/timestamp_pb'
8
9
  require 'io/common/billing_pb'
9
10
  require 'io/common/metrics_pb'
10
11
  require 'io/common/filter_pb'
12
+ require 'io/common/semantics_pb'
11
13
  require 'io/event_tickets/production_pb'
12
14
  require 'io/event_tickets/venue_pb'
13
15
 
14
16
 
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"
17
+ 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\x19io/common/semantics.proto\x1a!io/event_tickets/production.proto\x1a\x1cio/event_tickets/venue.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\x92\x06\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\x30\n\rrelevantDates\x18\r \x03(\x0b\x32\x19.event_tickets.EventHours\x12+\n\x0csemanticTags\x18\x0e \x01(\x0b\x32\x15.io.EventSemanticTags\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\"h\n\nEventHours\x12-\n\tstartTime\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x07\x65ndTime\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\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.\"\xf1\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\x30\n\rrelevantDates\x18\x0c \x03(\x0b\x32\x19.event_tickets.EventHours\x12+\n\x0csemanticTags\x18\r \x01(\x0b\x32\x15.io.EventSemanticTags\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
18
 
17
- pool = Google::Protobuf::DescriptorPool.generated_pool
19
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
18
20
  pool.add_serialized_file(descriptor_data)
19
21
 
20
22
  module EventTickets
21
23
  Event = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.Event").msgclass
24
+ EventHours = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventHours").msgclass
22
25
  EventListRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventListRequest").msgclass
23
26
  GetEventRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.GetEventRequest").msgclass
24
27
  EventLimitedFieldsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventLimitedFieldsResponse").msgclass
@@ -3,18 +3,20 @@
3
3
  # source: io/event_tickets/production.proto
4
4
 
5
5
  require 'google/protobuf'
6
+ require 'protoc-gen-openapiv2/options/annotations_pb'
6
7
 
7
8
  require 'google/protobuf/timestamp_pb'
8
9
  require 'io/common/distribution_pb'
9
10
  require 'io/common/localization_pb'
10
11
  require 'io/common/project_pb'
11
12
  require 'io/common/reporting_pb'
13
+ require 'io/common/semantics_pb'
12
14
  require 'io/common/common_objects_pb'
13
15
 
14
16
 
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"
17
+ 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\x19io/common/semantics.proto\x1a\x1eio/common/common_objects.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xf9\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 \n\teventType\x18\x0f \x01(\x0e\x32\r.io.EventType\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
18
 
17
- pool = Google::Protobuf::DescriptorPool.generated_pool
19
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
18
20
  pool.add_serialized_file(descriptor_data)
19
21
 
20
22
  module EventTickets
@@ -3,6 +3,7 @@
3
3
  # source: io/event_tickets/ticket.proto
4
4
 
5
5
  require 'google/protobuf'
6
+ require 'protoc-gen-openapiv2/options/annotations_pb'
6
7
 
7
8
  require 'google/protobuf/timestamp_pb'
8
9
  require 'io/common/localization_pb'
@@ -17,9 +18,9 @@ require 'io/event_tickets/ticket_type_pb'
17
18
  require 'io/event_tickets/production_pb'
18
19
 
19
20
 
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
+ 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\"\xbe\t\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\x12\x12\n\nidentifier\x18\t \x01(\t\x12\x30\n\x13localizedIdentifier\x18\n \x01(\x0b\x32\x13.io.LocalizedString\x12\x13\n\x0b\x64\x65scription\x18\x0b \x01(\t\x12\x31\n\x14localizedDescription\x18\x0c \x01(\x0b\x32\x13.io.LocalizedString\x12\x0c\n\x04type\x18\r \x01(\t\x12*\n\rlocalizedType\x18\x0e \x01(\x0b\x32\x13.io.LocalizedString\x12\r\n\x05level\x18\x0f \x01(\t\x12+\n\x0elocalizedLevel\x18\x10 \x01(\x0b\x32\x13.io.LocalizedString\x12\r\n\x05\x61isle\x18\x11 \x01(\t\x12+\n\x0elocalizedAisle\x18\x12 \x01(\x0b\x32\x13.io.LocalizedString\x12\x0c\n\x04\x64oor\x18\x13 \x01(\t\x12*\n\rlocalizedDoor\x18\x14 \x01(\x0b\x32\x13.io.LocalizedString\x12\x14\n\x0csectionColor\x18\x15 \x01(\t\x12\x11\n\tportalURL\x18\x16 \x01(\t\x12/\n\x12localizedPortalURL\x18\x17 \x01(\x0b\x32\x13.io.LocalizedString\x12\x15\n\rvenueEntrance\x18\x18 \x01(\t\x12\x33\n\x16localizedVenueEntrance\x18\x19 \x01(\x0b\x32\x13.io.LocalizedString\x12\x16\n\x0e\x61\x64missionLevel\x18\x1a \x01(\t\x12\x34\n\x17localizedAdmissionLevel\x18\x1b \x01(\x0b\x32\x13.io.LocalizedString\x12\"\n\x1a\x61\x64missionLevelAbbreviation\x18\x1c \x01(\t\x12@\n#localizedAdmissionLevelAbbreviation\x18\x1d \x01(\x0b\x32\x13.io.LocalizedString\x12\x1b\n\x13\x65ntranceDescription\x18\x1e \x01(\t\x12\x39\n\x1clocalizedEntranceDescription\x18\x1f \x01(\x0b\x32\x13.io.LocalizedString\x12\x0c\n\x04room\x18 \x01(\t\x12*\n\rlocalizedRoom\x18! \x01(\x0b\x32\x13.io.LocalizedString\x12\"\n\x1a\x61\x64\x64itionalTicketAttributes\x18\" \x01(\t\x12@\n#localizedAdditionalTicketAttributes\x18# \x01(\x0b\x32\x13.io.LocalizedString\"\x8e\x03\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\x12\x12\n\nemailAsCsv\x18\x08 \x01(\x08:\\\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\"\xb7\x06\n\tCsvTicket\x12\n\n\x02id\x18\x01 \x01(\t\x12\x14\n\x0cticketNumber\x18\x02 \x01(\t\x12\x14\n\x0cproductionId\x18\x03 \x01(\t\x12\x0f\n\x07\x65ventId\x18\x04 \x01(\t\x12\x14\n\x0cticketTypeId\x18\x05 \x01(\t\x12#\n\x05venue\x18\x06 \x01(\x0b\x32\x14.event_tickets.Venue\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\x38\n\x08metaData\x18\r \x03(\x0b\x32&.event_tickets.CsvTicket.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*?\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
 
22
- pool = Google::Protobuf::DescriptorPool.generated_pool
23
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
23
24
  pool.add_serialized_file(descriptor_data)
24
25
 
25
26
  module EventTickets
@@ -45,5 +46,6 @@ module EventTickets
45
46
  IssueTicketResponseIds = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.IssueTicketResponseIds").msgclass
46
47
  EventTicketPassRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventTicketPassRequest").msgclass
47
48
  EventTicketPerson = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventTicketPerson").msgclass
49
+ CsvTicket = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.CsvTicket").msgclass
48
50
  TicketStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.TicketStatus").enummodule
49
51
  end
@@ -3,6 +3,7 @@
3
3
  # source: io/event_tickets/ticket_type.proto
4
4
 
5
5
  require 'google/protobuf'
6
+ require 'protoc-gen-openapiv2/options/annotations_pb'
6
7
 
7
8
  require 'google/protobuf/timestamp_pb'
8
9
  require 'io/common/localization_pb'
@@ -11,7 +12,7 @@ require 'io/common/filter_pb'
11
12
 
12
13
  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
 
14
- pool = Google::Protobuf::DescriptorPool.generated_pool
15
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
15
16
  pool.add_serialized_file(descriptor_data)
16
17
 
17
18
  module EventTickets
@@ -3,18 +3,20 @@
3
3
  # source: io/event_tickets/venue.proto
4
4
 
5
5
  require 'google/protobuf'
6
+ require 'protoc-gen-openapiv2/options/annotations_pb'
6
7
 
7
8
  require 'google/protobuf/timestamp_pb'
8
9
  require 'io/common/localization_pb'
9
10
  require 'io/common/proximity_pb'
10
11
 
11
12
 
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
+ 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\"\xdf\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+\n\teventUrls\x18\x0b \x01(\x0b\x32\x18.event_tickets.EventUrls\x12\x0c\n\x04room\x18\x0c \x01(\t\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\"\x89\x03\n\tEventUrls\x12\x0f\n\x07sellURL\x18\x01 \x01(\t\x12\x13\n\x0btransferURL\x18\x02 \x01(\t\x12\x14\n\x0c\x62\x61gPolicyURL\x18\x03 \x01(\t\x12\x14\n\x0corderFoodURL\x18\x04 \x01(\t\x12\x16\n\x0emerchandiseURL\x18\x05 \x01(\t\x12\x1d\n\x15transitInformationURL\x18\x06 \x01(\t\x12\x1d\n\x15parkingInformationURL\x18\x07 \x01(\t\x12 \n\x18\x64irectionsInformationURL\x18\x08 \x01(\t\x12\x18\n\x10\x61\x63\x63\x65ssibilityURL\x18\t \x01(\t\x12\x1a\n\x12purchaseParkingURL\x18\n \x01(\t\x12\x10\n\x08\x61\x64\x64OnURL\x18\x0b \x01(\t\x12\x19\n\x11\x63ontactVenueEmail\x18\x0c \x01(\t\x12\x1b\n\x13\x63ontactVenueWebsite\x18\r \x01(\t\x12\x1f\n\x17\x63ontactVenuePhoneNumber\x18\x0e \x01(\t\x12\x11\n\tportalUrl\x18\x0f \x01(\t\"\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
 
14
- pool = Google::Protobuf::DescriptorPool.generated_pool
15
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
15
16
  pool.add_serialized_file(descriptor_data)
16
17
 
17
18
  module EventTickets
18
19
  Venue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.Venue").msgclass
20
+ EventUrls = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.EventUrls").msgclass
19
21
  VenueLimitedFieldsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("event_tickets.VenueLimitedFieldsResponse").msgclass
20
22
  end
@@ -3,6 +3,7 @@
3
3
  # source: io/flights/a_rpc.proto
4
4
 
5
5
  require 'google/protobuf'
6
+ require 'protoc-gen-openapiv2/options/annotations_pb'
6
7
 
7
8
  require 'google/api/annotations_pb'
8
9
  require 'google/protobuf/empty_pb'
@@ -13,9 +14,9 @@ require 'io/flights/flight_designator_pb'
13
14
  require 'io/flights/carrier_pb'
14
15
 
15
16
 
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
+ 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\xd6\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\x91\x03\n\x16\x63reateFlightDesignator\x12\x19.flights.FlightDesignator\x1a\x16.google.protobuf.Empty\"\xc3\x02\x92\x41\xa1\x02\n\x12\x46light Designators\x12\x18\x43reate Flight Designator\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\xb1\x02\n\x13getFlightDesignator\x12 .flights.FlightDesignatorRequest\x1a\x19.flights.FlightDesignator\"\xdc\x01\x92\x41\x95\x01\n\x12\x46light Designators\x12\x15Get Flight Designator\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\x94\x03\n\x16updateFlightDesignator\x12\x19.flights.FlightDesignator\x1a\x19.flights.FlightDesignator\"\xc3\x02\x92\x41\xa1\x02\n\x12\x46light Designators\x12\x18Update Flight Designator\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\x8e\x02\n\x16\x64\x65leteFlightDesignator\x12 .flights.FlightDesignatorRequest\x1a\x16.google.protobuf.Empty\"\xb9\x01\x92\x41\x97\x01\n\x12\x46light Designators\x12\x18\x44\x65lete Flight Designator\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\xa1\x03\n\x0c\x64\x65leteFlight\x12\x16.flights.FlightRequest\x1a\x16.google.protobuf.Empty\"\xe0\x02\x92\x41\xc2\x02\n\x07\x46lights\x12\rDelete Flight\x1a\xe3\x01\x44\x65letes a flight record. Note that a deleted flight record may be automatically recreated, unless the [active] flag on the Flight Designator record is set to false. Deleting a flight deletes all boarding passes for that flight.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\x14*\x0f/flights/flight:\x01*\x12\x90\x04\n\x12\x63reateBoardingPass\x12\x1b.flights.BoardingPassRecord\x1a\x1f.flights.BoardingPassesResponse\"\xbb\x03\x92\x41\x97\x03\n\x0f\x42oarding Passes\x12\x14\x43reate Boarding Pass\x1a\x9d\x01\x43reates a boarding pass record. If flight record for the date does not yet exist, it will be created using the Flight Designator 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\xf9\x02\n\x18\x63om.passkit.grpc.FlightsZ,stash.passkit.com/io/model/sdk/go/io/flights\xaa\x02\x14PassKit.Grpc.Flights\x92\x41\x96\x02\x12\xec\x01\n\x13PassKit Flights API\x12lThe PassKit Flights API lets you manage your flights and boarding passes for Apple Wallet and Google Wallet.\x1a https://passkit.com/legal/terms/\"@\n\x0fPassKit Support\x12\x18https://help.passkit.com\x1a\x13support@passkit.com2\x03\x30.1*\x01\x02\x32\x10\x61pplication/json:\x10\x61pplication/jsonb\x06proto3"
17
18
 
18
- pool = Google::Protobuf::DescriptorPool.generated_pool
19
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
19
20
  pool.add_serialized_file(descriptor_data)
20
21
 
21
22
  module Flights
@@ -4,13 +4,14 @@
4
4
  # *
5
5
  # Flights RPC
6
6
  #
7
- # The PassKit Flights API lets you manage your flights and boarding passes for Apple Wallet and Google Pay.
7
+ # The PassKit Flights API lets you manage your flights and boarding passes for Apple Wallet and Google Wallet.
8
8
 
9
9
  require 'grpc'
10
10
  require 'io/flights/a_rpc_pb'
11
11
 
12
12
  module Flights
13
13
  module Flights
14
+ # Manages carriers, flight designators, flights, and digital boarding passes. Carrier and flight-designator records provide data used when creating flights and boarding passes.
14
15
  class Service
15
16
 
16
17
  include ::GRPC::GenericService
@@ -19,47 +20,47 @@ module Flights
19
20
  self.unmarshal_class_method = :decode
20
21
  self.service_name = 'flights.Flights'
21
22
 
22
- # Create an airport record. Optional method allowing the carrier to specify how the airport name is rendered in the pass and the GPS location that will trigger a lock-screen alert.
23
+ # Create an airport record. Optional method allowing the carrier to specify how the airport name is rendered in the pass and the GPS location that will trigger a lock-screen alert. Required Fields: airportCode, cityName, airportName, countryCode, timezone.
23
24
  rpc :createPort, ::Flights::Port, ::Google::Protobuf::Empty
24
- # Retrieve an airport record. The AirportCode is the three character IATA code or 4 character ICAO code.
25
+ # Retrieve an airport record. The AirportCode is the three character IATA code or 4 character ICAO code. Required Fields: airportCode.
25
26
  rpc :getPort, ::Flights::AirportCode, ::Flights::Port
26
- # Update an airport record.
27
+ # Update an airport record. Required Fields: airportCode.
27
28
  rpc :updatePort, ::Flights::Port, ::Flights::Port
28
- # Delete an airport record. Deleting a record will remove any custom data provided. A new Airport record may be automatically created for a flight departing, arriving or transiting an airport which does not have a record, using publicly available data.
29
+ # Delete an airport record. Deleting a record will remove any custom data provided. A new Airport record may be automatically created for a flight departing, arriving or transiting an airport which does not have a record, using publicly available data. Required Fields: airportCode.
29
30
  rpc :deletePort, ::Flights::AirportCode, ::Google::Protobuf::Empty
30
- # Create a carrier record. All Flight Designations and Flights must have a carrier record.
31
+ # Create a carrier record. All Flight Designators and Flights must have a carrier record. Required Fields: carrierCode, airlineName, passTypeIdentifier.
31
32
  rpc :createCarrier, ::Flights::Carrier, ::Google::Protobuf::Empty
32
- # Retrieve a carrier record.
33
+ # Retrieve a carrier record. Required Fields: carrierCode.
33
34
  rpc :getCarrier, ::Flights::CarrierCode, ::Flights::Carrier
34
- # Update a carrier record
35
+ # Update a carrier record. Required Fields: carrierCode.
35
36
  rpc :updateCarrier, ::Flights::Carrier, ::Flights::Carrier
36
- # Delete a carrier record.
37
+ # Delete a carrier record. Required Fields: carrierCode.
37
38
  rpc :deleteCarrier, ::Flights::CarrierCode, ::Google::Protobuf::Empty
38
- # Create a flight designator record. As much default information as possible should be provided to facilitate the automatic generation of flight records.
39
+ # Create a flight designator record. As much default information as possible should be provided to facilitate the automatic generation of flight records. Required Fields: carrierCode, flightNumber, revision, schedule, origin, destination.
39
40
  rpc :createFlightDesignator, ::Flights::FlightDesignator, ::Google::Protobuf::Empty
40
- # Retrieve a flight designation record.
41
+ # Retrieve a flight designator record. Required Fields: carrierCode, flightNumber, revision.
41
42
  rpc :getFlightDesignator, ::Flights::FlightDesignatorRequest, ::Flights::FlightDesignator
42
- # Update a flight designation record.
43
+ # Update a flight designator record. Required Fields: carrierCode, flightNumber, revision.
43
44
  rpc :updateFlightDesignator, ::Flights::FlightDesignator, ::Flights::FlightDesignator
44
- # Delete a flight designation record.
45
+ # Delete a flight designator record. Required Fields: carrierCode, flightNumber, revision.
45
46
  rpc :deleteFlightDesignator, ::Flights::FlightDesignatorRequest, ::Google::Protobuf::Empty
46
- # Create a flight record. In practice, this method is not often used, since flight records can be automatically generated. Any information in the flight record will override information in the carrier and flight designation records.
47
+ # Creates a flight record. Flight records can be generated automatically; values on this record override carrier and flight-designator data. Required fields: carrierCode, flightNumber, departureDate, boardingPoint, deplaningPoint.
47
48
  rpc :createFlight, ::Flights::Flight, ::Google::Protobuf::Empty
48
- # Retrieve a flight record.
49
+ # Retrieve a flight record. Required Fields: carrierCode, flightNumber, departureDate, boardingPoint, deplaningPoint.
49
50
  rpc :getFlight, ::Flights::FlightRequest, ::Flights::Flight
50
- # Update a flight record.
51
+ # Update a flight record. Required Fields: carrierCode, flightNumber, departureDate, boardingPoint, deplaningPoint.
51
52
  rpc :updateFlight, ::Flights::Flight, ::Flights::Flight
52
- # Delete a flight record.
53
+ # Delete a flight record. Required Fields: carrierCode, flightNumber, departureDate, boardingPoint, deplaningPoint.
53
54
  rpc :deleteFlight, ::Flights::FlightRequest, ::Google::Protobuf::Empty
54
- # Create a boarding pass record. Flight related information not present in the boarding pass record will be populated from the flight, flight designator or carrier records.
55
+ # Creates a boarding-pass record. Missing flight data is populated from the related flight, flight designator, or carrier records. Required fields: operatingCarrierPNR, boardingPoint, deplaningPoint, carrierCode, flightNumber, departureDate, passenger, sequenceNumber.
55
56
  rpc :createBoardingPass, ::Flights::BoardingPassRecord, ::Flights::BoardingPassesResponse
56
- # Retrieve a boarding pass record.
57
+ # Retrieve a boarding pass record. Required Fields: ticketNumber or index or passId.
57
58
  rpc :getBoardingPassRecord, ::Flights::BoardingPassRecordRequest, ::Flights::BoardingPassRecord
58
- # Retrieve digital boarding pass(es) in the requested format by ticket number, index, PNR or id.
59
+ # Retrieves digital boarding passes in the requested format by ticket number, index, PNR, or pass ID. Required fields: ticketNumber, index, or passId.
59
60
  rpc :getBoardingPass, ::Flights::BoardingPassRequest, ::Flights::BoardingPassesResponse
60
- # Update a boarding pass record.
61
+ # Update a boarding pass record. Required Fields: operatingCarrierPNR, boardingPoint, deplaningPoint, carrierCode, flightNumber, departureDate, passenger, sequenceNumber.
61
62
  rpc :updateBoardingPass, ::Flights::BoardingPassRecord, ::Flights::BoardingPassRecord
62
- # Delete a boarding pass record.
63
+ # Delete a boarding pass record. Required Fields: ticketNumber or index or passId
63
64
  rpc :deleteBoardingPass, ::Flights::BoardingPassRecordRequest, ::Google::Protobuf::Empty
64
65
  end
65
66
 
@@ -3,13 +3,15 @@
3
3
  # source: io/flights/airport.proto
4
4
 
5
5
  require 'google/protobuf'
6
+ require 'protoc-gen-openapiv2/options/annotations_pb'
6
7
 
7
8
  require 'io/common/localization_pb'
9
+ require 'io/flights/barcode_pb'
8
10
 
9
11
 
10
- descriptor_data = "\n\x18io/flights/airport.proto\x12\x07\x66lights\x1a\x1cio/common/localization.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xa8\x03\n\x04Port\x12\x1e\n\x0fiataAirportCode\x18\x01 \x01(\tB\x05\x92\x41\x02x\x03\x12\x1e\n\x0ficaoAirportCode\x18\x02 \x01(\tB\x05\x92\x41\x02x\x04\x12\x10\n\x08\x63ityName\x18\x03 \x01(\t\x12.\n\x11localizedCityName\x18\x04 \x01(\x0b\x32\x13.io.LocalizedString\x12\x13\n\x0b\x61irportName\x18\x05 \x01(\t\x12\x31\n\x14localizedAirportName\x18\x06 \x01(\x0b\x32\x13.io.LocalizedString\x12\x13\n\x0b\x63ountryCode\x18\x07 \x01(\t\x12\x10\n\x08timezone\x18\x08 \x01(\t:\xae\x01\x92\x41\xaa\x01\n\xa7\x01*\x0e\x41irport Record2QAirport records are required for each port that a carrier operates in and out of.\xd2\x01\x0fiataAirportCode\xd2\x01\x08\x63ityName\xd2\x01\x0b\x61irportName\xd2\x01\x0b\x63ountryCode\xd2\x01\x08timezone\"\"\n\x0b\x41irportCode\x12\x13\n\x0b\x61irportCode\x18\x01 \x01(\tB_\n\x18\x63om.passkit.grpc.FlightsZ,stash.passkit.com/io/model/sdk/go/io/flights\xaa\x02\x14PassKit.Grpc.Flightsb\x06proto3"
12
+ descriptor_data = "\n\x18io/flights/airport.proto\x12\x07\x66lights\x1a\x1cio/common/localization.proto\x1a\x18io/flights/barcode.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xd3\x04\n\x04Port\x12\x1e\n\x0fiataAirportCode\x18\x01 \x01(\tB\x05\x92\x41\x02x\x03\x12\x1e\n\x0ficaoAirportCode\x18\x02 \x01(\tB\x05\x92\x41\x02x\x04\x12\x10\n\x08\x63ityName\x18\x03 \x01(\t\x12.\n\x11localizedCityName\x18\x04 \x01(\x0b\x32\x13.io.LocalizedString\x12\x13\n\x0b\x61irportName\x18\x05 \x01(\t\x12\x31\n\x14localizedAirportName\x18\x06 \x01(\x0b\x32\x13.io.LocalizedString\x12\x13\n\x0b\x63ountryCode\x18\x07 \x01(\t\x12\x10\n\x08timezone\x18\x08 \x01(\t\x12:\n\x10securityPrograms\x18\t \x03(\x0e\x32 .flights.AirportSecurityPrograms\x12\x1d\n\x15\x64ocumentsVerifiedText\x18\n \x01(\t\x12;\n\x1elocalizedDocumentsVerifiedText\x18\x0b \x01(\x0b\x32\x13.io.LocalizedString\x12\x11\n\tloungeIds\x18\r \x03(\t:\xae\x01\x92\x41\xaa\x01\n\xa7\x01*\x0e\x41irport Record2QAirport records are required for each port that a carrier operates in and out of.\xd2\x01\x0fiataAirportCode\xd2\x01\x08\x63ityName\xd2\x01\x0b\x61irportName\xd2\x01\x0b\x63ountryCode\xd2\x01\x08timezone\"\"\n\x0b\x41irportCode\x12\x13\n\x0b\x61irportCode\x18\x01 \x01(\tB_\n\x18\x63om.passkit.grpc.FlightsZ,stash.passkit.com/io/model/sdk/go/io/flights\xaa\x02\x14PassKit.Grpc.Flightsb\x06proto3"
11
13
 
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
14
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
13
15
  pool.add_serialized_file(descriptor_data)
14
16
 
15
17
  module Flights
@@ -3,17 +3,21 @@
3
3
  # source: io/flights/barcode.proto
4
4
 
5
5
  require 'google/protobuf'
6
+ require 'protoc-gen-openapiv2/options/annotations_pb'
6
7
 
7
8
  require 'io/common/common_objects_pb'
8
9
 
9
10
 
10
- descriptor_data = "\n\x18io/flights/barcode.proto\x12\x07\x66lights\x1a\x1eio/common/common_objects.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xc2\x08\n\x10\x43onditionalItems\x12;\n\x14passengerDescription\x18\x01 \x01(\x0e\x32\x1d.flights.PassengerDescription\x12&\n\rcheckInSource\x18\x02 \x01(\x0e\x32\x0f.flights.Source\x12\x33\n\x1a\x62oardingPassIssuanceSource\x18\x03 \x01(\x0e\x32\x0f.flights.Source\x12\'\n\x15\x62oardingPassIssueDate\x18\x04 \x01(\x0b\x32\x08.io.Date\x12&\n\x0c\x64ocumentType\x18\x05 \x01(\x0e\x32\x10.flights.DocType\x12\x1a\n\x12\x62oardingPassIssuer\x18\x06 \x01(\t\x12\xcc\x04\n\x10\x62\x61ggageTagNumber\x18\x07 \x03(\tB\xb1\x04\x92\x41\xad\x04\x32\xaa\x04This field allows carriers to populate baggage tag numbers and the number of consecutive bags. It contains 13 characters corresponding to the 10 digit bag tag number, as per IATA BCM specifications, Resolution 740 and 3 digits identifying the number of consecutive tags.\n1: leading digit \xe2\x80\x93 0 for interline tag, 1 for fall-back tag, 2 for interline rush tag.\n2-4: carrier numeric code.\n5-10: carrier initial tag number (leading zeros).\n11-13: number of consecutive tags (allows for up to 999 tags).\nUp to 2 additional, non-consecutive tags can be added.\x12\x35\n\x11selecteeIndicator\x18\x08 \x01(\x0e\x32\x1a.flights.SelecteeIndicator\x12K\n\x1cinternationalDocVerification\x18\t \x01(\x0e\x32%.flights.InternationalDocVerification\x12-\n\ridadIndicator\x18\n \x01(\x0e\x32\x16.flights.IDADIndicator\x12%\n\tfastTrack\x18\x0b \x01(\x0e\x32\x12.flights.FastTrack*\xef\x02\n\x0fPassengerStatus\x12\x19\n\x15ISSUED_NOT_CHECKED_IN\x10\x00\x12\x15\n\x11ISSUED_CHECKED_IN\x10\x01\x12,\n(BAGGAGE_CHECKED_PASSENGER_NOT_CHECKED_IN\x10\x02\x12(\n$BAGGAGE_CHECKED_PASSENGER_CHECKED_IN\x10\x03\x12#\n\x1fPASSENGER_PASSED_SECURITY_CHECK\x10\x04\x12\x19\n\x15PASSENGER_PASSED_GATE\x10\x05\x12\x0b\n\x07TRANSIT\x10\x06\x12\x0b\n\x07STANDBY\x10\x07\x12#\n\x1f\x42OARDING_DATA_REVALIDATION_DONE\x10\x08\x12\x32\n.ORIGINAL_BOARDING_LINE_USED_AT_TICKET_ISSUANCE\x10\t\x12\x1f\n\x1bUP_OR_DOWN_GRADING_REQUIRED\x10\n*\x90\x01\n\x14PassengerDescription\x12\t\n\x05\x41\x44ULT\x10\x00\x12\x08\n\x04MALE\x10\x01\x12\n\n\x06\x46\x45MALE\x10\x02\x12\t\n\x05\x43HILD\x10\x03\x12\n\n\x06INFANT\x10\x04\x12\x10\n\x0cNO_PASSENGER\x10\x05\x12\x15\n\x11\x41\x44ULT_WITH_INFANT\x10\x06\x12\x17\n\x13UNACCOMPANIED_MINOR\x10\x07*@\n\x06Source\x12\x05\n\x01W\x10\x00\x12\x05\n\x01K\x10\x01\x12\x05\n\x01X\x10\x02\x12\x05\n\x01R\x10\x03\x12\x05\n\x01M\x10\x04\x12\x05\n\x01O\x10\x05\x12\x05\n\x01T\x10\x06\x12\x05\n\x01V\x10\x07*\x17\n\x07\x44ocType\x12\x05\n\x01\x42\x10\x00\x12\x05\n\x01I\x10\x01*M\n\x1cInternationalDocVerification\x12\x10\n\x0cNOT_REQUIRED\x10\x00\x12\x0c\n\x08REQUIRED\x10\x01\x12\r\n\tCOMPLETED\x10\x02*\xab\x01\n\rIDADIndicator\x12\x08\n\x04NONE\x10\x00\x12\x08\n\x04IDN1\x10\x01\x12\x08\n\x04IDN2\x10\x02\x12\x08\n\x04IDB1\x10\x03\x12\x08\n\x04IDB2\x10\x04\x12\x06\n\x02\x41\x44\x10\x05\x12\x06\n\x02\x44G\x10\x06\x12\x06\n\x02\x44M\x10\x07\x12\x06\n\x02GE\x10\x08\x12\x06\n\x02IG\x10\t\x12\x06\n\x02RG\x10\n\x12\x06\n\x02UD\x10\x0b\x12\x06\n\x02ID\x10\x0c\x12\t\n\x05IDFS1\x10\r\x12\t\n\x05IDFS2\x10\x0e\x12\x08\n\x04IDR1\x10\x0f\x12\x08\n\x04IDR2\x10\x10*E\n\x11SelecteeIndicator\x12\x10\n\x0cNOT_SELECTEE\x10\x00\x12\x0c\n\x08SELECTEE\x10\x01\x12\x10\n\x0cTSA_PRECHECK\x10\x03*\x19\n\tFastTrack\x12\x05\n\x01N\x10\x00\x12\x05\n\x01Y\x10\x01\x42_\n\x18\x63om.passkit.grpc.FlightsZ,stash.passkit.com/io/model/sdk/go/io/flights\xaa\x02\x14PassKit.Grpc.Flightsb\x06proto3"
11
+ descriptor_data = "\n\x18io/flights/barcode.proto\x12\x07\x66lights\x1a\x1eio/common/common_objects.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xc2\x08\n\x10\x43onditionalItems\x12;\n\x14passengerDescription\x18\x01 \x01(\x0e\x32\x1d.flights.PassengerDescription\x12&\n\rcheckInSource\x18\x02 \x01(\x0e\x32\x0f.flights.Source\x12\x33\n\x1a\x62oardingPassIssuanceSource\x18\x03 \x01(\x0e\x32\x0f.flights.Source\x12\'\n\x15\x62oardingPassIssueDate\x18\x04 \x01(\x0b\x32\x08.io.Date\x12&\n\x0c\x64ocumentType\x18\x05 \x01(\x0e\x32\x10.flights.DocType\x12\x1a\n\x12\x62oardingPassIssuer\x18\x06 \x01(\t\x12\xcc\x04\n\x10\x62\x61ggageTagNumber\x18\x07 \x03(\tB\xb1\x04\x92\x41\xad\x04\x32\xaa\x04This field allows carriers to populate baggage tag numbers and the number of consecutive bags. It contains 13 characters corresponding to the 10 digit bag tag number, as per IATA BCM specifications, Resolution 740 and 3 digits identifying the number of consecutive tags.\n1: leading digit \xe2\x80\x93 0 for interline tag, 1 for fall-back tag, 2 for interline rush tag.\n2-4: carrier numeric code.\n5-10: carrier initial tag number (leading zeros).\n11-13: number of consecutive tags (allows for up to 999 tags).\nUp to 2 additional, non-consecutive tags can be added.\x12\x35\n\x11selecteeIndicator\x18\x08 \x01(\x0e\x32\x1a.flights.SelecteeIndicator\x12K\n\x1cinternationalDocVerification\x18\t \x01(\x0e\x32%.flights.InternationalDocVerification\x12-\n\ridadIndicator\x18\n \x01(\x0e\x32\x16.flights.IDADIndicator\x12%\n\tfastTrack\x18\x0b \x01(\x0e\x32\x12.flights.FastTrack\"\xa2\x02\n\x0e\x46lightSchedule\x12$\n\x06monday\x18\x01 \x01(\x0b\x32\x14.flights.FlightTimes\x12%\n\x07tuesday\x18\x02 \x01(\x0b\x32\x14.flights.FlightTimes\x12\'\n\twednesday\x18\x03 \x01(\x0b\x32\x14.flights.FlightTimes\x12&\n\x08thursday\x18\x04 \x01(\x0b\x32\x14.flights.FlightTimes\x12$\n\x06\x66riday\x18\x05 \x01(\x0b\x32\x14.flights.FlightTimes\x12&\n\x08saturday\x18\x06 \x01(\x0b\x32\x14.flights.FlightTimes\x12$\n\x06sunday\x18\x07 \x01(\x0b\x32\x14.flights.FlightTimes\"\xa2\x01\n\x0b\x46lightTimes\x12(\n\x16scheduledDepartureTime\x18\x01 \x01(\x0b\x32\x08.io.Time\x12\x1e\n\x0c\x62oardingTime\x18\x02 \x01(\x0b\x32\x08.io.Time\x12!\n\x0fgateClosingTime\x18\x03 \x01(\x0b\x32\x08.io.Time\x12&\n\x14scheduledArrivalTime\x18\x04 \x01(\x0b\x32\x08.io.Time\"\x85\x04\n\nFlightURLs\x12\x12\n\nupgradeURL\x18\x01 \x01(\t\x12\x14\n\x0corderFoodURL\x18\x02 \x01(\t\x12\x17\n\x0fpurchaseWifiURL\x18\x03 \x01(\t\x12\x15\n\rchangeSeatURL\x18\x04 \x01(\t\x12\x18\n\x10\x65ntertainmentURL\x18\x05 \x01(\t\x12\x14\n\x0c\x62\x61gPolicyURL\x18\x06 \x01(\t\x12$\n\x1cpurchaseAdditionalBaggageURL\x18\x07 \x01(\t\x12\x1f\n\x17purchaseLoungeAccessURL\x18\x08 \x01(\t\x12\x18\n\x10reportLostBagURL\x18\t \x01(\t\x12\x15\n\rmanagementURL\x18\n \x01(\t\x12\x1c\n\x14requestWheelchairURL\x18\x0b \x01(\t\x12 \n\x18registerServiceAnimalURL\x18\x0c \x01(\t\x12\x1c\n\x14transitProviderEmail\x18\r \x01(\t\x12!\n\x19transitProviderWebsiteURL\x18\x0e \x01(\t\x12\"\n\x1atransitProviderPhoneNumber\x18\x0f \x01(\t\x12\x18\n\x10\x61\x63\x63\x65ssibilityURL\x18\x10 \x01(\t\x12\x1e\n\x16\x62usinessChatIdentifier\x18\x11 \x01(\t\x12\x16\n\x0estandbyListURL\x18\x12 \x01(\t*\xef\x02\n\x0fPassengerStatus\x12\x19\n\x15ISSUED_NOT_CHECKED_IN\x10\x00\x12\x15\n\x11ISSUED_CHECKED_IN\x10\x01\x12,\n(BAGGAGE_CHECKED_PASSENGER_NOT_CHECKED_IN\x10\x02\x12(\n$BAGGAGE_CHECKED_PASSENGER_CHECKED_IN\x10\x03\x12#\n\x1fPASSENGER_PASSED_SECURITY_CHECK\x10\x04\x12\x19\n\x15PASSENGER_PASSED_GATE\x10\x05\x12\x0b\n\x07TRANSIT\x10\x06\x12\x0b\n\x07STANDBY\x10\x07\x12#\n\x1f\x42OARDING_DATA_REVALIDATION_DONE\x10\x08\x12\x32\n.ORIGINAL_BOARDING_LINE_USED_AT_TICKET_ISSUANCE\x10\t\x12\x1f\n\x1bUP_OR_DOWN_GRADING_REQUIRED\x10\n*\x90\x01\n\x14PassengerDescription\x12\t\n\x05\x41\x44ULT\x10\x00\x12\x08\n\x04MALE\x10\x01\x12\n\n\x06\x46\x45MALE\x10\x02\x12\t\n\x05\x43HILD\x10\x03\x12\n\n\x06INFANT\x10\x04\x12\x10\n\x0cNO_PASSENGER\x10\x05\x12\x15\n\x11\x41\x44ULT_WITH_INFANT\x10\x06\x12\x17\n\x13UNACCOMPANIED_MINOR\x10\x07*@\n\x06Source\x12\x05\n\x01W\x10\x00\x12\x05\n\x01K\x10\x01\x12\x05\n\x01X\x10\x02\x12\x05\n\x01R\x10\x03\x12\x05\n\x01M\x10\x04\x12\x05\n\x01O\x10\x05\x12\x05\n\x01T\x10\x06\x12\x05\n\x01V\x10\x07*\x17\n\x07\x44ocType\x12\x05\n\x01\x42\x10\x00\x12\x05\n\x01I\x10\x01*M\n\x1cInternationalDocVerification\x12\x10\n\x0cNOT_REQUIRED\x10\x00\x12\x0c\n\x08REQUIRED\x10\x01\x12\r\n\tCOMPLETED\x10\x02*\xab\x01\n\rIDADIndicator\x12\x08\n\x04NONE\x10\x00\x12\x08\n\x04IDN1\x10\x01\x12\x08\n\x04IDN2\x10\x02\x12\x08\n\x04IDB1\x10\x03\x12\x08\n\x04IDB2\x10\x04\x12\x06\n\x02\x41\x44\x10\x05\x12\x06\n\x02\x44G\x10\x06\x12\x06\n\x02\x44M\x10\x07\x12\x06\n\x02GE\x10\x08\x12\x06\n\x02IG\x10\t\x12\x06\n\x02RG\x10\n\x12\x06\n\x02UD\x10\x0b\x12\x06\n\x02ID\x10\x0c\x12\t\n\x05IDFS1\x10\r\x12\t\n\x05IDFS2\x10\x0e\x12\x08\n\x04IDR1\x10\x0f\x12\x08\n\x04IDR2\x10\x10*E\n\x11SelecteeIndicator\x12\x10\n\x0cNOT_SELECTEE\x10\x00\x12\x0c\n\x08SELECTEE\x10\x01\x12\x10\n\x0cTSA_PRECHECK\x10\x03*\x19\n\tFastTrack\x12\x05\n\x01N\x10\x00\x12\x05\n\x01Y\x10\x01*\x9e\x01\n\x17\x41irportSecurityPrograms\x12\x18\n\x14NO_SECURITY_PROGRAMS\x10\x00\x12\x11\n\rTSA_PRE_CHECK\x10\x01\x12\x1e\n\x1aTSA_PRE_CHECK_TOUCHLESS_ID\x10\x02\x12\x07\n\x03OSS\x10\x03\x12\x07\n\x03ITI\x10\x04\x12\x07\n\x03ITD\x10\x05\x12\x10\n\x0cGLOBAL_ENTRY\x10\x06\x12\t\n\x05\x43LEAR\x10\x07*\xfa\x01\n\x0c\x46lightStatus\x12\x0b\n\x07UNKNOWN\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\x0c\n\x08\x44\x45PARTED\x10\x02\x12\t\n\x05INAIR\x10\x03\x12\n\n\x06LANDED\x10\x04\x12\x0b\n\x07\x41RRIVED\x10\x05\x12\r\n\tCANCELLED\x10\x06\x12\x0b\n\x07\x44\x45LAYED\x10\x07\x12\x15\n\x11\x44\x45PARTED_DIVERTED\x10\x08\x12\x12\n\x0eINAIR_DIVERTED\x10\t\x12\x14\n\x10\x41RRIVED_DIVERTED\x10\n\x12\x15\n\x11\x44\x45PARTED_RECOVERY\x10\x0b\x12\x12\n\x0eINAIR_RECOVERY\x10\x0c\x12\x14\n\x10\x41RRIVED_RECOVERY\x10\r*=\n\x10\x46lightCreateMode\x12\x0e\n\nDO_NOT_USE\x10\x00\x12\n\n\x06MANUAL\x10\x01\x12\r\n\tAUTOMATIC\x10\x02*\xa9\x01\n\x0c\x46lightAlerts\x12\r\n\tNO_ALERTS\x10\x00\x12\x0e\n\nALL_ALERTS\x10\x01\x12\x18\n\x14\x44\x45PARTURE_GATE_ALERT\x10\x02\x12\x18\n\x14\x44\x45PARTURE_TIME_ALERT\x10\x04\x12\x16\n\x12\x41RRIVAL_GATE_ALERT\x10\x08\x12\x16\n\x12\x41RRIVAL_TIME_ALERT\x10\x10\x12\x16\n\x12\x42\x41GGAGE_BELT_ALERT\x10 *m\n\x0e\x42oardingPolicy\x12\x1f\n\x1b\x42OARDING_POLICY_UNSPECIFIED\x10\x00\x12\x0e\n\nZONE_BASED\x10\x01\x12\x0f\n\x0bGROUP_BASED\x10\x02\x12\x19\n\x15\x42OARDING_POLICY_OTHER\x10\x03*\x83\x01\n\x0fSeatClassPolicy\x12!\n\x1dSEAT_CLASS_POLICY_UNSPECIFIED\x10\x00\x12\x0f\n\x0b\x43\x41\x42IN_BASED\x10\x01\x12\x0f\n\x0b\x43LASS_BASED\x10\x02\x12\x0e\n\nTIER_BASED\x10\x03\x12\x1b\n\x17SEAT_CLASS_POLICY_OTHER\x10\x04*\x1f\n\tAuthority\x12\x08\n\x04IATA\x10\x00\x12\x08\n\x04ICAO\x10\x01*\x9a\x01\n\x15PassengerCapabilities\x12\x13\n\x0fNO_CAPABILITIES\x10\x00\x12\x10\n\x0cPRE_BOARDING\x10\x01\x12\x15\n\x11PRIORITY_BOARDING\x10\x02\x12\x0c\n\x08\x43\x41RRY_ON\x10\x03\x12\x11\n\rPERSONAL_ITEM\x10\x04\x12\x12\n\x0e\x45XTRA_CARRY_ON\x10\x05\x12\x0e\n\nLAP_INFANT\x10\x06\x42_\n\x18\x63om.passkit.grpc.FlightsZ,stash.passkit.com/io/model/sdk/go/io/flights\xaa\x02\x14PassKit.Grpc.Flightsb\x06proto3"
11
12
 
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
13
14
  pool.add_serialized_file(descriptor_data)
14
15
 
15
16
  module Flights
16
17
  ConditionalItems = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.ConditionalItems").msgclass
18
+ FlightSchedule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.FlightSchedule").msgclass
19
+ FlightTimes = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.FlightTimes").msgclass
20
+ FlightURLs = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.FlightURLs").msgclass
17
21
  PassengerStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.PassengerStatus").enummodule
18
22
  PassengerDescription = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.PassengerDescription").enummodule
19
23
  Source = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.Source").enummodule
@@ -22,4 +26,12 @@ module Flights
22
26
  IDADIndicator = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.IDADIndicator").enummodule
23
27
  SelecteeIndicator = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.SelecteeIndicator").enummodule
24
28
  FastTrack = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.FastTrack").enummodule
29
+ AirportSecurityPrograms = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.AirportSecurityPrograms").enummodule
30
+ FlightStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.FlightStatus").enummodule
31
+ FlightCreateMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.FlightCreateMode").enummodule
32
+ FlightAlerts = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.FlightAlerts").enummodule
33
+ BoardingPolicy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.BoardingPolicy").enummodule
34
+ SeatClassPolicy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.SeatClassPolicy").enummodule
35
+ Authority = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.Authority").enummodule
36
+ PassengerCapabilities = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flights.PassengerCapabilities").enummodule
25
37
  end