@ticketapp-dev/shop-sdk 1.0.46 → 1.0.49

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,9 +1,11 @@
1
- import { GraphQLClient as N } from "graphql-request";
1
+ import { GraphQLClient as T } from "graphql-request";
2
2
  import { DateTime as k } from "luxon";
3
- var T = /* @__PURE__ */ ((t) => (t.PACKAGE = "PACKAGE", t.PRODUCT = "PRODUCT", t.ADD_ONS = "ADD_ONS", t.DELIVERY = "DELIVERY", t.PICKUP = "PICKUP", t))(T || {}), R = /* @__PURE__ */ ((t) => (t.AdditionalEvent = "ADDITIONAL_EVENT", t.Addon = "ADDON", t.Regular = "REGULAR", t))(R || {}), Z = /* @__PURE__ */ ((t) => (t.Active = "ACTIVE", t.Concept = "CONCEPT", t.Paused = "PAUSED", t.SoldOut = "SOLD_OUT", t))(Z || {}), K = /* @__PURE__ */ ((t) => (t.Active = "ACTIVE", t.Inactive = "INACTIVE", t))(K || {}), ee = /* @__PURE__ */ ((t) => (t.Active = "ACTIVE", t.Inactive = "INACTIVE", t.Paused = "PAUSED", t.SoldOut = "SOLD_OUT", t))(ee || {}), te = /* @__PURE__ */ ((t) => (t.Asc = "ASC", t.Desc = "DESC", t))(te || {}), ne = /* @__PURE__ */ ((t) => (t.AllReserved = "ALL_RESERVED", t.Available = "AVAILABLE", t.SoldOut = "SOLD_OUT", t))(ne || {}), ie = /* @__PURE__ */ ((t) => (t.Addon = "ADDON", t.Delivery = "DELIVERY", t.Door = "DOOR", t.Friend = "FRIEND", t.Guest = "GUEST", t.Pickup = "PICKUP", t.Promoter = "PROMOTER", t.Ticket = "TICKET", t))(ie || {}), re = /* @__PURE__ */ ((t) => (t.FIXED = "FIXED", t.PERCENTAGE = "PERCENTAGE", t))(re || {}), se = /* @__PURE__ */ ((t) => (t.AddOn = "ADD_ON", t.DeliveryOption = "DELIVERY_OPTION", t.EntranceTicket = "ENTRANCE_TICKET", t))(se || {}), ae = /* @__PURE__ */ ((t) => (t.Fixed = "FIXED", t.Percentage = "PERCENTAGE", t))(ae || {}), oe = /* @__PURE__ */ ((t) => (t.Default = "DEFAULT", t.Transparent = "TRANSPARENT", t))(oe || {}), ce = /* @__PURE__ */ ((t) => (t.Calendar = "CALENDAR", t.Large = "LARGE", t.Small = "SMALL", t))(ce || {}), F = /* @__PURE__ */ ((t) => (t.Event = "EVENT", t.Package = "PACKAGE", t))(F || {});
4
- const Te = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
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 || {}), ie = /* @__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))(ie || {}), re = /* @__PURE__ */ ((e) => (e.FIXED = "FIXED", e.PERCENTAGE = "PERCENTAGE", e))(re || {}), 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
+ const ve = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5
5
  __proto__: null,
6
- BasketOrderType: T,
6
+ BasketOrderType: N,
7
+ CustomFieldMandatoryType: ue,
8
+ CustomFieldType: de,
7
9
  DiscountType: ae,
8
10
  EventStatus: ee,
9
11
  MetricsType: F,
@@ -14,88 +16,89 @@ const Te = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
14
16
  PaymentMethodFeeType: re,
15
17
  ProductStatus: ne,
16
18
  ProductType: ie,
19
+ SalesLocations: le,
17
20
  ShopTemplateType: oe,
18
21
  ShopVariationType: ce,
19
22
  SortOrder: te
20
23
  }, Symbol.toStringTag, { value: "Module" }));
