@telemetryos/sdk 1.9.0 → 1.11.0

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,48 +1,48 @@
1
1
  var b;
2
- (function(n) {
3
- n.assertEqual = (a) => {
2
+ (function(a) {
3
+ a.assertEqual = (n) => {
4
4
  };
5
- function e(a) {
5
+ function e(n) {
6
6
  }
7
- n.assertIs = e;
8
- function t(a) {
7
+ a.assertIs = e;
8
+ function t(n) {
9
9
  throw new Error();
10
10
  }
11
- n.assertNever = t, n.arrayToEnum = (a) => {
12
- const i = {};
13
- for (const r of a)
14
- i[r] = r;
15
- return i;
16
- }, n.getValidEnumValues = (a) => {
17
- const i = n.objectKeys(a).filter((o) => typeof a[a[o]] != "number"), r = {};
18
- for (const o of i)
19
- r[o] = a[o];
20
- return n.objectValues(r);
21
- }, n.objectValues = (a) => n.objectKeys(a).map(function(i) {
22
- return a[i];
23
- }), n.objectKeys = typeof Object.keys == "function" ? (a) => Object.keys(a) : (a) => {
24
- const i = [];
25
- for (const r in a)
26
- Object.prototype.hasOwnProperty.call(a, r) && i.push(r);
27
- return i;
28
- }, n.find = (a, i) => {
29
- for (const r of a)
30
- if (i(r))
31
- return r;
32
- }, n.isInteger = typeof Number.isInteger == "function" ? (a) => Number.isInteger(a) : (a) => typeof a == "number" && Number.isFinite(a) && Math.floor(a) === a;
33
- function s(a, i = " | ") {
34
- return a.map((r) => typeof r == "string" ? `'${r}'` : r).join(i);
35
- }
36
- n.joinValues = s, n.jsonStringifyReplacer = (a, i) => typeof i == "bigint" ? i.toString() : i;
11
+ a.assertNever = t, a.arrayToEnum = (n) => {
12
+ const r = {};
13
+ for (const i of n)
14
+ r[i] = i;
15
+ return r;
16
+ }, a.getValidEnumValues = (n) => {
17
+ const r = a.objectKeys(n).filter((o) => typeof n[n[o]] != "number"), i = {};
18
+ for (const o of r)
19
+ i[o] = n[o];
20
+ return a.objectValues(i);
21
+ }, a.objectValues = (n) => a.objectKeys(n).map(function(r) {
22
+ return n[r];
23
+ }), a.objectKeys = typeof Object.keys == "function" ? (n) => Object.keys(n) : (n) => {
24
+ const r = [];
25
+ for (const i in n)
26
+ Object.prototype.hasOwnProperty.call(n, i) && r.push(i);
27
+ return r;
28
+ }, a.find = (n, r) => {
29
+ for (const i of n)
30
+ if (r(i))
31
+ return i;
32
+ }, a.isInteger = typeof Number.isInteger == "function" ? (n) => Number.isInteger(n) : (n) => typeof n == "number" && Number.isFinite(n) && Math.floor(n) === n;
33
+ function s(n, r = " | ") {
34
+ return n.map((i) => typeof i == "string" ? `'${i}'` : i).join(r);
35
+ }
36
+ a.joinValues = s, a.jsonStringifyReplacer = (n, r) => typeof r == "bigint" ? r.toString() : r;
37
37
  })(b || (b = {}));
38
- var ye;
39
- (function(n) {
40
- n.mergeShapes = (e, t) => ({
38
+ var ge;
39
+ (function(a) {
40
+ a.mergeShapes = (e, t) => ({
41
41
  ...e,
42
42
  ...t
43
43
  // second overwrites first
44
44
  });
45
- })(ye || (ye = {}));
45
+ })(ge || (ge = {}));
46
46
  const l = b.arrayToEnum([
47
47
  "string",
48
48
  "nan",
@@ -64,14 +64,14 @@ const l = b.arrayToEnum([
64
64
  "never",
65
65
  "map",
66
66
  "set"
67
- ]), O = (n) => {
68
- switch (typeof n) {
67
+ ]), I = (a) => {
68
+ switch (typeof a) {
69
69
  case "undefined":
70
70
  return l.undefined;
71
71
  case "string":
72
72
  return l.string;
73
73
  case "number":
74
- return Number.isNaN(n) ? l.nan : l.number;
74
+ return Number.isNaN(a) ? l.nan : l.number;
75
75
  case "boolean":
76
76
  return l.boolean;
77
77
  case "function":
@@ -81,11 +81,11 @@ const l = b.arrayToEnum([
81
81
  case "symbol":
82
82
  return l.symbol;
83
83
  case "object":
84
- return Array.isArray(n) ? l.array : n === null ? l.null : n.then && typeof n.then == "function" && n.catch && typeof n.catch == "function" ? l.promise : typeof Map < "u" && n instanceof Map ? l.map : typeof Set < "u" && n instanceof Set ? l.set : typeof Date < "u" && n instanceof Date ? l.date : l.object;
84
+ return Array.isArray(a) ? l.array : a === null ? l.null : a.then && typeof a.then == "function" && a.catch && typeof a.catch == "function" ? l.promise : typeof Map < "u" && a instanceof Map ? l.map : typeof Set < "u" && a instanceof Set ? l.set : typeof Date < "u" && a instanceof Date ? l.date : l.object;
85
85
  default:
86
86
  return l.unknown;
87
87
  }
88
- }, d = b.arrayToEnum([
88
+ }, u = b.arrayToEnum([
89
89
  "invalid_type",
90
90
  "invalid_literal",
91
91
  "custom",
@@ -103,7 +103,7 @@ const l = b.arrayToEnum([
103
103
  "not_multiple_of",
104
104
  "not_finite"
105
105
  ]);
106
- class C extends Error {
106
+ class O extends Error {
107
107
  get errors() {
108
108
  return this.issues;
109
109
  }
@@ -117,30 +117,30 @@ class C extends Error {
117
117
  Object.setPrototypeOf ? Object.setPrototypeOf(this, t) : this.__proto__ = t, this.name = "ZodError", this.issues = e;
118
118
  }
119
119
  format(e) {
120
- const t = e || function(i) {
121
- return i.message;
122
- }, s = { _errors: [] }, a = (i) => {
123
- for (const r of i.issues)
124
- if (r.code === "invalid_union")
125
- r.unionErrors.map(a);
126
- else if (r.code === "invalid_return_type")
127
- a(r.returnTypeError);
128
- else if (r.code === "invalid_arguments")
129
- a(r.argumentsError);
130
- else if (r.path.length === 0)
131
- s._errors.push(t(r));
120
+ const t = e || function(r) {
121
+ return r.message;
122
+ }, s = { _errors: [] }, n = (r) => {
123
+ for (const i of r.issues)
124
+ if (i.code === "invalid_union")
125
+ i.unionErrors.map(n);
126
+ else if (i.code === "invalid_return_type")
127
+ n(i.returnTypeError);
128
+ else if (i.code === "invalid_arguments")
129
+ n(i.argumentsError);
130
+ else if (i.path.length === 0)
131
+ s._errors.push(t(i));
132
132
  else {
133
133
  let o = s, c = 0;
134
- for (; c < r.path.length; ) {
135
- const h = r.path[c];
136
- c === r.path.length - 1 ? (o[h] = o[h] || { _errors: [] }, o[h]._errors.push(t(r))) : o[h] = o[h] || { _errors: [] }, o = o[h], c++;
134
+ for (; c < i.path.length; ) {
135
+ const h = i.path[c];
136
+ c === i.path.length - 1 ? (o[h] = o[h] || { _errors: [] }, o[h]._errors.push(t(i))) : o[h] = o[h] || { _errors: [] }, o = o[h], c++;
137
137
  }
138
138
  }
139
139
  };
140
- return a(this), s;
140
+ return n(this), s;
141
141
  }
142
142
  static assert(e) {
143
- if (!(e instanceof C))
143
+ if (!(e instanceof O))
144
144
  throw new Error(`Not a ZodError: ${e}`);
145
145
  }
146
146
  toString() {
@@ -154,119 +154,119 @@ class C extends Error {
154
154
  }
155
155
  flatten(e = (t) => t.message) {
156
156
  const t = {}, s = [];
157
- for (const a of this.issues)
158
- if (a.path.length > 0) {
159
- const i = a.path[0];
160
- t[i] = t[i] || [], t[i].push(e(a));
157
+ for (const n of this.issues)
158
+ if (n.path.length > 0) {
159
+ const r = n.path[0];
160
+ t[r] = t[r] || [], t[r].push(e(n));
161
161
  } else
162
- s.push(e(a));
162
+ s.push(e(n));
163
163
  return { formErrors: s, fieldErrors: t };
164
164
  }
165
165
  get formErrors() {
166
166
  return this.flatten();
167
167
  }
168
168
  }
169
- C.create = (n) => new C(n);
170
- const re = (n, e) => {
169
+ O.create = (a) => new O(a);
170
+ const ae = (a, e) => {
171
171
  let t;
172
- switch (n.code) {
173
- case d.invalid_type:
174
- n.received === l.undefined ? t = "Required" : t = `Expected ${n.expected}, received ${n.received}`;
172
+ switch (a.code) {
173
+ case u.invalid_type:
174
+ a.received === l.undefined ? t = "Required" : t = `Expected ${a.expected}, received ${a.received}`;
175
175
  break;
176
- case d.invalid_literal:
177
- t = `Invalid literal value, expected ${JSON.stringify(n.expected, b.jsonStringifyReplacer)}`;
176
+ case u.invalid_literal:
177
+ t = `Invalid literal value, expected ${JSON.stringify(a.expected, b.jsonStringifyReplacer)}`;
178
178
  break;
179
- case d.unrecognized_keys:
180
- t = `Unrecognized key(s) in object: ${b.joinValues(n.keys, ", ")}`;
179
+ case u.unrecognized_keys:
180
+ t = `Unrecognized key(s) in object: ${b.joinValues(a.keys, ", ")}`;
181
181
  break;
182
- case d.invalid_union:
182
+ case u.invalid_union:
183
183
  t = "Invalid input";
184
184
  break;
185
- case d.invalid_union_discriminator:
186
- t = `Invalid discriminator value. Expected ${b.joinValues(n.options)}`;
185
+ case u.invalid_union_discriminator:
186
+ t = `Invalid discriminator value. Expected ${b.joinValues(a.options)}`;
187
187
  break;
188
- case d.invalid_enum_value:
189
- t = `Invalid enum value. Expected ${b.joinValues(n.options)}, received '${n.received}'`;
188
+ case u.invalid_enum_value:
189
+ t = `Invalid enum value. Expected ${b.joinValues(a.options)}, received '${a.received}'`;
190
190
  break;
191
- case d.invalid_arguments:
191
+ case u.invalid_arguments:
192
192
  t = "Invalid function arguments";
193
193
  break;
194
- case d.invalid_return_type:
194
+ case u.invalid_return_type:
195
195
  t = "Invalid function return type";
196
196
  break;
197
- case d.invalid_date:
197
+ case u.invalid_date:
198
198
  t = "Invalid date";
199
199
  break;
200
- case d.invalid_string:
201
- typeof n.validation == "object" ? "includes" in n.validation ? (t = `Invalid input: must include "${n.validation.includes}"`, typeof n.validation.position == "number" && (t = `${t} at one or more positions greater than or equal to ${n.validation.position}`)) : "startsWith" in n.validation ? t = `Invalid input: must start with "${n.validation.startsWith}"` : "endsWith" in n.validation ? t = `Invalid input: must end with "${n.validation.endsWith}"` : b.assertNever(n.validation) : n.validation !== "regex" ? t = `Invalid ${n.validation}` : t = "Invalid";
200
+ case u.invalid_string:
201
+ typeof a.validation == "object" ? "includes" in a.validation ? (t = `Invalid input: must include "${a.validation.includes}"`, typeof a.validation.position == "number" && (t = `${t} at one or more positions greater than or equal to ${a.validation.position}`)) : "startsWith" in a.validation ? t = `Invalid input: must start with "${a.validation.startsWith}"` : "endsWith" in a.validation ? t = `Invalid input: must end with "${a.validation.endsWith}"` : b.assertNever(a.validation) : a.validation !== "regex" ? t = `Invalid ${a.validation}` : t = "Invalid";
202
202
  break;
203
- case d.too_small:
204
- n.type === "array" ? t = `Array must contain ${n.exact ? "exactly" : n.inclusive ? "at least" : "more than"} ${n.minimum} element(s)` : n.type === "string" ? t = `String must contain ${n.exact ? "exactly" : n.inclusive ? "at least" : "over"} ${n.minimum} character(s)` : n.type === "number" ? t = `Number must be ${n.exact ? "exactly equal to " : n.inclusive ? "greater than or equal to " : "greater than "}${n.minimum}` : n.type === "bigint" ? t = `Number must be ${n.exact ? "exactly equal to " : n.inclusive ? "greater than or equal to " : "greater than "}${n.minimum}` : n.type === "date" ? t = `Date must be ${n.exact ? "exactly equal to " : n.inclusive ? "greater than or equal to " : "greater than "}${new Date(Number(n.minimum))}` : t = "Invalid input";
203
+ case u.too_small:
204
+ a.type === "array" ? t = `Array must contain ${a.exact ? "exactly" : a.inclusive ? "at least" : "more than"} ${a.minimum} element(s)` : a.type === "string" ? t = `String must contain ${a.exact ? "exactly" : a.inclusive ? "at least" : "over"} ${a.minimum} character(s)` : a.type === "number" ? t = `Number must be ${a.exact ? "exactly equal to " : a.inclusive ? "greater than or equal to " : "greater than "}${a.minimum}` : a.type === "bigint" ? t = `Number must be ${a.exact ? "exactly equal to " : a.inclusive ? "greater than or equal to " : "greater than "}${a.minimum}` : a.type === "date" ? t = `Date must be ${a.exact ? "exactly equal to " : a.inclusive ? "greater than or equal to " : "greater than "}${new Date(Number(a.minimum))}` : t = "Invalid input";
205
205
  break;
206
- case d.too_big:
207
- n.type === "array" ? t = `Array must contain ${n.exact ? "exactly" : n.inclusive ? "at most" : "less than"} ${n.maximum} element(s)` : n.type === "string" ? t = `String must contain ${n.exact ? "exactly" : n.inclusive ? "at most" : "under"} ${n.maximum} character(s)` : n.type === "number" ? t = `Number must be ${n.exact ? "exactly" : n.inclusive ? "less than or equal to" : "less than"} ${n.maximum}` : n.type === "bigint" ? t = `BigInt must be ${n.exact ? "exactly" : n.inclusive ? "less than or equal to" : "less than"} ${n.maximum}` : n.type === "date" ? t = `Date must be ${n.exact ? "exactly" : n.inclusive ? "smaller than or equal to" : "smaller than"} ${new Date(Number(n.maximum))}` : t = "Invalid input";
206
+ case u.too_big:
207
+ a.type === "array" ? t = `Array must contain ${a.exact ? "exactly" : a.inclusive ? "at most" : "less than"} ${a.maximum} element(s)` : a.type === "string" ? t = `String must contain ${a.exact ? "exactly" : a.inclusive ? "at most" : "under"} ${a.maximum} character(s)` : a.type === "number" ? t = `Number must be ${a.exact ? "exactly" : a.inclusive ? "less than or equal to" : "less than"} ${a.maximum}` : a.type === "bigint" ? t = `BigInt must be ${a.exact ? "exactly" : a.inclusive ? "less than or equal to" : "less than"} ${a.maximum}` : a.type === "date" ? t = `Date must be ${a.exact ? "exactly" : a.inclusive ? "smaller than or equal to" : "smaller than"} ${new Date(Number(a.maximum))}` : t = "Invalid input";
208
208
  break;
209
- case d.custom:
209
+ case u.custom:
210
210
  t = "Invalid input";
211
211
  break;
212
- case d.invalid_intersection_types:
212
+ case u.invalid_intersection_types:
213
213
  t = "Intersection results could not be merged";
214
214
  break;
215
- case d.not_multiple_of:
216
- t = `Number must be a multiple of ${n.multipleOf}`;
215
+ case u.not_multiple_of:
216
+ t = `Number must be a multiple of ${a.multipleOf}`;
217
217
  break;
218
- case d.not_finite:
218
+ case u.not_finite:
219
219
  t = "Number must be finite";
220
220
  break;
221
221
  default:
222
- t = e.defaultError, b.assertNever(n);
222
+ t = e.defaultError, b.assertNever(a);
223
223
  }
224
224
  return { message: t };
225
225
  };
226
- let Le = re;
227
- function qe() {
228
- return Le;
229
- }
230
- const De = (n) => {
231
- const { data: e, path: t, errorMaps: s, issueData: a } = n, i = [...t, ...a.path || []], r = {
232
- ...a,
233
- path: i
226
+ let qe = ae;
227
+ function Me() {
228
+ return qe;
229
+ }
230
+ const Le = (a) => {
231
+ const { data: e, path: t, errorMaps: s, issueData: n } = a, r = [...t, ...n.path || []], i = {
232
+ ...n,
233
+ path: r
234
234
  };
235
- if (a.message !== void 0)
235
+ if (n.message !== void 0)
236
236
  return {
237
- ...a,
238
- path: i,
239
- message: a.message
237
+ ...n,
238
+ path: r,
239
+ message: n.message
240
240
  };
241
241
  let o = "";
242
242
  const c = s.filter((h) => !!h).slice().reverse();
243
243
  for (const h of c)
244
- o = h(r, { data: e, defaultError: o }).message;
244
+ o = h(i, { data: e, defaultError: o }).message;
245
245
  return {
246
- ...a,
247
- path: i,
246
+ ...n,
247
+ path: r,
248
248
  message: o
249
249
  };
250
250
  };
251
- function u(n, e) {
252
- const t = qe(), s = De({
251
+ function d(a, e) {
252
+ const t = Me(), s = Le({
253
253
  issueData: e,
254
- data: n.data,
255
- path: n.path,
254
+ data: a.data,
255
+ path: a.path,
256
256
  errorMaps: [
257
- n.common.contextualErrorMap,
257
+ a.common.contextualErrorMap,
258
258
  // contextual error map is first priority
259
- n.schemaErrorMap,
259
+ a.schemaErrorMap,
260
260
  // then schema-bound map if available
261
261
  t,
262
262
  // then global override map
263
- t === re ? void 0 : re
263
+ t === ae ? void 0 : ae
264
264
  // then global default map
265
- ].filter((a) => !!a)
265
+ ].filter((n) => !!n)
266
266
  });
267
- n.common.issues.push(s);
267
+ a.common.issues.push(s);
268
268
  }
269
- let N = class je {
269
+ let C = class $e {
270
270
  constructor() {
271
271
  this.value = "valid";
272
272
  }
@@ -278,88 +278,88 @@ let N = class je {
278
278
  }
279
279
  static mergeArray(e, t) {
280
280
  const s = [];
281
- for (const a of t) {
282
- if (a.status === "aborted")
283
- return g;
284
- a.status === "dirty" && e.dirty(), s.push(a.value);
281
+ for (const n of t) {
282
+ if (n.status === "aborted")
283
+ return _;
284
+ n.status === "dirty" && e.dirty(), s.push(n.value);
285
285
  }
286
286
  return { status: e.value, value: s };
287
287
  }
288
288
  static async mergeObjectAsync(e, t) {
289
289
  const s = [];
290
- for (const a of t) {
291
- const i = await a.key, r = await a.value;
290
+ for (const n of t) {
291
+ const r = await n.key, i = await n.value;
292
292
  s.push({
293
- key: i,
294
- value: r
293
+ key: r,
294
+ value: i
295
295
  });
296
296
  }
297
- return je.mergeObjectSync(e, s);
297
+ return $e.mergeObjectSync(e, s);
298
298
  }
299
299
  static mergeObjectSync(e, t) {
300
300
  const s = {};
301
- for (const a of t) {
302
- const { key: i, value: r } = a;
303
- if (i.status === "aborted" || r.status === "aborted")
304
- return g;
305
- i.status === "dirty" && e.dirty(), r.status === "dirty" && e.dirty(), i.value !== "__proto__" && (typeof r.value < "u" || a.alwaysSet) && (s[i.value] = r.value);
301
+ for (const n of t) {
302
+ const { key: r, value: i } = n;
303
+ if (r.status === "aborted" || i.status === "aborted")
304
+ return _;
305
+ r.status === "dirty" && e.dirty(), i.status === "dirty" && e.dirty(), r.value !== "__proto__" && (typeof i.value < "u" || n.alwaysSet) && (s[r.value] = i.value);
306
306
  }
307
307
  return { status: e.value, value: s };
308
308
  }
309
309
  };
310
- const g = Object.freeze({
310
+ const _ = Object.freeze({
311
311
  status: "aborted"
312
- }), ie = (n) => ({ status: "dirty", value: n }), x = (n) => ({ status: "valid", value: n }), ve = (n) => n.status === "aborted", be = (n) => n.status === "dirty", L = (n) => n.status === "valid", X = (n) => typeof Promise < "u" && n instanceof Promise;
312
+ }), re = (a) => ({ status: "dirty", value: a }), x = (a) => ({ status: "valid", value: a }), ye = (a) => a.status === "aborted", ve = (a) => a.status === "dirty", L = (a) => a.status === "valid", Y = (a) => typeof Promise < "u" && a instanceof Promise;
313
313
  var p;
314
- (function(n) {
315
- n.errToObj = (e) => typeof e == "string" ? { message: e } : e || {}, n.toString = (e) => typeof e == "string" ? e : e == null ? void 0 : e.message;
314
+ (function(a) {
315
+ a.errToObj = (e) => typeof e == "string" ? { message: e } : e || {}, a.toString = (e) => typeof e == "string" ? e : e == null ? void 0 : e.message;
316
316
  })(p || (p = {}));
317
- let I = class {
318
- constructor(e, t, s, a) {
319
- this._cachedPath = [], this.parent = e, this.data = t, this._path = s, this._key = a;
317
+ let j = class {
318
+ constructor(e, t, s, n) {
319
+ this._cachedPath = [], this.parent = e, this.data = t, this._path = s, this._key = n;
320
320
  }
321
321
  get path() {
322
322
  return this._cachedPath.length || (Array.isArray(this._key) ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
323
323
  }
324
324
  };
325
- const we = (n, e) => {
325
+ const be = (a, e) => {
326
326
  if (L(e))
327
327
  return { success: !0, data: e.value };
328
- if (!n.common.issues.length)
328
+ if (!a.common.issues.length)
329
329
  throw new Error("Validation failed but no issues detected.");
330
330
  return {
331
331
  success: !1,
332
332
  get error() {
333
333
  if (this._error)
334
334
  return this._error;
335
- const t = new C(n.common.issues);
335
+ const t = new O(a.common.issues);
336
336
  return this._error = t, this._error;
337
337
  }
338
338
  };
339
339
  };
340
- function y(n) {
341
- if (!n)
340
+ function y(a) {
341
+ if (!a)
342
342
  return {};
343
- const { errorMap: e, invalid_type_error: t, required_error: s, description: a } = n;
343
+ const { errorMap: e, invalid_type_error: t, required_error: s, description: n } = a;
344
344
  if (e && (t || s))
345
345
  throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);
346
- return e ? { errorMap: e, description: a } : { errorMap: (i, r) => {
347
- const { message: o } = n;
348
- return i.code === "invalid_enum_value" ? { message: o ?? r.defaultError } : typeof r.data > "u" ? { message: o ?? s ?? r.defaultError } : i.code !== "invalid_type" ? { message: r.defaultError } : { message: o ?? t ?? r.defaultError };
349
- }, description: a };
346
+ return e ? { errorMap: e, description: n } : { errorMap: (r, i) => {
347
+ const { message: o } = a;
348
+ return r.code === "invalid_enum_value" ? { message: o ?? i.defaultError } : typeof i.data > "u" ? { message: o ?? s ?? i.defaultError } : r.code !== "invalid_type" ? { message: i.defaultError } : { message: o ?? t ?? i.defaultError };
349
+ }, description: n };
350
350
  }
351
351
  let v = class {
352
352
  get description() {
353
353
  return this._def.description;
354
354
  }
355
355
  _getType(e) {
356
- return O(e.data);
356
+ return I(e.data);
357
357
  }
358
358
  _getOrReturnCtx(e, t) {
359
359
  return t || {
360
360
  common: e.parent.common,
361
361
  data: e.data,
362
- parsedType: O(e.data),
362
+ parsedType: I(e.data),
363
363
  schemaErrorMap: this._def.errorMap,
364
364
  path: e.path,
365
365
  parent: e.parent
@@ -367,11 +367,11 @@ let v = class {
367
367
  }
368
368
  _processInputParams(e) {
369
369
  return {
370
- status: new N(),
370
+ status: new C(),
371
371
  ctx: {
372
372
  common: e.parent.common,
373
373
  data: e.data,
374
- parsedType: O(e.data),
374
+ parsedType: I(e.data),
375
375
  schemaErrorMap: this._def.errorMap,
376
376
  path: e.path,
377
377
  parent: e.parent
@@ -380,7 +380,7 @@ let v = class {
380
380
  }
381
381
  _parseSync(e) {
382
382
  const t = this._parse(e);
383
- if (X(t))
383
+ if (Y(t))
384
384
  throw new Error("Synchronous parse encountered promise.");
385
385
  return t;
386
386
  }
@@ -405,13 +405,13 @@ let v = class {
405
405
  schemaErrorMap: this._def.errorMap,
406
406
  parent: null,
407
407
  data: e,
408
- parsedType: O(e)
409
- }, a = this._parseSync({ data: e, path: s.path, parent: s });
410
- return we(s, a);
408
+ parsedType: I(e)
409
+ }, n = this._parseSync({ data: e, path: s.path, parent: s });
410
+ return be(s, n);
411
411
  }
412
412
  "~validate"(e) {
413
413
  var t, s;
414
- const a = {
414
+ const n = {
415
415
  common: {
416
416
  issues: [],
417
417
  async: !!this["~standard"].async
@@ -420,26 +420,26 @@ let v = class {
420
420
  schemaErrorMap: this._def.errorMap,
421
421
  parent: null,
422
422
  data: e,
423
- parsedType: O(e)
423
+ parsedType: I(e)
424
424
  };
425
425
  if (!this["~standard"].async)
426
426
  try {
427
- const i = this._parseSync({ data: e, path: [], parent: a });
428
- return L(i) ? {
429
- value: i.value
427
+ const r = this._parseSync({ data: e, path: [], parent: n });
428
+ return L(r) ? {
429
+ value: r.value
430
430
  } : {
431
- issues: a.common.issues
431
+ issues: n.common.issues
432
432
  };
433
- } catch (i) {
434
- (s = (t = i == null ? void 0 : i.message) == null ? void 0 : t.toLowerCase()) != null && s.includes("encountered") && (this["~standard"].async = !0), a.common = {
433
+ } catch (r) {
434
+ (s = (t = r == null ? void 0 : r.message) == null ? void 0 : t.toLowerCase()) != null && s.includes("encountered") && (this["~standard"].async = !0), n.common = {
435
435
  issues: [],
436
436
  async: !0
437
437
  };
438
438
  }
439
- return this._parseAsync({ data: e, path: [], parent: a }).then((i) => L(i) ? {
440
- value: i.value
439
+ return this._parseAsync({ data: e, path: [], parent: n }).then((r) => L(r) ? {
440
+ value: r.value
441
441
  } : {
442
- issues: a.common.issues
442
+ issues: n.common.issues
443
443
  });
444
444
  }
445
445
  async parseAsync(e, t) {
@@ -459,22 +459,22 @@ let v = class {
459
459
  schemaErrorMap: this._def.errorMap,
460
460
  parent: null,
461
461
  data: e,
462
- parsedType: O(e)
463
- }, a = this._parse({ data: e, path: s.path, parent: s }), i = await (X(a) ? a : Promise.resolve(a));
464
- return we(s, i);
462
+ parsedType: I(e)
463
+ }, n = this._parse({ data: e, path: s.path, parent: s }), r = await (Y(n) ? n : Promise.resolve(n));
464
+ return be(s, r);
465
465
  }
466
466
  refine(e, t) {
467
- const s = (a) => typeof t == "string" || typeof t > "u" ? { message: t } : typeof t == "function" ? t(a) : t;
468
- return this._refinement((a, i) => {
469
- const r = e(a), o = () => i.addIssue({
470
- code: d.custom,
471
- ...s(a)
467
+ const s = (n) => typeof t == "string" || typeof t > "u" ? { message: t } : typeof t == "function" ? t(n) : t;
468
+ return this._refinement((n, r) => {
469
+ const i = e(n), o = () => r.addIssue({
470
+ code: u.custom,
471
+ ...s(n)
472
472
  });
473
- return typeof Promise < "u" && r instanceof Promise ? r.then((c) => c ? !0 : (o(), !1)) : r ? !0 : (o(), !1);
473
+ return typeof Promise < "u" && i instanceof Promise ? i.then((c) => c ? !0 : (o(), !1)) : i ? !0 : (o(), !1);
474
474
  });
475
475
  }
476
476
  refinement(e, t) {
477
- return this._refinement((s, a) => e(s) ? !0 : (a.addIssue(typeof t == "function" ? t(s, a) : t), !1));
477
+ return this._refinement((s, n) => e(s) ? !0 : (n.addIssue(typeof t == "function" ? t(s, n) : t), !1));
478
478
  }
479
479
  _refinement(e) {
480
480
  return new D({
@@ -494,7 +494,7 @@ let v = class {
494
494
  };
495
495
  }
496
496
  optional() {
497
- return E.create(this, this._def);
497
+ return $.create(this, this._def);
498
498
  }
499
499
  nullable() {
500
500
  return V.create(this, this._def);
@@ -503,13 +503,13 @@ let v = class {
503
503
  return this.nullable().optional();
504
504
  }
505
505
  array() {
506
- return q.create(this);
506
+ return T.create(this);
507
507
  }
508
508
  promise() {
509
509
  return te.create(this, this._def);
510
510
  }
511
511
  or(e) {
512
- return Q.create([this, e], this._def);
512
+ return X.create([this, e], this._def);
513
513
  }
514
514
  and(e) {
515
515
  return ee.create(this, e, this._def);
@@ -524,7 +524,7 @@ let v = class {
524
524
  }
525
525
  default(e) {
526
526
  const t = typeof e == "function" ? e : () => e;
527
- return new he({
527
+ return new le({
528
528
  ...y(this._def),
529
529
  innerType: this,
530
530
  defaultValue: t,
@@ -540,7 +540,7 @@ let v = class {
540
540
  }
541
541
  catch(e) {
542
542
  const t = typeof e == "function" ? e : () => e;
543
- return new pe({
543
+ return new he({
544
544
  ...y(this._def),
545
545
  innerType: this,
546
546
  catchValue: t,
@@ -555,10 +555,10 @@ let v = class {
555
555
  });
556
556
  }
557
557
  pipe(e) {
558
- return _e.create(this, e);
558
+ return me.create(this, e);
559
559
  }
560
560
  readonly() {
561
- return fe.create(this);
561
+ return pe.create(this);
562
562
  }
563
563
  isOptional() {
564
564
  return this.safeParse(void 0).success;
@@ -567,206 +567,206 @@ let v = class {
567
567
  return this.safeParse(null).success;
568
568
  }
569
569
  };
570
- const Ve = /^c[^\s-]{8,}$/i, ze = /^[0-9a-z]+$/, Be = /^[0-9A-HJKMNP-TV-Z]{26}$/i, Ue = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i, He = /^[a-z0-9_-]{21}$/i, Ke = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, We = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/, Je = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Ge = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
570
+ const De = /^c[^\s-]{8,}$/i, Ve = /^[0-9a-z]+$/, ze = /^[0-9A-HJKMNP-TV-Z]{26}$/i, Be = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i, Ue = /^[a-z0-9_-]{21}$/i, He = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, Ke = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/, We = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Je = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
571
571
  let ne;
572
- const Ye = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, Xe = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/, Qe = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/, et = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, tt = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, st = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/, Pe = "((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", at = new RegExp(`^${Pe}$`);
573
- function Re(n) {
572
+ const Qe = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, Ge = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/, Ye = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/, Xe = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, et = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, tt = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/, je = "((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", st = new RegExp(`^${je}$`);
573
+ function Pe(a) {
574
574
  let e = "[0-5]\\d";
575
- n.precision ? e = `${e}\\.\\d{${n.precision}}` : n.precision == null && (e = `${e}(\\.\\d+)?`);
576
- const t = n.precision ? "+" : "?";
575
+ a.precision ? e = `${e}\\.\\d{${a.precision}}` : a.precision == null && (e = `${e}(\\.\\d+)?`);
576
+ const t = a.precision ? "+" : "?";
577
577
  return `([01]\\d|2[0-3]):[0-5]\\d(:${e})${t}`;
578
578
  }
579
- function nt(n) {
580
- return new RegExp(`^${Re(n)}$`);
579
+ function nt(a) {
580
+ return new RegExp(`^${Pe(a)}$`);
581
581
  }
582
- function rt(n) {
583
- let e = `${Pe}T${Re(n)}`;
582
+ function at(a) {
583
+ let e = `${je}T${Pe(a)}`;
584
584
  const t = [];
585
- return t.push(n.local ? "Z?" : "Z"), n.offset && t.push("([+-]\\d{2}:?\\d{2})"), e = `${e}(${t.join("|")})`, new RegExp(`^${e}$`);
585
+ return t.push(a.local ? "Z?" : "Z"), a.offset && t.push("([+-]\\d{2}:?\\d{2})"), e = `${e}(${t.join("|")})`, new RegExp(`^${e}$`);
586
586
  }
587
- function it(n, e) {
588
- return !!((e === "v4" || !e) && Ye.test(n) || (e === "v6" || !e) && Qe.test(n));
587
+ function rt(a, e) {
588
+ return !!((e === "v4" || !e) && Qe.test(a) || (e === "v6" || !e) && Ye.test(a));
589
589
  }
590
- function ot(n, e) {
591
- if (!Ke.test(n))
590
+ function it(a, e) {
591
+ if (!He.test(a))
592
592
  return !1;
593
593
  try {
594
- const [t] = n.split(".");
594
+ const [t] = a.split(".");
595
595
  if (!t)
596
596
  return !1;
597
- const s = t.replace(/-/g, "+").replace(/_/g, "/").padEnd(t.length + (4 - t.length % 4) % 4, "="), a = JSON.parse(atob(s));
598
- return !(typeof a != "object" || a === null || "typ" in a && (a == null ? void 0 : a.typ) !== "JWT" || !a.alg || e && a.alg !== e);
597
+ const s = t.replace(/-/g, "+").replace(/_/g, "/").padEnd(t.length + (4 - t.length % 4) % 4, "="), n = JSON.parse(atob(s));
598
+ return !(typeof n != "object" || n === null || "typ" in n && (n == null ? void 0 : n.typ) !== "JWT" || !n.alg || e && n.alg !== e);
599
599
  } catch {
600
600
  return !1;
601
601
  }
602
602
  }
603
- function ct(n, e) {
604
- return !!((e === "v4" || !e) && Xe.test(n) || (e === "v6" || !e) && et.test(n));
603
+ function ot(a, e) {
604
+ return !!((e === "v4" || !e) && Ge.test(a) || (e === "v6" || !e) && Xe.test(a));
605
605
  }
606
- class A extends v {
606
+ class E extends v {
607
607
  _parse(e) {
608
608
  if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !== l.string) {
609
- const a = this._getOrReturnCtx(e);
610
- return u(a, {
611
- code: d.invalid_type,
609
+ const n = this._getOrReturnCtx(e);
610
+ return d(n, {
611
+ code: u.invalid_type,
612
612
  expected: l.string,
613
- received: a.parsedType
614
- }), g;
613
+ received: n.parsedType
614
+ }), _;
615
615
  }
616
- const t = new N();
616
+ const t = new C();
617
617
  let s;
618
- for (const a of this._def.checks)
619
- if (a.kind === "min")
620
- e.data.length < a.value && (s = this._getOrReturnCtx(e, s), u(s, {
621
- code: d.too_small,
622
- minimum: a.value,
618
+ for (const n of this._def.checks)
619
+ if (n.kind === "min")
620
+ e.data.length < n.value && (s = this._getOrReturnCtx(e, s), d(s, {
621
+ code: u.too_small,
622
+ minimum: n.value,
623
623
  type: "string",
624
624
  inclusive: !0,
625
625
  exact: !1,
626
- message: a.message
626
+ message: n.message
627
627
  }), t.dirty());
628
- else if (a.kind === "max")
629
- e.data.length > a.value && (s = this._getOrReturnCtx(e, s), u(s, {
630
- code: d.too_big,
631
- maximum: a.value,
628
+ else if (n.kind === "max")
629
+ e.data.length > n.value && (s = this._getOrReturnCtx(e, s), d(s, {
630
+ code: u.too_big,
631
+ maximum: n.value,
632
632
  type: "string",
633
633
  inclusive: !0,
634
634
  exact: !1,
635
- message: a.message
635
+ message: n.message
636
636
  }), t.dirty());
637
- else if (a.kind === "length") {
638
- const i = e.data.length > a.value, r = e.data.length < a.value;
639
- (i || r) && (s = this._getOrReturnCtx(e, s), i ? u(s, {
640
- code: d.too_big,
641
- maximum: a.value,
637
+ else if (n.kind === "length") {
638
+ const r = e.data.length > n.value, i = e.data.length < n.value;
639
+ (r || i) && (s = this._getOrReturnCtx(e, s), r ? d(s, {
640
+ code: u.too_big,
641
+ maximum: n.value,
642
642
  type: "string",
643
643
  inclusive: !0,
644
644
  exact: !0,
645
- message: a.message
646
- }) : r && u(s, {
647
- code: d.too_small,
648
- minimum: a.value,
645
+ message: n.message
646
+ }) : i && d(s, {
647
+ code: u.too_small,
648
+ minimum: n.value,
649
649
  type: "string",
650
650
  inclusive: !0,
651
651
  exact: !0,
652
- message: a.message
652
+ message: n.message
653
653
  }), t.dirty());
654
- } else if (a.kind === "email")
655
- Je.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
654
+ } else if (n.kind === "email")
655
+ We.test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
656
656
  validation: "email",
657
- code: d.invalid_string,
658
- message: a.message
657
+ code: u.invalid_string,
658
+ message: n.message
659
659
  }), t.dirty());
660
- else if (a.kind === "emoji")
661
- ne || (ne = new RegExp(Ge, "u")), ne.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
660
+ else if (n.kind === "emoji")
661
+ ne || (ne = new RegExp(Je, "u")), ne.test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
662
662
  validation: "emoji",
663
- code: d.invalid_string,
664
- message: a.message
663
+ code: u.invalid_string,
664
+ message: n.message
665
665
  }), t.dirty());
666
- else if (a.kind === "uuid")
667
- Ue.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
666
+ else if (n.kind === "uuid")
667
+ Be.test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
668
668
  validation: "uuid",
669
- code: d.invalid_string,
670
- message: a.message
669
+ code: u.invalid_string,
670
+ message: n.message
671
671
  }), t.dirty());
672
- else if (a.kind === "nanoid")
673
- He.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
672
+ else if (n.kind === "nanoid")
673
+ Ue.test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
674
674
  validation: "nanoid",
675
- code: d.invalid_string,
676
- message: a.message
675
+ code: u.invalid_string,
676
+ message: n.message
677
677
  }), t.dirty());
678
- else if (a.kind === "cuid")
679
- Ve.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
678
+ else if (n.kind === "cuid")
679
+ De.test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
680
680
  validation: "cuid",
681
- code: d.invalid_string,
682
- message: a.message
681
+ code: u.invalid_string,
682
+ message: n.message
683
683
  }), t.dirty());
684
- else if (a.kind === "cuid2")
685
- ze.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
684
+ else if (n.kind === "cuid2")
685
+ Ve.test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
686
686
  validation: "cuid2",
687
- code: d.invalid_string,
688
- message: a.message
687
+ code: u.invalid_string,
688
+ message: n.message
689
689
  }), t.dirty());
690
- else if (a.kind === "ulid")
691
- Be.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
690
+ else if (n.kind === "ulid")
691
+ ze.test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
692
692
  validation: "ulid",
693
- code: d.invalid_string,
694
- message: a.message
693
+ code: u.invalid_string,
694
+ message: n.message
695
695
  }), t.dirty());
696
- else if (a.kind === "url")
696
+ else if (n.kind === "url")
697
697
  try {
698
698
  new URL(e.data);
699
699
  } catch {
700
- s = this._getOrReturnCtx(e, s), u(s, {
700
+ s = this._getOrReturnCtx(e, s), d(s, {
701
701
  validation: "url",
702
- code: d.invalid_string,
703
- message: a.message
702
+ code: u.invalid_string,
703
+ message: n.message
704
704
  }), t.dirty();
705
705
  }
706
- else a.kind === "regex" ? (a.regex.lastIndex = 0, a.regex.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
706
+ else n.kind === "regex" ? (n.regex.lastIndex = 0, n.regex.test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
707
707
  validation: "regex",
708
- code: d.invalid_string,
709
- message: a.message
710
- }), t.dirty())) : a.kind === "trim" ? e.data = e.data.trim() : a.kind === "includes" ? e.data.includes(a.value, a.position) || (s = this._getOrReturnCtx(e, s), u(s, {
711
- code: d.invalid_string,
712
- validation: { includes: a.value, position: a.position },
713
- message: a.message
714
- }), t.dirty()) : a.kind === "toLowerCase" ? e.data = e.data.toLowerCase() : a.kind === "toUpperCase" ? e.data = e.data.toUpperCase() : a.kind === "startsWith" ? e.data.startsWith(a.value) || (s = this._getOrReturnCtx(e, s), u(s, {
715
- code: d.invalid_string,
716
- validation: { startsWith: a.value },
717
- message: a.message
718
- }), t.dirty()) : a.kind === "endsWith" ? e.data.endsWith(a.value) || (s = this._getOrReturnCtx(e, s), u(s, {
719
- code: d.invalid_string,
720
- validation: { endsWith: a.value },
721
- message: a.message
722
- }), t.dirty()) : a.kind === "datetime" ? rt(a).test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
723
- code: d.invalid_string,
708
+ code: u.invalid_string,
709
+ message: n.message
710
+ }), t.dirty())) : n.kind === "trim" ? e.data = e.data.trim() : n.kind === "includes" ? e.data.includes(n.value, n.position) || (s = this._getOrReturnCtx(e, s), d(s, {
711
+ code: u.invalid_string,
712
+ validation: { includes: n.value, position: n.position },
713
+ message: n.message
714
+ }), t.dirty()) : n.kind === "toLowerCase" ? e.data = e.data.toLowerCase() : n.kind === "toUpperCase" ? e.data = e.data.toUpperCase() : n.kind === "startsWith" ? e.data.startsWith(n.value) || (s = this._getOrReturnCtx(e, s), d(s, {
715
+ code: u.invalid_string,
716
+ validation: { startsWith: n.value },
717
+ message: n.message
718
+ }), t.dirty()) : n.kind === "endsWith" ? e.data.endsWith(n.value) || (s = this._getOrReturnCtx(e, s), d(s, {
719
+ code: u.invalid_string,
720
+ validation: { endsWith: n.value },
721
+ message: n.message
722
+ }), t.dirty()) : n.kind === "datetime" ? at(n).test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
723
+ code: u.invalid_string,
724
724
  validation: "datetime",
725
- message: a.message
726
- }), t.dirty()) : a.kind === "date" ? at.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
727
- code: d.invalid_string,
725
+ message: n.message
726
+ }), t.dirty()) : n.kind === "date" ? st.test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
727
+ code: u.invalid_string,
728
728
  validation: "date",
729
- message: a.message
730
- }), t.dirty()) : a.kind === "time" ? nt(a).test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
731
- code: d.invalid_string,
729
+ message: n.message
730
+ }), t.dirty()) : n.kind === "time" ? nt(n).test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
731
+ code: u.invalid_string,
732
732
  validation: "time",
733
- message: a.message
734
- }), t.dirty()) : a.kind === "duration" ? We.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
733
+ message: n.message
734
+ }), t.dirty()) : n.kind === "duration" ? Ke.test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
735
735
  validation: "duration",
736
- code: d.invalid_string,
737
- message: a.message
738
- }), t.dirty()) : a.kind === "ip" ? it(e.data, a.version) || (s = this._getOrReturnCtx(e, s), u(s, {
736
+ code: u.invalid_string,
737
+ message: n.message
738
+ }), t.dirty()) : n.kind === "ip" ? rt(e.data, n.version) || (s = this._getOrReturnCtx(e, s), d(s, {
739
739
  validation: "ip",
740
- code: d.invalid_string,
741
- message: a.message
742
- }), t.dirty()) : a.kind === "jwt" ? ot(e.data, a.alg) || (s = this._getOrReturnCtx(e, s), u(s, {
740
+ code: u.invalid_string,
741
+ message: n.message
742
+ }), t.dirty()) : n.kind === "jwt" ? it(e.data, n.alg) || (s = this._getOrReturnCtx(e, s), d(s, {
743
743
  validation: "jwt",
744
- code: d.invalid_string,
745
- message: a.message
746
- }), t.dirty()) : a.kind === "cidr" ? ct(e.data, a.version) || (s = this._getOrReturnCtx(e, s), u(s, {
744
+ code: u.invalid_string,
745
+ message: n.message
746
+ }), t.dirty()) : n.kind === "cidr" ? ot(e.data, n.version) || (s = this._getOrReturnCtx(e, s), d(s, {
747
747
  validation: "cidr",
748
- code: d.invalid_string,
749
- message: a.message
750
- }), t.dirty()) : a.kind === "base64" ? tt.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
748
+ code: u.invalid_string,
749
+ message: n.message
750
+ }), t.dirty()) : n.kind === "base64" ? et.test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
751
751
  validation: "base64",
752
- code: d.invalid_string,
753
- message: a.message
754
- }), t.dirty()) : a.kind === "base64url" ? st.test(e.data) || (s = this._getOrReturnCtx(e, s), u(s, {
752
+ code: u.invalid_string,
753
+ message: n.message
754
+ }), t.dirty()) : n.kind === "base64url" ? tt.test(e.data) || (s = this._getOrReturnCtx(e, s), d(s, {
755
755
  validation: "base64url",
756
- code: d.invalid_string,
757
- message: a.message
758
- }), t.dirty()) : b.assertNever(a);
756
+ code: u.invalid_string,
757
+ message: n.message
758
+ }), t.dirty()) : b.assertNever(n);
759
759
  return { status: t.value, value: e.data };
760
760
  }
761
761
  _regex(e, t, s) {
762
- return this.refinement((a) => e.test(a), {
762
+ return this.refinement((n) => e.test(n), {
763
763
  validation: t,
764
- code: d.invalid_string,
764
+ code: u.invalid_string,
765
765
  ...p.errToObj(s)
766
766
  });
767
767
  }
768
768
  _addCheck(e) {
769
- return new A({
769
+ return new E({
770
770
  ...this._def,
771
771
  checks: [...this._def.checks, e]
772
772
  });
@@ -902,19 +902,19 @@ class A extends v {
902
902
  return this.min(1, p.errToObj(e));
903
903
  }
904
904
  trim() {
905
- return new A({
905
+ return new E({
906
906
  ...this._def,
907
907
  checks: [...this._def.checks, { kind: "trim" }]
908
908
  });
909
909
  }
910
910
  toLowerCase() {
911
- return new A({
911
+ return new E({
912
912
  ...this._def,
913
913
  checks: [...this._def.checks, { kind: "toLowerCase" }]
914
914
  });
915
915
  }
916
916
  toUpperCase() {
917
- return new A({
917
+ return new E({
918
918
  ...this._def,
919
919
  checks: [...this._def.checks, { kind: "toUpperCase" }]
920
920
  });
@@ -980,59 +980,59 @@ class A extends v {
980
980
  return e;
981
981
  }
982
982
  }
983
- A.create = (n) => new A({
983
+ E.create = (a) => new E({
984
984
  checks: [],
985
985
  typeName: m.ZodString,
986
- coerce: (n == null ? void 0 : n.coerce) ?? !1,
987
- ...y(n)
986
+ coerce: (a == null ? void 0 : a.coerce) ?? !1,
987
+ ...y(a)
988
988
  });
989
- function dt(n, e) {
990
- const t = (n.toString().split(".")[1] || "").length, s = (e.toString().split(".")[1] || "").length, a = t > s ? t : s, i = Number.parseInt(n.toFixed(a).replace(".", "")), r = Number.parseInt(e.toFixed(a).replace(".", ""));
991
- return i % r / 10 ** a;
989
+ function ct(a, e) {
990
+ const t = (a.toString().split(".")[1] || "").length, s = (e.toString().split(".")[1] || "").length, n = t > s ? t : s, r = Number.parseInt(a.toFixed(n).replace(".", "")), i = Number.parseInt(e.toFixed(n).replace(".", ""));
991
+ return r % i / 10 ** n;
992
992
  }
993
- let ke = class oe extends v {
993
+ let we = class ie extends v {
994
994
  constructor() {
995
995
  super(...arguments), this.min = this.gte, this.max = this.lte, this.step = this.multipleOf;
996
996
  }
997
997
  _parse(e) {
998
998
  if (this._def.coerce && (e.data = Number(e.data)), this._getType(e) !== l.number) {
999
- const a = this._getOrReturnCtx(e);
1000
- return u(a, {
1001
- code: d.invalid_type,
999
+ const n = this._getOrReturnCtx(e);
1000
+ return d(n, {
1001
+ code: u.invalid_type,
1002
1002
  expected: l.number,
1003
- received: a.parsedType
1004
- }), g;
1003
+ received: n.parsedType
1004
+ }), _;
1005
1005
  }
1006
1006
  let t;
1007
- const s = new N();
1008
- for (const a of this._def.checks)
1009
- a.kind === "int" ? b.isInteger(e.data) || (t = this._getOrReturnCtx(e, t), u(t, {
1010
- code: d.invalid_type,
1007
+ const s = new C();
1008
+ for (const n of this._def.checks)
1009
+ n.kind === "int" ? b.isInteger(e.data) || (t = this._getOrReturnCtx(e, t), d(t, {
1010
+ code: u.invalid_type,
1011
1011
  expected: "integer",
1012
1012
  received: "float",
1013
- message: a.message
1014
- }), s.dirty()) : a.kind === "min" ? (a.inclusive ? e.data < a.value : e.data <= a.value) && (t = this._getOrReturnCtx(e, t), u(t, {
1015
- code: d.too_small,
1016
- minimum: a.value,
1013
+ message: n.message
1014
+ }), s.dirty()) : n.kind === "min" ? (n.inclusive ? e.data < n.value : e.data <= n.value) && (t = this._getOrReturnCtx(e, t), d(t, {
1015
+ code: u.too_small,
1016
+ minimum: n.value,
1017
1017
  type: "number",
1018
- inclusive: a.inclusive,
1018
+ inclusive: n.inclusive,
1019
1019
  exact: !1,
1020
- message: a.message
1021
- }), s.dirty()) : a.kind === "max" ? (a.inclusive ? e.data > a.value : e.data >= a.value) && (t = this._getOrReturnCtx(e, t), u(t, {
1022
- code: d.too_big,
1023
- maximum: a.value,
1020
+ message: n.message
1021
+ }), s.dirty()) : n.kind === "max" ? (n.inclusive ? e.data > n.value : e.data >= n.value) && (t = this._getOrReturnCtx(e, t), d(t, {
1022
+ code: u.too_big,
1023
+ maximum: n.value,
1024
1024
  type: "number",
1025
- inclusive: a.inclusive,
1025
+ inclusive: n.inclusive,
1026
1026
  exact: !1,
1027
- message: a.message
1028
- }), s.dirty()) : a.kind === "multipleOf" ? dt(e.data, a.value) !== 0 && (t = this._getOrReturnCtx(e, t), u(t, {
1029
- code: d.not_multiple_of,
1030
- multipleOf: a.value,
1031
- message: a.message
1032
- }), s.dirty()) : a.kind === "finite" ? Number.isFinite(e.data) || (t = this._getOrReturnCtx(e, t), u(t, {
1033
- code: d.not_finite,
1034
- message: a.message
1035
- }), s.dirty()) : b.assertNever(a);
1027
+ message: n.message
1028
+ }), s.dirty()) : n.kind === "multipleOf" ? ct(e.data, n.value) !== 0 && (t = this._getOrReturnCtx(e, t), d(t, {
1029
+ code: u.not_multiple_of,
1030
+ multipleOf: n.value,
1031
+ message: n.message
1032
+ }), s.dirty()) : n.kind === "finite" ? Number.isFinite(e.data) || (t = this._getOrReturnCtx(e, t), d(t, {
1033
+ code: u.not_finite,
1034
+ message: n.message
1035
+ }), s.dirty()) : b.assertNever(n);
1036
1036
  return { status: s.value, value: e.data };
1037
1037
  }
1038
1038
  gte(e, t) {
@@ -1047,8 +1047,8 @@ let ke = class oe extends v {
1047
1047
  lt(e, t) {
1048
1048
  return this.setLimit("max", e, !1, p.toString(t));
1049
1049
  }
1050
- setLimit(e, t, s, a) {
1051
- return new oe({
1050
+ setLimit(e, t, s, n) {
1051
+ return new ie({
1052
1052
  ...this._def,
1053
1053
  checks: [
1054
1054
  ...this._def.checks,
@@ -1056,13 +1056,13 @@ let ke = class oe extends v {
1056
1056
  kind: e,
1057
1057
  value: t,
1058
1058
  inclusive: s,
1059
- message: p.toString(a)
1059
+ message: p.toString(n)
1060
1060
  }
1061
1061
  ]
1062
1062
  });
1063
1063
  }
1064
1064
  _addCheck(e) {
1065
- return new oe({
1065
+ return new ie({
1066
1066
  ...this._def,
1067
1067
  checks: [...this._def.checks, e]
1068
1068
  });
@@ -1156,13 +1156,13 @@ let ke = class oe extends v {
1156
1156
  return Number.isFinite(t) && Number.isFinite(e);
1157
1157
  }
1158
1158
  };
1159
- ke.create = (n) => new ke({
1159
+ we.create = (a) => new we({
1160
1160
  checks: [],
1161
1161
  typeName: m.ZodNumber,
1162
- coerce: (n == null ? void 0 : n.coerce) || !1,
1163
- ...y(n)
1162
+ coerce: (a == null ? void 0 : a.coerce) || !1,
1163
+ ...y(a)
1164
1164
  });
1165
- class U extends v {
1165
+ class H extends v {
1166
1166
  constructor() {
1167
1167
  super(...arguments), this.min = this.gte, this.max = this.lte;
1168
1168
  }
@@ -1176,34 +1176,34 @@ class U extends v {
1176
1176
  if (this._getType(e) !== l.bigint)
1177
1177
  return this._getInvalidInput(e);
1178
1178
  let t;
1179
- const s = new N();
1180
- for (const a of this._def.checks)
1181
- a.kind === "min" ? (a.inclusive ? e.data < a.value : e.data <= a.value) && (t = this._getOrReturnCtx(e, t), u(t, {
1182
- code: d.too_small,
1179
+ const s = new C();
1180
+ for (const n of this._def.checks)
1181
+ n.kind === "min" ? (n.inclusive ? e.data < n.value : e.data <= n.value) && (t = this._getOrReturnCtx(e, t), d(t, {
1182
+ code: u.too_small,
1183
1183
  type: "bigint",
1184
- minimum: a.value,
1185
- inclusive: a.inclusive,
1186
- message: a.message
1187
- }), s.dirty()) : a.kind === "max" ? (a.inclusive ? e.data > a.value : e.data >= a.value) && (t = this._getOrReturnCtx(e, t), u(t, {
1188
- code: d.too_big,
1184
+ minimum: n.value,
1185
+ inclusive: n.inclusive,
1186
+ message: n.message
1187
+ }), s.dirty()) : n.kind === "max" ? (n.inclusive ? e.data > n.value : e.data >= n.value) && (t = this._getOrReturnCtx(e, t), d(t, {
1188
+ code: u.too_big,
1189
1189
  type: "bigint",
1190
- maximum: a.value,
1191
- inclusive: a.inclusive,
1192
- message: a.message
1193
- }), s.dirty()) : a.kind === "multipleOf" ? e.data % a.value !== BigInt(0) && (t = this._getOrReturnCtx(e, t), u(t, {
1194
- code: d.not_multiple_of,
1195
- multipleOf: a.value,
1196
- message: a.message
1197
- }), s.dirty()) : b.assertNever(a);
1190
+ maximum: n.value,
1191
+ inclusive: n.inclusive,
1192
+ message: n.message
1193
+ }), s.dirty()) : n.kind === "multipleOf" ? e.data % n.value !== BigInt(0) && (t = this._getOrReturnCtx(e, t), d(t, {
1194
+ code: u.not_multiple_of,
1195
+ multipleOf: n.value,
1196
+ message: n.message
1197
+ }), s.dirty()) : b.assertNever(n);
1198
1198
  return { status: s.value, value: e.data };
1199
1199
  }
1200
1200
  _getInvalidInput(e) {
1201
1201
  const t = this._getOrReturnCtx(e);
1202
- return u(t, {
1203
- code: d.invalid_type,
1202
+ return d(t, {
1203
+ code: u.invalid_type,
1204
1204
  expected: l.bigint,
1205
1205
  received: t.parsedType
1206
- }), g;
1206
+ }), _;
1207
1207
  }
1208
1208
  gte(e, t) {
1209
1209
  return this.setLimit("min", e, !0, p.toString(t));
@@ -1217,8 +1217,8 @@ class U extends v {
1217
1217
  lt(e, t) {
1218
1218
  return this.setLimit("max", e, !1, p.toString(t));
1219
1219
  }
1220
- setLimit(e, t, s, a) {
1221
- return new U({
1220
+ setLimit(e, t, s, n) {
1221
+ return new H({
1222
1222
  ...this._def,
1223
1223
  checks: [
1224
1224
  ...this._def.checks,
@@ -1226,13 +1226,13 @@ class U extends v {
1226
1226
  kind: e,
1227
1227
  value: t,
1228
1228
  inclusive: s,
1229
- message: p.toString(a)
1229
+ message: p.toString(n)
1230
1230
  }
1231
1231
  ]
1232
1232
  });
1233
1233
  }
1234
1234
  _addCheck(e) {
1235
- return new U({
1235
+ return new H({
1236
1236
  ...this._def,
1237
1237
  checks: [...this._def.checks, e]
1238
1238
  });
@@ -1289,64 +1289,64 @@ class U extends v {
1289
1289
  return e;
1290
1290
  }
1291
1291
  }
1292
- U.create = (n) => new U({
1292
+ H.create = (a) => new H({
1293
1293
  checks: [],
1294
1294
  typeName: m.ZodBigInt,
1295
- coerce: (n == null ? void 0 : n.coerce) ?? !1,
1296
- ...y(n)
1295
+ coerce: (a == null ? void 0 : a.coerce) ?? !1,
1296
+ ...y(a)
1297
1297
  });
1298
- class xe extends v {
1298
+ class ke extends v {
1299
1299
  _parse(e) {
1300
1300
  if (this._def.coerce && (e.data = !!e.data), this._getType(e) !== l.boolean) {
1301
1301
  const t = this._getOrReturnCtx(e);
1302
- return u(t, {
1303
- code: d.invalid_type,
1302
+ return d(t, {
1303
+ code: u.invalid_type,
1304
1304
  expected: l.boolean,
1305
1305
  received: t.parsedType
1306
- }), g;
1306
+ }), _;
1307
1307
  }
1308
1308
  return x(e.data);
1309
1309
  }
1310
1310
  }
1311
- xe.create = (n) => new xe({
1311
+ ke.create = (a) => new ke({
1312
1312
  typeName: m.ZodBoolean,
1313
- coerce: (n == null ? void 0 : n.coerce) || !1,
1314
- ...y(n)
1313
+ coerce: (a == null ? void 0 : a.coerce) || !1,
1314
+ ...y(a)
1315
1315
  });
1316
- let Se = class Fe extends v {
1316
+ let xe = class Fe extends v {
1317
1317
  _parse(e) {
1318
1318
  if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== l.date) {
1319
- const a = this._getOrReturnCtx(e);
1320
- return u(a, {
1321
- code: d.invalid_type,
1319
+ const n = this._getOrReturnCtx(e);
1320
+ return d(n, {
1321
+ code: u.invalid_type,
1322
1322
  expected: l.date,
1323
- received: a.parsedType
1324
- }), g;
1323
+ received: n.parsedType
1324
+ }), _;
1325
1325
  }
1326
1326
  if (Number.isNaN(e.data.getTime())) {
1327
- const a = this._getOrReturnCtx(e);
1328
- return u(a, {
1329
- code: d.invalid_date
1330
- }), g;
1327
+ const n = this._getOrReturnCtx(e);
1328
+ return d(n, {
1329
+ code: u.invalid_date
1330
+ }), _;
1331
1331
  }
1332
- const t = new N();
1332
+ const t = new C();
1333
1333
  let s;
1334
- for (const a of this._def.checks)
1335
- a.kind === "min" ? e.data.getTime() < a.value && (s = this._getOrReturnCtx(e, s), u(s, {
1336
- code: d.too_small,
1337
- message: a.message,
1334
+ for (const n of this._def.checks)
1335
+ n.kind === "min" ? e.data.getTime() < n.value && (s = this._getOrReturnCtx(e, s), d(s, {
1336
+ code: u.too_small,
1337
+ message: n.message,
1338
1338
  inclusive: !0,
1339
1339
  exact: !1,
1340
- minimum: a.value,
1340
+ minimum: n.value,
1341
1341
  type: "date"
1342
- }), t.dirty()) : a.kind === "max" ? e.data.getTime() > a.value && (s = this._getOrReturnCtx(e, s), u(s, {
1343
- code: d.too_big,
1344
- message: a.message,
1342
+ }), t.dirty()) : n.kind === "max" ? e.data.getTime() > n.value && (s = this._getOrReturnCtx(e, s), d(s, {
1343
+ code: u.too_big,
1344
+ message: n.message,
1345
1345
  inclusive: !0,
1346
1346
  exact: !1,
1347
- maximum: a.value,
1347
+ maximum: n.value,
1348
1348
  type: "date"
1349
- }), t.dirty()) : b.assertNever(a);
1349
+ }), t.dirty()) : b.assertNever(n);
1350
1350
  return {
1351
1351
  status: t.value,
1352
1352
  value: new Date(e.data.getTime())
@@ -1385,64 +1385,64 @@ let Se = class Fe extends v {
1385
1385
  return e != null ? new Date(e) : null;
1386
1386
  }
1387
1387
  };
1388
- Se.create = (n) => new Se({
1388
+ xe.create = (a) => new xe({
1389
1389
  checks: [],
1390
- coerce: (n == null ? void 0 : n.coerce) || !1,
1390
+ coerce: (a == null ? void 0 : a.coerce) || !1,
1391
1391
  typeName: m.ZodDate,
1392
- ...y(n)
1392
+ ...y(a)
1393
1393
  });
1394
- class Ne extends v {
1394
+ class Se extends v {
1395
1395
  _parse(e) {
1396
1396
  if (this._getType(e) !== l.symbol) {
1397
1397
  const t = this._getOrReturnCtx(e);
1398
- return u(t, {
1399
- code: d.invalid_type,
1398
+ return d(t, {
1399
+ code: u.invalid_type,
1400
1400
  expected: l.symbol,
1401
1401
  received: t.parsedType
1402
- }), g;
1402
+ }), _;
1403
1403
  }
1404
1404
  return x(e.data);
1405
1405
  }
1406
1406
  }
1407
- Ne.create = (n) => new Ne({
1407
+ Se.create = (a) => new Se({
1408
1408
  typeName: m.ZodSymbol,
1409
- ...y(n)
1409
+ ...y(a)
1410
1410
  });
1411
- class Ce extends v {
1411
+ class Ne extends v {
1412
1412
  _parse(e) {
1413
1413
  if (this._getType(e) !== l.undefined) {
1414
1414
  const t = this._getOrReturnCtx(e);
1415
- return u(t, {
1416
- code: d.invalid_type,
1415
+ return d(t, {
1416
+ code: u.invalid_type,
1417
1417
  expected: l.undefined,
1418
1418
  received: t.parsedType
1419
- }), g;
1419
+ }), _;
1420
1420
  }
1421
1421
  return x(e.data);
1422
1422
  }
1423
1423
  }
1424
- Ce.create = (n) => new Ce({
1424
+ Ne.create = (a) => new Ne({
1425
1425
  typeName: m.ZodUndefined,
1426
- ...y(n)
1426
+ ...y(a)
1427
1427
  });
1428
- class Te extends v {
1428
+ class Ce extends v {
1429
1429
  _parse(e) {
1430
1430
  if (this._getType(e) !== l.null) {
1431
1431
  const t = this._getOrReturnCtx(e);
1432
- return u(t, {
1433
- code: d.invalid_type,
1432
+ return d(t, {
1433
+ code: u.invalid_type,
1434
1434
  expected: l.null,
1435
1435
  received: t.parsedType
1436
- }), g;
1436
+ }), _;
1437
1437
  }
1438
1438
  return x(e.data);
1439
1439
  }
1440
1440
  }
1441
- Te.create = (n) => new Te({
1441
+ Ce.create = (a) => new Ce({
1442
1442
  typeName: m.ZodNull,
1443
- ...y(n)
1443
+ ...y(a)
1444
1444
  });
1445
- class ce extends v {
1445
+ class oe extends v {
1446
1446
  constructor() {
1447
1447
  super(...arguments), this._any = !0;
1448
1448
  }
@@ -1450,11 +1450,11 @@ class ce extends v {
1450
1450
  return x(e.data);
1451
1451
  }
1452
1452
  }
1453
- ce.create = (n) => new ce({
1453
+ oe.create = (a) => new oe({
1454
1454
  typeName: m.ZodAny,
1455
- ...y(n)
1455
+ ...y(a)
1456
1456
  });
1457
- class Ze extends v {
1457
+ class Te extends v {
1458
1458
  constructor() {
1459
1459
  super(...arguments), this._unknown = !0;
1460
1460
  }
@@ -1462,98 +1462,98 @@ class Ze extends v {
1462
1462
  return x(e.data);
1463
1463
  }
1464
1464
  }
1465
- Ze.create = (n) => new Ze({
1465
+ Te.create = (a) => new Te({
1466
1466
  typeName: m.ZodUnknown,
1467
- ...y(n)
1467
+ ...y(a)
1468
1468
  });
1469
- let $ = class extends v {
1469
+ let P = class extends v {
1470
1470
  _parse(e) {
1471
1471
  const t = this._getOrReturnCtx(e);
1472
- return u(t, {
1473
- code: d.invalid_type,
1472
+ return d(t, {
1473
+ code: u.invalid_type,
1474
1474
  expected: l.never,
1475
1475
  received: t.parsedType
1476
- }), g;
1476
+ }), _;
1477
1477
  }
1478
1478
  };
1479
- $.create = (n) => new $({
1479
+ P.create = (a) => new P({
1480
1480
  typeName: m.ZodNever,
1481
- ...y(n)
1481
+ ...y(a)
1482
1482
  });
1483
- class Oe extends v {
1483
+ class Ze extends v {
1484
1484
  _parse(e) {
1485
1485
  if (this._getType(e) !== l.undefined) {
1486
1486
  const t = this._getOrReturnCtx(e);
1487
- return u(t, {
1488
- code: d.invalid_type,
1487
+ return d(t, {
1488
+ code: u.invalid_type,
1489
1489
  expected: l.void,
1490
1490
  received: t.parsedType
1491
- }), g;
1491
+ }), _;
1492
1492
  }
1493
1493
  return x(e.data);
1494
1494
  }
1495
1495
  }
1496
- Oe.create = (n) => new Oe({
1496
+ Ze.create = (a) => new Ze({
1497
1497
  typeName: m.ZodVoid,
1498
- ...y(n)
1498
+ ...y(a)
1499
1499
  });
1500
- let q = class Y extends v {
1500
+ class T extends v {
1501
1501
  _parse(e) {
1502
- const { ctx: t, status: s } = this._processInputParams(e), a = this._def;
1502
+ const { ctx: t, status: s } = this._processInputParams(e), n = this._def;
1503
1503
  if (t.parsedType !== l.array)
1504
- return u(t, {
1505
- code: d.invalid_type,
1504
+ return d(t, {
1505
+ code: u.invalid_type,
1506
1506
  expected: l.array,
1507
1507
  received: t.parsedType
1508
- }), g;
1509
- if (a.exactLength !== null) {
1510
- const r = t.data.length > a.exactLength.value, o = t.data.length < a.exactLength.value;
1511
- (r || o) && (u(t, {
1512
- code: r ? d.too_big : d.too_small,
1513
- minimum: o ? a.exactLength.value : void 0,
1514
- maximum: r ? a.exactLength.value : void 0,
1508
+ }), _;
1509
+ if (n.exactLength !== null) {
1510
+ const i = t.data.length > n.exactLength.value, o = t.data.length < n.exactLength.value;
1511
+ (i || o) && (d(t, {
1512
+ code: i ? u.too_big : u.too_small,
1513
+ minimum: o ? n.exactLength.value : void 0,
1514
+ maximum: i ? n.exactLength.value : void 0,
1515
1515
  type: "array",
1516
1516
  inclusive: !0,
1517
1517
  exact: !0,
1518
- message: a.exactLength.message
1518
+ message: n.exactLength.message
1519
1519
  }), s.dirty());
1520
1520
  }
1521
- if (a.minLength !== null && t.data.length < a.minLength.value && (u(t, {
1522
- code: d.too_small,
1523
- minimum: a.minLength.value,
1521
+ if (n.minLength !== null && t.data.length < n.minLength.value && (d(t, {
1522
+ code: u.too_small,
1523
+ minimum: n.minLength.value,
1524
1524
  type: "array",
1525
1525
  inclusive: !0,
1526
1526
  exact: !1,
1527
- message: a.minLength.message
1528
- }), s.dirty()), a.maxLength !== null && t.data.length > a.maxLength.value && (u(t, {
1529
- code: d.too_big,
1530
- maximum: a.maxLength.value,
1527
+ message: n.minLength.message
1528
+ }), s.dirty()), n.maxLength !== null && t.data.length > n.maxLength.value && (d(t, {
1529
+ code: u.too_big,
1530
+ maximum: n.maxLength.value,
1531
1531
  type: "array",
1532
1532
  inclusive: !0,
1533
1533
  exact: !1,
1534
- message: a.maxLength.message
1534
+ message: n.maxLength.message
1535
1535
  }), s.dirty()), t.common.async)
1536
- return Promise.all([...t.data].map((r, o) => a.type._parseAsync(new I(t, r, t.path, o)))).then((r) => N.mergeArray(s, r));
1537
- const i = [...t.data].map((r, o) => a.type._parseSync(new I(t, r, t.path, o)));
1538
- return N.mergeArray(s, i);
1536
+ return Promise.all([...t.data].map((i, o) => n.type._parseAsync(new j(t, i, t.path, o)))).then((i) => C.mergeArray(s, i));
1537
+ const r = [...t.data].map((i, o) => n.type._parseSync(new j(t, i, t.path, o)));
1538
+ return C.mergeArray(s, r);
1539
1539
  }
1540
1540
  get element() {
1541
1541
  return this._def.type;
1542
1542
  }
1543
1543
  min(e, t) {
1544
- return new Y({
1544
+ return new T({
1545
1545
  ...this._def,
1546
1546
  minLength: { value: e, message: p.toString(t) }
1547
1547
  });
1548
1548
  }
1549
1549
  max(e, t) {
1550
- return new Y({
1550
+ return new T({
1551
1551
  ...this._def,
1552
1552
  maxLength: { value: e, message: p.toString(t) }
1553
1553
  });
1554
1554
  }
1555
1555
  length(e, t) {
1556
- return new Y({
1556
+ return new T({
1557
1557
  ...this._def,
1558
1558
  exactLength: { value: e, message: p.toString(t) }
1559
1559
  });
@@ -1561,32 +1561,32 @@ let q = class Y extends v {
1561
1561
  nonempty(e) {
1562
1562
  return this.min(1, e);
1563
1563
  }
1564
- };
1565
- q.create = (n, e) => new q({
1566
- type: n,
1564
+ }
1565
+ T.create = (a, e) => new T({
1566
+ type: a,
1567
1567
  minLength: null,
1568
1568
  maxLength: null,
1569
1569
  exactLength: null,
1570
1570
  typeName: m.ZodArray,
1571
1571
  ...y(e)
1572
1572
  });
1573
- function M(n) {
1574
- if (n instanceof T) {
1573
+ function M(a) {
1574
+ if (a instanceof A) {
1575
1575
  const e = {};
1576
- for (const t in n.shape) {
1577
- const s = n.shape[t];
1578
- e[t] = E.create(M(s));
1576
+ for (const t in a.shape) {
1577
+ const s = a.shape[t];
1578
+ e[t] = $.create(M(s));
1579
1579
  }
1580
- return new T({
1581
- ...n._def,
1580
+ return new A({
1581
+ ...a._def,
1582
1582
  shape: () => e
1583
1583
  });
1584
- } else return n instanceof q ? new q({
1585
- ...n._def,
1586
- type: M(n.element)
1587
- }) : n instanceof E ? E.create(M(n.unwrap())) : n instanceof V ? V.create(M(n.unwrap())) : n instanceof R ? R.create(n.items.map((e) => M(e))) : n;
1584
+ } else return a instanceof T ? new T({
1585
+ ...a._def,
1586
+ type: M(a.element)
1587
+ }) : a instanceof $ ? $.create(M(a.unwrap())) : a instanceof V ? V.create(M(a.unwrap())) : a instanceof q ? q.create(a.items.map((e) => M(e))) : a;
1588
1588
  }
1589
- let T = class S extends v {
1589
+ let A = class N extends v {
1590
1590
  constructor() {
1591
1591
  super(...arguments), this._cached = null, this.nonstrict = this.passthrough, this.augment = this.extend;
1592
1592
  }
@@ -1599,47 +1599,47 @@ let T = class S extends v {
1599
1599
  _parse(e) {
1600
1600
  if (this._getType(e) !== l.object) {
1601
1601
  const c = this._getOrReturnCtx(e);
1602
- return u(c, {
1603
- code: d.invalid_type,
1602
+ return d(c, {
1603
+ code: u.invalid_type,
1604
1604
  expected: l.object,
1605
1605
  received: c.parsedType
1606
- }), g;
1606
+ }), _;
1607
1607
  }
1608
- const { status: t, ctx: s } = this._processInputParams(e), { shape: a, keys: i } = this._getCached(), r = [];
1609
- if (!(this._def.catchall instanceof $ && this._def.unknownKeys === "strip"))
1608
+ const { status: t, ctx: s } = this._processInputParams(e), { shape: n, keys: r } = this._getCached(), i = [];
1609
+ if (!(this._def.catchall instanceof P && this._def.unknownKeys === "strip"))
1610
1610
  for (const c in s.data)
1611
- i.includes(c) || r.push(c);
1611
+ r.includes(c) || i.push(c);
1612
1612
  const o = [];
1613
- for (const c of i) {
1614
- const h = a[c], _ = s.data[c];
1613
+ for (const c of r) {
1614
+ const h = n[c], g = s.data[c];
1615
1615
  o.push({
1616
1616
  key: { status: "valid", value: c },
1617
- value: h._parse(new I(s, _, s.path, c)),
1617
+ value: h._parse(new j(s, g, s.path, c)),
1618
1618
  alwaysSet: c in s.data
1619
1619
  });
1620
1620
  }
1621
- if (this._def.catchall instanceof $) {
1621
+ if (this._def.catchall instanceof P) {
1622
1622
  const c = this._def.unknownKeys;
1623
1623
  if (c === "passthrough")
1624
- for (const h of r)
1624
+ for (const h of i)
1625
1625
  o.push({
1626
1626
  key: { status: "valid", value: h },
1627
1627
  value: { status: "valid", value: s.data[h] }
1628
1628
  });
1629
1629
  else if (c === "strict")
1630
- r.length > 0 && (u(s, {
1631
- code: d.unrecognized_keys,
1632
- keys: r
1630
+ i.length > 0 && (d(s, {
1631
+ code: u.unrecognized_keys,
1632
+ keys: i
1633
1633
  }), t.dirty());
1634
1634
  else if (c !== "strip") throw new Error("Internal ZodObject error: invalid unknownKeys value.");
1635
1635
  } else {
1636
1636
  const c = this._def.catchall;
1637
- for (const h of r) {
1638
- const _ = s.data[h];
1637
+ for (const h of i) {
1638
+ const g = s.data[h];
1639
1639
  o.push({
1640
1640
  key: { status: "valid", value: h },
1641
1641
  value: c._parse(
1642
- new I(s, _, s.path, h)
1642
+ new j(s, g, s.path, h)
1643
1643
  //, ctx.child(key), value, getParsedType(value)
1644
1644
  ),
1645
1645
  alwaysSet: h in s.data
@@ -1649,44 +1649,44 @@ let T = class S extends v {
1649
1649
  return s.common.async ? Promise.resolve().then(async () => {
1650
1650
  const c = [];
1651
1651
  for (const h of o) {
1652
- const _ = await h.key, w = await h.value;
1652
+ const g = await h.key, w = await h.value;
1653
1653
  c.push({
1654
- key: _,
1654
+ key: g,
1655
1655
  value: w,
1656
1656
  alwaysSet: h.alwaysSet
1657
1657
  });
1658
1658
  }
1659
1659
  return c;
1660
- }).then((c) => N.mergeObjectSync(t, c)) : N.mergeObjectSync(t, o);
1660
+ }).then((c) => C.mergeObjectSync(t, c)) : C.mergeObjectSync(t, o);
1661
1661
  }
1662
1662
  get shape() {
1663
1663
  return this._def.shape();
1664
1664
  }
1665
1665
  strict(e) {
1666
- return p.errToObj, new S({
1666
+ return p.errToObj, new N({
1667
1667
  ...this._def,
1668
1668
  unknownKeys: "strict",
1669
1669
  ...e !== void 0 ? {
1670
1670
  errorMap: (t, s) => {
1671
- var a, i;
1672
- const r = ((i = (a = this._def).errorMap) == null ? void 0 : i.call(a, t, s).message) ?? s.defaultError;
1671
+ var n, r;
1672
+ const i = ((r = (n = this._def).errorMap) == null ? void 0 : r.call(n, t, s).message) ?? s.defaultError;
1673
1673
  return t.code === "unrecognized_keys" ? {
1674
- message: p.errToObj(e).message ?? r
1674
+ message: p.errToObj(e).message ?? i
1675
1675
  } : {
1676
- message: r
1676
+ message: i
1677
1677
  };
1678
1678
  }
1679
1679
  } : {}
1680
1680
  });
1681
1681
  }
1682
1682
  strip() {
1683
- return new S({
1683
+ return new N({
1684
1684
  ...this._def,
1685
1685
  unknownKeys: "strip"
1686
1686
  });
1687
1687
  }
1688
1688
  passthrough() {
1689
- return new S({
1689
+ return new N({
1690
1690
  ...this._def,
1691
1691
  unknownKeys: "passthrough"
1692
1692
  });
@@ -1709,7 +1709,7 @@ let T = class S extends v {
1709
1709
  // }) as any;
1710
1710
  // };
1711
1711
  extend(e) {
1712
- return new S({
1712
+ return new N({
1713
1713
  ...this._def,
1714
1714
  shape: () => ({
1715
1715
  ...this._def.shape(),
@@ -1723,7 +1723,7 @@ let T = class S extends v {
1723
1723
  * upgrade if you are experiencing issues.
1724
1724
  */
1725
1725
  merge(e) {
1726
- return new S({
1726
+ return new N({
1727
1727
  unknownKeys: e._def.unknownKeys,
1728
1728
  catchall: e._def.catchall,
1729
1729
  shape: () => ({
@@ -1793,7 +1793,7 @@ let T = class S extends v {
1793
1793
  // return merged;
1794
1794
  // }
1795
1795
  catchall(e) {
1796
- return new S({
1796
+ return new N({
1797
1797
  ...this._def,
1798
1798
  catchall: e
1799
1799
  });
@@ -1802,7 +1802,7 @@ let T = class S extends v {
1802
1802
  const t = {};
1803
1803
  for (const s of b.objectKeys(e))
1804
1804
  e[s] && this.shape[s] && (t[s] = this.shape[s]);
1805
- return new S({
1805
+ return new N({
1806
1806
  ...this._def,
1807
1807
  shape: () => t
1808
1808
  });
@@ -1811,7 +1811,7 @@ let T = class S extends v {
1811
1811
  const t = {};
1812
1812
  for (const s of b.objectKeys(this.shape))
1813
1813
  e[s] || (t[s] = this.shape[s]);
1814
- return new S({
1814
+ return new N({
1815
1815
  ...this._def,
1816
1816
  shape: () => t
1817
1817
  });
@@ -1825,10 +1825,10 @@ let T = class S extends v {
1825
1825
  partial(e) {
1826
1826
  const t = {};
1827
1827
  for (const s of b.objectKeys(this.shape)) {
1828
- const a = this.shape[s];
1829
- e && !e[s] ? t[s] = a : t[s] = a.optional();
1828
+ const n = this.shape[s];
1829
+ e && !e[s] ? t[s] = n : t[s] = n.optional();
1830
1830
  }
1831
- return new S({
1831
+ return new N({
1832
1832
  ...this._def,
1833
1833
  shape: () => t
1834
1834
  });
@@ -1839,60 +1839,60 @@ let T = class S extends v {
1839
1839
  if (e && !e[s])
1840
1840
  t[s] = this.shape[s];
1841
1841
  else {
1842
- let a = this.shape[s];
1843
- for (; a instanceof E; )
1844
- a = a._def.innerType;
1845
- t[s] = a;
1842
+ let n = this.shape[s];
1843
+ for (; n instanceof $; )
1844
+ n = n._def.innerType;
1845
+ t[s] = n;
1846
1846
  }
1847
- return new S({
1847
+ return new N({
1848
1848
  ...this._def,
1849
1849
  shape: () => t
1850
1850
  });
1851
1851
  }
1852
1852
  keyof() {
1853
- return Me(b.objectKeys(this.shape));
1853
+ return Re(b.objectKeys(this.shape));
1854
1854
  }
1855
1855
  };
1856
- T.create = (n, e) => new T({
1857
- shape: () => n,
1856
+ A.create = (a, e) => new A({
1857
+ shape: () => a,
1858
1858
  unknownKeys: "strip",
1859
- catchall: $.create(),
1859
+ catchall: P.create(),
1860
1860
  typeName: m.ZodObject,
1861
1861
  ...y(e)
1862
1862
  });
1863
- T.strictCreate = (n, e) => new T({
1864
- shape: () => n,
1863
+ A.strictCreate = (a, e) => new A({
1864
+ shape: () => a,
1865
1865
  unknownKeys: "strict",
1866
- catchall: $.create(),
1866
+ catchall: P.create(),
1867
1867
  typeName: m.ZodObject,
1868
1868
  ...y(e)
1869
1869
  });
1870
- T.lazycreate = (n, e) => new T({
1871
- shape: n,
1870
+ A.lazycreate = (a, e) => new A({
1871
+ shape: a,
1872
1872
  unknownKeys: "strip",
1873
- catchall: $.create(),
1873
+ catchall: P.create(),
1874
1874
  typeName: m.ZodObject,
1875
1875
  ...y(e)
1876
1876
  });
1877
- let Q = class extends v {
1877
+ let X = class extends v {
1878
1878
  _parse(e) {
1879
1879
  const { ctx: t } = this._processInputParams(e), s = this._def.options;
1880
- function a(i) {
1881
- for (const o of i)
1880
+ function n(r) {
1881
+ for (const o of r)
1882
1882
  if (o.result.status === "valid")
1883
1883
  return o.result;
1884
- for (const o of i)
1884
+ for (const o of r)
1885
1885
  if (o.result.status === "dirty")
1886
1886
  return t.common.issues.push(...o.ctx.common.issues), o.result;
1887
- const r = i.map((o) => new C(o.ctx.common.issues));
1888
- return u(t, {
1889
- code: d.invalid_union,
1890
- unionErrors: r
1891
- }), g;
1887
+ const i = r.map((o) => new O(o.ctx.common.issues));
1888
+ return d(t, {
1889
+ code: u.invalid_union,
1890
+ unionErrors: i
1891
+ }), _;
1892
1892
  }
1893
1893
  if (t.common.async)
1894
- return Promise.all(s.map(async (i) => {
1895
- const r = {
1894
+ return Promise.all(s.map(async (r) => {
1895
+ const i = {
1896
1896
  ...t,
1897
1897
  common: {
1898
1898
  ...t.common,
@@ -1901,17 +1901,17 @@ let Q = class extends v {
1901
1901
  parent: null
1902
1902
  };
1903
1903
  return {
1904
- result: await i._parseAsync({
1904
+ result: await r._parseAsync({
1905
1905
  data: t.data,
1906
1906
  path: t.path,
1907
- parent: r
1907
+ parent: i
1908
1908
  }),
1909
- ctx: r
1909
+ ctx: i
1910
1910
  };
1911
- })).then(a);
1911
+ })).then(n);
1912
1912
  {
1913
- let i;
1914
- const r = [];
1913
+ let r;
1914
+ const i = [];
1915
1915
  for (const c of s) {
1916
1916
  const h = {
1917
1917
  ...t,
@@ -1920,68 +1920,68 @@ let Q = class extends v {
1920
1920
  issues: []
1921
1921
  },
1922
1922
  parent: null
1923
- }, _ = c._parseSync({
1923
+ }, g = c._parseSync({
1924
1924
  data: t.data,
1925
1925
  path: t.path,
1926
1926
  parent: h
1927
1927
  });
1928
- if (_.status === "valid")
1929
- return _;
1930
- _.status === "dirty" && !i && (i = { result: _, ctx: h }), h.common.issues.length && r.push(h.common.issues);
1928
+ if (g.status === "valid")
1929
+ return g;
1930
+ g.status === "dirty" && !r && (r = { result: g, ctx: h }), h.common.issues.length && i.push(h.common.issues);
1931
1931
  }
1932
- if (i)
1933
- return t.common.issues.push(...i.ctx.common.issues), i.result;
1934
- const o = r.map((c) => new C(c));
1935
- return u(t, {
1936
- code: d.invalid_union,
1932
+ if (r)
1933
+ return t.common.issues.push(...r.ctx.common.issues), r.result;
1934
+ const o = i.map((c) => new O(c));
1935
+ return d(t, {
1936
+ code: u.invalid_union,
1937
1937
  unionErrors: o
1938
- }), g;
1938
+ }), _;
1939
1939
  }
1940
1940
  }
1941
1941
  get options() {
1942
1942
  return this._def.options;
1943
1943
  }
1944
1944
  };
1945
- Q.create = (n, e) => new Q({
1946
- options: n,
1945
+ X.create = (a, e) => new X({
1946
+ options: a,
1947
1947
  typeName: m.ZodUnion,
1948
1948
  ...y(e)
1949
1949
  });
1950
- function de(n, e) {
1951
- const t = O(n), s = O(e);
1952
- if (n === e)
1953
- return { valid: !0, data: n };
1950
+ function ce(a, e) {
1951
+ const t = I(a), s = I(e);
1952
+ if (a === e)
1953
+ return { valid: !0, data: a };
1954
1954
  if (t === l.object && s === l.object) {
1955
- const a = b.objectKeys(e), i = b.objectKeys(n).filter((o) => a.indexOf(o) !== -1), r = { ...n, ...e };
1956
- for (const o of i) {
1957
- const c = de(n[o], e[o]);
1955
+ const n = b.objectKeys(e), r = b.objectKeys(a).filter((o) => n.indexOf(o) !== -1), i = { ...a, ...e };
1956
+ for (const o of r) {
1957
+ const c = ce(a[o], e[o]);
1958
1958
  if (!c.valid)
1959
1959
  return { valid: !1 };
1960
- r[o] = c.data;
1960
+ i[o] = c.data;
1961
1961
  }
1962
- return { valid: !0, data: r };
1962
+ return { valid: !0, data: i };
1963
1963
  } else if (t === l.array && s === l.array) {
1964
- if (n.length !== e.length)
1964
+ if (a.length !== e.length)
1965
1965
  return { valid: !1 };
1966
- const a = [];
1967
- for (let i = 0; i < n.length; i++) {
1968
- const r = n[i], o = e[i], c = de(r, o);
1966
+ const n = [];
1967
+ for (let r = 0; r < a.length; r++) {
1968
+ const i = a[r], o = e[r], c = ce(i, o);
1969
1969
  if (!c.valid)
1970
1970
  return { valid: !1 };
1971
- a.push(c.data);
1971
+ n.push(c.data);
1972
1972
  }
1973
- return { valid: !0, data: a };
1974
- } else return t === l.date && s === l.date && +n == +e ? { valid: !0, data: n } : { valid: !1 };
1973
+ return { valid: !0, data: n };
1974
+ } else return t === l.date && s === l.date && +a == +e ? { valid: !0, data: a } : { valid: !1 };
1975
1975
  }
1976
1976
  let ee = class extends v {
1977
1977
  _parse(e) {
1978
- const { status: t, ctx: s } = this._processInputParams(e), a = (i, r) => {
1979
- if (ve(i) || ve(r))
1980
- return g;
1981
- const o = de(i.value, r.value);
1982
- return o.valid ? ((be(i) || be(r)) && t.dirty(), { status: t.value, value: o.data }) : (u(s, {
1983
- code: d.invalid_intersection_types
1984
- }), g);
1978
+ const { status: t, ctx: s } = this._processInputParams(e), n = (r, i) => {
1979
+ if (ye(r) || ye(i))
1980
+ return _;
1981
+ const o = ce(r.value, i.value);
1982
+ return o.valid ? ((ve(r) || ve(i)) && t.dirty(), { status: t.value, value: o.data }) : (d(s, {
1983
+ code: u.invalid_intersection_types
1984
+ }), _);
1985
1985
  };
1986
1986
  return s.common.async ? Promise.all([
1987
1987
  this._def.left._parseAsync({
@@ -1994,7 +1994,7 @@ let ee = class extends v {
1994
1994
  path: s.path,
1995
1995
  parent: s
1996
1996
  })
1997
- ]).then(([i, r]) => a(i, r)) : a(this._def.left._parseSync({
1997
+ ]).then(([r, i]) => n(r, i)) : n(this._def.left._parseSync({
1998
1998
  data: s.data,
1999
1999
  path: s.path,
2000
2000
  parent: s
@@ -2005,63 +2005,63 @@ let ee = class extends v {
2005
2005
  }));
2006
2006
  }
2007
2007
  };
2008
- ee.create = (n, e, t) => new ee({
2009
- left: n,
2008
+ ee.create = (a, e, t) => new ee({
2009
+ left: a,
2010
2010
  right: e,
2011
2011
  typeName: m.ZodIntersection,
2012
2012
  ...y(t)
2013
2013
  });
2014
- class R extends v {
2014
+ class q extends v {
2015
2015
  _parse(e) {
2016
2016
  const { status: t, ctx: s } = this._processInputParams(e);
2017
2017
  if (s.parsedType !== l.array)
2018
- return u(s, {
2019
- code: d.invalid_type,
2018
+ return d(s, {
2019
+ code: u.invalid_type,
2020
2020
  expected: l.array,
2021
2021
  received: s.parsedType
2022
- }), g;
2022
+ }), _;
2023
2023
  if (s.data.length < this._def.items.length)
2024
- return u(s, {
2025
- code: d.too_small,
2024
+ return d(s, {
2025
+ code: u.too_small,
2026
2026
  minimum: this._def.items.length,
2027
2027
  inclusive: !0,
2028
2028
  exact: !1,
2029
2029
  type: "array"
2030
- }), g;
2031
- !this._def.rest && s.data.length > this._def.items.length && (u(s, {
2032
- code: d.too_big,
2030
+ }), _;
2031
+ !this._def.rest && s.data.length > this._def.items.length && (d(s, {
2032
+ code: u.too_big,
2033
2033
  maximum: this._def.items.length,
2034
2034
  inclusive: !0,
2035
2035
  exact: !1,
2036
2036
  type: "array"
2037
2037
  }), t.dirty());
2038
- const a = [...s.data].map((i, r) => {
2039
- const o = this._def.items[r] || this._def.rest;
2040
- return o ? o._parse(new I(s, i, s.path, r)) : null;
2041
- }).filter((i) => !!i);
2042
- return s.common.async ? Promise.all(a).then((i) => N.mergeArray(t, i)) : N.mergeArray(t, a);
2038
+ const n = [...s.data].map((r, i) => {
2039
+ const o = this._def.items[i] || this._def.rest;
2040
+ return o ? o._parse(new j(s, r, s.path, i)) : null;
2041
+ }).filter((r) => !!r);
2042
+ return s.common.async ? Promise.all(n).then((r) => C.mergeArray(t, r)) : C.mergeArray(t, n);
2043
2043
  }
2044
2044
  get items() {
2045
2045
  return this._def.items;
2046
2046
  }
2047
2047
  rest(e) {
2048
- return new R({
2048
+ return new q({
2049
2049
  ...this._def,
2050
2050
  rest: e
2051
2051
  });
2052
2052
  }
2053
2053
  }
2054
- R.create = (n, e) => {
2055
- if (!Array.isArray(n))
2054
+ q.create = (a, e) => {
2055
+ if (!Array.isArray(a))
2056
2056
  throw new Error("You must pass an array of schemas to z.tuple([ ... ])");
2057
- return new R({
2058
- items: n,
2057
+ return new q({
2058
+ items: a,
2059
2059
  typeName: m.ZodTuple,
2060
2060
  rest: null,
2061
2061
  ...y(e)
2062
2062
  });
2063
2063
  };
2064
- class Ae extends v {
2064
+ class Oe extends v {
2065
2065
  get keySchema() {
2066
2066
  return this._def.keyType;
2067
2067
  }
@@ -2071,90 +2071,90 @@ class Ae extends v {
2071
2071
  _parse(e) {
2072
2072
  const { status: t, ctx: s } = this._processInputParams(e);
2073
2073
  if (s.parsedType !== l.map)
2074
- return u(s, {
2075
- code: d.invalid_type,
2074
+ return d(s, {
2075
+ code: u.invalid_type,
2076
2076
  expected: l.map,
2077
2077
  received: s.parsedType
2078
- }), g;
2079
- const a = this._def.keyType, i = this._def.valueType, r = [...s.data.entries()].map(([o, c], h) => ({
2080
- key: a._parse(new I(s, o, s.path, [h, "key"])),
2081
- value: i._parse(new I(s, c, s.path, [h, "value"]))
2078
+ }), _;
2079
+ const n = this._def.keyType, r = this._def.valueType, i = [...s.data.entries()].map(([o, c], h) => ({
2080
+ key: n._parse(new j(s, o, s.path, [h, "key"])),
2081
+ value: r._parse(new j(s, c, s.path, [h, "value"]))
2082
2082
  }));
2083
2083
  if (s.common.async) {
2084
2084
  const o = /* @__PURE__ */ new Map();
2085
2085
  return Promise.resolve().then(async () => {
2086
- for (const c of r) {
2087
- const h = await c.key, _ = await c.value;
2088
- if (h.status === "aborted" || _.status === "aborted")
2089
- return g;
2090
- (h.status === "dirty" || _.status === "dirty") && t.dirty(), o.set(h.value, _.value);
2086
+ for (const c of i) {
2087
+ const h = await c.key, g = await c.value;
2088
+ if (h.status === "aborted" || g.status === "aborted")
2089
+ return _;
2090
+ (h.status === "dirty" || g.status === "dirty") && t.dirty(), o.set(h.value, g.value);
2091
2091
  }
2092
2092
  return { status: t.value, value: o };
2093
2093
  });
2094
2094
  } else {
2095
2095
  const o = /* @__PURE__ */ new Map();
2096
- for (const c of r) {
2097
- const h = c.key, _ = c.value;
2098
- if (h.status === "aborted" || _.status === "aborted")
2099
- return g;
2100
- (h.status === "dirty" || _.status === "dirty") && t.dirty(), o.set(h.value, _.value);
2096
+ for (const c of i) {
2097
+ const h = c.key, g = c.value;
2098
+ if (h.status === "aborted" || g.status === "aborted")
2099
+ return _;
2100
+ (h.status === "dirty" || g.status === "dirty") && t.dirty(), o.set(h.value, g.value);
2101
2101
  }
2102
2102
  return { status: t.value, value: o };
2103
2103
  }
2104
2104
  }
2105
2105
  }
2106
- Ae.create = (n, e, t) => new Ae({
2106
+ Oe.create = (a, e, t) => new Oe({
2107
2107
  valueType: e,
2108
- keyType: n,
2108
+ keyType: a,
2109
2109
  typeName: m.ZodMap,
2110
2110
  ...y(t)
2111
2111
  });
2112
- class H extends v {
2112
+ class K extends v {
2113
2113
  _parse(e) {
2114
2114
  const { status: t, ctx: s } = this._processInputParams(e);
2115
2115
  if (s.parsedType !== l.set)
2116
- return u(s, {
2117
- code: d.invalid_type,
2116
+ return d(s, {
2117
+ code: u.invalid_type,
2118
2118
  expected: l.set,
2119
2119
  received: s.parsedType
2120
- }), g;
2121
- const a = this._def;
2122
- a.minSize !== null && s.data.size < a.minSize.value && (u(s, {
2123
- code: d.too_small,
2124
- minimum: a.minSize.value,
2120
+ }), _;
2121
+ const n = this._def;
2122
+ n.minSize !== null && s.data.size < n.minSize.value && (d(s, {
2123
+ code: u.too_small,
2124
+ minimum: n.minSize.value,
2125
2125
  type: "set",
2126
2126
  inclusive: !0,
2127
2127
  exact: !1,
2128
- message: a.minSize.message
2129
- }), t.dirty()), a.maxSize !== null && s.data.size > a.maxSize.value && (u(s, {
2130
- code: d.too_big,
2131
- maximum: a.maxSize.value,
2128
+ message: n.minSize.message
2129
+ }), t.dirty()), n.maxSize !== null && s.data.size > n.maxSize.value && (d(s, {
2130
+ code: u.too_big,
2131
+ maximum: n.maxSize.value,
2132
2132
  type: "set",
2133
2133
  inclusive: !0,
2134
2134
  exact: !1,
2135
- message: a.maxSize.message
2135
+ message: n.maxSize.message
2136
2136
  }), t.dirty());
2137
- const i = this._def.valueType;
2138
- function r(c) {
2137
+ const r = this._def.valueType;
2138
+ function i(c) {
2139
2139
  const h = /* @__PURE__ */ new Set();
2140
- for (const _ of c) {
2141
- if (_.status === "aborted")
2142
- return g;
2143
- _.status === "dirty" && t.dirty(), h.add(_.value);
2140
+ for (const g of c) {
2141
+ if (g.status === "aborted")
2142
+ return _;
2143
+ g.status === "dirty" && t.dirty(), h.add(g.value);
2144
2144
  }
2145
2145
  return { status: t.value, value: h };
2146
2146
  }
2147
- const o = [...s.data.values()].map((c, h) => i._parse(new I(s, c, s.path, h)));
2148
- return s.common.async ? Promise.all(o).then((c) => r(c)) : r(o);
2147
+ const o = [...s.data.values()].map((c, h) => r._parse(new j(s, c, s.path, h)));
2148
+ return s.common.async ? Promise.all(o).then((c) => i(c)) : i(o);
2149
2149
  }
2150
2150
  min(e, t) {
2151
- return new H({
2151
+ return new K({
2152
2152
  ...this._def,
2153
2153
  minSize: { value: e, message: p.toString(t) }
2154
2154
  });
2155
2155
  }
2156
2156
  max(e, t) {
2157
- return new H({
2157
+ return new K({
2158
2158
  ...this._def,
2159
2159
  maxSize: { value: e, message: p.toString(t) }
2160
2160
  });
@@ -2166,14 +2166,14 @@ class H extends v {
2166
2166
  return this.min(1, e);
2167
2167
  }
2168
2168
  }
2169
- H.create = (n, e) => new H({
2170
- valueType: n,
2169
+ K.create = (a, e) => new K({
2170
+ valueType: a,
2171
2171
  minSize: null,
2172
2172
  maxSize: null,
2173
2173
  typeName: m.ZodSet,
2174
2174
  ...y(e)
2175
2175
  });
2176
- class Ee extends v {
2176
+ class Ae extends v {
2177
2177
  get schema() {
2178
2178
  return this._def.getter();
2179
2179
  }
@@ -2182,8 +2182,8 @@ class Ee extends v {
2182
2182
  return this._def.getter()._parse({ data: t.data, path: t.path, parent: t });
2183
2183
  }
2184
2184
  }
2185
- Ee.create = (n, e) => new Ee({
2186
- getter: n,
2185
+ Ae.create = (a, e) => new Ae({
2186
+ getter: a,
2187
2187
  typeName: m.ZodLazy,
2188
2188
  ...y(e)
2189
2189
  });
@@ -2191,11 +2191,11 @@ let ue = class extends v {
2191
2191
  _parse(e) {
2192
2192
  if (e.data !== this._def.value) {
2193
2193
  const t = this._getOrReturnCtx(e);
2194
- return u(t, {
2194
+ return d(t, {
2195
2195
  received: t.data,
2196
- code: d.invalid_literal,
2196
+ code: u.invalid_literal,
2197
2197
  expected: this._def.value
2198
- }), g;
2198
+ }), _;
2199
2199
  }
2200
2200
  return { status: "valid", value: e.data };
2201
2201
  }
@@ -2203,35 +2203,35 @@ let ue = class extends v {
2203
2203
  return this._def.value;
2204
2204
  }
2205
2205
  };
2206
- ue.create = (n, e) => new ue({
2207
- value: n,
2206
+ ue.create = (a, e) => new ue({
2207
+ value: a,
2208
2208
  typeName: m.ZodLiteral,
2209
2209
  ...y(e)
2210
2210
  });
2211
- function Me(n, e) {
2212
- return new me({
2213
- values: n,
2211
+ function Re(a, e) {
2212
+ return new fe({
2213
+ values: a,
2214
2214
  typeName: m.ZodEnum,
2215
2215
  ...y(e)
2216
2216
  });
2217
2217
  }
2218
- let me = class le extends v {
2218
+ let fe = class de extends v {
2219
2219
  _parse(e) {
2220
2220
  if (typeof e.data != "string") {
2221
2221
  const t = this._getOrReturnCtx(e), s = this._def.values;
2222
- return u(t, {
2222
+ return d(t, {
2223
2223
  expected: b.joinValues(s),
2224
2224
  received: t.parsedType,
2225
- code: d.invalid_type
2226
- }), g;
2225
+ code: u.invalid_type
2226
+ }), _;
2227
2227
  }
2228
2228
  if (this._cache || (this._cache = new Set(this._def.values)), !this._cache.has(e.data)) {
2229
2229
  const t = this._getOrReturnCtx(e), s = this._def.values;
2230
- return u(t, {
2230
+ return d(t, {
2231
2231
  received: t.data,
2232
- code: d.invalid_enum_value,
2232
+ code: u.invalid_enum_value,
2233
2233
  options: s
2234
- }), g;
2234
+ }), _;
2235
2235
  }
2236
2236
  return x(e.data);
2237
2237
  }
@@ -2257,37 +2257,37 @@ let me = class le extends v {
2257
2257
  return e;
2258
2258
  }
2259
2259
  extract(e, t = this._def) {
2260
- return le.create(e, {
2260
+ return de.create(e, {
2261
2261
  ...this._def,
2262
2262
  ...t
2263
2263
  });
2264
2264
  }
2265
2265
  exclude(e, t = this._def) {
2266
- return le.create(this.options.filter((s) => !e.includes(s)), {
2266
+ return de.create(this.options.filter((s) => !e.includes(s)), {
2267
2267
  ...this._def,
2268
2268
  ...t
2269
2269
  });
2270
2270
  }
2271
2271
  };
2272
- me.create = Me;
2272
+ fe.create = Re;
2273
2273
  class Ie extends v {
2274
2274
  _parse(e) {
2275
2275
  const t = b.getValidEnumValues(this._def.values), s = this._getOrReturnCtx(e);
2276
2276
  if (s.parsedType !== l.string && s.parsedType !== l.number) {
2277
- const a = b.objectValues(t);
2278
- return u(s, {
2279
- expected: b.joinValues(a),
2277
+ const n = b.objectValues(t);
2278
+ return d(s, {
2279
+ expected: b.joinValues(n),
2280
2280
  received: s.parsedType,
2281
- code: d.invalid_type
2282
- }), g;
2281
+ code: u.invalid_type
2282
+ }), _;
2283
2283
  }
2284
2284
  if (this._cache || (this._cache = new Set(b.getValidEnumValues(this._def.values))), !this._cache.has(e.data)) {
2285
- const a = b.objectValues(t);
2286
- return u(s, {
2285
+ const n = b.objectValues(t);
2286
+ return d(s, {
2287
2287
  received: s.data,
2288
- code: d.invalid_enum_value,
2289
- options: a
2290
- }), g;
2288
+ code: u.invalid_enum_value,
2289
+ options: n
2290
+ }), _;
2291
2291
  }
2292
2292
  return x(e.data);
2293
2293
  }
@@ -2295,8 +2295,8 @@ class Ie extends v {
2295
2295
  return this._def.values;
2296
2296
  }
2297
2297
  }
2298
- Ie.create = (n, e) => new Ie({
2299
- values: n,
2298
+ Ie.create = (a, e) => new Ie({
2299
+ values: a,
2300
2300
  typeName: m.ZodNativeEnum,
2301
2301
  ...y(e)
2302
2302
  });
@@ -2307,24 +2307,24 @@ let te = class extends v {
2307
2307
  _parse(e) {
2308
2308
  const { ctx: t } = this._processInputParams(e);
2309
2309
  if (t.parsedType !== l.promise && t.common.async === !1)
2310
- return u(t, {
2311
- code: d.invalid_type,
2310
+ return d(t, {
2311
+ code: u.invalid_type,
2312
2312
  expected: l.promise,
2313
2313
  received: t.parsedType
2314
- }), g;
2314
+ }), _;
2315
2315
  const s = t.parsedType === l.promise ? t.data : Promise.resolve(t.data);
2316
- return x(s.then((a) => this._def.type.parseAsync(a, {
2316
+ return x(s.then((n) => this._def.type.parseAsync(n, {
2317
2317
  path: t.path,
2318
2318
  errorMap: t.common.contextualErrorMap
2319
2319
  })));
2320
2320
  }
2321
2321
  };
2322
- te.create = (n, e) => new te({
2323
- type: n,
2322
+ te.create = (a, e) => new te({
2323
+ type: a,
2324
2324
  typeName: m.ZodPromise,
2325
2325
  ...y(e)
2326
2326
  });
2327
- class D extends v {
2327
+ let D = class extends v {
2328
2328
  innerType() {
2329
2329
  return this._def.schema;
2330
2330
  }
@@ -2332,41 +2332,41 @@ class D extends v {
2332
2332
  return this._def.schema._def.typeName === m.ZodEffects ? this._def.schema.sourceType() : this._def.schema;
2333
2333
  }
2334
2334
  _parse(e) {
2335
- const { status: t, ctx: s } = this._processInputParams(e), a = this._def.effect || null, i = {
2336
- addIssue: (r) => {
2337
- u(s, r), r.fatal ? t.abort() : t.dirty();
2335
+ const { status: t, ctx: s } = this._processInputParams(e), n = this._def.effect || null, r = {
2336
+ addIssue: (i) => {
2337
+ d(s, i), i.fatal ? t.abort() : t.dirty();
2338
2338
  },
2339
2339
  get path() {
2340
2340
  return s.path;
2341
2341
  }
2342
2342
  };
2343
- if (i.addIssue = i.addIssue.bind(i), a.type === "preprocess") {
2344
- const r = a.transform(s.data, i);
2343
+ if (r.addIssue = r.addIssue.bind(r), n.type === "preprocess") {
2344
+ const i = n.transform(s.data, r);
2345
2345
  if (s.common.async)
2346
- return Promise.resolve(r).then(async (o) => {
2346
+ return Promise.resolve(i).then(async (o) => {
2347
2347
  if (t.value === "aborted")
2348
- return g;
2348
+ return _;
2349
2349
  const c = await this._def.schema._parseAsync({
2350
2350
  data: o,
2351
2351
  path: s.path,
2352
2352
  parent: s
2353
2353
  });
2354
- return c.status === "aborted" ? g : c.status === "dirty" || t.value === "dirty" ? ie(c.value) : c;
2354
+ return c.status === "aborted" ? _ : c.status === "dirty" || t.value === "dirty" ? re(c.value) : c;
2355
2355
  });
2356
2356
  {
2357
2357
  if (t.value === "aborted")
2358
- return g;
2358
+ return _;
2359
2359
  const o = this._def.schema._parseSync({
2360
- data: r,
2360
+ data: i,
2361
2361
  path: s.path,
2362
2362
  parent: s
2363
2363
  });
2364
- return o.status === "aborted" ? g : o.status === "dirty" || t.value === "dirty" ? ie(o.value) : o;
2364
+ return o.status === "aborted" ? _ : o.status === "dirty" || t.value === "dirty" ? re(o.value) : o;
2365
2365
  }
2366
2366
  }
2367
- if (a.type === "refinement") {
2368
- const r = (o) => {
2369
- const c = a.refinement(o, i);
2367
+ if (n.type === "refinement") {
2368
+ const i = (o) => {
2369
+ const c = n.refinement(o, r);
2370
2370
  if (s.common.async)
2371
2371
  return Promise.resolve(c);
2372
2372
  if (c instanceof Promise)
@@ -2379,44 +2379,44 @@ class D extends v {
2379
2379
  path: s.path,
2380
2380
  parent: s
2381
2381
  });
2382
- return o.status === "aborted" ? g : (o.status === "dirty" && t.dirty(), r(o.value), { status: t.value, value: o.value });
2382
+ return o.status === "aborted" ? _ : (o.status === "dirty" && t.dirty(), i(o.value), { status: t.value, value: o.value });
2383
2383
  } else
2384
- return this._def.schema._parseAsync({ data: s.data, path: s.path, parent: s }).then((o) => o.status === "aborted" ? g : (o.status === "dirty" && t.dirty(), r(o.value).then(() => ({ status: t.value, value: o.value }))));
2384
+ return this._def.schema._parseAsync({ data: s.data, path: s.path, parent: s }).then((o) => o.status === "aborted" ? _ : (o.status === "dirty" && t.dirty(), i(o.value).then(() => ({ status: t.value, value: o.value }))));
2385
2385
  }
2386
- if (a.type === "transform")
2386
+ if (n.type === "transform")
2387
2387
  if (s.common.async === !1) {
2388
- const r = this._def.schema._parseSync({
2388
+ const i = this._def.schema._parseSync({
2389
2389
  data: s.data,
2390
2390
  path: s.path,
2391
2391
  parent: s
2392
2392
  });
2393
- if (!L(r))
2394
- return g;
2395
- const o = a.transform(r.value, i);
2393
+ if (!L(i))
2394
+ return _;
2395
+ const o = n.transform(i.value, r);
2396
2396
  if (o instanceof Promise)
2397
2397
  throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");
2398
2398
  return { status: t.value, value: o };
2399
2399
  } else
2400
- return this._def.schema._parseAsync({ data: s.data, path: s.path, parent: s }).then((r) => L(r) ? Promise.resolve(a.transform(r.value, i)).then((o) => ({
2400
+ return this._def.schema._parseAsync({ data: s.data, path: s.path, parent: s }).then((i) => L(i) ? Promise.resolve(n.transform(i.value, r)).then((o) => ({
2401
2401
  status: t.value,
2402
2402
  value: o
2403
- })) : g);
2404
- b.assertNever(a);
2403
+ })) : _);
2404
+ b.assertNever(n);
2405
2405
  }
2406
- }
2407
- D.create = (n, e, t) => new D({
2408
- schema: n,
2406
+ };
2407
+ D.create = (a, e, t) => new D({
2408
+ schema: a,
2409
2409
  typeName: m.ZodEffects,
2410
2410
  effect: e,
2411
2411
  ...y(t)
2412
2412
  });
2413
- D.createWithPreprocess = (n, e, t) => new D({
2413
+ D.createWithPreprocess = (a, e, t) => new D({
2414
2414
  schema: e,
2415
- effect: { type: "preprocess", transform: n },
2415
+ effect: { type: "preprocess", transform: a },
2416
2416
  typeName: m.ZodEffects,
2417
2417
  ...y(t)
2418
2418
  });
2419
- let E = class extends v {
2419
+ let $ = class extends v {
2420
2420
  _parse(e) {
2421
2421
  return this._getType(e) === l.undefined ? x(void 0) : this._def.innerType._parse(e);
2422
2422
  }
@@ -2424,8 +2424,8 @@ let E = class extends v {
2424
2424
  return this._def.innerType;
2425
2425
  }
2426
2426
  };
2427
- E.create = (n, e) => new E({
2428
- innerType: n,
2427
+ $.create = (a, e) => new $({
2428
+ innerType: a,
2429
2429
  typeName: m.ZodOptional,
2430
2430
  ...y(e)
2431
2431
  });
@@ -2437,12 +2437,12 @@ let V = class extends v {
2437
2437
  return this._def.innerType;
2438
2438
  }
2439
2439
  };
2440
- V.create = (n, e) => new V({
2441
- innerType: n,
2440
+ V.create = (a, e) => new V({
2441
+ innerType: a,
2442
2442
  typeName: m.ZodNullable,
2443
2443
  ...y(e)
2444
2444
  });
2445
- class he extends v {
2445
+ let le = class extends v {
2446
2446
  _parse(e) {
2447
2447
  const { ctx: t } = this._processInputParams(e);
2448
2448
  let s = t.data;
@@ -2455,14 +2455,14 @@ class he extends v {
2455
2455
  removeDefault() {
2456
2456
  return this._def.innerType;
2457
2457
  }
2458
- }
2459
- he.create = (n, e) => new he({
2460
- innerType: n,
2458
+ };
2459
+ le.create = (a, e) => new le({
2460
+ innerType: a,
2461
2461
  typeName: m.ZodDefault,
2462
2462
  defaultValue: typeof e.default == "function" ? e.default : () => e.default,
2463
2463
  ...y(e)
2464
2464
  });
2465
- class pe extends v {
2465
+ class he extends v {
2466
2466
  _parse(e) {
2467
2467
  const { ctx: t } = this._processInputParams(e), s = {
2468
2468
  ...t,
@@ -2470,26 +2470,26 @@ class pe extends v {
2470
2470
  ...t.common,
2471
2471
  issues: []
2472
2472
  }
2473
- }, a = this._def.innerType._parse({
2473
+ }, n = this._def.innerType._parse({
2474
2474
  data: s.data,
2475
2475
  path: s.path,
2476
2476
  parent: {
2477
2477
  ...s
2478
2478
  }
2479
2479
  });
2480
- return X(a) ? a.then((i) => ({
2480
+ return Y(n) ? n.then((r) => ({
2481
2481
  status: "valid",
2482
- value: i.status === "valid" ? i.value : this._def.catchValue({
2482
+ value: r.status === "valid" ? r.value : this._def.catchValue({
2483
2483
  get error() {
2484
- return new C(s.common.issues);
2484
+ return new O(s.common.issues);
2485
2485
  },
2486
2486
  input: s.data
2487
2487
  })
2488
2488
  })) : {
2489
2489
  status: "valid",
2490
- value: a.status === "valid" ? a.value : this._def.catchValue({
2490
+ value: n.status === "valid" ? n.value : this._def.catchValue({
2491
2491
  get error() {
2492
- return new C(s.common.issues);
2492
+ return new O(s.common.issues);
2493
2493
  },
2494
2494
  input: s.data
2495
2495
  })
@@ -2499,28 +2499,28 @@ class pe extends v {
2499
2499
  return this._def.innerType;
2500
2500
  }
2501
2501
  }
2502
- pe.create = (n, e) => new pe({
2503
- innerType: n,
2502
+ he.create = (a, e) => new he({
2503
+ innerType: a,
2504
2504
  typeName: m.ZodCatch,
2505
2505
  catchValue: typeof e.catch == "function" ? e.catch : () => e.catch,
2506
2506
  ...y(e)
2507
2507
  });
2508
- class $e extends v {
2508
+ class Ee extends v {
2509
2509
  _parse(e) {
2510
2510
  if (this._getType(e) !== l.nan) {
2511
2511
  const t = this._getOrReturnCtx(e);
2512
- return u(t, {
2513
- code: d.invalid_type,
2512
+ return d(t, {
2513
+ code: u.invalid_type,
2514
2514
  expected: l.nan,
2515
2515
  received: t.parsedType
2516
- }), g;
2516
+ }), _;
2517
2517
  }
2518
2518
  return { status: "valid", value: e.data };
2519
2519
  }
2520
2520
  }
2521
- $e.create = (n) => new $e({
2521
+ Ee.create = (a) => new Ee({
2522
2522
  typeName: m.ZodNaN,
2523
- ...y(n)
2523
+ ...y(a)
2524
2524
  });
2525
2525
  class ut extends v {
2526
2526
  _parse(e) {
@@ -2535,80 +2535,80 @@ class ut extends v {
2535
2535
  return this._def.type;
2536
2536
  }
2537
2537
  }
2538
- class _e extends v {
2538
+ class me extends v {
2539
2539
  _parse(e) {
2540
2540
  const { status: t, ctx: s } = this._processInputParams(e);
2541
2541
  if (s.common.async)
2542
2542
  return (async () => {
2543
- const a = await this._def.in._parseAsync({
2543
+ const n = await this._def.in._parseAsync({
2544
2544
  data: s.data,
2545
2545
  path: s.path,
2546
2546
  parent: s
2547
2547
  });
2548
- return a.status === "aborted" ? g : a.status === "dirty" ? (t.dirty(), ie(a.value)) : this._def.out._parseAsync({
2549
- data: a.value,
2548
+ return n.status === "aborted" ? _ : n.status === "dirty" ? (t.dirty(), re(n.value)) : this._def.out._parseAsync({
2549
+ data: n.value,
2550
2550
  path: s.path,
2551
2551
  parent: s
2552
2552
  });
2553
2553
  })();
2554
2554
  {
2555
- const a = this._def.in._parseSync({
2555
+ const n = this._def.in._parseSync({
2556
2556
  data: s.data,
2557
2557
  path: s.path,
2558
2558
  parent: s
2559
2559
  });
2560
- return a.status === "aborted" ? g : a.status === "dirty" ? (t.dirty(), {
2560
+ return n.status === "aborted" ? _ : n.status === "dirty" ? (t.dirty(), {
2561
2561
  status: "dirty",
2562
- value: a.value
2562
+ value: n.value
2563
2563
  }) : this._def.out._parseSync({
2564
- data: a.value,
2564
+ data: n.value,
2565
2565
  path: s.path,
2566
2566
  parent: s
2567
2567
  });
2568
2568
  }
2569
2569
  }
2570
2570
  static create(e, t) {
2571
- return new _e({
2571
+ return new me({
2572
2572
  in: e,
2573
2573
  out: t,
2574
2574
  typeName: m.ZodPipeline
2575
2575
  });
2576
2576
  }
2577
2577
  }
2578
- class fe extends v {
2578
+ class pe extends v {
2579
2579
  _parse(e) {
2580
- const t = this._def.innerType._parse(e), s = (a) => (L(a) && (a.value = Object.freeze(a.value)), a);
2581
- return X(t) ? t.then((a) => s(a)) : s(t);
2580
+ const t = this._def.innerType._parse(e), s = (n) => (L(n) && (n.value = Object.freeze(n.value)), n);
2581
+ return Y(t) ? t.then((n) => s(n)) : s(t);
2582
2582
  }
2583
2583
  unwrap() {
2584
2584
  return this._def.innerType;
2585
2585
  }
2586
2586
  }
2587
- fe.create = (n, e) => new fe({
2588
- innerType: n,
2587
+ pe.create = (a, e) => new pe({
2588
+ innerType: a,
2589
2589
  typeName: m.ZodReadonly,
2590
2590
  ...y(e)
2591
2591
  });
2592
2592
  var m;
2593
- (function(n) {
2594
- n.ZodString = "ZodString", n.ZodNumber = "ZodNumber", n.ZodNaN = "ZodNaN", n.ZodBigInt = "ZodBigInt", n.ZodBoolean = "ZodBoolean", n.ZodDate = "ZodDate", n.ZodSymbol = "ZodSymbol", n.ZodUndefined = "ZodUndefined", n.ZodNull = "ZodNull", n.ZodAny = "ZodAny", n.ZodUnknown = "ZodUnknown", n.ZodNever = "ZodNever", n.ZodVoid = "ZodVoid", n.ZodArray = "ZodArray", n.ZodObject = "ZodObject", n.ZodUnion = "ZodUnion", n.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", n.ZodIntersection = "ZodIntersection", n.ZodTuple = "ZodTuple", n.ZodRecord = "ZodRecord", n.ZodMap = "ZodMap", n.ZodSet = "ZodSet", n.ZodFunction = "ZodFunction", n.ZodLazy = "ZodLazy", n.ZodLiteral = "ZodLiteral", n.ZodEnum = "ZodEnum", n.ZodEffects = "ZodEffects", n.ZodNativeEnum = "ZodNativeEnum", n.ZodOptional = "ZodOptional", n.ZodNullable = "ZodNullable", n.ZodDefault = "ZodDefault", n.ZodCatch = "ZodCatch", n.ZodPromise = "ZodPromise", n.ZodBranded = "ZodBranded", n.ZodPipeline = "ZodPipeline", n.ZodReadonly = "ZodReadonly";
2593
+ (function(a) {
2594
+ a.ZodString = "ZodString", a.ZodNumber = "ZodNumber", a.ZodNaN = "ZodNaN", a.ZodBigInt = "ZodBigInt", a.ZodBoolean = "ZodBoolean", a.ZodDate = "ZodDate", a.ZodSymbol = "ZodSymbol", a.ZodUndefined = "ZodUndefined", a.ZodNull = "ZodNull", a.ZodAny = "ZodAny", a.ZodUnknown = "ZodUnknown", a.ZodNever = "ZodNever", a.ZodVoid = "ZodVoid", a.ZodArray = "ZodArray", a.ZodObject = "ZodObject", a.ZodUnion = "ZodUnion", a.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", a.ZodIntersection = "ZodIntersection", a.ZodTuple = "ZodTuple", a.ZodRecord = "ZodRecord", a.ZodMap = "ZodMap", a.ZodSet = "ZodSet", a.ZodFunction = "ZodFunction", a.ZodLazy = "ZodLazy", a.ZodLiteral = "ZodLiteral", a.ZodEnum = "ZodEnum", a.ZodEffects = "ZodEffects", a.ZodNativeEnum = "ZodNativeEnum", a.ZodOptional = "ZodOptional", a.ZodNullable = "ZodNullable", a.ZodDefault = "ZodDefault", a.ZodCatch = "ZodCatch", a.ZodPromise = "ZodPromise", a.ZodBranded = "ZodBranded", a.ZodPipeline = "ZodPipeline", a.ZodReadonly = "ZodReadonly";
2595
2595
  })(m || (m = {}));
2596
- const lt = A.create, ht = ce.create;
2597
- $.create;
2598
- q.create;
2599
- const pt = T.create;
2600
- Q.create;
2596
+ const dt = E.create, lt = oe.create;
2597
+ P.create;
2598
+ T.create;
2599
+ const ht = A.create;
2600
+ X.create;
2601
2601
  ee.create;
2602
- R.create;
2603
- const ft = ue.create;
2604
- me.create;
2602
+ q.create;
2603
+ const pt = ue.create;
2604
+ fe.create;
2605
2605
  te.create;
2606
- E.create;
2606
+ $.create;
2607
2607
  V.create;
2608
- const mt = "1.9.0", _t = {
2609
- version: mt
2608
+ const ft = "1.11.0", mt = {
2609
+ version: ft
2610
2610
  };
2611
- class gt {
2611
+ class _t {
2612
2612
  constructor(e) {
2613
2613
  this._client = e;
2614
2614
  }
@@ -2627,7 +2627,7 @@ class gt {
2627
2627
  return e.account;
2628
2628
  }
2629
2629
  }
2630
- class yt {
2630
+ class gt {
2631
2631
  constructor(e) {
2632
2632
  this._client = e;
2633
2633
  }
@@ -2684,9 +2684,7 @@ class yt {
2684
2684
  * ```
2685
2685
  */
2686
2686
  async setDependencies(e) {
2687
- return await this._client.request("applications.setDependencies", {
2688
- applicationSpecifiers: e
2689
- });
2687
+ return await this._client.request("applications.setDependencies", { applicationSpecifiers: e }, { timeout: 0 });
2690
2688
  }
2691
2689
  /**
2692
2690
  * Registers a message interceptor for client messages from sub-applications.
@@ -2724,7 +2722,7 @@ class yt {
2724
2722
  this._client._messageInterceptors.set(e, t);
2725
2723
  }
2726
2724
  }
2727
- class vt {
2725
+ class yt {
2728
2726
  constructor(e) {
2729
2727
  this._client = e;
2730
2728
  }
@@ -2747,8 +2745,28 @@ class vt {
2747
2745
  throw new Error("Failed to get device information");
2748
2746
  return e.deviceInformation;
2749
2747
  }
2748
+ /**
2749
+ * Retrieves the capabilities of the current device.
2750
+ *
2751
+ * Capabilities indicate what hardware and software features are available on
2752
+ * the device running the application. This can be used to conditionally enable
2753
+ * features based on what the device supports (e.g., MQTT, Bluetooth, WiFi).
2754
+ *
2755
+ * @returns A promise that resolves to an array of device capability strings
2756
+ * @example
2757
+ * const capabilities = await devices.getCapabilities();
2758
+ * if (capabilities.includes('mqtt')) {
2759
+ * // Enable MQTT features
2760
+ * }
2761
+ */
2762
+ async getCapabilities() {
2763
+ const e = await this._client.request("devices.getCapabilities", {});
2764
+ if (!e.success)
2765
+ throw new Error("Failed to get device capabilities");
2766
+ return e.capabilities;
2767
+ }
2750
2768
  }
2751
- class bt {
2769
+ class vt {
2752
2770
  constructor(e) {
2753
2771
  this._client = e;
2754
2772
  }
@@ -2762,7 +2780,7 @@ class bt {
2762
2780
  return (await this._client.unsubscribe("environment.unsubscribeColorScheme", {}, e)).success;
2763
2781
  }
2764
2782
  }
2765
- class wt {
2783
+ class bt {
2766
2784
  constructor(e) {
2767
2785
  this._client = e;
2768
2786
  }
@@ -2807,15 +2825,28 @@ class wt {
2807
2825
  id: e
2808
2826
  })).content;
2809
2827
  }
2828
+ /**
2829
+ * Opens a full-screen media picker dialog in the host window.
2830
+ * This allows users to browse folders, view media, and select an item.
2831
+ *
2832
+ * @param options Optional picker options including content type filter and current value
2833
+ * @returns A promise that resolves to the selected media, or null if cancelled
2834
+ */
2835
+ async openPicker(e) {
2836
+ return (await this._client.request("media.openPicker", {
2837
+ accept: e == null ? void 0 : e.accept,
2838
+ currentValue: e == null ? void 0 : e.currentValue
2839
+ })).selection;
2840
+ }
2810
2841
  }
2811
- class kt {
2842
+ class wt {
2812
2843
  constructor(e) {
2813
2844
  this._client = e;
2814
2845
  }
2815
2846
  async fetch(e, t) {
2816
2847
  var s;
2817
- let a;
2818
- typeof e == "string" ? a = e : e instanceof URL ? a = e.toString() : (a = e.url, t || (t = {
2848
+ let n;
2849
+ typeof e == "string" ? n = e : e instanceof URL ? n = e.toString() : (n = e.url, t || (t = {
2819
2850
  method: e.method,
2820
2851
  headers: e.headers,
2821
2852
  body: e.body,
@@ -2825,39 +2856,39 @@ class kt {
2825
2856
  referrer: e.referrer,
2826
2857
  integrity: e.integrity
2827
2858
  }));
2828
- let i = {};
2829
- t != null && t.headers && (t.headers instanceof Headers ? t.headers.forEach((_, w) => {
2830
- i[w] = _;
2831
- }) : Array.isArray(t.headers) ? t.headers.forEach(([_, w]) => {
2832
- i[_] = w;
2833
- }) : i = t.headers);
2834
- const r = await this._client.request("proxy.fetch", {
2835
- url: a,
2859
+ let r = {};
2860
+ t != null && t.headers && (t.headers instanceof Headers ? t.headers.forEach((g, w) => {
2861
+ r[w] = g;
2862
+ }) : Array.isArray(t.headers) ? t.headers.forEach(([g, w]) => {
2863
+ r[g] = w;
2864
+ }) : r = t.headers);
2865
+ const i = await this._client.request("proxy.fetch", {
2866
+ url: n,
2836
2867
  method: (t == null ? void 0 : t.method) || "GET",
2837
- headers: i,
2868
+ headers: r,
2838
2869
  body: (s = t == null ? void 0 : t.body) !== null && s !== void 0 ? s : null
2839
2870
  });
2840
- if (!r.success)
2841
- throw new TypeError(r.errorMessage, {
2842
- cause: r.errorCause ? Error(r.errorCause) : void 0
2871
+ if (!i.success)
2872
+ throw new TypeError(i.errorMessage, {
2873
+ cause: i.errorCause ? Error(i.errorCause) : void 0
2843
2874
  });
2844
- const o = new Headers(r.headers), c = {
2845
- status: r.status,
2846
- statusText: r.statusText,
2875
+ const o = new Headers(i.headers), c = {
2876
+ status: i.status,
2877
+ statusText: i.statusText,
2847
2878
  headers: o
2848
2879
  };
2849
2880
  let h = null;
2850
- if (r.body !== null && r.body !== void 0)
2851
- if (r.bodyType === "binary") {
2852
- const _ = atob(r.body), w = new Uint8Array(_.length);
2853
- for (let Z = 0; Z < _.length; Z++)
2854
- w[Z] = _.charCodeAt(Z);
2881
+ if (i.body !== null && i.body !== void 0)
2882
+ if (i.bodyType === "binary") {
2883
+ const g = atob(i.body), w = new Uint8Array(g.length);
2884
+ for (let S = 0; S < g.length; S++)
2885
+ w[S] = g.charCodeAt(S);
2855
2886
  h = w;
2856
- } else r.bodyType === "text" ? h = r.body : r.bodyType === "json" && (h = JSON.stringify(r.body));
2887
+ } else i.bodyType === "text" ? h = i.body : i.bodyType === "json" && (h = JSON.stringify(i.body));
2857
2888
  return new Response(h, c);
2858
2889
  }
2859
2890
  }
2860
- class xt {
2891
+ class kt {
2861
2892
  constructor(e) {
2862
2893
  this._client = e;
2863
2894
  }
@@ -2871,7 +2902,7 @@ class xt {
2871
2902
  * @returns A StoreSlice instance for the application scope
2872
2903
  */
2873
2904
  get application() {
2874
- return new K("application", "", this._client);
2905
+ return new W("application", "", this._client);
2875
2906
  }
2876
2907
  /**
2877
2908
  * Provides access to the instance store scope.
@@ -2885,7 +2916,7 @@ class xt {
2885
2916
  * @returns A StoreSlice instance for the instance scope
2886
2917
  */
2887
2918
  get instance() {
2888
- return new K("instance", this._client.applicationInstance, this._client);
2919
+ return new W("instance", this._client.applicationInstance, this._client);
2889
2920
  }
2890
2921
  /**
2891
2922
  * Provides access to the device store scope.
@@ -2900,7 +2931,7 @@ class xt {
2900
2931
  * @returns A StoreSlice instance for the device scope
2901
2932
  */
2902
2933
  get device() {
2903
- return new K("device", this._client.applicationInstance, this._client);
2934
+ return new W("device", this._client.applicationInstance, this._client);
2904
2935
  }
2905
2936
  /**
2906
2937
  * Provides access to the shared store scope with a specified namespace.
@@ -2916,10 +2947,10 @@ class xt {
2916
2947
  * @returns A StoreSlice instance for the specified shared namespace
2917
2948
  */
2918
2949
  shared(e) {
2919
- return new K("shared", e, this._client);
2950
+ return new W("shared", e, this._client);
2920
2951
  }
2921
2952
  }
2922
- class K {
2953
+ class W {
2923
2954
  constructor(e, t, s) {
2924
2955
  this._kind = e, this._namespace = t, this._client = s;
2925
2956
  }
@@ -3013,7 +3044,7 @@ class K {
3013
3044
  })).success;
3014
3045
  }
3015
3046
  }
3016
- class St {
3047
+ class xt {
3017
3048
  constructor(e) {
3018
3049
  this._client = e;
3019
3050
  }
@@ -3036,7 +3067,7 @@ class St {
3036
3067
  return e.user;
3037
3068
  }
3038
3069
  }
3039
- class Nt {
3070
+ class St {
3040
3071
  constructor(e) {
3041
3072
  this._client = e;
3042
3073
  }
@@ -3179,7 +3210,7 @@ class Nt {
3179
3210
  return t;
3180
3211
  }
3181
3212
  }
3182
- class Ct {
3213
+ class Nt {
3183
3214
  constructor(e) {
3184
3215
  this._client = e;
3185
3216
  }
@@ -3219,20 +3250,84 @@ class Ct {
3219
3250
  * ```
3220
3251
  */
3221
3252
  async getRates(e) {
3222
- var t, s, a;
3223
- const i = await this._client.request("currency.getRates", e);
3224
- if (!i.success || !i.rates)
3225
- throw ((t = i.error) === null || t === void 0 ? void 0 : t.code) === 201 ? new Error(`Invalid base currency '${e.base}'`) : ((s = i.error) === null || s === void 0 ? void 0 : s.code) === 202 ? new Error(`Invalid target currency symbol '${e.symbols}'`) : new Error(((a = i.error) === null || a === void 0 ? void 0 : a.message) || "Failed to fetch currency rates");
3226
- return i.rates;
3253
+ var t, s, n;
3254
+ const r = await this._client.request("currency.getRates", e);
3255
+ if (!r.success || !r.rates)
3256
+ throw ((t = r.error) === null || t === void 0 ? void 0 : t.code) === 201 ? new Error(`Invalid base currency '${e.base}'`) : ((s = r.error) === null || s === void 0 ? void 0 : s.code) === 202 ? new Error(`Invalid target currency symbol '${e.symbols}'`) : new Error(((n = r.error) === null || n === void 0 ? void 0 : n.message) || "Failed to fetch currency rates");
3257
+ return r.rates;
3258
+ }
3259
+ }
3260
+ class Ct {
3261
+ constructor(e) {
3262
+ this._client = e;
3263
+ }
3264
+ async discover() {
3265
+ const e = await this._client.request("mqtt.discover", {});
3266
+ if (!e.success)
3267
+ throw new Error("Failed to discover MQTT brokers");
3268
+ return e.brokers;
3269
+ }
3270
+ async connect(e, t) {
3271
+ const s = await this._client.request("mqtt.connect", {
3272
+ brokerUrl: e,
3273
+ ...t
3274
+ });
3275
+ if (!s.success)
3276
+ throw new Error("Failed to connect to MQTT broker");
3277
+ return s.clientId;
3278
+ }
3279
+ async disconnect(e) {
3280
+ if (!(await this._client.request("mqtt.disconnect", { clientId: e })).success)
3281
+ throw new Error("Failed to disconnect from MQTT broker");
3282
+ }
3283
+ async publish(e, t, s, n) {
3284
+ if (!(await this._client.request("mqtt.publish", {
3285
+ clientId: e,
3286
+ topic: t,
3287
+ payload: s,
3288
+ ...n
3289
+ })).success)
3290
+ throw new Error("Failed to publish MQTT message");
3291
+ }
3292
+ async subscribe(e, t, s, n) {
3293
+ return (await this._client.subscribe("mqtt.subscribe", {
3294
+ clientId: e,
3295
+ topic: t,
3296
+ ...n
3297
+ }, s)).success;
3298
+ }
3299
+ async unsubscribe(e, t, s) {
3300
+ return (await this._client.unsubscribe("mqtt.unsubscribe", {
3301
+ clientId: e,
3302
+ topic: t
3303
+ }, s)).success;
3304
+ }
3305
+ async getConnectionStatus(e) {
3306
+ const t = await this._client.request("mqtt.getConnectionStatus", {
3307
+ clientId: e
3308
+ });
3309
+ if (!t.success)
3310
+ throw new Error("Failed to get MQTT connection status");
3311
+ return t.status;
3312
+ }
3313
+ async subscribeConnectionStatus(e, t) {
3314
+ return (await this._client.subscribe("mqtt.subscribeConnectionStatus", {
3315
+ clientId: e
3316
+ }, t)).success;
3317
+ }
3318
+ async unsubscribeConnectionStatus(e, t) {
3319
+ return (await this._client.unsubscribe("mqtt.unsubscribeConnectionStatus", {
3320
+ clientId: e
3321
+ }, t)).success;
3227
3322
  }
3228
3323
  }
3229
- function W(n) {
3230
- return { ...n, type: "client" };
3324
+ function J(a) {
3325
+ return { ...a, type: "client" };
3231
3326
  }
3232
- const Tt = pt({
3233
- type: ft("bridge"),
3234
- name: lt(),
3235
- data: ht()
3327
+ const Tt = ht({
3328
+ type: pt("bridge"),
3329
+ name: dt(),
3330
+ data: lt()
3236
3331
  });
3237
3332
  class Zt {
3238
3333
  /**
@@ -3258,11 +3353,11 @@ class Zt {
3258
3353
  */
3259
3354
  async setRootSettingsNavigation(e) {
3260
3355
  var t;
3261
- const s = this._store.shared("root-settings-navigation"), a = (t = await s.get("navigation")) !== null && t !== void 0 ? t : {}, i = this._store._client._applicationSpecifier;
3262
- a[i] = {
3263
- applicationSpecifier: i,
3356
+ const s = this._store.shared("root-settings-navigation"), n = (t = await s.get("navigation")) !== null && t !== void 0 ? t : {}, r = this._store._client._applicationSpecifier;
3357
+ n[r] = {
3358
+ applicationSpecifier: r,
3264
3359
  entries: e.entries
3265
- }, s.set("navigation", a);
3360
+ }, s.set("navigation", n);
3266
3361
  }
3267
3362
  /**
3268
3363
  * Retrieves the current navigation entries for this root application.
@@ -3291,9 +3386,9 @@ class Zt {
3291
3386
  return (e = await this._store.shared("root-settings-navigation").get("navigation")) !== null && e !== void 0 ? e : {};
3292
3387
  }
3293
3388
  }
3294
- const F = 1e3 * 30, ge = typeof window > "u" && typeof self < "u", B = ge ? self : window;
3295
- function z(n) {
3296
- ge ? self.postMessage(n) : B.parent.postMessage(n, "*");
3389
+ const z = 1e3 * 30, _e = typeof window > "u" && typeof self < "u", U = _e ? self : window;
3390
+ function B(a) {
3391
+ _e ? self.postMessage(a) : U.parent.postMessage(a, "*");
3297
3392
  }
3298
3393
  class Ot {
3299
3394
  /**
@@ -3321,7 +3416,7 @@ class Ot {
3321
3416
  * @returns An Accounts instance bound to this client
3322
3417
  */
3323
3418
  get accounts() {
3324
- return new gt(this);
3419
+ return new _t(this);
3325
3420
  }
3326
3421
  /**
3327
3422
  * Provides access to the users API for retrieving TelemetryOS user information.
@@ -3335,7 +3430,7 @@ class Ot {
3335
3430
  * @returns A Users instance bound to this client
3336
3431
  */
3337
3432
  get users() {
3338
- return new St(this);
3433
+ return new xt(this);
3339
3434
  }
3340
3435
  /**
3341
3436
  * Provides access to the store API for data persistence with multiple storage scopes.
@@ -3349,7 +3444,7 @@ class Ot {
3349
3444
  * @returns A Store instance bound to this client
3350
3445
  */
3351
3446
  get store() {
3352
- return new xt(this);
3447
+ return new kt(this);
3353
3448
  }
3354
3449
  /**
3355
3450
  * Provides access to the applications API for discovering other TelemetryOS applications.
@@ -3363,7 +3458,7 @@ class Ot {
3363
3458
  * @returns An Applications instance bound to this client
3364
3459
  */
3365
3460
  get applications() {
3366
- return new yt(this);
3461
+ return new gt(this);
3367
3462
  }
3368
3463
  /**
3369
3464
  * Provides access to the media API for working with content hosted on the TelemetryOS platform.
@@ -3378,7 +3473,7 @@ class Ot {
3378
3473
  * @returns A Media instance bound to this client
3379
3474
  */
3380
3475
  get media() {
3381
- return new wt(this);
3476
+ return new bt(this);
3382
3477
  }
3383
3478
  /**
3384
3479
  * Provides access to the proxy API for fetching third-party content through the TelemetryOS API.
@@ -3392,7 +3487,7 @@ class Ot {
3392
3487
  * @returns A Proxy instance bound to this client
3393
3488
  */
3394
3489
  get proxy() {
3395
- return new kt(this);
3490
+ return new wt(this);
3396
3491
  }
3397
3492
  /**
3398
3493
  * Provides access to the devices API for interacting with the current device.
@@ -3407,7 +3502,7 @@ class Ot {
3407
3502
  * @returns A Devices instance bound to this client
3408
3503
  */
3409
3504
  get devices() {
3410
- return new vt(this);
3505
+ return new yt(this);
3411
3506
  }
3412
3507
  /**
3413
3508
  * Provides access to the root settings navigation API for TelemetryOS administration UI integration.
@@ -3439,7 +3534,7 @@ class Ot {
3439
3534
  * @returns A Weather instance bound to this client
3440
3535
  */
3441
3536
  get weather() {
3442
- return new Nt(this);
3537
+ return new St(this);
3443
3538
  }
3444
3539
  /**
3445
3540
  * Provides access to the currency API for retrieving currency exchange rates.
@@ -3453,7 +3548,7 @@ class Ot {
3453
3548
  * @returns A Currency instance bound to this client
3454
3549
  */
3455
3550
  get currency() {
3456
- return new Ct(this);
3551
+ return new Nt(this);
3457
3552
  }
3458
3553
  /**
3459
3554
  * Provides access to the environment API for accessing environment settings.
@@ -3467,7 +3562,10 @@ class Ot {
3467
3562
  * @returns An Environment instance bound to this client
3468
3563
  */
3469
3564
  get environment() {
3470
- return new bt(this);
3565
+ return new vt(this);
3566
+ }
3567
+ get mqtt() {
3568
+ return new Ct(this);
3471
3569
  }
3472
3570
  get applicationName() {
3473
3571
  return this._applicationName;
@@ -3495,46 +3593,46 @@ class Ot {
3495
3593
  */
3496
3594
  bind() {
3497
3595
  var e, t, s;
3498
- const a = new URL(B.location.href), i = a.searchParams;
3499
- if (this._applicationInstance = (e = i.get("applicationInstance")) !== null && e !== void 0 ? e : "", !this._applicationInstance)
3596
+ const n = new URL(U.location.href), r = n.searchParams;
3597
+ if (this._applicationInstance = (e = r.get("applicationInstance")) !== null && e !== void 0 ? e : "", !this._applicationInstance)
3500
3598
  throw new Error("Missing applicationInstance query parameter");
3501
- if (this._applicationSpecifier = (t = i.get("applicationSpecifier")) !== null && t !== void 0 ? t : "", !this._applicationSpecifier) {
3502
- const r = a.hostname.split(".");
3503
- this._applicationSpecifier = (s = r[0]) !== null && s !== void 0 ? s : "";
3599
+ if (this._applicationSpecifier = (t = r.get("applicationSpecifier")) !== null && t !== void 0 ? t : "", !this._applicationSpecifier) {
3600
+ const i = n.hostname.split(".");
3601
+ this._applicationSpecifier = (s = i[0]) !== null && s !== void 0 ? s : "";
3504
3602
  }
3505
3603
  if (!this._applicationSpecifier || this._applicationSpecifier.length !== 40)
3506
3604
  throw new Error(`Invalid applicationSpecifier: expected 40-character hash, got "${this._applicationSpecifier}"`);
3507
- this._windowMessageHandler = (r) => {
3508
- if (r.source === B || !r.data || typeof r.data != "object" || !("type" in r.data) || r.data.type !== "client" && r.data.type !== "bridge")
3605
+ this._windowMessageHandler = (i) => {
3606
+ if (i.source === U || !i.data || typeof i.data != "object" || !("type" in i.data) || i.data.type !== "client" && i.data.type !== "bridge")
3509
3607
  return;
3510
3608
  let o;
3511
- if (r.data.type === "client") {
3512
- const c = this._messageInterceptors.get(r.data.name);
3609
+ if (i.data.type === "client") {
3610
+ const c = this._messageInterceptors.get(i.data.name);
3513
3611
  if (!c) {
3514
- z(r.data);
3612
+ B(i.data);
3515
3613
  return;
3516
3614
  }
3517
- o = { ...c(r.data.data), type: "bridge" };
3615
+ o = { ...c(i.data.data), type: "bridge" };
3518
3616
  }
3519
3617
  if (!o) {
3520
- const c = Tt.safeParse(r.data);
3618
+ const c = Tt.safeParse(i.data);
3521
3619
  if (!c.success)
3522
3620
  return;
3523
3621
  o = c.data;
3524
- const h = this._onHandlers.get(o.name), _ = this._onceHandlers.get(o.name);
3622
+ const h = this._onHandlers.get(o.name), g = this._onceHandlers.get(o.name);
3525
3623
  if (h)
3526
3624
  for (const w of h)
3527
3625
  w(o.data);
3528
- if (_) {
3529
- for (const w of _)
3626
+ if (g) {
3627
+ for (const w of g)
3530
3628
  w(o.data);
3531
3629
  this._onceHandlers.delete(o.name);
3532
3630
  }
3533
3631
  }
3534
- if (!ge)
3632
+ if (!_e)
3535
3633
  for (let c = 0; c < window.frames.length; c += 1)
3536
3634
  window.frames[c].postMessage(o, "*");
3537
- }, B.addEventListener("message", this._windowMessageHandler);
3635
+ }, U.addEventListener("message", this._windowMessageHandler);
3538
3636
  }
3539
3637
  /**
3540
3638
  * Removes the message event listener and cleans up resources.
@@ -3550,7 +3648,7 @@ class Ot {
3550
3648
  * of managing their own Client instances.
3551
3649
  */
3552
3650
  unbind() {
3553
- this._windowMessageHandler && B.removeEventListener("message", this._windowMessageHandler);
3651
+ this._windowMessageHandler && U.removeEventListener("message", this._windowMessageHandler);
3554
3652
  }
3555
3653
  /**
3556
3654
  * Sends a one-way message to the TelemetryOS platform.
@@ -3566,7 +3664,7 @@ class Ot {
3566
3664
  * @param data The data payload to include with the message
3567
3665
  */
3568
3666
  send(e, t) {
3569
- const s = W({
3667
+ const s = J({
3570
3668
  telemetrySdkVersion: G,
3571
3669
  applicationName: this._applicationName,
3572
3670
  applicationSpecifier: this._applicationSpecifier,
@@ -3574,7 +3672,7 @@ class Ot {
3574
3672
  name: e,
3575
3673
  data: t
3576
3674
  });
3577
- z(s);
3675
+ B(s);
3578
3676
  }
3579
3677
  /**
3580
3678
  * Sends a message to the TelemetryOS platform and waits for a response.
@@ -3590,100 +3688,107 @@ class Ot {
3590
3688
  * @template D The expected type of the response data
3591
3689
  * @param name The name of the message type (endpoint) to request
3592
3690
  * @param data The data payload to include with the request
3691
+ * @param options Optional configuration for this request
3692
+ * @param options.timeout Override the default timeout in milliseconds. Set to 0 to disable timeout.
3593
3693
  * @returns A promise that resolves with the response data when received
3594
3694
  * @throws {Error} If the request times out
3595
3695
  */
3596
- request(e, t) {
3597
- const s = J(), a = W({
3696
+ request(e, t, s) {
3697
+ var n;
3698
+ const r = Q(), i = J({
3598
3699
  telemetrySdkVersion: G,
3599
3700
  applicationName: this._applicationName,
3600
3701
  applicationSpecifier: this._applicationSpecifier,
3601
3702
  applicationInstance: this._applicationInstance,
3602
3703
  name: e,
3603
3704
  data: t,
3604
- responseName: s
3705
+ responseName: r
3605
3706
  });
3606
- z(a);
3607
- let i = !1, r;
3608
- const o = new Promise((h, _) => {
3609
- const w = new Error(`${e} message request with response name of ${s} timed out after ${F}`);
3707
+ B(i);
3708
+ const o = (n = s == null ? void 0 : s.timeout) !== null && n !== void 0 ? n : z;
3709
+ let c = !1, h;
3710
+ const g = new Promise((S) => {
3711
+ h = (F) => {
3712
+ c || S(F);
3713
+ }, this.once(r, h);
3714
+ });
3715
+ if (o === 0)
3716
+ return g;
3717
+ const w = new Promise((S, F) => {
3718
+ const Z = new Error(`${e} message request with response name of ${r} timed out after ${o}`);
3610
3719
  setTimeout(() => {
3611
- i = !0, this.off(s, r), _(w);
3612
- }, F);
3613
- }), c = new Promise((h) => {
3614
- r = (_) => {
3615
- i || h(_);
3616
- }, this.once(s, h);
3720
+ c = !0, this.off(r, h), F(Z);
3721
+ }, o);
3617
3722
  });
3618
- return Promise.race([o, c]);
3723
+ return Promise.race([w, g]);
3619
3724
  }
3620
3725
  async subscribe(e, t, s) {
3621
- let a, i;
3622
- typeof t == "function" ? i = t : (a = t, i = s);
3623
- const r = J(), o = J();
3726
+ let n, r;
3727
+ typeof t == "function" ? r = t : (n = t, r = s);
3728
+ const i = Q(), o = Q();
3624
3729
  let c = this._subscriptionNamesBySubjectName.get(e);
3625
- c || (c = [], this._subscriptionNamesBySubjectName.set(e, c)), c.push(r), this._subscriptionNamesByHandler.set(i, r), this.on(r, i);
3626
- const h = W({
3730
+ c || (c = [], this._subscriptionNamesBySubjectName.set(e, c)), c.push(i), this._subscriptionNamesByHandler.set(r, i), this.on(i, r);
3731
+ const h = J({
3627
3732
  telemetrySdkVersion: G,
3628
3733
  applicationName: this._applicationName,
3629
3734
  applicationSpecifier: this._applicationSpecifier,
3630
3735
  applicationInstance: this._applicationInstance,
3631
3736
  name: e,
3632
- data: a,
3737
+ data: n,
3633
3738
  responseName: o,
3634
- subscriptionName: r
3739
+ subscriptionName: i
3635
3740
  });
3636
- z(h);
3637
- let _ = !1, w;
3638
- const Z = new Promise((j, P) => {
3639
- const ae = new Error(`${e} subscribe request with subscription name of ${r} and response name of ${o} timed out after ${F}`);
3741
+ B(h);
3742
+ let g = !1, w;
3743
+ const S = new Promise((Z, R) => {
3744
+ const se = new Error(`${e} subscribe request with subscription name of ${i} and response name of ${o} timed out after ${z}`);
3640
3745
  setTimeout(() => {
3641
- _ = !0, this.off(o, w), P(ae);
3642
- }, F);
3643
- }), se = new Promise((j) => {
3644
- w = (P) => {
3645
- _ || j(P);
3646
- }, this.on(o, j);
3746
+ g = !0, this.off(o, w), R(se);
3747
+ }, z);
3748
+ }), F = new Promise((Z) => {
3749
+ w = (R) => {
3750
+ g || Z(R);
3751
+ }, this.on(o, Z);
3647
3752
  });
3648
- return Promise.race([Z, se]);
3753
+ return Promise.race([S, F]);
3649
3754
  }
3650
3755
  async unsubscribe(e, t, s) {
3651
- let a, i;
3652
- typeof t == "function" ? i = t : (a = t, i = s);
3653
- const r = J();
3756
+ let n, r;
3757
+ typeof t == "function" ? r = t : (n = t, r = s);
3758
+ const i = Q();
3654
3759
  let o = [];
3655
- if (i) {
3656
- const c = this._subscriptionNamesByHandler.get(i);
3760
+ if (r) {
3761
+ const c = this._subscriptionNamesByHandler.get(r);
3657
3762
  if (!c)
3658
3763
  return { success: !1 };
3659
- o = [c], this._subscriptionNamesByHandler.delete(i);
3764
+ o = [c], this._subscriptionNamesByHandler.delete(r);
3660
3765
  } else if (!this._subscriptionNamesBySubjectName.get(e))
3661
3766
  return { success: !1 };
3662
3767
  for await (const c of o) {
3663
- this.off(c, i);
3664
- const h = W({
3768
+ this.off(c, r);
3769
+ const h = J({
3665
3770
  telemetrySdkVersion: G,
3666
3771
  applicationInstance: this._applicationInstance,
3667
3772
  applicationName: this._applicationName,
3668
3773
  applicationSpecifier: this._applicationSpecifier,
3669
3774
  name: e,
3670
- data: a,
3671
- responseName: r,
3775
+ data: n,
3776
+ responseName: i,
3672
3777
  unsubscribeName: c
3673
3778
  });
3674
- z(h);
3675
- let _ = !1, w;
3676
- const Z = new Promise((j, P) => {
3677
- const ae = new Error(`${e} unsubscribe request with unsubscribe name of ${c} and response name of ${r} timed out after ${F}`);
3779
+ B(h);
3780
+ let g = !1, w;
3781
+ const S = new Promise((Z, R) => {
3782
+ const se = new Error(`${e} unsubscribe request with unsubscribe name of ${c} and response name of ${i} timed out after ${z}`);
3678
3783
  setTimeout(() => {
3679
- _ = !0, this.off(r, w), P(ae);
3680
- }, F);
3681
- }), se = new Promise((j) => {
3682
- w = (P) => {
3683
- _ || j(P);
3684
- }, this.once(r, j);
3784
+ g = !0, this.off(i, w), R(se);
3785
+ }, z);
3786
+ }), F = new Promise((Z) => {
3787
+ w = (R) => {
3788
+ g || Z(R);
3789
+ }, this.once(i, Z);
3685
3790
  });
3686
- if (!(await Promise.race([Z, se])).success)
3791
+ if (!(await Promise.race([S, F])).success)
3687
3792
  return { success: !1 };
3688
3793
  }
3689
3794
  return { success: !0 };
@@ -3707,8 +3812,8 @@ class Ot {
3707
3812
  */
3708
3813
  on(e, t) {
3709
3814
  var s;
3710
- const a = (s = this._onHandlers.get(e)) !== null && s !== void 0 ? s : [];
3711
- a.length === 0 && this._onHandlers.set(e, a), a.push(t);
3815
+ const n = (s = this._onHandlers.get(e)) !== null && s !== void 0 ? s : [];
3816
+ n.length === 0 && this._onHandlers.set(e, n), n.push(t);
3712
3817
  }
3713
3818
  /**
3714
3819
  * Registers a one-time handler for a specific message type.
@@ -3726,8 +3831,8 @@ class Ot {
3726
3831
  */
3727
3832
  once(e, t) {
3728
3833
  var s;
3729
- const a = (s = this._onceHandlers.get(e)) !== null && s !== void 0 ? s : [];
3730
- a.length === 0 && this._onceHandlers.set(e, a), a.push(t);
3834
+ const n = (s = this._onceHandlers.get(e)) !== null && s !== void 0 ? s : [];
3835
+ n.length === 0 && this._onceHandlers.set(e, n), n.push(t);
3731
3836
  }
3732
3837
  /**
3733
3838
  * Removes previously registered message handlers.
@@ -3745,25 +3850,25 @@ class Ot {
3745
3850
  * all handlers for this message type will be removed.
3746
3851
  */
3747
3852
  off(e, t) {
3748
- const s = this._onHandlers.get(e), a = this._onceHandlers.get(e);
3749
- if (!(!s && !a)) {
3853
+ const s = this._onHandlers.get(e), n = this._onceHandlers.get(e);
3854
+ if (!(!s && !n)) {
3750
3855
  if (s) {
3751
- for (let i = 0; i < s.length; i += 1)
3752
- t && s[i] !== t || (s.splice(i, 1), i -= 1);
3856
+ for (let r = 0; r < s.length; r += 1)
3857
+ t && s[r] !== t || (s.splice(r, 1), r -= 1);
3753
3858
  s.length === 0 && this._onHandlers.delete(e);
3754
3859
  }
3755
- if (a) {
3756
- for (let i = 0; i < a.length; i += 1)
3757
- t && a[i] !== t || (a.splice(i, 1), i -= 1);
3758
- a.length === 0 && this._onceHandlers.delete(e);
3860
+ if (n) {
3861
+ for (let r = 0; r < n.length; r += 1)
3862
+ t && n[r] !== t || (n.splice(r, 1), r -= 1);
3863
+ n.length === 0 && this._onceHandlers.delete(e);
3759
3864
  }
3760
3865
  }
3761
3866
  }
3762
3867
  }
3763
- function J() {
3868
+ function Q() {
3764
3869
  return Math.random().toString(36).slice(2, 9);
3765
3870
  }
3766
- const G = _t.version;
3871
+ const G = mt.version;
3767
3872
  class At {
3768
3873
  constructor(e) {
3769
3874
  this._client = e;
@@ -3813,7 +3918,7 @@ class At {
3813
3918
  return !0;
3814
3919
  }
3815
3920
  }
3816
- class Et {
3921
+ class It {
3817
3922
  constructor(e) {
3818
3923
  this._client = e;
3819
3924
  }
@@ -3869,118 +3974,123 @@ class Et {
3869
3974
  return !0;
3870
3975
  }
3871
3976
  }
3872
- class It extends Ot {
3977
+ class Et extends Ot {
3873
3978
  get playlist() {
3874
- return new Et(this);
3979
+ return new It(this);
3875
3980
  }
3876
3981
  get overrides() {
3877
3982
  return new At(this);
3878
3983
  }
3879
3984
  }
3880
3985
  let f = null;
3881
- function Vt() {
3986
+ function Bt() {
3882
3987
  return f;
3883
3988
  }
3884
- function zt(n) {
3885
- f = new It(n), f.bind();
3989
+ function Ut(a) {
3990
+ f = new Et(a), f.bind();
3886
3991
  }
3887
- function Bt() {
3992
+ function Ht() {
3888
3993
  f == null || f.unbind(), f = null;
3889
3994
  }
3890
- function Ut(...n) {
3891
- return k(f), f.on(...n);
3995
+ function Kt(...a) {
3996
+ return k(f), f.on(...a);
3892
3997
  }
3893
- function Ht(...n) {
3894
- return k(f), f.once(...n);
3998
+ function Wt(...a) {
3999
+ return k(f), f.once(...a);
3895
4000
  }
3896
- function Kt(...n) {
3897
- return k(f), f.off(...n);
4001
+ function Jt(...a) {
4002
+ return k(f), f.off(...a);
3898
4003
  }
3899
- function Wt(...n) {
3900
- return k(f), f.send(...n);
4004
+ function Qt(...a) {
4005
+ return k(f), f.send(...a);
3901
4006
  }
3902
- function Jt(...n) {
3903
- return k(f), f.request(...n);
4007
+ function Gt(...a) {
4008
+ return k(f), f.request(...a);
3904
4009
  }
3905
- function Gt(...n) {
3906
- return k(f), f.subscribe(...n);
4010
+ function Yt(...a) {
4011
+ return k(f), f.subscribe(...a);
3907
4012
  }
3908
- function Yt(...n) {
3909
- return k(f), f.unsubscribe(...n);
4013
+ function Xt(...a) {
4014
+ return k(f), f.unsubscribe(...a);
3910
4015
  }
3911
- function Xt() {
4016
+ function es() {
3912
4017
  return k(f), f.store;
3913
4018
  }
3914
- function Qt() {
4019
+ function ts() {
3915
4020
  return k(f), f.applications;
3916
4021
  }
3917
- function es() {
4022
+ function ss() {
3918
4023
  return k(f), f.media;
3919
4024
  }
3920
- function ts() {
4025
+ function ns() {
3921
4026
  return k(f), f.accounts;
3922
4027
  }
3923
- function ss() {
4028
+ function as() {
3924
4029
  return k(f), f.users;
3925
4030
  }
3926
- function as() {
4031
+ function rs() {
3927
4032
  return k(f), f.devices;
3928
4033
  }
3929
- function ns() {
4034
+ function is() {
3930
4035
  return k(f), f.proxy;
3931
4036
  }
3932
- function rs() {
4037
+ function os() {
3933
4038
  return k(f), f.weather;
3934
4039
  }
3935
- function is() {
4040
+ function cs() {
3936
4041
  return k(f), f.currency;
3937
4042
  }
3938
- function os() {
4043
+ function us() {
3939
4044
  return k(f), f.environment;
3940
4045
  }
3941
- function cs() {
4046
+ function ds() {
3942
4047
  return k(f), f.playlist;
3943
4048
  }
3944
- function ds() {
4049
+ function ls() {
3945
4050
  return k(f), f.overrides;
3946
4051
  }
3947
- function k(n) {
3948
- if (!n)
4052
+ function hs() {
4053
+ return k(f), f.mqtt;
4054
+ }
4055
+ function k(a) {
4056
+ if (!a)
3949
4057
  throw new Error("SDK is not configured");
3950
4058
  }
3951
4059
  export {
3952
- gt as Accounts,
3953
- yt as Applications,
3954
- Ct as Currency,
3955
- vt as Devices,
3956
- bt as Environment,
3957
- wt as Media,
3958
- kt as Proxy,
3959
- xt as Store,
3960
- K as StoreSlice,
3961
- St as Users,
3962
- Nt as Weather,
3963
- ts as accounts,
3964
- Qt as applications,
3965
- zt as configure,
3966
- is as currency,
3967
- Bt as destroy,
3968
- as as devices,
3969
- os as environment,
3970
- Vt as globalClient,
3971
- es as media,
3972
- Kt as off,
3973
- Ut as on,
3974
- Ht as once,
3975
- ds as overrides,
3976
- cs as playlist,
3977
- ns as proxy,
3978
- Jt as request,
3979
- Wt as send,
3980
- Xt as store,
3981
- Gt as subscribe,
4060
+ _t as Accounts,
4061
+ gt as Applications,
4062
+ Nt as Currency,
4063
+ yt as Devices,
4064
+ vt as Environment,
4065
+ bt as Media,
4066
+ Ct as Mqtt,
4067
+ wt as Proxy,
4068
+ kt as Store,
4069
+ W as StoreSlice,
4070
+ xt as Users,
4071
+ St as Weather,
4072
+ ns as accounts,
4073
+ ts as applications,
4074
+ Ut as configure,
4075
+ cs as currency,
4076
+ Ht as destroy,
4077
+ rs as devices,
4078
+ us as environment,
4079
+ Bt as globalClient,
4080
+ ss as media,
4081
+ hs as mqtt,
4082
+ Jt as off,
4083
+ Kt as on,
4084
+ Wt as once,
4085
+ ls as overrides,
4086
+ ds as playlist,
4087
+ is as proxy,
4088
+ Gt as request,
4089
+ Qt as send,
4090
+ es as store,
4091
+ Yt as subscribe,
3982
4092
  G as telemetrySdkVersion,
3983
- Yt as unsubscribe,
3984
- ss as users,
3985
- rs as weather
4093
+ Xt as unsubscribe,
4094
+ as as users,
4095
+ os as weather
3986
4096
  };