@ticketapp-dev/shop-sdk 1.0.58 → 1.0.59
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/index.js +568 -563
- package/dist/services/event/event.service.d.ts.map +1 -1
- package/dist/services/event/event.service.generated.d.ts +1 -0
- package/dist/services/event/event.service.generated.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GraphQLClient as A } from "graphql-request";
|
|
2
2
|
import { DateTime as Te } from "luxon";
|
|
3
|
-
var T = /* @__PURE__ */ ((e) => (e.PACKAGE = "PACKAGE", e.PRODUCT = "PRODUCT", e.ADD_ONS = "ADD_ONS", e.DELIVERY = "DELIVERY", e.PICKUP = "PICKUP", e))(T || {}), L = /* @__PURE__ */ ((e) => (e.AdditionalEvent = "ADDITIONAL_EVENT", e.Addon = "ADDON", e.Regular = "REGULAR", e))(L || {}), W = /* @__PURE__ */ ((e) => (e.Active = "ACTIVE", e.Concept = "CONCEPT", e.Paused = "PAUSED", e.SoldOut = "SOLD_OUT", e))(W || {}), Z = /* @__PURE__ */ ((e) => (e.Active = "ACTIVE", e.Inactive = "INACTIVE", e))(Z || {}), K = /* @__PURE__ */ ((e) => (e.Active = "ACTIVE", e.Inactive = "INACTIVE", e.Paused = "PAUSED", e.SoldOut = "SOLD_OUT", e))(K || {}), ee = /* @__PURE__ */ ((e) => (e.Asc = "ASC", e.Desc = "DESC", e))(ee || {}), te = /* @__PURE__ */ ((e) => (e.AllReserved = "ALL_RESERVED", e.Available = "AVAILABLE", e.SoldOut = "SOLD_OUT", e))(te || {}), ne = /* @__PURE__ */ ((e) => (e.Addon = "ADDON", e.Delivery = "DELIVERY", e.Door = "DOOR", e.Friend = "FRIEND", e.Guest = "GUEST", e.Pickup = "PICKUP", e.Promoter = "PROMOTER", e.Ticket = "TICKET", e))(ne || {}),
|
|
4
|
-
const
|
|
3
|
+
var T = /* @__PURE__ */ ((e) => (e.PACKAGE = "PACKAGE", e.PRODUCT = "PRODUCT", e.ADD_ONS = "ADD_ONS", e.DELIVERY = "DELIVERY", e.PICKUP = "PICKUP", e))(T || {}), L = /* @__PURE__ */ ((e) => (e.AdditionalEvent = "ADDITIONAL_EVENT", e.Addon = "ADDON", e.Regular = "REGULAR", e))(L || {}), W = /* @__PURE__ */ ((e) => (e.Active = "ACTIVE", e.Concept = "CONCEPT", e.Paused = "PAUSED", e.SoldOut = "SOLD_OUT", e))(W || {}), Z = /* @__PURE__ */ ((e) => (e.Active = "ACTIVE", e.Inactive = "INACTIVE", e))(Z || {}), K = /* @__PURE__ */ ((e) => (e.Active = "ACTIVE", e.Inactive = "INACTIVE", e.Paused = "PAUSED", e.SoldOut = "SOLD_OUT", e))(K || {}), ee = /* @__PURE__ */ ((e) => (e.Asc = "ASC", e.Desc = "DESC", e))(ee || {}), te = /* @__PURE__ */ ((e) => (e.AllReserved = "ALL_RESERVED", e.Available = "AVAILABLE", e.SoldOut = "SOLD_OUT", e))(te || {}), ne = /* @__PURE__ */ ((e) => (e.Addon = "ADDON", e.Delivery = "DELIVERY", e.Door = "DOOR", e.Friend = "FRIEND", e.Guest = "GUEST", e.Pickup = "PICKUP", e.Promoter = "PROMOTER", e.Ticket = "TICKET", e))(ne || {}), re = /* @__PURE__ */ ((e) => (e.FIXED = "FIXED", e.PERCENTAGE = "PERCENTAGE", e))(re || {}), ie = /* @__PURE__ */ ((e) => (e.AddOn = "ADD_ON", e.DeliveryOption = "DELIVERY_OPTION", e.EntranceTicket = "ENTRANCE_TICKET", e))(ie || {}), se = /* @__PURE__ */ ((e) => (e.Fixed = "FIXED", e.Percentage = "PERCENTAGE", e))(se || {}), ae = /* @__PURE__ */ ((e) => (e.Default = "DEFAULT", e.Transparent = "TRANSPARENT", e))(ae || {}), oe = /* @__PURE__ */ ((e) => (e.Calendar = "CALENDAR", e.Large = "LARGE", e.Small = "SMALL", e))(oe || {}), R = /* @__PURE__ */ ((e) => (e.Event = "EVENT", e.Package = "PACKAGE", e))(R || {}), ce = /* @__PURE__ */ ((e) => (e.RADIO_BUTTON = "RADIO_BUTTON", e.DATE = "DATE", e.EMAIL = "EMAIL", e.NUMERIC = "NUMERIC", e.DROPDOWN = "DROPDOWN", e.TEXT = "TEXT", e.TEXT_AREA = "TEXT_AREA", e.TIME = "TIME", e.CHECKBOX = "CHECKBOX", e.PHONE_NUMBER = "PHONE_NUMBER", e))(ce || {}), de = /* @__PURE__ */ ((e) => (e.GENDER = "GENDER", e.FIRST_NAME = "FIRST_NAME", e.LAST_NAME = "LAST_NAME", e.EMAIL = "EMAIL", e.AGE = "AGE", e.RESIDENCE = "RESIDENCE", e.GOOGLE_PLACE = "GOOGLE_PLACE", e))(de || {}), ue = /* @__PURE__ */ ((e) => (e.ONLINE = "ONLINE", e.OFFLINE = "OFFLINE", e))(ue || {});
|
|
4
|
+
const De = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5
5
|
__proto__: null,
|
|
6
6
|
BasketOrderType: T,
|
|
7
7
|
CustomFieldMandatoryType: de,
|
|
@@ -9,11 +9,11 @@ const Ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
9
9
|
DiscountType: se,
|
|
10
10
|
EventStatus: K,
|
|
11
11
|
MetricsType: R,
|
|
12
|
-
OrderItemType:
|
|
12
|
+
OrderItemType: ie,
|
|
13
13
|
PackageItemType: L,
|
|
14
14
|
PackageStatus: W,
|
|
15
15
|
PackageTabType: Z,
|
|
16
|
-
PaymentMethodFeeType:
|
|
16
|
+
PaymentMethodFeeType: re,
|
|
17
17
|
ProductStatus: te,
|
|
18
18
|
ProductType: ne,
|
|
19
19
|
SalesLocations: ue,
|
|
@@ -21,20 +21,20 @@ const Ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
21
21
|
ShopVariationType: oe,
|
|
22
22
|
SortOrder: ee
|
|
23
23
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24
|
-
var
|
|
25
|
-
return
|
|
26
|
-
for (var n,
|
|
27
|
-
n = arguments[
|
|
24
|
+
var w = function() {
|
|
25
|
+
return w = Object.assign || function(t) {
|
|
26
|
+
for (var n, r = 1, i = arguments.length; r < i; r++) {
|
|
27
|
+
n = arguments[r];
|
|
28
28
|
for (var s in n) Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
|
|
29
29
|
}
|
|
30
30
|
return t;
|
|
31
|
-
},
|
|
31
|
+
}, w.apply(this, arguments);
|
|
32
32
|
};
|
|
33
33
|
function U(e, t) {
|
|
34
34
|
if (!!!e)
|
|
35
35
|
throw new Error(t);
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function Ne(e) {
|
|
38
38
|
return typeof e == "object" && e !== null;
|
|
39
39
|
}
|
|
40
40
|
function ve(e, t) {
|
|
@@ -45,14 +45,14 @@ function ve(e, t) {
|
|
|
45
45
|
}
|
|
46
46
|
const Pe = /\r\n|[\n\r]/g;
|
|
47
47
|
function M(e, t) {
|
|
48
|
-
let n = 0,
|
|
49
|
-
for (const
|
|
50
|
-
if (typeof
|
|
48
|
+
let n = 0, r = 1;
|
|
49
|
+
for (const i of e.body.matchAll(Pe)) {
|
|
50
|
+
if (typeof i.index == "number" || ve(!1), i.index >= t)
|
|
51
51
|
break;
|
|
52
|
-
n =
|
|
52
|
+
n = i.index + i[0].length, r += 1;
|
|
53
53
|
}
|
|
54
54
|
return {
|
|
55
|
-
line:
|
|
55
|
+
line: r,
|
|
56
56
|
column: t + 1 - n
|
|
57
57
|
};
|
|
58
58
|
}
|
|
@@ -63,8 +63,8 @@ function be(e) {
|
|
|
63
63
|
);
|
|
64
64
|
}
|
|
65
65
|
function le(e, t) {
|
|
66
|
-
const n = e.locationOffset.column - 1,
|
|
67
|
-
`, p =
|
|
66
|
+
const n = e.locationOffset.column - 1, r = "".padStart(n) + e.body, i = t.line - 1, s = e.locationOffset.line - 1, o = t.line + s, l = t.line === 1 ? n : 0, h = t.column + l, E = `${e.name}:${o}:${h}
|
|
67
|
+
`, p = r.split(/\r\n|[\n\r]/g), d = p[i];
|
|
68
68
|
if (d.length > 120) {
|
|
69
69
|
const g = Math.floor(h / 80), y = h % 80, m = [];
|
|
70
70
|
for (let k = 0; k < d.length; k += 80)
|
|
@@ -78,15 +78,15 @@ function le(e, t) {
|
|
|
78
78
|
}
|
|
79
79
|
return E + Q([
|
|
80
80
|
// Lines specified like this: ["prefix", "string"],
|
|
81
|
-
[`${o - 1} |`, p[
|
|
81
|
+
[`${o - 1} |`, p[i - 1]],
|
|
82
82
|
[`${o} |`, d],
|
|
83
83
|
["|", "^".padStart(h)],
|
|
84
|
-
[`${o + 1} |`, p[
|
|
84
|
+
[`${o + 1} |`, p[i + 1]]
|
|
85
85
|
]);
|
|
86
86
|
}
|
|
87
87
|
function Q(e) {
|
|
88
|
-
const t = e.filter(([
|
|
89
|
-
return t.map(([
|
|
88
|
+
const t = e.filter(([r, i]) => i !== void 0), n = Math.max(...t.map(([r]) => r.length));
|
|
89
|
+
return t.map(([r, i]) => r.padStart(n) + (i ? " " + i : "")).join(`
|
|
90
90
|
`);
|
|
91
91
|
}
|
|
92
92
|
function xe(e) {
|
|
@@ -140,16 +140,16 @@ class G extends Error {
|
|
|
140
140
|
* @deprecated Please use the `GraphQLErrorOptions` constructor overload instead.
|
|
141
141
|
*/
|
|
142
142
|
constructor(t, ...n) {
|
|
143
|
-
var
|
|
143
|
+
var r, i, s;
|
|
144
144
|
const { nodes: o, source: l, positions: h, path: E, originalError: p, extensions: d } = xe(n);
|
|
145
145
|
super(t), this.name = "GraphQLError", this.path = E ?? void 0, this.originalError = p ?? void 0, this.nodes = X(
|
|
146
146
|
Array.isArray(o) ? o : o ? [o] : void 0
|
|
147
147
|
);
|
|
148
148
|
const g = X(
|
|
149
|
-
(
|
|
149
|
+
(r = this.nodes) === null || r === void 0 ? void 0 : r.map((m) => m.loc).filter((m) => m != null)
|
|
150
150
|
);
|
|
151
|
-
this.source = l ?? (g == null || (
|
|
152
|
-
const y =
|
|
151
|
+
this.source = l ?? (g == null || (i = g[0]) === null || i === void 0 ? void 0 : i.source), this.positions = h ?? g?.map((m) => m.start), this.locations = h && l ? h.map((m) => M(l, m)) : g?.map((m) => M(m.source, m.start));
|
|
152
|
+
const y = Ne(
|
|
153
153
|
p?.extensions
|
|
154
154
|
) ? p?.extensions : void 0;
|
|
155
155
|
this.extensions = (s = d ?? y) !== null && s !== void 0 ? s : /* @__PURE__ */ Object.create(null), Object.defineProperties(this, {
|
|
@@ -231,8 +231,8 @@ class Se {
|
|
|
231
231
|
/**
|
|
232
232
|
* The Source document the AST represents.
|
|
233
233
|
*/
|
|
234
|
-
constructor(t, n,
|
|
235
|
-
this.start = t.start, this.end = n.end, this.startToken = t, this.endToken = n, this.source =
|
|
234
|
+
constructor(t, n, r) {
|
|
235
|
+
this.start = t.start, this.end = n.end, this.startToken = t, this.endToken = n, this.source = r;
|
|
236
236
|
}
|
|
237
237
|
get [Symbol.toStringTag]() {
|
|
238
238
|
return "Location";
|
|
@@ -271,8 +271,8 @@ class he {
|
|
|
271
271
|
* including ignored tokens. <SOF> is always the first node and <EOF>
|
|
272
272
|
* the last.
|
|
273
273
|
*/
|
|
274
|
-
constructor(t, n,
|
|
275
|
-
this.kind = t, this.start = n, this.end =
|
|
274
|
+
constructor(t, n, r, i, s, o) {
|
|
275
|
+
this.kind = t, this.start = n, this.end = r, this.line = i, this.column = s, this.value = o, this.prev = null, this.next = null;
|
|
276
276
|
}
|
|
277
277
|
get [Symbol.toStringTag]() {
|
|
278
278
|
return "Token";
|
|
@@ -375,10 +375,10 @@ const Ce = {
|
|
|
375
375
|
DirectiveArgumentCoordinate: ["name", "argumentName"]
|
|
376
376
|
};
|
|
377
377
|
new Set(Object.keys(Ce));
|
|
378
|
-
var
|
|
378
|
+
var N;
|
|
379
379
|
(function(e) {
|
|
380
380
|
e.QUERY = "query", e.MUTATION = "mutation", e.SUBSCRIPTION = "subscription";
|
|
381
|
-
})(
|
|
381
|
+
})(N || (N = {}));
|
|
382
382
|
var q;
|
|
383
383
|
(function(e) {
|
|
384
384
|
e.QUERY = "QUERY", e.MUTATION = "MUTATION", e.SUBSCRIPTION = "SUBSCRIPTION", e.FIELD = "FIELD", e.FRAGMENT_DEFINITION = "FRAGMENT_DEFINITION", e.FRAGMENT_SPREAD = "FRAGMENT_SPREAD", e.INLINE_FRAGMENT = "INLINE_FRAGMENT", e.VARIABLE_DEFINITION = "VARIABLE_DEFINITION", e.SCHEMA = "SCHEMA", e.SCALAR = "SCALAR", e.OBJECT = "OBJECT", e.FIELD_DEFINITION = "FIELD_DEFINITION", e.ARGUMENT_DEFINITION = "ARGUMENT_DEFINITION", e.INTERFACE = "INTERFACE", e.UNION = "UNION", e.ENUM = "ENUM", e.ENUM_VALUE = "ENUM_VALUE", e.INPUT_OBJECT = "INPUT_OBJECT", e.INPUT_FIELD_DEFINITION = "INPUT_FIELD_DEFINITION";
|
|
@@ -405,18 +405,18 @@ function Le(e) {
|
|
|
405
405
|
}
|
|
406
406
|
function Re(e) {
|
|
407
407
|
var t;
|
|
408
|
-
let n = Number.MAX_SAFE_INTEGER,
|
|
408
|
+
let n = Number.MAX_SAFE_INTEGER, r = null, i = -1;
|
|
409
409
|
for (let o = 0; o < e.length; ++o) {
|
|
410
410
|
var s;
|
|
411
|
-
const l = e[o], h =
|
|
412
|
-
h !== l.length && (
|
|
411
|
+
const l = e[o], h = we(l);
|
|
412
|
+
h !== l.length && (r = (s = r) !== null && s !== void 0 ? s : o, i = o, o !== 0 && h < n && (n = h));
|
|
413
413
|
}
|
|
414
414
|
return e.map((o, l) => l === 0 ? o : o.slice(n)).slice(
|
|
415
|
-
(t =
|
|
416
|
-
|
|
415
|
+
(t = r) !== null && t !== void 0 ? t : 0,
|
|
416
|
+
i + 1
|
|
417
417
|
);
|
|
418
418
|
}
|
|
419
|
-
function
|
|
419
|
+
function we(e) {
|
|
420
420
|
let t = 0;
|
|
421
421
|
for (; t < e.length && _e(e.charCodeAt(t)); )
|
|
422
422
|
++t;
|
|
@@ -426,7 +426,7 @@ var a;
|
|
|
426
426
|
(function(e) {
|
|
427
427
|
e.SOF = "<SOF>", e.EOF = "<EOF>", e.BANG = "!", e.DOLLAR = "$", e.AMP = "&", e.PAREN_L = "(", e.PAREN_R = ")", e.DOT = ".", e.SPREAD = "...", e.COLON = ":", e.EQUALS = "=", e.AT = "@", e.BRACKET_L = "[", e.BRACKET_R = "]", e.BRACE_L = "{", e.PIPE = "|", e.BRACE_R = "}", e.NAME = "Name", e.INT = "Int", e.FLOAT = "Float", e.STRING = "String", e.BLOCK_STRING = "BlockString", e.COMMENT = "Comment";
|
|
428
428
|
})(a || (a = {}));
|
|
429
|
-
class
|
|
429
|
+
class Fe {
|
|
430
430
|
/**
|
|
431
431
|
* The previously focused non-ignored token.
|
|
432
432
|
*/
|
|
@@ -485,25 +485,25 @@ function me(e) {
|
|
|
485
485
|
function fe(e) {
|
|
486
486
|
return e >= 56320 && e <= 57343;
|
|
487
487
|
}
|
|
488
|
-
function
|
|
488
|
+
function D(e, t) {
|
|
489
489
|
const n = e.source.body.codePointAt(t);
|
|
490
490
|
if (n === void 0)
|
|
491
491
|
return a.EOF;
|
|
492
492
|
if (n >= 32 && n <= 126) {
|
|
493
|
-
const
|
|
494
|
-
return
|
|
493
|
+
const r = String.fromCodePoint(n);
|
|
494
|
+
return r === '"' ? `'"'` : `"${r}"`;
|
|
495
495
|
}
|
|
496
496
|
return "U+" + n.toString(16).toUpperCase().padStart(4, "0");
|
|
497
497
|
}
|
|
498
|
-
function f(e, t, n,
|
|
498
|
+
function f(e, t, n, r, i) {
|
|
499
499
|
const s = e.line, o = 1 + n - e.lineStart;
|
|
500
|
-
return new he(t, n,
|
|
500
|
+
return new he(t, n, r, s, o, i);
|
|
501
501
|
}
|
|
502
502
|
function Be(e, t) {
|
|
503
|
-
const n = e.source.body,
|
|
504
|
-
let
|
|
505
|
-
for (;
|
|
506
|
-
const s = n.charCodeAt(
|
|
503
|
+
const n = e.source.body, r = n.length;
|
|
504
|
+
let i = t;
|
|
505
|
+
for (; i < r; ) {
|
|
506
|
+
const s = n.charCodeAt(i);
|
|
507
507
|
switch (s) {
|
|
508
508
|
// Ignored ::
|
|
509
509
|
// - UnicodeBOM
|
|
@@ -526,21 +526,21 @@ function Be(e, t) {
|
|
|
526
526
|
case 32:
|
|
527
527
|
// <space>
|
|
528
528
|
case 44:
|
|
529
|
-
++
|
|
529
|
+
++i;
|
|
530
530
|
continue;
|
|
531
531
|
// LineTerminator ::
|
|
532
532
|
// - "New Line (U+000A)"
|
|
533
533
|
// - "Carriage Return (U+000D)" [lookahead != "New Line (U+000A)"]
|
|
534
534
|
// - "Carriage Return (U+000D)" "New Line (U+000A)"
|
|
535
535
|
case 10:
|
|
536
|
-
++
|
|
536
|
+
++i, ++e.line, e.lineStart = i;
|
|
537
537
|
continue;
|
|
538
538
|
case 13:
|
|
539
|
-
n.charCodeAt(
|
|
539
|
+
n.charCodeAt(i + 1) === 10 ? i += 2 : ++i, ++e.line, e.lineStart = i;
|
|
540
540
|
continue;
|
|
541
541
|
// Comment
|
|
542
542
|
case 35:
|
|
543
|
-
return Ue(e,
|
|
543
|
+
return Ue(e, i);
|
|
544
544
|
// Token ::
|
|
545
545
|
// - Punctuator
|
|
546
546
|
// - Name
|
|
@@ -550,62 +550,62 @@ function Be(e, t) {
|
|
|
550
550
|
//
|
|
551
551
|
// Punctuator :: one of ! $ & ( ) ... : = @ [ ] { | }
|
|
552
552
|
case 33:
|
|
553
|
-
return f(e, a.BANG,
|
|
553
|
+
return f(e, a.BANG, i, i + 1);
|
|
554
554
|
case 36:
|
|
555
|
-
return f(e, a.DOLLAR,
|
|
555
|
+
return f(e, a.DOLLAR, i, i + 1);
|
|
556
556
|
case 38:
|
|
557
|
-
return f(e, a.AMP,
|
|
557
|
+
return f(e, a.AMP, i, i + 1);
|
|
558
558
|
case 40:
|
|
559
|
-
return f(e, a.PAREN_L,
|
|
559
|
+
return f(e, a.PAREN_L, i, i + 1);
|
|
560
560
|
case 41:
|
|
561
|
-
return f(e, a.PAREN_R,
|
|
561
|
+
return f(e, a.PAREN_R, i, i + 1);
|
|
562
562
|
case 46:
|
|
563
|
-
if (n.charCodeAt(
|
|
564
|
-
return f(e, a.SPREAD,
|
|
563
|
+
if (n.charCodeAt(i + 1) === 46 && n.charCodeAt(i + 2) === 46)
|
|
564
|
+
return f(e, a.SPREAD, i, i + 3);
|
|
565
565
|
break;
|
|
566
566
|
case 58:
|
|
567
|
-
return f(e, a.COLON,
|
|
567
|
+
return f(e, a.COLON, i, i + 1);
|
|
568
568
|
case 61:
|
|
569
|
-
return f(e, a.EQUALS,
|
|
569
|
+
return f(e, a.EQUALS, i, i + 1);
|
|
570
570
|
case 64:
|
|
571
|
-
return f(e, a.AT,
|
|
571
|
+
return f(e, a.AT, i, i + 1);
|
|
572
572
|
case 91:
|
|
573
|
-
return f(e, a.BRACKET_L,
|
|
573
|
+
return f(e, a.BRACKET_L, i, i + 1);
|
|
574
574
|
case 93:
|
|
575
|
-
return f(e, a.BRACKET_R,
|
|
575
|
+
return f(e, a.BRACKET_R, i, i + 1);
|
|
576
576
|
case 123:
|
|
577
|
-
return f(e, a.BRACE_L,
|
|
577
|
+
return f(e, a.BRACE_L, i, i + 1);
|
|
578
578
|
case 124:
|
|
579
|
-
return f(e, a.PIPE,
|
|
579
|
+
return f(e, a.PIPE, i, i + 1);
|
|
580
580
|
case 125:
|
|
581
|
-
return f(e, a.BRACE_R,
|
|
581
|
+
return f(e, a.BRACE_R, i, i + 1);
|
|
582
582
|
// StringValue
|
|
583
583
|
case 34:
|
|
584
|
-
return n.charCodeAt(
|
|
584
|
+
return n.charCodeAt(i + 1) === 34 && n.charCodeAt(i + 2) === 34 ? je(e, i) : Me(e, i);
|
|
585
585
|
}
|
|
586
586
|
if (x(s) || s === 45)
|
|
587
|
-
return Ve(e,
|
|
587
|
+
return Ve(e, i, s);
|
|
588
588
|
if (ge(s))
|
|
589
|
-
return He(e,
|
|
589
|
+
return He(e, i);
|
|
590
590
|
throw I(
|
|
591
591
|
e.source,
|
|
592
|
-
|
|
593
|
-
s === 39 ? `Unexpected single quote character ('), did you mean to use a double quote (")?` : v(s) || $(n,
|
|
592
|
+
i,
|
|
593
|
+
s === 39 ? `Unexpected single quote character ('), did you mean to use a double quote (")?` : v(s) || $(n, i) ? `Unexpected character: ${D(e, i)}.` : `Invalid character: ${D(e, i)}.`
|
|
594
594
|
);
|
|
595
595
|
}
|
|
596
|
-
return f(e, a.EOF,
|
|
596
|
+
return f(e, a.EOF, r, r);
|
|
597
597
|
}
|
|
598
598
|
function Ue(e, t) {
|
|
599
|
-
const n = e.source.body,
|
|
600
|
-
let
|
|
601
|
-
for (;
|
|
602
|
-
const s = n.charCodeAt(
|
|
599
|
+
const n = e.source.body, r = n.length;
|
|
600
|
+
let i = t + 1;
|
|
601
|
+
for (; i < r; ) {
|
|
602
|
+
const s = n.charCodeAt(i);
|
|
603
603
|
if (s === 10 || s === 13)
|
|
604
604
|
break;
|
|
605
605
|
if (v(s))
|
|
606
|
-
++
|
|
607
|
-
else if ($(n,
|
|
608
|
-
|
|
606
|
+
++i;
|
|
607
|
+
else if ($(n, i))
|
|
608
|
+
i += 2;
|
|
609
609
|
else
|
|
610
610
|
break;
|
|
611
611
|
}
|
|
@@ -613,40 +613,40 @@ function Ue(e, t) {
|
|
|
613
613
|
e,
|
|
614
614
|
a.COMMENT,
|
|
615
615
|
t,
|
|
616
|
-
|
|
617
|
-
n.slice(t + 1,
|
|
616
|
+
i,
|
|
617
|
+
n.slice(t + 1, i)
|
|
618
618
|
);
|
|
619
619
|
}
|
|
620
620
|
function Ve(e, t, n) {
|
|
621
|
-
const
|
|
622
|
-
let
|
|
623
|
-
if (s === 45 && (s =
|
|
624
|
-
if (s =
|
|
621
|
+
const r = e.source.body;
|
|
622
|
+
let i = t, s = n, o = !1;
|
|
623
|
+
if (s === 45 && (s = r.charCodeAt(++i)), s === 48) {
|
|
624
|
+
if (s = r.charCodeAt(++i), x(s))
|
|
625
625
|
throw I(
|
|
626
626
|
e.source,
|
|
627
|
-
|
|
628
|
-
`Invalid number, unexpected digit after 0: ${
|
|
627
|
+
i,
|
|
628
|
+
`Invalid number, unexpected digit after 0: ${D(
|
|
629
629
|
e,
|
|
630
|
-
|
|
630
|
+
i
|
|
631
631
|
)}.`
|
|
632
632
|
);
|
|
633
633
|
} else
|
|
634
|
-
|
|
635
|
-
if (s === 46 && (o = !0, s =
|
|
634
|
+
i = V(e, i, s), s = r.charCodeAt(i);
|
|
635
|
+
if (s === 46 && (o = !0, s = r.charCodeAt(++i), i = V(e, i, s), s = r.charCodeAt(i)), (s === 69 || s === 101) && (o = !0, s = r.charCodeAt(++i), (s === 43 || s === 45) && (s = r.charCodeAt(++i)), i = V(e, i, s), s = r.charCodeAt(i)), s === 46 || ge(s))
|
|
636
636
|
throw I(
|
|
637
637
|
e.source,
|
|
638
|
-
|
|
639
|
-
`Invalid number, expected digit but got: ${
|
|
638
|
+
i,
|
|
639
|
+
`Invalid number, expected digit but got: ${D(
|
|
640
640
|
e,
|
|
641
|
-
|
|
641
|
+
i
|
|
642
642
|
)}.`
|
|
643
643
|
);
|
|
644
644
|
return f(
|
|
645
645
|
e,
|
|
646
646
|
o ? a.FLOAT : a.INT,
|
|
647
647
|
t,
|
|
648
|
-
|
|
649
|
-
|
|
648
|
+
i,
|
|
649
|
+
r.slice(t, i)
|
|
650
650
|
);
|
|
651
651
|
}
|
|
652
652
|
function V(e, t, n) {
|
|
@@ -654,62 +654,62 @@ function V(e, t, n) {
|
|
|
654
654
|
throw I(
|
|
655
655
|
e.source,
|
|
656
656
|
t,
|
|
657
|
-
`Invalid number, expected digit but got: ${
|
|
657
|
+
`Invalid number, expected digit but got: ${D(
|
|
658
658
|
e,
|
|
659
659
|
t
|
|
660
660
|
)}.`
|
|
661
661
|
);
|
|
662
|
-
const
|
|
663
|
-
let
|
|
664
|
-
for (; x(
|
|
665
|
-
++
|
|
666
|
-
return
|
|
662
|
+
const r = e.source.body;
|
|
663
|
+
let i = t + 1;
|
|
664
|
+
for (; x(r.charCodeAt(i)); )
|
|
665
|
+
++i;
|
|
666
|
+
return i;
|
|
667
667
|
}
|
|
668
668
|
function Me(e, t) {
|
|
669
|
-
const n = e.source.body,
|
|
670
|
-
let
|
|
671
|
-
for (;
|
|
672
|
-
const l = n.charCodeAt(
|
|
669
|
+
const n = e.source.body, r = n.length;
|
|
670
|
+
let i = t + 1, s = i, o = "";
|
|
671
|
+
for (; i < r; ) {
|
|
672
|
+
const l = n.charCodeAt(i);
|
|
673
673
|
if (l === 34)
|
|
674
|
-
return o += n.slice(s,
|
|
674
|
+
return o += n.slice(s, i), f(e, a.STRING, t, i + 1, o);
|
|
675
675
|
if (l === 92) {
|
|
676
|
-
o += n.slice(s,
|
|
677
|
-
const h = n.charCodeAt(
|
|
678
|
-
o += h.value,
|
|
676
|
+
o += n.slice(s, i);
|
|
677
|
+
const h = n.charCodeAt(i + 1) === 117 ? n.charCodeAt(i + 2) === 123 ? qe(e, i) : ze(e, i) : Ge(e, i);
|
|
678
|
+
o += h.value, i += h.size, s = i;
|
|
679
679
|
continue;
|
|
680
680
|
}
|
|
681
681
|
if (l === 10 || l === 13)
|
|
682
682
|
break;
|
|
683
683
|
if (v(l))
|
|
684
|
-
++
|
|
685
|
-
else if ($(n,
|
|
686
|
-
|
|
684
|
+
++i;
|
|
685
|
+
else if ($(n, i))
|
|
686
|
+
i += 2;
|
|
687
687
|
else
|
|
688
688
|
throw I(
|
|
689
689
|
e.source,
|
|
690
|
-
|
|
691
|
-
`Invalid character within String: ${
|
|
690
|
+
i,
|
|
691
|
+
`Invalid character within String: ${D(
|
|
692
692
|
e,
|
|
693
|
-
|
|
693
|
+
i
|
|
694
694
|
)}.`
|
|
695
695
|
);
|
|
696
696
|
}
|
|
697
|
-
throw I(e.source,
|
|
697
|
+
throw I(e.source, i, "Unterminated string.");
|
|
698
698
|
}
|
|
699
699
|
function qe(e, t) {
|
|
700
700
|
const n = e.source.body;
|
|
701
|
-
let
|
|
702
|
-
for (;
|
|
703
|
-
const s = n.charCodeAt(t +
|
|
701
|
+
let r = 0, i = 3;
|
|
702
|
+
for (; i < 12; ) {
|
|
703
|
+
const s = n.charCodeAt(t + i++);
|
|
704
704
|
if (s === 125) {
|
|
705
|
-
if (
|
|
705
|
+
if (i < 5 || !v(r))
|
|
706
706
|
break;
|
|
707
707
|
return {
|
|
708
|
-
value: String.fromCodePoint(
|
|
709
|
-
size:
|
|
708
|
+
value: String.fromCodePoint(r),
|
|
709
|
+
size: i
|
|
710
710
|
};
|
|
711
711
|
}
|
|
712
|
-
if (
|
|
712
|
+
if (r = r << 4 | b(s), r < 0)
|
|
713
713
|
break;
|
|
714
714
|
}
|
|
715
715
|
throw I(
|
|
@@ -717,22 +717,22 @@ function qe(e, t) {
|
|
|
717
717
|
t,
|
|
718
718
|
`Invalid Unicode escape sequence: "${n.slice(
|
|
719
719
|
t,
|
|
720
|
-
t +
|
|
720
|
+
t + i
|
|
721
721
|
)}".`
|
|
722
722
|
);
|
|
723
723
|
}
|
|
724
724
|
function ze(e, t) {
|
|
725
|
-
const n = e.source.body,
|
|
726
|
-
if (v(
|
|
725
|
+
const n = e.source.body, r = J(n, t + 2);
|
|
726
|
+
if (v(r))
|
|
727
727
|
return {
|
|
728
|
-
value: String.fromCodePoint(
|
|
728
|
+
value: String.fromCodePoint(r),
|
|
729
729
|
size: 6
|
|
730
730
|
};
|
|
731
|
-
if (me(
|
|
732
|
-
const
|
|
733
|
-
if (fe(
|
|
731
|
+
if (me(r) && n.charCodeAt(t + 6) === 92 && n.charCodeAt(t + 7) === 117) {
|
|
732
|
+
const i = J(n, t + 8);
|
|
733
|
+
if (fe(i))
|
|
734
734
|
return {
|
|
735
|
-
value: String.fromCodePoint(
|
|
735
|
+
value: String.fromCodePoint(r, i),
|
|
736
736
|
size: 12
|
|
737
737
|
};
|
|
738
738
|
}
|
|
@@ -803,10 +803,10 @@ function Ge(e, t) {
|
|
|
803
803
|
);
|
|
804
804
|
}
|
|
805
805
|
function je(e, t) {
|
|
806
|
-
const n = e.source.body,
|
|
807
|
-
let
|
|
806
|
+
const n = e.source.body, r = n.length;
|
|
807
|
+
let i = e.lineStart, s = t + 3, o = s, l = "";
|
|
808
808
|
const h = [];
|
|
809
|
-
for (; s <
|
|
809
|
+
for (; s < r; ) {
|
|
810
810
|
const E = n.charCodeAt(s);
|
|
811
811
|
if (E === 34 && n.charCodeAt(s + 1) === 34 && n.charCodeAt(s + 2) === 34) {
|
|
812
812
|
l += n.slice(o, s), h.push(l);
|
|
@@ -819,14 +819,14 @@ function je(e, t) {
|
|
|
819
819
|
Re(h).join(`
|
|
820
820
|
`)
|
|
821
821
|
);
|
|
822
|
-
return e.line += h.length - 1, e.lineStart =
|
|
822
|
+
return e.line += h.length - 1, e.lineStart = i, p;
|
|
823
823
|
}
|
|
824
824
|
if (E === 92 && n.charCodeAt(s + 1) === 34 && n.charCodeAt(s + 2) === 34 && n.charCodeAt(s + 3) === 34) {
|
|
825
825
|
l += n.slice(o, s), o = s + 1, s += 4;
|
|
826
826
|
continue;
|
|
827
827
|
}
|
|
828
828
|
if (E === 10 || E === 13) {
|
|
829
|
-
l += n.slice(o, s), h.push(l), E === 13 && n.charCodeAt(s + 1) === 10 ? s += 2 : ++s, l = "", o = s,
|
|
829
|
+
l += n.slice(o, s), h.push(l), E === 13 && n.charCodeAt(s + 1) === 10 ? s += 2 : ++s, l = "", o = s, i = s;
|
|
830
830
|
continue;
|
|
831
831
|
}
|
|
832
832
|
if (v(E))
|
|
@@ -837,7 +837,7 @@ function je(e, t) {
|
|
|
837
837
|
throw I(
|
|
838
838
|
e.source,
|
|
839
839
|
s,
|
|
840
|
-
`Invalid character within String: ${
|
|
840
|
+
`Invalid character within String: ${D(
|
|
841
841
|
e,
|
|
842
842
|
s
|
|
843
843
|
)}.`
|
|
@@ -846,12 +846,12 @@ function je(e, t) {
|
|
|
846
846
|
throw I(e.source, s, "Unterminated string.");
|
|
847
847
|
}
|
|
848
848
|
function He(e, t) {
|
|
849
|
-
const n = e.source.body,
|
|
850
|
-
let
|
|
851
|
-
for (;
|
|
852
|
-
const s = n.charCodeAt(
|
|
849
|
+
const n = e.source.body, r = n.length;
|
|
850
|
+
let i = t + 1;
|
|
851
|
+
for (; i < r; ) {
|
|
852
|
+
const s = n.charCodeAt(i);
|
|
853
853
|
if (Le(s))
|
|
854
|
-
++
|
|
854
|
+
++i;
|
|
855
855
|
else
|
|
856
856
|
break;
|
|
857
857
|
}
|
|
@@ -859,8 +859,8 @@ function He(e, t) {
|
|
|
859
859
|
e,
|
|
860
860
|
a.NAME,
|
|
861
861
|
t,
|
|
862
|
-
|
|
863
|
-
n.slice(t,
|
|
862
|
+
i,
|
|
863
|
+
n.slice(t, i)
|
|
864
864
|
);
|
|
865
865
|
}
|
|
866
866
|
const Ye = 10, Ie = 2;
|
|
@@ -886,9 +886,9 @@ function Qe(e, t) {
|
|
|
886
886
|
return "[Circular]";
|
|
887
887
|
const n = [...t, e];
|
|
888
888
|
if (Xe(e)) {
|
|
889
|
-
const
|
|
890
|
-
if (
|
|
891
|
-
return typeof
|
|
889
|
+
const r = e.toJSON();
|
|
890
|
+
if (r !== e)
|
|
891
|
+
return typeof r == "string" ? r : B(r, n);
|
|
892
892
|
} else if (Array.isArray(e))
|
|
893
893
|
return We(e, n);
|
|
894
894
|
return Je(e, n);
|
|
@@ -899,7 +899,7 @@ function Xe(e) {
|
|
|
899
899
|
function Je(e, t) {
|
|
900
900
|
const n = Object.entries(e);
|
|
901
901
|
return n.length === 0 ? "{}" : t.length > Ie ? "[" + Ze(e) + "]" : "{ " + n.map(
|
|
902
|
-
([
|
|
902
|
+
([i, s]) => i + ": " + B(s, t)
|
|
903
903
|
).join(", ") + " }";
|
|
904
904
|
}
|
|
905
905
|
function We(e, t) {
|
|
@@ -907,10 +907,10 @@ function We(e, t) {
|
|
|
907
907
|
return "[]";
|
|
908
908
|
if (t.length > Ie)
|
|
909
909
|
return "[Array]";
|
|
910
|
-
const n = Math.min(Ye, e.length),
|
|
910
|
+
const n = Math.min(Ye, e.length), r = e.length - n, i = [];
|
|
911
911
|
for (let s = 0; s < n; ++s)
|
|
912
|
-
|
|
913
|
-
return
|
|
912
|
+
i.push(B(e[s], t));
|
|
913
|
+
return r === 1 ? i.push("... 1 more item") : r > 1 && i.push(`... ${r} more items`), "[" + i.join(", ") + "]";
|
|
914
914
|
}
|
|
915
915
|
function Ze(e) {
|
|
916
916
|
const t = Object.prototype.toString.call(e).replace(/^\[object /, "").replace(/]$/, "");
|
|
@@ -931,14 +931,14 @@ process.env.NODE_ENV === "production", et = (
|
|
|
931
931
|
if (t instanceof n)
|
|
932
932
|
return !0;
|
|
933
933
|
if (typeof t == "object" && t !== null) {
|
|
934
|
-
var
|
|
935
|
-
const
|
|
934
|
+
var r;
|
|
935
|
+
const i = n.prototype[Symbol.toStringTag], s = (
|
|
936
936
|
// We still need to support constructor's name to detect conflicts with older versions of this library.
|
|
937
|
-
Symbol.toStringTag in t ? t[Symbol.toStringTag] : (
|
|
937
|
+
Symbol.toStringTag in t ? t[Symbol.toStringTag] : (r = t.constructor) === null || r === void 0 ? void 0 : r.name
|
|
938
938
|
);
|
|
939
|
-
if (
|
|
939
|
+
if (i === s) {
|
|
940
940
|
const o = Ee(t);
|
|
941
|
-
throw new Error(`Cannot use ${
|
|
941
|
+
throw new Error(`Cannot use ${i} "${o}" from another module or realm.
|
|
942
942
|
|
|
943
943
|
Ensure that there is only one instance of "graphql" in the node_modules
|
|
944
944
|
directory. If different versions of "graphql" are the dependencies of other
|
|
@@ -956,11 +956,11 @@ spurious results.`);
|
|
|
956
956
|
}
|
|
957
957
|
);
|
|
958
958
|
class ye {
|
|
959
|
-
constructor(t, n = "GraphQL request",
|
|
959
|
+
constructor(t, n = "GraphQL request", r = {
|
|
960
960
|
line: 1,
|
|
961
961
|
column: 1
|
|
962
962
|
}) {
|
|
963
|
-
typeof t == "string" || U(!1, `Body must be a string. Received: ${Ee(t)}.`), this.body = t, this.name = n, this.locationOffset =
|
|
963
|
+
typeof t == "string" || U(!1, `Body must be a string. Received: ${Ee(t)}.`), this.body = t, this.name = n, this.locationOffset = r, this.locationOffset.line > 0 || U(
|
|
964
964
|
!1,
|
|
965
965
|
"line in locationOffset is 1-indexed and must be positive."
|
|
966
966
|
), this.locationOffset.column > 0 || U(
|
|
@@ -976,22 +976,22 @@ function tt(e) {
|
|
|
976
976
|
return et(e, ye);
|
|
977
977
|
}
|
|
978
978
|
function nt(e, t) {
|
|
979
|
-
const n = new
|
|
980
|
-
return Object.defineProperty(
|
|
979
|
+
const n = new rt(e, t), r = n.parseDocument();
|
|
980
|
+
return Object.defineProperty(r, "tokenCount", {
|
|
981
981
|
enumerable: !1,
|
|
982
982
|
value: n.tokenCount
|
|
983
|
-
}),
|
|
983
|
+
}), r;
|
|
984
984
|
}
|
|
985
|
-
class
|
|
985
|
+
class rt {
|
|
986
986
|
constructor(t, n = {}) {
|
|
987
|
-
const { lexer:
|
|
988
|
-
if (
|
|
989
|
-
this._lexer =
|
|
987
|
+
const { lexer: r, ...i } = n;
|
|
988
|
+
if (r)
|
|
989
|
+
this._lexer = r;
|
|
990
990
|
else {
|
|
991
991
|
const s = tt(t) ? t : new ye(t);
|
|
992
|
-
this._lexer = new
|
|
992
|
+
this._lexer = new Fe(s);
|
|
993
993
|
}
|
|
994
|
-
this._options =
|
|
994
|
+
this._options = i, this._tokenCounter = 0;
|
|
995
995
|
}
|
|
996
996
|
get tokenCount() {
|
|
997
997
|
return this._tokenCounter;
|
|
@@ -1102,20 +1102,20 @@ class it {
|
|
|
1102
1102
|
if (this.peek(a.BRACE_L))
|
|
1103
1103
|
return this.node(t, {
|
|
1104
1104
|
kind: c.OPERATION_DEFINITION,
|
|
1105
|
-
operation:
|
|
1105
|
+
operation: N.QUERY,
|
|
1106
1106
|
description: void 0,
|
|
1107
1107
|
name: void 0,
|
|
1108
1108
|
variableDefinitions: [],
|
|
1109
1109
|
directives: [],
|
|
1110
1110
|
selectionSet: this.parseSelectionSet()
|
|
1111
1111
|
});
|
|
1112
|
-
const n = this.parseDescription(),
|
|
1113
|
-
let
|
|
1114
|
-
return this.peek(a.NAME) && (
|
|
1112
|
+
const n = this.parseDescription(), r = this.parseOperationType();
|
|
1113
|
+
let i;
|
|
1114
|
+
return this.peek(a.NAME) && (i = this.parseName()), this.node(t, {
|
|
1115
1115
|
kind: c.OPERATION_DEFINITION,
|
|
1116
|
-
operation:
|
|
1116
|
+
operation: r,
|
|
1117
1117
|
description: n,
|
|
1118
|
-
name:
|
|
1118
|
+
name: i,
|
|
1119
1119
|
variableDefinitions: this.parseVariableDefinitions(),
|
|
1120
1120
|
directives: this.parseDirectives(!1),
|
|
1121
1121
|
selectionSet: this.parseSelectionSet()
|
|
@@ -1128,11 +1128,11 @@ class it {
|
|
|
1128
1128
|
const t = this.expectToken(a.NAME);
|
|
1129
1129
|
switch (t.value) {
|
|
1130
1130
|
case "query":
|
|
1131
|
-
return
|
|
1131
|
+
return N.QUERY;
|
|
1132
1132
|
case "mutation":
|
|
1133
|
-
return
|
|
1133
|
+
return N.MUTATION;
|
|
1134
1134
|
case "subscription":
|
|
1135
|
-
return
|
|
1135
|
+
return N.SUBSCRIPTION;
|
|
1136
1136
|
}
|
|
1137
1137
|
throw this.unexpected(t);
|
|
1138
1138
|
}
|
|
@@ -1200,11 +1200,11 @@ class it {
|
|
|
1200
1200
|
*/
|
|
1201
1201
|
parseField() {
|
|
1202
1202
|
const t = this._lexer.token, n = this.parseName();
|
|
1203
|
-
let
|
|
1204
|
-
return this.expectOptionalToken(a.COLON) ? (
|
|
1203
|
+
let r, i;
|
|
1204
|
+
return this.expectOptionalToken(a.COLON) ? (r = n, i = this.parseName()) : i = n, this.node(t, {
|
|
1205
1205
|
kind: c.FIELD,
|
|
1206
|
-
alias:
|
|
1207
|
-
name:
|
|
1206
|
+
alias: r,
|
|
1207
|
+
name: i,
|
|
1208
1208
|
arguments: this.parseArguments(!1),
|
|
1209
1209
|
directives: this.parseDirectives(!1),
|
|
1210
1210
|
selectionSet: this.peek(a.BRACE_L) ? this.parseSelectionSet() : void 0
|
|
@@ -1221,10 +1221,10 @@ class it {
|
|
|
1221
1221
|
* Argument[Const] : Name : Value[?Const]
|
|
1222
1222
|
*/
|
|
1223
1223
|
parseArgument(t = !1) {
|
|
1224
|
-
const n = this._lexer.token,
|
|
1224
|
+
const n = this._lexer.token, r = this.parseName();
|
|
1225
1225
|
return this.expectToken(a.COLON), this.node(n, {
|
|
1226
1226
|
kind: c.ARGUMENT,
|
|
1227
|
-
name:
|
|
1227
|
+
name: r,
|
|
1228
1228
|
value: this.parseValueLiteral(t)
|
|
1229
1229
|
});
|
|
1230
1230
|
}
|
|
@@ -1351,11 +1351,11 @@ class it {
|
|
|
1351
1351
|
case a.DOLLAR:
|
|
1352
1352
|
if (t)
|
|
1353
1353
|
if (this.expectToken(a.DOLLAR), this._lexer.token.kind === a.NAME) {
|
|
1354
|
-
const
|
|
1354
|
+
const r = this._lexer.token.value;
|
|
1355
1355
|
throw I(
|
|
1356
1356
|
this._lexer.source,
|
|
1357
1357
|
n.start,
|
|
1358
|
-
`Unexpected variable "$${
|
|
1358
|
+
`Unexpected variable "$${r}" in constant value.`
|
|
1359
1359
|
);
|
|
1360
1360
|
} else
|
|
1361
1361
|
throw this.unexpected(n);
|
|
@@ -1405,10 +1405,10 @@ class it {
|
|
|
1405
1405
|
* ObjectField[Const] : Name : Value[?Const]
|
|
1406
1406
|
*/
|
|
1407
1407
|
parseObjectField(t) {
|
|
1408
|
-
const n = this._lexer.token,
|
|
1408
|
+
const n = this._lexer.token, r = this.parseName();
|
|
1409
1409
|
return this.expectToken(a.COLON), this.node(n, {
|
|
1410
1410
|
kind: c.OBJECT_FIELD,
|
|
1411
|
-
name:
|
|
1411
|
+
name: r,
|
|
1412
1412
|
value: this.parseValueLiteral(t)
|
|
1413
1413
|
});
|
|
1414
1414
|
}
|
|
@@ -1449,10 +1449,10 @@ class it {
|
|
|
1449
1449
|
const t = this._lexer.token;
|
|
1450
1450
|
let n;
|
|
1451
1451
|
if (this.expectOptionalToken(a.BRACKET_L)) {
|
|
1452
|
-
const
|
|
1452
|
+
const r = this.parseTypeReference();
|
|
1453
1453
|
this.expectToken(a.BRACKET_R), n = this.node(t, {
|
|
1454
1454
|
kind: c.LIST_TYPE,
|
|
1455
|
-
type:
|
|
1455
|
+
type: r
|
|
1456
1456
|
});
|
|
1457
1457
|
} else
|
|
1458
1458
|
n = this.parseNamedType();
|
|
@@ -1489,7 +1489,7 @@ class it {
|
|
|
1489
1489
|
parseSchemaDefinition() {
|
|
1490
1490
|
const t = this._lexer.token, n = this.parseDescription();
|
|
1491
1491
|
this.expectKeyword("schema");
|
|
1492
|
-
const
|
|
1492
|
+
const r = this.parseConstDirectives(), i = this.many(
|
|
1493
1493
|
a.BRACE_L,
|
|
1494
1494
|
this.parseOperationTypeDefinition,
|
|
1495
1495
|
a.BRACE_R
|
|
@@ -1497,8 +1497,8 @@ class it {
|
|
|
1497
1497
|
return this.node(t, {
|
|
1498
1498
|
kind: c.SCHEMA_DEFINITION,
|
|
1499
1499
|
description: n,
|
|
1500
|
-
directives:
|
|
1501
|
-
operationTypes:
|
|
1500
|
+
directives: r,
|
|
1501
|
+
operationTypes: i
|
|
1502
1502
|
});
|
|
1503
1503
|
}
|
|
1504
1504
|
/**
|
|
@@ -1507,11 +1507,11 @@ class it {
|
|
|
1507
1507
|
parseOperationTypeDefinition() {
|
|
1508
1508
|
const t = this._lexer.token, n = this.parseOperationType();
|
|
1509
1509
|
this.expectToken(a.COLON);
|
|
1510
|
-
const
|
|
1510
|
+
const r = this.parseNamedType();
|
|
1511
1511
|
return this.node(t, {
|
|
1512
1512
|
kind: c.OPERATION_TYPE_DEFINITION,
|
|
1513
1513
|
operation: n,
|
|
1514
|
-
type:
|
|
1514
|
+
type: r
|
|
1515
1515
|
});
|
|
1516
1516
|
}
|
|
1517
1517
|
/**
|
|
@@ -1520,12 +1520,12 @@ class it {
|
|
|
1520
1520
|
parseScalarTypeDefinition() {
|
|
1521
1521
|
const t = this._lexer.token, n = this.parseDescription();
|
|
1522
1522
|
this.expectKeyword("scalar");
|
|
1523
|
-
const
|
|
1523
|
+
const r = this.parseName(), i = this.parseConstDirectives();
|
|
1524
1524
|
return this.node(t, {
|
|
1525
1525
|
kind: c.SCALAR_TYPE_DEFINITION,
|
|
1526
1526
|
description: n,
|
|
1527
|
-
name:
|
|
1528
|
-
directives:
|
|
1527
|
+
name: r,
|
|
1528
|
+
directives: i
|
|
1529
1529
|
});
|
|
1530
1530
|
}
|
|
1531
1531
|
/**
|
|
@@ -1536,12 +1536,12 @@ class it {
|
|
|
1536
1536
|
parseObjectTypeDefinition() {
|
|
1537
1537
|
const t = this._lexer.token, n = this.parseDescription();
|
|
1538
1538
|
this.expectKeyword("type");
|
|
1539
|
-
const
|
|
1539
|
+
const r = this.parseName(), i = this.parseImplementsInterfaces(), s = this.parseConstDirectives(), o = this.parseFieldsDefinition();
|
|
1540
1540
|
return this.node(t, {
|
|
1541
1541
|
kind: c.OBJECT_TYPE_DEFINITION,
|
|
1542
1542
|
description: n,
|
|
1543
|
-
name:
|
|
1544
|
-
interfaces:
|
|
1543
|
+
name: r,
|
|
1544
|
+
interfaces: i,
|
|
1545
1545
|
directives: s,
|
|
1546
1546
|
fields: o
|
|
1547
1547
|
});
|
|
@@ -1571,14 +1571,14 @@ class it {
|
|
|
1571
1571
|
* - Description? Name ArgumentsDefinition? : Type Directives[Const]?
|
|
1572
1572
|
*/
|
|
1573
1573
|
parseFieldDefinition() {
|
|
1574
|
-
const t = this._lexer.token, n = this.parseDescription(),
|
|
1574
|
+
const t = this._lexer.token, n = this.parseDescription(), r = this.parseName(), i = this.parseArgumentDefs();
|
|
1575
1575
|
this.expectToken(a.COLON);
|
|
1576
1576
|
const s = this.parseTypeReference(), o = this.parseConstDirectives();
|
|
1577
1577
|
return this.node(t, {
|
|
1578
1578
|
kind: c.FIELD_DEFINITION,
|
|
1579
1579
|
description: n,
|
|
1580
|
-
name:
|
|
1581
|
-
arguments:
|
|
1580
|
+
name: r,
|
|
1581
|
+
arguments: i,
|
|
1582
1582
|
type: s,
|
|
1583
1583
|
directives: o
|
|
1584
1584
|
});
|
|
@@ -1598,17 +1598,17 @@ class it {
|
|
|
1598
1598
|
* - Description? Name : Type DefaultValue? Directives[Const]?
|
|
1599
1599
|
*/
|
|
1600
1600
|
parseInputValueDef() {
|
|
1601
|
-
const t = this._lexer.token, n = this.parseDescription(),
|
|
1601
|
+
const t = this._lexer.token, n = this.parseDescription(), r = this.parseName();
|
|
1602
1602
|
this.expectToken(a.COLON);
|
|
1603
|
-
const
|
|
1603
|
+
const i = this.parseTypeReference();
|
|
1604
1604
|
let s;
|
|
1605
1605
|
this.expectOptionalToken(a.EQUALS) && (s = this.parseConstValueLiteral());
|
|
1606
1606
|
const o = this.parseConstDirectives();
|
|
1607
1607
|
return this.node(t, {
|
|
1608
1608
|
kind: c.INPUT_VALUE_DEFINITION,
|
|
1609
1609
|
description: n,
|
|
1610
|
-
name:
|
|
1611
|
-
type:
|
|
1610
|
+
name: r,
|
|
1611
|
+
type: i,
|
|
1612
1612
|
defaultValue: s,
|
|
1613
1613
|
directives: o
|
|
1614
1614
|
});
|
|
@@ -1620,12 +1620,12 @@ class it {
|
|
|
1620
1620
|
parseInterfaceTypeDefinition() {
|
|
1621
1621
|
const t = this._lexer.token, n = this.parseDescription();
|
|
1622
1622
|
this.expectKeyword("interface");
|
|
1623
|
-
const
|
|
1623
|
+
const r = this.parseName(), i = this.parseImplementsInterfaces(), s = this.parseConstDirectives(), o = this.parseFieldsDefinition();
|
|
1624
1624
|
return this.node(t, {
|
|
1625
1625
|
kind: c.INTERFACE_TYPE_DEFINITION,
|
|
1626
1626
|
description: n,
|
|
1627
|
-
name:
|
|
1628
|
-
interfaces:
|
|
1627
|
+
name: r,
|
|
1628
|
+
interfaces: i,
|
|
1629
1629
|
directives: s,
|
|
1630
1630
|
fields: o
|
|
1631
1631
|
});
|
|
@@ -1637,12 +1637,12 @@ class it {
|
|
|
1637
1637
|
parseUnionTypeDefinition() {
|
|
1638
1638
|
const t = this._lexer.token, n = this.parseDescription();
|
|
1639
1639
|
this.expectKeyword("union");
|
|
1640
|
-
const
|
|
1640
|
+
const r = this.parseName(), i = this.parseConstDirectives(), s = this.parseUnionMemberTypes();
|
|
1641
1641
|
return this.node(t, {
|
|
1642
1642
|
kind: c.UNION_TYPE_DEFINITION,
|
|
1643
1643
|
description: n,
|
|
1644
|
-
name:
|
|
1645
|
-
directives:
|
|
1644
|
+
name: r,
|
|
1645
|
+
directives: i,
|
|
1646
1646
|
types: s
|
|
1647
1647
|
});
|
|
1648
1648
|
}
|
|
@@ -1661,12 +1661,12 @@ class it {
|
|
|
1661
1661
|
parseEnumTypeDefinition() {
|
|
1662
1662
|
const t = this._lexer.token, n = this.parseDescription();
|
|
1663
1663
|
this.expectKeyword("enum");
|
|
1664
|
-
const
|
|
1664
|
+
const r = this.parseName(), i = this.parseConstDirectives(), s = this.parseEnumValuesDefinition();
|
|
1665
1665
|
return this.node(t, {
|
|
1666
1666
|
kind: c.ENUM_TYPE_DEFINITION,
|
|
1667
1667
|
description: n,
|
|
1668
|
-
name:
|
|
1669
|
-
directives:
|
|
1668
|
+
name: r,
|
|
1669
|
+
directives: i,
|
|
1670
1670
|
values: s
|
|
1671
1671
|
});
|
|
1672
1672
|
}
|
|
@@ -1686,12 +1686,12 @@ class it {
|
|
|
1686
1686
|
* EnumValueDefinition : Description? EnumValue Directives[Const]?
|
|
1687
1687
|
*/
|
|
1688
1688
|
parseEnumValueDefinition() {
|
|
1689
|
-
const t = this._lexer.token, n = this.parseDescription(),
|
|
1689
|
+
const t = this._lexer.token, n = this.parseDescription(), r = this.parseEnumValueName(), i = this.parseConstDirectives();
|
|
1690
1690
|
return this.node(t, {
|
|
1691
1691
|
kind: c.ENUM_VALUE_DEFINITION,
|
|
1692
1692
|
description: n,
|
|
1693
|
-
name:
|
|
1694
|
-
directives:
|
|
1693
|
+
name: r,
|
|
1694
|
+
directives: i
|
|
1695
1695
|
});
|
|
1696
1696
|
}
|
|
1697
1697
|
/**
|
|
@@ -1715,12 +1715,12 @@ class it {
|
|
|
1715
1715
|
parseInputObjectTypeDefinition() {
|
|
1716
1716
|
const t = this._lexer.token, n = this.parseDescription();
|
|
1717
1717
|
this.expectKeyword("input");
|
|
1718
|
-
const
|
|
1718
|
+
const r = this.parseName(), i = this.parseConstDirectives(), s = this.parseInputFieldsDefinition();
|
|
1719
1719
|
return this.node(t, {
|
|
1720
1720
|
kind: c.INPUT_OBJECT_TYPE_DEFINITION,
|
|
1721
1721
|
description: n,
|
|
1722
|
-
name:
|
|
1723
|
-
directives:
|
|
1722
|
+
name: r,
|
|
1723
|
+
directives: i,
|
|
1724
1724
|
fields: s
|
|
1725
1725
|
});
|
|
1726
1726
|
}
|
|
@@ -1780,17 +1780,17 @@ class it {
|
|
|
1780
1780
|
parseSchemaExtension() {
|
|
1781
1781
|
const t = this._lexer.token;
|
|
1782
1782
|
this.expectKeyword("extend"), this.expectKeyword("schema");
|
|
1783
|
-
const n = this.parseConstDirectives(),
|
|
1783
|
+
const n = this.parseConstDirectives(), r = this.optionalMany(
|
|
1784
1784
|
a.BRACE_L,
|
|
1785
1785
|
this.parseOperationTypeDefinition,
|
|
1786
1786
|
a.BRACE_R
|
|
1787
1787
|
);
|
|
1788
|
-
if (n.length === 0 &&
|
|
1788
|
+
if (n.length === 0 && r.length === 0)
|
|
1789
1789
|
throw this.unexpected();
|
|
1790
1790
|
return this.node(t, {
|
|
1791
1791
|
kind: c.SCHEMA_EXTENSION,
|
|
1792
1792
|
directives: n,
|
|
1793
|
-
operationTypes:
|
|
1793
|
+
operationTypes: r
|
|
1794
1794
|
});
|
|
1795
1795
|
}
|
|
1796
1796
|
/**
|
|
@@ -1800,13 +1800,13 @@ class it {
|
|
|
1800
1800
|
parseScalarTypeExtension() {
|
|
1801
1801
|
const t = this._lexer.token;
|
|
1802
1802
|
this.expectKeyword("extend"), this.expectKeyword("scalar");
|
|
1803
|
-
const n = this.parseName(),
|
|
1804
|
-
if (
|
|
1803
|
+
const n = this.parseName(), r = this.parseConstDirectives();
|
|
1804
|
+
if (r.length === 0)
|
|
1805
1805
|
throw this.unexpected();
|
|
1806
1806
|
return this.node(t, {
|
|
1807
1807
|
kind: c.SCALAR_TYPE_EXTENSION,
|
|
1808
1808
|
name: n,
|
|
1809
|
-
directives:
|
|
1809
|
+
directives: r
|
|
1810
1810
|
});
|
|
1811
1811
|
}
|
|
1812
1812
|
/**
|
|
@@ -1818,14 +1818,14 @@ class it {
|
|
|
1818
1818
|
parseObjectTypeExtension() {
|
|
1819
1819
|
const t = this._lexer.token;
|
|
1820
1820
|
this.expectKeyword("extend"), this.expectKeyword("type");
|
|
1821
|
-
const n = this.parseName(),
|
|
1822
|
-
if (
|
|
1821
|
+
const n = this.parseName(), r = this.parseImplementsInterfaces(), i = this.parseConstDirectives(), s = this.parseFieldsDefinition();
|
|
1822
|
+
if (r.length === 0 && i.length === 0 && s.length === 0)
|
|
1823
1823
|
throw this.unexpected();
|
|
1824
1824
|
return this.node(t, {
|
|
1825
1825
|
kind: c.OBJECT_TYPE_EXTENSION,
|
|
1826
1826
|
name: n,
|
|
1827
|
-
interfaces:
|
|
1828
|
-
directives:
|
|
1827
|
+
interfaces: r,
|
|
1828
|
+
directives: i,
|
|
1829
1829
|
fields: s
|
|
1830
1830
|
});
|
|
1831
1831
|
}
|
|
@@ -1838,14 +1838,14 @@ class it {
|
|
|
1838
1838
|
parseInterfaceTypeExtension() {
|
|
1839
1839
|
const t = this._lexer.token;
|
|
1840
1840
|
this.expectKeyword("extend"), this.expectKeyword("interface");
|
|
1841
|
-
const n = this.parseName(),
|
|
1842
|
-
if (
|
|
1841
|
+
const n = this.parseName(), r = this.parseImplementsInterfaces(), i = this.parseConstDirectives(), s = this.parseFieldsDefinition();
|
|
1842
|
+
if (r.length === 0 && i.length === 0 && s.length === 0)
|
|
1843
1843
|
throw this.unexpected();
|
|
1844
1844
|
return this.node(t, {
|
|
1845
1845
|
kind: c.INTERFACE_TYPE_EXTENSION,
|
|
1846
1846
|
name: n,
|
|
1847
|
-
interfaces:
|
|
1848
|
-
directives:
|
|
1847
|
+
interfaces: r,
|
|
1848
|
+
directives: i,
|
|
1849
1849
|
fields: s
|
|
1850
1850
|
});
|
|
1851
1851
|
}
|
|
@@ -1857,14 +1857,14 @@ class it {
|
|
|
1857
1857
|
parseUnionTypeExtension() {
|
|
1858
1858
|
const t = this._lexer.token;
|
|
1859
1859
|
this.expectKeyword("extend"), this.expectKeyword("union");
|
|
1860
|
-
const n = this.parseName(),
|
|
1861
|
-
if (
|
|
1860
|
+
const n = this.parseName(), r = this.parseConstDirectives(), i = this.parseUnionMemberTypes();
|
|
1861
|
+
if (r.length === 0 && i.length === 0)
|
|
1862
1862
|
throw this.unexpected();
|
|
1863
1863
|
return this.node(t, {
|
|
1864
1864
|
kind: c.UNION_TYPE_EXTENSION,
|
|
1865
1865
|
name: n,
|
|
1866
|
-
directives:
|
|
1867
|
-
types:
|
|
1866
|
+
directives: r,
|
|
1867
|
+
types: i
|
|
1868
1868
|
});
|
|
1869
1869
|
}
|
|
1870
1870
|
/**
|
|
@@ -1875,14 +1875,14 @@ class it {
|
|
|
1875
1875
|
parseEnumTypeExtension() {
|
|
1876
1876
|
const t = this._lexer.token;
|
|
1877
1877
|
this.expectKeyword("extend"), this.expectKeyword("enum");
|
|
1878
|
-
const n = this.parseName(),
|
|
1879
|
-
if (
|
|
1878
|
+
const n = this.parseName(), r = this.parseConstDirectives(), i = this.parseEnumValuesDefinition();
|
|
1879
|
+
if (r.length === 0 && i.length === 0)
|
|
1880
1880
|
throw this.unexpected();
|
|
1881
1881
|
return this.node(t, {
|
|
1882
1882
|
kind: c.ENUM_TYPE_EXTENSION,
|
|
1883
1883
|
name: n,
|
|
1884
|
-
directives:
|
|
1885
|
-
values:
|
|
1884
|
+
directives: r,
|
|
1885
|
+
values: i
|
|
1886
1886
|
});
|
|
1887
1887
|
}
|
|
1888
1888
|
/**
|
|
@@ -1893,14 +1893,14 @@ class it {
|
|
|
1893
1893
|
parseInputObjectTypeExtension() {
|
|
1894
1894
|
const t = this._lexer.token;
|
|
1895
1895
|
this.expectKeyword("extend"), this.expectKeyword("input");
|
|
1896
|
-
const n = this.parseName(),
|
|
1897
|
-
if (
|
|
1896
|
+
const n = this.parseName(), r = this.parseConstDirectives(), i = this.parseInputFieldsDefinition();
|
|
1897
|
+
if (r.length === 0 && i.length === 0)
|
|
1898
1898
|
throw this.unexpected();
|
|
1899
1899
|
return this.node(t, {
|
|
1900
1900
|
kind: c.INPUT_OBJECT_TYPE_EXTENSION,
|
|
1901
1901
|
name: n,
|
|
1902
|
-
directives:
|
|
1903
|
-
fields:
|
|
1902
|
+
directives: r,
|
|
1903
|
+
fields: i
|
|
1904
1904
|
});
|
|
1905
1905
|
}
|
|
1906
1906
|
/**
|
|
@@ -1912,14 +1912,14 @@ class it {
|
|
|
1912
1912
|
parseDirectiveDefinition() {
|
|
1913
1913
|
const t = this._lexer.token, n = this.parseDescription();
|
|
1914
1914
|
this.expectKeyword("directive"), this.expectToken(a.AT);
|
|
1915
|
-
const
|
|
1915
|
+
const r = this.parseName(), i = this.parseArgumentDefs(), s = this.expectOptionalKeyword("repeatable");
|
|
1916
1916
|
this.expectKeyword("on");
|
|
1917
1917
|
const o = this.parseDirectiveLocations();
|
|
1918
1918
|
return this.node(t, {
|
|
1919
1919
|
kind: c.DIRECTIVE_DEFINITION,
|
|
1920
1920
|
description: n,
|
|
1921
|
-
name:
|
|
1922
|
-
arguments:
|
|
1921
|
+
name: r,
|
|
1922
|
+
arguments: i,
|
|
1923
1923
|
repeatable: s,
|
|
1924
1924
|
locations: o
|
|
1925
1925
|
});
|
|
@@ -1975,29 +1975,29 @@ class it {
|
|
|
1975
1975
|
* - \@ Name ( Name : )
|
|
1976
1976
|
*/
|
|
1977
1977
|
parseSchemaCoordinate() {
|
|
1978
|
-
const t = this._lexer.token, n = this.expectOptionalToken(a.AT),
|
|
1979
|
-
let
|
|
1980
|
-
!n && this.expectOptionalToken(a.DOT) && (
|
|
1978
|
+
const t = this._lexer.token, n = this.expectOptionalToken(a.AT), r = this.parseName();
|
|
1979
|
+
let i;
|
|
1980
|
+
!n && this.expectOptionalToken(a.DOT) && (i = this.parseName());
|
|
1981
1981
|
let s;
|
|
1982
|
-
return (n ||
|
|
1982
|
+
return (n || i) && this.expectOptionalToken(a.PAREN_L) && (s = this.parseName(), this.expectToken(a.COLON), this.expectToken(a.PAREN_R)), n ? s ? this.node(t, {
|
|
1983
1983
|
kind: c.DIRECTIVE_ARGUMENT_COORDINATE,
|
|
1984
|
-
name:
|
|
1984
|
+
name: r,
|
|
1985
1985
|
argumentName: s
|
|
1986
1986
|
}) : this.node(t, {
|
|
1987
1987
|
kind: c.DIRECTIVE_COORDINATE,
|
|
1988
|
-
name:
|
|
1989
|
-
}) :
|
|
1988
|
+
name: r
|
|
1989
|
+
}) : i ? s ? this.node(t, {
|
|
1990
1990
|
kind: c.ARGUMENT_COORDINATE,
|
|
1991
|
-
name:
|
|
1992
|
-
fieldName:
|
|
1991
|
+
name: r,
|
|
1992
|
+
fieldName: i,
|
|
1993
1993
|
argumentName: s
|
|
1994
1994
|
}) : this.node(t, {
|
|
1995
1995
|
kind: c.MEMBER_COORDINATE,
|
|
1996
|
-
name:
|
|
1997
|
-
memberName:
|
|
1996
|
+
name: r,
|
|
1997
|
+
memberName: i
|
|
1998
1998
|
}) : this.node(t, {
|
|
1999
1999
|
kind: c.TYPE_COORDINATE,
|
|
2000
|
-
name:
|
|
2000
|
+
name: r
|
|
2001
2001
|
});
|
|
2002
2002
|
}
|
|
2003
2003
|
// Core parsing utility functions
|
|
@@ -2079,12 +2079,12 @@ class it {
|
|
|
2079
2079
|
* This list begins with a lex token of openKind and ends with a lex token of closeKind.
|
|
2080
2080
|
* Advances the parser to the next lex token after the closing token.
|
|
2081
2081
|
*/
|
|
2082
|
-
any(t, n,
|
|
2082
|
+
any(t, n, r) {
|
|
2083
2083
|
this.expectToken(t);
|
|
2084
|
-
const
|
|
2085
|
-
for (; !this.expectOptionalToken(
|
|
2086
|
-
|
|
2087
|
-
return
|
|
2084
|
+
const i = [];
|
|
2085
|
+
for (; !this.expectOptionalToken(r); )
|
|
2086
|
+
i.push(n.call(this));
|
|
2087
|
+
return i;
|
|
2088
2088
|
}
|
|
2089
2089
|
/**
|
|
2090
2090
|
* Returns a list of parse nodes, determined by the parseFn.
|
|
@@ -2092,13 +2092,13 @@ class it {
|
|
|
2092
2092
|
* that begins with a lex token of openKind and ends with a lex token of closeKind.
|
|
2093
2093
|
* Advances the parser to the next lex token after the closing token.
|
|
2094
2094
|
*/
|
|
2095
|
-
optionalMany(t, n,
|
|
2095
|
+
optionalMany(t, n, r) {
|
|
2096
2096
|
if (this.expectOptionalToken(t)) {
|
|
2097
|
-
const
|
|
2097
|
+
const i = [];
|
|
2098
2098
|
do
|
|
2099
|
-
|
|
2100
|
-
while (!this.expectOptionalToken(
|
|
2101
|
-
return
|
|
2099
|
+
i.push(n.call(this));
|
|
2100
|
+
while (!this.expectOptionalToken(r));
|
|
2101
|
+
return i;
|
|
2102
2102
|
}
|
|
2103
2103
|
return [];
|
|
2104
2104
|
}
|
|
@@ -2107,13 +2107,13 @@ class it {
|
|
|
2107
2107
|
* This list begins with a lex token of openKind and ends with a lex token of closeKind.
|
|
2108
2108
|
* Advances the parser to the next lex token after the closing token.
|
|
2109
2109
|
*/
|
|
2110
|
-
many(t, n,
|
|
2110
|
+
many(t, n, r) {
|
|
2111
2111
|
this.expectToken(t);
|
|
2112
|
-
const
|
|
2112
|
+
const i = [];
|
|
2113
2113
|
do
|
|
2114
|
-
|
|
2115
|
-
while (!this.expectOptionalToken(
|
|
2116
|
-
return
|
|
2114
|
+
i.push(n.call(this));
|
|
2115
|
+
while (!this.expectOptionalToken(r));
|
|
2116
|
+
return i;
|
|
2117
2117
|
}
|
|
2118
2118
|
/**
|
|
2119
2119
|
* Returns a non-empty list of parse nodes, determined by the parseFn.
|
|
@@ -2122,11 +2122,11 @@ class it {
|
|
|
2122
2122
|
*/
|
|
2123
2123
|
delimitedMany(t, n) {
|
|
2124
2124
|
this.expectOptionalToken(t);
|
|
2125
|
-
const
|
|
2125
|
+
const r = [];
|
|
2126
2126
|
do
|
|
2127
|
-
|
|
2127
|
+
r.push(n.call(this));
|
|
2128
2128
|
while (this.expectOptionalToken(t));
|
|
2129
|
-
return
|
|
2129
|
+
return r;
|
|
2130
2130
|
}
|
|
2131
2131
|
advanceLexer() {
|
|
2132
2132
|
const { maxTokens: t } = this._options, n = this._lexer.advance();
|
|
@@ -2145,30 +2145,30 @@ function C(e) {
|
|
|
2145
2145
|
function ke(e) {
|
|
2146
2146
|
return $e(e) ? `"${e}"` : e;
|
|
2147
2147
|
}
|
|
2148
|
-
var _ = /* @__PURE__ */ new Map(), z = /* @__PURE__ */ new Map(), Oe = !0,
|
|
2148
|
+
var _ = /* @__PURE__ */ new Map(), z = /* @__PURE__ */ new Map(), Oe = !0, F = !1;
|
|
2149
2149
|
function Ae(e) {
|
|
2150
2150
|
return e.replace(/[\s,]+/g, " ").trim();
|
|
2151
2151
|
}
|
|
2152
|
-
function
|
|
2152
|
+
function it(e) {
|
|
2153
2153
|
return Ae(e.source.body.substring(e.start, e.end));
|
|
2154
2154
|
}
|
|
2155
2155
|
function st(e) {
|
|
2156
2156
|
var t = /* @__PURE__ */ new Set(), n = [];
|
|
2157
|
-
return e.definitions.forEach(function(
|
|
2158
|
-
if (
|
|
2159
|
-
var
|
|
2160
|
-
o && !o.has(s) ? Oe && console.warn("Warning: fragment with name " +
|
|
2157
|
+
return e.definitions.forEach(function(r) {
|
|
2158
|
+
if (r.kind === "FragmentDefinition") {
|
|
2159
|
+
var i = r.name.value, s = it(r.loc), o = z.get(i);
|
|
2160
|
+
o && !o.has(s) ? Oe && console.warn("Warning: fragment with name " + i + ` already exists.
|
|
2161
2161
|
graphql-tag enforces all fragment names across your application to be unique; read more about
|
|
2162
|
-
this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names`) : o || z.set(
|
|
2162
|
+
this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names`) : o || z.set(i, o = /* @__PURE__ */ new Set()), o.add(s), t.has(s) || (t.add(s), n.push(r));
|
|
2163
2163
|
} else
|
|
2164
|
-
n.push(
|
|
2165
|
-
}),
|
|
2164
|
+
n.push(r);
|
|
2165
|
+
}), w(w({}, e), { definitions: n });
|
|
2166
2166
|
}
|
|
2167
2167
|
function at(e) {
|
|
2168
2168
|
var t = new Set(e.definitions);
|
|
2169
|
-
t.forEach(function(
|
|
2170
|
-
|
|
2171
|
-
var s = i
|
|
2169
|
+
t.forEach(function(r) {
|
|
2170
|
+
r.loc && delete r.loc, Object.keys(r).forEach(function(i) {
|
|
2171
|
+
var s = r[i];
|
|
2172
2172
|
s && typeof s == "object" && t.add(s);
|
|
2173
2173
|
});
|
|
2174
2174
|
});
|
|
@@ -2179,8 +2179,8 @@ function ot(e) {
|
|
|
2179
2179
|
var t = Ae(e);
|
|
2180
2180
|
if (!_.has(t)) {
|
|
2181
2181
|
var n = nt(e, {
|
|
2182
|
-
experimentalFragmentVariables:
|
|
2183
|
-
allowLegacyFragmentVariables:
|
|
2182
|
+
experimentalFragmentVariables: F,
|
|
2183
|
+
allowLegacyFragmentVariables: F
|
|
2184
2184
|
});
|
|
2185
2185
|
if (!n || n.kind !== "Document")
|
|
2186
2186
|
throw new Error("Not a valid GraphQL document.");
|
|
@@ -2192,10 +2192,10 @@ function u(e) {
|
|
|
2192
2192
|
for (var t = [], n = 1; n < arguments.length; n++)
|
|
2193
2193
|
t[n - 1] = arguments[n];
|
|
2194
2194
|
typeof e == "string" && (e = [e]);
|
|
2195
|
-
var
|
|
2196
|
-
return t.forEach(function(
|
|
2197
|
-
|
|
2198
|
-
}), ot(
|
|
2195
|
+
var r = e[0];
|
|
2196
|
+
return t.forEach(function(i, s) {
|
|
2197
|
+
i && i.kind === "Document" ? r += i.loc.source.body : r += i, r += e[s + 1];
|
|
2198
|
+
}), ot(r);
|
|
2199
2199
|
}
|
|
2200
2200
|
function ct() {
|
|
2201
2201
|
_.clear(), z.clear();
|
|
@@ -2204,10 +2204,10 @@ function dt() {
|
|
|
2204
2204
|
Oe = !1;
|
|
2205
2205
|
}
|
|
2206
2206
|
function ut() {
|
|
2207
|
-
|
|
2207
|
+
F = !0;
|
|
2208
2208
|
}
|
|
2209
2209
|
function lt() {
|
|
2210
|
-
|
|
2210
|
+
F = !1;
|
|
2211
2211
|
}
|
|
2212
2212
|
var P = {
|
|
2213
2213
|
gql: u,
|
|
@@ -2418,49 +2418,49 @@ const ht = u`
|
|
|
2418
2418
|
mutation deleteOrder($orderId: ID!) {
|
|
2419
2419
|
cancelOrder(id: $orderId)
|
|
2420
2420
|
}
|
|
2421
|
-
`, At = (e, t, n,
|
|
2421
|
+
`, At = (e, t, n, r) => e();
|
|
2422
2422
|
function Tt(e, t = At) {
|
|
2423
2423
|
return {
|
|
2424
|
-
findActiveOrderById(n,
|
|
2425
|
-
return t((s) => e.request({ document: ht, variables: n, requestHeaders: { ...
|
|
2424
|
+
findActiveOrderById(n, r, i) {
|
|
2425
|
+
return t((s) => e.request({ document: ht, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findActiveOrderById", "query", n);
|
|
2426
2426
|
},
|
|
2427
|
-
findOrderById(n,
|
|
2428
|
-
return t((s) => e.request({ document: pt, variables: n, requestHeaders: { ...
|
|
2427
|
+
findOrderById(n, r, i) {
|
|
2428
|
+
return t((s) => e.request({ document: pt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findOrderById", "query", n);
|
|
2429
2429
|
},
|
|
2430
|
-
addToOrder(n,
|
|
2431
|
-
return t((s) => e.request({ document: gt, variables: n, requestHeaders: { ...
|
|
2430
|
+
addToOrder(n, r, i) {
|
|
2431
|
+
return t((s) => e.request({ document: gt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "addToOrder", "mutation", n);
|
|
2432
2432
|
},
|
|
2433
|
-
removeFromOrder(n,
|
|
2434
|
-
return t((s) => e.request({ document: mt, variables: n, requestHeaders: { ...
|
|
2433
|
+
removeFromOrder(n, r, i) {
|
|
2434
|
+
return t((s) => e.request({ document: mt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "removeFromOrder", "mutation", n);
|
|
2435
2435
|
},
|
|
2436
|
-
configureDiscount(n,
|
|
2437
|
-
return t((s) => e.request({ document: ft, variables: n, requestHeaders: { ...
|
|
2436
|
+
configureDiscount(n, r, i) {
|
|
2437
|
+
return t((s) => e.request({ document: ft, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "configureDiscount", "mutation", n);
|
|
2438
2438
|
},
|
|
2439
|
-
configurePackage(n,
|
|
2440
|
-
return t((s) => e.request({ document: It, variables: n, requestHeaders: { ...
|
|
2439
|
+
configurePackage(n, r, i) {
|
|
2440
|
+
return t((s) => e.request({ document: It, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "configurePackage", "mutation", n);
|
|
2441
2441
|
},
|
|
2442
|
-
reserveAdditionalPackageItem(n,
|
|
2443
|
-
return t((s) => e.request({ document: Et, variables: n, requestHeaders: { ...
|
|
2442
|
+
reserveAdditionalPackageItem(n, r, i) {
|
|
2443
|
+
return t((s) => e.request({ document: Et, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "reserveAdditionalPackageItem", "mutation", n);
|
|
2444
2444
|
},
|
|
2445
|
-
configureOrderDeliveryOption(n,
|
|
2446
|
-
return t((s) => e.request({ document: yt, variables: n, requestHeaders: { ...
|
|
2445
|
+
configureOrderDeliveryOption(n, r, i) {
|
|
2446
|
+
return t((s) => e.request({ document: yt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "configureOrderDeliveryOption", "mutation", n);
|
|
2447
2447
|
},
|
|
2448
|
-
createOrderCustomer(n,
|
|
2449
|
-
return t((s) => e.request({ document: kt, variables: n, requestHeaders: { ...
|
|
2448
|
+
createOrderCustomer(n, r, i) {
|
|
2449
|
+
return t((s) => e.request({ document: kt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "createOrderCustomer", "mutation", n);
|
|
2450
2450
|
},
|
|
2451
|
-
deleteOrder(n,
|
|
2452
|
-
return t((s) => e.request({ document: Ot, variables: n, requestHeaders: { ...
|
|
2451
|
+
deleteOrder(n, r, i) {
|
|
2452
|
+
return t((s) => e.request({ document: Ot, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "deleteOrder", "mutation", n);
|
|
2453
2453
|
}
|
|
2454
2454
|
};
|
|
2455
2455
|
}
|
|
2456
|
-
class
|
|
2456
|
+
class Dt {
|
|
2457
2457
|
config;
|
|
2458
2458
|
sdk;
|
|
2459
2459
|
constructor(t) {
|
|
2460
2460
|
this.config = t, this.sdk = Tt(new A(t.apiUrl));
|
|
2461
2461
|
}
|
|
2462
2462
|
// Basket update functions
|
|
2463
|
-
async addProduct(t, n,
|
|
2463
|
+
async addProduct(t, n, r) {
|
|
2464
2464
|
try {
|
|
2465
2465
|
return this.debugLog("Adding product", {
|
|
2466
2466
|
productId: n.id,
|
|
@@ -2478,11 +2478,11 @@ class Nt {
|
|
|
2478
2478
|
}
|
|
2479
2479
|
} : null,
|
|
2480
2480
|
trackerId: this.config.trackerId,
|
|
2481
|
-
shopId:
|
|
2481
|
+
shopId: r,
|
|
2482
2482
|
amount: n.amount
|
|
2483
2483
|
})).reserveProduct;
|
|
2484
|
-
} catch (
|
|
2485
|
-
throw this.debugLog("Error adding product",
|
|
2484
|
+
} catch (i) {
|
|
2485
|
+
throw this.debugLog("Error adding product", i), this.handleError(i), i;
|
|
2486
2486
|
}
|
|
2487
2487
|
}
|
|
2488
2488
|
async removeProduct(t, n) {
|
|
@@ -2502,13 +2502,13 @@ class Nt {
|
|
|
2502
2502
|
} : null,
|
|
2503
2503
|
amount: n.amount
|
|
2504
2504
|
})).releaseProduct ?? null;
|
|
2505
|
-
} catch (
|
|
2506
|
-
throw this.debugLog("Error removing product",
|
|
2505
|
+
} catch (r) {
|
|
2506
|
+
throw this.debugLog("Error removing product", r), this.handleError(r), r;
|
|
2507
2507
|
}
|
|
2508
2508
|
}
|
|
2509
|
-
async configurePackage(t, n,
|
|
2509
|
+
async configurePackage(t, n, r) {
|
|
2510
2510
|
try {
|
|
2511
|
-
const
|
|
2511
|
+
const i = n.items.map((o) => ({
|
|
2512
2512
|
packageItemId: o.packageItemId,
|
|
2513
2513
|
eventId: o.eventId
|
|
2514
2514
|
}));
|
|
@@ -2516,32 +2516,32 @@ class Nt {
|
|
|
2516
2516
|
packageId: n.id,
|
|
2517
2517
|
orderId: t,
|
|
2518
2518
|
amount: n.amount,
|
|
2519
|
-
items:
|
|
2520
|
-
shopId:
|
|
2519
|
+
items: i,
|
|
2520
|
+
shopId: r
|
|
2521
2521
|
});
|
|
2522
2522
|
const s = await this.sdk.configurePackage({
|
|
2523
2523
|
trackerId: this.config.trackerId,
|
|
2524
|
-
shopId:
|
|
2524
|
+
shopId: r,
|
|
2525
2525
|
packageId: n.id,
|
|
2526
2526
|
orderId: t,
|
|
2527
2527
|
amount: n.amount,
|
|
2528
|
-
items:
|
|
2528
|
+
items: i
|
|
2529
2529
|
});
|
|
2530
2530
|
return this.debugLog("Configure package response"), s.configurePackage ?? null;
|
|
2531
|
-
} catch (
|
|
2532
|
-
throw this.debugLog("Error configuring package",
|
|
2531
|
+
} catch (i) {
|
|
2532
|
+
throw this.debugLog("Error configuring package", i), this.handleError(i), i;
|
|
2533
2533
|
}
|
|
2534
2534
|
}
|
|
2535
2535
|
async configureCustomer(t, n) {
|
|
2536
2536
|
this.debugLog("Creating/replacing customer", { orderId: t, email: n.email });
|
|
2537
2537
|
try {
|
|
2538
|
-
const
|
|
2538
|
+
const r = await this.sdk.createOrderCustomer({
|
|
2539
2539
|
orderId: t,
|
|
2540
2540
|
customer: n
|
|
2541
2541
|
});
|
|
2542
|
-
this.debugLog("Customer set successfully",
|
|
2543
|
-
} catch (
|
|
2544
|
-
throw this.debugLog("Failed to set customer",
|
|
2542
|
+
this.debugLog("Customer set successfully", r);
|
|
2543
|
+
} catch (r) {
|
|
2544
|
+
throw this.debugLog("Failed to set customer", r), new Error(`Failed to set customer: ${r.message}`);
|
|
2545
2545
|
}
|
|
2546
2546
|
}
|
|
2547
2547
|
async reserveAdditionalPackageItem(t, n) {
|
|
@@ -2553,16 +2553,16 @@ class Nt {
|
|
|
2553
2553
|
packageId: n.packageId,
|
|
2554
2554
|
packageItemId: n.packageItemId
|
|
2555
2555
|
});
|
|
2556
|
-
const
|
|
2556
|
+
const r = await this.sdk.reserveAdditionalPackageItem({
|
|
2557
2557
|
orderId: t,
|
|
2558
2558
|
eventId: n.eventId,
|
|
2559
2559
|
amount: n.amount,
|
|
2560
2560
|
packageId: n.packageId,
|
|
2561
2561
|
packageItemId: n.packageItemId
|
|
2562
2562
|
});
|
|
2563
|
-
return this.debugLog("reserve additional packageItem"),
|
|
2564
|
-
} catch (
|
|
2565
|
-
throw this.debugLog("Error configuring package",
|
|
2563
|
+
return this.debugLog("reserve additional packageItem"), r.reserveAdditionalPackageItem ?? null;
|
|
2564
|
+
} catch (r) {
|
|
2565
|
+
throw this.debugLog("Error configuring package", r), this.handleError(r), r;
|
|
2566
2566
|
}
|
|
2567
2567
|
}
|
|
2568
2568
|
// Cancel and clear order functions
|
|
@@ -2571,30 +2571,30 @@ class Nt {
|
|
|
2571
2571
|
}
|
|
2572
2572
|
async findOrder(t, n) {
|
|
2573
2573
|
try {
|
|
2574
|
-
const
|
|
2575
|
-
return
|
|
2576
|
-
id:
|
|
2577
|
-
reference:
|
|
2578
|
-
currency:
|
|
2579
|
-
downloadCode:
|
|
2574
|
+
const r = await this.sdk.findOrderById({ id: t, reference: n });
|
|
2575
|
+
return r.findOrder ? {
|
|
2576
|
+
id: r.findOrder.id,
|
|
2577
|
+
reference: r.findOrder.reference,
|
|
2578
|
+
currency: r.findOrder.currency,
|
|
2579
|
+
downloadCode: r.findOrder.downloadCode,
|
|
2580
2580
|
organization: {
|
|
2581
|
-
name:
|
|
2582
|
-
paymentBanner:
|
|
2581
|
+
name: r.findOrder.organization.name,
|
|
2582
|
+
paymentBanner: r.findOrder.organization.name
|
|
2583
2583
|
},
|
|
2584
|
-
customer:
|
|
2585
|
-
firstName:
|
|
2586
|
-
lastName:
|
|
2587
|
-
email:
|
|
2588
|
-
age:
|
|
2589
|
-
gender:
|
|
2590
|
-
residence:
|
|
2591
|
-
extraInfo:
|
|
2584
|
+
customer: r.findOrder.mainBooker ? {
|
|
2585
|
+
firstName: r.findOrder.mainBooker.firstName,
|
|
2586
|
+
lastName: r.findOrder.mainBooker.lastName,
|
|
2587
|
+
email: r.findOrder.mainBooker.email,
|
|
2588
|
+
age: r.findOrder.mainBooker.age,
|
|
2589
|
+
gender: r.findOrder.mainBooker.gender,
|
|
2590
|
+
residence: r.findOrder.mainBooker.residence,
|
|
2591
|
+
extraInfo: r.findOrder.mainBooker.extraInfo
|
|
2592
2592
|
} : null,
|
|
2593
|
-
items:
|
|
2594
|
-
discountCode:
|
|
2593
|
+
items: r.findOrder.items,
|
|
2594
|
+
discountCode: r.findOrder.discount?.code
|
|
2595
2595
|
} : null;
|
|
2596
|
-
} catch (
|
|
2597
|
-
return this.debugLog("Error finding order",
|
|
2596
|
+
} catch (r) {
|
|
2597
|
+
return this.debugLog("Error finding order", r), this.handleError(r), null;
|
|
2598
2598
|
}
|
|
2599
2599
|
}
|
|
2600
2600
|
async configureDiscountCode(t, n) {
|
|
@@ -2605,9 +2605,9 @@ class Nt {
|
|
|
2605
2605
|
}), await this.sdk.configureDiscount({
|
|
2606
2606
|
orderId: t,
|
|
2607
2607
|
discountCode: n.code
|
|
2608
|
-
}).then((
|
|
2609
|
-
} catch (
|
|
2610
|
-
return this.debugLog("Error configuring discount",
|
|
2608
|
+
}).then((r) => r.createOrderDiscount ?? null);
|
|
2609
|
+
} catch (r) {
|
|
2610
|
+
return this.debugLog("Error configuring discount", r), this.handleError(r), null;
|
|
2611
2611
|
}
|
|
2612
2612
|
}
|
|
2613
2613
|
async findActiveOrder(t) {
|
|
@@ -2616,9 +2616,9 @@ class Nt {
|
|
|
2616
2616
|
const n = await this.sdk.findActiveOrderById({ id: t });
|
|
2617
2617
|
if (!n?.findOrder)
|
|
2618
2618
|
return null;
|
|
2619
|
-
const
|
|
2620
|
-
this.debugLog("Order fetched successfully",
|
|
2621
|
-
const
|
|
2619
|
+
const r = n.findOrder;
|
|
2620
|
+
this.debugLog("Order fetched successfully", r);
|
|
2621
|
+
const i = r.items, s = i.filter((d) => d.product != null && d.amount > 0).map((d) => {
|
|
2622
2622
|
let g = T.PRODUCT;
|
|
2623
2623
|
return d.product.type === "ADDON" ? g = T.ADD_ONS : d.product.type === "PICKUP" ? g = T.PICKUP : d.product.type === "DELIVERY" && (g = T.DELIVERY), {
|
|
2624
2624
|
id: d.product.id,
|
|
@@ -2637,7 +2637,7 @@ class Nt {
|
|
|
2637
2637
|
amount: y.amount
|
|
2638
2638
|
}))
|
|
2639
2639
|
};
|
|
2640
|
-
}), o =
|
|
2640
|
+
}), o = i.filter((d) => d.packageItem != null && d.amount > 0).reduce((d, g) => {
|
|
2641
2641
|
const {
|
|
2642
2642
|
packageItem: y,
|
|
2643
2643
|
event: m,
|
|
@@ -2671,24 +2671,24 @@ class Nt {
|
|
|
2671
2671
|
], h = l.reduce((d, g) => d + (g.amount || 0), 0);
|
|
2672
2672
|
if (h === 0)
|
|
2673
2673
|
return null;
|
|
2674
|
-
const E =
|
|
2674
|
+
const E = i.filter((d) => d.amount > 0).map((d) => new Date(d.expiredAt).getTime()), p = Te.fromMillis(Math.min(...E));
|
|
2675
2675
|
return {
|
|
2676
|
-
id:
|
|
2677
|
-
currency:
|
|
2676
|
+
id: r.id,
|
|
2677
|
+
currency: r.currency,
|
|
2678
2678
|
expiredAt: p?.toJSDate().toISOString(),
|
|
2679
2679
|
items: l,
|
|
2680
|
-
customer:
|
|
2681
|
-
firstName:
|
|
2682
|
-
lastName:
|
|
2683
|
-
email:
|
|
2684
|
-
age:
|
|
2685
|
-
gender:
|
|
2686
|
-
residence:
|
|
2687
|
-
extraInfo:
|
|
2680
|
+
customer: r.mainBooker ? {
|
|
2681
|
+
firstName: r.mainBooker.firstName,
|
|
2682
|
+
lastName: r.mainBooker.lastName,
|
|
2683
|
+
email: r.mainBooker.email,
|
|
2684
|
+
age: r.mainBooker.age,
|
|
2685
|
+
gender: r.mainBooker.gender,
|
|
2686
|
+
residence: r.mainBooker.residence,
|
|
2687
|
+
extraInfo: r.mainBooker.extraInfo
|
|
2688
2688
|
} : null,
|
|
2689
2689
|
count: h,
|
|
2690
2690
|
orderProtection: !1,
|
|
2691
|
-
discountCode:
|
|
2691
|
+
discountCode: r.discount?.code
|
|
2692
2692
|
};
|
|
2693
2693
|
} catch (n) {
|
|
2694
2694
|
throw this.debugLog("Error fetching order", n), n;
|
|
@@ -2700,17 +2700,17 @@ class Nt {
|
|
|
2700
2700
|
handleError(t) {
|
|
2701
2701
|
const n = t;
|
|
2702
2702
|
if (n.graphQLErrors && n.graphQLErrors.length > 0) {
|
|
2703
|
-
const
|
|
2704
|
-
|
|
2703
|
+
const r = n.graphQLErrors[0];
|
|
2704
|
+
r.extensions?.status === "RATE_LIMIT" && console.error("Rate Limit reached"), r.extensions?.status === "SOLD_OUT" && console.error("Product sold out");
|
|
2705
2705
|
}
|
|
2706
2706
|
if (n.response?.errors && n.response.errors.length > 0) {
|
|
2707
|
-
const
|
|
2708
|
-
console.error("GraphQL Error:",
|
|
2707
|
+
const r = n.response.errors[0];
|
|
2708
|
+
console.error("GraphQL Error:", r.message), r.extensions?.code && console.error("Error Code:", r.extensions.code);
|
|
2709
2709
|
}
|
|
2710
2710
|
}
|
|
2711
2711
|
}
|
|
2712
|
-
const
|
|
2713
|
-
query EventOverviewPage($organizationId: ID!, $hostingIds: [String!], $locationIds: [String!], $excludedEventIds: [String!], $trackerId: String, $filterEventStatuses: [EventStatus!], $dateRange: DateRangeInput, $page: PageInput, $sorts: [SortInput!], $searchTerm: String, $priceRange: PriceRangeInput) {
|
|
2712
|
+
const Nt = u`
|
|
2713
|
+
query EventOverviewPage($organizationId: ID!, $hostingIds: [String!], $locationIds: [String!], $excludedEventIds: [String!], $trackerId: String, $filterEventStatuses: [EventStatus!], $dateRange: DateRangeInput, $page: PageInput, $sorts: [SortInput!], $searchTerm: String, $priceRange: PriceRangeInput, $showDoorTickets: Boolean) {
|
|
2714
2714
|
findAllPublicEventByOrganizationId(
|
|
2715
2715
|
id: $organizationId
|
|
2716
2716
|
hostingIds: $hostingIds
|
|
@@ -2723,6 +2723,7 @@ const Dt = u`
|
|
|
2723
2723
|
sorts: $sorts
|
|
2724
2724
|
searchTerm: $searchTerm
|
|
2725
2725
|
priceRange: $priceRange
|
|
2726
|
+
showDoorTickets: $showDoorTickets
|
|
2726
2727
|
) {
|
|
2727
2728
|
data {
|
|
2728
2729
|
id
|
|
@@ -2856,20 +2857,20 @@ const Dt = u`
|
|
|
2856
2857
|
showEndSalesAtTag
|
|
2857
2858
|
}
|
|
2858
2859
|
}
|
|
2859
|
-
`, xt = (e, t, n,
|
|
2860
|
+
`, xt = (e, t, n, r) => e();
|
|
2860
2861
|
function St(e, t = xt) {
|
|
2861
2862
|
return {
|
|
2862
|
-
EventOverviewPage(n,
|
|
2863
|
-
return t((s) => e.request({ document:
|
|
2863
|
+
EventOverviewPage(n, r, i) {
|
|
2864
|
+
return t((s) => e.request({ document: Nt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "EventOverviewPage", "query", n);
|
|
2864
2865
|
},
|
|
2865
|
-
EventDetailPage(n,
|
|
2866
|
-
return t((s) => e.request({ document: vt, variables: n, requestHeaders: { ...
|
|
2866
|
+
EventDetailPage(n, r, i) {
|
|
2867
|
+
return t((s) => e.request({ document: vt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "EventDetailPage", "query", n);
|
|
2867
2868
|
},
|
|
2868
|
-
FindPublicEventBySlug(n,
|
|
2869
|
-
return t((s) => e.request({ document: Pt, variables: n, requestHeaders: { ...
|
|
2869
|
+
FindPublicEventBySlug(n, r, i) {
|
|
2870
|
+
return t((s) => e.request({ document: Pt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "FindPublicEventBySlug", "query", n);
|
|
2870
2871
|
},
|
|
2871
|
-
findProductsByEventId(n,
|
|
2872
|
-
return t((s) => e.request({ document: bt, variables: n, requestHeaders: { ...
|
|
2872
|
+
findProductsByEventId(n, r, i) {
|
|
2873
|
+
return t((s) => e.request({ document: bt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findProductsByEventId", "query", n);
|
|
2873
2874
|
}
|
|
2874
2875
|
};
|
|
2875
2876
|
}
|
|
@@ -2891,9 +2892,12 @@ class Ct {
|
|
|
2891
2892
|
dateRange: t.dateRange,
|
|
2892
2893
|
page: t.page,
|
|
2893
2894
|
sorts: t.sorts,
|
|
2894
|
-
trackerId: this.config.trackerId
|
|
2895
|
+
trackerId: this.config.trackerId,
|
|
2896
|
+
searchTerm: t.searchTerm,
|
|
2897
|
+
priceRange: t.priceRange,
|
|
2898
|
+
showDoorTickets: t.showDoorTickets
|
|
2895
2899
|
});
|
|
2896
|
-
const
|
|
2900
|
+
const r = await this.sdk.EventOverviewPage({
|
|
2897
2901
|
organizationId: this.config.organizationId ?? n ?? "",
|
|
2898
2902
|
hostingIds: t.hostingIds,
|
|
2899
2903
|
locationIds: t.locationIds,
|
|
@@ -2907,10 +2911,11 @@ class Ct {
|
|
|
2907
2911
|
sorts: t.sorts,
|
|
2908
2912
|
trackerId: this.config.trackerId,
|
|
2909
2913
|
searchTerm: t.searchTerm,
|
|
2910
|
-
priceRange: t.priceRange
|
|
2914
|
+
priceRange: t.priceRange,
|
|
2915
|
+
showDoorTickets: t.showDoorTickets
|
|
2911
2916
|
});
|
|
2912
|
-
if (this.debugLog("Raw GraphQL response",
|
|
2913
|
-
const
|
|
2917
|
+
if (this.debugLog("Raw GraphQL response", r), r?.findAllPublicEventByOrganizationId?.data) {
|
|
2918
|
+
const i = r.findAllPublicEventByOrganizationId.data.map((s) => ({
|
|
2914
2919
|
id: s.id,
|
|
2915
2920
|
name: s.name,
|
|
2916
2921
|
icon: s.icon,
|
|
@@ -2938,11 +2943,11 @@ class Ct {
|
|
|
2938
2943
|
startingPrice: s.startingPrice,
|
|
2939
2944
|
totalViews: s.totalViews
|
|
2940
2945
|
}));
|
|
2941
|
-
return this.debugLog("Processed events", { events:
|
|
2946
|
+
return this.debugLog("Processed events", { events: i, count: i.length }), [i, r.findAllPublicEventByOrganizationId.count ?? 0];
|
|
2942
2947
|
} else
|
|
2943
2948
|
return this.debugLog("No events found in response"), [[], 0];
|
|
2944
|
-
} catch (
|
|
2945
|
-
throw this.debugLog("Error fetching events",
|
|
2949
|
+
} catch (r) {
|
|
2950
|
+
throw this.debugLog("Error fetching events", r), r;
|
|
2946
2951
|
}
|
|
2947
2952
|
}
|
|
2948
2953
|
async getEvent(t) {
|
|
@@ -2950,51 +2955,7 @@ class Ct {
|
|
|
2950
2955
|
this.debugLog("Fetching single event", { eventId: t });
|
|
2951
2956
|
const n = await this.sdk.EventDetailPage({ eventId: t });
|
|
2952
2957
|
if (this.debugLog("Raw GraphQL response", n), n?.findPublicEventById) {
|
|
2953
|
-
const
|
|
2954
|
-
id: i.id,
|
|
2955
|
-
name: i.name,
|
|
2956
|
-
icon: i.icon,
|
|
2957
|
-
banner: i.banner,
|
|
2958
|
-
description: i.description,
|
|
2959
|
-
addonDescription: i.addonDescription,
|
|
2960
|
-
startAt: i.startAt,
|
|
2961
|
-
endAt: i.endAt,
|
|
2962
|
-
timezone: i.timezone,
|
|
2963
|
-
startSalesAt: i.startSalesAt,
|
|
2964
|
-
endSalesAt: i.endSalesAt,
|
|
2965
|
-
slug: i.slug ?? "ERROR",
|
|
2966
|
-
facebookPixelId: i.facebookPixelId,
|
|
2967
|
-
status: i.status,
|
|
2968
|
-
location: i.location ? {
|
|
2969
|
-
id: i.location.id,
|
|
2970
|
-
name: i.location.name,
|
|
2971
|
-
address: i.location.address
|
|
2972
|
-
} : void 0,
|
|
2973
|
-
hosting: i.hosting ? {
|
|
2974
|
-
id: i.hosting.id,
|
|
2975
|
-
name: i.hosting.name
|
|
2976
|
-
} : void 0,
|
|
2977
|
-
infoDescription: i.infoDescription,
|
|
2978
|
-
startingPrice: i.startingPrice,
|
|
2979
|
-
totalViews: i.totalViews,
|
|
2980
|
-
seatsIoEventId: i.seatsIoEventId,
|
|
2981
|
-
maxAmountOfTicketsPerOrder: i.maxAmountOfTicketsPerOrder
|
|
2982
|
-
};
|
|
2983
|
-
return this.debugLog("Processed single event", r), r;
|
|
2984
|
-
} else {
|
|
2985
|
-
this.debugLog("No event found for id", t);
|
|
2986
|
-
return;
|
|
2987
|
-
}
|
|
2988
|
-
} catch (n) {
|
|
2989
|
-
throw this.debugLog("Error fetching single event", n), n;
|
|
2990
|
-
}
|
|
2991
|
-
}
|
|
2992
|
-
async getEventBySlug(t, n) {
|
|
2993
|
-
try {
|
|
2994
|
-
this.debugLog("Fetching single event by slug", { organizationId: t, slug: n });
|
|
2995
|
-
const i = await this.sdk.FindPublicEventBySlug({ organizationId: t, slug: n });
|
|
2996
|
-
if (this.debugLog("Raw GraphQL response", i), i?.findPublicEventBySlug) {
|
|
2997
|
-
const r = i.findPublicEventBySlug, s = {
|
|
2958
|
+
const r = n.findPublicEventById, i = {
|
|
2998
2959
|
id: r.id,
|
|
2999
2960
|
name: r.name,
|
|
3000
2961
|
icon: r.icon,
|
|
@@ -3024,31 +2985,75 @@ class Ct {
|
|
|
3024
2985
|
seatsIoEventId: r.seatsIoEventId,
|
|
3025
2986
|
maxAmountOfTicketsPerOrder: r.maxAmountOfTicketsPerOrder
|
|
3026
2987
|
};
|
|
2988
|
+
return this.debugLog("Processed single event", i), i;
|
|
2989
|
+
} else {
|
|
2990
|
+
this.debugLog("No event found for id", t);
|
|
2991
|
+
return;
|
|
2992
|
+
}
|
|
2993
|
+
} catch (n) {
|
|
2994
|
+
throw this.debugLog("Error fetching single event", n), n;
|
|
2995
|
+
}
|
|
2996
|
+
}
|
|
2997
|
+
async getEventBySlug(t, n) {
|
|
2998
|
+
try {
|
|
2999
|
+
this.debugLog("Fetching single event by slug", { organizationId: t, slug: n });
|
|
3000
|
+
const r = await this.sdk.FindPublicEventBySlug({ organizationId: t, slug: n });
|
|
3001
|
+
if (this.debugLog("Raw GraphQL response", r), r?.findPublicEventBySlug) {
|
|
3002
|
+
const i = r.findPublicEventBySlug, s = {
|
|
3003
|
+
id: i.id,
|
|
3004
|
+
name: i.name,
|
|
3005
|
+
icon: i.icon,
|
|
3006
|
+
banner: i.banner,
|
|
3007
|
+
description: i.description,
|
|
3008
|
+
addonDescription: i.addonDescription,
|
|
3009
|
+
startAt: i.startAt,
|
|
3010
|
+
endAt: i.endAt,
|
|
3011
|
+
timezone: i.timezone,
|
|
3012
|
+
startSalesAt: i.startSalesAt,
|
|
3013
|
+
endSalesAt: i.endSalesAt,
|
|
3014
|
+
slug: i.slug ?? "ERROR",
|
|
3015
|
+
facebookPixelId: i.facebookPixelId,
|
|
3016
|
+
status: i.status,
|
|
3017
|
+
location: i.location ? {
|
|
3018
|
+
id: i.location.id,
|
|
3019
|
+
name: i.location.name,
|
|
3020
|
+
address: i.location.address
|
|
3021
|
+
} : void 0,
|
|
3022
|
+
hosting: i.hosting ? {
|
|
3023
|
+
id: i.hosting.id,
|
|
3024
|
+
name: i.hosting.name
|
|
3025
|
+
} : void 0,
|
|
3026
|
+
infoDescription: i.infoDescription,
|
|
3027
|
+
startingPrice: i.startingPrice,
|
|
3028
|
+
totalViews: i.totalViews,
|
|
3029
|
+
seatsIoEventId: i.seatsIoEventId,
|
|
3030
|
+
maxAmountOfTicketsPerOrder: i.maxAmountOfTicketsPerOrder
|
|
3031
|
+
};
|
|
3027
3032
|
return this.debugLog("Processed single event", s), s;
|
|
3028
3033
|
} else {
|
|
3029
3034
|
this.debugLog("No event found for id by slug", { organizationId: t, slug: n });
|
|
3030
3035
|
return;
|
|
3031
3036
|
}
|
|
3032
|
-
} catch (
|
|
3033
|
-
throw this.debugLog("Error fetching single event",
|
|
3037
|
+
} catch (r) {
|
|
3038
|
+
throw this.debugLog("Error fetching single event", r), r;
|
|
3034
3039
|
}
|
|
3035
3040
|
}
|
|
3036
|
-
async getProducts(t, n,
|
|
3041
|
+
async getProducts(t, n, r) {
|
|
3037
3042
|
try {
|
|
3038
3043
|
this.debugLog("Fetching products for event", {
|
|
3039
3044
|
eventId: t,
|
|
3040
|
-
promoCode:
|
|
3045
|
+
promoCode: r,
|
|
3041
3046
|
trackerId: this.config.trackerId,
|
|
3042
3047
|
productTypes: n
|
|
3043
3048
|
});
|
|
3044
|
-
const
|
|
3049
|
+
const i = await this.sdk.findProductsByEventId({
|
|
3045
3050
|
eventId: t,
|
|
3046
|
-
promoCode:
|
|
3051
|
+
promoCode: r,
|
|
3047
3052
|
trackerId: this.config.trackerId,
|
|
3048
3053
|
productTypes: n
|
|
3049
3054
|
});
|
|
3050
|
-
if (
|
|
3051
|
-
const s =
|
|
3055
|
+
if (i?.findPublicProductsByEventId) {
|
|
3056
|
+
const s = i.findPublicProductsByEventId.map((o) => ({
|
|
3052
3057
|
id: o.id,
|
|
3053
3058
|
name: o.name,
|
|
3054
3059
|
category: o.category ? {
|
|
@@ -3081,8 +3086,8 @@ class Ct {
|
|
|
3081
3086
|
}), s;
|
|
3082
3087
|
}
|
|
3083
3088
|
return;
|
|
3084
|
-
} catch (
|
|
3085
|
-
throw this.debugLog("Error fetching products", { eventId: t, error:
|
|
3089
|
+
} catch (i) {
|
|
3090
|
+
throw this.debugLog("Error fetching products", { eventId: t, error: i }), i;
|
|
3086
3091
|
}
|
|
3087
3092
|
}
|
|
3088
3093
|
debugLog(t, n) {
|
|
@@ -3123,22 +3128,22 @@ const _t = u`
|
|
|
3123
3128
|
mutation createDigitalPayment($input: CreateDigitalOrderPaymentInput!) {
|
|
3124
3129
|
createDigitalOrderPayment(input: $input)
|
|
3125
3130
|
}
|
|
3126
|
-
`, Rt = (e, t, n,
|
|
3127
|
-
function
|
|
3131
|
+
`, Rt = (e, t, n, r) => e();
|
|
3132
|
+
function wt(e, t = Rt) {
|
|
3128
3133
|
return {
|
|
3129
|
-
findPaymentMethods(n,
|
|
3130
|
-
return t((s) => e.request({ document: _t, variables: n, requestHeaders: { ...
|
|
3134
|
+
findPaymentMethods(n, r, i) {
|
|
3135
|
+
return t((s) => e.request({ document: _t, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findPaymentMethods", "query", n);
|
|
3131
3136
|
},
|
|
3132
|
-
createDigitalPayment(n,
|
|
3133
|
-
return t((s) => e.request({ document: Lt, variables: n, requestHeaders: { ...
|
|
3137
|
+
createDigitalPayment(n, r, i) {
|
|
3138
|
+
return t((s) => e.request({ document: Lt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "createDigitalPayment", "mutation", n);
|
|
3134
3139
|
}
|
|
3135
3140
|
};
|
|
3136
3141
|
}
|
|
3137
|
-
class
|
|
3142
|
+
class Ft {
|
|
3138
3143
|
config;
|
|
3139
3144
|
sdk;
|
|
3140
3145
|
constructor(t) {
|
|
3141
|
-
this.config = t, this.sdk =
|
|
3146
|
+
this.config = t, this.sdk = wt(new A(t.apiUrl));
|
|
3142
3147
|
}
|
|
3143
3148
|
async getPaymentDetails(t) {
|
|
3144
3149
|
this.debugLog("Fetching payment methods", t);
|
|
@@ -3152,29 +3157,29 @@ class wt {
|
|
|
3152
3157
|
});
|
|
3153
3158
|
if (!n?.findPaymentDetails)
|
|
3154
3159
|
throw this.debugLog("No payment details found"), new Error("No payment details found for this order");
|
|
3155
|
-
const
|
|
3160
|
+
const r = n.findPaymentDetails;
|
|
3156
3161
|
return this.debugLog("Payment methods fetched successfully", {
|
|
3157
|
-
methodCount:
|
|
3158
|
-
transactionPrice:
|
|
3159
|
-
transactionDiscount:
|
|
3160
|
-
transactionFee:
|
|
3161
|
-
paymentSpesificTransactionFee:
|
|
3162
|
-
protectionFee:
|
|
3162
|
+
methodCount: r.methods?.length ?? 0,
|
|
3163
|
+
transactionPrice: r.transactionPrice,
|
|
3164
|
+
transactionDiscount: r.transactionDiscount,
|
|
3165
|
+
transactionFee: r.transactionFee,
|
|
3166
|
+
paymentSpesificTransactionFee: r.paymentSpesificTransactionFee,
|
|
3167
|
+
protectionFee: r.protectionFee
|
|
3163
3168
|
}), {
|
|
3164
|
-
transactionPrice:
|
|
3165
|
-
transactionDiscount:
|
|
3166
|
-
transactionFee:
|
|
3167
|
-
protectionFee:
|
|
3168
|
-
paymentSpesificTransactionFee:
|
|
3169
|
-
methods:
|
|
3170
|
-
id:
|
|
3171
|
-
name:
|
|
3172
|
-
image:
|
|
3173
|
-
fee:
|
|
3174
|
-
type:
|
|
3175
|
-
value:
|
|
3169
|
+
transactionPrice: r.transactionPrice,
|
|
3170
|
+
transactionDiscount: r.transactionDiscount,
|
|
3171
|
+
transactionFee: r.transactionFee,
|
|
3172
|
+
protectionFee: r.protectionFee,
|
|
3173
|
+
paymentSpesificTransactionFee: r.paymentSpesificTransactionFee,
|
|
3174
|
+
methods: r.methods?.map((i) => ({
|
|
3175
|
+
id: i.id,
|
|
3176
|
+
name: i.name,
|
|
3177
|
+
image: i.image,
|
|
3178
|
+
fee: i.fee ? {
|
|
3179
|
+
type: i.fee.type,
|
|
3180
|
+
value: i.fee.value
|
|
3176
3181
|
} : null,
|
|
3177
|
-
issuers:
|
|
3182
|
+
issuers: i.issuers?.map((s) => ({
|
|
3178
3183
|
id: s.id,
|
|
3179
3184
|
name: s.name,
|
|
3180
3185
|
image: s.image
|
|
@@ -3201,13 +3206,13 @@ class wt {
|
|
|
3201
3206
|
withTicketProtection: t.withTicketProtection
|
|
3202
3207
|
};
|
|
3203
3208
|
t.customer && (n.customer = t.customer), t.products && (n.products = t.products), t.description && (n.description = t.description), t.reference && (n.reference = t.reference), t.ipAddress && (n.ipAddress = t.ipAddress);
|
|
3204
|
-
const
|
|
3209
|
+
const r = await this.sdk.createDigitalPayment({
|
|
3205
3210
|
input: n
|
|
3206
3211
|
});
|
|
3207
|
-
if (!
|
|
3212
|
+
if (!r?.createDigitalOrderPayment)
|
|
3208
3213
|
throw this.debugLog("Failed to create payment"), new Error("Failed to create payment for this order");
|
|
3209
|
-
const
|
|
3210
|
-
return this.debugLog("Payment created successfully", { paymentUrl:
|
|
3214
|
+
const i = r.createDigitalOrderPayment;
|
|
3215
|
+
return this.debugLog("Payment created successfully", { paymentUrl: i }), { paymentUrl: i };
|
|
3211
3216
|
} catch (n) {
|
|
3212
3217
|
throw this.debugLog("Error creating payment", n), n;
|
|
3213
3218
|
}
|
|
@@ -3328,20 +3333,20 @@ const $t = u`
|
|
|
3328
3333
|
count
|
|
3329
3334
|
}
|
|
3330
3335
|
}
|
|
3331
|
-
`, Mt = (e, t, n,
|
|
3336
|
+
`, Mt = (e, t, n, r) => e();
|
|
3332
3337
|
function qt(e, t = Mt) {
|
|
3333
3338
|
return {
|
|
3334
|
-
findAllPublicPackagesByOrganizationId(n,
|
|
3335
|
-
return t((s) => e.request({ document: $t, variables: n, requestHeaders: { ...
|
|
3339
|
+
findAllPublicPackagesByOrganizationId(n, r, i) {
|
|
3340
|
+
return t((s) => e.request({ document: $t, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findAllPublicPackagesByOrganizationId", "query", n);
|
|
3336
3341
|
},
|
|
3337
|
-
findPublicPackageById(n,
|
|
3338
|
-
return t((s) => e.request({ document: Bt, variables: n, requestHeaders: { ...
|
|
3342
|
+
findPublicPackageById(n, r, i) {
|
|
3343
|
+
return t((s) => e.request({ document: Bt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findPublicPackageById", "query", n);
|
|
3339
3344
|
},
|
|
3340
|
-
findPublicPackageBySlug(n,
|
|
3341
|
-
return t((s) => e.request({ document: Ut, variables: n, requestHeaders: { ...
|
|
3345
|
+
findPublicPackageBySlug(n, r, i) {
|
|
3346
|
+
return t((s) => e.request({ document: Ut, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findPublicPackageBySlug", "query", n);
|
|
3342
3347
|
},
|
|
3343
|
-
findPublicItemsByPackageId(n,
|
|
3344
|
-
return t((s) => e.request({ document: Vt, variables: n, requestHeaders: { ...
|
|
3348
|
+
findPublicItemsByPackageId(n, r, i) {
|
|
3349
|
+
return t((s) => e.request({ document: Vt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findPublicItemsByPackageId", "query", n);
|
|
3345
3350
|
}
|
|
3346
3351
|
};
|
|
3347
3352
|
}
|
|
@@ -3356,29 +3361,29 @@ class zt {
|
|
|
3356
3361
|
}
|
|
3357
3362
|
async getPackages(t, n) {
|
|
3358
3363
|
try {
|
|
3359
|
-
let
|
|
3360
|
-
t.page && (
|
|
3364
|
+
let r;
|
|
3365
|
+
t.page && (r = {
|
|
3361
3366
|
index: t.page.index ?? 0,
|
|
3362
3367
|
size: t.page.size ?? 20
|
|
3363
3368
|
}), this.debugLog("Fetching public packages", {
|
|
3364
3369
|
organizationId: this.config.organizationId ?? n ?? "",
|
|
3365
|
-
page:
|
|
3370
|
+
page: r,
|
|
3366
3371
|
tab: t.tab,
|
|
3367
3372
|
statuses: t.statuses
|
|
3368
3373
|
});
|
|
3369
|
-
const
|
|
3374
|
+
const i = await this.sdk.findAllPublicPackagesByOrganizationId({
|
|
3370
3375
|
organizationId: this.config.organizationId ?? n ?? ""
|
|
3371
3376
|
});
|
|
3372
|
-
if (
|
|
3373
|
-
const s =
|
|
3377
|
+
if (i?.findAllPublicPackagesByOrganizationId) {
|
|
3378
|
+
const s = i.findAllPublicPackagesByOrganizationId;
|
|
3374
3379
|
return this.debugLog("Public packages fetched", {
|
|
3375
3380
|
count: s.count,
|
|
3376
3381
|
dataLength: s.data.length
|
|
3377
3382
|
}), s.data;
|
|
3378
3383
|
}
|
|
3379
3384
|
return null;
|
|
3380
|
-
} catch (
|
|
3381
|
-
throw this.debugLog("Error fetching public packages",
|
|
3385
|
+
} catch (r) {
|
|
3386
|
+
throw this.debugLog("Error fetching public packages", r), r;
|
|
3382
3387
|
}
|
|
3383
3388
|
}
|
|
3384
3389
|
async getPackage(t) {
|
|
@@ -3388,8 +3393,8 @@ class zt {
|
|
|
3388
3393
|
});
|
|
3389
3394
|
const n = await this.sdk.findPublicPackageById({ packageId: t });
|
|
3390
3395
|
if (n?.findPublicPackageById) {
|
|
3391
|
-
const
|
|
3392
|
-
return this.debugLog("Public package fetched"),
|
|
3396
|
+
const r = n.findPublicPackageById;
|
|
3397
|
+
return this.debugLog("Public package fetched"), r;
|
|
3393
3398
|
}
|
|
3394
3399
|
return null;
|
|
3395
3400
|
} catch (n) {
|
|
@@ -3402,34 +3407,34 @@ class zt {
|
|
|
3402
3407
|
organizationId: t,
|
|
3403
3408
|
slug: n
|
|
3404
3409
|
});
|
|
3405
|
-
const
|
|
3406
|
-
if (
|
|
3407
|
-
const
|
|
3408
|
-
return this.debugLog("Public package fetched"),
|
|
3410
|
+
const r = await this.sdk.findPublicPackageBySlug({ organizationId: t, slug: n });
|
|
3411
|
+
if (r?.findPublicPackageBySlug) {
|
|
3412
|
+
const i = r.findPublicPackageBySlug;
|
|
3413
|
+
return this.debugLog("Public package fetched"), i;
|
|
3409
3414
|
}
|
|
3410
3415
|
return null;
|
|
3411
|
-
} catch (
|
|
3412
|
-
throw this.debugLog("Error fetching public packages",
|
|
3416
|
+
} catch (r) {
|
|
3417
|
+
throw this.debugLog("Error fetching public packages", r), r;
|
|
3413
3418
|
}
|
|
3414
3419
|
}
|
|
3415
3420
|
async getPackageItems(t, n = [L.Regular, L.AdditionalEvent]) {
|
|
3416
3421
|
try {
|
|
3417
3422
|
this.debugLog("Fetching public package items", { packageId: t, types: n });
|
|
3418
|
-
const
|
|
3423
|
+
const r = await this.sdk.findPublicItemsByPackageId({
|
|
3419
3424
|
packageId: t,
|
|
3420
3425
|
types: n,
|
|
3421
3426
|
page: { index: 0, size: 100 }
|
|
3422
3427
|
});
|
|
3423
|
-
if (
|
|
3424
|
-
const
|
|
3428
|
+
if (r?.findPublicItemsByPackageId) {
|
|
3429
|
+
const i = r.findPublicItemsByPackageId;
|
|
3425
3430
|
return this.debugLog("Public package items fetched", {
|
|
3426
|
-
count:
|
|
3427
|
-
dataLength:
|
|
3428
|
-
}),
|
|
3431
|
+
count: i.count,
|
|
3432
|
+
dataLength: i.data.length
|
|
3433
|
+
}), i.data;
|
|
3429
3434
|
}
|
|
3430
3435
|
return null;
|
|
3431
|
-
} catch (
|
|
3432
|
-
throw this.debugLog("Error fetching public package items",
|
|
3436
|
+
} catch (r) {
|
|
3437
|
+
throw this.debugLog("Error fetching public package items", r), r;
|
|
3433
3438
|
}
|
|
3434
3439
|
}
|
|
3435
3440
|
}
|
|
@@ -3453,11 +3458,11 @@ const Gt = u`
|
|
|
3453
3458
|
count
|
|
3454
3459
|
}
|
|
3455
3460
|
}
|
|
3456
|
-
`, jt = (e, t, n,
|
|
3461
|
+
`, jt = (e, t, n, r) => e();
|
|
3457
3462
|
function Ht(e, t = jt) {
|
|
3458
3463
|
return {
|
|
3459
|
-
findAllPublicCategoriesByOrganizationId(n,
|
|
3460
|
-
return t((s) => e.request({ document: Gt, variables: n, requestHeaders: { ...
|
|
3464
|
+
findAllPublicCategoriesByOrganizationId(n, r, i) {
|
|
3465
|
+
return t((s) => e.request({ document: Gt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findAllPublicCategoriesByOrganizationId", "query", n);
|
|
3461
3466
|
}
|
|
3462
3467
|
};
|
|
3463
3468
|
}
|
|
@@ -3473,17 +3478,17 @@ class Yt {
|
|
|
3473
3478
|
async getCategories(t, n) {
|
|
3474
3479
|
try {
|
|
3475
3480
|
this.debugLog("Fetching all categories", { organizationId: this.config.organizationId });
|
|
3476
|
-
const
|
|
3477
|
-
if (
|
|
3478
|
-
const
|
|
3479
|
-
return this.debugLog("Categories fetched", { count:
|
|
3480
|
-
...
|
|
3481
|
+
const r = await this.sdk.findAllPublicCategoriesByOrganizationId({ organizationId: this.config.organizationId ?? n ?? "", dateRange: t ?? null });
|
|
3482
|
+
if (r?.findAllPublicHostingsByOrganizationId) {
|
|
3483
|
+
const i = r.findAllPublicHostingsByOrganizationId, s = r.findAllPublicLocationsByOrganizationId;
|
|
3484
|
+
return this.debugLog("Categories fetched", { count: i.count + s.count, dataLength: i.data.length + s.data.length }), [
|
|
3485
|
+
...i.data.map((o) => ({ id: o.id, name: o.name, icon: o.icon, activeEvents: o.amountOfActiveEvents, type: "HOSTING" })),
|
|
3481
3486
|
...s.data.map((o) => ({ id: o.id, name: o.name, activeEvents: o.amountOfActiveEvents, type: "LOCATION" }))
|
|
3482
3487
|
];
|
|
3483
3488
|
}
|
|
3484
3489
|
return [];
|
|
3485
|
-
} catch (
|
|
3486
|
-
throw this.debugLog("Error fetching categories",
|
|
3490
|
+
} catch (r) {
|
|
3491
|
+
throw this.debugLog("Error fetching categories", r), r;
|
|
3487
3492
|
}
|
|
3488
3493
|
}
|
|
3489
3494
|
}
|
|
@@ -3499,17 +3504,17 @@ const Qt = u`
|
|
|
3499
3504
|
mutation CreatePackageView($id: ID!, $shopId: ID, $trackerLinkId: ID) {
|
|
3500
3505
|
createPackageView(id: $id, shopId: $shopId, trackerId: $trackerLinkId)
|
|
3501
3506
|
}
|
|
3502
|
-
`, Wt = (e, t, n,
|
|
3507
|
+
`, Wt = (e, t, n, r) => e();
|
|
3503
3508
|
function Zt(e, t = Wt) {
|
|
3504
3509
|
return {
|
|
3505
|
-
CreateShopView(n,
|
|
3506
|
-
return t((s) => e.request({ document: Qt, variables: n, requestHeaders: { ...
|
|
3510
|
+
CreateShopView(n, r, i) {
|
|
3511
|
+
return t((s) => e.request({ document: Qt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "CreateShopView", "mutation", n);
|
|
3507
3512
|
},
|
|
3508
|
-
CreateEventView(n,
|
|
3509
|
-
return t((s) => e.request({ document: Xt, variables: n, requestHeaders: { ...
|
|
3513
|
+
CreateEventView(n, r, i) {
|
|
3514
|
+
return t((s) => e.request({ document: Xt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "CreateEventView", "mutation", n);
|
|
3510
3515
|
},
|
|
3511
|
-
CreatePackageView(n,
|
|
3512
|
-
return t((s) => e.request({ document: Jt, variables: n, requestHeaders: { ...
|
|
3516
|
+
CreatePackageView(n, r, i) {
|
|
3517
|
+
return t((s) => e.request({ document: Jt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "CreatePackageView", "mutation", n);
|
|
3513
3518
|
}
|
|
3514
3519
|
};
|
|
3515
3520
|
}
|
|
@@ -3519,11 +3524,11 @@ class Kt {
|
|
|
3519
3524
|
constructor(t) {
|
|
3520
3525
|
this.config = t, this.sdk = Zt(new A(t.apiUrl));
|
|
3521
3526
|
}
|
|
3522
|
-
createMetric = async (t, n,
|
|
3523
|
-
switch (!n && !
|
|
3527
|
+
createMetric = async (t, n, r) => {
|
|
3528
|
+
switch (!n && !r && await this.sdk.CreateShopView({
|
|
3524
3529
|
id: t,
|
|
3525
3530
|
trackerLinkId: this.config.trackerId
|
|
3526
|
-
}),
|
|
3531
|
+
}), r) {
|
|
3527
3532
|
case R.Event:
|
|
3528
3533
|
await this.sdk.CreateEventView({
|
|
3529
3534
|
id: t,
|
|
@@ -3587,11 +3592,11 @@ const en = u`
|
|
|
3587
3592
|
blockedLanguages
|
|
3588
3593
|
}
|
|
3589
3594
|
}
|
|
3590
|
-
`, tn = (e, t, n,
|
|
3595
|
+
`, tn = (e, t, n, r) => e();
|
|
3591
3596
|
function nn(e, t = tn) {
|
|
3592
3597
|
return {
|
|
3593
|
-
getShopBySlug(n,
|
|
3594
|
-
return t((s) => e.request({ document: en, variables: n, requestHeaders: { ...
|
|
3598
|
+
getShopBySlug(n, r, i) {
|
|
3599
|
+
return t((s) => e.request({ document: en, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "getShopBySlug", "query", n);
|
|
3595
3600
|
}
|
|
3596
3601
|
};
|
|
3597
3602
|
}
|
|
@@ -3606,8 +3611,8 @@ class rn {
|
|
|
3606
3611
|
this.debugLog("Fetching shop", { slug: t });
|
|
3607
3612
|
const n = await this.sdk.getShopBySlug({ slug: t, trackerLinkId: this.config.trackerId });
|
|
3608
3613
|
if (this.debugLog("Raw GraphQL response", n), n?.findShopBySlug) {
|
|
3609
|
-
const
|
|
3610
|
-
return this.debugLog("Public Shop fetched"),
|
|
3614
|
+
const r = n.findShopBySlug;
|
|
3615
|
+
return this.debugLog("Public Shop fetched"), r;
|
|
3611
3616
|
}
|
|
3612
3617
|
return null;
|
|
3613
3618
|
} catch (n) {
|
|
@@ -3637,11 +3642,11 @@ const sn = u`
|
|
|
3637
3642
|
confirm
|
|
3638
3643
|
}
|
|
3639
3644
|
}
|
|
3640
|
-
`, an = (e, t, n,
|
|
3645
|
+
`, an = (e, t, n, r) => e();
|
|
3641
3646
|
function on(e, t = an) {
|
|
3642
3647
|
return {
|
|
3643
|
-
findAllCustomFieldsByOrderId(n,
|
|
3644
|
-
return t((s) => e.request({ document: sn, variables: n, requestHeaders: { ...
|
|
3648
|
+
findAllCustomFieldsByOrderId(n, r, i) {
|
|
3649
|
+
return t((s) => e.request({ document: sn, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findAllCustomFieldsByOrderId", "query", n);
|
|
3645
3650
|
}
|
|
3646
3651
|
};
|
|
3647
3652
|
}
|
|
@@ -3654,13 +3659,13 @@ class cn {
|
|
|
3654
3659
|
async findByOrderId(t, n) {
|
|
3655
3660
|
try {
|
|
3656
3661
|
this.debugLog("Fetching custom fields for order", { orderId: t, salesLocations: n });
|
|
3657
|
-
const
|
|
3662
|
+
const r = await this.sdk.findAllCustomFieldsByOrderId({
|
|
3658
3663
|
orderId: t,
|
|
3659
3664
|
salesLocations: n || null
|
|
3660
3665
|
});
|
|
3661
|
-
return this.debugLog("Custom fields fetched successfully",
|
|
3662
|
-
} catch (
|
|
3663
|
-
throw this.debugLog("Error fetching custom fields for order",
|
|
3666
|
+
return this.debugLog("Custom fields fetched successfully", r.findAllCustomFieldsByOrderId), r.findAllCustomFieldsByOrderId;
|
|
3667
|
+
} catch (r) {
|
|
3668
|
+
throw this.debugLog("Error fetching custom fields for order", r), r;
|
|
3664
3669
|
}
|
|
3665
3670
|
}
|
|
3666
3671
|
debugLog(t, n) {
|
|
@@ -3678,10 +3683,10 @@ class hn {
|
|
|
3678
3683
|
shop;
|
|
3679
3684
|
customField;
|
|
3680
3685
|
// Attach selected public types to the SDK class
|
|
3681
|
-
static Types =
|
|
3686
|
+
static Types = De;
|
|
3682
3687
|
constructor(t) {
|
|
3683
|
-
const { organizationId: n, debug:
|
|
3684
|
-
this.event = new Ct({ organizationId: n, debug:
|
|
3688
|
+
const { organizationId: n, debug: r = !1, apiUrl: i = dn } = t;
|
|
3689
|
+
this.event = new Ct({ organizationId: n, debug: r, apiUrl: i, trackerId: t.trackerId }), this.package = new zt({ organizationId: n, debug: r, apiUrl: i }), this.category = new Yt({ organizationId: n, debug: r, apiUrl: i }), this.metric = new Kt({ apiUrl: i, trackerId: t.trackerId }), this.shop = new rn({ debug: r, apiUrl: i, trackerId: t.trackerId }), this.customField = new cn({ debug: r, apiUrl: i }), this.basket = new Dt({ debug: r, apiUrl: i, trackerId: t.trackerId }), this.payment = new Ft({ debug: r, apiUrl: i });
|
|
3685
3690
|
}
|
|
3686
3691
|
}
|
|
3687
3692
|
export {
|
|
@@ -3691,11 +3696,11 @@ export {
|
|
|
3691
3696
|
se as DiscountType,
|
|
3692
3697
|
K as EventStatus,
|
|
3693
3698
|
R as MetricsType,
|
|
3694
|
-
|
|
3699
|
+
ie as OrderItemType,
|
|
3695
3700
|
L as PackageItemType,
|
|
3696
3701
|
W as PackageStatus,
|
|
3697
3702
|
Z as PackageTabType,
|
|
3698
|
-
|
|
3703
|
+
re as PaymentMethodFeeType,
|
|
3699
3704
|
te as ProductStatus,
|
|
3700
3705
|
ne as ProductType,
|
|
3701
3706
|
ue as SalesLocations,
|