@sellout/models 0.0.175 → 0.0.176

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.
@@ -10,6 +10,10 @@ mutation multipleBreakApartSeasonOrder($orderId: [String]!) {
10
10
  multipleBreakApartSeasonOrder(orderId: $orderId) {
11
11
  _id
12
12
  userId
13
+ organization {
14
+ orgName
15
+ ticketFormat
16
+ }
13
17
  user {
14
18
  email
15
19
  firstName
@@ -1 +1 @@
1
- {"version":3,"file":"multipleBreakApartSeasonOrder.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/multipleBreakApartSeasonOrder.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiDhB,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,QAAQ;CAC3B,CAAC;AAGF,kBAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"multipleBreakApartSeasonOrder.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/multipleBreakApartSeasonOrder.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqDhB,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,QAAQ;CAC3B,CAAC;AAGF,kBAAe,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellout/models",
3
- "version": "0.0.175",
3
+ "version": "0.0.176",
4
4
  "description": "Sellout.io models",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
19
  "@hapi/joi": "^16.1.7",
20
- "@sellout/utils": "^0.0.175",
20
+ "@sellout/utils": "^0.0.176",
21
21
  "@types/hapi__joi": "^16.0.1",
22
22
  "@types/shortid": "^0.0.29",
23
23
  "apollo-link-debounce": "^2.1.0",
@@ -31,5 +31,5 @@
31
31
  "protobufjs": "^6.11.2",
32
32
  "typescript": "^4.4.2"
33
33
  },
34
- "gitHead": "36123bb4ee3ace59d0e8c57118ec87978c8847ab"
34
+ "gitHead": "556295af9269346f315100eaeb9e6e187f5e9b84"
35
35
  }
@@ -6,6 +6,10 @@ mutation multipleBreakApartSeasonOrder($orderId: [String]!) {
6
6
  multipleBreakApartSeasonOrder(orderId: $orderId) {
7
7
  _id
8
8
  userId
9
+ organization {
10
+ orgName
11
+ ticketFormat
12
+ }
9
13
  user {
10
14
  email
11
15
  firstName