@sellout/models 0.0.72 → 0.0.73

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.
@@ -27,6 +27,8 @@ const query = graphql_tag_1.default `
27
27
  organization {
28
28
  orgName
29
29
  stripeId
30
+ googleAnalyticsId
31
+ facebookPixelId
30
32
  }
31
33
  venue {
32
34
  name
@@ -1 +1 @@
1
- {"version":3,"file":"publicEvent.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/publicEvent.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyCb,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,WAAW;IAC3B,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;IAC1B,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,IAAI;CACvB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"publicEvent.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/publicEvent.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,iFAAgD;AAEhD,MAAM,KAAK,GAAG,qBAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2Cb,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,WAAW;IAC3B,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;IAC1B,wBAAK,CAAC,SAAS,CAAC,YAAY;IAC5B,wBAAK,CAAC,SAAS,CAAC,IAAI;CACvB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellout/models",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "description": "Sellout.io models",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -16,8 +16,8 @@
16
16
  "author": "samheutmaker@gmail.com",
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "@sellout/service": "^0.0.72",
20
- "@sellout/utils": "^0.0.72",
19
+ "@sellout/service": "^0.0.73",
20
+ "@sellout/utils": "^0.0.73",
21
21
  "@types/shortid": "0.0.29",
22
22
  "apollo-link-debounce": "^2.1.0",
23
23
  "graphql": "^14.6.0",
@@ -30,5 +30,5 @@
30
30
  "protobufjs": "~6.10.1",
31
31
  "typescript": "^3.8.3"
32
32
  },
33
- "gitHead": "93aa10fbdd08330d24b8e63e9696afed3fbd43f3"
33
+ "gitHead": "666f85457f55bbb2cf458f092e1013fc961de007"
34
34
  }
@@ -23,6 +23,8 @@ const query = gql`
23
23
  organization {
24
24
  orgName
25
25
  stripeId
26
+ googleAnalyticsId
27
+ facebookPixelId
26
28
  }
27
29
  venue {
28
30
  name