@sellout/models 0.0.217 → 0.0.218
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.
- package/.dist/graphql/mutations/createSeason.mutation.js +5 -0
- package/.dist/graphql/mutations/createSeason.mutation.js.map +1 -1
- package/.dist/graphql/mutations/publishSeason.mutation.js +5 -0
- package/.dist/graphql/mutations/publishSeason.mutation.js.map +1 -1
- package/.dist/graphql/mutations/updateSeason.mutation.js +6 -0
- package/.dist/graphql/mutations/updateSeason.mutation.js.map +1 -1
- package/.dist/graphql/queries/season.query.js +1 -0
- package/.dist/graphql/queries/season.query.js.map +1 -1
- package/package.json +3 -3
- package/src/graphql/mutations/createSeason.mutation.ts +5 -0
- package/src/graphql/mutations/publishSeason.mutation.ts +5 -0
- package/src/graphql/mutations/updateSeason.mutation.ts +6 -0
- package/src/graphql/queries/season.query.ts +1 -0
|
@@ -26,13 +26,16 @@ const mutation = (0, graphql_tag_1.default) `
|
|
|
26
26
|
taxDeduction
|
|
27
27
|
organization {
|
|
28
28
|
orgName
|
|
29
|
+
stripeId
|
|
29
30
|
}
|
|
30
31
|
venue {
|
|
31
32
|
_id
|
|
32
33
|
name
|
|
34
|
+
tax
|
|
33
35
|
address {
|
|
34
36
|
state
|
|
35
37
|
city
|
|
38
|
+
timezone
|
|
36
39
|
}
|
|
37
40
|
imageUrls
|
|
38
41
|
}
|
|
@@ -52,6 +55,7 @@ const mutation = (0, graphql_tag_1.default) `
|
|
|
52
55
|
...Artists
|
|
53
56
|
...WebFlowEntity
|
|
54
57
|
...Analytics
|
|
58
|
+
...SeasonEvents
|
|
55
59
|
}
|
|
56
60
|
}
|
|
57
61
|
|
|
@@ -68,6 +72,7 @@ const mutation = (0, graphql_tag_1.default) `
|
|
|
68
72
|
${season_fragment_1.default.fragments.artists}
|
|
69
73
|
${season_fragment_1.default.fragments.webFlowEntity}
|
|
70
74
|
${season_fragment_1.default.fragments.analytics}
|
|
75
|
+
${season_fragment_1.default.fragments.Events}
|
|
71
76
|
`;
|
|
72
77
|
exports.default = mutation;
|
|
73
78
|
//# sourceMappingURL=createSeason.mutation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createSeason.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createSeason.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,mFAAkD;AAElD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA
|
|
1
|
+
{"version":3,"file":"createSeason.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/createSeason.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,mFAAkD;AAElD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsDhB,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,YAAY;IAC7B,yBAAM,CAAC,SAAS,CAAC,WAAW;IAC5B,yBAAM,CAAC,SAAS,CAAC,KAAK;IACtB,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,UAAU;IAC3B,yBAAM,CAAC,SAAS,CAAC,YAAY;IAC7B,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,IAAI;IACrB,yBAAM,CAAC,SAAS,CAAC,OAAO;IACxB,yBAAM,CAAC,SAAS,CAAC,aAAa;IAC9B,yBAAM,CAAC,SAAS,CAAC,SAAS;IAC1B,yBAAM,CAAC,SAAS,CAAC,MAAM;CAC1B,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -26,13 +26,16 @@ const mutation = (0, graphql_tag_1.default) `
|
|
|
26
26
|
taxDeduction
|
|
27
27
|
organization {
|
|
28
28
|
orgName
|
|
29
|
+
stripeId
|
|
29
30
|
}
|
|
30
31
|
venue {
|
|
31
32
|
_id
|
|
32
33
|
name
|
|
34
|
+
tax
|
|
33
35
|
address {
|
|
34
36
|
state
|
|
35
37
|
city
|
|
38
|
+
timezone
|
|
36
39
|
}
|
|
37
40
|
imageUrls
|
|
38
41
|
}
|
|
@@ -52,6 +55,7 @@ const mutation = (0, graphql_tag_1.default) `
|
|
|
52
55
|
...Artists
|
|
53
56
|
...WebFlowEntity
|
|
54
57
|
...Analytics
|
|
58
|
+
...SeasonEvents
|
|
55
59
|
}
|
|
56
60
|
}
|
|
57
61
|
|
|
@@ -68,6 +72,7 @@ const mutation = (0, graphql_tag_1.default) `
|
|
|
68
72
|
${season_fragment_1.default.fragments.artists}
|
|
69
73
|
${season_fragment_1.default.fragments.webFlowEntity}
|
|
70
74
|
${season_fragment_1.default.fragments.analytics}
|
|
75
|
+
${season_fragment_1.default.fragments.Events}
|
|
71
76
|
`;
|
|
72
77
|
exports.default = mutation;
|
|
73
78
|
//# sourceMappingURL=publishSeason.mutation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publishSeason.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/publishSeason.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,mFAAkD;AAElD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA
|
|
1
|
+
{"version":3,"file":"publishSeason.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/publishSeason.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,mFAAkD;AAElD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsDhB,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,YAAY;IAC7B,yBAAM,CAAC,SAAS,CAAC,WAAW;IAC5B,yBAAM,CAAC,SAAS,CAAC,KAAK;IACtB,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,UAAU;IAC3B,yBAAM,CAAC,SAAS,CAAC,YAAY;IAC7B,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,IAAI;IACrB,yBAAM,CAAC,SAAS,CAAC,OAAO;IACxB,yBAAM,CAAC,SAAS,CAAC,aAAa;IAC9B,yBAAM,CAAC,SAAS,CAAC,SAAS;IAC1B,yBAAM,CAAC,SAAS,CAAC,MAAM;CAC1B,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -14,6 +14,7 @@ const mutation = (0, graphql_tag_1.default) `
|
|
|
14
14
|
subtitle
|
|
15
15
|
description
|
|
16
16
|
userAgreement
|
|
17
|
+
processAs
|
|
17
18
|
posterImageUrl
|
|
18
19
|
venueId
|
|
19
20
|
createdAt
|
|
@@ -25,13 +26,16 @@ const mutation = (0, graphql_tag_1.default) `
|
|
|
25
26
|
taxDeduction
|
|
26
27
|
organization {
|
|
27
28
|
orgName
|
|
29
|
+
stripeId
|
|
28
30
|
}
|
|
29
31
|
venue {
|
|
30
32
|
_id
|
|
31
33
|
name
|
|
34
|
+
tax
|
|
32
35
|
address {
|
|
33
36
|
state
|
|
34
37
|
city
|
|
38
|
+
timezone
|
|
35
39
|
}
|
|
36
40
|
imageUrls
|
|
37
41
|
}
|
|
@@ -51,6 +55,7 @@ const mutation = (0, graphql_tag_1.default) `
|
|
|
51
55
|
...Artists
|
|
52
56
|
...WebFlowEntity
|
|
53
57
|
...Analytics
|
|
58
|
+
...SeasonEvents
|
|
54
59
|
}
|
|
55
60
|
}
|
|
56
61
|
|
|
@@ -67,6 +72,7 @@ const mutation = (0, graphql_tag_1.default) `
|
|
|
67
72
|
${season_fragment_1.default.fragments.artists}
|
|
68
73
|
${season_fragment_1.default.fragments.webFlowEntity}
|
|
69
74
|
${season_fragment_1.default.fragments.analytics}
|
|
75
|
+
${season_fragment_1.default.fragments.Events}
|
|
70
76
|
`;
|
|
71
77
|
exports.default = mutation;
|
|
72
78
|
//# sourceMappingURL=updateSeason.mutation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateSeason.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateSeason.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,mFAAkD;AAElD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA
|
|
1
|
+
{"version":3,"file":"updateSeason.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateSeason.mutation.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,mFAAkD;AAElD,MAAM,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsDhB,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,YAAY;IAC7B,yBAAM,CAAC,SAAS,CAAC,WAAW;IAC5B,yBAAM,CAAC,SAAS,CAAC,KAAK;IACtB,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,UAAU;IAC3B,yBAAM,CAAC,SAAS,CAAC,YAAY;IAC7B,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,IAAI;IACrB,yBAAM,CAAC,SAAS,CAAC,OAAO;IACxB,yBAAM,CAAC,SAAS,CAAC,aAAa;IAC9B,yBAAM,CAAC,SAAS,CAAC,SAAS;IAC1B,yBAAM,CAAC,SAAS,CAAC,MAAM;CAC1B,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"season.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/season.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,mFAAkD;AAElD,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA
|
|
1
|
+
{"version":3,"file":"season.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/season.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAC9B,mFAAkD;AAElD,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsDb,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,YAAY;IAC7B,yBAAM,CAAC,SAAS,CAAC,WAAW;IAC5B,yBAAM,CAAC,SAAS,CAAC,KAAK;IACtB,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,UAAU;IAC3B,yBAAM,CAAC,SAAS,CAAC,YAAY;IAC7B,yBAAM,CAAC,SAAS,CAAC,QAAQ;IACzB,yBAAM,CAAC,SAAS,CAAC,IAAI;IACrB,yBAAM,CAAC,SAAS,CAAC,OAAO;IACxB,yBAAM,CAAC,SAAS,CAAC,aAAa;IAC9B,yBAAM,CAAC,SAAS,CAAC,SAAS;IAC1B,yBAAM,CAAC,SAAS,CAAC,MAAM;CAC1B,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellout/models",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.218",
|
|
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.
|
|
20
|
+
"@sellout/utils": "^0.0.218",
|
|
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": "
|
|
34
|
+
"gitHead": "4b12b575dd349bde732ef80e9ee98b3cfc800576"
|
|
35
35
|
}
|
|
@@ -22,13 +22,16 @@ const mutation = gql`
|
|
|
22
22
|
taxDeduction
|
|
23
23
|
organization {
|
|
24
24
|
orgName
|
|
25
|
+
stripeId
|
|
25
26
|
}
|
|
26
27
|
venue {
|
|
27
28
|
_id
|
|
28
29
|
name
|
|
30
|
+
tax
|
|
29
31
|
address {
|
|
30
32
|
state
|
|
31
33
|
city
|
|
34
|
+
timezone
|
|
32
35
|
}
|
|
33
36
|
imageUrls
|
|
34
37
|
}
|
|
@@ -48,6 +51,7 @@ const mutation = gql`
|
|
|
48
51
|
...Artists
|
|
49
52
|
...WebFlowEntity
|
|
50
53
|
...Analytics
|
|
54
|
+
...SeasonEvents
|
|
51
55
|
}
|
|
52
56
|
}
|
|
53
57
|
|
|
@@ -64,6 +68,7 @@ const mutation = gql`
|
|
|
64
68
|
${Season.fragments.artists}
|
|
65
69
|
${Season.fragments.webFlowEntity}
|
|
66
70
|
${Season.fragments.analytics}
|
|
71
|
+
${Season.fragments.Events}
|
|
67
72
|
`;
|
|
68
73
|
|
|
69
74
|
export default mutation;
|
|
@@ -22,13 +22,16 @@ const mutation = gql`
|
|
|
22
22
|
taxDeduction
|
|
23
23
|
organization {
|
|
24
24
|
orgName
|
|
25
|
+
stripeId
|
|
25
26
|
}
|
|
26
27
|
venue {
|
|
27
28
|
_id
|
|
28
29
|
name
|
|
30
|
+
tax
|
|
29
31
|
address {
|
|
30
32
|
state
|
|
31
33
|
city
|
|
34
|
+
timezone
|
|
32
35
|
}
|
|
33
36
|
imageUrls
|
|
34
37
|
}
|
|
@@ -48,6 +51,7 @@ const mutation = gql`
|
|
|
48
51
|
...Artists
|
|
49
52
|
...WebFlowEntity
|
|
50
53
|
...Analytics
|
|
54
|
+
...SeasonEvents
|
|
51
55
|
}
|
|
52
56
|
}
|
|
53
57
|
|
|
@@ -64,6 +68,7 @@ const mutation = gql`
|
|
|
64
68
|
${Season.fragments.artists}
|
|
65
69
|
${Season.fragments.webFlowEntity}
|
|
66
70
|
${Season.fragments.analytics}
|
|
71
|
+
${Season.fragments.Events}
|
|
67
72
|
`;
|
|
68
73
|
|
|
69
74
|
export default mutation;
|
|
@@ -10,6 +10,7 @@ const mutation = gql`
|
|
|
10
10
|
subtitle
|
|
11
11
|
description
|
|
12
12
|
userAgreement
|
|
13
|
+
processAs
|
|
13
14
|
posterImageUrl
|
|
14
15
|
venueId
|
|
15
16
|
createdAt
|
|
@@ -21,13 +22,16 @@ const mutation = gql`
|
|
|
21
22
|
taxDeduction
|
|
22
23
|
organization {
|
|
23
24
|
orgName
|
|
25
|
+
stripeId
|
|
24
26
|
}
|
|
25
27
|
venue {
|
|
26
28
|
_id
|
|
27
29
|
name
|
|
30
|
+
tax
|
|
28
31
|
address {
|
|
29
32
|
state
|
|
30
33
|
city
|
|
34
|
+
timezone
|
|
31
35
|
}
|
|
32
36
|
imageUrls
|
|
33
37
|
}
|
|
@@ -47,6 +51,7 @@ const mutation = gql`
|
|
|
47
51
|
...Artists
|
|
48
52
|
...WebFlowEntity
|
|
49
53
|
...Analytics
|
|
54
|
+
...SeasonEvents
|
|
50
55
|
}
|
|
51
56
|
}
|
|
52
57
|
|
|
@@ -63,6 +68,7 @@ const mutation = gql`
|
|
|
63
68
|
${Season.fragments.artists}
|
|
64
69
|
${Season.fragments.webFlowEntity}
|
|
65
70
|
${Season.fragments.analytics}
|
|
71
|
+
${Season.fragments.Events}
|
|
66
72
|
`;
|
|
67
73
|
|
|
68
74
|
export default mutation;
|