@sellout/models 0.0.239 → 0.0.240

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.
@@ -9,11 +9,13 @@ const query = (0, graphql_tag_1.default) `
9
9
  $eventId: String
10
10
  $seasonId: String
11
11
  $discountCode: String!
12
+ $userId: String
12
13
  ) {
13
14
  eventDiscounts(
14
15
  eventId: $eventId
15
16
  seasonId: $seasonId
16
17
  discountCode: $discountCode
18
+ userId: $userId
17
19
  ) {
18
20
  promoType
19
21
  ticketTypeIds
@@ -1 +1 @@
1
- {"version":3,"file":"discountCodeVerify.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/discountCodeVerify.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;CAyBhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"discountCodeVerify.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/discountCodeVerify.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellout/models",
3
- "version": "0.0.239",
3
+ "version": "0.0.240",
4
4
  "description": "Sellout.io models",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -31,5 +31,5 @@
31
31
  "protobufjs": "^6.11.2",
32
32
  "typescript": "^4.4.2"
33
33
  },
34
- "gitHead": "3a43bf47d9908c94a0363c3f2c359acc12f7b444"
34
+ "gitHead": "a72d9415ad5f24a23bd63b6a71d12e8ce7046945"
35
35
  }
@@ -5,11 +5,13 @@ const query = gql`
5
5
  $eventId: String
6
6
  $seasonId: String
7
7
  $discountCode: String!
8
+ $userId: String
8
9
  ) {
9
10
  eventDiscounts(
10
11
  eventId: $eventId
11
12
  seasonId: $seasonId
12
13
  discountCode: $discountCode
14
+ userId: $userId
13
15
  ) {
14
16
  promoType
15
17
  ticketTypeIds