21
24
  var w = function() {
22
- return w = Object.assign || function(e) {
25
+ return w = Object.assign || function(t) {
23
26
  for (var n, i = 1, r = arguments.length; i < r; i++) {
24
27
  n = arguments[i];
25
- for (var s in n) Object.prototype.hasOwnProperty.call(n, s) && (e[s] = n[s]);
28
+ for (var s in n) Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
26
29
  }
27
- return e;
30
+ return t;
28
31
  }, w.apply(this, arguments);
29
32
  };
30
- function U(t, e) {
31
- if (!!!t)
32
- throw new Error(e);
33
+ function V(e, t) {
34
+ if (!!!e)
35
+ throw new Error(t);
33
36
  }
34
- function De(t) {
35
- return typeof t == "object" && t !== null;
37
+ function Pe(e) {
38
+ return typeof e == "object" && e !== null;
36
39
  }
37
- function Ne(t, e) {
38
- if (!!!t)
40
+ function be(e, t) {
41
+ if (!!!e)
39
42
  throw new Error(
40
43
  "Unexpected invariant triggered."
41
44
  );
42
45
  }
43
- const ve = /\r\n|[\n\r]/g;
44
- function z(t, e) {
46
+ const Se = /\r\n|[\n\r]/g;
47
+ function z(e, t) {
45
48
  let n = 0, i = 1;
46
- for (const r of t.body.matchAll(ve)) {
47
- if (typeof r.index == "number" || Ne(!1), r.index >= e)
49
+ for (const r of e.body.matchAll(Se)) {
50
+ if (typeof r.index == "number" || be(!1), r.index >= t)
48
51
  break;
49
52
  n = r.index + r[0].length, i += 1;
50
53
  }
51
54
  return {
52
55
  line: i,
53
- column: e + 1 - n
56
+ column: t + 1 - n
54
57
  };
55
58
  }
56
- function Pe(t) {
57
- return de(
58
- t.source,
59
- z(t.source, t.start)
59
+ function xe(e) {
60
+ return he(
61
+ e.source,
62
+ z(e.source, e.start)
60
63
  );
61
64
  }
62
- function de(t, e) {
63
- const n = t.locationOffset.column - 1, i = "".padStart(n) + t.body, r = e.line - 1, s = t.locationOffset.line - 1, o = e.line + s, l = e.line === 1 ? n : 0, p = e.column + l, E = `${t.name}:${o}:${p}
65
+ function he(e, t) {
66
+ const n = e.locationOffset.column - 1, i = "".padStart(n) + e.body, r = 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}
64
67
  `, g = i.split(/\r\n|[\n\r]/g), d = g[r];
65
68
  if (d.length > 120) {
66
- const m = Math.floor(p / 80), y = p % 80, h = [];
69
+ const m = Math.floor(h / 80), y = h % 80, p = [];
67
70
  for (let O = 0; O < d.length; O += 80)
68
- h.push(d.slice(O, O + 80));
71
+ p.push(d.slice(O, O + 80));
69
72
  return E + Q([
70
- [`${o} |`, h[0]],
71
- ...h.slice(1, m + 1).map((O) => ["|", O]),
73
+ [`${o} |`, p[0]],
74
+ ...p.slice(1, m + 1).map((O) => ["|", O]),
72
75
  ["|", "^".padStart(y)],
73
- ["|", h[m + 1]]
76
+ ["|", p[m + 1]]
74
77
  ]);
75
78
  }
76
79
  return E + Q([
77
80
  // Lines specified like this: ["prefix", "string"],
78
81
  [`${o - 1} |`, g[r - 1]],
79
82
  [`${o} |`, d],
80
- ["|", "^".padStart(p)],
83
+ ["|", "^".padStart(h)],
81
84
  [`${o + 1} |`, g[r + 1]]
82
85
  ]);
83
86
  }
84
- function Q(t) {
85
- const e = t.filter(([i, r]) => r !== void 0), n = Math.max(...e.map(([i]) => i.length));
86
- return e.map(([i, r]) => i.padStart(n) + (r ? " " + r : "")).join(`
87
+ function Q(e) {
88
+ const t = e.filter(([i, r]) => r !== void 0), n = Math.max(...t.map(([i]) => i.length));
89
+ return t.map(([i, r]) => i.padStart(n) + (r ? " " + r : "")).join(`
87
90
  `);
88
91
  }
89
- function be(t) {
90
- const e = t[0];
91
- return e == null || "kind" in e || "length" in e ? {
92
- nodes: e,
93
- source: t[1],
94
- positions: t[2],
95
- path: t[3],
96
- originalError: t[4],
97
- extensions: t[5]
98
- } : e;
92
+ function _e(e) {
93
+ const t = e[0];
94
+ return t == null || "kind" in t || "length" in t ? {
95
+ nodes: t,
96
+ source: e[1],
97
+ positions: e[2],
98
+ path: e[3],
99
+ originalError: e[4],
100
+ extensions: e[5]
101
+ } : t;
99
102
  }
100
103
  class j extends Error {
101
104
  /**
@@ -136,17 +139,17 @@ class j extends Error {
136
139
  /**
137
140
  * @deprecated Please use the `GraphQLErrorOptions` constructor overload instead.
138
141
  */
139
- constructor(e, ...n) {
142
+ constructor(t, ...n) {
140
143
  var i, r, s;
141
- const { nodes: o, source: l, positions: p, path: E, originalError: g, extensions: d } = be(n);
142
- super(e), this.name = "GraphQLError", this.path = E ?? void 0, this.originalError = g ?? void 0, this.nodes = X(
144
+ const { nodes: o, source: l, positions: h, path: E, originalError: g, extensions: d } = _e(n);
145
+ super(t), this.name = "GraphQLError", this.path = E ?? void 0, this.originalError = g ?? void 0, this.nodes = X(
143
146
  Array.isArray(o) ? o : o ? [o] : void 0
144
147
  );
145
148
  const m = X(
146
- (i = this.nodes) === null || i === void 0 ? void 0 : i.map((h) => h.loc).filter((h) => h != null)
149
+ (i = this.nodes) === null || i === void 0 ? void 0 : i.map((p) => p.loc).filter((p) => p != null)
147
150
  );
148
- this.source = l ?? (m == null || (r = m[0]) === null || r === void 0 ? void 0 : r.source), this.positions = p ?? m?.map((h) => h.start), this.locations = p && l ? p.map((h) => z(l, h)) : m?.map((h) => z(h.source, h.start));
149
- const y = De(
151
+ this.source = l ?? (m == null || (r = m[0]) === null || r === void 0 ? void 0 : r.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
+ const y = Pe(
150
153
  g?.extensions
151
154
  ) ? g?.extensions : void 0;
152
155
  this.extensions = (s = d ?? y) !== null && s !== void 0 ? s : /* @__PURE__ */ Object.create(null), Object.defineProperties(this, {
@@ -183,36 +186,36 @@ class j extends Error {
183
186
  return "GraphQLError";
184
187
  }
185
188
  toString() {
186
- let e = this.message;
189
+ let t = this.message;
187
190
  if (this.nodes)
188
191
  for (const n of this.nodes)
189
- n.loc && (e += `
192
+ n.loc && (t += `
190
193
 
191
- ` + Pe(n.loc));
194
+ ` + xe(n.loc));
192
195
  else if (this.source && this.locations)
193
196
  for (const n of this.locations)
194
- e += `
197
+ t += `
195
198
 
196
- ` + de(this.source, n);
197
- return e;
199
+ ` + he(this.source, n);
200
+ return t;
198
201
  }
199
202
  toJSON() {
200
- const e = {
203
+ const t = {
201
204
  message: this.message
202
205
  };
203
- return this.locations != null && (e.locations = this.locations), this.path != null && (e.path = this.path), this.extensions != null && Object.keys(this.extensions).length > 0 && (e.extensions = this.extensions), e;
206
+ return this.locations != null && (t.locations = this.locations), this.path != null && (t.path = this.path), this.extensions != null && Object.keys(this.extensions).length > 0 && (t.extensions = this.extensions), t;
204
207
  }
205
208
  }
206
- function X(t) {
207
- return t === void 0 || t.length === 0 ? void 0 : t;
209
+ function X(e) {
210
+ return e === void 0 || e.length === 0 ? void 0 : e;
208
211
  }
209
- function I(t, e, n) {
212
+ function I(e, t, n) {
210
213
  return new j(`Syntax Error: ${n}`, {
211
- source: t,
212
- positions: [e]
214
+ source: e,
215
+ positions: [t]
213
216
  });
214
217
  }
215
- class Se {
218
+ class Ce {
216
219
  /**
217
220
  * The character offset at which this Node begins.
218
221
  */
@@ -228,8 +231,8 @@ class Se {
228
231
  /**
229
232
  * The Source document the AST represents.
230
233
  */
231
- constructor(e, n, i) {
232
- this.start = e.start, this.end = n.end, this.startToken = e, this.endToken = n, this.source = i;
234
+ constructor(t, n, i) {
235
+ this.start = t.start, this.end = n.end, this.startToken = t, this.endToken = n, this.source = i;
233
236
  }
234
237
  get [Symbol.toStringTag]() {
235
238
  return "Location";
@@ -241,7 +244,7 @@ class Se {
241
244
  };
242
245
  }
243
246
  }
244
- class ue {
247
+ class pe {
245
248
  /**
246
249
  * The kind of Token.
247
250
  */
@@ -268,8 +271,8 @@ class ue {
268
271
  * including ignored tokens. <SOF> is always the first node and <EOF>
269
272
  * the last.
270
273
  */
271
- constructor(e, n, i, r, s, o) {
272
- this.kind = e, this.start = n, this.end = i, this.line = r, this.column = s, this.value = o, this.prev = null, this.next = null;
274
+ constructor(t, n, i, r, s, o) {
275
+ this.kind = t, this.start = n, this.end = i, this.line = r, this.column = s, this.value = o, this.prev = null, this.next = null;
273
276
  }
274
277
  get [Symbol.toStringTag]() {
275
278
  return "Token";
@@ -283,7 +286,7 @@ class ue {
283
286
  };
284
287
  }
285
288
  }
286
- const xe = {
289
+ const Le = {
287
290
  Name: [],
288
291
  Document: ["definitions"],
289
292
  OperationDefinition: [
@@ -371,59 +374,59 @@ const xe = {
371
374
  DirectiveCoordinate: ["name"],
372
375
  DirectiveArgumentCoordinate: ["name", "argumentName"]
373
376
  };
374
- new Set(Object.keys(xe));
377
+ new Set(Object.keys(Le));
375
378
  var v;
376
- (function(t) {
377
- t.QUERY = "query", t.MUTATION = "mutation", t.SUBSCRIPTION = "subscription";
379
+ (function(e) {
380
+ e.QUERY = "query", e.MUTATION = "mutation", e.SUBSCRIPTION = "subscription";
378
381
  })(v || (v = {}));
379
382
  var q;
380
- (function(t) {
381
- t.QUERY = "QUERY", t.MUTATION = "MUTATION", t.SUBSCRIPTION = "SUBSCRIPTION", t.FIELD = "FIELD", t.FRAGMENT_DEFINITION = "FRAGMENT_DEFINITION", t.FRAGMENT_SPREAD = "FRAGMENT_SPREAD", t.INLINE_FRAGMENT = "INLINE_FRAGMENT", t.VARIABLE_DEFINITION = "VARIABLE_DEFINITION", t.SCHEMA = "SCHEMA", t.SCALAR = "SCALAR", t.OBJECT = "OBJECT", t.FIELD_DEFINITION = "FIELD_DEFINITION", t.ARGUMENT_DEFINITION = "ARGUMENT_DEFINITION", t.INTERFACE = "INTERFACE", t.UNION = "UNION", t.ENUM = "ENUM", t.ENUM_VALUE = "ENUM_VALUE", t.INPUT_OBJECT = "INPUT_OBJECT", t.INPUT_FIELD_DEFINITION = "INPUT_FIELD_DEFINITION";
383
+ (function(e) {
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";
382
385
  })(q || (q = {}));
383
386
  var c;
384
- (function(t) {
385
- t.NAME = "Name", t.DOCUMENT = "Document", t.OPERATION_DEFINITION = "OperationDefinition", t.VARIABLE_DEFINITION = "VariableDefinition", t.SELECTION_SET = "SelectionSet", t.FIELD = "Field", t.ARGUMENT = "Argument", t.FRAGMENT_SPREAD = "FragmentSpread", t.INLINE_FRAGMENT = "InlineFragment", t.FRAGMENT_DEFINITION = "FragmentDefinition", t.VARIABLE = "Variable", t.INT = "IntValue", t.FLOAT = "FloatValue", t.STRING = "StringValue", t.BOOLEAN = "BooleanValue", t.NULL = "NullValue", t.ENUM = "EnumValue", t.LIST = "ListValue", t.OBJECT = "ObjectValue", t.OBJECT_FIELD = "ObjectField", t.DIRECTIVE = "Directive", t.NAMED_TYPE = "NamedType", t.LIST_TYPE = "ListType", t.NON_NULL_TYPE = "NonNullType", t.SCHEMA_DEFINITION = "SchemaDefinition", t.OPERATION_TYPE_DEFINITION = "OperationTypeDefinition", t.SCALAR_TYPE_DEFINITION = "ScalarTypeDefinition", t.OBJECT_TYPE_DEFINITION = "ObjectTypeDefinition", t.FIELD_DEFINITION = "FieldDefinition", t.INPUT_VALUE_DEFINITION = "InputValueDefinition", t.INTERFACE_TYPE_DEFINITION = "InterfaceTypeDefinition", t.UNION_TYPE_DEFINITION = "UnionTypeDefinition", t.ENUM_TYPE_DEFINITION = "EnumTypeDefinition", t.ENUM_VALUE_DEFINITION = "EnumValueDefinition", t.INPUT_OBJECT_TYPE_DEFINITION = "InputObjectTypeDefinition", t.DIRECTIVE_DEFINITION = "DirectiveDefinition", t.SCHEMA_EXTENSION = "SchemaExtension", t.SCALAR_TYPE_EXTENSION = "ScalarTypeExtension", t.OBJECT_TYPE_EXTENSION = "ObjectTypeExtension", t.INTERFACE_TYPE_EXTENSION = "InterfaceTypeExtension", t.UNION_TYPE_EXTENSION = "UnionTypeExtension", t.ENUM_TYPE_EXTENSION = "EnumTypeExtension", t.INPUT_OBJECT_TYPE_EXTENSION = "InputObjectTypeExtension", t.TYPE_COORDINATE = "TypeCoordinate", t.MEMBER_COORDINATE = "MemberCoordinate", t.ARGUMENT_COORDINATE = "ArgumentCoordinate", t.DIRECTIVE_COORDINATE = "DirectiveCoordinate", t.DIRECTIVE_ARGUMENT_COORDINATE = "DirectiveArgumentCoordinate";
387
+ (function(e) {
388
+ e.NAME = "Name", e.DOCUMENT = "Document", e.OPERATION_DEFINITION = "OperationDefinition", e.VARIABLE_DEFINITION = "VariableDefinition", e.SELECTION_SET = "SelectionSet", e.FIELD = "Field", e.ARGUMENT = "Argument", e.FRAGMENT_SPREAD = "FragmentSpread", e.INLINE_FRAGMENT = "InlineFragment", e.FRAGMENT_DEFINITION = "FragmentDefinition", e.VARIABLE = "Variable", e.INT = "IntValue", e.FLOAT = "FloatValue", e.STRING = "StringValue", e.BOOLEAN = "BooleanValue", e.NULL = "NullValue", e.ENUM = "EnumValue", e.LIST = "ListValue", e.OBJECT = "ObjectValue", e.OBJECT_FIELD = "ObjectField", e.DIRECTIVE = "Directive", e.NAMED_TYPE = "NamedType", e.LIST_TYPE = "ListType", e.NON_NULL_TYPE = "NonNullType", e.SCHEMA_DEFINITION = "SchemaDefinition", e.OPERATION_TYPE_DEFINITION = "OperationTypeDefinition", e.SCALAR_TYPE_DEFINITION = "ScalarTypeDefinition", e.OBJECT_TYPE_DEFINITION = "ObjectTypeDefinition", e.FIELD_DEFINITION = "FieldDefinition", e.INPUT_VALUE_DEFINITION = "InputValueDefinition", e.INTERFACE_TYPE_DEFINITION = "InterfaceTypeDefinition", e.UNION_TYPE_DEFINITION = "UnionTypeDefinition", e.ENUM_TYPE_DEFINITION = "EnumTypeDefinition", e.ENUM_VALUE_DEFINITION = "EnumValueDefinition", e.INPUT_OBJECT_TYPE_DEFINITION = "InputObjectTypeDefinition", e.DIRECTIVE_DEFINITION = "DirectiveDefinition", e.SCHEMA_EXTENSION = "SchemaExtension", e.SCALAR_TYPE_EXTENSION = "ScalarTypeExtension", e.OBJECT_TYPE_EXTENSION = "ObjectTypeExtension", e.INTERFACE_TYPE_EXTENSION = "InterfaceTypeExtension", e.UNION_TYPE_EXTENSION = "UnionTypeExtension", e.ENUM_TYPE_EXTENSION = "EnumTypeExtension", e.INPUT_OBJECT_TYPE_EXTENSION = "InputObjectTypeExtension", e.TYPE_COORDINATE = "TypeCoordinate", e.MEMBER_COORDINATE = "MemberCoordinate", e.ARGUMENT_COORDINATE = "ArgumentCoordinate", e.DIRECTIVE_COORDINATE = "DirectiveCoordinate", e.DIRECTIVE_ARGUMENT_COORDINATE = "DirectiveArgumentCoordinate";
386
389
  })(c || (c = {}));
387
- function Ce(t) {
388
- return t === 9 || t === 32;
390
+ function Re(e) {
391
+ return e === 9 || e === 32;
389
392
  }
390
- function x(t) {
391
- return t >= 48 && t <= 57;
393
+ function x(e) {
394
+ return e >= 48 && e <= 57;
392
395
  }
393
- function le(t) {
394
- return t >= 97 && t <= 122 || // A-Z
395
- t >= 65 && t <= 90;
396
+ function ge(e) {
397
+ return e >= 97 && e <= 122 || // A-Z
398
+ e >= 65 && e <= 90;
396
399
  }
397
- function pe(t) {
398
- return le(t) || t === 95;
400
+ function me(e) {
401
+ return ge(e) || e === 95;
399
402
  }
400
- function _e(t) {
401
- return le(t) || x(t) || t === 95;
403
+ function Fe(e) {
404
+ return ge(e) || x(e) || e === 95;
402
405
  }
403
- function Le(t) {
404
- var e;
406
+ function we(e) {
407
+ var t;
405
408
  let n = Number.MAX_SAFE_INTEGER, i = null, r = -1;
406
- for (let o = 0; o < t.length; ++o) {
409
+ for (let o = 0; o < e.length; ++o) {
407
410
  var s;
408
- const l = t[o], p = Re(l);
409
- p !== l.length && (i = (s = i) !== null && s !== void 0 ? s : o, r = o, o !== 0 && p < n && (n = p));
411
+ const l = e[o], h = $e(l);
412
+ h !== l.length && (i = (s = i) !== null && s !== void 0 ? s : o, r = o, o !== 0 && h < n && (n = h));
410
413
  }
411
- return t.map((o, l) => l === 0 ? o : o.slice(n)).slice(
412
- (e = i) !== null && e !== void 0 ? e : 0,
414
+ return e.map((o, l) => l === 0 ? o : o.slice(n)).slice(
415
+ (t = i) !== null && t !== void 0 ? t : 0,
413
416
  r + 1
414
417
  );
415
418
  }
416
- function Re(t) {
417
- let e = 0;
418
- for (; e < t.length && Ce(t.charCodeAt(e)); )
419
- ++e;
420
- return e;
419
+ function $e(e) {
420
+ let t = 0;
421
+ for (; t < e.length && Re(e.charCodeAt(t)); )
422
+ ++t;
423
+ return t;
421
424
  }
422
425
  var a;
423
- (function(t) {
424
- t.SOF = "<SOF>", t.EOF = "<EOF>", t.BANG = "!", t.DOLLAR = "$", t.AMP = "&", t.PAREN_L = "(", t.PAREN_R = ")", t.DOT = ".", t.SPREAD = "...", t.COLON = ":", t.EQUALS = "=", t.AT = "@", t.BRACKET_L = "[", t.BRACKET_R = "]", t.BRACE_L = "{", t.PIPE = "|", t.BRACE_R = "}", t.NAME = "Name", t.INT = "Int", t.FLOAT = "Float", t.STRING = "String", t.BLOCK_STRING = "BlockString", t.COMMENT = "Comment";
426
+ (function(e) {
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";
425
428
  })(a || (a = {}));
426
- class Fe {
429
+ class Be {
427
430
  /**
428
431
  * The previously focused non-ignored token.
429
432
  */
@@ -436,9 +439,9 @@ class Fe {
436
439
  /**
437
440
  * The character offset at which the current line begins.
438
441
  */
439
- constructor(e) {
440
- const n = new ue(a.SOF, 0, 0, 0, 0);
441
- this.source = e, this.lastToken = n, this.token = n, this.line = 1, this.lineStart = 0;
442
+ constructor(t) {
443
+ const n = new pe(a.SOF, 0, 0, 0, 0);
444
+ this.source = t, this.lastToken = n, this.token = n, this.line = 1, this.lineStart = 0;
442
445
  }
443
446
  get [Symbol.toStringTag]() {
444
447
  return "Lexer";
@@ -454,36 +457,36 @@ class Fe {
454
457
  * the state of Lexer.
455
458
  */
456
459
  lookahead() {
457
- let e = this.token;
458
- if (e.kind !== a.EOF)
460
+ let t = this.token;
461
+ if (t.kind !== a.EOF)
459
462
  do
460
- if (e.next)
461
- e = e.next;
463
+ if (t.next)
464
+ t = t.next;
462
465
  else {
463
- const n = $e(this, e.end);
464
- e.next = n, n.prev = e, e = n;
466
+ const n = Ve(this, t.end);
467
+ t.next = n, n.prev = t, t = n;
465
468
  }
466
- while (e.kind === a.COMMENT);
467
- return e;
469
+ while (t.kind === a.COMMENT);
470
+ return t;
468
471
  }
469
472
  }
470
- function we(t) {
471
- return t === a.BANG || t === a.DOLLAR || t === a.AMP || t === a.PAREN_L || t === a.PAREN_R || t === a.DOT || t === a.SPREAD || t === a.COLON || t === a.EQUALS || t === a.AT || t === a.BRACKET_L || t === a.BRACKET_R || t === a.BRACE_L || t === a.PIPE || t === a.BRACE_R;
473
+ function Ue(e) {
474
+ return e === a.BANG || e === a.DOLLAR || e === a.AMP || e === a.PAREN_L || e === a.PAREN_R || e === a.DOT || e === a.SPREAD || e === a.COLON || e === a.EQUALS || e === a.AT || e === a.BRACKET_L || e === a.BRACKET_R || e === a.BRACE_L || e === a.PIPE || e === a.BRACE_R;
472
475
  }
473
- function P(t) {
474
- return t >= 0 && t <= 55295 || t >= 57344 && t <= 1114111;
476
+ function P(e) {
477
+ return e >= 0 && e <= 55295 || e >= 57344 && e <= 1114111;
475
478
  }
476
- function B(t, e) {
477
- return he(t.charCodeAt(e)) && ge(t.charCodeAt(e + 1));
479
+ function B(e, t) {
480
+ return fe(e.charCodeAt(t)) && Ie(e.charCodeAt(t + 1));
478
481
  }
479
- function he(t) {
480
- return t >= 55296 && t <= 56319;
482
+ function fe(e) {
483
+ return e >= 55296 && e <= 56319;
481
484
  }
482
- function ge(t) {
483
- return t >= 56320 && t <= 57343;
485
+ function Ie(e) {
486
+ return e >= 56320 && e <= 57343;
484
487
  }
485
- function D(t, e) {
486
- const n = t.source.body.codePointAt(e);
488
+ function D(e, t) {
489
+ const n = e.source.body.codePointAt(t);
487
490
  if (n === void 0)
488
491
  return a.EOF;
489
492
  if (n >= 32 && n <= 126) {
@@ -492,13 +495,13 @@ function D(t, e) {
492
495
  }
493
496
  return "U+" + n.toString(16).toUpperCase().padStart(4, "0");
494
497
  }
495
- function f(t, e, n, i, r) {
496
- const s = t.line, o = 1 + n - t.lineStart;
497
- return new ue(e, n, i, s, o, r);
498
+ function f(e, t, n, i, r) {
499
+ const s = e.line, o = 1 + n - e.lineStart;
500
+ return new pe(t, n, i, s, o, r);
498
501
  }
499
- function $e(t, e) {
500
- const n = t.source.body, i = n.length;
501
- let r = e;
502
+ function Ve(e, t) {
503
+ const n = e.source.body, i = n.length;
504
+ let r = t;
502
505
  for (; r < i; ) {
503
506
  const s = n.charCodeAt(r);
504
507
  switch (s) {
@@ -530,14 +533,14 @@ function $e(t, e) {
530
533
  // - "Carriage Return (U+000D)" [lookahead != "New Line (U+000A)"]
531
534
  // - "Carriage Return (U+000D)" "New Line (U+000A)"
532
535
  case 10:
533
- ++r, ++t.line, t.lineStart = r;
536
+ ++r, ++e.line, e.lineStart = r;
534
537
  continue;
535
538
  case 13:
536
- n.charCodeAt(r + 1) === 10 ? r += 2 : ++r, ++t.line, t.lineStart = r;
539
+ n.charCodeAt(r + 1) === 10 ? r += 2 : ++r, ++e.line, e.lineStart = r;
537
540
  continue;
538
541
  // Comment
539
542
  case 35:
540
- return Be(t, r);
543
+ return Me(e, r);
541
544
  // Token ::
542
545
  // - Punctuator
543
546
  // - Name
@@ -547,54 +550,54 @@ function $e(t, e) {
547
550
  //
548
551
  // Punctuator :: one of ! $ & ( ) ... : = @ [ ] { | }
549
552
  case 33:
550
- return f(t, a.BANG, r, r + 1);
553
+ return f(e, a.BANG, r, r + 1);
551
554
  case 36:
552
- return f(t, a.DOLLAR, r, r + 1);
555
+ return f(e, a.DOLLAR, r, r + 1);
553
556
  case 38:
554
- return f(t, a.AMP, r, r + 1);
557
+ return f(e, a.AMP, r, r + 1);
555
558
  case 40:
556
- return f(t, a.PAREN_L, r, r + 1);
559
+ return f(e, a.PAREN_L, r, r + 1);
557
560
  case 41:
558
- return f(t, a.PAREN_R, r, r + 1);
561
+ return f(e, a.PAREN_R, r, r + 1);
559
562
  case 46:
560
563
  if (n.charCodeAt(r + 1) === 46 && n.charCodeAt(r + 2) === 46)
561
- return f(t, a.SPREAD, r, r + 3);
564
+ return f(e, a.SPREAD, r, r + 3);
562
565
  break;
563
566
  case 58:
564
- return f(t, a.COLON, r, r + 1);
567
+ return f(e, a.COLON, r, r + 1);
565
568
  case 61:
566
- return f(t, a.EQUALS, r, r + 1);
569
+ return f(e, a.EQUALS, r, r + 1);
567
570
  case 64:
568
- return f(t, a.AT, r, r + 1);
571
+ return f(e, a.AT, r, r + 1);
569
572
  case 91:
570
- return f(t, a.BRACKET_L, r, r + 1);
573
+ return f(e, a.BRACKET_L, r, r + 1);
571
574
  case 93:
572
- return f(t, a.BRACKET_R, r, r + 1);
575
+ return f(e, a.BRACKET_R, r, r + 1);
573
576
  case 123:
574
- return f(t, a.BRACE_L, r, r + 1);
577
+ return f(e, a.BRACE_L, r, r + 1);
575
578
  case 124:
576
- return f(t, a.PIPE, r, r + 1);
579
+ return f(e, a.PIPE, r, r + 1);
577
580
  case 125:
578
- return f(t, a.BRACE_R, r, r + 1);
581
+ return f(e, a.BRACE_R, r, r + 1);
579
582
  // StringValue
580
583
  case 34:
581
- return n.charCodeAt(r + 1) === 34 && n.charCodeAt(r + 2) === 34 ? Ge(t, r) : Ue(t, r);
584
+ return n.charCodeAt(r + 1) === 34 && n.charCodeAt(r + 2) === 34 ? He(e, r) : qe(e, r);
582
585
  }
583
586
  if (x(s) || s === 45)
584
- return Ve(t, r, s);
585
- if (pe(s))
586
- return je(t, r);
587
+ return ze(e, r, s);
588
+ if (me(s))
589
+ return Je(e, r);
587
590
  throw I(
588
- t.source,
591
+ e.source,
589
592
  r,
590
- s === 39 ? `Unexpected single quote character ('), did you mean to use a double quote (")?` : P(s) || B(n, r) ? `Unexpected character: ${D(t, r)}.` : `Invalid character: ${D(t, r)}.`
593
+ s === 39 ? `Unexpected single quote character ('), did you mean to use a double quote (")?` : P(s) || B(n, r) ? `Unexpected character: ${D(e, r)}.` : `Invalid character: ${D(e, r)}.`
591
594
  );
592
595
  }
593
- return f(t, a.EOF, i, i);
596
+ return f(e, a.EOF, i, i);
594
597
  }
595
- function Be(t, e) {
596
- const n = t.source.body, i = n.length;
597
- let r = e + 1;
598
+ function Me(e, t) {
599
+ const n = e.source.body, i = n.length;
600
+ let r = t + 1;
598
601
  for (; r < i; ) {
599
602
  const s = n.charCodeAt(r);
600
603
  if (s === 10 || s === 13)
@@ -607,72 +610,72 @@ function Be(t, e) {
607
610
  break;
608
611
  }
609
612
  return f(
610
- t,
611
- a.COMMENT,
612
613
  e,
614
+ a.COMMENT,
615
+ t,
613
616
  r,
614
- n.slice(e + 1, r)
617
+ n.slice(t + 1, r)
615
618
  );
616
619
  }
617
- function Ve(t, e, n) {
618
- const i = t.source.body;
619
- let r = e, s = n, o = !1;
620
+ function ze(e, t, n) {
621
+ const i = e.source.body;
622
+ let r = t, s = n, o = !1;
620
623
  if (s === 45 && (s = i.charCodeAt(++r)), s === 48) {
621
624
  if (s = i.charCodeAt(++r), x(s))
622
625
  throw I(
623
- t.source,
626
+ e.source,
624
627
  r,
625
628
  `Invalid number, unexpected digit after 0: ${D(
626
- t,
629
+ e,
627
630
  r
628
631
  )}.`
629
632
  );
630
633
  } else
631
- r = M(t, r, s), s = i.charCodeAt(r);
632
- if (s === 46 && (o = !0, s = i.charCodeAt(++r), r = M(t, r, s), s = i.charCodeAt(r)), (s === 69 || s === 101) && (o = !0, s = i.charCodeAt(++r), (s === 43 || s === 45) && (s = i.charCodeAt(++r)), r = M(t, r, s), s = i.charCodeAt(r)), s === 46 || pe(s))
634
+ r = M(e, r, s), s = i.charCodeAt(r);
635
+ if (s === 46 && (o = !0, s = i.charCodeAt(++r), r = M(e, r, s), s = i.charCodeAt(r)), (s === 69 || s === 101) && (o = !0, s = i.charCodeAt(++r), (s === 43 || s === 45) && (s = i.charCodeAt(++r)), r = M(e, r, s), s = i.charCodeAt(r)), s === 46 || me(s))
633
636
  throw I(
634
- t.source,
637
+ e.source,
635
638
  r,
636
639
  `Invalid number, expected digit but got: ${D(
637
- t,
640
+ e,
638
641
  r
639
642
  )}.`
640
643
  );
641
644
  return f(
642
- t,
643
- o ? a.FLOAT : a.INT,
644
645
  e,
646
+ o ? a.FLOAT : a.INT,
647
+ t,
645
648
  r,
646
- i.slice(e, r)
649
+ i.slice(t, r)
647
650
  );
648
651
  }
649
- function M(t, e, n) {
652
+ function M(e, t, n) {
650
653
  if (!x(n))
651
654
  throw I(
652
- t.source,
653
- e,
655
+ e.source,
656
+ t,
654
657
  `Invalid number, expected digit but got: ${D(
655
- t,
656
- e
658
+ e,
659
+ t
657
660
  )}.`
658
661
  );
659
- const i = t.source.body;
660
- let r = e + 1;
662
+ const i = e.source.body;
663
+ let r = t + 1;
661
664
  for (; x(i.charCodeAt(r)); )
662
665
  ++r;
663
666
  return r;
664
667
  }
665
- function Ue(t, e) {
666
- const n = t.source.body, i = n.length;
667
- let r = e + 1, s = r, o = "";
668
+ function qe(e, t) {
669
+ const n = e.source.body, i = n.length;
670
+ let r = t + 1, s = r, o = "";
668
671
  for (; r < i; ) {
669
672
  const l = n.charCodeAt(r);
670
673
  if (l === 34)
671
- return o += n.slice(s, r), f(t, a.STRING, e, r + 1, o);
674
+ return o += n.slice(s, r), f(e, a.STRING, t, r + 1, o);
672
675
  if (l === 92) {
673
676
  o += n.slice(s, r);
674
- const p = n.charCodeAt(r + 1) === 117 ? n.charCodeAt(r + 2) === 123 ? Me(t, r) : ze(t, r) : qe(t, r);
675
- o += p.value, r += p.size, s = r;
677
+ const h = n.charCodeAt(r + 1) === 117 ? n.charCodeAt(r + 2) === 123 ? Ge(e, r) : je(e, r) : Ye(e, r);
678
+ o += h.value, r += h.size, s = r;
676
679
  continue;
677
680
  }
678
681
  if (l === 10 || l === 13)
@@ -683,21 +686,21 @@ function Ue(t, e) {
683
686
  r += 2;
684
687
  else
685
688
  throw I(
686
- t.source,
689
+ e.source,
687
690
  r,
688
691
  `Invalid character within String: ${D(
689
- t,
692
+ e,
690
693
  r
691
694
  )}.`
692
695
  );
693
696
  }
694
- throw I(t.source, r, "Unterminated string.");
697
+ throw I(e.source, r, "Unterminated string.");
695
698
  }
696
- function Me(t, e) {
697
- const n = t.source.body;
699
+ function Ge(e, t) {
700
+ const n = e.source.body;
698
701
  let i = 0, r = 3;
699
702
  for (; r < 12; ) {
700
- const s = n.charCodeAt(e + r++);
703
+ const s = n.charCodeAt(t + r++);
701
704
  if (s === 125) {
702
705
  if (r < 5 || !P(i))
703
706
  break;
@@ -710,44 +713,44 @@ function Me(t, e) {
710
713
  break;
711
714
  }
712
715
  throw I(
713
- t.source,
714
- e,
716
+ e.source,
717
+ t,
715
718
  `Invalid Unicode escape sequence: "${n.slice(
716
- e,
717
- e + r
719
+ t,
720
+ t + r
718
721
  )}".`
719
722
  );
720
723
  }
721
- function ze(t, e) {
722
- const n = t.source.body, i = W(n, e + 2);
724
+ function je(e, t) {
725
+ const n = e.source.body, i = W(n, t + 2);
723
726
  if (P(i))
724
727
  return {
725
728
  value: String.fromCodePoint(i),
726
729
  size: 6
727
730
  };
728
- if (he(i) && n.charCodeAt(e + 6) === 92 && n.charCodeAt(e + 7) === 117) {
729
- const r = W(n, e + 8);
730
- if (ge(r))
731
+ if (fe(i) && n.charCodeAt(t + 6) === 92 && n.charCodeAt(t + 7) === 117) {
732
+ const r = W(n, t + 8);
733
+ if (Ie(r))
731
734
  return {
732
735
  value: String.fromCodePoint(i, r),
733
736
  size: 12
734
737
  };
735
738
  }
736
739
  throw I(
737
- t.source,
738
- e,
739
- `Invalid Unicode escape sequence: "${n.slice(e, e + 6)}".`
740
+ e.source,
741
+ t,
742
+ `Invalid Unicode escape sequence: "${n.slice(t, t + 6)}".`
740
743
  );
741
744
  }
742
- function W(t, e) {
743
- return S(t.charCodeAt(e)) << 12 | S(t.charCodeAt(e + 1)) << 8 | S(t.charCodeAt(e + 2)) << 4 | S(t.charCodeAt(e + 3));
745
+ function W(e, t) {
746
+ return S(e.charCodeAt(t)) << 12 | S(e.charCodeAt(t + 1)) << 8 | S(e.charCodeAt(t + 2)) << 4 | S(e.charCodeAt(t + 3));
744
747
  }
745
- function S(t) {
746
- return t >= 48 && t <= 57 ? t - 48 : t >= 65 && t <= 70 ? t - 55 : t >= 97 && t <= 102 ? t - 87 : -1;
748
+ function S(e) {
749
+ return e >= 48 && e <= 57 ? e - 48 : e >= 65 && e <= 70 ? e - 55 : e >= 97 && e <= 102 ? e - 87 : -1;
747
750
  }
748
- function qe(t, e) {
749
- const n = t.source.body;
750
- switch (n.charCodeAt(e + 1)) {
751
+ function Ye(e, t) {
752
+ const n = e.source.body;
753
+ switch (n.charCodeAt(t + 1)) {
751
754
  case 34:
752
755
  return {
753
756
  value: '"',
@@ -791,39 +794,39 @@ function qe(t, e) {
791
794
  };
792
795
  }
793
796
  throw I(
794
- t.source,
795
- e,
797
+ e.source,
798
+ t,
796
799
  `Invalid character escape sequence: "${n.slice(
797
- e,
798
- e + 2
800
+ t,
801
+ t + 2
799
802
  )}".`
800
803
  );
801
804
  }
802
- function Ge(t, e) {
803
- const n = t.source.body, i = n.length;
804
- let r = t.lineStart, s = e + 3, o = s, l = "";
805
- const p = [];
805
+ function He(e, t) {
806
+ const n = e.source.body, i = n.length;
807
+ let r = e.lineStart, s = t + 3, o = s, l = "";
808
+ const h = [];
806
809
  for (; s < i; ) {
807
810
  const E = n.charCodeAt(s);
808
811
  if (E === 34 && n.charCodeAt(s + 1) === 34 && n.charCodeAt(s + 2) === 34) {
809
- l += n.slice(o, s), p.push(l);
812
+ l += n.slice(o, s), h.push(l);
810
813
  const g = f(
811
- t,
812
- a.BLOCK_STRING,
813
814
  e,
815
+ a.BLOCK_STRING,
816
+ t,
814
817
  s + 3,
815
818
  // Return a string of the lines joined with U+000A.
816
- Le(p).join(`
819
+ we(h).join(`
817
820
  `)
818
821
  );
819
- return t.line += p.length - 1, t.lineStart = r, g;
822
+ return e.line += h.length - 1, e.lineStart = r, g;
820
823
  }
821
824
  if (E === 92 && n.charCodeAt(s + 1) === 34 && n.charCodeAt(s + 2) === 34 && n.charCodeAt(s + 3) === 34) {
822
825
  l += n.slice(o, s), o = s + 1, s += 4;
823
826
  continue;
824
827
  }
825
828
  if (E === 10 || E === 13) {
826
- l += n.slice(o, s), p.push(l), E === 13 && n.charCodeAt(s + 1) === 10 ? s += 2 : ++s, l = "", o = s, r = s;
829
+ l += n.slice(o, s), h.push(l), E === 13 && n.charCodeAt(s + 1) === 10 ? s += 2 : ++s, l = "", o = s, r = s;
827
830
  continue;
828
831
  }
829
832
  if (P(E))
@@ -832,109 +835,109 @@ function Ge(t, e) {
832
835
  s += 2;
833
836
  else
834
837
  throw I(
835
- t.source,
838
+ e.source,
836
839
  s,
837
840
  `Invalid character within String: ${D(
838
- t,
841
+ e,
839
842
  s
840
843
  )}.`
841
844
  );
842
845
  }
843
- throw I(t.source, s, "Unterminated string.");
846
+ throw I(e.source, s, "Unterminated string.");
844
847
  }
845
- function je(t, e) {
846
- const n = t.source.body, i = n.length;
847
- let r = e + 1;
848
+ function Je(e, t) {
849
+ const n = e.source.body, i = n.length;
850
+ let r = t + 1;
848
851
  for (; r < i; ) {
849
852
  const s = n.charCodeAt(r);
850
- if (_e(s))
853
+ if (Fe(s))
851
854
  ++r;
852
855
  else
853
856
  break;
854
857
  }
855
858
  return f(
856
- t,
857
- a.NAME,
858
859
  e,
860
+ a.NAME,
861
+ t,
859
862
  r,
860
- n.slice(e, r)
863
+ n.slice(t, r)
861
864
  );
862
865
  }
863
- const Ye = 10, me = 2;
864
- function fe(t) {
865
- return V(t, []);
866
+ const Qe = 10, Ee = 2;
867
+ function ye(e) {
868
+ return U(e, []);
866
869
  }
867
- function V(t, e) {
868
- switch (typeof t) {
870
+ function U(e, t) {
871
+ switch (typeof e) {
869
872
  case "string":
870
- return JSON.stringify(t);
873
+ return JSON.stringify(e);
871
874
  case "function":
872
- return t.name ? `[function ${t.name}]` : "[function]";
875
+ return e.name ? `[function ${e.name}]` : "[function]";
873
876
  case "object":
874
- return He(t, e);
877
+ return Xe(e, t);
875
878
  default:
876
- return String(t);
879
+ return String(e);
877
880
  }
878
881
  }
879
- function He(t, e) {
880
- if (t === null)
882
+ function Xe(e, t) {
883
+ if (e === null)
881
884
  return "null";
882
- if (e.includes(t))
885
+ if (t.includes(e))
883
886
  return "[Circular]";
884
- const n = [...e, t];
885
- if (Je(t)) {
886
- const i = t.toJSON();
887
- if (i !== t)
888
- return typeof i == "string" ? i : V(i, n);
889
- } else if (Array.isArray(t))
890
- return Xe(t, n);
891
- return Qe(t, n);
892
- }
893
- function Je(t) {
894
- return typeof t.toJSON == "function";
895
- }
896
- function Qe(t, e) {
897
- const n = Object.entries(t);
898
- return n.length === 0 ? "{}" : e.length > me ? "[" + We(t) + "]" : "{ " + n.map(
899
- ([r, s]) => r + ": " + V(s, e)
887
+ const n = [...t, e];
888
+ if (We(e)) {
889
+ const i = e.toJSON();
890
+ if (i !== e)
891
+ return typeof i == "string" ? i : U(i, n);
892
+ } else if (Array.isArray(e))
893
+ return Ke(e, n);
894
+ return Ze(e, n);
895
+ }
896
+ function We(e) {
897
+ return typeof e.toJSON == "function";
898
+ }
899
+ function Ze(e, t) {
900
+ const n = Object.entries(e);
901
+ return n.length === 0 ? "{}" : t.length > Ee ? "[" + et(e) + "]" : "{ " + n.map(
902
+ ([r, s]) => r + ": " + U(s, t)
900
903
  ).join(", ") + " }";
901
904
  }
902
- function Xe(t, e) {
903
- if (t.length === 0)
905
+ function Ke(e, t) {
906
+ if (e.length === 0)
904
907
  return "[]";
905
- if (e.length > me)
908
+ if (t.length > Ee)
906
909
  return "[Array]";
907
- const n = Math.min(Ye, t.length), i = t.length - n, r = [];
910
+ const n = Math.min(Qe, e.length), i = e.length - n, r = [];
908
911
  for (let s = 0; s < n; ++s)
909
- r.push(V(t[s], e));
912
+ r.push(U(e[s], t));
910
913
  return i === 1 ? r.push("... 1 more item") : i > 1 && r.push(`... ${i} more items`), "[" + r.join(", ") + "]";
911
914
  }
912
- function We(t) {
913
- const e = Object.prototype.toString.call(t).replace(/^\[object /, "").replace(/]$/, "");
914
- if (e === "Object" && typeof t.constructor == "function") {
915
- const n = t.constructor.name;
915
+ function et(e) {
916
+ const t = Object.prototype.toString.call(e).replace(/^\[object /, "").replace(/]$/, "");
917
+ if (t === "Object" && typeof e.constructor == "function") {
918
+ const n = e.constructor.name;
916
919
  if (typeof n == "string" && n !== "")
917
920
  return n;
918
921
  }
919
- return e;
922
+ return t;
920
923
  }
921
- const Ze = globalThis.process && // eslint-disable-next-line no-undef
922
- process.env.NODE_ENV === "production", Ke = (
924
+ const tt = globalThis.process && // eslint-disable-next-line no-undef
925
+ process.env.NODE_ENV === "production", nt = (
923
926
  /* c8 ignore next 6 */
924
927
  // FIXME: https://github.com/graphql/graphql-js/issues/2317
925
- Ze ? function(e, n) {
926
- return e instanceof n;
927
- } : function(e, n) {
928
- if (e instanceof n)
928
+ tt ? function(t, n) {
929
+ return t instanceof n;
930
+ } : function(t, n) {
931
+ if (t instanceof n)
929
932
  return !0;
930
- if (typeof e == "object" && e !== null) {
933
+ if (typeof t == "object" && t !== null) {
931
934
  var i;
932
935
  const r = n.prototype[Symbol.toStringTag], s = (
933
936
  // We still need to support constructor's name to detect conflicts with older versions of this library.
934
- Symbol.toStringTag in e ? e[Symbol.toStringTag] : (i = e.constructor) === null || i === void 0 ? void 0 : i.name
937
+ Symbol.toStringTag in t ? t[Symbol.toStringTag] : (i = t.constructor) === null || i === void 0 ? void 0 : i.name
935
938
  );
936
939
  if (r === s) {
937
- const o = fe(e);
940
+ const o = ye(t);
938
941
  throw new Error(`Cannot use ${r} "${o}" from another module or realm.
939
942
 
940
943
  Ensure that there is only one instance of "graphql" in the node_modules
@@ -952,15 +955,15 @@ spurious results.`);
952
955
  return !1;
953
956
  }
954
957
  );
955
- class Ie {
956
- constructor(e, n = "GraphQL request", i = {
958
+ class ke {
959
+ constructor(t, n = "GraphQL request", i = {
957
960
  line: 1,
958
961
  column: 1
959
962
  }) {
960
- typeof e == "string" || U(!1, `Body must be a string. Received: ${fe(e)}.`), this.body = e, this.name = n, this.locationOffset = i, this.locationOffset.line > 0 || U(
963
+ typeof t == "string" || V(!1, `Body must be a string. Received: ${ye(t)}.`), this.body = t, this.name = n, this.locationOffset = i, this.locationOffset.line > 0 || V(
961
964
  !1,
962
965
  "line in locationOffset is 1-indexed and must be positive."
963
- ), this.locationOffset.column > 0 || U(
966
+ ), this.locationOffset.column > 0 || V(
964
967
  !1,
965
968
  "column in locationOffset is 1-indexed and must be positive."
966
969
  );
@@ -969,24 +972,24 @@ class Ie {
969
972
  return "Source";
970
973
  }
971
974
  }
972
- function et(t) {
973
- return Ke(t, Ie);
975
+ function it(e) {
976
+ return nt(e, ke);
974
977
  }
975
- function tt(t, e) {
976
- const n = new nt(t, e), i = n.parseDocument();
978
+ function rt(e, t) {
979
+ const n = new st(e, t), i = n.parseDocument();
977
980
  return Object.defineProperty(i, "tokenCount", {
978
981
  enumerable: !1,
979
982
  value: n.tokenCount
980
983
  }), i;
981
984
  }
982
- class nt {
983
- constructor(e, n = {}) {
985
+ class st {
986
+ constructor(t, n = {}) {
984
987
  const { lexer: i, ...r } = n;
985
988
  if (i)
986
989
  this._lexer = i;
987
990
  else {
988
- const s = et(e) ? e : new Ie(e);
989
- this._lexer = new Fe(s);
991
+ const s = it(t) ? t : new ke(t);
992
+ this._lexer = new Be(s);
990
993
  }
991
994
  this._options = r, this._tokenCounter = 0;
992
995
  }
@@ -997,10 +1000,10 @@ class nt {
997
1000
  * Converts a name lex token into a name parse node.
998
1001
  */
999
1002
  parseName() {
1000
- const e = this.expectToken(a.NAME);
1001
- return this.node(e, {
1003
+ const t = this.expectToken(a.NAME);
1004
+ return this.node(t, {
1002
1005
  kind: c.NAME,
1003
- value: e.value
1006
+ value: t.value
1004
1007
  });
1005
1008
  }
1006
1009
  // Implements the parsing rules in the Document section.
@@ -1043,8 +1046,8 @@ class nt {
1043
1046
  parseDefinition() {
1044
1047
  if (this.peek(a.BRACE_L))
1045
1048
  return this.parseOperationDefinition();
1046
- const e = this.peekDescription(), n = e ? this._lexer.lookahead() : this._lexer.token;
1047
- if (e && n.kind === a.BRACE_L)
1049
+ const t = this.peekDescription(), n = t ? this._lexer.lookahead() : this._lexer.token;
1050
+ if (t && n.kind === a.BRACE_L)
1048
1051
  throw I(
1049
1052
  this._lexer.source,
1050
1053
  this._lexer.token.start,
@@ -1077,7 +1080,7 @@ class nt {
1077
1080
  case "fragment":
1078
1081
  return this.parseFragmentDefinition();
1079
1082
  }
1080
- if (e)
1083
+ if (t)
1081
1084
  throw I(
1082
1085
  this._lexer.source,
1083
1086
  this._lexer.token.start,
@@ -1095,9 +1098,9 @@ class nt {
1095
1098
  * - OperationType Name? VariableDefinitions? Directives? SelectionSet
1096
1099
  */
1097
1100
  parseOperationDefinition() {
1098
- const e = this._lexer.token;
1101
+ const t = this._lexer.token;
1099
1102
  if (this.peek(a.BRACE_L))
1100
- return this.node(e, {
1103
+ return this.node(t, {
1101
1104
  kind: c.OPERATION_DEFINITION,
1102
1105
  operation: v.QUERY,
1103
1106
  description: void 0,
@@ -1108,7 +1111,7 @@ class nt {
1108
1111
  });
1109
1112
  const n = this.parseDescription(), i = this.parseOperationType();
1110
1113
  let r;
1111
- return this.peek(a.NAME) && (r = this.parseName()), this.node(e, {
1114
+ return this.peek(a.NAME) && (r = this.parseName()), this.node(t, {
1112
1115
  kind: c.OPERATION_DEFINITION,
1113
1116
  operation: i,
1114
1117
  description: n,
@@ -1122,8 +1125,8 @@ class nt {
1122
1125
  * OperationType : one of query mutation subscription
1123
1126
  */
1124
1127
  parseOperationType() {
1125
- const e = this.expectToken(a.NAME);
1126
- switch (e.value) {
1128
+ const t = this.expectToken(a.NAME);
1129
+ switch (t.value) {
1127
1130
  case "query":
1128
1131
  return v.QUERY;
1129
1132
  case "mutation":
@@ -1131,7 +1134,7 @@ class nt {
1131
1134
  case "subscription":
1132
1135
  return v.SUBSCRIPTION;
1133
1136
  }
1134
- throw this.unexpected(e);
1137
+ throw this.unexpected(t);
1135
1138
  }
1136
1139
  /**
1137
1140
  * VariableDefinitions : ( VariableDefinition+ )
@@ -1160,8 +1163,8 @@ class nt {
1160
1163
  * Variable : $ Name
1161
1164
  */
1162
1165
  parseVariable() {
1163
- const e = this._lexer.token;
1164
- return this.expectToken(a.DOLLAR), this.node(e, {
1166
+ const t = this._lexer.token;
1167
+ return this.expectToken(a.DOLLAR), this.node(t, {
1165
1168
  kind: c.VARIABLE,
1166
1169
  name: this.parseName()
1167
1170
  });
@@ -1196,9 +1199,9 @@ class nt {
1196
1199
  * Alias : Name :
1197
1200
  */
1198
1201
  parseField() {
1199
- const e = this._lexer.token, n = this.parseName();
1202
+ const t = this._lexer.token, n = this.parseName();
1200
1203
  let i, r;
1201
- return this.expectOptionalToken(a.COLON) ? (i = n, r = this.parseName()) : r = n, this.node(e, {
1204
+ return this.expectOptionalToken(a.COLON) ? (i = n, r = this.parseName()) : r = n, this.node(t, {
1202
1205
  kind: c.FIELD,
1203
1206
  alias: i,
1204
1207
  name: r,
@@ -1210,19 +1213,19 @@ class nt {
1210
1213
  /**
1211
1214
  * Arguments[Const] : ( Argument[?Const]+ )
1212
1215
  */
1213
- parseArguments(e) {
1214
- const n = e ? this.parseConstArgument : this.parseArgument;
1216
+ parseArguments(t) {
1217
+ const n = t ? this.parseConstArgument : this.parseArgument;
1215
1218
  return this.optionalMany(a.PAREN_L, n, a.PAREN_R);
1216
1219
  }
1217
1220
  /**
1218
1221
  * Argument[Const] : Name : Value[?Const]
1219
1222
  */
1220
- parseArgument(e = !1) {
1223
+ parseArgument(t = !1) {
1221
1224
  const n = this._lexer.token, i = this.parseName();
1222
1225
  return this.expectToken(a.COLON), this.node(n, {
1223
1226
  kind: c.ARGUMENT,
1224
1227
  name: i,
1225
- value: this.parseValueLiteral(e)
1228
+ value: this.parseValueLiteral(t)
1226
1229
  });
1227
1230
  }
1228
1231
  parseConstArgument() {
@@ -1237,14 +1240,14 @@ class nt {
1237
1240
  * InlineFragment : ... TypeCondition? Directives? SelectionSet
1238
1241
  */
1239
1242
  parseFragment() {
1240
- const e = this._lexer.token;
1243
+ const t = this._lexer.token;
1241
1244
  this.expectToken(a.SPREAD);
1242
1245
  const n = this.expectOptionalKeyword("on");
1243
- return !n && this.peek(a.NAME) ? this.node(e, {
1246
+ return !n && this.peek(a.NAME) ? this.node(t, {
1244
1247
  kind: c.FRAGMENT_SPREAD,
1245
1248
  name: this.parseFragmentName(),
1246
1249
  directives: this.parseDirectives(!1)
1247
- }) : this.node(e, {
1250
+ }) : this.node(t, {
1248
1251
  kind: c.INLINE_FRAGMENT,
1249
1252
  typeCondition: n ? this.parseNamedType() : void 0,
1250
1253
  directives: this.parseDirectives(!1),
@@ -1258,8 +1261,8 @@ class nt {
1258
1261
  * TypeCondition : NamedType
1259
1262
  */
1260
1263
  parseFragmentDefinition() {
1261
- const e = this._lexer.token, n = this.parseDescription();
1262
- return this.expectKeyword("fragment"), this._options.allowLegacyFragmentVariables === !0 ? this.node(e, {
1264
+ const t = this._lexer.token, n = this.parseDescription();
1265
+ return this.expectKeyword("fragment"), this._options.allowLegacyFragmentVariables === !0 ? this.node(t, {
1263
1266
  kind: c.FRAGMENT_DEFINITION,
1264
1267
  description: n,
1265
1268
  name: this.parseFragmentName(),
@@ -1267,7 +1270,7 @@ class nt {
1267
1270
  typeCondition: (this.expectKeyword("on"), this.parseNamedType()),
1268
1271
  directives: this.parseDirectives(!1),
1269
1272
  selectionSet: this.parseSelectionSet()
1270
- }) : this.node(e, {
1273
+ }) : this.node(t, {
1271
1274
  kind: c.FRAGMENT_DEFINITION,
1272
1275
  description: n,
1273
1276
  name: this.parseFragmentName(),
@@ -1303,13 +1306,13 @@ class nt {
1303
1306
  *
1304
1307
  * EnumValue : Name but not `true`, `false` or `null`
1305
1308
  */
1306
- parseValueLiteral(e) {
1309
+ parseValueLiteral(t) {
1307
1310
  const n = this._lexer.token;
1308
1311
  switch (n.kind) {
1309
1312
  case a.BRACKET_L:
1310
- return this.parseList(e);
1313
+ return this.parseList(t);
1311
1314
  case a.BRACE_L:
1312
- return this.parseObject(e);
1315
+ return this.parseObject(t);
1313
1316
  case a.INT:
1314
1317
  return this.advanceLexer(), this.node(n, {
1315
1318
  kind: c.INT,
@@ -1346,7 +1349,7 @@ class nt {
1346
1349
  });
1347
1350
  }
1348
1351
  case a.DOLLAR:
1349
- if (e)
1352
+ if (t)
1350
1353
  if (this.expectToken(a.DOLLAR), this._lexer.token.kind === a.NAME) {
1351
1354
  const i = this._lexer.token.value;
1352
1355
  throw I(
@@ -1365,11 +1368,11 @@ class nt {
1365
1368
  return this.parseValueLiteral(!0);
1366
1369
  }
1367
1370
  parseStringLiteral() {
1368
- const e = this._lexer.token;
1369
- return this.advanceLexer(), this.node(e, {
1371
+ const t = this._lexer.token;
1372
+ return this.advanceLexer(), this.node(t, {
1370
1373
  kind: c.STRING,
1371
- value: e.value,
1372
- block: e.kind === a.BLOCK_STRING
1374
+ value: t.value,
1375
+ block: t.kind === a.BLOCK_STRING
1373
1376
  });
1374
1377
  }
1375
1378
  /**
@@ -1377,8 +1380,8 @@ class nt {
1377
1380
  * - [ ]
1378
1381
  * - [ Value[?Const]+ ]
1379
1382
  */
1380
- parseList(e) {
1381
- const n = () => this.parseValueLiteral(e);
1383
+ parseList(t) {
1384
+ const n = () => this.parseValueLiteral(t);
1382
1385
  return this.node(this._lexer.token, {
1383
1386
  kind: c.LIST,
1384
1387
  values: this.any(a.BRACKET_L, n, a.BRACKET_R)
@@ -1391,8 +1394,8 @@ class nt {
1391
1394
  * - { ObjectField[?Const]+ }
1392
1395
  * ```
1393
1396
  */
1394
- parseObject(e) {
1395
- const n = () => this.parseObjectField(e);
1397
+ parseObject(t) {
1398
+ const n = () => this.parseObjectField(t);
1396
1399
  return this.node(this._lexer.token, {
1397
1400
  kind: c.OBJECT,
1398
1401
  fields: this.any(a.BRACE_L, n, a.BRACE_R)
@@ -1401,22 +1404,22 @@ class nt {
1401
1404
  /**
1402
1405
  * ObjectField[Const] : Name : Value[?Const]
1403
1406
  */
1404
- parseObjectField(e) {
1407
+ parseObjectField(t) {
1405
1408
  const n = this._lexer.token, i = this.parseName();
1406
1409
  return this.expectToken(a.COLON), this.node(n, {
1407
1410
  kind: c.OBJECT_FIELD,
1408
1411
  name: i,
1409
- value: this.parseValueLiteral(e)
1412
+ value: this.parseValueLiteral(t)
1410
1413
  });
1411
1414
  }
1412
1415
  // Implements the parsing rules in the Directives section.
1413
1416
  /**
1414
1417
  * Directives[Const] : Directive[?Const]+
1415
1418
  */
1416
- parseDirectives(e) {
1419
+ parseDirectives(t) {
1417
1420
  const n = [];
1418
1421
  for (; this.peek(a.AT); )
1419
- n.push(this.parseDirective(e));
1422
+ n.push(this.parseDirective(t));
1420
1423
  return n;
1421
1424
  }
1422
1425
  parseConstDirectives() {
@@ -1427,12 +1430,12 @@ class nt {
1427
1430
  * Directive[Const] : @ Name Arguments[?Const]?
1428
1431
  * ```
1429
1432
  */
1430
- parseDirective(e) {
1433
+ parseDirective(t) {
1431
1434
  const n = this._lexer.token;
1432
1435
  return this.expectToken(a.AT), this.node(n, {
1433
1436
  kind: c.DIRECTIVE,
1434
1437
  name: this.parseName(),
1435
- arguments: this.parseArguments(e)
1438
+ arguments: this.parseArguments(t)
1436
1439
  });
1437
1440
  }
1438
1441
  // Implements the parsing rules in the Types section.
@@ -1443,17 +1446,17 @@ class nt {
1443
1446
  * - NonNullType
1444
1447
  */
1445
1448
  parseTypeReference() {
1446
- const e = this._lexer.token;
1449
+ const t = this._lexer.token;
1447
1450
  let n;
1448
1451
  if (this.expectOptionalToken(a.BRACKET_L)) {
1449
1452
  const i = this.parseTypeReference();
1450
- this.expectToken(a.BRACKET_R), n = this.node(e, {
1453
+ this.expectToken(a.BRACKET_R), n = this.node(t, {
1451
1454
  kind: c.LIST_TYPE,
1452
1455
  type: i
1453
1456
  });
1454
1457
  } else
1455
1458
  n = this.parseNamedType();
1456
- return this.expectOptionalToken(a.BANG) ? this.node(e, {
1459
+ return this.expectOptionalToken(a.BANG) ? this.node(t, {
1457
1460
  kind: c.NON_NULL_TYPE,
1458
1461
  type: n
1459
1462
  }) : n;
@@ -1484,14 +1487,14 @@ class nt {
1484
1487
  * ```
1485
1488
  */
1486
1489
  parseSchemaDefinition() {
1487
- const e = this._lexer.token, n = this.parseDescription();
1490
+ const t = this._lexer.token, n = this.parseDescription();
1488
1491
  this.expectKeyword("schema");
1489
1492
  const i = this.parseConstDirectives(), r = this.many(
1490
1493
  a.BRACE_L,
1491
1494
  this.parseOperationTypeDefinition,
1492
1495
  a.BRACE_R
1493
1496
  );
1494
- return this.node(e, {
1497
+ return this.node(t, {
1495
1498
  kind: c.SCHEMA_DEFINITION,
1496
1499
  description: n,
1497
1500
  directives: i,
@@ -1502,10 +1505,10 @@ class nt {
1502
1505
  * OperationTypeDefinition : OperationType : NamedType
1503
1506
  */
1504
1507
  parseOperationTypeDefinition() {
1505
- const e = this._lexer.token, n = this.parseOperationType();
1508
+ const t = this._lexer.token, n = this.parseOperationType();
1506
1509
  this.expectToken(a.COLON);
1507
1510
  const i = this.parseNamedType();
1508
- return this.node(e, {
1511
+ return this.node(t, {
1509
1512
  kind: c.OPERATION_TYPE_DEFINITION,
1510
1513
  operation: n,
1511
1514
  type: i
@@ -1515,10 +1518,10 @@ class nt {
1515
1518
  * ScalarTypeDefinition : Description? scalar Name Directives[Const]?
1516
1519
  */
1517
1520
  parseScalarTypeDefinition() {
1518
- const e = this._lexer.token, n = this.parseDescription();
1521
+ const t = this._lexer.token, n = this.parseDescription();
1519
1522
  this.expectKeyword("scalar");
1520
1523
  const i = this.parseName(), r = this.parseConstDirectives();
1521
- return this.node(e, {
1524
+ return this.node(t, {
1522
1525
  kind: c.SCALAR_TYPE_DEFINITION,
1523
1526
  description: n,
1524
1527
  name: i,
@@ -1531,10 +1534,10 @@ class nt {
1531
1534
  * type Name ImplementsInterfaces? Directives[Const]? FieldsDefinition?
1532
1535
  */
1533
1536
  parseObjectTypeDefinition() {
1534
- const e = this._lexer.token, n = this.parseDescription();
1537
+ const t = this._lexer.token, n = this.parseDescription();
1535
1538
  this.expectKeyword("type");
1536
1539
  const i = this.parseName(), r = this.parseImplementsInterfaces(), s = this.parseConstDirectives(), o = this.parseFieldsDefinition();
1537
- return this.node(e, {
1540
+ return this.node(t, {
1538
1541
  kind: c.OBJECT_TYPE_DEFINITION,
1539
1542
  description: n,
1540
1543
  name: i,
@@ -1568,10 +1571,10 @@ class nt {
1568
1571
  * - Description? Name ArgumentsDefinition? : Type Directives[Const]?
1569
1572
  */
1570
1573
  parseFieldDefinition() {
1571
- const e = this._lexer.token, n = this.parseDescription(), i = this.parseName(), r = this.parseArgumentDefs();
1574
+ const t = this._lexer.token, n = this.parseDescription(), i = this.parseName(), r = this.parseArgumentDefs();
1572
1575
  this.expectToken(a.COLON);
1573
1576
  const s = this.parseTypeReference(), o = this.parseConstDirectives();
1574
- return this.node(e, {
1577
+ return this.node(t, {
1575
1578
  kind: c.FIELD_DEFINITION,
1576
1579
  description: n,
1577
1580
  name: i,
@@ -1595,13 +1598,13 @@ class nt {
1595
1598
  * - Description? Name : Type DefaultValue? Directives[Const]?
1596
1599
  */
1597
1600
  parseInputValueDef() {
1598
- const e = this._lexer.token, n = this.parseDescription(), i = this.parseName();
1601
+ const t = this._lexer.token, n = this.parseDescription(), i = this.parseName();
1599
1602
  this.expectToken(a.COLON);
1600
1603
  const r = this.parseTypeReference();
1601
1604
  let s;
1602
1605
  this.expectOptionalToken(a.EQUALS) && (s = this.parseConstValueLiteral());
1603
1606
  const o = this.parseConstDirectives();
1604
- return this.node(e, {
1607
+ return this.node(t, {
1605
1608
  kind: c.INPUT_VALUE_DEFINITION,
1606
1609
  description: n,
1607
1610
  name: i,
@@ -1615,10 +1618,10 @@ class nt {
1615
1618
  * - Description? interface Name Directives[Const]? FieldsDefinition?
1616
1619
  */
1617
1620
  parseInterfaceTypeDefinition() {
1618
- const e = this._lexer.token, n = this.parseDescription();
1621
+ const t = this._lexer.token, n = this.parseDescription();
1619
1622
  this.expectKeyword("interface");
1620
1623
  const i = this.parseName(), r = this.parseImplementsInterfaces(), s = this.parseConstDirectives(), o = this.parseFieldsDefinition();
1621
- return this.node(e, {
1624
+ return this.node(t, {
1622
1625
  kind: c.INTERFACE_TYPE_DEFINITION,
1623
1626
  description: n,
1624
1627
  name: i,
@@ -1632,10 +1635,10 @@ class nt {
1632
1635
  * - Description? union Name Directives[Const]? UnionMemberTypes?
1633
1636
  */
1634
1637
  parseUnionTypeDefinition() {
1635
- const e = this._lexer.token, n = this.parseDescription();
1638
+ const t = this._lexer.token, n = this.parseDescription();
1636
1639
  this.expectKeyword("union");
1637
1640
  const i = this.parseName(), r = this.parseConstDirectives(), s = this.parseUnionMemberTypes();
1638
- return this.node(e, {
1641
+ return this.node(t, {
1639
1642
  kind: c.UNION_TYPE_DEFINITION,
1640
1643
  description: n,
1641
1644
  name: i,
@@ -1656,10 +1659,10 @@ class nt {
1656
1659
  * - Description? enum Name Directives[Const]? EnumValuesDefinition?
1657
1660
  */
1658
1661
  parseEnumTypeDefinition() {
1659
- const e = this._lexer.token, n = this.parseDescription();
1662
+ const t = this._lexer.token, n = this.parseDescription();
1660
1663
  this.expectKeyword("enum");
1661
1664
  const i = this.parseName(), r = this.parseConstDirectives(), s = this.parseEnumValuesDefinition();
1662
- return this.node(e, {
1665
+ return this.node(t, {
1663
1666
  kind: c.ENUM_TYPE_DEFINITION,
1664
1667
  description: n,
1665
1668
  name: i,
@@ -1683,8 +1686,8 @@ class nt {
1683
1686
  * EnumValueDefinition : Description? EnumValue Directives[Const]?
1684
1687
  */
1685
1688
  parseEnumValueDefinition() {
1686
- const e = this._lexer.token, n = this.parseDescription(), i = this.parseEnumValueName(), r = this.parseConstDirectives();
1687
- return this.node(e, {
1689
+ const t = this._lexer.token, n = this.parseDescription(), i = this.parseEnumValueName(), r = this.parseConstDirectives();
1690
+ return this.node(t, {
1688
1691
  kind: c.ENUM_VALUE_DEFINITION,
1689
1692
  description: n,
1690
1693
  name: i,
@@ -1699,7 +1702,7 @@ class nt {
1699
1702
  throw I(
1700
1703
  this._lexer.source,
1701
1704
  this._lexer.token.start,
1702
- `${_(
1705
+ `${C(
1703
1706
  this._lexer.token
1704
1707
  )} is reserved and cannot be used for an enum value.`
1705
1708
  );
@@ -1710,10 +1713,10 @@ class nt {
1710
1713
  * - Description? input Name Directives[Const]? InputFieldsDefinition?
1711
1714
  */
1712
1715
  parseInputObjectTypeDefinition() {
1713
- const e = this._lexer.token, n = this.parseDescription();
1716
+ const t = this._lexer.token, n = this.parseDescription();
1714
1717
  this.expectKeyword("input");
1715
1718
  const i = this.parseName(), r = this.parseConstDirectives(), s = this.parseInputFieldsDefinition();
1716
- return this.node(e, {
1719
+ return this.node(t, {
1717
1720
  kind: c.INPUT_OBJECT_TYPE_DEFINITION,
1718
1721
  description: n,
1719
1722
  name: i,
@@ -1747,9 +1750,9 @@ class nt {
1747
1750
  * - InputObjectTypeDefinition
1748
1751
  */
1749
1752
  parseTypeSystemExtension() {
1750
- const e = this._lexer.lookahead();
1751
- if (e.kind === a.NAME)
1752
- switch (e.value) {
1753
+ const t = this._lexer.lookahead();
1754
+ if (t.kind === a.NAME)
1755
+ switch (t.value) {
1753
1756
  case "schema":
1754
1757
  return this.parseSchemaExtension();
1755
1758
  case "scalar":
@@ -1765,7 +1768,7 @@ class nt {
1765
1768
  case "input":
1766
1769
  return this.parseInputObjectTypeExtension();
1767
1770
  }
1768
- throw this.unexpected(e);
1771
+ throw this.unexpected(t);
1769
1772
  }
1770
1773
  /**
1771
1774
  * ```
@@ -1775,7 +1778,7 @@ class nt {
1775
1778
  * ```
1776
1779
  */
1777
1780
  parseSchemaExtension() {
1778
- const e = this._lexer.token;
1781
+ const t = this._lexer.token;
1779
1782
  this.expectKeyword("extend"), this.expectKeyword("schema");
1780
1783
  const n = this.parseConstDirectives(), i = this.optionalMany(
1781
1784
  a.BRACE_L,
@@ -1784,7 +1787,7 @@ class nt {
1784
1787
  );
1785
1788
  if (n.length === 0 && i.length === 0)
1786
1789
  throw this.unexpected();
1787
- return this.node(e, {
1790
+ return this.node(t, {
1788
1791
  kind: c.SCHEMA_EXTENSION,
1789
1792
  directives: n,
1790
1793
  operationTypes: i
@@ -1795,12 +1798,12 @@ class nt {
1795
1798
  * - extend scalar Name Directives[Const]
1796
1799
  */
1797
1800
  parseScalarTypeExtension() {
1798
- const e = this._lexer.token;
1801
+ const t = this._lexer.token;
1799
1802
  this.expectKeyword("extend"), this.expectKeyword("scalar");
1800
1803
  const n = this.parseName(), i = this.parseConstDirectives();
1801
1804
  if (i.length === 0)
1802
1805
  throw this.unexpected();
1803
- return this.node(e, {
1806
+ return this.node(t, {
1804
1807
  kind: c.SCALAR_TYPE_EXTENSION,
1805
1808
  name: n,
1806
1809
  directives: i
@@ -1813,12 +1816,12 @@ class nt {
1813
1816
  * - extend type Name ImplementsInterfaces
1814
1817
  */
1815
1818
  parseObjectTypeExtension() {
1816
- const e = this._lexer.token;
1819
+ const t = this._lexer.token;
1817
1820
  this.expectKeyword("extend"), this.expectKeyword("type");
1818
1821
  const n = this.parseName(), i = this.parseImplementsInterfaces(), r = this.parseConstDirectives(), s = this.parseFieldsDefinition();
1819
1822
  if (i.length === 0 && r.length === 0 && s.length === 0)
1820
1823
  throw this.unexpected();
1821
- return this.node(e, {
1824
+ return this.node(t, {
1822
1825
  kind: c.OBJECT_TYPE_EXTENSION,
1823
1826
  name: n,
1824
1827
  interfaces: i,
@@ -1833,12 +1836,12 @@ class nt {
1833
1836
  * - extend interface Name ImplementsInterfaces
1834
1837
  */
1835
1838
  parseInterfaceTypeExtension() {
1836
- const e = this._lexer.token;
1839
+ const t = this._lexer.token;
1837
1840
  this.expectKeyword("extend"), this.expectKeyword("interface");
1838
1841
  const n = this.parseName(), i = this.parseImplementsInterfaces(), r = this.parseConstDirectives(), s = this.parseFieldsDefinition();
1839
1842
  if (i.length === 0 && r.length === 0 && s.length === 0)
1840
1843
  throw this.unexpected();
1841
- return this.node(e, {
1844
+ return this.node(t, {
1842
1845
  kind: c.INTERFACE_TYPE_EXTENSION,
1843
1846
  name: n,
1844
1847
  interfaces: i,
@@ -1852,12 +1855,12 @@ class nt {
1852
1855
  * - extend union Name Directives[Const]
1853
1856
  */
1854
1857
  parseUnionTypeExtension() {
1855
- const e = this._lexer.token;
1858
+ const t = this._lexer.token;
1856
1859
  this.expectKeyword("extend"), this.expectKeyword("union");
1857
1860
  const n = this.parseName(), i = this.parseConstDirectives(), r = this.parseUnionMemberTypes();
1858
1861
  if (i.length === 0 && r.length === 0)
1859
1862
  throw this.unexpected();
1860
- return this.node(e, {
1863
+ return this.node(t, {
1861
1864
  kind: c.UNION_TYPE_EXTENSION,
1862
1865
  name: n,
1863
1866
  directives: i,
@@ -1870,12 +1873,12 @@ class nt {
1870
1873
  * - extend enum Name Directives[Const]
1871
1874
  */
1872
1875
  parseEnumTypeExtension() {
1873
- const e = this._lexer.token;
1876
+ const t = this._lexer.token;
1874
1877
  this.expectKeyword("extend"), this.expectKeyword("enum");
1875
1878
  const n = this.parseName(), i = this.parseConstDirectives(), r = this.parseEnumValuesDefinition();
1876
1879
  if (i.length === 0 && r.length === 0)
1877
1880
  throw this.unexpected();
1878
- return this.node(e, {
1881
+ return this.node(t, {
1879
1882
  kind: c.ENUM_TYPE_EXTENSION,
1880
1883
  name: n,
1881
1884
  directives: i,
@@ -1888,12 +1891,12 @@ class nt {
1888
1891
  * - extend input Name Directives[Const]
1889
1892
  */
1890
1893
  parseInputObjectTypeExtension() {
1891
- const e = this._lexer.token;
1894
+ const t = this._lexer.token;
1892
1895
  this.expectKeyword("extend"), this.expectKeyword("input");
1893
1896
  const n = this.parseName(), i = this.parseConstDirectives(), r = this.parseInputFieldsDefinition();
1894
1897
  if (i.length === 0 && r.length === 0)
1895
1898
  throw this.unexpected();
1896
- return this.node(e, {
1899
+ return this.node(t, {
1897
1900
  kind: c.INPUT_OBJECT_TYPE_EXTENSION,
1898
1901
  name: n,
1899
1902
  directives: i,
@@ -1907,12 +1910,12 @@ class nt {
1907
1910
  * ```
1908
1911
  */
1909
1912
  parseDirectiveDefinition() {
1910
- const e = this._lexer.token, n = this.parseDescription();
1913
+ const t = this._lexer.token, n = this.parseDescription();
1911
1914
  this.expectKeyword("directive"), this.expectToken(a.AT);
1912
1915
  const i = this.parseName(), r = this.parseArgumentDefs(), s = this.expectOptionalKeyword("repeatable");
1913
1916
  this.expectKeyword("on");
1914
1917
  const o = this.parseDirectiveLocations();
1915
- return this.node(e, {
1918
+ return this.node(t, {
1916
1919
  kind: c.DIRECTIVE_DEFINITION,
1917
1920
  description: n,
1918
1921
  name: i,
@@ -1957,10 +1960,10 @@ class nt {
1957
1960
  * `INPUT_FIELD_DEFINITION`
1958
1961
  */
1959
1962
  parseDirectiveLocation() {
1960
- const e = this._lexer.token, n = this.parseName();
1963
+ const t = this._lexer.token, n = this.parseName();
1961
1964
  if (Object.prototype.hasOwnProperty.call(q, n.value))
1962
1965
  return n;
1963
- throw this.unexpected(e);
1966
+ throw this.unexpected(t);
1964
1967
  }
1965
1968
  // Schema Coordinates
1966
1969
  /**
@@ -1972,27 +1975,27 @@ class nt {
1972
1975
  * - \@ Name ( Name : )
1973
1976
  */
1974
1977
  parseSchemaCoordinate() {
1975
- const e = this._lexer.token, n = this.expectOptionalToken(a.AT), i = this.parseName();
1978
+ const t = this._lexer.token, n = this.expectOptionalToken(a.AT), i = this.parseName();
1976
1979
  let r;
1977
1980
  !n && this.expectOptionalToken(a.DOT) && (r = this.parseName());
1978
1981
  let s;
1979
- return (n || r) && this.expectOptionalToken(a.PAREN_L) && (s = this.parseName(), this.expectToken(a.COLON), this.expectToken(a.PAREN_R)), n ? s ? this.node(e, {
1982
+ return (n || r) && this.expectOptionalToken(a.PAREN_L) && (s = this.parseName(), this.expectToken(a.COLON), this.expectToken(a.PAREN_R)), n ? s ? this.node(t, {
1980
1983
  kind: c.DIRECTIVE_ARGUMENT_COORDINATE,
1981
1984
  name: i,
1982
1985
  argumentName: s
1983
- }) : this.node(e, {
1986
+ }) : this.node(t, {
1984
1987
  kind: c.DIRECTIVE_COORDINATE,
1985
1988
  name: i
1986
- }) : r ? s ? this.node(e, {
1989
+ }) : r ? s ? this.node(t, {
1987
1990
  kind: c.ARGUMENT_COORDINATE,
1988
1991
  name: i,
1989
1992
  fieldName: r,
1990
1993
  argumentName: s
1991
- }) : this.node(e, {
1994
+ }) : this.node(t, {
1992
1995
  kind: c.MEMBER_COORDINATE,
1993
1996
  name: i,
1994
1997
  memberName: r
1995
- }) : this.node(e, {
1998
+ }) : this.node(t, {
1996
1999
  kind: c.TYPE_COORDINATE,
1997
2000
  name: i
1998
2001
  });
@@ -2003,9 +2006,9 @@ class nt {
2003
2006
  * location object, used to identify the place in the source that created a
2004
2007
  * given parsed object.
2005
2008
  */
2006
- node(e, n) {
2007
- return this._options.noLocation !== !0 && (n.loc = new Se(
2008
- e,
2009
+ node(t, n) {
2010
+ return this._options.noLocation !== !0 && (n.loc = new Ce(
2011
+ t,
2009
2012
  this._lexer.lastToken,
2010
2013
  this._lexer.source
2011
2014
  )), n;
@@ -2013,62 +2016,62 @@ class nt {
2013
2016
  /**
2014
2017
  * Determines if the next token is of a given kind
2015
2018
  */
2016
- peek(e) {
2017
- return this._lexer.token.kind === e;
2019
+ peek(t) {
2020
+ return this._lexer.token.kind === t;
2018
2021
  }
2019
2022
  /**
2020
2023
  * If the next token is of the given kind, return that token after advancing the lexer.
2021
2024
  * Otherwise, do not change the parser state and throw an error.
2022
2025
  */
2023
- expectToken(e) {
2026
+ expectToken(t) {
2024
2027
  const n = this._lexer.token;
2025
- if (n.kind === e)
2028
+ if (n.kind === t)
2026
2029
  return this.advanceLexer(), n;
2027
2030
  throw I(
2028
2031
  this._lexer.source,
2029
2032
  n.start,
2030
- `Expected ${Ee(e)}, found ${_(n)}.`
2033
+ `Expected ${Oe(t)}, found ${C(n)}.`
2031
2034
  );
2032
2035
  }
2033
2036
  /**
2034
2037
  * If the next token is of the given kind, return "true" after advancing the lexer.
2035
2038
  * Otherwise, do not change the parser state and return "false".
2036
2039
  */
2037
- expectOptionalToken(e) {
2038
- return this._lexer.token.kind === e ? (this.advanceLexer(), !0) : !1;
2040
+ expectOptionalToken(t) {
2041
+ return this._lexer.token.kind === t ? (this.advanceLexer(), !0) : !1;
2039
2042
  }
2040
2043
  /**
2041
2044
  * If the next token is a given keyword, advance the lexer.
2042
2045
  * Otherwise, do not change the parser state and throw an error.
2043
2046
  */
2044
- expectKeyword(e) {
2047
+ expectKeyword(t) {
2045
2048
  const n = this._lexer.token;
2046
- if (n.kind === a.NAME && n.value === e)
2049
+ if (n.kind === a.NAME && n.value === t)
2047
2050
  this.advanceLexer();
2048
2051
  else
2049
2052
  throw I(
2050
2053
  this._lexer.source,
2051
2054
  n.start,
2052
- `Expected "${e}", found ${_(n)}.`
2055
+ `Expected "${t}", found ${C(n)}.`
2053
2056
  );
2054
2057
  }
2055
2058
  /**
2056
2059
  * If the next token is a given keyword, return "true" after advancing the lexer.
2057
2060
  * Otherwise, do not change the parser state and return "false".
2058
2061
  */
2059
- expectOptionalKeyword(e) {
2062
+ expectOptionalKeyword(t) {
2060
2063
  const n = this._lexer.token;
2061
- return n.kind === a.NAME && n.value === e ? (this.advanceLexer(), !0) : !1;
2064
+ return n.kind === a.NAME && n.value === t ? (this.advanceLexer(), !0) : !1;
2062
2065
  }
2063
2066
  /**
2064
2067
  * Helper function for creating an error when an unexpected lexed token is encountered.
2065
2068
  */
2066
- unexpected(e) {
2067
- const n = e ?? this._lexer.token;
2069
+ unexpected(t) {
2070
+ const n = t ?? this._lexer.token;
2068
2071
  return I(
2069
2072
  this._lexer.source,
2070
2073
  n.start,
2071
- `Unexpected ${_(n)}.`
2074
+ `Unexpected ${C(n)}.`
2072
2075
  );
2073
2076
  }
2074
2077
  /**
@@ -2076,8 +2079,8 @@ class nt {
2076
2079
  * This list begins with a lex token of openKind and ends with a lex token of closeKind.
2077
2080
  * Advances the parser to the next lex token after the closing token.
2078
2081
  */
2079
- any(e, n, i) {
2080
- this.expectToken(e);
2082
+ any(t, n, i) {
2083
+ this.expectToken(t);
2081
2084
  const r = [];
2082
2085
  for (; !this.expectOptionalToken(i); )
2083
2086
  r.push(n.call(this));
@@ -2089,8 +2092,8 @@ class nt {
2089
2092
  * that begins with a lex token of openKind and ends with a lex token of closeKind.
2090
2093
  * Advances the parser to the next lex token after the closing token.
2091
2094
  */
2092
- optionalMany(e, n, i) {
2093
- if (this.expectOptionalToken(e)) {
2095
+ optionalMany(t, n, i) {
2096
+ if (this.expectOptionalToken(t)) {
2094
2097
  const r = [];
2095
2098
  do
2096
2099
  r.push(n.call(this));
@@ -2104,8 +2107,8 @@ class nt {
2104
2107
  * This list begins with a lex token of openKind and ends with a lex token of closeKind.
2105
2108
  * Advances the parser to the next lex token after the closing token.
2106
2109
  */
2107
- many(e, n, i) {
2108
- this.expectToken(e);
2110
+ many(t, n, i) {
2111
+ this.expectToken(t);
2109
2112
  const r = [];
2110
2113
  do
2111
2114
  r.push(n.call(this));
@@ -2117,107 +2120,107 @@ class nt {
2117
2120
  * This list may begin with a lex token of delimiterKind followed by items separated by lex tokens of tokenKind.
2118
2121
  * Advances the parser to the next lex token after last item in the list.
2119
2122
  */
2120
- delimitedMany(e, n) {
2121
- this.expectOptionalToken(e);
2123
+ delimitedMany(t, n) {
2124
+ this.expectOptionalToken(t);
2122
2125
  const i = [];
2123
2126
  do
2124
2127
  i.push(n.call(this));
2125
- while (this.expectOptionalToken(e));
2128
+ while (this.expectOptionalToken(t));
2126
2129
  return i;
2127
2130
  }
2128
2131
  advanceLexer() {
2129
- const { maxTokens: e } = this._options, n = this._lexer.advance();
2130
- if (n.kind !== a.EOF && (++this._tokenCounter, e !== void 0 && this._tokenCounter > e))
2132
+ const { maxTokens: t } = this._options, n = this._lexer.advance();
2133
+ if (n.kind !== a.EOF && (++this._tokenCounter, t !== void 0 && this._tokenCounter > t))
2131
2134
  throw I(
2132
2135
  this._lexer.source,
2133
2136
  n.start,
2134
- `Document contains more that ${e} tokens. Parsing aborted.`
2137
+ `Document contains more that ${t} tokens. Parsing aborted.`
2135
2138
  );
2136
2139
  }
2137
2140
  }
2138
- function _(t) {
2139
- const e = t.value;
2140
- return Ee(t.kind) + (e != null ? ` "${e}"` : "");
2141
+ function C(e) {
2142
+ const t = e.value;
2143
+ return Oe(e.kind) + (t != null ? ` "${t}"` : "");
2141
2144
  }
2142
- function Ee(t) {
2143
- return we(t) ? `"${t}"` : t;
2145
+ function Oe(e) {
2146
+ return Ue(e) ? `"${e}"` : e;
2144
2147
  }
2145
- var L = /* @__PURE__ */ new Map(), G = /* @__PURE__ */ new Map(), ye = !0, $ = !1;
2146
- function ke(t) {
2147
- return t.replace(/[\s,]+/g, " ").trim();
2148
+ var L = /* @__PURE__ */ new Map(), G = /* @__PURE__ */ new Map(), Ae = !0, $ = !1;
2149
+ function Te(e) {
2150
+ return e.replace(/[\s,]+/g, " ").trim();
2148
2151
  }
2149
- function it(t) {
2150
- return ke(t.source.body.substring(t.start, t.end));
2152
+ function at(e) {
2153
+ return Te(e.source.body.substring(e.start, e.end));
2151
2154
  }
2152
- function rt(t) {
2153
- var e = /* @__PURE__ */ new Set(), n = [];
2154
- return t.definitions.forEach(function(i) {
2155
+ function ot(e) {
2156
+ var t = /* @__PURE__ */ new Set(), n = [];
2157
+ return e.definitions.forEach(function(i) {
2155
2158
  if (i.kind === "FragmentDefinition") {
2156
- var r = i.name.value, s = it(i.loc), o = G.get(r);
2157
- o && !o.has(s) ? ye && console.warn("Warning: fragment with name " + r + ` already exists.
2159
+ var r = i.name.value, s = at(i.loc), o = G.get(r);
2160
+ o && !o.has(s) ? Ae && console.warn("Warning: fragment with name " + r + ` already exists.
2158
2161
  graphql-tag enforces all fragment names across your application to be unique; read more about
2159
- this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names`) : o || G.set(r, o = /* @__PURE__ */ new Set()), o.add(s), e.has(s) || (e.add(s), n.push(i));
2162
+ this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names`) : o || G.set(r, o = /* @__PURE__ */ new Set()), o.add(s), t.has(s) || (t.add(s), n.push(i));
2160
2163
  } else
2161
2164
  n.push(i);
2162
- }), w(w({}, t), { definitions: n });
2165
+ }), w(w({}, e), { definitions: n });
2163
2166
  }
2164
- function st(t) {
2165
- var e = new Set(t.definitions);
2166
- e.forEach(function(i) {
2167
+ function ct(e) {
2168
+ var t = new Set(e.definitions);
2169
+ t.forEach(function(i) {
2167
2170
  i.loc && delete i.loc, Object.keys(i).forEach(function(r) {
2168
2171
  var s = i[r];
2169
- s && typeof s == "object" && e.add(s);
2172
+ s && typeof s == "object" && t.add(s);
2170
2173
  });
2171
2174
  });
2172
- var n = t.loc;
2173
- return n && (delete n.startToken, delete n.endToken), t;
2175
+ var n = e.loc;
2176
+ return n && (delete n.startToken, delete n.endToken), e;
2174
2177
  }
2175
- function at(t) {
2176
- var e = ke(t);
2177
- if (!L.has(e)) {
2178
- var n = tt(t, {
2178
+ function dt(e) {
2179
+ var t = Te(e);
2180
+ if (!L.has(t)) {
2181
+ var n = rt(e, {
2179
2182
  experimentalFragmentVariables: $,
2180
2183
  allowLegacyFragmentVariables: $
2181
2184
  });
2182
2185
  if (!n || n.kind !== "Document")
2183
2186
  throw new Error("Not a valid GraphQL document.");
2184
- L.set(e, st(rt(n)));
2187
+ L.set(t, ct(ot(n)));
2185
2188
  }
2186
- return L.get(e);
2189
+ return L.get(t);
2187
2190
  }
2188
- function u(t) {
2189
- for (var e = [], n = 1; n < arguments.length; n++)
2190
- e[n - 1] = arguments[n];
2191
- typeof t == "string" && (t = [t]);
2192
- var i = t[0];
2193
- return e.forEach(function(r, s) {
2194
- r && r.kind === "Document" ? i += r.loc.source.body : i += r, i += t[s + 1];
2195
- }), at(i);
2191
+ function u(e) {
2192
+ for (var t = [], n = 1; n < arguments.length; n++)
2193
+ t[n - 1] = arguments[n];
2194
+ typeof e == "string" && (e = [e]);
2195
+ var i = e[0];
2196
+ return t.forEach(function(r, s) {
2197
+ r && r.kind === "Document" ? i += r.loc.source.body : i += r, i += e[s + 1];
2198
+ }), dt(i);
2196
2199
  }
2197
- function ot() {
2200
+ function ut() {
2198
2201
  L.clear(), G.clear();
2199
2202
  }
2200
- function ct() {
2201
- ye = !1;
2203
+ function lt() {
2204
+ Ae = !1;
2202
2205
  }
2203
- function dt() {
2206
+ function ht() {
2204
2207
  $ = !0;
2205
2208
  }
2206
- function ut() {
2209
+ function pt() {
2207
2210
  $ = !1;
2208
2211
  }
2209
2212
  var b = {
2210
2213
  gql: u,
2211
- resetCaches: ot,
2212
- disableFragmentWarnings: ct,
2213
- enableExperimentalFragmentVariables: dt,
2214
- disableExperimentalFragmentVariables: ut
2214
+ resetCaches: ut,
2215
+ disableFragmentWarnings: lt,
2216
+ enableExperimentalFragmentVariables: ht,
2217
+ disableExperimentalFragmentVariables: pt
2215
2218
  };
2216
- (function(t) {
2217
- t.gql = b.gql, t.resetCaches = b.resetCaches, t.disableFragmentWarnings = b.disableFragmentWarnings, t.enableExperimentalFragmentVariables = b.enableExperimentalFragmentVariables, t.disableExperimentalFragmentVariables = b.disableExperimentalFragmentVariables;
2219
+ (function(e) {
2220
+ e.gql = b.gql, e.resetCaches = b.resetCaches, e.disableFragmentWarnings = b.disableFragmentWarnings, e.enableExperimentalFragmentVariables = b.enableExperimentalFragmentVariables, e.disableExperimentalFragmentVariables = b.disableExperimentalFragmentVariables;
2218
2221
  })(u || (u = {}));
2219
2222
  u.default = u;
2220
- const lt = u`
2223
+ const gt = u`
2221
2224
  query findActiveOrderById($id: String) {
2222
2225
  findOrder(id: $id) {
2223
2226
  id
@@ -2304,7 +2307,7 @@ const lt = u`
2304
2307
  }
2305
2308
  }
2306
2309
  }
2307
- `, pt = u`
2310
+ `, mt = u`
2308
2311
  query findOrderById($id: String, $reference: String) {
2309
2312
  findOrder(id: $id, reference: $reference) {
2310
2313
  id
@@ -2348,7 +2351,7 @@ const lt = u`
2348
2351
  downloadCode
2349
2352
  }
2350
2353
  }
2351
- `, ht = u`
2354
+ `, ft = u`
2352
2355
  mutation addToOrder($orderId: ID!, $productId: ID!, $shopId: ID, $additionalData: AdditionalDataInput, $trackerId: ID, $amount: Int) {
2353
2356
  reserveProduct(
2354
2357
  input: {orderId: $orderId, productId: $productId, additionalData: $additionalData, trackerId: $trackerId, shopId: $shopId, amountToIncrease: $amount}
@@ -2358,7 +2361,7 @@ const lt = u`
2358
2361
  amountReserved
2359
2362
  }
2360
2363
  }
2361
- `, gt = u`
2364
+ `, It = u`
2362
2365
  mutation removeFromOrder($orderId: ID!, $productId: ID!, $additionalData: AdditionalDataInput, $amount: Int) {
2363
2366
  releaseProduct(
2364
2367
  input: {orderId: $orderId, productId: $productId, additionalData: $additionalData, amountToRelease: $amount}
@@ -2367,7 +2370,7 @@ const lt = u`
2367
2370
  amountReleased
2368
2371
  }
2369
2372
  }
2370
- `, mt = u`
2373
+ `, Et = u`
2371
2374
  mutation configurePackage($orderId: ID!, $packageId: ID!, $amount: Int!, $items: [ReservedItem!]!, $shopId: ID, $trackerId: ID) {
2372
2375
  configurePackage(
2373
2376
  input: {orderId: $orderId, shopId: $shopId, trackerId: $trackerId, packageId: $packageId, amount: $amount, items: $items}
@@ -2377,7 +2380,7 @@ const lt = u`
2377
2380
  amountReserved
2378
2381
  }
2379
2382
  }
2380
- `, ft = u`
2383
+ `, yt = u`
2381
2384
  mutation reserveAdditionalPackageItem($amount: Int!, $orderId: ID!, $packageId: ID!, $eventId: ID!, $packageItemId: ID!) {
2382
2385
  reserveAdditionalPackageItem(
2383
2386
  input: {amount: $amount, eventId: $eventId, orderId: $orderId, packageId: $packageId, packageItemId: $packageItemId}
@@ -2387,69 +2390,69 @@ const lt = u`
2387
2390
  amountReserved
2388
2391
  }
2389
2392
  }
2390
- `, It = u`
2393
+ `, kt = u`
2391
2394
  mutation configureOrderDeliveryOption($orderId: ID!, $productId: ID) {
2392
2395
  configureDeliveryOption(input: {orderId: $orderId, productId: $productId})
2393
2396
  }
2394
- `, Et = u`
2397
+ `, Ot = u`
2395
2398
  mutation createOrderCustomer($orderId: ID!, $countryCode: String, $customer: CreateCustomerInput!) {
2396
2399
  createOrderCustomer(
2397
2400
  input: {id: $orderId, countryCode: $countryCode, customer: $customer}
2398
2401
  )
2399
2402
  }
2400
- `, yt = u`
2403
+ `, At = u`
2401
2404
  mutation deleteOrder($orderId: ID!) {
2402
2405
  cancelOrder(id: $orderId)
2403
2406
  }
2404
- `, kt = (t, e, n, i) => t();
2405
- function Ot(t, e = kt) {
2407
+ `, Tt = (e, t, n, i) => e();
2408
+ function Nt(e, t = Tt) {
2406
2409
  return {
2407
2410
  findActiveOrderById(n, i, r) {
2408
- return e((s) => t.request({ document: lt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findActiveOrderById", "query", n);
2411
+ return t((s) => e.request({ document: gt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findActiveOrderById", "query", n);
2409
2412
  },
2410
2413
  findOrderById(n, i, r) {
2411
- return e((s) => t.request({ document: pt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findOrderById", "query", n);
2414
+ return t((s) => e.request({ document: mt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findOrderById", "query", n);
2412
2415
  },
2413
2416
  addToOrder(n, i, r) {
2414
- return e((s) => t.request({ document: ht, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "addToOrder", "mutation", n);
2417
+ return t((s) => e.request({ document: ft, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "addToOrder", "mutation", n);
2415
2418
  },
2416
2419
  removeFromOrder(n, i, r) {
2417
- return e((s) => t.request({ document: gt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "removeFromOrder", "mutation", n);
2420
+ return t((s) => e.request({ document: It, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "removeFromOrder", "mutation", n);
2418
2421
  },
2419
2422
  configurePackage(n, i, r) {
2420
- return e((s) => t.request({ document: mt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "configurePackage", "mutation", n);
2423
+ return t((s) => e.request({ document: Et, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "configurePackage", "mutation", n);
2421
2424
  },
2422
2425
  reserveAdditionalPackageItem(n, i, r) {
2423
- return e((s) => t.request({ document: ft, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "reserveAdditionalPackageItem", "mutation", n);
2426
+ return t((s) => e.request({ document: yt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "reserveAdditionalPackageItem", "mutation", n);
2424
2427
  },
2425
2428
  configureOrderDeliveryOption(n, i, r) {
2426
- return e((s) => t.request({ document: It, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "configureOrderDeliveryOption", "mutation", n);
2429
+ return t((s) => e.request({ document: kt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "configureOrderDeliveryOption", "mutation", n);
2427
2430
  },
2428
2431
  createOrderCustomer(n, i, r) {
2429
- return e((s) => t.request({ document: Et, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "createOrderCustomer", "mutation", n);
2432
+ return t((s) => e.request({ document: Ot, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "createOrderCustomer", "mutation", n);
2430
2433
  },
2431
2434
  deleteOrder(n, i, r) {
2432
- return e((s) => t.request({ document: yt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "deleteOrder", "mutation", n);
2435
+ return t((s) => e.request({ document: At, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "deleteOrder", "mutation", n);
2433
2436
  }
2434
2437
  };
2435
2438
  }
2436
- class At {
2439
+ class Dt {
2437
2440
  config;
2438
2441
  sdk;
2439
- constructor(e) {
2440
- this.config = e, this.sdk = Ot(new N(e.apiUrl));
2442
+ constructor(t) {
2443
+ this.config = t, this.sdk = Nt(new T(t.apiUrl));
2441
2444
  }
2442
2445
  // Basket update functions
2443
- async addProduct(e, n, i) {
2446
+ async addProduct(t, n, i) {
2444
2447
  try {
2445
2448
  return this.debugLog("Adding product", {
2446
2449
  productId: n.id,
2447
- orderId: e,
2450
+ orderId: t,
2448
2451
  amount: n.amount,
2449
2452
  seat: n.seat
2450
2453
  }), (await this.sdk.addToOrder({
2451
2454
  productId: n.id,
2452
- orderId: e,
2455
+ orderId: t,
2453
2456
  additionalData: n.seat ? {
2454
2457
  seat: {
2455
2458
  seatId: n.seat.id,
@@ -2465,15 +2468,15 @@ class At {
2465
2468
  throw this.debugLog("Error adding product", r), this.handleError(r), r;
2466
2469
  }
2467
2470
  }
2468
- async removeProduct(e, n) {
2471
+ async removeProduct(t, n) {
2469
2472
  try {
2470
2473
  return this.debugLog("Removing product", {
2471
2474
  productId: n.id,
2472
- orderId: e,
2475
+ orderId: t,
2473
2476
  amount: n.amount
2474
2477
  }), (await this.sdk.removeFromOrder({
2475
2478
  productId: n.id,
2476
- orderId: e,
2479
+ orderId: t,
2477
2480
  additionalData: n.seat ? {
2478
2481
  seat: {
2479
2482
  seatId: n.seat.id,
@@ -2486,7 +2489,7 @@ class At {
2486
2489
  throw this.debugLog("Error removing product", i), this.handleError(i), i;
2487
2490
  }
2488
2491
  }
2489
- async configurePackage(e, n, i) {
2492
+ async configurePackage(t, n, i) {
2490
2493
  try {
2491
2494
  const r = n.items.map((o) => ({
2492
2495
  packageItemId: o.packageItemId,
@@ -2494,7 +2497,7 @@ class At {
2494
2497
  }));
2495
2498
  this.debugLog("Configuring package", {
2496
2499
  packageId: n.id,
2497
- orderId: e,
2500
+ orderId: t,
2498
2501
  amount: n.amount,
2499
2502
  items: r,
2500
2503
  shopId: i
@@ -2503,7 +2506,7 @@ class At {
2503
2506
  trackerId: this.config.trackerId,
2504
2507
  shopId: i,
2505
2508
  packageId: n.id,
2506
- orderId: e,
2509
+ orderId: t,
2507
2510
  amount: n.amount,
2508
2511
  items: r
2509
2512
  });
@@ -2512,11 +2515,11 @@ class At {
2512
2515
  throw this.debugLog("Error configuring package", r), this.handleError(r), r;
2513
2516
  }
2514
2517
  }
2515
- async configureCustomer(e, n) {
2516
- this.debugLog("Creating/replacing customer", { orderId: e, email: n.email });
2518
+ async configureCustomer(t, n) {
2519
+ this.debugLog("Creating/replacing customer", { orderId: t, email: n.email });
2517
2520
  try {
2518
2521
  const i = await this.sdk.createOrderCustomer({
2519
- orderId: e,
2522
+ orderId: t,
2520
2523
  customer: n
2521
2524
  });
2522
2525
  this.debugLog("Customer set successfully", i);
@@ -2524,17 +2527,17 @@ class At {
2524
2527
  throw this.debugLog("Failed to set customer", i), new Error(`Failed to set customer: ${i.message}`);
2525
2528
  }
2526
2529
  }
2527
- async reserveAdditionalPackageItem(e, n) {
2530
+ async reserveAdditionalPackageItem(t, n) {
2528
2531
  try {
2529
2532
  this.debugLog("reserve additional packageItem", {
2530
- orderId: e,
2533
+ orderId: t,
2531
2534
  eventId: n.eventId,
2532
2535
  amount: n.amount,
2533
2536
  packageId: n.packageId,
2534
2537
  packageItemId: n.packageItemId
2535
2538
  });
2536
2539
  const i = await this.sdk.reserveAdditionalPackageItem({
2537
- orderId: e,
2540
+ orderId: t,
2538
2541
  eventId: n.eventId,
2539
2542
  amount: n.amount,
2540
2543
  packageId: n.packageId,
@@ -2546,12 +2549,12 @@ class At {
2546
2549
  }
2547
2550
  }
2548
2551
  // Cancel and clear order functions
2549
- async cancelOrder(e) {
2550
- e && (this.debugLog("Cancelling order", { orderId: e }), await this.sdk.deleteOrder({ orderId: e }), this.debugLog("Order cancelled successfully"));
2552
+ async cancelOrder(t) {
2553
+ t && (this.debugLog("Cancelling order", { orderId: t }), await this.sdk.deleteOrder({ orderId: t }), this.debugLog("Order cancelled successfully"));
2551
2554
  }
2552
- async findOrder(e, n) {
2555
+ async findOrder(t, n) {
2553
2556
  try {
2554
- const i = await this.sdk.findOrderById({ id: e, reference: n });
2557
+ const i = await this.sdk.findOrderById({ id: t, reference: n });
2555
2558
  return i.findOrder ? {
2556
2559
  id: i.findOrder.id,
2557
2560
  reference: i.findOrder.reference,
@@ -2576,17 +2579,17 @@ class At {
2576
2579
  return this.debugLog("Error finding order", i), this.handleError(i), null;
2577
2580
  }
2578
2581
  }
2579
- async findActiveOrder(e) {
2580
- this.debugLog("Fetching order from server", { orderId: e });
2582
+ async findActiveOrder(t) {
2583
+ this.debugLog("Fetching order from server", { orderId: t });
2581
2584
  try {
2582
- const n = await this.sdk.findActiveOrderById({ id: e });
2585
+ const n = await this.sdk.findActiveOrderById({ id: t });
2583
2586
  if (!n?.findOrder)
2584
2587
  return null;
2585
2588
  const i = n.findOrder;
2586
2589
  this.debugLog("Order fetched successfully", i);
2587
2590
  const r = i.items, s = r.filter((d) => d.product != null && d.amount > 0).map((d) => {
2588
- let m = T.PRODUCT;
2589
- return d.product.type === "PROMOTER" ? m = T.ADD_ONS : d.product.type === "PICKUP" ? m = T.PICKUP : d.product.type === "DELIVERY" && (m = T.DELIVERY), {
2591
+ let m = N.PRODUCT;
2592
+ return d.product.type === "PROMOTER" ? m = N.ADD_ONS : d.product.type === "PICKUP" ? m = N.PICKUP : d.product.type === "DELIVERY" && (m = N.DELIVERY), {
2590
2593
  id: d.product.id,
2591
2594
  type: m,
2592
2595
  name: d.product.name,
@@ -2605,41 +2608,41 @@ class At {
2605
2608
  }), o = r.filter((d) => d.packageItem != null && d.amount > 0).reduce((d, m) => {
2606
2609
  const {
2607
2610
  packageItem: y,
2608
- event: h,
2611
+ event: p,
2609
2612
  amount: O,
2610
- price: C,
2613
+ price: _,
2611
2614
  serviceFee: Y,
2612
2615
  depositPrice: H,
2613
2616
  originalPrice: J
2614
2617
  } = m, A = y.package.id;
2615
- d[A] ? (d[A].price += C ?? 0, d[A].serviceFee += Y ?? 0, d[A].originalPrice += J ?? 0, d[A].depositPrice += H ?? C ?? 0) : d[A] = {
2618
+ d[A] ? (d[A].price += _ ?? 0, d[A].serviceFee += Y ?? 0, d[A].originalPrice += J ?? 0, d[A].depositPrice += H ?? _ ?? 0) : d[A] = {
2616
2619
  id: A,
2617
- type: T.PACKAGE,
2620
+ type: N.PACKAGE,
2618
2621
  name: y.package.name,
2619
2622
  amount: O,
2620
- price: C ?? 0,
2623
+ price: _ ?? 0,
2621
2624
  serviceFee: Y ?? 0,
2622
- depositPrice: H ?? C ?? 0,
2625
+ depositPrice: H ?? _ ?? 0,
2623
2626
  originalPrice: J ?? 0,
2624
2627
  packageItems: []
2625
2628
  };
2626
- const Oe = k.fromISO(h.startAt, {
2627
- zone: h.timezone
2628
- }), Ae = k.fromISO(h.endAt, {
2629
- zone: h.timezone
2629
+ const Ne = k.fromISO(p.startAt, {
2630
+ zone: p.timezone
2631
+ }), De = k.fromISO(p.endAt, {
2632
+ zone: p.timezone
2630
2633
  });
2631
2634
  return d[A].packageItems.push({
2632
2635
  packageItemId: y.id,
2633
- eventId: h.id,
2634
- name: h.name,
2635
- startAt: Oe.toJSDate().toISOString(),
2636
- endAt: Ae.toJSDate().toISOString()
2636
+ eventId: p.id,
2637
+ name: p.name,
2638
+ startAt: Ne.toJSDate().toISOString(),
2639
+ endAt: De.toJSDate().toISOString()
2637
2640
  }), d;
2638
2641
  }, {}), l = [
2639
2642
  ...s,
2640
2643
  ...Object.values(o)
2641
- ], p = l.reduce((d, m) => d + (m.amount || 0), 0);
2642
- if (p === 0)
2644
+ ], h = l.reduce((d, m) => d + (m.amount || 0), 0);
2645
+ if (h === 0)
2643
2646
  return null;
2644
2647
  const E = r.filter((d) => d.amount > 0).map((d) => new Date(d.expiredAt).getTime()), g = k.fromMillis(Math.min(...E));
2645
2648
  return {
@@ -2656,18 +2659,18 @@ class At {
2656
2659
  residence: i.mainBooker.residence,
2657
2660
  extraInfo: i.mainBooker.extraInfo
2658
2661
  } : null,
2659
- count: p,
2662
+ count: h,
2660
2663
  orderProtection: !1
2661
2664
  };
2662
2665
  } catch (n) {
2663
2666
  throw this.debugLog("Error fetching order", n), n;
2664
2667
  }
2665
2668
  }
2666
- debugLog(e, n) {
2667
- this.config.debug && console.log(`[BasketService] ${e}`, n || "");
2669
+ debugLog(t, n) {
2670
+ this.config.debug && console.log(`[BasketService] ${t}`, n || "");
2668
2671
  }
2669
- handleError(e) {
2670
- const n = e;
2672
+ handleError(t) {
2673
+ const n = t;
2671
2674
  if (n.graphQLErrors && n.graphQLErrors.length > 0) {
2672
2675
  const i = n.graphQLErrors[0];
2673
2676
  i.extensions?.status === "RATE_LIMIT" && console.error("Rate Limit reached"), i.extensions?.status === "SOLD_OUT" && console.error("Product sold out");
@@ -2678,7 +2681,7 @@ class At {
2678
2681
  }
2679
2682
  }
2680
2683
  }
2681
- const Tt = u`
2684
+ const vt = u`
2682
2685
  query EventOverviewPage($organizationId: ID!, $hostingIds: [String!], $locationIds: [String!], $excludedEventIds: [String!], $trackerId: String, $filterEventStatuses: [EventStatus!], $dateRange: DateRangeInput, $page: PageInput, $sorts: [SortInput!], $searchTerm: String, $priceRange: PriceRangeInput) {
2683
2686
  findAllPublicEventByOrganizationId(
2684
2687
  id: $organizationId
@@ -2719,11 +2722,12 @@ const Tt = u`
2719
2722
  infoDescription
2720
2723
  startingPrice
2721
2724
  totalViews
2725
+ seatsIoEventId
2722
2726
  }
2723
2727
  count
2724
2728
  }
2725
2729
  }
2726
- `, Dt = u`
2730
+ `, Pt = u`
2727
2731
  query EventDetailPage($eventId: ID!) {
2728
2732
  findPublicEventById(id: $eventId) {
2729
2733
  id
@@ -2753,9 +2757,10 @@ const Tt = u`
2753
2757
  maxAmountOfTicketsPerOrder
2754
2758
  startingPrice
2755
2759
  totalViews
2760
+ seatsIoEventId
2756
2761
  }
2757
2762
  }
2758
- `, Nt = u`
2763
+ `, bt = u`
2759
2764
  query FindPublicEventBySlug($organizationId: ID!, $slug: String!) {
2760
2765
  findPublicEventBySlug(organizationId: $organizationId, slug: $slug) {
2761
2766
  id
@@ -2785,9 +2790,10 @@ const Tt = u`
2785
2790
  maxAmountOfTicketsPerOrder
2786
2791
  startingPrice
2787
2792
  totalViews
2793
+ seatsIoEventId
2788
2794
  }
2789
2795
  }
2790
- `, vt = u`
2796
+ `, St = u`
2791
2797
  query findProductsByEventId($eventId: ID!, $promoCode: String, $trackerId: String, $productTypes: [ProductType!]) {
2792
2798
  findPublicProductsByEventId(
2793
2799
  eventId: $eventId
@@ -2822,58 +2828,58 @@ const Tt = u`
2822
2828
  showEndSalesAtTag
2823
2829
  }
2824
2830
  }
2825
- `, Pt = (t, e, n, i) => t();
2826
- function bt(t, e = Pt) {
2831
+ `, xt = (e, t, n, i) => e();
2832
+ function _t(e, t = xt) {
2827
2833
  return {
2828
2834
  EventOverviewPage(n, i, r) {
2829
- return e((s) => t.request({ document: Tt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "EventOverviewPage", "query", n);
2835
+ return t((s) => e.request({ document: vt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "EventOverviewPage", "query", n);
2830
2836
  },
2831
2837
  EventDetailPage(n, i, r) {
2832
- return e((s) => t.request({ document: Dt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "EventDetailPage", "query", n);
2838
+ return t((s) => e.request({ document: Pt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "EventDetailPage", "query", n);
2833
2839
  },
2834
2840
  FindPublicEventBySlug(n, i, r) {
2835
- return e((s) => t.request({ document: Nt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "FindPublicEventBySlug", "query", n);
2841
+ return t((s) => e.request({ document: bt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "FindPublicEventBySlug", "query", n);
2836
2842
  },
2837
2843
  findProductsByEventId(n, i, r) {
2838
- return e((s) => t.request({ document: vt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findProductsByEventId", "query", n);
2844
+ return t((s) => e.request({ document: St, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findProductsByEventId", "query", n);
2839
2845
  }
2840
2846
  };
2841
2847
  }
2842
- class St {
2848
+ class Ct {
2843
2849
  config;
2844
2850
  sdk;
2845
- constructor(e) {
2846
- this.config = e, this.sdk = bt(new N(e.apiUrl));
2851
+ constructor(t) {
2852
+ this.config = t, this.sdk = _t(new T(t.apiUrl));
2847
2853
  }
2848
- async getEvents(e, n) {
2854
+ async getEvents(t, n) {
2849
2855
  try {
2850
- e.page && (e.page = {
2851
- index: e.page.index ?? 0,
2852
- size: e.page.size ?? 20
2856
+ t.page && (t.page = {
2857
+ index: t.page.index ?? 0,
2858
+ size: t.page.size ?? 20
2853
2859
  }), this.debugLog("Fetching events with parameters", {
2854
2860
  organizationId: this.config.organizationId ?? n ?? "",
2855
- hostingIds: e.hostingIds,
2856
- filterEventStatuses: e.statuses,
2857
- dateRange: e.dateRange,
2858
- page: e.page,
2859
- sorts: e.sorts,
2861
+ hostingIds: t.hostingIds,
2862
+ filterEventStatuses: t.statuses,
2863
+ dateRange: t.dateRange,
2864
+ page: t.page,
2865
+ sorts: t.sorts,
2860
2866
  trackerId: this.config.trackerId
2861
2867
  });
2862
2868
  const i = await this.sdk.EventOverviewPage({
2863
2869
  organizationId: this.config.organizationId ?? n ?? "",
2864
- hostingIds: e.hostingIds,
2865
- locationIds: e.locationIds,
2866
- excludedEventIds: e.excludedEventIds,
2867
- filterEventStatuses: e.statuses,
2868
- dateRange: e.dateRange && e.dateRange.from && e.dateRange.till ? {
2869
- from: e.dateRange.from.toISO(),
2870
- till: e.dateRange.till.toISO()
2870
+ hostingIds: t.hostingIds,
2871
+ locationIds: t.locationIds,
2872
+ excludedEventIds: t.excludedEventIds,
2873
+ filterEventStatuses: t.statuses,
2874
+ dateRange: t.dateRange && t.dateRange.from && t.dateRange.till ? {
2875
+ from: t.dateRange.from.toISO(),
2876
+ till: t.dateRange.till.toISO()
2871
2877
  } : void 0,
2872
- page: e.page,
2873
- sorts: e.sorts,
2878
+ page: t.page,
2879
+ sorts: t.sorts,
2874
2880
  trackerId: this.config.trackerId,
2875
- searchTerm: e.searchTerm,
2876
- priceRange: e.priceRange
2881
+ searchTerm: t.searchTerm,
2882
+ priceRange: t.priceRange
2877
2883
  });
2878
2884
  if (this.debugLog("Raw GraphQL response", i), i?.findAllPublicEventByOrganizationId?.data) {
2879
2885
  const r = i.findAllPublicEventByOrganizationId.data.map((s) => ({
@@ -2902,7 +2908,8 @@ class St {
2902
2908
  } : void 0,
2903
2909
  infoDescription: s.infoDescription,
2904
2910
  startingPrice: s.startingPrice,
2905
- totalViews: s.totalViews
2911
+ totalViews: s.totalViews,
2912
+ seatsIoEventId: s.seatsIoEventId
2906
2913
  }));
2907
2914
  return this.debugLog("Processed events", { events: r, count: r.length }), [r, i.findAllPublicEventByOrganizationId.count ?? 0];
2908
2915
  } else
@@ -2911,10 +2918,10 @@ class St {
2911
2918
  throw this.debugLog("Error fetching events", i), i;
2912
2919
  }
2913
2920
  }
2914
- async getEvent(e) {
2921
+ async getEvent(t) {
2915
2922
  try {
2916
- this.debugLog("Fetching single event", { eventId: e });
2917
- const n = await this.sdk.EventDetailPage({ eventId: e });
2923
+ this.debugLog("Fetching single event", { eventId: t });
2924
+ const n = await this.sdk.EventDetailPage({ eventId: t });
2918
2925
  if (this.debugLog("Raw GraphQL response", n), n?.findPublicEventById) {
2919
2926
  const i = n.findPublicEventById, r = {
2920
2927
  id: i.id,
@@ -2942,21 +2949,22 @@ class St {
2942
2949
  } : void 0,
2943
2950
  infoDescription: i.infoDescription,
2944
2951
  startingPrice: i.startingPrice,
2945
- totalViews: i.totalViews
2952
+ totalViews: i.totalViews,
2953
+ seatsIoEventId: i.seatsIoEventId
2946
2954
  };
2947
2955
  return this.debugLog("Processed single event", r), r;
2948
2956
  } else {
2949
- this.debugLog("No event found for id", e);
2957
+ this.debugLog("No event found for id", t);
2950
2958
  return;
2951
2959
  }
2952
2960
  } catch (n) {
2953
2961
  throw this.debugLog("Error fetching single event", n), n;
2954
2962
  }
2955
2963
  }
2956
- async getEventBySlug(e, n) {
2964
+ async getEventBySlug(t, n) {
2957
2965
  try {
2958
- this.debugLog("Fetching single event by slug", { organizationId: e, slug: n });
2959
- const i = await this.sdk.FindPublicEventBySlug({ organizationId: e, slug: n });
2966
+ this.debugLog("Fetching single event by slug", { organizationId: t, slug: n });
2967
+ const i = await this.sdk.FindPublicEventBySlug({ organizationId: t, slug: n });
2960
2968
  if (this.debugLog("Raw GraphQL response", i), i?.findPublicEventBySlug) {
2961
2969
  const r = i.findPublicEventBySlug, s = {
2962
2970
  id: r.id,
@@ -2984,27 +2992,28 @@ class St {
2984
2992
  } : void 0,
2985
2993
  infoDescription: r.infoDescription,
2986
2994
  startingPrice: r.startingPrice,
2987
- totalViews: r.totalViews
2995
+ totalViews: r.totalViews,
2996
+ seatsIoEventId: r.seatsIoEventId
2988
2997
  };
2989
2998
  return this.debugLog("Processed single event", s), s;
2990
2999
  } else {
2991
- this.debugLog("No event found for id by slug", { organizationId: e, slug: n });
3000
+ this.debugLog("No event found for id by slug", { organizationId: t, slug: n });
2992
3001
  return;
2993
3002
  }
2994
3003
  } catch (i) {
2995
3004
  throw this.debugLog("Error fetching single event", i), i;
2996
3005
  }
2997
3006
  }
2998
- async getProducts(e, n, i) {
3007
+ async getProducts(t, n, i) {
2999
3008
  try {
3000
3009
  this.debugLog("Fetching products for event", {
3001
- eventId: e,
3010
+ eventId: t,
3002
3011
  promoCode: i,
3003
3012
  trackerId: this.config.trackerId,
3004
3013
  productTypes: n
3005
3014
  });
3006
3015
  const r = await this.sdk.findProductsByEventId({
3007
- eventId: e,
3016
+ eventId: t,
3008
3017
  promoCode: i,
3009
3018
  trackerId: this.config.trackerId,
3010
3019
  productTypes: n
@@ -3016,7 +3025,8 @@ class St {
3016
3025
  category: o.category ? {
3017
3026
  id: o.category.id,
3018
3027
  name: o.category.name,
3019
- description: o.category.description
3028
+ description: o.category.description,
3029
+ order: o.category.order
3020
3030
  } : void 0,
3021
3031
  currency: o.currency,
3022
3032
  depositPrice: o.depositPrice,
@@ -3032,24 +3042,25 @@ class St {
3032
3042
  serviceFee: o.serviceFee,
3033
3043
  showEndSalesAtTag: o.showEndSalesAtTag,
3034
3044
  status: o.status,
3035
- type: o.type
3045
+ type: o.type,
3046
+ seatsCategory: o.seatsCategory
3036
3047
  }));
3037
3048
  return this.debugLog("Products fetched", {
3038
- eventId: e,
3049
+ eventId: t,
3039
3050
  count: s.length,
3040
3051
  types: s.map((o) => o.type)
3041
3052
  }), s;
3042
3053
  }
3043
3054
  return;
3044
3055
  } catch (r) {
3045
- throw this.debugLog("Error fetching products", { eventId: e, error: r }), r;
3056
+ throw this.debugLog("Error fetching products", { eventId: t, error: r }), r;
3046
3057
  }
3047
3058
  }
3048
- debugLog(e, n) {
3049
- this.config.debug && console.log(`[EventService:${this.config.organizationId}] ${e}`, n || "");
3059
+ debugLog(t, n) {
3060
+ this.config.debug && console.log(`[EventService:${this.config.organizationId}] ${t}`, n || "");
3050
3061
  }
3051
3062
  }
3052
- const xt = u`
3063
+ const Lt = u`
3053
3064
  query findPaymentMethods($orderId: ID!, $orderItemId: String, $amountOfTickets: Int, $paymentMethodId: String, $withTicketProtection: Boolean) {
3054
3065
  findPaymentDetails(
3055
3066
  orderId: $orderId
@@ -3079,36 +3090,36 @@ const xt = u`
3079
3090
  protectionFee
3080
3091
  }
3081
3092
  }
3082
- `, Ct = u`
3093
+ `, Rt = u`
3083
3094
  mutation createDigitalPayment($input: CreateDigitalOrderPaymentInput!) {
3084
3095
  createDigitalOrderPayment(input: $input)
3085
3096
  }
3086
- `, _t = (t, e, n, i) => t();
3087
- function Lt(t, e = _t) {
3097
+ `, Ft = (e, t, n, i) => e();
3098
+ function wt(e, t = Ft) {
3088
3099
  return {
3089
3100
  findPaymentMethods(n, i, r) {
3090
- return e((s) => t.request({ document: xt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findPaymentMethods", "query", n);
3101
+ return t((s) => e.request({ document: Lt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findPaymentMethods", "query", n);
3091
3102
  },
3092
3103
  createDigitalPayment(n, i, r) {
3093
- return e((s) => t.request({ document: Ct, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "createDigitalPayment", "mutation", n);
3104
+ return t((s) => e.request({ document: Rt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "createDigitalPayment", "mutation", n);
3094
3105
  }
3095
3106
  };
3096
3107
  }
3097
- class Rt {
3108
+ class $t {
3098
3109
  config;
3099
3110
  sdk;
3100
- constructor(e) {
3101
- this.config = e, this.sdk = Lt(new N(e.apiUrl));
3111
+ constructor(t) {
3112
+ this.config = t, this.sdk = wt(new T(t.apiUrl));
3102
3113
  }
3103
- async getPaymentDetails(e) {
3104
- this.debugLog("Fetching payment methods", e);
3114
+ async getPaymentDetails(t) {
3115
+ this.debugLog("Fetching payment methods", t);
3105
3116
  try {
3106
3117
  const n = await this.sdk.findPaymentMethods({
3107
- orderId: e.orderId,
3108
- orderItemId: e.orderItemId,
3109
- amountOfTickets: e.amountOfTickets,
3110
- paymentMethodId: e.paymentMethodId,
3111
- withTicketProtection: e.withTicketProtection
3118
+ orderId: t.orderId,
3119
+ orderItemId: t.orderItemId,
3120
+ amountOfTickets: t.amountOfTickets,
3121
+ paymentMethodId: t.paymentMethodId,
3122
+ withTicketProtection: t.withTicketProtection
3112
3123
  });
3113
3124
  if (!n?.findPaymentDetails)
3114
3125
  throw this.debugLog("No payment details found"), new Error("No payment details found for this order");
@@ -3145,22 +3156,22 @@ class Rt {
3145
3156
  throw this.debugLog("Error fetching payment methods", n), n;
3146
3157
  }
3147
3158
  }
3148
- async createPayment(e) {
3149
- this.debugLog("Creating payment", e);
3159
+ async createPayment(t) {
3160
+ this.debugLog("Creating payment", t);
3150
3161
  try {
3151
3162
  const n = {
3152
- orderId: e.orderId,
3153
- paymentMethodId: e.paymentMethodId,
3154
- issuerId: e.issuerId,
3155
- redirectUrl: e.redirectUrl,
3163
+ orderId: t.orderId,
3164
+ paymentMethodId: t.paymentMethodId,
3165
+ issuerId: t.issuerId,
3166
+ redirectUrl: t.redirectUrl,
3156
3167
  // For payment links this input in used
3157
- initiatedByUserId: e.initiatedByUserId,
3158
- initiatedByTeamId: e.initiatedByTeamId,
3159
- amountOfTickets: e.amountOfTickets,
3160
- orderItemId: e.orderItemId,
3161
- withTicketProtection: e.withTicketProtection
3168
+ initiatedByUserId: t.initiatedByUserId,
3169
+ initiatedByTeamId: t.initiatedByTeamId,
3170
+ amountOfTickets: t.amountOfTickets,
3171
+ orderItemId: t.orderItemId,
3172
+ withTicketProtection: t.withTicketProtection
3162
3173
  };
3163
- e.customer && (n.customer = e.customer), e.products && (n.products = e.products), e.description && (n.description = e.description), e.reference && (n.reference = e.reference), e.ipAddress && (n.ipAddress = e.ipAddress);
3174
+ 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);
3164
3175
  const i = await this.sdk.createDigitalPayment({
3165
3176
  input: n
3166
3177
  });
@@ -3172,11 +3183,11 @@ class Rt {
3172
3183
  throw this.debugLog("Error creating payment", n), n;
3173
3184
  }
3174
3185
  }
3175
- debugLog(e, n) {
3176
- this.config.debug && console.log(`[PaymentService] ${e}`, n || "");
3186
+ debugLog(t, n) {
3187
+ this.config.debug && console.log(`[PaymentService] ${t}`, n || "");
3177
3188
  }
3178
3189
  }
3179
- const Ft = u`
3190
+ const Bt = u`
3180
3191
  query findAllPublicPackagesByOrganizationId($organizationId: ID!) {
3181
3192
  findAllPublicPackagesByOrganizationId(organizationId: $organizationId) {
3182
3193
  data {
@@ -3201,7 +3212,7 @@ const Ft = u`
3201
3212
  count
3202
3213
  }
3203
3214
  }
3204
- `, wt = u`
3215
+ `, Ut = u`
3205
3216
  query findPublicPackageById($packageId: ID!) {
3206
3217
  findPublicPackageById(id: $packageId) {
3207
3218
  id
@@ -3227,7 +3238,7 @@ const Ft = u`
3227
3238
  }
3228
3239
  }
3229
3240
  }
3230
- `, $t = u`
3241
+ `, Vt = u`
3231
3242
  query findPublicPackageBySlug($organizationId: ID!, $slug: String!) {
3232
3243
  findPublicPackageBySlug(organizationId: $organizationId, slug: $slug) {
3233
3244
  id
@@ -3253,7 +3264,7 @@ const Ft = u`
3253
3264
  }
3254
3265
  }
3255
3266
  }
3256
- `, Bt = u`
3267
+ `, Mt = u`
3257
3268
  query findPublicItemsByPackageId($packageId: ID!, $types: [PackageItemType!], $page: PageInput) {
3258
3269
  findPublicItemsByPackageId(packageId: $packageId, types: $types, page: $page) {
3259
3270
  data {
@@ -3288,43 +3299,43 @@ const Ft = u`
3288
3299
  count
3289
3300
  }
3290
3301
  }
3291
- `, Vt = (t, e, n, i) => t();
3292
- function Ut(t, e = Vt) {
3302
+ `, zt = (e, t, n, i) => e();
3303
+ function qt(e, t = zt) {
3293
3304
  return {
3294
3305
  findAllPublicPackagesByOrganizationId(n, i, r) {
3295
- return e((s) => t.request({ document: Ft, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findAllPublicPackagesByOrganizationId", "query", n);
3306
+ return t((s) => e.request({ document: Bt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findAllPublicPackagesByOrganizationId", "query", n);
3296
3307
  },
3297
3308
  findPublicPackageById(n, i, r) {
3298
- return e((s) => t.request({ document: wt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findPublicPackageById", "query", n);
3309
+ return t((s) => e.request({ document: Ut, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findPublicPackageById", "query", n);
3299
3310
  },
3300
3311
  findPublicPackageBySlug(n, i, r) {
3301
- return e((s) => t.request({ document: $t, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findPublicPackageBySlug", "query", n);
3312
+ return t((s) => e.request({ document: Vt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findPublicPackageBySlug", "query", n);
3302
3313
  },
3303
3314
  findPublicItemsByPackageId(n, i, r) {
3304
- return e((s) => t.request({ document: Bt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findPublicItemsByPackageId", "query", n);
3315
+ return t((s) => e.request({ document: Mt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findPublicItemsByPackageId", "query", n);
3305
3316
  }
3306
3317
  };
3307
3318
  }
3308
- class Mt {
3319
+ class Gt {
3309
3320
  config;
3310
3321
  sdk;
3311
- constructor(e) {
3312
- this.config = e, this.sdk = Ut(new N(e.apiUrl));
3322
+ constructor(t) {
3323
+ this.config = t, this.sdk = qt(new T(t.apiUrl));
3313
3324
  }
3314
- debugLog(e, n) {
3315
- this.config.debug && console.log(`[PackageService] ${e}`, n || "");
3325
+ debugLog(t, n) {
3326
+ this.config.debug && console.log(`[PackageService] ${t}`, n || "");
3316
3327
  }
3317
- async getPackages(e, n) {
3328
+ async getPackages(t, n) {
3318
3329
  try {
3319
3330
  let i;
3320
- e.page && (i = {
3321
- index: e.page.index ?? 0,
3322
- size: e.page.size ?? 20
3331
+ t.page && (i = {
3332
+ index: t.page.index ?? 0,
3333
+ size: t.page.size ?? 20
3323
3334
  }), this.debugLog("Fetching public packages", {
3324
3335
  organizationId: this.config.organizationId ?? n ?? "",
3325
3336
  page: i,
3326
- tab: e.tab,
3327
- statuses: e.statuses
3337
+ tab: t.tab,
3338
+ statuses: t.statuses
3328
3339
  });
3329
3340
  const r = await this.sdk.findAllPublicPackagesByOrganizationId({
3330
3341
  organizationId: this.config.organizationId ?? n ?? ""
@@ -3341,12 +3352,12 @@ class Mt {
3341
3352
  throw this.debugLog("Error fetching public packages", i), i;
3342
3353
  }
3343
3354
  }
3344
- async getPackage(e) {
3355
+ async getPackage(t) {
3345
3356
  try {
3346
3357
  this.debugLog("Fetching public packages", {
3347
- packageId: e
3358
+ packageId: t
3348
3359
  });
3349
- const n = await this.sdk.findPublicPackageById({ packageId: e });
3360
+ const n = await this.sdk.findPublicPackageById({ packageId: t });
3350
3361
  if (n?.findPublicPackageById) {
3351
3362
  const i = n.findPublicPackageById;
3352
3363
  return this.debugLog("Public package fetched"), i;
@@ -3356,13 +3367,13 @@ class Mt {
3356
3367
  throw this.debugLog("Error fetching public packages", n), n;
3357
3368
  }
3358
3369
  }
3359
- async getPackageBySlug(e, n) {
3370
+ async getPackageBySlug(t, n) {
3360
3371
  try {
3361
3372
  this.debugLog("Fetching public packages by slug", {
3362
- organizationId: e,
3373
+ organizationId: t,
3363
3374
  slug: n
3364
3375
  });
3365
- const i = await this.sdk.findPublicPackageBySlug({ organizationId: e, slug: n });
3376
+ const i = await this.sdk.findPublicPackageBySlug({ organizationId: t, slug: n });
3366
3377
  if (i?.findPublicPackageBySlug) {
3367
3378
  const r = i.findPublicPackageBySlug;
3368
3379
  return this.debugLog("Public package fetched"), r;
@@ -3372,11 +3383,11 @@ class Mt {
3372
3383
  throw this.debugLog("Error fetching public packages", i), i;
3373
3384
  }
3374
3385
  }
3375
- async getPackageItems(e, n = [R.Regular, R.AdditionalEvent]) {
3386
+ async getPackageItems(t, n = [R.Regular, R.AdditionalEvent]) {
3376
3387
  try {
3377
- this.debugLog("Fetching public package items", { packageId: e, types: n });
3388
+ this.debugLog("Fetching public package items", { packageId: t, types: n });
3378
3389
  const i = await this.sdk.findPublicItemsByPackageId({
3379
- packageId: e,
3390
+ packageId: t,
3380
3391
  types: n,
3381
3392
  page: { index: 0, size: 100 }
3382
3393
  });
@@ -3393,7 +3404,7 @@ class Mt {
3393
3404
  }
3394
3405
  }
3395
3406
  }
3396
- const zt = u`
3407
+ const jt = u`
3397
3408
  query findAllPublicCategoriesByOrganizationId($organizationId: ID!, $dateRange: DateRangeInput) {
3398
3409
  findAllPublicLocationsByOrganizationId(id: $organizationId) {
3399
3410
  data {
@@ -3413,27 +3424,27 @@ const zt = u`
3413
3424
  count
3414
3425
  }
3415
3426
  }
3416
- `, qt = (t, e, n, i) => t();
3417
- function Gt(t, e = qt) {
3427
+ `, Yt = (e, t, n, i) => e();
3428
+ function Ht(e, t = Yt) {
3418
3429
  return {
3419
3430
  findAllPublicCategoriesByOrganizationId(n, i, r) {
3420
- return e((s) => t.request({ document: zt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findAllPublicCategoriesByOrganizationId", "query", n);
3431
+ return t((s) => e.request({ document: jt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findAllPublicCategoriesByOrganizationId", "query", n);
3421
3432
  }
3422
3433
  };
3423
3434
  }
3424
- class jt {
3435
+ class Jt {
3425
3436
  config;
3426
3437
  sdk;
3427
- constructor(e) {
3428
- this.config = e, this.sdk = Gt(new N(e.apiUrl));
3438
+ constructor(t) {
3439
+ this.config = t, this.sdk = Ht(new T(t.apiUrl));
3429
3440
  }
3430
- debugLog(e, n) {
3431
- this.config.debug && console.log(`[CategoryService] ${e}`, n || "");
3441
+ debugLog(t, n) {
3442
+ this.config.debug && console.log(`[CategoryService] ${t}`, n || "");
3432
3443
  }
3433
- async getCategories(e, n) {
3444
+ async getCategories(t, n) {
3434
3445
  try {
3435
3446
  this.debugLog("Fetching all categories", { organizationId: this.config.organizationId });
3436
- const i = await this.sdk.findAllPublicCategoriesByOrganizationId({ organizationId: this.config.organizationId ?? n ?? "", dateRange: e ?? null });
3447
+ const i = await this.sdk.findAllPublicCategoriesByOrganizationId({ organizationId: this.config.organizationId ?? n ?? "", dateRange: t ?? null });
3437
3448
  if (i?.findAllPublicHostingsByOrganizationId) {
3438
3449
  const r = i.findAllPublicHostingsByOrganizationId, s = i.findAllPublicLocationsByOrganizationId;
3439
3450
  return this.debugLog("Categories fetched", { count: r.count + s.count, dataLength: r.data.length + s.data.length }), [
@@ -3447,46 +3458,46 @@ class jt {
3447
3458
  }
3448
3459
  }
3449
3460
  }
3450
- const Yt = u`
3461
+ const Qt = u`
3451
3462
  mutation CreateShopView($id: ID!, $trackerLinkId: ID) {
3452
3463
  createShopView(id: $id, trackerId: $trackerLinkId)
3453
3464
  }
3454
- `, Ht = u`
3465
+ `, Xt = u`
3455
3466
  mutation CreateEventView($id: ID!, $shopId: ID, $trackerLinkId: ID) {
3456
3467
  createEventView(id: $id, shopId: $shopId, trackerId: $trackerLinkId)
3457
3468
  }
3458
- `, Jt = u`
3469
+ `, Wt = u`
3459
3470
  mutation CreatePackageView($id: ID!, $shopId: ID, $trackerLinkId: ID) {
3460
3471
  createPackageView(id: $id, shopId: $shopId, trackerId: $trackerLinkId)
3461
3472
  }
3462
- `, Qt = (t, e, n, i) => t();
3463
- function Xt(t, e = Qt) {
3473
+ `, Zt = (e, t, n, i) => e();
3474
+ function Kt(e, t = Zt) {
3464
3475
  return {
3465
3476
  CreateShopView(n, i, r) {
3466
- return e((s) => t.request({ document: Yt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "CreateShopView", "mutation", n);
3477
+ return t((s) => e.request({ document: Qt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "CreateShopView", "mutation", n);
3467
3478
  },
3468
3479
  CreateEventView(n, i, r) {
3469
- return e((s) => t.request({ document: Ht, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "CreateEventView", "mutation", n);
3480
+ return t((s) => e.request({ document: Xt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "CreateEventView", "mutation", n);
3470
3481
  },
3471
3482
  CreatePackageView(n, i, r) {
3472
- return e((s) => t.request({ document: Jt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "CreatePackageView", "mutation", n);
3483
+ return t((s) => e.request({ document: Wt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "CreatePackageView", "mutation", n);
3473
3484
  }
3474
3485
  };
3475
3486
  }
3476
- class Wt {
3487
+ class en {
3477
3488
  config;
3478
3489
  sdk;
3479
- constructor(e) {
3480
- this.config = e, this.sdk = Xt(new N(e.apiUrl));
3490
+ constructor(t) {
3491
+ this.config = t, this.sdk = Kt(new T(t.apiUrl));
3481
3492
  }
3482
- createMetric = async (e, n, i) => {
3493
+ createMetric = async (t, n, i) => {
3483
3494
  switch (!n && !i && await this.sdk.CreateShopView({
3484
- id: e,
3495
+ id: t,
3485
3496
  trackerLinkId: this.config.trackerId
3486
3497
  }), i) {
3487
3498
  case F.Event:
3488
3499
  await this.sdk.CreateEventView({
3489
- id: e,
3500
+ id: t,
3490
3501
  shopId: n,
3491
3502
  trackerLinkId: this.config.trackerId
3492
3503
  });
@@ -3494,7 +3505,7 @@ class Wt {
3494
3505
  case F.Package:
3495
3506
  await this.sdk.CreatePackageView(
3496
3507
  {
3497
- id: e,
3508
+ id: t,
3498
3509
  shopId: n,
3499
3510
  trackerLinkId: this.config.trackerId
3500
3511
  }
@@ -3503,7 +3514,7 @@ class Wt {
3503
3514
  }
3504
3515
  };
3505
3516
  }
3506
- const Zt = u`
3517
+ const tn = u`
3507
3518
  query getShopBySlug($slug: String!, $trackerLinkId: String) {
3508
3519
  findShopBySlug(slug: $slug, promoterId: $trackerLinkId) {
3509
3520
  id
@@ -3547,24 +3558,24 @@ const Zt = u`
3547
3558
  blockedLanguages
3548
3559
  }
3549
3560
  }
3550
- `, Kt = (t, e, n, i) => t();
3551
- function en(t, e = Kt) {
3561
+ `, nn = (e, t, n, i) => e();
3562
+ function rn(e, t = nn) {
3552
3563
  return {
3553
3564
  getShopBySlug(n, i, r) {
3554
- return e((s) => t.request({ document: Zt, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "getShopBySlug", "query", n);
3565
+ return t((s) => e.request({ document: tn, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "getShopBySlug", "query", n);
3555
3566
  }
3556
3567
  };
3557
3568
  }
3558
- class tn {
3569
+ class sn {
3559
3570
  config;
3560
3571
  sdk;
3561
- constructor(e) {
3562
- this.config = e, this.sdk = en(new N(e.apiUrl));
3572
+ constructor(t) {
3573
+ this.config = t, this.sdk = rn(new T(t.apiUrl));
3563
3574
  }
3564
- async getShop(e) {
3575
+ async getShop(t) {
3565
3576
  try {
3566
- this.debugLog("Fetching shop", { slug: e });
3567
- const n = await this.sdk.getShopBySlug({ slug: e, trackerLinkId: this.config.trackerId });
3577
+ this.debugLog("Fetching shop", { slug: t });
3578
+ const n = await this.sdk.getShopBySlug({ slug: t, trackerLinkId: this.config.trackerId });
3568
3579
  if (this.debugLog("Raw GraphQL response", n), n?.findShopBySlug) {
3569
3580
  const i = n.findShopBySlug;
3570
3581
  return this.debugLog("Public Shop fetched"), i;
@@ -3574,12 +3585,61 @@ class tn {
3574
3585
  throw this.debugLog("Error fetching single Shop", n), n;
3575
3586
  }
3576
3587
  }
3577
- debugLog(e, n) {
3578
- this.config.debug && console.log(`[ShopService] ${e}`, n || "");
3588
+ debugLog(t, n) {
3589
+ this.config.debug && console.log(`[ShopService] ${t}`, n || "");
3590
+ }
3591
+ }
3592
+ const an = u`
3593
+ query findAllCustomFieldsByOrderId($orderId: String!, $salesLocations: [SalesLocations!]) {
3594
+ findAllCustomFieldsByOrderId(orderId: $orderId, salesLocations: $salesLocations) {
3595
+ id
3596
+ label
3597
+ name
3598
+ type
3599
+ salesLocations
3600
+ typeOptions {
3601
+ key
3602
+ value
3603
+ }
3604
+ defaultValue
3605
+ mandatoryType
3606
+ placeholder
3607
+ required
3608
+ confirm
3609
+ }
3610
+ }
3611
+ `, on = (e, t, n, i) => e();
3612
+ function cn(e, t = on) {
3613
+ return {
3614
+ findAllCustomFieldsByOrderId(n, i, r) {
3615
+ return t((s) => e.request({ document: an, variables: n, requestHeaders: { ...i, ...s }, signal: r }), "findAllCustomFieldsByOrderId", "query", n);
3616
+ }
3617
+ };
3618
+ }
3619
+ class dn {
3620
+ config;
3621
+ sdk;
3622
+ constructor(t) {
3623
+ this.config = t, this.sdk = cn(new T(t.apiUrl));
3624
+ }
3625
+ async findByOrderId(t, n) {
3626
+ try {
3627
+ this.debugLog("Fetching custom fields for order", { orderId: t, salesLocations: n });
3628
+ const i = await this.sdk.findAllCustomFieldsByOrderId({
3629
+ orderId: t,
3630
+ salesLocations: n || null
3631
+ });
3632
+ return this.debugLog("Custom fields fetched successfully", i.findAllCustomFieldsByOrderId), i.findAllCustomFieldsByOrderId;
3633
+ } catch (i) {
3634
+ throw this.debugLog("Error fetching custom fields for order", i), i;
3635
+ }
3636
+ }
3637
+ debugLog(t, n) {
3638
+ this.config.debug && console.log(`[CustomFieldService] ${t}`, n || "");
3579
3639
  }
3580
3640
  }
3581
- const nn = "https://api.ticketapp.com/graphql";
3582
- class an {
3641
+ const un = "https://api.ticketapp.com/graphql";
3642
+ class pn {
3583
3643
  basket;
3584
3644
  event;
3585
3645
  payment;
@@ -3587,15 +3647,18 @@ class an {
3587
3647
  category;
3588
3648
  metric;
3589
3649
  shop;
3650
+ customField;
3590
3651
  // Attach selected public types to the SDK class
3591
- static Types = Te;
3592
- constructor(e) {
3593
- const { organizationId: n, debug: i = !1, apiUrl: r = nn } = e;
3594
- this.event = new St({ organizationId: n, debug: i, apiUrl: r, trackerId: e.trackerId }), this.package = new Mt({ organizationId: n, debug: i, apiUrl: r }), this.category = new jt({ organizationId: n, debug: i, apiUrl: r }), this.metric = new Wt({ apiUrl: r, trackerId: e.trackerId }), this.shop = new tn({ debug: i, apiUrl: r, trackerId: e.trackerId }), this.basket = new At({ debug: i, apiUrl: r, trackerId: e.trackerId }), this.payment = new Rt({ debug: i, apiUrl: r });
3652
+ static Types = ve;
3653
+ constructor(t) {
3654
+ const { organizationId: n, debug: i = !1, apiUrl: r = un } = t;
3655
+ this.event = new Ct({ organizationId: n, debug: i, apiUrl: r, trackerId: t.trackerId }), this.package = new Gt({ organizationId: n, debug: i, apiUrl: r }), this.category = new Jt({ organizationId: n, debug: i, apiUrl: r }), this.metric = new en({ apiUrl: r, trackerId: t.trackerId }), this.shop = new sn({ debug: i, apiUrl: r, trackerId: t.trackerId }), this.customField = new dn({ debug: i, apiUrl: r }), this.basket = new Dt({ debug: i, apiUrl: r, trackerId: t.trackerId }), this.payment = new $t({ debug: i, apiUrl: r });
3595
3656
  }
3596
3657
  }
3597
3658
  export {
3598
- T as BasketOrderType,
3659
+ N as BasketOrderType,
3660
+ ue as CustomFieldMandatoryType,
3661
+ de as CustomFieldType,
3599
3662
  ae as DiscountType,
3600
3663
  ee as EventStatus,
3601
3664
  F as MetricsType,
@@ -3606,8 +3669,9 @@ export {
3606
3669
  re as PaymentMethodFeeType,
3607
3670
  ne as ProductStatus,
3608
3671
  ie as ProductType,
3672
+ le as SalesLocations,
3609
3673
  oe as ShopTemplateType,
3610
3674
  ce as ShopVariationType,
3611
3675
  te as SortOrder,
3612
- an as TicketappSDK
3676
+ pn as TicketappSDK
3613
3677
  };