@ticketapp-dev/shop-sdk 1.0.49 → 1.0.50
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GraphQLClient as T } from "graphql-request";
|
|
2
|
-
import { DateTime as
|
|
3
|
-
var N = /* @__PURE__ */ ((e) => (e.PACKAGE = "PACKAGE", e.PRODUCT = "PRODUCT", e.ADD_ONS = "ADD_ONS", e.DELIVERY = "DELIVERY", e.PICKUP = "PICKUP", e))(N || {}), R = /* @__PURE__ */ ((e) => (e.AdditionalEvent = "ADDITIONAL_EVENT", e.Addon = "ADDON", e.Regular = "REGULAR", e))(R || {}), Z = /* @__PURE__ */ ((e) => (e.Active = "ACTIVE", e.Concept = "CONCEPT", e.Paused = "PAUSED", e.SoldOut = "SOLD_OUT", e))(Z || {}), K = /* @__PURE__ */ ((e) => (e.Active = "ACTIVE", e.Inactive = "INACTIVE", e))(K || {}), ee = /* @__PURE__ */ ((e) => (e.Active = "ACTIVE", e.Inactive = "INACTIVE", e.Paused = "PAUSED", e.SoldOut = "SOLD_OUT", e))(ee || {}), te = /* @__PURE__ */ ((e) => (e.Asc = "ASC", e.Desc = "DESC", e))(te || {}), ne = /* @__PURE__ */ ((e) => (e.AllReserved = "ALL_RESERVED", e.Available = "AVAILABLE", e.SoldOut = "SOLD_OUT", e))(ne || {}),
|
|
2
|
+
import { DateTime as O } from "luxon";
|
|
3
|
+
var N = /* @__PURE__ */ ((e) => (e.PACKAGE = "PACKAGE", e.PRODUCT = "PRODUCT", e.ADD_ONS = "ADD_ONS", e.DELIVERY = "DELIVERY", e.PICKUP = "PICKUP", e))(N || {}), R = /* @__PURE__ */ ((e) => (e.AdditionalEvent = "ADDITIONAL_EVENT", e.Addon = "ADDON", e.Regular = "REGULAR", e))(R || {}), Z = /* @__PURE__ */ ((e) => (e.Active = "ACTIVE", e.Concept = "CONCEPT", e.Paused = "PAUSED", e.SoldOut = "SOLD_OUT", e))(Z || {}), K = /* @__PURE__ */ ((e) => (e.Active = "ACTIVE", e.Inactive = "INACTIVE", e))(K || {}), ee = /* @__PURE__ */ ((e) => (e.Active = "ACTIVE", e.Inactive = "INACTIVE", e.Paused = "PAUSED", e.SoldOut = "SOLD_OUT", e))(ee || {}), te = /* @__PURE__ */ ((e) => (e.Asc = "ASC", e.Desc = "DESC", e))(te || {}), ne = /* @__PURE__ */ ((e) => (e.AllReserved = "ALL_RESERVED", e.Available = "AVAILABLE", e.SoldOut = "SOLD_OUT", e))(ne || {}), re = /* @__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))(re || {}), ie = /* @__PURE__ */ ((e) => (e.FIXED = "FIXED", e.PERCENTAGE = "PERCENTAGE", e))(ie || {}), se = /* @__PURE__ */ ((e) => (e.AddOn = "ADD_ON", e.DeliveryOption = "DELIVERY_OPTION", e.EntranceTicket = "ENTRANCE_TICKET", e))(se || {}), ae = /* @__PURE__ */ ((e) => (e.Fixed = "FIXED", e.Percentage = "PERCENTAGE", e))(ae || {}), oe = /* @__PURE__ */ ((e) => (e.Default = "DEFAULT", e.Transparent = "TRANSPARENT", e))(oe || {}), ce = /* @__PURE__ */ ((e) => (e.Calendar = "CALENDAR", e.Large = "LARGE", e.Small = "SMALL", e))(ce || {}), F = /* @__PURE__ */ ((e) => (e.Event = "EVENT", e.Package = "PACKAGE", e))(F || {}), de = /* @__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))(de || {}), ue = /* @__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))(ue || {}), le = /* @__PURE__ */ ((e) => (e.ONLINE = "ONLINE", e.OFFLINE = "OFFLINE", e))(le || {});
|
|
4
4
|
const ve = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5
5
|
__proto__: null,
|
|
6
6
|
BasketOrderType: N,
|
|
@@ -13,9 +13,9 @@ const ve = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
13
13
|
PackageItemType: R,
|
|
14
14
|
PackageStatus: Z,
|
|
15
15
|
PackageTabType: K,
|
|
16
|
-
PaymentMethodFeeType:
|
|
16
|
+
PaymentMethodFeeType: ie,
|
|
17
17
|
ProductStatus: ne,
|
|
18
|
-
ProductType:
|
|
18
|
+
ProductType: re,
|
|
19
19
|
SalesLocations: le,
|
|
20
20
|
ShopTemplateType: oe,
|
|
21
21
|
ShopVariationType: ce,
|
|
@@ -23,8 +23,8 @@ const ve = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
23
23
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24
24
|
var w = function() {
|
|
25
25
|
return w = Object.assign || function(t) {
|
|
26
|
-
for (var n,
|
|
27
|
-
n = arguments[
|
|
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;
|
|
@@ -45,14 +45,14 @@ function be(e, t) {
|
|
|
45
45
|
}
|
|
46
46
|
const Se = /\r\n|[\n\r]/g;
|
|
47
47
|
function z(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(Se)) {
|
|
50
|
+
if (typeof i.index == "number" || be(!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,30 +63,30 @@ function xe(e) {
|
|
|
63
63
|
);
|
|
64
64
|
}
|
|
65
65
|
function he(e, t) {
|
|
66
|
-
const n = e.locationOffset.column - 1,
|
|
67
|
-
`, g =
|
|
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
|
+
`, g = r.split(/\r\n|[\n\r]/g), d = g[i];
|
|
68
68
|
if (d.length > 120) {
|
|
69
69
|
const m = Math.floor(h / 80), y = h % 80, p = [];
|
|
70
|
-
for (let
|
|
71
|
-
p.push(d.slice(
|
|
70
|
+
for (let k = 0; k < d.length; k += 80)
|
|
71
|
+
p.push(d.slice(k, k + 80));
|
|
72
72
|
return E + Q([
|
|
73
73
|
[`${o} |`, p[0]],
|
|
74
|
-
...p.slice(1, m + 1).map((
|
|
74
|
+
...p.slice(1, m + 1).map((k) => ["|", k]),
|
|
75
75
|
["|", "^".padStart(y)],
|
|
76
76
|
["|", p[m + 1]]
|
|
77
77
|
]);
|
|
78
78
|
}
|
|
79
79
|
return E + Q([
|
|
80
80
|
// Lines specified like this: ["prefix", "string"],
|
|
81
|
-
[`${o - 1} |`, g[
|
|
81
|
+
[`${o - 1} |`, g[i - 1]],
|
|
82
82
|
[`${o} |`, d],
|
|
83
83
|
["|", "^".padStart(h)],
|
|
84
|
-
[`${o + 1} |`, g[
|
|
84
|
+
[`${o + 1} |`, g[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 _e(e) {
|
|
@@ -140,15 +140,15 @@ class j 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: g, extensions: d } = _e(n);
|
|
145
145
|
super(t), this.name = "GraphQLError", this.path = E ?? void 0, this.originalError = g ?? void 0, this.nodes = X(
|
|
146
146
|
Array.isArray(o) ? o : o ? [o] : void 0
|
|
147
147
|
);
|
|
148
148
|
const m = X(
|
|
149
|
-
(
|
|
149
|
+
(r = this.nodes) === null || r === void 0 ? void 0 : r.map((p) => p.loc).filter((p) => p != null)
|
|
150
150
|
);
|
|
151
|
-
this.source = l ?? (m == null || (
|
|
151
|
+
this.source = l ?? (m == null || (i = m[0]) === null || i === void 0 ? void 0 : i.source), this.positions = h ?? m?.map((p) => p.start), this.locations = h && l ? h.map((p) => z(l, p)) : m?.map((p) => z(p.source, p.start));
|
|
152
152
|
const y = Pe(
|
|
153
153
|
g?.extensions
|
|
154
154
|
) ? g?.extensions : void 0;
|
|
@@ -231,8 +231,8 @@ class Ce {
|
|
|
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 pe {
|
|
|
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";
|
|
@@ -405,15 +405,15 @@ function Fe(e) {
|
|
|
405
405
|
}
|
|
406
406
|
function we(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
411
|
const l = e[o], h = $e(l);
|
|
412
|
-
h !== l.length && (
|
|
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
419
|
function $e(e) {
|
|
@@ -490,20 +490,20 @@ function D(e, 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 pe(t, n,
|
|
500
|
+
return new pe(t, n, r, s, o, i);
|
|
501
501
|
}
|
|
502
502
|
function Ve(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 Ve(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 Me(e,
|
|
543
|
+
return Me(e, i);
|
|
544
544
|
// Token ::
|
|
545
545
|
// - Punctuator
|
|
546
546
|
// - Name
|
|
@@ -550,62 +550,62 @@ function Ve(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 ? He(e, i) : qe(e, i);
|
|
585
585
|
}
|
|
586
586
|
if (x(s) || s === 45)
|
|
587
|
-
return ze(e,
|
|
587
|
+
return ze(e, i, s);
|
|
588
588
|
if (me(s))
|
|
589
|
-
return Je(e,
|
|
589
|
+
return Je(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 (")?` : P(s) || B(n,
|
|
592
|
+
i,
|
|
593
|
+
s === 39 ? `Unexpected single quote character ('), did you mean to use a double quote (")?` : P(s) || B(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 Me(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 (P(s))
|
|
606
|
-
++
|
|
607
|
-
else if (B(n,
|
|
608
|
-
|
|
606
|
+
++i;
|
|
607
|
+
else if (B(n, i))
|
|
608
|
+
i += 2;
|
|
609
609
|
else
|
|
610
610
|
break;
|
|
611
611
|
}
|
|
@@ -613,40 +613,40 @@ function Me(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 ze(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
|
-
|
|
627
|
+
i,
|
|
628
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 = M(e, i, s), s = r.charCodeAt(i);
|
|
635
|
+
if (s === 46 && (o = !0, s = r.charCodeAt(++i), i = M(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 = M(e, i, s), s = r.charCodeAt(i)), s === 46 || me(s))
|
|
636
636
|
throw I(
|
|
637
637
|
e.source,
|
|
638
|
-
|
|
638
|
+
i,
|
|
639
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 M(e, t, n) {
|
|
@@ -659,57 +659,57 @@ function M(e, t, n) {
|
|
|
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 qe(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 ? Ge(e, i) : je(e, i) : Ye(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 (P(l))
|
|
684
|
-
++
|
|
685
|
-
else if (B(n,
|
|
686
|
-
|
|
684
|
+
++i;
|
|
685
|
+
else if (B(n, i))
|
|
686
|
+
i += 2;
|
|
687
687
|
else
|
|
688
688
|
throw I(
|
|
689
689
|
e.source,
|
|
690
|
-
|
|
690
|
+
i,
|
|
691
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 Ge(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 || !P(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 | S(s), r < 0)
|
|
713
713
|
break;
|
|
714
714
|
}
|
|
715
715
|
throw I(
|
|
@@ -717,22 +717,22 @@ function Ge(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 je(e, t) {
|
|
725
|
-
const n = e.source.body,
|
|
726
|
-
if (P(
|
|
725
|
+
const n = e.source.body, r = W(n, t + 2);
|
|
726
|
+
if (P(r))
|
|
727
727
|
return {
|
|
728
|
-
value: String.fromCodePoint(
|
|
728
|
+
value: String.fromCodePoint(r),
|
|
729
729
|
size: 6
|
|
730
730
|
};
|
|
731
|
-
if (fe(
|
|
732
|
-
const
|
|
733
|
-
if (Ie(
|
|
731
|
+
if (fe(r) && n.charCodeAt(t + 6) === 92 && n.charCodeAt(t + 7) === 117) {
|
|
732
|
+
const i = W(n, t + 8);
|
|
733
|
+
if (Ie(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 Ye(e, t) {
|
|
|
803
803
|
);
|
|
804
804
|
}
|
|
805
805
|
function He(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 He(e, t) {
|
|
|
819
819
|
we(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, g;
|
|
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 (P(E))
|
|
@@ -846,12 +846,12 @@ function He(e, t) {
|
|
|
846
846
|
throw I(e.source, s, "Unterminated string.");
|
|
847
847
|
}
|
|
848
848
|
function Je(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 (Fe(s))
|
|
854
|
-
++
|
|
854
|
+
++i;
|
|
855
855
|
else
|
|
856
856
|
break;
|
|
857
857
|
}
|
|
@@ -859,8 +859,8 @@ function Je(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 Qe = 10, Ee = 2;
|
|
@@ -886,9 +886,9 @@ function Xe(e, t) {
|
|
|
886
886
|
return "[Circular]";
|
|
887
887
|
const n = [...t, e];
|
|
888
888
|
if (We(e)) {
|
|
889
|
-
const
|
|
890
|
-
if (
|
|
891
|
-
return typeof
|
|
889
|
+
const r = e.toJSON();
|
|
890
|
+
if (r !== e)
|
|
891
|
+
return typeof r == "string" ? r : U(r, n);
|
|
892
892
|
} else if (Array.isArray(e))
|
|
893
893
|
return Ke(e, n);
|
|
894
894
|
return Ze(e, n);
|
|
@@ -899,7 +899,7 @@ function We(e) {
|
|
|
899
899
|
function Ze(e, t) {
|
|
900
900
|
const n = Object.entries(e);
|
|
901
901
|
return n.length === 0 ? "{}" : t.length > Ee ? "[" + et(e) + "]" : "{ " + n.map(
|
|
902
|
-
([
|
|
902
|
+
([i, s]) => i + ": " + U(s, t)
|
|
903
903
|
).join(", ") + " }";
|
|
904
904
|
}
|
|
905
905
|
function Ke(e, t) {
|
|
@@ -907,10 +907,10 @@ function Ke(e, t) {
|
|
|
907
907
|
return "[]";
|
|
908
908
|
if (t.length > Ee)
|
|
909
909
|
return "[Array]";
|
|
910
|
-
const n = Math.min(Qe, e.length),
|
|
910
|
+
const n = Math.min(Qe, e.length), r = e.length - n, i = [];
|
|
911
911
|
for (let s = 0; s < n; ++s)
|
|
912
|
-
|
|
913
|
-
return
|
|
912
|
+
i.push(U(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 et(e) {
|
|
916
916
|
const t = Object.prototype.toString.call(e).replace(/^\[object /, "").replace(/]$/, "");
|
|
@@ -931,14 +931,14 @@ process.env.NODE_ENV === "production", nt = (
|
|
|
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 = ye(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
|
|
@@ -955,12 +955,12 @@ spurious results.`);
|
|
|
955
955
|
return !1;
|
|
956
956
|
}
|
|
957
957
|
);
|
|
958
|
-
class
|
|
959
|
-
constructor(t, n = "GraphQL request",
|
|
958
|
+
class Oe {
|
|
959
|
+
constructor(t, n = "GraphQL request", r = {
|
|
960
960
|
line: 1,
|
|
961
961
|
column: 1
|
|
962
962
|
}) {
|
|
963
|
-
typeof t == "string" || V(!1, `Body must be a string. Received: ${ye(t)}.`), this.body = t, this.name = n, this.locationOffset =
|
|
963
|
+
typeof t == "string" || V(!1, `Body must be a string. Received: ${ye(t)}.`), this.body = t, this.name = n, this.locationOffset = r, this.locationOffset.line > 0 || V(
|
|
964
964
|
!1,
|
|
965
965
|
"line in locationOffset is 1-indexed and must be positive."
|
|
966
966
|
), this.locationOffset.column > 0 || V(
|
|
@@ -972,26 +972,26 @@ class ke {
|
|
|
972
972
|
return "Source";
|
|
973
973
|
}
|
|
974
974
|
}
|
|
975
|
-
function
|
|
976
|
-
return nt(e,
|
|
975
|
+
function rt(e) {
|
|
976
|
+
return nt(e, Oe);
|
|
977
977
|
}
|
|
978
|
-
function
|
|
979
|
-
const n = new st(e, t),
|
|
980
|
-
return Object.defineProperty(
|
|
978
|
+
function it(e, t) {
|
|
979
|
+
const n = new st(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
985
|
class st {
|
|
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
|
-
const s =
|
|
991
|
+
const s = rt(t) ? t : new Oe(t);
|
|
992
992
|
this._lexer = new Be(s);
|
|
993
993
|
}
|
|
994
|
-
this._options =
|
|
994
|
+
this._options = i, this._tokenCounter = 0;
|
|
995
995
|
}
|
|
996
996
|
get tokenCount() {
|
|
997
997
|
return this._tokenCounter;
|
|
@@ -1109,13 +1109,13 @@ class st {
|
|
|
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()
|
|
@@ -1200,11 +1200,11 @@ class st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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
|
|
@@ -2030,7 +2030,7 @@ class st {
|
|
|
2030
2030
|
throw I(
|
|
2031
2031
|
this._lexer.source,
|
|
2032
2032
|
n.start,
|
|
2033
|
-
`Expected ${
|
|
2033
|
+
`Expected ${ke(t)}, found ${C(n)}.`
|
|
2034
2034
|
);
|
|
2035
2035
|
}
|
|
2036
2036
|
/**
|
|
@@ -2079,12 +2079,12 @@ class st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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 st {
|
|
|
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();
|
|
@@ -2140,9 +2140,9 @@ class st {
|
|
|
2140
2140
|
}
|
|
2141
2141
|
function C(e) {
|
|
2142
2142
|
const t = e.value;
|
|
2143
|
-
return
|
|
2143
|
+
return ke(e.kind) + (t != null ? ` "${t}"` : "");
|
|
2144
2144
|
}
|
|
2145
|
-
function
|
|
2145
|
+
function ke(e) {
|
|
2146
2146
|
return Ue(e) ? `"${e}"` : e;
|
|
2147
2147
|
}
|
|
2148
2148
|
var L = /* @__PURE__ */ new Map(), G = /* @__PURE__ */ new Map(), Ae = !0, $ = !1;
|
|
@@ -2154,21 +2154,21 @@ function at(e) {
|
|
|
2154
2154
|
}
|
|
2155
2155
|
function ot(e) {
|
|
2156
2156
|
var t = /* @__PURE__ */ new Set(), n = [];
|
|
2157
|
-
return e.definitions.forEach(function(
|
|
2158
|
-
if (
|
|
2159
|
-
var
|
|
2160
|
-
o && !o.has(s) ? Ae && 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 = at(r.loc), o = G.get(i);
|
|
2160
|
+
o && !o.has(s) ? Ae && 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 || G.set(
|
|
2162
|
+
this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names`) : o || G.set(i, o = /* @__PURE__ */ new Set()), o.add(s), t.has(s) || (t.add(s), n.push(r));
|
|
2163
2163
|
} else
|
|
2164
|
-
n.push(
|
|
2164
|
+
n.push(r);
|
|
2165
2165
|
}), w(w({}, e), { definitions: n });
|
|
2166
2166
|
}
|
|
2167
2167
|
function ct(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
|
});
|
|
@@ -2178,7 +2178,7 @@ function ct(e) {
|
|
|
2178
2178
|
function dt(e) {
|
|
2179
2179
|
var t = Te(e);
|
|
2180
2180
|
if (!L.has(t)) {
|
|
2181
|
-
var n =
|
|
2181
|
+
var n = it(e, {
|
|
2182
2182
|
experimentalFragmentVariables: $,
|
|
2183
2183
|
allowLegacyFragmentVariables: $
|
|
2184
2184
|
});
|
|
@@ -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
|
-
}), dt(
|
|
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
|
+
}), dt(r);
|
|
2199
2199
|
}
|
|
2200
2200
|
function ut() {
|
|
2201
2201
|
L.clear(), G.clear();
|
|
@@ -2390,11 +2390,11 @@ const gt = u`
|
|
|
2390
2390
|
amountReserved
|
|
2391
2391
|
}
|
|
2392
2392
|
}
|
|
2393
|
-
`,
|
|
2393
|
+
`, Ot = u`
|
|
2394
2394
|
mutation configureOrderDeliveryOption($orderId: ID!, $productId: ID) {
|
|
2395
2395
|
configureDeliveryOption(input: {orderId: $orderId, productId: $productId})
|
|
2396
2396
|
}
|
|
2397
|
-
`,
|
|
2397
|
+
`, kt = u`
|
|
2398
2398
|
mutation createOrderCustomer($orderId: ID!, $countryCode: String, $customer: CreateCustomerInput!) {
|
|
2399
2399
|
createOrderCustomer(
|
|
2400
2400
|
input: {id: $orderId, countryCode: $countryCode, customer: $customer}
|
|
@@ -2404,35 +2404,35 @@ const gt = u`
|
|
|
2404
2404
|
mutation deleteOrder($orderId: ID!) {
|
|
2405
2405
|
cancelOrder(id: $orderId)
|
|
2406
2406
|
}
|
|
2407
|
-
`, Tt = (e, t, n,
|
|
2407
|
+
`, Tt = (e, t, n, r) => e();
|
|
2408
2408
|
function Nt(e, t = Tt) {
|
|
2409
2409
|
return {
|
|
2410
|
-
findActiveOrderById(n,
|
|
2411
|
-
return t((s) => e.request({ document: gt, variables: n, requestHeaders: { ...
|
|
2410
|
+
findActiveOrderById(n, r, i) {
|
|
2411
|
+
return t((s) => e.request({ document: gt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findActiveOrderById", "query", n);
|
|
2412
2412
|
},
|
|
2413
|
-
findOrderById(n,
|
|
2414
|
-
return t((s) => e.request({ document: mt, variables: n, requestHeaders: { ...
|
|
2413
|
+
findOrderById(n, r, i) {
|
|
2414
|
+
return t((s) => e.request({ document: mt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findOrderById", "query", n);
|
|
2415
2415
|
},
|
|
2416
|
-
addToOrder(n,
|
|
2417
|
-
return t((s) => e.request({ document: ft, variables: n, requestHeaders: { ...
|
|
2416
|
+
addToOrder(n, r, i) {
|
|
2417
|
+
return t((s) => e.request({ document: ft, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "addToOrder", "mutation", n);
|
|
2418
2418
|
},
|
|
2419
|
-
removeFromOrder(n,
|
|
2420
|
-
return t((s) => e.request({ document: It, variables: n, requestHeaders: { ...
|
|
2419
|
+
removeFromOrder(n, r, i) {
|
|
2420
|
+
return t((s) => e.request({ document: It, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "removeFromOrder", "mutation", n);
|
|
2421
2421
|
},
|
|
2422
|
-
configurePackage(n,
|
|
2423
|
-
return t((s) => e.request({ document: Et, variables: n, requestHeaders: { ...
|
|
2422
|
+
configurePackage(n, r, i) {
|
|
2423
|
+
return t((s) => e.request({ document: Et, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "configurePackage", "mutation", n);
|
|
2424
2424
|
},
|
|
2425
|
-
reserveAdditionalPackageItem(n,
|
|
2426
|
-
return t((s) => e.request({ document: yt, variables: n, requestHeaders: { ...
|
|
2425
|
+
reserveAdditionalPackageItem(n, r, i) {
|
|
2426
|
+
return t((s) => e.request({ document: yt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "reserveAdditionalPackageItem", "mutation", n);
|
|
2427
2427
|
},
|
|
2428
|
-
configureOrderDeliveryOption(n,
|
|
2429
|
-
return t((s) => e.request({ document:
|
|
2428
|
+
configureOrderDeliveryOption(n, r, i) {
|
|
2429
|
+
return t((s) => e.request({ document: Ot, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "configureOrderDeliveryOption", "mutation", n);
|
|
2430
2430
|
},
|
|
2431
|
-
createOrderCustomer(n,
|
|
2432
|
-
return t((s) => e.request({ document:
|
|
2431
|
+
createOrderCustomer(n, r, i) {
|
|
2432
|
+
return t((s) => e.request({ document: kt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "createOrderCustomer", "mutation", n);
|
|
2433
2433
|
},
|
|
2434
|
-
deleteOrder(n,
|
|
2435
|
-
return t((s) => e.request({ document: At, variables: n, requestHeaders: { ...
|
|
2434
|
+
deleteOrder(n, r, i) {
|
|
2435
|
+
return t((s) => e.request({ document: At, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "deleteOrder", "mutation", n);
|
|
2436
2436
|
}
|
|
2437
2437
|
};
|
|
2438
2438
|
}
|
|
@@ -2443,7 +2443,7 @@ class Dt {
|
|
|
2443
2443
|
this.config = t, this.sdk = Nt(new T(t.apiUrl));
|
|
2444
2444
|
}
|
|
2445
2445
|
// Basket update functions
|
|
2446
|
-
async addProduct(t, n,
|
|
2446
|
+
async addProduct(t, n, r) {
|
|
2447
2447
|
try {
|
|
2448
2448
|
return this.debugLog("Adding product", {
|
|
2449
2449
|
productId: n.id,
|
|
@@ -2461,11 +2461,11 @@ class Dt {
|
|
|
2461
2461
|
}
|
|
2462
2462
|
} : null,
|
|
2463
2463
|
trackerId: this.config.trackerId,
|
|
2464
|
-
shopId:
|
|
2464
|
+
shopId: r,
|
|
2465
2465
|
amount: n.amount
|
|
2466
2466
|
})).reserveProduct;
|
|
2467
|
-
} catch (
|
|
2468
|
-
throw this.debugLog("Error adding product",
|
|
2467
|
+
} catch (i) {
|
|
2468
|
+
throw this.debugLog("Error adding product", i), this.handleError(i), i;
|
|
2469
2469
|
}
|
|
2470
2470
|
}
|
|
2471
2471
|
async removeProduct(t, n) {
|
|
@@ -2485,13 +2485,13 @@ class Dt {
|
|
|
2485
2485
|
} : null,
|
|
2486
2486
|
amount: n.amount
|
|
2487
2487
|
})).releaseProduct ?? null;
|
|
2488
|
-
} catch (
|
|
2489
|
-
throw this.debugLog("Error removing product",
|
|
2488
|
+
} catch (r) {
|
|
2489
|
+
throw this.debugLog("Error removing product", r), this.handleError(r), r;
|
|
2490
2490
|
}
|
|
2491
2491
|
}
|
|
2492
|
-
async configurePackage(t, n,
|
|
2492
|
+
async configurePackage(t, n, r) {
|
|
2493
2493
|
try {
|
|
2494
|
-
const
|
|
2494
|
+
const i = n.items.map((o) => ({
|
|
2495
2495
|
packageItemId: o.packageItemId,
|
|
2496
2496
|
eventId: o.eventId
|
|
2497
2497
|
}));
|
|
@@ -2499,32 +2499,32 @@ class Dt {
|
|
|
2499
2499
|
packageId: n.id,
|
|
2500
2500
|
orderId: t,
|
|
2501
2501
|
amount: n.amount,
|
|
2502
|
-
items:
|
|
2503
|
-
shopId:
|
|
2502
|
+
items: i,
|
|
2503
|
+
shopId: r
|
|
2504
2504
|
});
|
|
2505
2505
|
const s = await this.sdk.configurePackage({
|
|
2506
2506
|
trackerId: this.config.trackerId,
|
|
2507
|
-
shopId:
|
|
2507
|
+
shopId: r,
|
|
2508
2508
|
packageId: n.id,
|
|
2509
2509
|
orderId: t,
|
|
2510
2510
|
amount: n.amount,
|
|
2511
|
-
items:
|
|
2511
|
+
items: i
|
|
2512
2512
|
});
|
|
2513
2513
|
return this.debugLog("Configure package response"), s.configurePackage ?? null;
|
|
2514
|
-
} catch (
|
|
2515
|
-
throw this.debugLog("Error configuring package",
|
|
2514
|
+
} catch (i) {
|
|
2515
|
+
throw this.debugLog("Error configuring package", i), this.handleError(i), i;
|
|
2516
2516
|
}
|
|
2517
2517
|
}
|
|
2518
2518
|
async configureCustomer(t, n) {
|
|
2519
2519
|
this.debugLog("Creating/replacing customer", { orderId: t, email: n.email });
|
|
2520
2520
|
try {
|
|
2521
|
-
const
|
|
2521
|
+
const r = await this.sdk.createOrderCustomer({
|
|
2522
2522
|
orderId: t,
|
|
2523
2523
|
customer: n
|
|
2524
2524
|
});
|
|
2525
|
-
this.debugLog("Customer set successfully",
|
|
2526
|
-
} catch (
|
|
2527
|
-
throw this.debugLog("Failed to set customer",
|
|
2525
|
+
this.debugLog("Customer set successfully", r);
|
|
2526
|
+
} catch (r) {
|
|
2527
|
+
throw this.debugLog("Failed to set customer", r), new Error(`Failed to set customer: ${r.message}`);
|
|
2528
2528
|
}
|
|
2529
2529
|
}
|
|
2530
2530
|
async reserveAdditionalPackageItem(t, n) {
|
|
@@ -2536,16 +2536,16 @@ class Dt {
|
|
|
2536
2536
|
packageId: n.packageId,
|
|
2537
2537
|
packageItemId: n.packageItemId
|
|
2538
2538
|
});
|
|
2539
|
-
const
|
|
2539
|
+
const r = await this.sdk.reserveAdditionalPackageItem({
|
|
2540
2540
|
orderId: t,
|
|
2541
2541
|
eventId: n.eventId,
|
|
2542
2542
|
amount: n.amount,
|
|
2543
2543
|
packageId: n.packageId,
|
|
2544
2544
|
packageItemId: n.packageItemId
|
|
2545
2545
|
});
|
|
2546
|
-
return this.debugLog("reserve additional packageItem"),
|
|
2547
|
-
} catch (
|
|
2548
|
-
throw this.debugLog("Error configuring package",
|
|
2546
|
+
return this.debugLog("reserve additional packageItem"), r.reserveAdditionalPackageItem ?? null;
|
|
2547
|
+
} catch (r) {
|
|
2548
|
+
throw this.debugLog("Error configuring package", r), this.handleError(r), r;
|
|
2549
2549
|
}
|
|
2550
2550
|
}
|
|
2551
2551
|
// Cancel and clear order functions
|
|
@@ -2554,29 +2554,29 @@ class Dt {
|
|
|
2554
2554
|
}
|
|
2555
2555
|
async findOrder(t, n) {
|
|
2556
2556
|
try {
|
|
2557
|
-
const
|
|
2558
|
-
return
|
|
2559
|
-
id:
|
|
2560
|
-
reference:
|
|
2561
|
-
currency:
|
|
2562
|
-
downloadCode:
|
|
2557
|
+
const r = await this.sdk.findOrderById({ id: t, reference: n });
|
|
2558
|
+
return r.findOrder ? {
|
|
2559
|
+
id: r.findOrder.id,
|
|
2560
|
+
reference: r.findOrder.reference,
|
|
2561
|
+
currency: r.findOrder.currency,
|
|
2562
|
+
downloadCode: r.findOrder.downloadCode,
|
|
2563
2563
|
organization: {
|
|
2564
|
-
name:
|
|
2565
|
-
paymentBanner:
|
|
2564
|
+
name: r.findOrder.organization.name,
|
|
2565
|
+
paymentBanner: r.findOrder.organization.name
|
|
2566
2566
|
},
|
|
2567
|
-
customer:
|
|
2568
|
-
firstName:
|
|
2569
|
-
lastName:
|
|
2570
|
-
email:
|
|
2571
|
-
age:
|
|
2572
|
-
gender:
|
|
2573
|
-
residence:
|
|
2574
|
-
extraInfo:
|
|
2567
|
+
customer: r.findOrder.mainBooker ? {
|
|
2568
|
+
firstName: r.findOrder.mainBooker.firstName,
|
|
2569
|
+
lastName: r.findOrder.mainBooker.lastName,
|
|
2570
|
+
email: r.findOrder.mainBooker.email,
|
|
2571
|
+
age: r.findOrder.mainBooker.age,
|
|
2572
|
+
gender: r.findOrder.mainBooker.gender,
|
|
2573
|
+
residence: r.findOrder.mainBooker.residence,
|
|
2574
|
+
extraInfo: r.findOrder.mainBooker.extraInfo
|
|
2575
2575
|
} : null,
|
|
2576
|
-
items:
|
|
2576
|
+
items: r.findOrder.items
|
|
2577
2577
|
} : null;
|
|
2578
|
-
} catch (
|
|
2579
|
-
return this.debugLog("Error finding order",
|
|
2578
|
+
} catch (r) {
|
|
2579
|
+
return this.debugLog("Error finding order", r), this.handleError(r), null;
|
|
2580
2580
|
}
|
|
2581
2581
|
}
|
|
2582
2582
|
async findActiveOrder(t) {
|
|
@@ -2585,9 +2585,9 @@ class Dt {
|
|
|
2585
2585
|
const n = await this.sdk.findActiveOrderById({ id: t });
|
|
2586
2586
|
if (!n?.findOrder)
|
|
2587
2587
|
return null;
|
|
2588
|
-
const
|
|
2589
|
-
this.debugLog("Order fetched successfully",
|
|
2590
|
-
const
|
|
2588
|
+
const r = n.findOrder;
|
|
2589
|
+
this.debugLog("Order fetched successfully", r);
|
|
2590
|
+
const i = r.items, s = i.filter((d) => d.product != null && d.amount > 0).map((d) => {
|
|
2591
2591
|
let m = N.PRODUCT;
|
|
2592
2592
|
return d.product.type === "PROMOTER" ? m = N.ADD_ONS : d.product.type === "PICKUP" ? m = N.PICKUP : d.product.type === "DELIVERY" && (m = N.DELIVERY), {
|
|
2593
2593
|
id: d.product.id,
|
|
@@ -2605,11 +2605,11 @@ class Dt {
|
|
|
2605
2605
|
label: y.label
|
|
2606
2606
|
}))
|
|
2607
2607
|
};
|
|
2608
|
-
}), o =
|
|
2608
|
+
}), o = i.filter((d) => d.packageItem != null && d.amount > 0).reduce((d, m) => {
|
|
2609
2609
|
const {
|
|
2610
2610
|
packageItem: y,
|
|
2611
2611
|
event: p,
|
|
2612
|
-
amount:
|
|
2612
|
+
amount: k,
|
|
2613
2613
|
price: _,
|
|
2614
2614
|
serviceFee: Y,
|
|
2615
2615
|
depositPrice: H,
|
|
@@ -2619,16 +2619,16 @@ class Dt {
|
|
|
2619
2619
|
id: A,
|
|
2620
2620
|
type: N.PACKAGE,
|
|
2621
2621
|
name: y.package.name,
|
|
2622
|
-
amount:
|
|
2622
|
+
amount: k,
|
|
2623
2623
|
price: _ ?? 0,
|
|
2624
2624
|
serviceFee: Y ?? 0,
|
|
2625
2625
|
depositPrice: H ?? _ ?? 0,
|
|
2626
2626
|
originalPrice: J ?? 0,
|
|
2627
2627
|
packageItems: []
|
|
2628
2628
|
};
|
|
2629
|
-
const Ne =
|
|
2629
|
+
const Ne = O.fromISO(p.startAt, {
|
|
2630
2630
|
zone: p.timezone
|
|
2631
|
-
}), De =
|
|
2631
|
+
}), De = O.fromISO(p.endAt, {
|
|
2632
2632
|
zone: p.timezone
|
|
2633
2633
|
});
|
|
2634
2634
|
return d[A].packageItems.push({
|
|
@@ -2644,20 +2644,20 @@ class Dt {
|
|
|
2644
2644
|
], h = l.reduce((d, m) => d + (m.amount || 0), 0);
|
|
2645
2645
|
if (h === 0)
|
|
2646
2646
|
return null;
|
|
2647
|
-
const E =
|
|
2647
|
+
const E = i.filter((d) => d.amount > 0).map((d) => new Date(d.expiredAt).getTime()), g = O.fromMillis(Math.min(...E));
|
|
2648
2648
|
return {
|
|
2649
|
-
id:
|
|
2650
|
-
currency:
|
|
2649
|
+
id: r.id,
|
|
2650
|
+
currency: r.currency,
|
|
2651
2651
|
expiredAt: g?.toJSDate().toISOString(),
|
|
2652
2652
|
items: l,
|
|
2653
|
-
customer:
|
|
2654
|
-
firstName:
|
|
2655
|
-
lastName:
|
|
2656
|
-
email:
|
|
2657
|
-
age:
|
|
2658
|
-
gender:
|
|
2659
|
-
residence:
|
|
2660
|
-
extraInfo:
|
|
2653
|
+
customer: r.mainBooker ? {
|
|
2654
|
+
firstName: r.mainBooker.firstName,
|
|
2655
|
+
lastName: r.mainBooker.lastName,
|
|
2656
|
+
email: r.mainBooker.email,
|
|
2657
|
+
age: r.mainBooker.age,
|
|
2658
|
+
gender: r.mainBooker.gender,
|
|
2659
|
+
residence: r.mainBooker.residence,
|
|
2660
|
+
extraInfo: r.mainBooker.extraInfo
|
|
2661
2661
|
} : null,
|
|
2662
2662
|
count: h,
|
|
2663
2663
|
orderProtection: !1
|
|
@@ -2672,12 +2672,12 @@ class Dt {
|
|
|
2672
2672
|
handleError(t) {
|
|
2673
2673
|
const n = t;
|
|
2674
2674
|
if (n.graphQLErrors && n.graphQLErrors.length > 0) {
|
|
2675
|
-
const
|
|
2676
|
-
|
|
2675
|
+
const r = n.graphQLErrors[0];
|
|
2676
|
+
r.extensions?.status === "RATE_LIMIT" && console.error("Rate Limit reached"), r.extensions?.status === "SOLD_OUT" && console.error("Product sold out");
|
|
2677
2677
|
}
|
|
2678
2678
|
if (n.response?.errors && n.response.errors.length > 0) {
|
|
2679
|
-
const
|
|
2680
|
-
console.error("GraphQL Error:",
|
|
2679
|
+
const r = n.response.errors[0];
|
|
2680
|
+
console.error("GraphQL Error:", r.message), r.extensions?.code && console.error("Error Code:", r.extensions.code);
|
|
2681
2681
|
}
|
|
2682
2682
|
}
|
|
2683
2683
|
}
|
|
@@ -2828,20 +2828,20 @@ const vt = u`
|
|
|
2828
2828
|
showEndSalesAtTag
|
|
2829
2829
|
}
|
|
2830
2830
|
}
|
|
2831
|
-
`, xt = (e, t, n,
|
|
2831
|
+
`, xt = (e, t, n, r) => e();
|
|
2832
2832
|
function _t(e, t = xt) {
|
|
2833
2833
|
return {
|
|
2834
|
-
EventOverviewPage(n,
|
|
2835
|
-
return t((s) => e.request({ document: vt, variables: n, requestHeaders: { ...
|
|
2834
|
+
EventOverviewPage(n, r, i) {
|
|
2835
|
+
return t((s) => e.request({ document: vt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "EventOverviewPage", "query", n);
|
|
2836
2836
|
},
|
|
2837
|
-
EventDetailPage(n,
|
|
2838
|
-
return t((s) => e.request({ document: Pt, variables: n, requestHeaders: { ...
|
|
2837
|
+
EventDetailPage(n, r, i) {
|
|
2838
|
+
return t((s) => e.request({ document: Pt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "EventDetailPage", "query", n);
|
|
2839
2839
|
},
|
|
2840
|
-
FindPublicEventBySlug(n,
|
|
2841
|
-
return t((s) => e.request({ document: bt, variables: n, requestHeaders: { ...
|
|
2840
|
+
FindPublicEventBySlug(n, r, i) {
|
|
2841
|
+
return t((s) => e.request({ document: bt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "FindPublicEventBySlug", "query", n);
|
|
2842
2842
|
},
|
|
2843
|
-
findProductsByEventId(n,
|
|
2844
|
-
return t((s) => e.request({ document: St, variables: n, requestHeaders: { ...
|
|
2843
|
+
findProductsByEventId(n, r, i) {
|
|
2844
|
+
return t((s) => e.request({ document: St, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findProductsByEventId", "query", n);
|
|
2845
2845
|
}
|
|
2846
2846
|
};
|
|
2847
2847
|
}
|
|
@@ -2865,7 +2865,7 @@ class Ct {
|
|
|
2865
2865
|
sorts: t.sorts,
|
|
2866
2866
|
trackerId: this.config.trackerId
|
|
2867
2867
|
});
|
|
2868
|
-
const
|
|
2868
|
+
const r = await this.sdk.EventOverviewPage({
|
|
2869
2869
|
organizationId: this.config.organizationId ?? n ?? "",
|
|
2870
2870
|
hostingIds: t.hostingIds,
|
|
2871
2871
|
locationIds: t.locationIds,
|
|
@@ -2881,16 +2881,16 @@ class Ct {
|
|
|
2881
2881
|
searchTerm: t.searchTerm,
|
|
2882
2882
|
priceRange: t.priceRange
|
|
2883
2883
|
});
|
|
2884
|
-
if (this.debugLog("Raw GraphQL response",
|
|
2885
|
-
const
|
|
2884
|
+
if (this.debugLog("Raw GraphQL response", r), r?.findAllPublicEventByOrganizationId?.data) {
|
|
2885
|
+
const i = r.findAllPublicEventByOrganizationId.data.map((s) => ({
|
|
2886
2886
|
id: s.id,
|
|
2887
2887
|
name: s.name,
|
|
2888
2888
|
icon: s.icon,
|
|
2889
2889
|
banner: s.banner,
|
|
2890
2890
|
description: s.description,
|
|
2891
2891
|
addonDescription: s.addonDescription,
|
|
2892
|
-
startAt:
|
|
2893
|
-
endAt:
|
|
2892
|
+
startAt: O.fromISO(s.startAt, { zone: s.timezone }).toJSDate().toISOString(),
|
|
2893
|
+
endAt: O.fromISO(s.endAt, { zone: s.timezone }).toJSDate().toISOString(),
|
|
2894
2894
|
timezone: s.timezone,
|
|
2895
2895
|
startSalesAt: null,
|
|
2896
2896
|
endSalesAt: null,
|
|
@@ -2908,14 +2908,13 @@ class Ct {
|
|
|
2908
2908
|
} : void 0,
|
|
2909
2909
|
infoDescription: s.infoDescription,
|
|
2910
2910
|
startingPrice: s.startingPrice,
|
|
2911
|
-
totalViews: s.totalViews
|
|
2912
|
-
seatsIoEventId: s.seatsIoEventId
|
|
2911
|
+
totalViews: s.totalViews
|
|
2913
2912
|
}));
|
|
2914
|
-
return this.debugLog("Processed events", { events:
|
|
2913
|
+
return this.debugLog("Processed events", { events: i, count: i.length }), [i, r.findAllPublicEventByOrganizationId.count ?? 0];
|
|
2915
2914
|
} else
|
|
2916
2915
|
return this.debugLog("No events found in response"), [[], 0];
|
|
2917
|
-
} catch (
|
|
2918
|
-
throw this.debugLog("Error fetching events",
|
|
2916
|
+
} catch (r) {
|
|
2917
|
+
throw this.debugLog("Error fetching events", r), r;
|
|
2919
2918
|
}
|
|
2920
2919
|
}
|
|
2921
2920
|
async getEvent(t) {
|
|
@@ -2923,58 +2922,15 @@ class Ct {
|
|
|
2923
2922
|
this.debugLog("Fetching single event", { eventId: t });
|
|
2924
2923
|
const n = await this.sdk.EventDetailPage({ eventId: t });
|
|
2925
2924
|
if (this.debugLog("Raw GraphQL response", n), n?.findPublicEventById) {
|
|
2926
|
-
const
|
|
2927
|
-
id: i.id,
|
|
2928
|
-
name: i.name,
|
|
2929
|
-
icon: i.icon,
|
|
2930
|
-
banner: i.banner,
|
|
2931
|
-
description: i.description,
|
|
2932
|
-
addonDescription: i.addonDescription,
|
|
2933
|
-
startAt: k.fromISO(i.startAt, { zone: i.timezone }).toJSDate().toISOString(),
|
|
2934
|
-
endAt: k.fromISO(i.endAt, { zone: i.timezone }).toJSDate().toISOString(),
|
|
2935
|
-
timezone: i.timezone,
|
|
2936
|
-
startSalesAt: i.startSalesAt,
|
|
2937
|
-
endSalesAt: i.endSalesAt,
|
|
2938
|
-
slug: i.slug ?? "ERROR",
|
|
2939
|
-
facebookPixelId: i.facebookPixelId,
|
|
2940
|
-
status: i.status,
|
|
2941
|
-
location: i.location ? {
|
|
2942
|
-
id: i.location.id,
|
|
2943
|
-
name: i.location.name,
|
|
2944
|
-
address: i.location.address
|
|
2945
|
-
} : void 0,
|
|
2946
|
-
hosting: i.hosting ? {
|
|
2947
|
-
id: i.hosting.id,
|
|
2948
|
-
name: i.hosting.name
|
|
2949
|
-
} : void 0,
|
|
2950
|
-
infoDescription: i.infoDescription,
|
|
2951
|
-
startingPrice: i.startingPrice,
|
|
2952
|
-
totalViews: i.totalViews,
|
|
2953
|
-
seatsIoEventId: i.seatsIoEventId
|
|
2954
|
-
};
|
|
2955
|
-
return this.debugLog("Processed single event", r), r;
|
|
2956
|
-
} else {
|
|
2957
|
-
this.debugLog("No event found for id", t);
|
|
2958
|
-
return;
|
|
2959
|
-
}
|
|
2960
|
-
} catch (n) {
|
|
2961
|
-
throw this.debugLog("Error fetching single event", n), n;
|
|
2962
|
-
}
|
|
2963
|
-
}
|
|
2964
|
-
async getEventBySlug(t, n) {
|
|
2965
|
-
try {
|
|
2966
|
-
this.debugLog("Fetching single event by slug", { organizationId: t, slug: n });
|
|
2967
|
-
const i = await this.sdk.FindPublicEventBySlug({ organizationId: t, slug: n });
|
|
2968
|
-
if (this.debugLog("Raw GraphQL response", i), i?.findPublicEventBySlug) {
|
|
2969
|
-
const r = i.findPublicEventBySlug, s = {
|
|
2925
|
+
const r = n.findPublicEventById, i = {
|
|
2970
2926
|
id: r.id,
|
|
2971
2927
|
name: r.name,
|
|
2972
2928
|
icon: r.icon,
|
|
2973
2929
|
banner: r.banner,
|
|
2974
2930
|
description: r.description,
|
|
2975
2931
|
addonDescription: r.addonDescription,
|
|
2976
|
-
startAt:
|
|
2977
|
-
endAt:
|
|
2932
|
+
startAt: O.fromISO(r.startAt, { zone: r.timezone }).toJSDate().toISOString(),
|
|
2933
|
+
endAt: O.fromISO(r.endAt, { zone: r.timezone }).toJSDate().toISOString(),
|
|
2978
2934
|
timezone: r.timezone,
|
|
2979
2935
|
startSalesAt: r.startSalesAt,
|
|
2980
2936
|
endSalesAt: r.endSalesAt,
|
|
@@ -2993,33 +2949,78 @@ class Ct {
|
|
|
2993
2949
|
infoDescription: r.infoDescription,
|
|
2994
2950
|
startingPrice: r.startingPrice,
|
|
2995
2951
|
totalViews: r.totalViews,
|
|
2996
|
-
seatsIoEventId: r.seatsIoEventId
|
|
2952
|
+
seatsIoEventId: r.seatsIoEventId,
|
|
2953
|
+
maxAmountOfTicketsPerOrder: r.maxAmountOfTicketsPerOrder
|
|
2954
|
+
};
|
|
2955
|
+
return this.debugLog("Processed single event", i), i;
|
|
2956
|
+
} else {
|
|
2957
|
+
this.debugLog("No event found for id", t);
|
|
2958
|
+
return;
|
|
2959
|
+
}
|
|
2960
|
+
} catch (n) {
|
|
2961
|
+
throw this.debugLog("Error fetching single event", n), n;
|
|
2962
|
+
}
|
|
2963
|
+
}
|
|
2964
|
+
async getEventBySlug(t, n) {
|
|
2965
|
+
try {
|
|
2966
|
+
this.debugLog("Fetching single event by slug", { organizationId: t, slug: n });
|
|
2967
|
+
const r = await this.sdk.FindPublicEventBySlug({ organizationId: t, slug: n });
|
|
2968
|
+
if (this.debugLog("Raw GraphQL response", r), r?.findPublicEventBySlug) {
|
|
2969
|
+
const i = r.findPublicEventBySlug, s = {
|
|
2970
|
+
id: i.id,
|
|
2971
|
+
name: i.name,
|
|
2972
|
+
icon: i.icon,
|
|
2973
|
+
banner: i.banner,
|
|
2974
|
+
description: i.description,
|
|
2975
|
+
addonDescription: i.addonDescription,
|
|
2976
|
+
startAt: O.fromISO(i.startAt, { zone: i.timezone }).toJSDate().toISOString(),
|
|
2977
|
+
endAt: O.fromISO(i.endAt, { zone: i.timezone }).toJSDate().toISOString(),
|
|
2978
|
+
timezone: i.timezone,
|
|
2979
|
+
startSalesAt: i.startSalesAt,
|
|
2980
|
+
endSalesAt: i.endSalesAt,
|
|
2981
|
+
slug: i.slug ?? "ERROR",
|
|
2982
|
+
facebookPixelId: i.facebookPixelId,
|
|
2983
|
+
status: i.status,
|
|
2984
|
+
location: i.location ? {
|
|
2985
|
+
id: i.location.id,
|
|
2986
|
+
name: i.location.name,
|
|
2987
|
+
address: i.location.address
|
|
2988
|
+
} : void 0,
|
|
2989
|
+
hosting: i.hosting ? {
|
|
2990
|
+
id: i.hosting.id,
|
|
2991
|
+
name: i.hosting.name
|
|
2992
|
+
} : void 0,
|
|
2993
|
+
infoDescription: i.infoDescription,
|
|
2994
|
+
startingPrice: i.startingPrice,
|
|
2995
|
+
totalViews: i.totalViews,
|
|
2996
|
+
seatsIoEventId: i.seatsIoEventId,
|
|
2997
|
+
maxAmountOfTicketsPerOrder: i.maxAmountOfTicketsPerOrder
|
|
2997
2998
|
};
|
|
2998
2999
|
return this.debugLog("Processed single event", s), s;
|
|
2999
3000
|
} else {
|
|
3000
3001
|
this.debugLog("No event found for id by slug", { organizationId: t, slug: n });
|
|
3001
3002
|
return;
|
|
3002
3003
|
}
|
|
3003
|
-
} catch (
|
|
3004
|
-
throw this.debugLog("Error fetching single event",
|
|
3004
|
+
} catch (r) {
|
|
3005
|
+
throw this.debugLog("Error fetching single event", r), r;
|
|
3005
3006
|
}
|
|
3006
3007
|
}
|
|
3007
|
-
async getProducts(t, n,
|
|
3008
|
+
async getProducts(t, n, r) {
|
|
3008
3009
|
try {
|
|
3009
3010
|
this.debugLog("Fetching products for event", {
|
|
3010
3011
|
eventId: t,
|
|
3011
|
-
promoCode:
|
|
3012
|
+
promoCode: r,
|
|
3012
3013
|
trackerId: this.config.trackerId,
|
|
3013
3014
|
productTypes: n
|
|
3014
3015
|
});
|
|
3015
|
-
const
|
|
3016
|
+
const i = await this.sdk.findProductsByEventId({
|
|
3016
3017
|
eventId: t,
|
|
3017
|
-
promoCode:
|
|
3018
|
+
promoCode: r,
|
|
3018
3019
|
trackerId: this.config.trackerId,
|
|
3019
3020
|
productTypes: n
|
|
3020
3021
|
});
|
|
3021
|
-
if (
|
|
3022
|
-
const s =
|
|
3022
|
+
if (i?.findPublicProductsByEventId) {
|
|
3023
|
+
const s = i.findPublicProductsByEventId.map((o) => ({
|
|
3023
3024
|
id: o.id,
|
|
3024
3025
|
name: o.name,
|
|
3025
3026
|
category: o.category ? {
|
|
@@ -3052,8 +3053,8 @@ class Ct {
|
|
|
3052
3053
|
}), s;
|
|
3053
3054
|
}
|
|
3054
3055
|
return;
|
|
3055
|
-
} catch (
|
|
3056
|
-
throw this.debugLog("Error fetching products", { eventId: t, error:
|
|
3056
|
+
} catch (i) {
|
|
3057
|
+
throw this.debugLog("Error fetching products", { eventId: t, error: i }), i;
|
|
3057
3058
|
}
|
|
3058
3059
|
}
|
|
3059
3060
|
debugLog(t, n) {
|
|
@@ -3094,14 +3095,14 @@ const Lt = u`
|
|
|
3094
3095
|
mutation createDigitalPayment($input: CreateDigitalOrderPaymentInput!) {
|
|
3095
3096
|
createDigitalOrderPayment(input: $input)
|
|
3096
3097
|
}
|
|
3097
|
-
`, Ft = (e, t, n,
|
|
3098
|
+
`, Ft = (e, t, n, r) => e();
|
|
3098
3099
|
function wt(e, t = Ft) {
|
|
3099
3100
|
return {
|
|
3100
|
-
findPaymentMethods(n,
|
|
3101
|
-
return t((s) => e.request({ document: Lt, variables: n, requestHeaders: { ...
|
|
3101
|
+
findPaymentMethods(n, r, i) {
|
|
3102
|
+
return t((s) => e.request({ document: Lt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findPaymentMethods", "query", n);
|
|
3102
3103
|
},
|
|
3103
|
-
createDigitalPayment(n,
|
|
3104
|
-
return t((s) => e.request({ document: Rt, variables: n, requestHeaders: { ...
|
|
3104
|
+
createDigitalPayment(n, r, i) {
|
|
3105
|
+
return t((s) => e.request({ document: Rt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "createDigitalPayment", "mutation", n);
|
|
3105
3106
|
}
|
|
3106
3107
|
};
|
|
3107
3108
|
}
|
|
@@ -3123,29 +3124,29 @@ class $t {
|
|
|
3123
3124
|
});
|
|
3124
3125
|
if (!n?.findPaymentDetails)
|
|
3125
3126
|
throw this.debugLog("No payment details found"), new Error("No payment details found for this order");
|
|
3126
|
-
const
|
|
3127
|
+
const r = n.findPaymentDetails;
|
|
3127
3128
|
return this.debugLog("Payment methods fetched successfully", {
|
|
3128
|
-
methodCount:
|
|
3129
|
-
transactionPrice:
|
|
3130
|
-
transactionDiscount:
|
|
3131
|
-
transactionFee:
|
|
3132
|
-
paymentSpesificTransactionFee:
|
|
3133
|
-
protectionFee:
|
|
3129
|
+
methodCount: r.methods?.length ?? 0,
|
|
3130
|
+
transactionPrice: r.transactionPrice,
|
|
3131
|
+
transactionDiscount: r.transactionDiscount,
|
|
3132
|
+
transactionFee: r.transactionFee,
|
|
3133
|
+
paymentSpesificTransactionFee: r.paymentSpesificTransactionFee,
|
|
3134
|
+
protectionFee: r.protectionFee
|
|
3134
3135
|
}), {
|
|
3135
|
-
transactionPrice:
|
|
3136
|
-
transactionDiscount:
|
|
3137
|
-
transactionFee:
|
|
3138
|
-
protectionFee:
|
|
3139
|
-
paymentSpesificTransactionFee:
|
|
3140
|
-
methods:
|
|
3141
|
-
id:
|
|
3142
|
-
name:
|
|
3143
|
-
image:
|
|
3144
|
-
fee:
|
|
3145
|
-
type:
|
|
3146
|
-
value:
|
|
3136
|
+
transactionPrice: r.transactionPrice,
|
|
3137
|
+
transactionDiscount: r.transactionPrice,
|
|
3138
|
+
transactionFee: r.transactionFee,
|
|
3139
|
+
protectionFee: r.protectionFee,
|
|
3140
|
+
paymentSpesificTransactionFee: r.paymentSpesificTransactionFee,
|
|
3141
|
+
methods: r.methods?.map((i) => ({
|
|
3142
|
+
id: i.id,
|
|
3143
|
+
name: i.name,
|
|
3144
|
+
image: i.image,
|
|
3145
|
+
fee: i.fee ? {
|
|
3146
|
+
type: i.fee.type,
|
|
3147
|
+
value: i.fee.value
|
|
3147
3148
|
} : null,
|
|
3148
|
-
issuers:
|
|
3149
|
+
issuers: i.issuers?.map((s) => ({
|
|
3149
3150
|
id: s.id,
|
|
3150
3151
|
name: s.name,
|
|
3151
3152
|
image: s.image
|
|
@@ -3172,13 +3173,13 @@ class $t {
|
|
|
3172
3173
|
withTicketProtection: t.withTicketProtection
|
|
3173
3174
|
};
|
|
3174
3175
|
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);
|
|
3175
|
-
const
|
|
3176
|
+
const r = await this.sdk.createDigitalPayment({
|
|
3176
3177
|
input: n
|
|
3177
3178
|
});
|
|
3178
|
-
if (!
|
|
3179
|
+
if (!r?.createDigitalOrderPayment)
|
|
3179
3180
|
throw this.debugLog("Failed to create payment"), new Error("Failed to create payment for this order");
|
|
3180
|
-
const
|
|
3181
|
-
return this.debugLog("Payment created successfully", { paymentUrl:
|
|
3181
|
+
const i = r.createDigitalOrderPayment;
|
|
3182
|
+
return this.debugLog("Payment created successfully", { paymentUrl: i }), { paymentUrl: i };
|
|
3182
3183
|
} catch (n) {
|
|
3183
3184
|
throw this.debugLog("Error creating payment", n), n;
|
|
3184
3185
|
}
|
|
@@ -3299,20 +3300,20 @@ const Bt = u`
|
|
|
3299
3300
|
count
|
|
3300
3301
|
}
|
|
3301
3302
|
}
|
|
3302
|
-
`, zt = (e, t, n,
|
|
3303
|
+
`, zt = (e, t, n, r) => e();
|
|
3303
3304
|
function qt(e, t = zt) {
|
|
3304
3305
|
return {
|
|
3305
|
-
findAllPublicPackagesByOrganizationId(n,
|
|
3306
|
-
return t((s) => e.request({ document: Bt, variables: n, requestHeaders: { ...
|
|
3306
|
+
findAllPublicPackagesByOrganizationId(n, r, i) {
|
|
3307
|
+
return t((s) => e.request({ document: Bt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findAllPublicPackagesByOrganizationId", "query", n);
|
|
3307
3308
|
},
|
|
3308
|
-
findPublicPackageById(n,
|
|
3309
|
-
return t((s) => e.request({ document: Ut, variables: n, requestHeaders: { ...
|
|
3309
|
+
findPublicPackageById(n, r, i) {
|
|
3310
|
+
return t((s) => e.request({ document: Ut, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findPublicPackageById", "query", n);
|
|
3310
3311
|
},
|
|
3311
|
-
findPublicPackageBySlug(n,
|
|
3312
|
-
return t((s) => e.request({ document: Vt, variables: n, requestHeaders: { ...
|
|
3312
|
+
findPublicPackageBySlug(n, r, i) {
|
|
3313
|
+
return t((s) => e.request({ document: Vt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findPublicPackageBySlug", "query", n);
|
|
3313
3314
|
},
|
|
3314
|
-
findPublicItemsByPackageId(n,
|
|
3315
|
-
return t((s) => e.request({ document: Mt, variables: n, requestHeaders: { ...
|
|
3315
|
+
findPublicItemsByPackageId(n, r, i) {
|
|
3316
|
+
return t((s) => e.request({ document: Mt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findPublicItemsByPackageId", "query", n);
|
|
3316
3317
|
}
|
|
3317
3318
|
};
|
|
3318
3319
|
}
|
|
@@ -3327,29 +3328,29 @@ class Gt {
|
|
|
3327
3328
|
}
|
|
3328
3329
|
async getPackages(t, n) {
|
|
3329
3330
|
try {
|
|
3330
|
-
let
|
|
3331
|
-
t.page && (
|
|
3331
|
+
let r;
|
|
3332
|
+
t.page && (r = {
|
|
3332
3333
|
index: t.page.index ?? 0,
|
|
3333
3334
|
size: t.page.size ?? 20
|
|
3334
3335
|
}), this.debugLog("Fetching public packages", {
|
|
3335
3336
|
organizationId: this.config.organizationId ?? n ?? "",
|
|
3336
|
-
page:
|
|
3337
|
+
page: r,
|
|
3337
3338
|
tab: t.tab,
|
|
3338
3339
|
statuses: t.statuses
|
|
3339
3340
|
});
|
|
3340
|
-
const
|
|
3341
|
+
const i = await this.sdk.findAllPublicPackagesByOrganizationId({
|
|
3341
3342
|
organizationId: this.config.organizationId ?? n ?? ""
|
|
3342
3343
|
});
|
|
3343
|
-
if (
|
|
3344
|
-
const s =
|
|
3344
|
+
if (i?.findAllPublicPackagesByOrganizationId) {
|
|
3345
|
+
const s = i.findAllPublicPackagesByOrganizationId;
|
|
3345
3346
|
return this.debugLog("Public packages fetched", {
|
|
3346
3347
|
count: s.count,
|
|
3347
3348
|
dataLength: s.data.length
|
|
3348
3349
|
}), s.data;
|
|
3349
3350
|
}
|
|
3350
3351
|
return null;
|
|
3351
|
-
} catch (
|
|
3352
|
-
throw this.debugLog("Error fetching public packages",
|
|
3352
|
+
} catch (r) {
|
|
3353
|
+
throw this.debugLog("Error fetching public packages", r), r;
|
|
3353
3354
|
}
|
|
3354
3355
|
}
|
|
3355
3356
|
async getPackage(t) {
|
|
@@ -3359,8 +3360,8 @@ class Gt {
|
|
|
3359
3360
|
});
|
|
3360
3361
|
const n = await this.sdk.findPublicPackageById({ packageId: t });
|
|
3361
3362
|
if (n?.findPublicPackageById) {
|
|
3362
|
-
const
|
|
3363
|
-
return this.debugLog("Public package fetched"),
|
|
3363
|
+
const r = n.findPublicPackageById;
|
|
3364
|
+
return this.debugLog("Public package fetched"), r;
|
|
3364
3365
|
}
|
|
3365
3366
|
return null;
|
|
3366
3367
|
} catch (n) {
|
|
@@ -3373,34 +3374,34 @@ class Gt {
|
|
|
3373
3374
|
organizationId: t,
|
|
3374
3375
|
slug: n
|
|
3375
3376
|
});
|
|
3376
|
-
const
|
|
3377
|
-
if (
|
|
3378
|
-
const
|
|
3379
|
-
return this.debugLog("Public package fetched"),
|
|
3377
|
+
const r = await this.sdk.findPublicPackageBySlug({ organizationId: t, slug: n });
|
|
3378
|
+
if (r?.findPublicPackageBySlug) {
|
|
3379
|
+
const i = r.findPublicPackageBySlug;
|
|
3380
|
+
return this.debugLog("Public package fetched"), i;
|
|
3380
3381
|
}
|
|
3381
3382
|
return null;
|
|
3382
|
-
} catch (
|
|
3383
|
-
throw this.debugLog("Error fetching public packages",
|
|
3383
|
+
} catch (r) {
|
|
3384
|
+
throw this.debugLog("Error fetching public packages", r), r;
|
|
3384
3385
|
}
|
|
3385
3386
|
}
|
|
3386
3387
|
async getPackageItems(t, n = [R.Regular, R.AdditionalEvent]) {
|
|
3387
3388
|
try {
|
|
3388
3389
|
this.debugLog("Fetching public package items", { packageId: t, types: n });
|
|
3389
|
-
const
|
|
3390
|
+
const r = await this.sdk.findPublicItemsByPackageId({
|
|
3390
3391
|
packageId: t,
|
|
3391
3392
|
types: n,
|
|
3392
3393
|
page: { index: 0, size: 100 }
|
|
3393
3394
|
});
|
|
3394
|
-
if (
|
|
3395
|
-
const
|
|
3395
|
+
if (r?.findPublicItemsByPackageId) {
|
|
3396
|
+
const i = r.findPublicItemsByPackageId;
|
|
3396
3397
|
return this.debugLog("Public package items fetched", {
|
|
3397
|
-
count:
|
|
3398
|
-
dataLength:
|
|
3399
|
-
}),
|
|
3398
|
+
count: i.count,
|
|
3399
|
+
dataLength: i.data.length
|
|
3400
|
+
}), i.data;
|
|
3400
3401
|
}
|
|
3401
3402
|
return null;
|
|
3402
|
-
} catch (
|
|
3403
|
-
throw this.debugLog("Error fetching public package items",
|
|
3403
|
+
} catch (r) {
|
|
3404
|
+
throw this.debugLog("Error fetching public package items", r), r;
|
|
3404
3405
|
}
|
|
3405
3406
|
}
|
|
3406
3407
|
}
|
|
@@ -3424,11 +3425,11 @@ const jt = u`
|
|
|
3424
3425
|
count
|
|
3425
3426
|
}
|
|
3426
3427
|
}
|
|
3427
|
-
`, Yt = (e, t, n,
|
|
3428
|
+
`, Yt = (e, t, n, r) => e();
|
|
3428
3429
|
function Ht(e, t = Yt) {
|
|
3429
3430
|
return {
|
|
3430
|
-
findAllPublicCategoriesByOrganizationId(n,
|
|
3431
|
-
return t((s) => e.request({ document: jt, variables: n, requestHeaders: { ...
|
|
3431
|
+
findAllPublicCategoriesByOrganizationId(n, r, i) {
|
|
3432
|
+
return t((s) => e.request({ document: jt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findAllPublicCategoriesByOrganizationId", "query", n);
|
|
3432
3433
|
}
|
|
3433
3434
|
};
|
|
3434
3435
|
}
|
|
@@ -3444,17 +3445,17 @@ class Jt {
|
|
|
3444
3445
|
async getCategories(t, n) {
|
|
3445
3446
|
try {
|
|
3446
3447
|
this.debugLog("Fetching all categories", { organizationId: this.config.organizationId });
|
|
3447
|
-
const
|
|
3448
|
-
if (
|
|
3449
|
-
const
|
|
3450
|
-
return this.debugLog("Categories fetched", { count:
|
|
3451
|
-
...
|
|
3448
|
+
const r = await this.sdk.findAllPublicCategoriesByOrganizationId({ organizationId: this.config.organizationId ?? n ?? "", dateRange: t ?? null });
|
|
3449
|
+
if (r?.findAllPublicHostingsByOrganizationId) {
|
|
3450
|
+
const i = r.findAllPublicHostingsByOrganizationId, s = r.findAllPublicLocationsByOrganizationId;
|
|
3451
|
+
return this.debugLog("Categories fetched", { count: i.count + s.count, dataLength: i.data.length + s.data.length }), [
|
|
3452
|
+
...i.data.map((o) => ({ id: o.id, name: o.name, icon: o.icon, activeEvents: o.amountOfActiveEvents, type: "HOSTING" })),
|
|
3452
3453
|
...s.data.map((o) => ({ id: o.id, name: o.name, activeEvents: o.amountOfActiveEvents, type: "LOCATION" }))
|
|
3453
3454
|
];
|
|
3454
3455
|
}
|
|
3455
3456
|
return [];
|
|
3456
|
-
} catch (
|
|
3457
|
-
throw this.debugLog("Error fetching categories",
|
|
3457
|
+
} catch (r) {
|
|
3458
|
+
throw this.debugLog("Error fetching categories", r), r;
|
|
3458
3459
|
}
|
|
3459
3460
|
}
|
|
3460
3461
|
}
|
|
@@ -3470,17 +3471,17 @@ const Qt = u`
|
|
|
3470
3471
|
mutation CreatePackageView($id: ID!, $shopId: ID, $trackerLinkId: ID) {
|
|
3471
3472
|
createPackageView(id: $id, shopId: $shopId, trackerId: $trackerLinkId)
|
|
3472
3473
|
}
|
|
3473
|
-
`, Zt = (e, t, n,
|
|
3474
|
+
`, Zt = (e, t, n, r) => e();
|
|
3474
3475
|
function Kt(e, t = Zt) {
|
|
3475
3476
|
return {
|
|
3476
|
-
CreateShopView(n,
|
|
3477
|
-
return t((s) => e.request({ document: Qt, variables: n, requestHeaders: { ...
|
|
3477
|
+
CreateShopView(n, r, i) {
|
|
3478
|
+
return t((s) => e.request({ document: Qt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "CreateShopView", "mutation", n);
|
|
3478
3479
|
},
|
|
3479
|
-
CreateEventView(n,
|
|
3480
|
-
return t((s) => e.request({ document: Xt, variables: n, requestHeaders: { ...
|
|
3480
|
+
CreateEventView(n, r, i) {
|
|
3481
|
+
return t((s) => e.request({ document: Xt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "CreateEventView", "mutation", n);
|
|
3481
3482
|
},
|
|
3482
|
-
CreatePackageView(n,
|
|
3483
|
-
return t((s) => e.request({ document: Wt, variables: n, requestHeaders: { ...
|
|
3483
|
+
CreatePackageView(n, r, i) {
|
|
3484
|
+
return t((s) => e.request({ document: Wt, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "CreatePackageView", "mutation", n);
|
|
3484
3485
|
}
|
|
3485
3486
|
};
|
|
3486
3487
|
}
|
|
@@ -3490,11 +3491,11 @@ class en {
|
|
|
3490
3491
|
constructor(t) {
|
|
3491
3492
|
this.config = t, this.sdk = Kt(new T(t.apiUrl));
|
|
3492
3493
|
}
|
|
3493
|
-
createMetric = async (t, n,
|
|
3494
|
-
switch (!n && !
|
|
3494
|
+
createMetric = async (t, n, r) => {
|
|
3495
|
+
switch (!n && !r && await this.sdk.CreateShopView({
|
|
3495
3496
|
id: t,
|
|
3496
3497
|
trackerLinkId: this.config.trackerId
|
|
3497
|
-
}),
|
|
3498
|
+
}), r) {
|
|
3498
3499
|
case F.Event:
|
|
3499
3500
|
await this.sdk.CreateEventView({
|
|
3500
3501
|
id: t,
|
|
@@ -3558,11 +3559,11 @@ const tn = u`
|
|
|
3558
3559
|
blockedLanguages
|
|
3559
3560
|
}
|
|
3560
3561
|
}
|
|
3561
|
-
`, nn = (e, t, n,
|
|
3562
|
+
`, nn = (e, t, n, r) => e();
|
|
3562
3563
|
function rn(e, t = nn) {
|
|
3563
3564
|
return {
|
|
3564
|
-
getShopBySlug(n,
|
|
3565
|
-
return t((s) => e.request({ document: tn, variables: n, requestHeaders: { ...
|
|
3565
|
+
getShopBySlug(n, r, i) {
|
|
3566
|
+
return t((s) => e.request({ document: tn, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "getShopBySlug", "query", n);
|
|
3566
3567
|
}
|
|
3567
3568
|
};
|
|
3568
3569
|
}
|
|
@@ -3577,8 +3578,8 @@ class sn {
|
|
|
3577
3578
|
this.debugLog("Fetching shop", { slug: t });
|
|
3578
3579
|
const n = await this.sdk.getShopBySlug({ slug: t, trackerLinkId: this.config.trackerId });
|
|
3579
3580
|
if (this.debugLog("Raw GraphQL response", n), n?.findShopBySlug) {
|
|
3580
|
-
const
|
|
3581
|
-
return this.debugLog("Public Shop fetched"),
|
|
3581
|
+
const r = n.findShopBySlug;
|
|
3582
|
+
return this.debugLog("Public Shop fetched"), r;
|
|
3582
3583
|
}
|
|
3583
3584
|
return null;
|
|
3584
3585
|
} catch (n) {
|
|
@@ -3608,11 +3609,11 @@ const an = u`
|
|
|
3608
3609
|
confirm
|
|
3609
3610
|
}
|
|
3610
3611
|
}
|
|
3611
|
-
`, on = (e, t, n,
|
|
3612
|
+
`, on = (e, t, n, r) => e();
|
|
3612
3613
|
function cn(e, t = on) {
|
|
3613
3614
|
return {
|
|
3614
|
-
findAllCustomFieldsByOrderId(n,
|
|
3615
|
-
return t((s) => e.request({ document: an, variables: n, requestHeaders: { ...
|
|
3615
|
+
findAllCustomFieldsByOrderId(n, r, i) {
|
|
3616
|
+
return t((s) => e.request({ document: an, variables: n, requestHeaders: { ...r, ...s }, signal: i }), "findAllCustomFieldsByOrderId", "query", n);
|
|
3616
3617
|
}
|
|
3617
3618
|
};
|
|
3618
3619
|
}
|
|
@@ -3625,13 +3626,13 @@ class dn {
|
|
|
3625
3626
|
async findByOrderId(t, n) {
|
|
3626
3627
|
try {
|
|
3627
3628
|
this.debugLog("Fetching custom fields for order", { orderId: t, salesLocations: n });
|
|
3628
|
-
const
|
|
3629
|
+
const r = await this.sdk.findAllCustomFieldsByOrderId({
|
|
3629
3630
|
orderId: t,
|
|
3630
3631
|
salesLocations: n || null
|
|
3631
3632
|
});
|
|
3632
|
-
return this.debugLog("Custom fields fetched successfully",
|
|
3633
|
-
} catch (
|
|
3634
|
-
throw this.debugLog("Error fetching custom fields for order",
|
|
3633
|
+
return this.debugLog("Custom fields fetched successfully", r.findAllCustomFieldsByOrderId), r.findAllCustomFieldsByOrderId;
|
|
3634
|
+
} catch (r) {
|
|
3635
|
+
throw this.debugLog("Error fetching custom fields for order", r), r;
|
|
3635
3636
|
}
|
|
3636
3637
|
}
|
|
3637
3638
|
debugLog(t, n) {
|
|
@@ -3651,8 +3652,8 @@ class pn {
|
|
|
3651
3652
|
// Attach selected public types to the SDK class
|
|
3652
3653
|
static Types = ve;
|
|
3653
3654
|
constructor(t) {
|
|
3654
|
-
const { organizationId: n, debug:
|
|
3655
|
-
this.event = new Ct({ organizationId: n, debug:
|
|
3655
|
+
const { organizationId: n, debug: r = !1, apiUrl: i = un } = t;
|
|
3656
|
+
this.event = new Ct({ organizationId: n, debug: r, apiUrl: i, trackerId: t.trackerId }), this.package = new Gt({ organizationId: n, debug: r, apiUrl: i }), this.category = new Jt({ organizationId: n, debug: r, apiUrl: i }), this.metric = new en({ apiUrl: i, trackerId: t.trackerId }), this.shop = new sn({ debug: r, apiUrl: i, trackerId: t.trackerId }), this.customField = new dn({ debug: r, apiUrl: i }), this.basket = new Dt({ debug: r, apiUrl: i, trackerId: t.trackerId }), this.payment = new $t({ debug: r, apiUrl: i });
|
|
3656
3657
|
}
|
|
3657
3658
|
}
|
|
3658
3659
|
export {
|
|
@@ -3666,9 +3667,9 @@ export {
|
|
|
3666
3667
|
R as PackageItemType,
|
|
3667
3668
|
Z as PackageStatus,
|
|
3668
3669
|
K as PackageTabType,
|
|
3669
|
-
|
|
3670
|
+
ie as PaymentMethodFeeType,
|
|
3670
3671
|
ne as ProductStatus,
|
|
3671
|
-
|
|
3672
|
+
re as ProductType,
|
|
3672
3673
|
le as SalesLocations,
|
|
3673
3674
|
oe as ShopTemplateType,
|
|
3674
3675
|
ce as ShopVariationType,
|