@sellout/models 0.0.376 → 0.0.377

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.
@@ -30,7 +30,10 @@ const query = (0, client_1.gql) `
30
30
  timezone
31
31
  }
32
32
  }
33
- schedule {
33
+ schedule {
34
+ announceAt
35
+ ticketsAt
36
+ ticketsEndAt
34
37
  startsAt
35
38
  endsAt
36
39
  }
@@ -1 +1 @@
1
- {"version":3,"file":"eventsListOptimized.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/eventsListOptimized.query.ts"],"names":[],"mappings":";;;;;AAAA,2CAAmC;AACnC,iFAAgD;AAEhD,MAAM,KAAK,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgDV,wBAAK,CAAC,SAAS,CAAC,WAAW;CACjC,CAAC;AAEF,kBAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"eventsListOptimized.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/eventsListOptimized.query.ts"],"names":[],"mappings":";;;;;AAAA,2CAAmC;AACnC,iFAAgD;AAEhD,MAAM,KAAK,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmDV,wBAAK,CAAC,SAAS,CAAC,WAAW;CACjC,CAAC;AAEF,kBAAe,KAAK,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellout/models",
3
- "version": "0.0.376",
3
+ "version": "0.0.377",
4
4
  "description": "Sellout.io models",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "@apollo/client": "^3.9.6",
20
20
  "@hapi/joi": "^17.1.1",
21
- "@sellout/utils": "^0.0.376",
21
+ "@sellout/utils": "^0.0.377",
22
22
  "@types/hapi__joi": "^16.0.1",
23
23
  "@types/shortid": "^0.0.29",
24
24
  "@types/zen-observable": "^0.8.7",
@@ -32,5 +32,5 @@
32
32
  "protobufjs": "^6.11.2",
33
33
  "typescript": "^4.9.5"
34
34
  },
35
- "gitHead": "836fc9b1d362d52310a961bbfa7085c329ad58ba"
35
+ "gitHead": "5081a233deb6b4e73ab237904c95287b65f07e42"
36
36
  }
@@ -26,7 +26,10 @@ const query = gql`
26
26
  timezone
27
27
  }
28
28
  }
29
- schedule {
29
+ schedule {
30
+ announceAt
31
+ ticketsAt
32
+ ticketsEndAt
30
33
  startsAt
31
34
  endsAt
32
35
  }