@sellout/models 0.0.343 → 0.0.345

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.
@@ -12,7 +12,7 @@ const query = (0, client_1.gql) `
12
12
  userId
13
13
  printed
14
14
  email
15
- sharing{
15
+ sharing {
16
16
  email
17
17
  phoneNumber
18
18
  tickets
@@ -20,7 +20,12 @@ const query = (0, client_1.gql) `
20
20
  eventName
21
21
  orderId
22
22
  status
23
- }
23
+ }
24
+ parentOrderDetails {
25
+ email
26
+ phoneNumber
27
+ eventName
28
+ }
24
29
  user {
25
30
  email
26
31
  firstName
@@ -30,6 +35,7 @@ const query = (0, client_1.gql) `
30
35
  imageUrl
31
36
  }
32
37
  }
38
+ parentOrderId
33
39
  orgId
34
40
  eventId
35
41
  seasonId
@@ -1 +1 @@
1
- {"version":3,"file":"order.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/order.query.ts"],"names":[],"mappings":";;;;;AAAA,2CAAqC;AACrC,iFAAgD;AAEhD,MAAM,KAAK,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmMb,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;CAC7B,CAAC;AAEF,kBAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"order.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/order.query.ts"],"names":[],"mappings":";;;;;AAAA,2CAAqC;AACrC,iFAAgD;AAEhD,MAAM,KAAK,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyMb,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;CAC7B,CAAC;AAEF,kBAAe,KAAK,CAAC"}
@@ -57,6 +57,7 @@ export default interface IOrder {
57
57
  sharing?: [IOrderShareEnum];
58
58
  orderIntegrationResponse?: IOrderIntegrationResponse[];
59
59
  parentOrderId?: string;
60
+ parentOrderDetails?: ParentOrderDetails;
60
61
  }
61
62
  export interface IEventGraphQL extends IEvent {
62
63
  venue?: IVenue;
@@ -64,6 +65,11 @@ export interface IEventGraphQL extends IEvent {
64
65
  export interface ISeasonGraphQL extends ISeason {
65
66
  venue?: IVenue;
66
67
  }
68
+ export interface ParentOrderDetails {
69
+ email: string;
70
+ phoneNumber: string;
71
+ __typename: string;
72
+ }
67
73
  export interface IOrderGraphQL extends IOrder {
68
74
  user: IUser;
69
75
  fees: IFee[];
@@ -2,4 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  ;
4
4
  ;
5
+ ;
5
6
  //# sourceMappingURL=IOrder.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"IOrder.js","sourceRoot":"","sources":["../../src/interfaces/IOrder.ts"],"names":[],"mappings":";;AA6DC,CAAC;AAeD,CAAC"}
1
+ {"version":3,"file":"IOrder.js","sourceRoot":"","sources":["../../src/interfaces/IOrder.ts"],"names":[],"mappings":";;AA8DC,CAAC;AAcD,CAAC;AAOD,CAAC"}